(pkgsrc)
- Add three BUILD_DEPENDS for 'make test'. p5-JSON-MaybeXS, p5-Module-Pluggable, p5-Test-Deep (upstream) - Update to 1.004 --------------- 1.004 2015-03-05 05:18:44Z - fix the Gist plugin to work with github's stricter validation (PR #11, Tatsuhiko Miyagawa) - removed +x permissions on files (RT#102361) - mark the Codepeek service as deprecated (RT#101823)
This commit is contained in:
parent
f37b65ce16
commit
7f52f7eb86
2 changed files with 11 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.21 2015/01/07 00:35:03 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2015/05/10 14:33:41 mef Exp $
|
||||
|
||||
DISTNAME= App-Nopaste-1.003
|
||||
DISTNAME= App-Nopaste-1.004
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
||||
|
@ -25,6 +25,11 @@ 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+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
|
||||
|
||||
# for make test
|
||||
BUILD_DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
|
||||
BUILD_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
|
||||
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2015/01/07 00:35:03 mef Exp $
|
||||
$NetBSD: distinfo,v 1.12 2015/05/10 14:33:41 mef Exp $
|
||||
|
||||
SHA1 (App-Nopaste-1.003.tar.gz) = 5a0ab62877c17bfe7bd36e5e4b0cdd6652ac85f6
|
||||
RMD160 (App-Nopaste-1.003.tar.gz) = dfd97d145942e917d4f0550fd5a9f2db3768306c
|
||||
Size (App-Nopaste-1.003.tar.gz) = 42390 bytes
|
||||
SHA1 (App-Nopaste-1.004.tar.gz) = 685ba1b0aae40e955f0ec86bad877ff1214f72de
|
||||
RMD160 (App-Nopaste-1.004.tar.gz) = 5bc39aeffa12d5e9d0780bd8cd2b46ff75997b12
|
||||
Size (App-Nopaste-1.004.tar.gz) = 45403 bytes
|
||||
|
|
Loading…
Reference in a new issue