pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-MooseX-App
Module Name: pkgsrc
Committed By: mef
Date: Thu Oct 13 14:31:48 UTC 2016
Modified Files:
pkgsrc/devel/p5-MooseX-App: Makefile distinfo
Log Message:
Updated devel/p5-MooseX-App to 1.36
-----------------------------------
1.36 2016-10-11
- Documentation
- Set correct encoding on STDERR
- Fix order of options (fixed by J.R. Mash)
- Replace dashes in variable names with underscores in bash completion (implemented by Tina Müller)
- Do not autocomplete autocomplete itself (implemented by Lisa Hare)
- Create correct documentation for options with cmd_split
- Rename hints key to clarify purpose
- Add ability to negate boolean options (implemented by Marc Logghe)
- Spelling fixes github#39 (fixed by Gregor Herrmann)
- Retain original order of elements from @ARGV
(pkgsrc changes)
- Add following BUILD_DEPENDS for make test
BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-MooseX-App/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-MooseX-App/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-MooseX-App/Makefile
diff -u pkgsrc/devel/p5-MooseX-App/Makefile:1.8 pkgsrc/devel/p5-MooseX-App/Makefile:1.9
--- pkgsrc/devel/p5-MooseX-App/Makefile:1.8 Wed Jun 8 19:23:14 2016
+++ pkgsrc/devel/p5-MooseX-App/Makefile Thu Oct 13 14:31:48 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2016/06/08 19:23:14 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/10/13 14:31:48 mef Exp $
#
-DISTNAME= MooseX-App-1.35
+DISTNAME= MooseX-App-1.36
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
@@ -24,6 +23,7 @@ BUILD_DEPENDS+= p5-Pod-Elemental-[0-9]*:
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
BUILD_DEPENDS+= p5-Text-WagnerFischer-[0-9]*:../../textproc/p5-Text-WagnerFischer
+BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
PERL5_PACKLIST= auto/MooseX/App/.packlist
USE_LANGUAGES= # none
Index: pkgsrc/devel/p5-MooseX-App/distinfo
diff -u pkgsrc/devel/p5-MooseX-App/distinfo:1.6 pkgsrc/devel/p5-MooseX-App/distinfo:1.7
--- pkgsrc/devel/p5-MooseX-App/distinfo:1.6 Sun May 15 08:10:10 2016
+++ pkgsrc/devel/p5-MooseX-App/distinfo Thu Oct 13 14:31:48 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/05/15 08:10:10 wen Exp $
+$NetBSD: distinfo,v 1.7 2016/10/13 14:31:48 mef Exp $
-SHA1 (MooseX-App-1.35.tar.gz) = 94941f18c87ffcae447cf8fc1a772360e0b2de10
-RMD160 (MooseX-App-1.35.tar.gz) = ad224ab2a2427877384ccdacfabea91d6340ee9e
-SHA512 (MooseX-App-1.35.tar.gz) = d2d11949b13179525b3748fb830d7eb5040f772d787d90a76e824dc17e3506ed7d7658e554af9e218329a8e113be964c098af22bc1f02232dc8f77875f3c42d5
-Size (MooseX-App-1.35.tar.gz) = 86139 bytes
+SHA1 (MooseX-App-1.36.tar.gz) = 49044c933dc8a6bb281d054df9aa6263982b103f
+RMD160 (MooseX-App-1.36.tar.gz) = ad4c4b0ed6f56f751b3053a5d0390fbdb33a1241
+SHA512 (MooseX-App-1.36.tar.gz) = c6c0f75baf439b40d25164e1db2a1a96f5bf1ba4f1c675e8f1156488e432ec022e81e5f068c3dd3c46b973cee3c82d8be12e8a076b10cba79e48a6b89f1f9d15
+Size (MooseX-App-1.36.tar.gz) = 86812 bytes
Home |
Main Index |
Thread Index |
Old Index