Date: Tue, 2 Jul 2013 12:20:51 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322165 - head/ports-mgmt/poudriere Message-ID: <201307021220.r62CKp6m026727@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Jul 2 12:20:51 2013 New Revision: 322165 URL: http://svnweb.freebsd.org/changeset/ports/322165 Log: - Update to 3.0.4 Changes: * Fix including MASTERNAME-make.conf twice in some cases * Fix filename quoting to ensure any packages with spaces work. This is to allow S3 usage with files that have '+' in them [1] * Fix deps calculations not halting the build on errors * jail/ports -u: Always run 'svn upgrade' before starting, which fixes 1.7->1.8 svn upgrades * jail: Fix building older releases from recent HEAD, which requires devel/fmake on host. * bulk -c: Fix cleaning of cache dir * HTML: Default the build name to YYYY-MM-DD_HHhMMmSSs to remove ':' which causes URL encoding/tab-completion issues * Update wiki on custom ports tree creation [1] https://forums.aws.amazon.com/message.jspa?messageID=208136 Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo head/ports-mgmt/poudriere/pkg-descr Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Tue Jul 2 12:20:09 2013 (r322164) +++ head/ports-mgmt/poudriere/Makefile Tue Jul 2 12:20:51 2013 (r322165) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Tue Jul 2 12:20:09 2013 (r322164) +++ head/ports-mgmt/poudriere/distinfo Tue Jul 2 12:20:51 2013 (r322165) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.3.tar.gz?uuid=3.0.3) = 58b3009024d6363dc3dcf6fe9be65d858db06bd6cf7d91a63109b76537352426 -SIZE (poudriere-3.0.3.tar.gz?uuid=3.0.3) = 107409 +SHA256 (poudriere-3.0.4.tar.gz?uuid=3.0.4) = d8a5aada853f890a759e8f27b3d95bfd9a931029a980eb9c10e8f11032f0d7c6 +SIZE (poudriere-3.0.4.tar.gz?uuid=3.0.4) = 107789 Modified: head/ports-mgmt/poudriere/pkg-descr ============================================================================== --- head/ports-mgmt/poudriere/pkg-descr Tue Jul 2 12:20:09 2013 (r322164) +++ head/ports-mgmt/poudriere/pkg-descr Tue Jul 2 12:20:51 2013 (r322165) @@ -2,4 +2,4 @@ poudriere is a tool primarily designed t FreeBSD. However, most people will find it useful to bulk build ports for FreeBSD. -WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.3/doc/index.wiki +WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.4/doc/index.wiki
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307021220.r62CKp6m026727>