From markun@ns.onohara.to  Thu Oct  6 17:42:23 2011
Return-Path: <markun@ns.onohara.to>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AA9391065670
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Oct 2011 17:42:23 +0000 (UTC)
	(envelope-from markun@ns.onohara.to)
Received: from ns.onohara.to (ns.onohara.to [49.212.10.225])
	by mx1.freebsd.org (Postfix) with ESMTP id 8514F8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Oct 2011 17:42:23 +0000 (UTC)
Received: by ns.onohara.to (Postfix, from userid 1000)
	id C1911B83D; Fri,  7 Oct 2011 02:23:30 +0900 (JST)
Message-Id: <20111006172330.C1911B83D@ns.onohara.to>
Date: Fri,  7 Oct 2011 02:23:30 +0900 (JST)
From: TERAMOTO Masahiro <markun@onohara.to>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] textproc/p5-XML-FOAF: update to 0.04
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         161341
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/p5-XML-FOAF: update to 0.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 06 17:50:06 UTC 2011
>Closed-Date:    Tue Oct 18 13:09:46 UTC 2011
>Last-Modified:  Tue Oct 18 13:20:35 UTC 2011
>Originator:     TERAMOTO Masahiro
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ns.onohara.to 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011
>Description:
- Update to 0.04

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-XML-FOAF-0.04.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-FOAF/Makefile /usr/home/markun/work/ports/p5-XML-FOAF/Makefile
--- /usr/ports/textproc/p5-XML-FOAF/Makefile	2011-06-20 18:03:26.000000000 +0900
+++ /usr/home/markun/work/ports/p5-XML-FOAF/Makefile	2011-10-07 02:22:50.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-FOAF
-PORTVERSION=	0.03
+PORTVERSION=	0.04
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:BTROTT
@@ -15,8 +15,9 @@
 MAINTAINER=	markun@onohara.to
 COMMENT=	Parse FOAF (Friend of a Friend) data
 
-BUILD_DEPENDS=	${SITE_PERL}/RDF/Core.pm:${PORTSDIR}/textproc/p5-RDF-Core
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
+		p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-FOAF/distinfo /usr/home/markun/work/ports/p5-XML-FOAF/distinfo
--- /usr/ports/textproc/p5-XML-FOAF/distinfo	2011-06-20 18:03:26.000000000 +0900
+++ /usr/home/markun/work/ports/p5-XML-FOAF/distinfo	2011-10-07 02:22:50.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (XML-FOAF-0.03.tar.gz) = 1a9f8a101e48c56d0d091c60c1d8f25efc9aca9fc58ba7d0b745dfa9fe8c35da
-SIZE (XML-FOAF-0.03.tar.gz) = 18600
+SHA256 (XML-FOAF-0.04.tar.gz) = cb8e14a34aa411bc3d92b5ce05d1db6a15e26e6eb290dba94a3d1bb4148a36cc
+SIZE (XML-FOAF-0.04.tar.gz) = 49013
--- p5-XML-FOAF-0.04.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 6 17:50:50 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161341 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Tue Oct 18 13:09:44 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161341 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161341: commit references a PR
Date: Tue, 18 Oct 2011 13:13:44 +0000 (UTC)

 jadawin     2011-10-18 13:08:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-XML-FOAF Makefile distinfo 
   Log:
   - Update to 0.04
   
   PR:             ports/161341
   Submitted by:   TERAMOTO Masahiro <markun _AT_ onohara.to>
   
   Revision  Changes    Path
   1.5       +4 -3      ports/textproc/p5-XML-FOAF/Makefile
   1.3       +2 -2      ports/textproc/p5-XML-FOAF/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
