svn commit: r305926 - head/ports-mgmt/poudriere
Bryan Drewery
bdrewery at FreeBSD.org
Mon Oct 15 17:12:44 UTC 2012
Author: bdrewery
Date: Mon Oct 15 17:12:43 2012
New Revision: 305926
URL: http://svn.freebsd.org/changeset/ports/305926
Log:
- Update to 2.2
Changes:
* Lots of bug fixes
* Support JAILNAME-make.conf and PTNAME-make.conf
* Updated ZSH completions
* The 'pbi' subcommand has been removed
* New "SET" feature. bulk, options, testport now all support
a '-z SET' option that allows for extra customization of
make.conf and options. See CUSTOMISATION section in
poudriere(8) for more information.
* Improved compatibility with older FreeBSD versions
* Poudriere itself can be jailed, see website for more details.
* Any ZFS dataset can now be used as a ports tree. Just set
poudriere:type=ports and define poudriere:name to use as a ports tree.
* ports:
- No longer create port tress in ports/ subdirectory when using SVN or git
* options:
- Fix improperly using options-JAILNAME instead of JAILNAME-options
directory, resulting in options not being used.
- Fix the specified ports tree not being used
* bulk:
- Support for building the entire ports tree with the -a option
- Support for overriding WRKDIR_ARCHIVE_FORMAT, see new
poudriere.conf.sample
- Summary output updates
- SIGINFO improvements
- Improved output during startup, explaining which files/directories
are being used for the build.
- Fix skipped ports causing incorrect counts
- Logs are now only cleared on -c again
- New '-C' option that deletes any existing packages, but only for
the ones listed. This works well with '-t' for bulk testing.
* jail:
- Better version detection on new jails via newvers.sh
* testport:
- Lots of leftovers improvements
- When using pkgng, DEVELOPER_MODE is now enabled by default, which
will run extra plist checks.
Feature safe: yes
Modified:
head/ports-mgmt/poudriere/Makefile
head/ports-mgmt/poudriere/distinfo
Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile Mon Oct 15 17:06:01 2012 (r305925)
+++ head/ports-mgmt/poudriere/Makefile Mon Oct 15 17:12:43 2012 (r305926)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.1.2
+PORTVERSION= 2.2
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION}
@@ -27,7 +27,6 @@ PLIST_FILES= etc/poudriere.conf.sample \
share/poudriere/common.sh \
share/poudriere/test_ports.sh \
share/poudriere/ports.sh \
- share/poudriere/pbi.sh \
share/poudriere/jail.sh \
share/poudriere/bulk.sh \
share/poudriere/cron.sh \
Modified: head/ports-mgmt/poudriere/distinfo
==============================================================================
--- head/ports-mgmt/poudriere/distinfo Mon Oct 15 17:06:01 2012 (r305925)
+++ head/ports-mgmt/poudriere/distinfo Mon Oct 15 17:12:43 2012 (r305926)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.1.2.tar.gz?uuid=2.1.2) = 19a1d41463c8c04491b760df5aaf9caec348fac78538adf8276d397b41b239cd
-SIZE (poudriere-2.1.2.tar.gz?uuid=2.1.2) = 33476
+SHA256 (poudriere-2.2.tar.gz?uuid=2.2) = b557a9d6ffab5e050935bf2eaded25c23f3e0ff610ce1293d1123cee8354898f
+SIZE (poudriere-2.2.tar.gz?uuid=2.2) = 34481
More information about the svn-ports-head
mailing list