Not a big deal, but will not likely meet the entire intended audience it's intended for. Makefile indicates: MAINTAINER= ports@FreeBSD.org COMMENT= Highly flexible CVS parser for large files Which, after reading the pkg-descr: Surely the CPAN doesn't need yet another CSV parsing module. While it's easy yo miss; please note the position of the V CSV, and CVS are 2 entirely different animals. :) Fix: Change CVS, to CSV How-To-Repeat: Read the Makefile, or the one-line description on freebsd.org
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Author: az Date: Wed Mar 19 02:58:55 2014 New Revision: 348606 URL: http://svnweb.freebsd.org/changeset/ports/348606 QAT: https://qat.redports.org/buildarchive/r348606/ Log: - Fix typo in COMMENT (CVS -> CSV) - Assisgn maintainership to perl@ - Fix WWW (tab -> space) in pkg-plist PR: ports/187717 Submitted by: C Hutchinson <portmaster@bsdforge.com> Modified: head/textproc/p5-Parse-CSV/Makefile head/textproc/p5-Parse-CSV/pkg-descr Modified: head/textproc/p5-Parse-CSV/Makefile ============================================================================== --- head/textproc/p5-Parse-CSV/Makefile Wed Mar 19 01:12:00 2014 (r348605) +++ head/textproc/p5-Parse-CSV/Makefile Wed Mar 19 02:58:55 2014 (r348606) @@ -7,8 +7,8 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Highly flexible CVS parser for large files +MAINTAINER= perl@FreeBSD.org +COMMENT= Highly flexible CSV parser for large files LICENSE= ART10 GPLv1 LICENSE_COMB= dual Modified: head/textproc/p5-Parse-CSV/pkg-descr ============================================================================== --- head/textproc/p5-Parse-CSV/pkg-descr Wed Mar 19 01:12:00 2014 (r348605) +++ head/textproc/p5-Parse-CSV/pkg-descr Wed Mar 19 02:58:55 2014 (r348606) @@ -16,4 +16,4 @@ Parse::CSV fills this functionality gap. and light-weight streaming parser for large, extremely large, or arbitrarily large CSV files. -WWW: http://search.cpan.org/dist/Parse-CSV/ +WWW: http://search.cpan.org/dist/Parse-CSV/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!