summaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-05-10 14:27:15 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-05-10 14:27:15 +0000
commitd9e14a982a79c052e7d9736c88773b8d3836fb0d (patch)
treeda0c09553282b6b19aa14655e69e750d5482c4b1 /ports-mgmt/poudriere
parentUpdate to -dev25. (diff)
- Update to 3.0.16
- Move to using pkg-plist Changes: This will likely be the last 3.0.x release. 3.1 is almost complete. * Leftovers checking has moved to Ports Mk/Scripts/check_leftovers.sh, which allows more consistency and easier maintenance without requiring a Poudriere release to make changes. * Staging Orphans has moved to Ports 'make check-plist' for the same reasons. See r351587 for more information on the new behavior. The new leftover/orphan code has new %%PLIST%% sub behavior and also fixes many false-positive orphans, leftovers, and @dirrm showing. * Fix many races in port cleanup/skip handling. * Fix crashed builder detection. * Hide pkg_install EOL warnings and disable WARNING/ERROR waits when testing * Disable DEVELOPER from make.conf; Poudriere will automatically set it when appropriate. This prevents testing of port dependencies that were not requested to be tested. * distclean: Prevent removing all files by accident. * Having PKG_REPO_SIGNING_KEY set but the file missing is now fatal. * kern.securelevel >=1 is now fatal. * Fix 'kill: No such process' warnings with older /bin/sh (8.x) * Fix crash on 8.3 due to bug with $(()) handling of _vars (fixed in base r234001) * Fix case of packages always rebuilding with "changed options" when the port has an OPTION defined multiple times (such as fixed in ports r352512) * Fix 'Terminated' warning showing at shutdown with older /bin/sh (fixed by r218105 but never made it to stable/8)
Notes
Notes: svn path=/head/; revision=353572
Diffstat (limited to 'ports-mgmt/poudriere')
-rw-r--r--ports-mgmt/poudriere/Makefile47
-rw-r--r--ports-mgmt/poudriere/distinfo4
-rw-r--r--ports-mgmt/poudriere/pkg-plist35
3 files changed, 39 insertions, 47 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile
index f1f9d3845836..8115cd528349 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.15
+PORTVERSION= 3.0.16
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \
LOCAL/bdrewery/${PORTNAME}/
@@ -13,57 +13,14 @@ COMMENT= Port build and test system
LICENSE= BSD2CLAUSE
OPTIONS_DEFINE= ZSH
+OPTIONS_SUB= yes
CONFLICTS_INSTALL= poudriere-devel
-PLIST_FILES= etc/poudriere.conf.sample \
- bin/poudriere \
- man/man8/poudriere.8.gz \
- libexec/poudriere/cpdup \
- libexec/poudriere/dirwatch \
- libexec/poudriere/dirempty \
- libexec/poudriere/make_index \
- share/poudriere/awk/dependency_loop.awk \
- share/poudriere/awk/humanize.awk \
- share/poudriere/awk/json.awk \
- share/poudriere/awk/make_index.awk \
- share/poudriere/awk/siginfo_buildtime.awk \
- share/poudriere/html/index.html \
- share/poudriere/html/jquery-1.9.1.min.js \
- share/poudriere/html/logo.jpg \
- share/poudriere/html/poudriere.css \
- share/poudriere/html/poudriere.js \
- share/poudriere/bulk.sh \
- share/poudriere/clean.sh \
- share/poudriere/common.sh \
- share/poudriere/daemon.sh \
- share/poudriere/distclean.sh \
- share/poudriere/jail.sh \
- share/poudriere/options.sh \
- share/poudriere/ports.sh \
- share/poudriere/queue.sh \
- share/poudriere/status.sh \
- share/poudriere/testport.sh
-
-PLIST_DIRS= libexec/poudriere \
- share/poudriere/awk \
- share/poudriere/html \
- share/poudriere
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MZSH}
-PLIST_FILES+= share/zsh/site-functions/_poudriere
-PLIST_DIRSTRY+= share/zsh/site-functions
-PLIST_DIRSTRY+= share/zsh/
-.endif
-
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/poudriere/*
-.if ${PORT_OPTIONS:MZSH}
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
@${INSTALL_DATA} ${WRKSRC}/zsh-completions \
${STAGEDIR}${PREFIX}/share/zsh/site-functions/_poudriere
-.endif
.include <bsd.port.mk>
diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo
index a83e954830de..3d3b4ca3787f 100644
--- a/ports-mgmt/poudriere/distinfo
+++ b/ports-mgmt/poudriere/distinfo
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.15.tar.gz?uuid=3.0.15) = ec1fe72479bb1fe5f4e220621499b665a3f9aa20bce28a7cff209d9c2603355b
-SIZE (poudriere-3.0.15.tar.gz?uuid=3.0.15) = 155345
+SHA256 (poudriere-3.0.16.tar.gz?uuid=3.0.16) = 52e48b19d436ba29df4411e187cbf02b83226945e4099ff0c30e01426d5919ae
+SIZE (poudriere-3.0.16.tar.gz?uuid=3.0.16) = 156112
diff --git a/ports-mgmt/poudriere/pkg-plist b/ports-mgmt/poudriere/pkg-plist
new file mode 100644
index 000000000000..1744b62c1495
--- /dev/null
+++ b/ports-mgmt/poudriere/pkg-plist
@@ -0,0 +1,35 @@
+bin/poudriere
+@sample etc/poudriere.conf.sample
+libexec/poudriere/cpdup
+libexec/poudriere/dirempty
+libexec/poudriere/dirwatch
+libexec/poudriere/make_index
+man/man8/poudriere.8.gz
+%%DATADIR%%/awk/dependency_loop.awk
+%%DATADIR%%/awk/humanize.awk
+%%DATADIR%%/awk/json.awk
+%%DATADIR%%/awk/make_index.awk
+%%DATADIR%%/awk/siginfo_buildtime.awk
+%%DATADIR%%/bulk.sh
+%%DATADIR%%/clean.sh
+%%DATADIR%%/common.sh
+%%DATADIR%%/daemon.sh
+%%DATADIR%%/distclean.sh
+%%DATADIR%%/html/index.html
+%%DATADIR%%/html/jquery-1.9.1.min.js
+%%DATADIR%%/html/logo.jpg
+%%DATADIR%%/html/poudriere.css
+%%DATADIR%%/html/poudriere.js
+%%DATADIR%%/jail.sh
+%%DATADIR%%/options.sh
+%%DATADIR%%/ports.sh
+%%DATADIR%%/queue.sh
+%%DATADIR%%/status.sh
+%%DATADIR%%/testport.sh
+%%ZSH%%share/zsh/site-functions/_poudriere
+%%ZSH%%@dirrmtry share/zsh/site-functions
+%%ZSH%%@dirrmtry share/zsh/
+@dirrmtry libexec/poudriere
+@dirrmtry %%DATADIR%%/awk
+@dirrmtry %%DATADIR%%/html
+@dirrmtry %%DATADIR%%