diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-25 12:27:58 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-25 12:27:58 +0000 |
commit | 1bd0371ca405084a4d5ac3142b26295bf198d190 (patch) | |
tree | 9b7366adef5caad8e8e22742a88a55ead91933bd /ports-mgmt | |
parent | - Also, fix PLIST (diff) |
- Update to checkin c6bbdcc441
Changes:
- Add example hook in etc/poudriere.d/hooks
- Documentation cleanups
- Sanity check fixes (ports tree exists)
- SIGINT during build no longer register the build as
'crashed'
- status: Fix cases where this would change the status of
the actual build
- queue/daemon - Use a UNIX domain socket for scheduling builds
instead of requiring the 'queue' user to have write access to
the queue dir.
- bulk -t: Add -r flag to recursively test dependencies (this was
the old default behavior)
- Revert linux leftover change - this is now handled in ports
r318960
Notes
Notes:
svn path=/head/; revision=319046
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 7 | ||||
-rw-r--r-- | ports-mgmt/poudriere-devel/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 305cda0e2078..2b5cc045e86c 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20130521 +PORTVERSION= 3.0.99.20130525 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -14,7 +14,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 45d02f1ed1 +FSL_CHKIN= c6bbdcc441 MANCOMPRESSED= yes MAN8= poudriere.8 @@ -24,6 +24,7 @@ OPTIONS_DEFINE= ZSH CONFLICTS_INSTALL= poudriere-[0-9]* PLIST_FILES= etc/poudriere.conf.sample \ + etc/poudriere.d/hooks/pkgbuild.sh.sample \ etc/rc.d/poudriere \ bin/poudriere \ libexec/poudriere/dirwatch \ @@ -51,6 +52,8 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/testport.sh PLIST_DIRS= libexec/poudriere \ + etc/poudriere.d/hooks \ + etc/poudriere.d \ share/poudriere/awk \ share/poudriere/html \ share/poudriere diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 673758fa80d1..340d1d7c7edd 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20130521.tar.gz?uuid=45d02f1ed1) = de0dd8ff36b71b8567530bedb01a693f8d012249f4c5040bb632a14e2b7a2f3c -SIZE (poudriere-3.0.99.20130521.tar.gz?uuid=45d02f1ed1) = 107535 +SHA256 (poudriere-3.0.99.20130525.tar.gz?uuid=c6bbdcc441) = 504c72e835ffa6038679b069f4c37377e08dca132026d1854ab8be2f2bf92966 +SIZE (poudriere-3.0.99.20130525.tar.gz?uuid=c6bbdcc441) = 108639 |