Date: Fri, 6 Sep 2013 12:57:43 +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: r326493 - head/ports-mgmt/poudriere-devel Message-ID: <201309061257.r86Cvhk2078776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Fri Sep 6 12:57:42 2013 New Revision: 326493 URL: http://svnweb.freebsd.org/changeset/ports/326493 Log: - 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 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 Sep 6 12:29:56 2013 (r326492) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Sep 6 12:57:42 2013 (r326493) @@ -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 Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Fri Sep 6 12:29:56 2013 (r326492) +++ head/ports-mgmt/poudriere-devel/distinfo Fri Sep 6 12:57:42 2013 (r326493) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309061257.r86Cvhk2078776>