diff options
author | wen <wen@pkgsrc.org> | 2016-07-24 03:23:49 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-24 03:23:49 +0000 |
commit | 2e0c839812b2e83d25291e0bc7ef781da3dbca1f (patch) | |
tree | 19b6c72b493bc85ec7ce2b352c15f5a03f07885f /www/p5-App-Nopaste/Makefile | |
parent | 762206ce766967ebe05a4457f8cfbd01e0c4afe0 (diff) | |
download | pkgsrc-2e0c839812b2e83d25291e0bc7ef781da3dbca1f.tar.gz |
Update to 1.006
Upstream changes:
1.006 2016-05-24 02:55:20Z
- fix failing tests with other locales, environment settings
1.005 2016-05-20 02:39:52Z
- mark App::Nopaste::Service::Codepeek as deprecated in metadata
- the Gist command also looks in ~/.github for credentials
- many additional tests; thanks David J. Shultz!
Diffstat (limited to 'www/p5-App-Nopaste/Makefile')
-rw-r--r-- | www/p5-App-Nopaste/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile index bc8154f3831..ea08dfd9cd1 100644 --- a/www/p5-App-Nopaste/Makefile +++ b/www/p5-App-Nopaste/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2016/06/08 19:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2016/07/24 03:23:49 wen Exp $ -DISTNAME= App-Nopaste-1.004 +DISTNAME= App-Nopaste-1.006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} |