svn commit: r303623 - head/ports-mgmt/poudriere-devel
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 3 22:10:39 UTC 2012
Author: bapt
Date: Mon Sep 3 22:10:38 2012
New Revision: 303623
URL: http://svn.freebsd.org/changeset/ports/303623
Log:
- update to checkin abeb0b8b2b
- changes:
* new poudriere options command to manipulation options via dialog
* bulk now supports passing ports via arguments
* an index.html file (summary) is added to the log directory
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 Mon Sep 3 21:20:29 2012 (r303622)
+++ head/ports-mgmt/poudriere-devel/Makefile Mon Sep 3 22:10:38 2012 (r303623)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.0.99.20120831
+PORTVERSION= 2.0.99.20120903
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
@@ -10,7 +10,7 @@ COMMENT= Port build and test system
LICENSE= BSD
-FSL_CHKIN= 1516db8bc5
+FSL_CHKIN= abeb0b8b2b
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN}
PKGNAMESUFFIX= -devel
@@ -34,6 +34,7 @@ PLIST_FILES= etc/poudriere.conf.sample \
share/poudriere/bulk.sh \
share/poudriere/cron.sh \
share/poudriere/queue.sh \
+ share/poudriere/options.sh \
PLIST_DIRS= share/poudriere \
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Mon Sep 3 21:20:29 2012 (r303622)
+++ head/ports-mgmt/poudriere-devel/distinfo Mon Sep 3 22:10:38 2012 (r303623)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.0.99.20120831.tar.gz?uuid=1516db8bc5) = ddd8b743f875739fcca955077d7b615ca2994dbcaeb4bac362f39b2ad06812a2
-SIZE (poudriere-2.0.99.20120831.tar.gz?uuid=1516db8bc5) = 29447
+SHA256 (poudriere-2.0.99.20120903.tar.gz?uuid=abeb0b8b2b) = d7a52f39711fa826d65b378a86ac753e33cf9c989f2f3937afe32931363363f1
+SIZE (poudriere-2.0.99.20120903.tar.gz?uuid=abeb0b8b2b) = 31421
More information about the svn-ports-all
mailing list