pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-App-Nopaste



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Nov 18 12:28:04 UTC 2019

Modified Files:
        pkgsrc/www/p5-App-Nopaste: Makefile distinfo

Log Message:
(www/p5-App-Nopaste) Updated to 1.013

1.013   2019-07-23 02:00:06Z
        - amended instructions in App::Nopaste::Service::Gist regarding
          creating a gist authorization token
        - --copy now works with Control-V on X windows (PR#17, Shlomi Fish)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/p5-App-Nopaste/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/p5-App-Nopaste/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-App-Nopaste/Makefile
diff -u pkgsrc/www/p5-App-Nopaste/Makefile:1.34 pkgsrc/www/p5-App-Nopaste/Makefile:1.35
--- pkgsrc/www/p5-App-Nopaste/Makefile:1.34     Mon Nov  4 22:09:59 2019
+++ pkgsrc/www/p5-App-Nopaste/Makefile  Mon Nov 18 12:28:03 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2019/11/04 22:09:59 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2019/11/18 12:28:03 mef Exp $
 
-DISTNAME=      App-Nopaste-1.012
+DISTNAME=      App-Nopaste-1.013
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}
 
@@ -19,15 +18,16 @@ REPLACE_PERL+=      script/nopaste
 DEPENDS+=      p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
 
 # Recommended dependencies
+DEPENDS+=      p5-Browser-Open-[0-9]*:../../www/p5-Browser-Open
 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-YAML-[0-9]*:../../textproc/p5-YAML
 
 # 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
+TEST_DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
+TEST_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
 
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 

Index: pkgsrc/www/p5-App-Nopaste/distinfo
diff -u pkgsrc/www/p5-App-Nopaste/distinfo:1.17 pkgsrc/www/p5-App-Nopaste/distinfo:1.18
--- pkgsrc/www/p5-App-Nopaste/distinfo:1.17     Wed Aug  1 07:36:27 2018
+++ pkgsrc/www/p5-App-Nopaste/distinfo  Mon Nov 18 12:28:03 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/08/01 07:36:27 wen Exp $
+$NetBSD: distinfo,v 1.18 2019/11/18 12:28:03 mef Exp $
 
-SHA1 (App-Nopaste-1.012.tar.gz) = a650f346b1259e632eb4e500937e6ccec0247732
-RMD160 (App-Nopaste-1.012.tar.gz) = 9001a741bcfd235bdb57611ba307dcd8bfed4b68
-SHA512 (App-Nopaste-1.012.tar.gz) = ce013ffae6909646048cd98f554d7cd8e19334bd67a7aa5a6639d2467e87cba510729169f74eb90865e8556bce33a11349c8f5917f3790edccf126a2ebd509e9
-Size (App-Nopaste-1.012.tar.gz) = 52932 bytes
+SHA1 (App-Nopaste-1.013.tar.gz) = 78c0ff0f865eb88f6b23c4503345ca709d4bcec2
+RMD160 (App-Nopaste-1.013.tar.gz) = 4aae84c4c682ef458e7a68329517bfc6bed07d0e
+SHA512 (App-Nopaste-1.013.tar.gz) = 2b399c22600f5bd1a65e7407181fe8fd23f7f604c335f78a95e422ab7c1195469909fc1d9343eb0843f6b3d778426e51e79e38b0faf6b3e9e4cb8e3977444526
+Size (App-Nopaste-1.013.tar.gz) = 53722 bytes



Home | Main Index | Thread Index | Old Index