pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IO-Prompter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 30 21:59:00 UTC 2026

Modified Files:
        pkgsrc/devel/p5-IO-Prompter: Makefile

Log Message:
p5-IO-Prompter: make p5-match-simple a full dependency.

It is not just used in the tests, but referenced from the installed
library.

Noted by Edgar Fuß.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-IO-Prompter/Makefile

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-IO-Prompter/Makefile
diff -u pkgsrc/devel/p5-IO-Prompter/Makefile:1.26 pkgsrc/devel/p5-IO-Prompter/Makefile:1.27
--- pkgsrc/devel/p5-IO-Prompter/Makefile:1.26   Thu Jul 16 19:02:38 2026
+++ pkgsrc/devel/p5-IO-Prompter/Makefile        Thu Jul 30 21:59:00 2026
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2026/07/16 19:02:38 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.27 2026/07/30 21:59:00 wiz Exp $
 
 DISTNAME=      IO-Prompter-0.005004
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 
@@ -12,12 +11,9 @@ HOMEPAGE=    https://metacpan.org/release/I
 COMMENT=       Prompt for, read, vet, chomp, and encapsulate input
 LICENSE=       ${PERL5_LICENSE}
 
-PERL5_REQD+=   5.10
-
 DEPENDS+=      p5-Contextual-Return-[0-9]*:../../devel/p5-Contextual-Return
 DEPENDS+=      p5-Exporter-Tiny>=0:../../devel/p5-Exporter-Tiny
-
-TEST_DEPENDS+= p5-match-simple-[0-9]*:../../devel/p5-match-simple
+DEPENDS+=      p5-match-simple-[0-9]*:../../devel/p5-match-simple
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/IO/Prompter/.packlist



Home | Main Index | Thread Index | Old Index