diff options
author | seb <seb> | 2009-01-29 14:41:22 +0000 |
---|---|---|
committer | seb <seb> | 2009-01-29 14:41:22 +0000 |
commit | 07cccf76deb72538ae872a7db39a09b2e675aee5 (patch) | |
tree | e9ca0790315ed10b1c2e3f3f4a6902894fc6d090 | |
parent | bc251d00d26b325335b0a3d817c6a05373734493 (diff) | |
download | pkgsrc-07cccf76deb72538ae872a7db39a09b2e675aee5.tar.gz |
Update from version 0.07 to version 0.10.
Pkgsrc changes:
- Add dependency on devel/p5-Config-INI for Gist support and
avoid dependency on the Perl 5 Git module (not in pkgsrc?) for the same
Upstream changes:
0.10 Wed Jan 28 18:48:55 2009
I was a little too aggressive in my s/user/login/ (Sartak)
0.09 Wed Jan 28 18:34:31 2009
The parameter for gist is "user" not "login" (Ricardo SIGNES)
0.08 Thu Jan 22 21:44:51 2009
Optional authentication for Gist, by Ricardo SIGNES.
-rw-r--r-- | www/p5-App-Nopaste/Makefile | 8 | ||||
-rw-r--r-- | www/p5-App-Nopaste/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile index adc213b7c24..671b99d734e 100644 --- a/www/p5-App-Nopaste/Makefile +++ b/www/p5-App-Nopaste/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/17 16:07:36 seb Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/29 14:41:22 seb Exp $ -DISTNAME= App-Nopaste-0.07 +DISTNAME= App-Nopaste-0.10 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} @@ -14,7 +14,11 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/App/Nopaste/.packlist +# We drop the git module dependency as we require p5-Config-INI +MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip + DEPENDS+= p5-Clipboard-[0-9]*:../../x11/p5-Clipboard +DEPENDS+= p5-Config-INI-[0-9]*:../../devel/p5-Config-INI DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable DEPENDS+= p5-Moose>=0.50:../../devel/p5-Moose DEPENDS+= p5-MooseX-Getopt>=0.13:../../devel/p5-MooseX-Getopt diff --git a/www/p5-App-Nopaste/distinfo b/www/p5-App-Nopaste/distinfo index e48b5f181f8..e7caca4a93d 100644 --- a/www/p5-App-Nopaste/distinfo +++ b/www/p5-App-Nopaste/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/01/17 16:07:36 seb Exp $ +$NetBSD: distinfo,v 1.2 2009/01/29 14:41:22 seb Exp $ -SHA1 (App-Nopaste-0.07.tar.gz) = f766a993048ddab3b004594e10ae7a82565382a1 -RMD160 (App-Nopaste-0.07.tar.gz) = 91a0cb1e94351c7beb985bb7187dec2258021c5c -Size (App-Nopaste-0.07.tar.gz) = 25933 bytes +SHA1 (App-Nopaste-0.10.tar.gz) = 813d1255a1c6496c66314e76de50123d6b216aa2 +RMD160 (App-Nopaste-0.10.tar.gz) = 6dffd96932ca28e25cb8aa84e16afab4fc049db4 +Size (App-Nopaste-0.10.tar.gz) = 26323 bytes |