Date: Mon, 27 Feb 2017 17:10:10 +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: r434969 - head/www/p5-LWP-Protocol-https Message-ID: <201702271710.v1RHAAAE075132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702271710.v1RHAAAE075132>