Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 00:06:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492547 - head/www/p5-CIF-Client
Message-ID:  <201902100006.x1A06NuG082677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902100006.x1A06NuG082677>