pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pbulk
Module Name: pkgsrc
Committed By: joerg
Date: Wed Jan 15 19:14:01 UTC 2020
Modified Files:
pkgsrc/pkgtools/pbulk: Makefile
Log Message:
Fix pkg_admin expansion due to lost local change.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/pkgtools/pbulk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pbulk/Makefile
diff -u pkgsrc/pkgtools/pbulk/Makefile:1.84 pkgsrc/pkgtools/pbulk/Makefile:1.85
--- pkgsrc/pkgtools/pbulk/Makefile:1.84 Sun Jan 12 23:35:01 2020
+++ pkgsrc/pkgtools/pbulk/Makefile Wed Jan 15 19:14:01 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2020/01/12 23:35:01 joerg Exp $
+# $NetBSD: Makefile,v 1.85 2020/01/15 19:14:01 joerg Exp $
-PKGNAME= pbulk-0.67
+PKGNAME= pbulk-0.68
COMMENT= Modular bulk build framework
.include "../../pkgtools/pbulk/Makefile.common"
@@ -33,13 +33,13 @@ SUBST_FILES.tools= pbulk.conf scripts/bu
scripts/create-report.awk
SUBST_VARS.tools= AWK BZIP2 CHOWN DIGEST GZIP_CMD ID MAIL_CMD NEATO \
PBULK_CONFIG PBULK_CONFIG_VERSION PKG_ADD_CMD \
- PKG_DELETE_CMD PKG_INFO_CMD PREFIX SED SH TAR \
- TARGET_MAKE
+ PKG_ADMIN_CMD PKG_DELETE_CMD PKG_INFO_CMD PREFIX
+ SED SH TAR TARGET_MAKE
CONF_FILES+= share/examples/pbulk/pbulk.conf ${PKG_SYSCONFDIR}/pbulk.conf
PBULK_CONFIG= ${PKG_SYSCONFDIR}/pbulk.conf
-PBULK_CONFIG_VERSION= 0.67
+PBULK_CONFIG_VERSION= 0.68
INSTALLATION_DIRS= bin libexec/pbulk share/examples/pbulk
USE_BSD_MAKEFILE= yes
Home |
Main Index |
Thread Index |
Old Index