pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/p5-Daemon-Generic



Module Name:    pkgsrc
Committed By:   abs
Date:           Wed Sep  6 08:24:21 UTC 2023

Modified Files:
        pkgsrc/sysutils/p5-Daemon-Generic: Makefile

Log Message:
Add missing p5-File-Slurp dependency

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/p5-Daemon-Generic/Makefile

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

Modified files:

Index: pkgsrc/sysutils/p5-Daemon-Generic/Makefile
diff -u pkgsrc/sysutils/p5-Daemon-Generic/Makefile:1.14 pkgsrc/sysutils/p5-Daemon-Generic/Makefile:1.15
--- pkgsrc/sysutils/p5-Daemon-Generic/Makefile:1.14     Thu Jul  6 09:41:30 2023
+++ pkgsrc/sysutils/p5-Daemon-Generic/Makefile  Wed Sep  6 08:24:21 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2023/07/06 09:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/09/06 08:24:21 abs Exp $
 
 DISTNAME=      Daemon-Generic-0.85
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    sysutils perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MU/MUIR/modules/}
 
@@ -11,6 +11,7 @@ HOMEPAGE=     https://metacpan.org/pod/Daemo
 COMMENT=       Framework to provide start/stop/reload for a daemon
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
 DEPENDS+=      p5-File-Flock-[0-9]*:../../devel/p5-File-Flock
 DEPENDS+=      p5-Data-Structure-Util-[0-9]*:../../devel/p5-Data-Structure-Util
 



Home | Main Index | Thread Index | Old Index