Date: Sun, 19 Aug 2012 13:19:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302759 - head/ports-mgmt/poudriere-devel Message-ID: <201208191319.q7JDJmWG087612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Aug 19 13:19:48 2012 New Revision: 302759 URL: http://svn.freebsd.org/changeset/ports/302759 Log: - update to checkin f18246236d - changes: * performance improvements by using more caching * fix FreeBSD version not being correctly set for jails using another method than ftp * better output for bulk * bulk can now save wrkdirs on failures * fix bulk -J 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 Sun Aug 19 12:47:12 2012 (r302758) +++ head/ports-mgmt/poudriere-devel/Makefile Sun Aug 19 13:19:48 2012 (r302759) @@ -6,7 +6,7 @@ # PORTNAME= poudriere -PORTVERSION= 1.5.99.20120817 +PORTVERSION= 1.5.99.20120819 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ @@ -15,7 +15,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= d000cd0980 +FSL_CHKIN= f18246236d DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN} PKGNAMESUFFIX= -devel Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Sun Aug 19 12:47:12 2012 (r302758) +++ head/ports-mgmt/poudriere-devel/distinfo Sun Aug 19 13:19:48 2012 (r302759) @@ -1,2 +1,2 @@ -SHA256 (poudriere-1.5.99.20120817.tar.gz?uuid=d000cd0980) = cdd28bc09a492bfe76e034a311d923e154d32a7b126213280cf9a3254bbbc5c8 -SIZE (poudriere-1.5.99.20120817.tar.gz?uuid=d000cd0980) = 28355 +SHA256 (poudriere-1.5.99.20120819.tar.gz?uuid=f18246236d) = 7a2a7e1ab7d5d7635a03db46d752c665e0f9988651e1065c76ad30da74a5107f +SIZE (poudriere-1.5.99.20120819.tar.gz?uuid=f18246236d) = 29010
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208191319.q7JDJmWG087612>