pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-App-Nopaste (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2ed05d0e538
branches:  trunk
changeset: 651738:d2ed05d0e538
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 10 14:33:41 2015 +0000

description:
(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)

diffstat:

 www/p5-App-Nopaste/Makefile |  9 +++++++--
 www/p5-App-Nopaste/distinfo |  8 ++++----
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 15c934414a53 -r d2ed05d0e538 www/p5-App-Nopaste/Makefile
--- a/www/p5-App-Nopaste/Makefile       Sun May 10 13:27:11 2015 +0000
+++ b/www/p5-App-Nopaste/Makefile       Sun May 10 14:33:41 2015 +0000
@@ -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-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"
diff -r 15c934414a53 -r d2ed05d0e538 www/p5-App-Nopaste/distinfo
--- a/www/p5-App-Nopaste/distinfo       Sun May 10 13:27:11 2015 +0000
+++ b/www/p5-App-Nopaste/distinfo       Sun May 10 14:33:41 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index