svn commit: r303938 - head/ports-mgmt/poudriere-devel
Baptiste Daroussin
bapt at FreeBSD.org
Sat Sep 8 23:06:12 UTC 2012
Author: bapt
Date: Sat Sep 8 23:06:10 2012
New Revision: 303938
URL: http://svn.freebsd.org/changeset/ports/303938
Log:
- update to checkin: 7befeb3094
- changes:
* Force creation of the distfile directory
* lots of fixes and refactoring in error handling
* allow to choose custom path on the pool for the zfs filesystems
* allow to disable linux support
* yet more speed up in dependency calculation
* allow to disable activating PACKAGE_BUILDING
* deprecate csup for the ports tree
* Cleanup build stats sooner when starting bulk
* Detect improper dependency on different ports for the same package
* Fix pool being deleted during builds
* Set HOME to fix some port builds (erlang for example)
* Switch to ports native ccache support (no longer need bsd.local.mk)
* Add html build stats
* Fix some cases of too many arguments errors
* jail -s now start a jail with network enable
Huge thanks to bdrewery
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Sat Sep 8 23:02:40 2012 (r303937)
+++ head/ports-mgmt/poudriere-devel/Makefile Sat Sep 8 23:06:10 2012 (r303938)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.0.99.20120903
+PORTVERSION= 2.0.99.20120908
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
@@ -10,7 +10,7 @@ COMMENT= Port build and test system
LICENSE= BSD
-FSL_CHKIN= abeb0b8b2b
+FSL_CHKIN= 7befeb3094
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN}
PKGNAMESUFFIX= -devel
@@ -40,17 +40,14 @@ PLIST_DIRS= share/poudriere \
.include <bsd.port.options.mk>
-.if defined(WITH_ZSH)
+.if ${PORT_OPTIONS:MZSH}
PLIST_FILES+= share/zsh/site-functions/_poudriere
PLIST_DIRSTRY+= share/zsh/site-functions
PLIST_DIRSTRY+= share/zsh/
.endif
-post-patch:
- @${FIND} ${WRKSRC} -name "*.orig" -delete
-
post-install:
-.if defined(WITH_ZSH)
+.if ${PORT_OPTIONS:MZSH}
@${MKDIR} ${PREFIX}/share/zsh/site-functions/
@${INSTALL_DATA} ${WRKSRC}/zsh-completions ${PREFIX}/share/zsh/site-functions/_poudriere
.endif
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Sat Sep 8 23:02:40 2012 (r303937)
+++ head/ports-mgmt/poudriere-devel/distinfo Sat Sep 8 23:06:10 2012 (r303938)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.0.99.20120903.tar.gz?uuid=abeb0b8b2b) = d7a52f39711fa826d65b378a86ac753e33cf9c989f2f3937afe32931363363f1
-SIZE (poudriere-2.0.99.20120903.tar.gz?uuid=abeb0b8b2b) = 31421
+SHA256 (poudriere-2.0.99.20120908.tar.gz?uuid=7befeb3094) = 9839700aea2a246c53cfdaabdd8eaf24e95aa8758d218097f54e04181335250b
+SIZE (poudriere-2.0.99.20120908.tar.gz?uuid=7befeb3094) = 31892
More information about the svn-ports-head
mailing list