From az@sunner.semmy.ru  Sun Jun  3 07:52:24 2012
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8AB611065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Jun 2012 07:52:24 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id E8DF98FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Jun 2012 07:52:23 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.77 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1Sb5bq-000NlL-Hw
	for FreeBSD-gnats-submit@freebsd.org; Sun, 03 Jun 2012 11:52:22 +0400
Message-Id: <E1Sb5bq-000NlL-Hw@sunner.semmy.ru>
Date: Sun, 03 Jun 2012 11:52:22 +0400
From: Andrej Zverev <az@FreeBSD.org>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <az@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] remove SITE_PERL from *_DEPENDS ftp/p5-Net-FTP-Common 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168626
>Category:       ports
>Synopsis:       [PATCH] remove SITE_PERL from *_DEPENDS ftp/p5-Net-FTP-Common
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kuriyama
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 03 08:00:24 UTC 2012
>Closed-Date:    Wed Jul 18 00:48:31 UTC 2012
>Last-Modified:  Wed Jul 18 00:48:31 UTC 2012
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	Remove SITE_PERL from *_DEPENDS

Affected ports:

ports/ftp/p5-Net-FTP-Common
ports/ftp/p5-Net-FTP-Recursive
ports/www/p5-Template-Plugin-Comma
ports/www/p5-HTTPD-Log-Filter
ports/www/p5-HTTP-WebTest
ports/textproc/p5-Text-CSV-Simple
ports/textproc/p5-XML-DOM
ports/converters/p5-JSON1
ports/mail/p5-IMAP-Sieve
ports/mail/p5-Email-Valid-Loose
ports/devel/p5-iCal-Parser
ports/databases/p5-Class-DBI-Plugin-Pager
ports/databases/p5-Class-DBI-Plugin-Senna
ports/databases/p5-Test-mysqld
ports/databases/p5-Class-DBI-Plugin-Iterator

	
>How-To-Repeat:
	
>Fix:

	

--- kuriyama.diff begins here ---
Index: ports/converters/p5-JSON1/Makefile
===================================================================
RCS file: /home/pcvs/ports/converters/p5-JSON1/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- ports/converters/p5-JSON1/Makefile	22 Jul 2009 16:26:24 -0000	1.13
+++ ports/converters/p5-JSON1/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to convert to JSON (JavaScript Object Notation)
 
-RUN_DEPENDS=	${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 CONFLICTS=	p5-JSON-2.*
Index: ports/databases/p5-Class-DBI-Plugin-Iterator/Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Class-DBI-Plugin-Iterator/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/databases/p5-Class-DBI-Plugin-Iterator/Makefile	29 Jan 2012 14:33:18 -0000	1.4
+++ ports/databases/p5-Class-DBI-Plugin-Iterator/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	New iterator for p5-Class-DBI
 
-BUILD_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
+BUILD_DEPENDS=	p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
 TEST_DEPENDS=	p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-Class-DBI-Pager>=0:${PORTSDIR}/databases/p5-Class-DBI-Pager
 
Index: ports/databases/p5-Class-DBI-Plugin-Pager/Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Class-DBI-Plugin-Pager/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- ports/databases/p5-Class-DBI-Plugin-Pager/Makefile	21 Jan 2012 17:37:42 -0000	1.6
+++ ports/databases/p5-Class-DBI-Plugin-Pager/Makefile	3 Jun 2012 07:46:43 -0000
@@ -15,10 +15,10 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to paged queries for CDBI
 
-BUILD_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
-		${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \
-		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
-		${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page \
+BUILD_DEPENDS=	p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
+		p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract \
+		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
+		p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
 		p5-Class-DBI-Plugin-AbstractCount>=0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-AbstractCount
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
Index: ports/databases/p5-Class-DBI-Plugin-Senna/Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Class-DBI-Plugin-Senna/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/databases/p5-Class-DBI-Plugin-Senna/Makefile	17 Apr 2008 14:24:24 -0000	1.4
+++ ports/databases/p5-Class-DBI-Plugin-Senna/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,8 +14,8 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Add Instant Fulltext Search Capability With Senna to Class::DBI
 
-BUILD_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
-	${SITE_PERL}/${PERL_ARCH}/Senna.pm:${PORTSDIR}/textproc/p5-Senna
+BUILD_DEPENDS=	p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
+	p5-Senna>=0:${PORTSDIR}/textproc/p5-Senna
 
 PERL_CONFIGURE=	yes
 MAN3=		Class::DBI::Plugin::Senna.3
Index: ports/databases/p5-Test-mysqld/Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Test-mysqld/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- ports/databases/p5-Test-mysqld/Makefile	31 Dec 2011 09:29:12 -0000	1.1
+++ ports/databases/p5-Test-mysqld/Makefile	3 Jun 2012 07:46:43 -0000
@@ -16,7 +16,7 @@
 
 RUN_DEPENDS=	\
 	p5-Class-Accessor-Lite>0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
-	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
+	p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
 	p5-Test-SharedFork>=0.06:${PORTSDIR}/devel/p5-Test-SharedFork
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
Index: ports/devel/p5-iCal-Parser/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-iCal-Parser/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- ports/devel/p5-iCal-Parser/Makefile	21 Jan 2012 17:39:33 -0000	1.6
+++ ports/devel/p5-iCal-Parser/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Parse iCalendar files into a data structure
 
-BUILD_DEPENDS=	${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
+BUILD_DEPENDS=	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
 	p5-FreezeThaw>=0.43:${PORTSDIR}/devel/p5-FreezeThaw \
 	p5-DateTime-Format-ICal>=0.08:${PORTSDIR}/devel/p5-DateTime-Format-ICal \
 	p5-Text-vFile-asData>=0.02:${PORTSDIR}/devel/p5-Text-vFile-asData
Index: ports/ftp/p5-Net-FTP-Common/Makefile
===================================================================
RCS file: /home/pcvs/ports/ftp/p5-Net-FTP-Common/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/ftp/p5-Net-FTP-Common/Makefile	11 Mar 2012 05:40:02 -0000	1.11
+++ ports/ftp/p5-Net-FTP-Common/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module to provide simplify common usages of Net::FTP
 
-RUN_DEPENDS=	${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
 
 PERL_CONFIGURE=	yes
 
Index: ports/ftp/p5-Net-FTP-Recursive/Makefile
===================================================================
RCS file: /home/pcvs/ports/ftp/p5-Net-FTP-Recursive/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/ftp/p5-Net-FTP-Recursive/Makefile	30 Mar 2009 08:15:57 -0000	1.4
+++ ports/ftp/p5-Net-FTP-Recursive/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,8 +14,8 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module to provide recursive FTP client class
 
-BUILD_DEPENDS=	${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
-RUN_DEPENDS=	${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
+BUILD_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
Index: ports/mail/p5-Email-Valid-Loose/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Email-Valid-Loose/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- ports/mail/p5-Email-Valid-Loose/Makefile	21 Jan 2012 17:37:59 -0000	1.8
+++ ports/mail/p5-Email-Valid-Loose/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	A variation of Email::Valid which allows dot before at mark
 
-BUILD_DEPENDS=	${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid
+BUILD_DEPENDS=	p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
Index: ports/mail/p5-IMAP-Sieve/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-IMAP-Sieve/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- ports/mail/p5-IMAP-Sieve/Makefile	2 Sep 2009 15:01:43 -0000	1.8
+++ ports/mail/p5-IMAP-Sieve/Makefile	3 Jun 2012 07:46:43 -0000
@@ -16,7 +16,7 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module to edit Sieve scripts on an Cyrus IMAP server
 
-RUN_DEPENDS=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS=	p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
 
 WRKSRC=		${WRKDIR}/${PERLSIEVENAME}
 
Index: ports/textproc/p5-Text-CSV-Simple/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-CSV-Simple/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ports/textproc/p5-Text-CSV-Simple/Makefile	21 Jan 2012 17:39:09 -0000	1.3
+++ ports/textproc/p5-Text-CSV-Simple/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,9 +14,9 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module for Simpler parsing of CSV files
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
-		${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
-		${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger
+BUILD_DEPENDS=	p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
+		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
Index: ports/textproc/p5-XML-DOM/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-DOM/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- ports/textproc/p5-XML-DOM/Makefile	15 Aug 2011 09:13:09 -0000	1.18
+++ ports/textproc/p5-XML-DOM/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,10 +14,10 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module for building DOM Level 1 compliant document structures
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
-		${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
-		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
-		${SITE_PERL}/XML/RegExp.pm:${PORTSDIR}/textproc/p5-XML-RegExp
+RUN_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+		p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+		p5-XML-RegExp>=0:${PORTSDIR}/textproc/p5-XML-RegExp
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
Index: ports/www/p5-HTTP-WebTest/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-WebTest/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- ports/www/p5-HTTP-WebTest/Makefile	16 Jan 2010 14:45:48 -0000	1.10
+++ ports/www/p5-HTTP-WebTest/Makefile	3 Jun 2012 07:46:43 -0000
@@ -16,9 +16,9 @@
 COMMENT=	Tests remote URLs or local web files
 
 BUILD_DEPENDS=	\
-	${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
-	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
-	${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \
+	p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
+	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
 
 PERL_CONFIGURE=	yes
 INSTALL_TARGET=	pure_install
Index: ports/www/p5-HTTPD-Log-Filter/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTPD-Log-Filter/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/www/p5-HTTPD-Log-Filter/Makefile	20 Jun 2011 09:22:11 -0000	1.7
+++ ports/www/p5-HTTPD-Log-Filter/Makefile	3 Jun 2012 07:46:43 -0000
@@ -15,8 +15,8 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module to filter entries out of an httpd log
 
-BUILD_DEPENDS=	${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib
-RUN_DEPENDS=	${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib
+BUILD_DEPENDS=	p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib
+RUN_DEPENDS=	p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib
 
 PERL_CONFIGURE=	yes
 MAN1=		exclude_robots.1
Index: ports/www/p5-Template-Plugin-Comma/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Template-Plugin-Comma/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- ports/www/p5-Template-Plugin-Comma/Makefile	21 Jan 2012 17:39:03 -0000	1.8
+++ ports/www/p5-Template-Plugin-Comma/Makefile	3 Jun 2012 07:46:43 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	TT Plugin to commify numbers
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
+BUILD_DEPENDS=	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- kuriyama.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama 
Responsible-Changed-By: az 
Responsible-Changed-When: Sun Jun 3 08:18:28 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168626: commit references a PR
Date: Sun,  3 Jun 2012 10:48:46 +0000 (UTC)

 az          2012-06-03 10:48:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     converters/p5-JSON1  Makefile 
     databases/p5-Class-DBI-Plugin-Iterator Makefile 
     databases/p5-Class-DBI-Plugin-Pager Makefile 
     databases/p5-Class-DBI-Plugin-Senna Makefile 
     databases/p5-Test-mysqld Makefile 
     devel/p5-iCal-Parser Makefile 
     ftp/p5-Net-FTP-Common Makefile 
     ftp/p5-Net-FTP-Recursive Makefile 
     mail/p5-Email-Valid-Loose Makefile 
     mail/p5-IMAP-Sieve   Makefile 
     textproc/p5-Text-CSV-Simple Makefile 
     textproc/p5-XML-DOM  Makefile 
     www/p5-HTTP-WebTest  Makefile 
     www/p5-HTTPD-Log-Filter Makefile 
     www/p5-Template-Plugin-Comma Makefile 
   Log:
   - Remove SITE_PERL from *_DEPENDS
   
   PR:     ports/168626
   Approved by: maintainer (kuriyama@ via email)
   
   Revision  Changes    Path
   1.14      +1 -1      ports/converters/p5-JSON1/Makefile
   1.5       +1 -1      ports/databases/p5-Class-DBI-Plugin-Iterator/Makefile
   1.7       +4 -4      ports/databases/p5-Class-DBI-Plugin-Pager/Makefile
   1.5       +2 -2      ports/databases/p5-Class-DBI-Plugin-Senna/Makefile
   1.2       +1 -1      ports/databases/p5-Test-mysqld/Makefile
   1.7       +1 -1      ports/devel/p5-iCal-Parser/Makefile
   1.12      +1 -1      ports/ftp/p5-Net-FTP-Common/Makefile
   1.5       +2 -2      ports/ftp/p5-Net-FTP-Recursive/Makefile
   1.9       +1 -1      ports/mail/p5-Email-Valid-Loose/Makefile
   1.9       +1 -1      ports/mail/p5-IMAP-Sieve/Makefile
   1.4       +3 -3      ports/textproc/p5-Text-CSV-Simple/Makefile
   1.19      +4 -4      ports/textproc/p5-XML-DOM/Makefile
   1.11      +3 -3      ports/www/p5-HTTP-WebTest/Makefile
   1.8       +2 -2      ports/www/p5-HTTPD-Log-Filter/Makefile
   1.9       +1 -1      ports/www/p5-Template-Plugin-Comma/Makefile
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Wed Jul 18 00:48:00 UTC 2012 
State-Changed-Why:  
You committed it.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168626 
>Unformatted:
