summaryrefslogtreecommitdiff
path: root/pkgtools/pbulk/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-09-16 18:21:30 +0000
committerjoerg <joerg@pkgsrc.org>2008-09-16 18:21:30 +0000
commitb049ec1593961015193f800a9108bfba030edc1d (patch)
treecfe6ad226c08d2fc5d6341f6e943a4df3f1fe6f3 /pkgtools/pbulk/Makefile
parent418e565d00420967f5a7cd1bc9ffccd07192bc61 (diff)
downloadpkgsrc-b049ec1593961015193f800a9108bfba030edc1d.tar.gz
pbulk-0.34:
- version configuration file, object if the version doesn't match - add an option for pbulk-resolve to ignore unresolvable dependencies similiar to the incremental mode - use this option to run pbulk-resolve again if ignore_missing_depencies is set to yes. Report this explicitly to un-confuse readers and point them to the logfile.
Diffstat (limited to 'pkgtools/pbulk/Makefile')
-rw-r--r--pkgtools/pbulk/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile
index 3fe901d9e8e..68d68904f36 100644
--- a/pkgtools/pbulk/Makefile
+++ b/pkgtools/pbulk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2008/09/14 18:59:02 joerg Exp $
+# $NetBSD: Makefile,v 1.46 2008/09/16 18:21:30 joerg Exp $
DISTNAME= pbulk-0.34
CATEGORIES= pkgtools
@@ -44,12 +44,14 @@ SUBST_FILES.tools= pbulk.conf scripts/build scripts/build-client-start \
scripts/create-report-html.awk scripts/create-report-txt.awk \
scripts/create-report.awk
SUBST_VARS.tools= AWK BZIP2 CHOWN DIGEST GZIP_CMD IDENT MAIL_CMD NEATO \
- PBULK_CONFIG PKG_ADD_CMD PKG_DELETE_CMD \
- PKG_INFO_CMD PREFIX SED SH TAR TARGET_MAKE
+ PBULK_CONFIG PBULK_CONFIG_VERSION PKG_ADD_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= ${PKG_SYSCONFDIR}/pbulk.conf
+PBULK_CONFIG_VERSION= 0.34
INSTALLATION_DIRS= bin libexec/pbulk \
${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 \