pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/bacula-clientonly



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 20 13:13:20 UTC 2025

Modified Files:
        pkgsrc/sysutils/bacula-clientonly: Makefile

Log Message:
bacula-clientonly: installs a perl script, depend on perl at run-time

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/bacula-clientonly/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/bacula-clientonly/Makefile
diff -u pkgsrc/sysutils/bacula-clientonly/Makefile:1.33 pkgsrc/sysutils/bacula-clientonly/Makefile:1.34
--- pkgsrc/sysutils/bacula-clientonly/Makefile:1.33     Tue Jun  3 11:36:48 2025
+++ pkgsrc/sysutils/bacula-clientonly/Makefile  Fri Jun 20 13:13:20 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2025/06/03 11:36:48 markd Exp $
+# $NetBSD: Makefile,v 1.34 2025/06/20 13:13:20 wiz Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-clientonly-/}
+PKGREVISION=           1
 COMMENT=               The Network Backup Solution (client only)
 
 CONFLICTS=             bacula-[0-9]* bacula-client-[0-9]* bareos-[0-9]* bareos-clientonly-[0-9]*
@@ -22,6 +23,8 @@ CONF_FILES+=          ${EXAMPLESDIR}/bconsole.co
 
 RCD_SCRIPTS=           bacula-fd
 
+USE_TOOLS+=            perl:run
+
 .include "../../sysutils/bacula/Makefile.common"
 
 post-install:



Home | Main Index | Thread Index | Old Index