diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-03 23:50:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-03 23:50:39 +0800 |
commit | d95e3859aa7c46f360840db81254662941e20737 (patch) | |
tree | 08209e8820234fb725a846bb0cace3914d0218ae | |
parent | 9cf9855c58f4b9bdbe0fcd527ed87800815ac941 (diff) | |
download | freebsd-ports-gnome-d95e3859aa7c46f360840db81254662941e20737.tar.gz freebsd-ports-gnome-d95e3859aa7c46f360840db81254662941e20737.tar.zst freebsd-ports-gnome-d95e3859aa7c46f360840db81254662941e20737.zip |
- Update to 0.45
- Sort *_DEPENDS
- Use TEST_DEPENDS
Changes: http://search.cpan.org/dist/Net-GitHub/Changes
-rw-r--r-- | net/p5-Net-GitHub/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Net-GitHub/distinfo | 4 |
2 files changed, 15 insertions, 14 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index 66beaee2502f..2575aed9b052 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-GitHub -DISTVERSION= 0.44 +DISTVERSION= 0.45 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND @@ -18,17 +18,18 @@ COMMENT= Perl interface to github.com LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI \ - p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-WWW-Mechanize-GZip>0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \ - p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \ - p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ - p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-Test-MockModule>0:${PORTSDIR}/devel/p5-Test-MockModule \ - p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule PERL_CONFIGURE= yes diff --git a/net/p5-Net-GitHub/distinfo b/net/p5-Net-GitHub/distinfo index 788b7c31b581..d1c9045d0e6a 100644 --- a/net/p5-Net-GitHub/distinfo +++ b/net/p5-Net-GitHub/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-GitHub-0.44.tar.gz) = a1e5ace47009a1dbde1e91800672dff4d6833fb01e4d6e995a1d3097dc139b7a -SIZE (Net-GitHub-0.44.tar.gz) = 49551 +SHA256 (Net-GitHub-0.45.tar.gz) = 12f0e10a4cd98bf7bd7d2946983d49a1e26ebac014d27b74d535d6c64f16ee9a +SIZE (Net-GitHub-0.45.tar.gz) = 50313 |