Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2012 06:03:03 +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: r302668 - head/ports-mgmt/poudriere-devel
Message-ID:  <201208170603.q7H633Fe026520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Aug 17 06:03:03 2012
New Revision: 302668
URL: http://svn.freebsd.org/changeset/ports/302668

Log:
  - update to d000cd0980 checkin
  - changes:
    * jail can now fetch sets from allbsd (allowing to have latest and greatest
      current, 9 and 8 without having to build it) upgrading is not supported (it
      always take the latest image) and won't be.
    * fix a regesssion preventing jail upgrade from via "freebsd-update"
    * poudriere jail -l and jail -i now shows the install/upgrade method used
    * huge performance improvements when running redundants bulks, by using more
      caching

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 17 05:04:28 2012	(r302667)
+++ head/ports-mgmt/poudriere-devel/Makefile	Fri Aug 17 06:03:03 2012	(r302668)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	poudriere
-PORTVERSION=	1.5.99.20120816
+PORTVERSION=	1.5.99.20120817
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/
 
@@ -15,7 +15,7 @@ COMMENT=	Port build and test system
 
 LICENSE=	BSD
 
-FSL_CHKIN=	3f24277d18
+FSL_CHKIN=	d000cd0980
 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 17 05:04:28 2012	(r302667)
+++ head/ports-mgmt/poudriere-devel/distinfo	Fri Aug 17 06:03:03 2012	(r302668)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-1.5.99.20120816.tar.gz?uuid=3f24277d18) = eae419906d9b0b711ff0e1b4ca7d5a14ba2bfd5d49d1253eafc9de68625a33b2
-SIZE (poudriere-1.5.99.20120816.tar.gz?uuid=3f24277d18) = 27587
+SHA256 (poudriere-1.5.99.20120817.tar.gz?uuid=d000cd0980) = cdd28bc09a492bfe76e034a311d923e154d32a7b126213280cf9a3254bbbc5c8
+SIZE (poudriere-1.5.99.20120817.tar.gz?uuid=d000cd0980) = 28355



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208170603.q7H633Fe026520>