diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-07-16 13:47:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-07-16 13:47:53 +0000 |
commit | 23001e2dcf2786c2d74c41331c60b9dc2840de3d (patch) | |
tree | 8b72095c3b7aa773be973eb2ba777edbdf5bbf70 /www/p5-App-Nopaste | |
parent | f82940394b0a692dc8fc8dda747a1c3c1f201fdc (diff) | |
download | ports-23001e2dcf2786c2d74c41331c60b9dc2840de3d.tar.gz ports-23001e2dcf2786c2d74c41331c60b9dc2840de3d.zip |
Notes
Diffstat (limited to 'www/p5-App-Nopaste')
-rw-r--r-- | www/p5-App-Nopaste/Makefile | 5 | ||||
-rw-r--r-- | www/p5-App-Nopaste/distinfo | 4 | ||||
-rw-r--r-- | www/p5-App-Nopaste/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile index 0e053f3d927c..889cc7881a5a 100644 --- a/www/p5-App-Nopaste/Makefile +++ b/www/p5-App-Nopaste/Makefile @@ -6,7 +6,7 @@ # PORTNAME= App-Nopaste -PORTVERSION= 0.33 +PORTVERSION= 0.34 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SARTAK @@ -20,7 +20,8 @@ LICENSE_COMB= dual BUILD_DEPENDS+= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-MooseX-Getopt>=0.17:${PORTSDIR}/devel/p5-MooseX-Getopt \ - p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose + p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/www/p5-App-Nopaste/distinfo b/www/p5-App-Nopaste/distinfo index 98c3f9e4ba5d..7e55cabdac99 100644 --- a/www/p5-App-Nopaste/distinfo +++ b/www/p5-App-Nopaste/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-Nopaste-0.33.tar.gz) = 8e335d7d7f017ba966e8845b276af154b320d079a191dd3f286bee209cf0cd8a -SIZE (App-Nopaste-0.33.tar.gz) = 38620 +SHA256 (App-Nopaste-0.34.tar.gz) = 9ea667fd1bef29122f4d9c91ad55cf218aec438f162d04867e522eb75971eb8d +SIZE (App-Nopaste-0.34.tar.gz) = 40647 diff --git a/www/p5-App-Nopaste/pkg-descr b/www/p5-App-Nopaste/pkg-descr index 545ccee5ad3a..54533cfd691c 100644 --- a/www/p5-App-Nopaste/pkg-descr +++ b/www/p5-App-Nopaste/pkg-descr @@ -1,4 +1,4 @@ This module aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one. -WWW: http://search.cpan.org/dist/App-Nopaste +WWW: http://search.cpan.org/dist/App-Nopaste/ |