aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 08:06:23 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 08:06:23 +0800
commit95034540d97f01fa761e3646f4936deba895bb83 (patch)
tree1c9ac831c63a45782ec1d3e5e831e7c59ef17e44
parentaa67cbe89f526c1628b9f6d04c37f5e951b93753 (diff)
downloadfreebsd-ports-gnome-95034540d97f01fa761e3646f4936deba895bb83.tar.gz
freebsd-ports-gnome-95034540d97f01fa761e3646f4936deba895bb83.tar.zst
freebsd-ports-gnome-95034540d97f01fa761e3646f4936deba895bb83.zip
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
-rw-r--r--www/p5-CIF-Client/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-CIF-Client/Makefile b/www/p5-CIF-Client/Makefile
index 54c174a146c8..9cccf21a274d 100644
--- a/www/p5-CIF-Client/Makefile
+++ b/www/p5-CIF-Client/Makefile
@@ -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 \