diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-29 23:34:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-29 23:34:08 +0800 |
commit | 1fd4df8c582d408ab40031ebd8d0394a03fac8b1 (patch) | |
tree | 30efaf666864de9ad682b2ab3a115a247113ccd3 /www | |
parent | 6c81606da97f589f37c4a41cf8888da7c203f5cd (diff) | |
download | freebsd-ports-gnome-1fd4df8c582d408ab40031ebd8d0394a03fac8b1.tar.gz freebsd-ports-gnome-1fd4df8c582d408ab40031ebd8d0394a03fac8b1.tar.zst freebsd-ports-gnome-1fd4df8c582d408ab40031ebd8d0394a03fac8b1.zip |
- Update to 6.03
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/LWP-Protocol-https/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-LWP-Protocol-https/Makefile | 7 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-https/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-LWP-Protocol-https/Makefile b/www/p5-LWP-Protocol-https/Makefile index 39d951eed7ad..e0c0c077a8d0 100644 --- a/www/p5-LWP-Protocol-https/Makefile +++ b/www/p5-LWP-Protocol-https/Makefile @@ -6,7 +6,7 @@ # PORTNAME= LWP-Protocol-https -PORTVERSION= 6.02 +PORTVERSION= 6.03 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,10 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provide https support for LWP::UserAgent # We remove p5-libwww here to avoid cyclic dependency -RUN_DEPENDS= p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL \ +BUILD_DEPENDS= p5-IO-Socket-SSL>=1.54:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-Mozilla-CA>=20110101:${PORTSDIR}/www/p5-Mozilla-CA \ + p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP +RUN_DEPENDS= p5-IO-Socket-SSL>=1.54:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Mozilla-CA>=20110101:${PORTSDIR}/www/p5-Mozilla-CA \ p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP diff --git a/www/p5-LWP-Protocol-https/distinfo b/www/p5-LWP-Protocol-https/distinfo index 247d1530b2fd..8b8d1a271a03 100644 --- a/www/p5-LWP-Protocol-https/distinfo +++ b/www/p5-LWP-Protocol-https/distinfo @@ -1,2 +1,2 @@ -SHA256 (LWP-Protocol-https-6.02.tar.gz) = c50388fde02a4c3eb98f9cfb74fa4422a6136a4244ccafb54355927736b14a78 -SIZE (LWP-Protocol-https-6.02.tar.gz) = 3443 +SHA256 (LWP-Protocol-https-6.03.tar.gz) = cb864de7677cc3fc9f8f4aaa17c2984d970fdfa46fc7e3cb90bc5ef2c3e3c6f1 +SIZE (LWP-Protocol-https-6.03.tar.gz) = 3555 |