diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-04 03:32:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-04 03:32:13 +0800 |
commit | 5f7defb567c885e1188ab3e2ef610d2807553669 (patch) | |
tree | 55ad3235eebc9bbd2f258031f0a4a613e6b4d253 /www/p5-App-gist | |
parent | baae890c5d00c523c138023841033b78c2b0481e (diff) | |
download | freebsd-ports-gnome-5f7defb567c885e1188ab3e2ef610d2807553669.tar.gz freebsd-ports-gnome-5f7defb567c885e1188ab3e2ef610d2807553669.tar.zst freebsd-ports-gnome-5f7defb567c885e1188ab3e2ef610d2807553669.zip |
- Update to 0.15
Changes: http://search.cpan.org/dist/App-gist/Changes
Diffstat (limited to 'www/p5-App-gist')
-rw-r--r-- | www/p5-App-gist/Makefile | 8 | ||||
-rw-r--r-- | www/p5-App-gist/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-App-gist/Makefile b/www/p5-App-gist/Makefile index a5c570f5247e..2c714291a067 100644 --- a/www/p5-App-gist/Makefile +++ b/www/p5-App-gist/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= App-gist -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= www perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ALEXBIO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -15,8 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-WWW-GitHub-Gist>=0:${PORTSDIR}/www/p5-WWW-GitHub-Gist + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-Pithub>=0:${PORTSDIR}/devel/p5-Pithub \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= gist-[0-9]* diff --git a/www/p5-App-gist/distinfo b/www/p5-App-gist/distinfo index 3a4d9d280edf..2db5eb64417b 100644 --- a/www/p5-App-gist/distinfo +++ b/www/p5-App-gist/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-gist-0.14.tar.gz) = 43e11714819d973ef73bf16c14cc96161b82cc2af1bd53d07e88942cb7fac478 -SIZE (App-gist-0.14.tar.gz) = 12609 +SHA256 (App-gist-0.15.tar.gz) = 21512bf0f30b1d8f8ae978d98c91d8f2d79c6b3b9569db48da7e2d5543e17527 +SIZE (App-gist-0.15.tar.gz) = 12847 |