From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 23:06:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07239106564A; Sat, 8 Sep 2012 23:06:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5679E8FC12; Sat, 8 Sep 2012 23:06:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88N6B8S067916; Sat, 8 Sep 2012 23:06:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88N6BlY067913; Sat, 8 Sep 2012 23:06:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209082306.q88N6BlY067913@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 8 Sep 2012 23:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303938 - head/ports-mgmt/poudriere-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 23:06:12 -0000 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 -.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