svn commit: r492547 - head/www/p5-CIF-Client
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Feb 10 00:06:24 UTC 2019
Author: sunpoet
Date: Sun Feb 10 00:06:23 2019
New Revision: 492547
URL: https://svnweb.freebsd.org/changeset/ports/492547
Log:
Fix *_DEPENDS
- Bump PORTREVISION for dependency change
This port requires Compress::Zlib 2.008 which is already Perl core module.
And this port does not require Compress::Raw::Zlib.
With hat: perl
Modified:
head/www/p5-CIF-Client/Makefile
Modified: head/www/p5-CIF-Client/Makefile
==============================================================================
--- head/www/p5-CIF-Client/Makefile Sat Feb 9 23:58:19 2019 (r492546)
+++ head/www/p5-CIF-Client/Makefile Sun Feb 10 00:06:23 2019 (r492547)
@@ -3,7 +3,7 @@
PORTNAME= CIF-Client
PORTVERSION= 0.21
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/cif
@@ -17,7 +17,6 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>=0.31:devel/p5-Class-Accessor \
- p5-Compress-Raw-Zlib>=2.008:archivers/p5-Compress-Raw-Zlib \
p5-Config-Simple>=4.58:devel/p5-Config-Simple \
p5-Digest-SHA1>=2.11:security/p5-Digest-SHA1 \
p5-HTML-Table>=2.08:www/p5-HTML-Table \
More information about the svn-ports-head
mailing list