Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2013 04:28:31 +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: r318354 - head/ports-mgmt/poudriere-devel
Message-ID:  <201305170428.r4H4SVsd070463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri May 17 04:28:31 2013
New Revision: 318354
URL: http://svnweb.freebsd.org/changeset/ports/318354

Log:
  - Update to checkin 9d45276ee9 which should become 3.0
  
  Changes:
   - Add new subcommand 'status' which lists running builds. Specify
     -j[pz] to view the current status of a specific build and all of
     its jobs.
   - Missing/New Dependencies: Be more verbose by default about why
     packages are being deleted.
   - CHECK_CHANGED_OPTIONS now defaults to verbose
   - Add CHECK_CHANGED_DEPS and default it to on
   - Fix support for jails with ':' in them
   - bulk: Allow specifying -f multiple times
   - testport -i: Add hostname into /etc/hosts
   - Documentation fixes
   - Fix DISABLE_MAKE_JOBS support
   - Fix dependencies being checked twice during port builds when not
     port testing
   - jail -u fixes for freebsd-update/ftp
   - Fix buildtime tracking missing a space

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 May 17 04:17:22 2013	(r318353)
+++ head/ports-mgmt/poudriere-devel/Makefile	Fri May 17 04:28:31 2013	(r318354)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20130426
+PORTVERSION=	3.0.99.20130517
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/ \
 		LOCAL/bdrewery/${PORTNAME}/
@@ -14,7 +14,7 @@ COMMENT=	Port build and test system
 
 LICENSE=	BSD
 
-FSL_CHKIN=	6cbcb7e1bb
+FSL_CHKIN=	9d45276ee9
 
 MANCOMPRESSED=	yes
 MAN8=	poudriere.8
@@ -47,6 +47,7 @@ PLIST_FILES=	etc/poudriere.conf.sample \
 		share/poudriere/options.sh \
 		share/poudriere/ports.sh \
 		share/poudriere/queue.sh \
+		share/poudriere/status.sh \
 		share/poudriere/testport.sh
 
 PLIST_DIRS=	libexec/poudriere \

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Fri May 17 04:17:22 2013	(r318353)
+++ head/ports-mgmt/poudriere-devel/distinfo	Fri May 17 04:28:31 2013	(r318354)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20130426.tar.gz?uuid=6cbcb7e1bb) = 451d1b9b2e2d753ad3eea71dc72f02a992efe6d5a6e7efc9e72a789228512879
-SIZE (poudriere-3.0.99.20130426.tar.gz?uuid=6cbcb7e1bb) = 105592
+SHA256 (poudriere-3.0.99.20130517.tar.gz?uuid=9d45276ee9) = 4df41b193a132ddc1be4435a513b48162fd148dd1dbdc9ca4f4d8610813e5fe7
+SIZE (poudriere-3.0.99.20130517.tar.gz?uuid=9d45276ee9) = 106812



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