diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-06 20:57:42 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-06 20:57:42 +0800 |
commit | 58933da8b9c1e700f7139194f89eec65c1c57f66 (patch) | |
tree | 1500def3ead1018330e6d733849759c9b954c43a /ports-mgmt | |
parent | 1ea87dff0033b07965c211386b0132e1de8b38ff (diff) | |
download | freebsd-ports-gnome-58933da8b9c1e700f7139194f89eec65c1c57f66.tar.gz freebsd-ports-gnome-58933da8b9c1e700f7139194f89eec65c1c57f66.tar.zst freebsd-ports-gnome-58933da8b9c1e700f7139194f89eec65c1c57f66.zip |
- Update to checkin 63ec9efc9a
Changes:
- HTML interface now use DataTables for pagination/searching/sorting
- NO_FORCE_PACKAGE added to prevent setting FORCE_PACKAGE
- New pkgclean subcommand for removing unwanted/unneeded packages.
Similar concept as 'pkg autoremove', but for the repository.
- testport -i: Fix for when the build fails
- testport: Add hint about using -n when leftovers are found
- Switch to using USE_PACKAGE_DEPENDS_ONLY
- Fixes for detecting errors in startup, such as missing fdescfs
support
- Improved runaway output
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 31 | ||||
-rw-r--r-- | ports-mgmt/poudriere-devel/distinfo | 4 |
2 files changed, 31 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 92e164756c52..9c8af2c4a23a 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20130721 +PORTVERSION= 3.0.99.20130906 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= 6abae2a52c +FSL_CHKIN= 63ec9efc9a MANCOMPRESSED= yes MAN8= poudriere.8 @@ -37,6 +37,24 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/awk/json.awk \ share/poudriere/awk/siginfo_buildtime.awk \ share/poudriere/html/index.html \ + share/poudriere/html/assets/bootstrap/css/bootstrap-responsive.min.css \ + share/poudriere/html/assets/bootstrap/css/bootstrap.min.css \ + share/poudriere/html/assets/bootstrap/img/glyphicons-halflings-white.png \ + share/poudriere/html/assets/bootstrap/img/glyphicons-halflings.png \ + share/poudriere/html/assets/bootstrap/js/bootstrap.min.js \ + share/poudriere/html/assets/dataTables/css/jquery.dataTables.css \ + share/poudriere/html/assets/dataTables/images/back_disabled.png \ + share/poudriere/html/assets/dataTables/images/back_enabled.png \ + share/poudriere/html/assets/dataTables/images/back_enabled_hover.png \ + share/poudriere/html/assets/dataTables/images/forward_disabled.png \ + share/poudriere/html/assets/dataTables/images/forward_enabled.png \ + share/poudriere/html/assets/dataTables/images/forward_enabled_hover.png \ + share/poudriere/html/assets/dataTables/images/sort_asc.png \ + share/poudriere/html/assets/dataTables/images/sort_asc_disabled.png \ + share/poudriere/html/assets/dataTables/images/sort_both.png \ + share/poudriere/html/assets/dataTables/images/sort_desc.png \ + share/poudriere/html/assets/dataTables/images/sort_desc_disabled.png \ + share/poudriere/html/assets/dataTables/js/jquery.dataTables.min.js \ share/poudriere/html/assets/jquery-1.9.1.min.js \ share/poudriere/html/assets/logo.jpg \ share/poudriere/html/assets/poudriere.css \ @@ -48,6 +66,7 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/distclean.sh \ share/poudriere/jail.sh \ share/poudriere/options.sh \ + share/poudriere/pkgclean.sh \ share/poudriere/ports.sh \ share/poudriere/processonelog.sh \ share/poudriere/queue.sh \ @@ -58,6 +77,14 @@ PLIST_DIRS= libexec/poudriere \ etc/poudriere.d/hooks \ etc/poudriere.d \ share/poudriere/awk \ + share/poudriere/html/assets/bootstrap/css \ + share/poudriere/html/assets/bootstrap/img \ + share/poudriere/html/assets/bootstrap/js \ + share/poudriere/html/assets/bootstrap \ + share/poudriere/html/assets/dataTables/css \ + share/poudriere/html/assets/dataTables/images \ + share/poudriere/html/assets/dataTables/js \ + share/poudriere/html/assets/dataTables \ share/poudriere/html/assets \ share/poudriere/html \ share/poudriere diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index be0858ed34dd..e1ce7e3869a0 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20130721.tar.gz?uuid=6abae2a52c) = 4cd3e42360221b75d6d2818262bea30ec9f175417b98fc07947e96537e6c863a -SIZE (poudriere-3.0.99.20130721.tar.gz?uuid=6abae2a52c) = 160937 +SHA256 (poudriere-3.0.99.20130906.tar.gz?uuid=63ec9efc9a) = 576e069fbc99d22b9a89477cabac4a3e74701d58ceef0b7b2cd6a45162dd7c1e +SIZE (poudriere-3.0.99.20130906.tar.gz?uuid=63ec9efc9a) = 242548 |