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:           Mon Dec 18 13:40:25 UTC 2023

Modified Files:
        pkgsrc/devel/p5-MooseX-App: Makefile distinfo

Log Message:
(devel/p5-MooseX-App) Updated 1.42 to 1.43

1.43 2023-10-21
    - Remove duplicate license
    - Require Config::Any
    - Fix cmd_aliases for flags (fixed by William Barker)
    - Remove smartmatch (implemented by Petr Pisar)
    - Allow to override build date with SOURCE_DATE_EPOCH (implemented by Bernhard M. Wiedemann)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-MooseX-App/Makefile
cvs rdiff -u -r1.14 -r1.15 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.24 pkgsrc/devel/p5-MooseX-App/Makefile:1.25
--- pkgsrc/devel/p5-MooseX-App/Makefile:1.24    Thu Jul  6 09:39:37 2023
+++ pkgsrc/devel/p5-MooseX-App/Makefile Mon Dec 18 13:40:25 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/07/06 09:39:37 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/12/18 13:40:25 mef Exp $
 
-DISTNAME=      MooseX-App-1.42
+DISTNAME=      MooseX-App-1.43
 PKGNAME=       p5-${DISTNAME}
 PKGREVISION=   2
 CATEGORIES=    devel
@@ -15,14 +15,14 @@ DEPENDS+=   p5-Config-Any-[0-9]*:../../dev
 DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
 DEPENDS+=      p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class
 DEPENDS+=      p5-Pod-Elemental-[0-9]*:../../textproc/p5-Pod-Elemental
-# for make test
-TOOL_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
-TOOL_DEPENDS+= p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs
-TOOL_DEPENDS+= p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive
-TOOL_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
-TOOL_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
-TOOL_DEPENDS+= p5-Text-WagnerFischer-[0-9]*:../../textproc/p5-Text-WagnerFischer
-TOOL_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
+
+TEST_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
+#EST_DEPENDS+= p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs
+TEST_DEPENDS+= p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive
+TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+TEST_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
+TEST_DEPENDS+= p5-Text-WagnerFischer-[0-9]*:../../textproc/p5-Text-WagnerFischer
+TEST_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.14 pkgsrc/devel/p5-MooseX-App/distinfo:1.15
--- pkgsrc/devel/p5-MooseX-App/distinfo:1.14    Tue Oct 26 10:17:03 2021
+++ pkgsrc/devel/p5-MooseX-App/distinfo Mon Dec 18 13:40:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:17:03 nia Exp $
+$NetBSD: distinfo,v 1.15 2023/12/18 13:40:25 mef Exp $
 
-BLAKE2s (MooseX-App-1.42.tar.gz) = d0fe991d7b03a463f5f2095ce7444e43860310ef2b08b169892a97de66d1ef0f
-SHA512 (MooseX-App-1.42.tar.gz) = 33c2ecd2ccfc13a0be199c664b0c9aea2e90d80ef415ace50c06bb8e3121f36bd607c6bb6ac5ebf301bb4a793149f0c43d99e35204ea90f464e3bdbb5da6a0b7
-Size (MooseX-App-1.42.tar.gz) = 77929 bytes
+BLAKE2s (MooseX-App-1.43.tar.gz) = e464bb3616345a057c7c1f44d137d93d9e2d7fd0f13f8af1cf613e405ac25ee6
+SHA512 (MooseX-App-1.43.tar.gz) = 0a69aad7f9a835d8c44933be083693bef88fca5a939de2b862aa9f6d8908ca9a1c7fb0f8db5c2028a281bbc7879105c0bc1cdc27070100c9b7eef44f0446f5f2
+Size (MooseX-App-1.43.tar.gz) = 74975 bytes



Home | Main Index | Thread Index | Old Index