svn commit: r303432 - head/ports-mgmt/poudriere-devel

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 31 16:16:47 UTC 2012


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 at 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



More information about the svn-ports-all mailing list