diff options
author | wen <wen@FreeBSD.org> | 2010-06-16 14:07:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-06-16 14:07:07 +0800 |
commit | 585a31c428ded3af09fa892b0246bf9acd830a61 (patch) | |
tree | 66720aa623dfa3bc7983fc3aabd151126e44ba24 /www | |
parent | 51e4d97a86533b6a6721ce3aa461524a89958c0c (diff) | |
download | freebsd-ports-gnome-585a31c428ded3af09fa892b0246bf9acd830a61.tar.gz freebsd-ports-gnome-585a31c428ded3af09fa892b0246bf9acd830a61.tar.zst freebsd-ports-gnome-585a31c428ded3af09fa892b0246bf9acd830a61.zip |
- Update to 0.22
PR: ports/147874
Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-App-Nopaste/Makefile | 4 | ||||
-rw-r--r-- | www/p5-App-Nopaste/distinfo | 6 | ||||
-rw-r--r-- | www/p5-App-Nopaste/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile index 309a0d56b1a8..2991523b45de 100644 --- a/www/p5-App-Nopaste/Makefile +++ b/www/p5-App-Nopaste/Makefile @@ -6,7 +6,7 @@ # PORTNAME= App-Nopaste -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -42,7 +42,7 @@ MAN3= App::Nopaste.3 \ App::Nopaste::Service::Codepeek.3 \ App::Nopaste::Service::Shadowcat.3 \ App::Nopaste::Service::Snitch.3 \ - App::Nopaste::Service::SSH.3 + App::Nopaste::Service::ssh.3 .include <bsd.port.pre.mk> .if defined(WITH_PASTEBIN) diff --git a/www/p5-App-Nopaste/distinfo b/www/p5-App-Nopaste/distinfo index 8f4d8f3d650b..c3f31332640d 100644 --- a/www/p5-App-Nopaste/distinfo +++ b/www/p5-App-Nopaste/distinfo @@ -1,3 +1,3 @@ -MD5 (App-Nopaste-0.21.tar.gz) = 9f12079577b144237e14ab072ee97662 -SHA256 (App-Nopaste-0.21.tar.gz) = e1aa3de35cd906d8faf3c1a83ecbb962abadda1068bc827b919cb1482cee10f5 -SIZE (App-Nopaste-0.21.tar.gz) = 33551 +MD5 (App-Nopaste-0.22.tar.gz) = a9d74f1159968528723a72dc0eb53135 +SHA256 (App-Nopaste-0.22.tar.gz) = dd7cb9667160d292c4bbf95a59b008fe0c7718afd4045c1e5dbc4df44e87f2e6 +SIZE (App-Nopaste-0.22.tar.gz) = 33684 diff --git a/www/p5-App-Nopaste/pkg-plist b/www/p5-App-Nopaste/pkg-plist index a777a33ab31a..153071d5de73 100644 --- a/www/p5-App-Nopaste/pkg-plist +++ b/www/p5-App-Nopaste/pkg-plist @@ -11,7 +11,7 @@ %%SITE_PERL%%/App/Nopaste/Service/Pastie.pm %%SITE_PERL%%/App/Nopaste/Service/Shadowcat.pm %%SITE_PERL%%/App/Nopaste/Service/Snitch.pm -%%SITE_PERL%%/App/Nopaste/Service/SSH.pm +%%SITE_PERL%%/App/Nopaste/Service/ssh.pm bin/nopaste @dirrm %%SITE_PERL%%/App/Nopaste/Service @dirrm %%SITE_PERL%%/App/Nopaste |