diff options
author | seb <seb> | 2010-04-18 05:42:21 +0000 |
---|---|---|
committer | seb <seb> | 2010-04-18 05:42:21 +0000 |
commit | 02c4f8181b09c4723b2be22aa4ffd266447810b3 (patch) | |
tree | aa989dbf7f50a51a8b414eed39db7e350683cba8 /www/p5-App-Nopaste/Makefile | |
parent | 6250200a560fe69948bf6faac698ee66cdab3f85 (diff) | |
download | pkgsrc-02c4f8181b09c4723b2be22aa4ffd266447810b3.tar.gz |
Update from version 0.19 to version 0.20.
Pkgsrc changes:
- Add more recommended dependencies
- Makefile cleanup
Upstream changes:
0.20 Fri Apr 16 23:05:10 2010
App::Nopaste::Service::Pastie would generate warnings via
Mechanize due to changes in http://pastie.org HTML (avar)
Add App::Nopaste::Service::Codepeek (arcanez)
Diffstat (limited to 'www/p5-App-Nopaste/Makefile')
-rw-r--r-- | www/p5-App-Nopaste/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile index 9314e8b1685..d1ebcec8e13 100644 --- a/www/p5-App-Nopaste/Makefile +++ b/www/p5-App-Nopaste/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/02/23 20:07:49 sno Exp $ +# $NetBSD: Makefile,v 1.9 2010/04/18 05:42:21 seb Exp $ -DISTNAME= App-Nopaste-0.19 +DISTNAME= App-Nopaste-0.20 PKGNAME= p5-${DISTNAME} #PKGREVISION= 1 CATEGORIES= www perl5 @@ -27,9 +27,9 @@ DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize DEPENDS+= p5-Clipboard-[0-9]*:../../x11/p5-Clipboard DEPENDS+= p5-Config-INI-[0-9]*:../../devel/p5-Config-INI DEPENDS+= p5-WWW-Pastebin-PastebinCom-Create-[0-9]*:../../www/p5-WWW-Pastebin-PastebinCom-Create +DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp PERL5_MODULE_TYPE= Module::Install::Bundled -#MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |