Date: Thu, 4 Oct 2012 15:06:16 +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: r305260 - head/ports-mgmt/poudriere-devel Message-ID: <201210041506.q94F6GYe074463@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 4 15:06:16 2012 New Revision: 305260 URL: http://svn.freebsd.org/changeset/ports/305260 Log: - update to checkin: 86c7d4bd7c - changes: * bulk: only destroy old logs in case of -c * general: fix running when the BASEFS contains a symlink * ports: do not install the ports tree in a "/ports" subdirectory for svn and git method (this also allow to use the same ports tree for both host and poudriere) * document in poudriere.conf.sample how to use proxies 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 Thu Oct 4 14:25:50 2012 (r305259) +++ head/ports-mgmt/poudriere-devel/Makefile Thu Oct 4 15:06:16 2012 (r305260) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.1.99.20120930 +PORTVERSION= 2.1.99.20121004 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= bf773c11a9 +FSL_CHKIN= 86c7d4bd7c NO_BUILD= yes MANCOMPRESSED= yes @@ -36,7 +36,7 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/queue.sh \ share/poudriere/options.sh \ -PLIST_DIRS= share/poudriere \ +PLIST_DIRS= share/poudriere .include <bsd.port.options.mk> Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Thu Oct 4 14:25:50 2012 (r305259) +++ head/ports-mgmt/poudriere-devel/distinfo Thu Oct 4 15:06:16 2012 (r305260) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.1.99.20120930.tar.gz?uuid=bf773c11a9) = c102fa683feb7263d17c64d8350050d25bae82632b9f0b9de1c750ca319a0489 -SIZE (poudriere-2.1.99.20120930.tar.gz?uuid=bf773c11a9) = 33507 +SHA256 (poudriere-2.1.99.20121004.tar.gz?uuid=86c7d4bd7c) = bcf732ce9326c8f4787ac11ddcfda3e793a653b8e9eedc99f020d9ee6eae5c7c +SIZE (poudriere-2.1.99.20121004.tar.gz?uuid=86c7d4bd7c) = 33866
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210041506.q94F6GYe074463>