Bug 187717 - textproc/p5-Parse-CSV indicates: Highly flexible CVS parser for large files -- isn't that CSV?
Summary: textproc/p5-Parse-CSV indicates: Highly flexible CVS parser for large files -...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 00:40 UTC by Chris Hutchinson
Modified: 2014-03-19 03:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2014-03-19 00:40:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 00:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-19 02:59:00 UTC
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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2014-03-19 02:59:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!