svn commit: r434969 - head/www/p5-LWP-Protocol-https

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 27 17:10:11 UTC 2017


Author: sunpoet
Date: Mon Feb 27 17:10:09 2017
New Revision: 434969
URL: https://svnweb.freebsd.org/changeset/ports/434969

Log:
  Add www/p5-libwww to *_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/www/p5-LWP-Protocol-https/Makefile

Modified: head/www/p5-LWP-Protocol-https/Makefile
==============================================================================
--- head/www/p5-LWP-Protocol-https/Makefile	Mon Feb 27 17:10:05 2017	(r434968)
+++ head/www/p5-LWP-Protocol-https/Makefile	Mon Feb 27 17:10:09 2017	(r434969)
@@ -3,6 +3,7 @@
 
 PORTNAME=	LWP-Protocol-https
 PORTVERSION=	6.07
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,10 +14,10 @@ COMMENT=	Provide https support for LWP::
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-# We remove p5-libwww here to avoid cyclic dependency
 BUILD_DEPENDS=	p5-IO-Socket-SSL>=1.54:security/p5-IO-Socket-SSL \
 		p5-Mozilla-CA>=20110101:www/p5-Mozilla-CA \
-		p5-Net-HTTP>=6:net/p5-Net-HTTP
+		p5-Net-HTTP>=6:net/p5-Net-HTTP \
+		p5-libwww>=6.06:www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list