diff options
author | tobez <tobez@FreeBSD.org> | 2010-03-17 06:33:43 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-03-17 06:33:43 +0800 |
commit | 8dffcfd0e7625c19763585767cb1750540e7aea0 (patch) | |
tree | 9157cd766cba5f3965bbc766c2400ac5994021e8 | |
parent | c199a7532aa8492007a6d541cbd51515d13b1ed9 (diff) | |
download | freebsd-ports-gnome-8dffcfd0e7625c19763585767cb1750540e7aea0.tar.gz freebsd-ports-gnome-8dffcfd0e7625c19763585767cb1750540e7aea0.tar.zst freebsd-ports-gnome-8dffcfd0e7625c19763585767cb1750540e7aea0.zip |
Update to 1.06.
Changes: http://search.cpan.org/dist/Net-OpenID-Consumer/ChangeLog
-rw-r--r-- | net/p5-Net-OpenID-Consumer/Makefile | 14 | ||||
-rw-r--r-- | net/p5-Net-OpenID-Consumer/distinfo | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net/p5-Net-OpenID-Consumer/Makefile b/net/p5-Net-OpenID-Consumer/Makefile index 42e5578f4631..36247d3eebd3 100644 --- a/net/p5-Net-OpenID-Consumer/Makefile +++ b/net/p5-Net-OpenID-Consumer/Makefile @@ -6,19 +6,19 @@ # PORTNAME= Net-OpenID-Consumer -PORTVERSION= 1.03 +PORTVERSION= 1.06 CATEGORIES= net security perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN/../../authors/id/G/GU/GUGU PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Library for consumers of OpenID identities -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch +RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Crypt-DH-GMP>=0.0.5:${PORTSDIR}/net/p5-Crypt-DH-GMP \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-Net-OpenID-Consumer/distinfo b/net/p5-Net-OpenID-Consumer/distinfo index 59d7bb4d4add..c01c7a9c2d35 100644 --- a/net/p5-Net-OpenID-Consumer/distinfo +++ b/net/p5-Net-OpenID-Consumer/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-OpenID-Consumer-1.03.tar.gz) = 78f12438cdcf4417df3e3a1143f8d92b -SHA256 (Net-OpenID-Consumer-1.03.tar.gz) = fa3a2318911f8f97b3b9a5b255791b4b52c0e2de59ade9795a284da311650c4e -SIZE (Net-OpenID-Consumer-1.03.tar.gz) = 34443 +MD5 (Net-OpenID-Consumer-1.06.tar.gz) = 52baff5e1f3c44afe40d6eeaebeb92d7 +SHA256 (Net-OpenID-Consumer-1.06.tar.gz) = ba9002fc19bdddf9c4c144e505f27f63bc21cf4730b599cced2d8d4472a67346 +SIZE (Net-OpenID-Consumer-1.06.tar.gz) = 52402 |