aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-03-29 19:25:14 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-03-29 19:25:14 +0800
commita79aac9d9177a527774b65e000a41173863b165f (patch)
treec3c367fa00646f9089f6cc09046887eec1d19052 /ports-mgmt
parentabe9b673409cfa0edd816919998f704c1e28999f (diff)
downloadfreebsd-ports-gnome-a79aac9d9177a527774b65e000a41173863b165f.tar.gz
freebsd-ports-gnome-a79aac9d9177a527774b65e000a41173863b165f.tar.zst
freebsd-ports-gnome-a79aac9d9177a527774b65e000a41173863b165f.zip
- Update to checkin 51586b2049 which will eventually become 3.0
This codebase has been in testing for several months now and is stable - Remove standard description for ZSH Changes: - ZFS support is now optional: * NO_ZFS can be set to disable ZFS usage * TMPFS_ALL can be used to the build 100% in memory via tmpfs - Jail/Port properties are no longer stored in ZFS. They will be automatically converted on the first execution. This means that downgrading to 2.x is not easily possible. - testport has lost -d - Remove cron - Add daemon (rc script not completed yet) - queue has been reworked for daemon (this may further change) - New HTML/AJAX interface using jQuery - Build times are now tracked - Runaway builds are now automatically killed after 1200/84600 seconds of no output / max build time - Build logs are now saved forever and not removed on every build. testport will store its logs into "bulk" dir for now as well. - Ability to resume a previous bulk -a build by using -B (this is mostly for exp-runs as it allows grouping incremental logs in with the previous logs). By default the buildname defaults to YYYY-MM-DD_HH:MM:SS for every build. - jail -c gjb method is now an alias for ftp - ports: Support checking out a different branch with -B - testport -i improvements: * Network enabled * Works even when build fails * RUN_DEPENDS now installed * tty usage still broken Thank you to all contributors and testers Please report and discuss defects in #poudriere on freenode or report to https://fossil.etoilebsd.net/poudriere/reportlist
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/poudriere-devel/Makefile31
-rw-r--r--ports-mgmt/poudriere-devel/distinfo4
2 files changed, 24 insertions, 11 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index bfb3aed64b24..675652dce66f 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -1,9 +1,10 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.4.99.20130325
+PORTVERSION= 3.0.99.20130327
CATEGORIES= ports-mgmt
-MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
+MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \
+ LOCAL/bdrewery/${PORTNAME}/
PKGNAMESUFFIX= -devel
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN}
@@ -13,23 +14,32 @@ COMMENT= Port build and test system
LICENSE= BSD
-FSL_CHKIN= ffeb57b4e9
+FSL_CHKIN= 51586b2049
-NO_BUILD= yes
MANCOMPRESSED= yes
MAN8= poudriere.8
-CONFLICTS_INSTALL= poudriere-[0-9]*
-
OPTIONS_DEFINE= ZSH
-ZSH_DESC= Install zsh completion
+
+CONFLICTS_INSTALL= poudriere-[0-9]*
PLIST_FILES= etc/poudriere.conf.sample \
bin/poudriere \
+ libexec/poudriere/dirwatch \
+ share/poudriere/awk/dependency_loop.awk \
+ share/poudriere/awk/humanize.awk \
+ share/poudriere/awk/json.awk \
+ share/poudriere/awk/make_index.awk \
+ share/poudriere/awk/siginfo_buildtime.awk \
+ share/poudriere/html/index.html \
+ share/poudriere/html/jquery-1.9.1.min.js \
+ share/poudriere/html/logo.jpg \
+ share/poudriere/html/poudriere.css \
+ share/poudriere/html/poudriere.js \
share/poudriere/bulk.sh \
share/poudriere/clean.sh \
share/poudriere/common.sh \
- share/poudriere/cron.sh \
+ share/poudriere/daemon.sh \
share/poudriere/distclean.sh \
share/poudriere/jail.sh \
share/poudriere/options.sh \
@@ -37,7 +47,10 @@ PLIST_FILES= etc/poudriere.conf.sample \
share/poudriere/queue.sh \
share/poudriere/testport.sh
-PLIST_DIRS= share/poudriere
+PLIST_DIRS= libexec/poudriere \
+ share/poudriere/awk \
+ share/poudriere/html \
+ share/poudriere
.include <bsd.port.options.mk>
diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo
index 9e46d2912a42..53b98dd90646 100644
--- a/ports-mgmt/poudriere-devel/distinfo
+++ b/ports-mgmt/poudriere-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.4.99.20130325.tar.gz?uuid=ffeb57b4e9) = 1504e3c92ec65e0da2ebf12b21369e366fdfddf8cf4e41908c602619e79d8899
-SIZE (poudriere-2.4.99.20130325.tar.gz?uuid=ffeb57b4e9) = 42066
+SHA256 (poudriere-3.0.99.20130327.tar.gz?uuid=51586b2049) = ffa4f9f3de32719fdc05204674fcefa28844cfbf603e7d1dc8356ac4c791ca60
+SIZE (poudriere-3.0.99.20130327.tar.gz?uuid=51586b2049) = 100412