pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Getopt-Euclid



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Aug  3 12:07:25 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Getopt-Euclid: Makefile distinfo

Log Message:
Update to 0.4.6
Update DEPENDS

Upstream changes:
0.4.6  2023-06-28
  - David Precious (BIGPRESH) taking on maintainership
  - Avoid test failures on perls without '.' in @INC (reported by TODDR in
    RT#127234)
  - Minor wording change (reported by Debian team in RT #95412)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Getopt-Euclid/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Getopt-Euclid/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-Getopt-Euclid/Makefile
diff -u pkgsrc/devel/p5-Getopt-Euclid/Makefile:1.27 pkgsrc/devel/p5-Getopt-Euclid/Makefile:1.28
--- pkgsrc/devel/p5-Getopt-Euclid/Makefile:1.27 Thu Jul  6 09:39:15 2023
+++ pkgsrc/devel/p5-Getopt-Euclid/Makefile      Thu Aug  3 12:07:25 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2023/07/06 09:39:15 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/08/03 12:07:25 wen Exp $
 
-DISTNAME=      Getopt-Euclid-0.4.5
+DISTNAME=      Getopt-Euclid-0.4.6
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   9
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Getopt/}
 
@@ -11,10 +10,10 @@ HOMEPAGE=   https://metacpan.org/release/G
 COMMENT=       Perl 5 module to create command-line parser from documentation
 LICENSE=       ${PERL5_LICENSE}
 
-#DEPENDS+=     {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version
+DEPENDS=       p5-Pod-Parser>=0:../../textproc/p5-Pod-Parser
 
 USE_LANGUAGES=         # empty
-PERL5_MODULE_TYPE=     Module::Build
+
 PERL5_PACKLIST=                auto/Getopt/Euclid/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/devel/p5-Getopt-Euclid/distinfo
diff -u pkgsrc/devel/p5-Getopt-Euclid/distinfo:1.11 pkgsrc/devel/p5-Getopt-Euclid/distinfo:1.12
--- pkgsrc/devel/p5-Getopt-Euclid/distinfo:1.11 Tue Oct 26 10:16:40 2021
+++ pkgsrc/devel/p5-Getopt-Euclid/distinfo      Thu Aug  3 12:07:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:16:40 nia Exp $
+$NetBSD: distinfo,v 1.12 2023/08/03 12:07:25 wen Exp $
 
-BLAKE2s (Getopt-Euclid-0.4.5.tar.gz) = 409a9ad972136d7c33e8da5a7ee7c54d6bc404c53cfb08a1b6914b727f8d3a92
-SHA512 (Getopt-Euclid-0.4.5.tar.gz) = 4a359aa53103c429bb1724f14961998cc879643573d955e935af9bb757fdbbe40f1276f3a15515011602e56eaf538fa7f30185e3050eb1f83948018b0806bbd4
-Size (Getopt-Euclid-0.4.5.tar.gz) = 75005 bytes
+BLAKE2s (Getopt-Euclid-0.4.6.tar.gz) = 97c75ed64f2adec2ecfff9e1a43037e0c38cef2a82b5534c5fd6f11cf9821e81
+SHA512 (Getopt-Euclid-0.4.6.tar.gz) = bff7fdd899c48d2471eced9e7fa779657f1ea34aa2d97f90bbb1598833212db5975c4d0b596f197a73986ed805417ede926f458769438ed0ce1b252cbd307dd3
+Size (Getopt-Euclid-0.4.6.tar.gz) = 64873 bytes



Home | Main Index | Thread Index | Old Index