Date: Fri, 31 Aug 2012 16:16:47 +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: r303432 - head/ports-mgmt/poudriere-devel Message-ID: <201208311616.q7VGGl8K059739@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Aug 31 16:16:46 2012 New Revision: 303432 URL: http://svn.freebsd.org/changeset/ports/303432 Log: - update to checkin 1516db8bc5 - changes: * fix a bug not cleanly cleaning a bulk after a Ctrl-C [1] * do not load linux specific stuff on non x86 platforms * performances improvements * fix testport Reported by: flo and des [1] 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 Fri Aug 31 16:13:13 2012 (r303431) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Aug 31 16:16:46 2012 (r303432) @@ -1,12 +1,7 @@ -# New ports collection makefile for: poudriere -# Date created: 2012-01-31 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= poudriere -PORTVERSION= 2.0.99.20120828 +PORTVERSION= 2.0.99.20120831 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ @@ -15,7 +10,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 443d190388 +FSL_CHKIN= 1516db8bc5 DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN} PKGNAMESUFFIX= -devel Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Fri Aug 31 16:13:13 2012 (r303431) +++ head/ports-mgmt/poudriere-devel/distinfo Fri Aug 31 16:16:46 2012 (r303432) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.0.99.20120828.tar.gz?uuid=443d190388) = 79d8c909de22de842f856a4da66b5ffce59ba51569ee3db6c7380bb084dc6ee4 -SIZE (poudriere-2.0.99.20120828.tar.gz?uuid=443d190388) = 29278 +SHA256 (poudriere-2.0.99.20120831.tar.gz?uuid=1516db8bc5) = ddd8b743f875739fcca955077d7b615ca2994dbcaeb4bac362f39b2ad06812a2 +SIZE (poudriere-2.0.99.20120831.tar.gz?uuid=1516db8bc5) = 29447
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208311616.q7VGGl8K059739>