Date: Wed, 17 Oct 2012 15:25:02 +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: r306013 - head/ports-mgmt/poudriere-devel Message-ID: <201210171525.q9HFP2FQ099801@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Oct 17 15:25:02 2012 New Revision: 306013 URL: http://svn.freebsd.org/changeset/ports/306013 Log: - Update to checkin 98a87680a1 Changes: * jail -cu: Support PARALLEL_JOBS/-J for buildworld * jail -u: Fix svn method crashing on 'delete-old' * jail -cu: Enable ccache support, requires host have devel/ccache * jail -u: Fix OSVERSION not being updated/populated in /etc/login.conf Feature safe: yes 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 Wed Oct 17 14:17:47 2012 (r306012) +++ head/ports-mgmt/poudriere-devel/Makefile Wed Oct 17 15:25:02 2012 (r306013) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.2.99.20121015 +PORTVERSION= 2.2.99.20121017 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 5ab5434469 +FSL_CHKIN= 98a87680a1 NO_BUILD= yes MANCOMPRESSED= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Wed Oct 17 14:17:47 2012 (r306012) +++ head/ports-mgmt/poudriere-devel/distinfo Wed Oct 17 15:25:02 2012 (r306013) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.2.99.20121015.tar.gz?uuid=5ab5434469) = 63d8f935139e161e640e3b9907fa5dbe2b4ef144db4ddb9d5c80723bf65aae9a -SIZE (poudriere-2.2.99.20121015.tar.gz?uuid=5ab5434469) = 34505 +SHA256 (poudriere-2.2.99.20121017.tar.gz?uuid=98a87680a1) = 59de3961a3bff3ff6fc05b2675bed1b671b87810dccac18d6dcc99ab82098bda +SIZE (poudriere-2.2.99.20121017.tar.gz?uuid=98a87680a1) = 34704
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210171525.q9HFP2FQ099801>