aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-04-14 08:23:37 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-04-14 08:23:37 +0000
commit5423c1723e0f7c0c5f1d20dbf4584a4a5bb63bf2 (patch)
treed92b3969150943616bc0c025549cbc8b6f1656cf /textproc/p5-Text-CSV
parentcbb24b839b092df18a35a96ddffb8a3cdfb37a81 (diff)
downloadports-5423c1723e0f7c0c5f1d20dbf4584a4a5bb63bf2.tar.gz
ports-5423c1723e0f7c0c5f1d20dbf4584a4a5bb63bf2.zip
- Update to 1.03
Notes
Notes: svn path=/head/; revision=211224
Diffstat (limited to 'textproc/p5-Text-CSV')
-rw-r--r--textproc/p5-Text-CSV/Makefile4
-rw-r--r--textproc/p5-Text-CSV/distinfo6
-rw-r--r--textproc/p5-Text-CSV/pkg-descr2
3 files changed, 7 insertions, 5 deletions
diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile
index 0a5db28c0d51..8b7d915df04f 100644
--- a/textproc/p5-Text-CSV/Makefile
+++ b/textproc/p5-Text-CSV/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= Text-CSV
-PORTVERSION= 1.02
+PORTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Composition and decomposition of comma-separated values
PERL_CONFIGURE= yes
diff --git a/textproc/p5-Text-CSV/distinfo b/textproc/p5-Text-CSV/distinfo
index f0346df05092..c5d95d5711bb 100644
--- a/textproc/p5-Text-CSV/distinfo
+++ b/textproc/p5-Text-CSV/distinfo
@@ -1,3 +1,3 @@
-MD5 (Text-CSV-1.02.tar.gz) = 36512c3906832e01adf3c86e3b8c6523
-SHA256 (Text-CSV-1.02.tar.gz) = b106ebb7cdf3e1163fb3a80c432d1f141d3068fcadd8a36530b0d707702f9e4d
-SIZE (Text-CSV-1.02.tar.gz) = 29349
+MD5 (Text-CSV-1.03.tar.gz) = 530a8af93062c00023fac4c518c63d97
+SHA256 (Text-CSV-1.03.tar.gz) = 12039e31f7fa495f02cacc1c88a3bbc4b0be171413f7e3a3836e5697eefd367c
+SIZE (Text-CSV-1.03.tar.gz) = 34649
diff --git a/textproc/p5-Text-CSV/pkg-descr b/textproc/p5-Text-CSV/pkg-descr
index 314ce2f78fc2..3aadb3429b94 100644
--- a/textproc/p5-Text-CSV/pkg-descr
+++ b/textproc/p5-Text-CSV/pkg-descr
@@ -1,3 +1,5 @@
Text::CSV provides facilities for the composition and decomposition of
comma-separated values. An instance of the Text::CSV class can combine
fields into a CSV string and parse a CSV string into fields.
+
+WWW: http://search.cpan.org/dist/Text-CSV/