diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-11 11:00:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-11 11:00:49 +0000 |
commit | 1c83a9301008ca13f5d7f03037b256d89f0d0577 (patch) | |
tree | abcfcfc21e91d2f57030924b6201a5a29e1fbf42 /www/p5-App-Nopaste | |
parent | 9693b3f1f34de6795ec845be0561d832d08c0576 (diff) |
- upgrade to 0.27
- switch to new CPAN:AUTHOR macros
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.27/Changes
Notes
Notes:
svn path=/head/; revision=270665
Diffstat (limited to 'www/p5-App-Nopaste')
-rw-r--r-- | www/p5-App-Nopaste/Makefile | 6 | ||||
-rw-r--r-- | www/p5-App-Nopaste/distinfo | 4 | ||||
-rw-r--r-- | www/p5-App-Nopaste/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile index cd372f1c2e5a..16b4cddc4dce 100644 --- a/www/p5-App-Nopaste/Makefile +++ b/www/p5-App-Nopaste/Makefile @@ -6,9 +6,10 @@ # PORTNAME= App-Nopaste -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= www perl5 -MASTER_SITES= CPAN/../../authors/id/S/SA/SARTAK/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SARTAK PKGNAMEPREFIX= p5- MAINTAINER= bapt@FreeBSD.org @@ -38,7 +39,6 @@ MAN3= App::Nopaste.3 \ App::Nopaste::Service.3 \ App::Nopaste::Service::Debian.3 \ App::Nopaste::Service::Gist.3 \ - App::Nopaste::Service::Mathbin.3 \ App::Nopaste::Service::PastebinCom.3 \ App::Nopaste::Service::Pastie.3 \ App::Nopaste::Service::Codepeek.3 \ diff --git a/www/p5-App-Nopaste/distinfo b/www/p5-App-Nopaste/distinfo index 29a3df3af263..1f6b8d510fab 100644 --- a/www/p5-App-Nopaste/distinfo +++ b/www/p5-App-Nopaste/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-Nopaste-0.26.tar.gz) = f87cd8d92cf1dd9109c9976b27871d6f75d9c9757b11f0de67b7ce60f4c6ef3c -SIZE (App-Nopaste-0.26.tar.gz) = 35126 +SHA256 (App-Nopaste-0.27.tar.gz) = a62f3ac0dcad44785b2fc8f5c6b0001d1b69d4e63db1f1b452dd4279ef7b57ff +SIZE (App-Nopaste-0.27.tar.gz) = 34881 diff --git a/www/p5-App-Nopaste/pkg-plist b/www/p5-App-Nopaste/pkg-plist index 8872ef204392..e123426d5457 100644 --- a/www/p5-App-Nopaste/pkg-plist +++ b/www/p5-App-Nopaste/pkg-plist @@ -5,7 +5,6 @@ %%SITE_PERL%%/App/Nopaste/Service/Codepeek.pm %%SITE_PERL%%/App/Nopaste/Service/Debian.pm %%SITE_PERL%%/App/Nopaste/Service/Gist.pm -%%SITE_PERL%%/App/Nopaste/Service/Mathbin.pm %%SITE_PERL%%/App/Nopaste/Service/PastebinCom.pm %%SITE_PERL%%/App/Nopaste/Service/Pastie.pm %%SITE_PERL%%/App/Nopaste/Service/Shadowcat.pm |