Date: Wed, 22 Jan 2014 23:21:56 +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: r340747 - head/ports-mgmt/poudriere-devel Message-ID: <201401222321.s0MNLuxC016864@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Jan 22 23:21:56 2014 New Revision: 340747 URL: http://svnweb.freebsd.org/changeset/ports/340747 QAT: https://qat.redports.org/buildarchive/r340747/ Log: - Update to checkin 32dddce6d7 - Update LICENSE format Changes: - Add a BUILDER_HOSTNAME that can be set to define the hostname for package building - Add PRESERVE_TIMESTAMP (default off) to allow preserving timestamps in svn checkouts - Auto clean packages when their version does not match the jail's version - jail -l: Add -n to only show name - Ensure /sbin:/usr/sbin is in PATH - jail: Add -r to rename jails (jail -r newname -j oldname) - Fix ipv6-only usage - Require sem(4) kernel support as some ports require it 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 Jan 22 23:17:51 2014 (r340746) +++ head/ports-mgmt/poudriere-devel/Makefile Wed Jan 22 23:21:56 2014 (r340747) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20140115 +PORTVERSION= 3.0.99.20140122 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -11,9 +11,9 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.ta MAINTAINER= bdrewery@FreeBSD.org COMMENT= Port build and test system -LICENSE= BSD +LICENSE= BSD2CLAUSE -FSL_CHKIN= 58af837f0e +FSL_CHKIN= 32dddce6d7 OPTIONS_DEFINE= ZSH Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Wed Jan 22 23:17:51 2014 (r340746) +++ head/ports-mgmt/poudriere-devel/distinfo Wed Jan 22 23:21:56 2014 (r340747) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20140115.tar.gz?uuid=58af837f0e) = 63bf095908c70da0baa4b2e28e23b96e9cad6aac4f8c3404a5688efde43b2387 -SIZE (poudriere-3.0.99.20140115.tar.gz?uuid=58af837f0e) = 252025 +SHA256 (poudriere-3.0.99.20140122.tar.gz?uuid=32dddce6d7) = 2baee0a0651ffbcec95ef3b7ce68310aa84538222de95352481689dc5ce266b1 +SIZE (poudriere-3.0.99.20140122.tar.gz?uuid=32dddce6d7) = 252616
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401222321.s0MNLuxC016864>