diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-09-08 06:47:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-09-08 06:47:33 +0800 |
commit | 7c48d78ed3d655b5d0405fe086e1da36d2aa6992 (patch) | |
tree | cfdc8b1d26a22c766a4e8947311e82c76fb61f8e /www | |
parent | c1b3fca0d65358a5b86df5dfe98ffbb65c17c22d (diff) | |
download | freebsd-ports-gnome-7c48d78ed3d655b5d0405fe086e1da36d2aa6992.tar.gz freebsd-ports-gnome-7c48d78ed3d655b5d0405fe086e1da36d2aa6992.tar.zst freebsd-ports-gnome-7c48d78ed3d655b5d0405fe086e1da36d2aa6992.zip |
Update to 0.29
- Fix *_DEPENDS: p5-Crypt-SSLeay and p5-Mozilla-CA have been replaced by p5-LWP-Protocol-https since 0.19
Changes: https://metacpan.org/changes/distribution/WebService-Linode
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WebService-Linode/Makefile | 10 | ||||
-rw-r--r-- | www/p5-WebService-Linode/distinfo | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-WebService-Linode/Makefile b/www/p5-WebService-Linode/Makefile index ea446cb2a72f..8ec29a315004 100644 --- a/www/p5-WebService-Linode/Makefile +++ b/www/p5-WebService-Linode/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WebService-Linode -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= www MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ - p5-JSON>=0:converters/p5-JSON \ - p5-Mozilla-CA>=0:www/p5-Mozilla-CA \ +RUN_DEPENDS= p5-JSON>=2.00:converters/p5-JSON \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-libwww>=0:www/p5-libwww TEST_DEPENDS= p5-Test-MockObject>=0:devel/p5-Test-MockObject -NO_ARCH= yes USES= perl5 USE_PERL5= modbuildtiny +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/www/p5-WebService-Linode/distinfo b/www/p5-WebService-Linode/distinfo index 6df3d2a6cbf2..fda03221d387 100644 --- a/www/p5-WebService-Linode/distinfo +++ b/www/p5-WebService-Linode/distinfo @@ -1,2 +1,3 @@ -SHA256 (WebService-Linode-0.28.tar.gz) = 66a315016999c0d2043caae86e664dad10c6613708f33a2f56aae8030326c509 -SIZE (WebService-Linode-0.28.tar.gz) = 33775 +TIMESTAMP = 1567842518 +SHA256 (WebService-Linode-0.29.tar.gz) = 103aab245304f08e9e87ac7bc884ddb44a630de6bac077dc921f716d71154922 +SIZE (WebService-Linode-0.29.tar.gz) = 32855 |