diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:12:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:12:14 +0000 |
commit | cb64c82c77b67c731241420fe525dc0955f928d4 (patch) | |
tree | ed63f877ace4c150a202a52a7af3dcad667fec3a /net/p5-Net-GitHub | |
parent | dccad21483386714a9e7d2a055cb6fcf24612f57 (diff) | |
download | ports-cb64c82c77b67c731241420fe525dc0955f928d4.tar.gz ports-cb64c82c77b67c731241420fe525dc0955f928d4.zip |
Notes
Diffstat (limited to 'net/p5-Net-GitHub')
-rw-r--r-- | net/p5-Net-GitHub/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index 7ca8d45f24a9..6d7ce7e48ba6 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-GitHub PORTVERSION= 0.80 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND @@ -14,7 +15,8 @@ COMMENT= Perl interface to github.com LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ +BUILD_DEPENDS= p5-Cache-LRU>=0:${PORTSDIR}/devel/p5-Cache-LRU \ + p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ p5-JSON-MaybeXS>=0:${PORTSDIR}/converters/p5-JSON-MaybeXS \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ diff --git a/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm b/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm index 601531420ff4..00338f2c7384 100644 --- a/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm +++ b/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm @@ -1,5 +1,5 @@ ---- inc/Module/AutoInstall.pm.orig 2012-04-26 12:38:21.028164683 -0400 -+++ inc/Module/AutoInstall.pm 2012-04-26 12:38:39.733163954 -0400 +--- inc/Module/AutoInstall.pm.orig 2012-04-26 16:38:21 UTC ++++ inc/Module/AutoInstall.pm @@ -138,7 +138,7 @@ # check entirely since we don't want to have to load (and configure) # an old CPAN just for a cosmetic message |