diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-14 16:15:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-14 16:15:12 +0000 |
commit | 4790cfaec60d572d4beeb575db7e6131e437fd16 (patch) | |
tree | 778b30c7e523c9b42878757514406b4aa7243693 /textproc/p5-Text-CSV_XS | |
parent | d5cd79d0ddc77109250a80498e5eec36ee90172b (diff) |
Update to 1.16, and move testing-related dependencies to TEST_DEPENDS.
Changes: https://metacpan.org/changes/distribution/Text-CSV_XS
Note that the PR below was for a 1.15 update.
PR: 197651
Approved by: maintainer timeout (1 month)
Notes
Notes:
svn path=/head/; revision=381285
Diffstat (limited to 'textproc/p5-Text-CSV_XS')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 6f1ed07c9252..27dd1cdfcde1 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-CSV_XS -PORTVERSION= 1.12 -PORTREVISION= 1 +PORTVERSION= 1.16 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HMBRAND @@ -15,12 +14,9 @@ COMMENT= Comma-separated values manipulation routines LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 tar:tgz USE_PERL5= configure NO_ARCH= yes diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo index 7fd6fc4c6eed..b2de0c4bd1f4 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-CSV_XS-1.12.tgz) = 8643940eb65a1d9126fc230698b8a24aa6c05db6ca70d2248426412bae38fd7c -SIZE (Text-CSV_XS-1.12.tgz) = 144685 +SHA256 (Text-CSV_XS-1.16.tgz) = dcdf3f9c527e64b3448c93157700631b6cbc4c28346991f2c2eb001e999bc3b1 +SIZE (Text-CSV_XS-1.16.tgz) = 149556 |