diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-12 11:37:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-12 11:37:47 +0800 |
commit | 87c512a073589d077e988a4e5bc1a963c3dad7e0 (patch) | |
tree | 123da2feb10a760b2cf17e26bff86d184cb1dc88 /net | |
parent | f449355751a07f280594f1c16a8ebb30d4230f13 (diff) | |
download | freebsd-ports-gnome-87c512a073589d077e988a4e5bc1a963c3dad7e0.tar.gz freebsd-ports-gnome-87c512a073589d077e988a4e5bc1a963c3dad7e0.tar.zst freebsd-ports-gnome-87c512a073589d077e988a4e5bc1a963c3dad7e0.zip |
- Update to 1.13
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Net-OpenID-Consumer/Changes
Approved by: clsung (maintainer, via IRC)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-OpenID-Consumer/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/distinfo | 4 |
2 files changed, 16 insertions, 9 deletions
diff --git a/net/p5-Net-OpenID-Consumer/Makefile b/net/p5-Net-OpenID-Consumer/Makefile index 42dfdfe69135..48a1d64d9a98 100644 --- a/net/p5-Net-OpenID-Consumer/Makefile +++ b/net/p5-Net-OpenID-Consumer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-OpenID-Consumer -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= net security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Library for consumers of OpenID identities -RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Net-OpenID-Common>=1.13:${PORTSDIR}/security/p5-Net-OpenID-Common \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Net-OpenID-Common>=0:${PORTSDIR}/security/p5-Net-OpenID-Common \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -31,4 +31,11 @@ regression-test: build cd ${WRKSRC} && ${MAKE} test .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-Net-OpenID-Consumer/distinfo b/net/p5-Net-OpenID-Consumer/distinfo index f162cdfb3326..2b8e657f446e 100644 --- a/net/p5-Net-OpenID-Consumer/distinfo +++ b/net/p5-Net-OpenID-Consumer/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-OpenID-Consumer-1.12.tar.gz) = 37b8459058b425f3d5c56a08b6cfb82c6997d5f1bf48df0c9c0eeb203b087a12 -SIZE (Net-OpenID-Consumer-1.12.tar.gz) = 56471 +SHA256 (Net-OpenID-Consumer-1.13.tar.gz) = 4ab927b6756366fa4cef2b54088645849f32fc7e0cd8de0a50001bbf62946fd8 +SIZE (Net-OpenID-Consumer-1.13.tar.gz) = 56919 |