diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-10-16 01:12:43 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-10-16 01:12:43 +0800 |
commit | 55e1a588eb4f3f2c3826bebbd0e88fdced197c8e (patch) | |
tree | 647f614dcb17cf2a54a05cca2e3dab79d0ef7e2c /ports-mgmt/poudriere | |
parent | ea020d46cb43695f4eccb9f701ec93583dcfbf4b (diff) | |
download | freebsd-ports-gnome-55e1a588eb4f3f2c3826bebbd0e88fdced197c8e.tar.gz freebsd-ports-gnome-55e1a588eb4f3f2c3826bebbd0e88fdced197c8e.tar.zst freebsd-ports-gnome-55e1a588eb4f3f2c3826bebbd0e88fdced197c8e.zip |
- 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
Diffstat (limited to 'ports-mgmt/poudriere')
-rw-r--r-- | ports-mgmt/poudriere/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/poudriere/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile index 20282a425b82..9ed313532087 100644 --- a/ports-mgmt/poudriere/Makefile +++ b/ports-mgmt/poudriere/Makefile @@ -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 \ diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo index 8de1e974c166..1d8dce1116c7 100644 --- a/ports-mgmt/poudriere/distinfo +++ b/ports-mgmt/poudriere/distinfo @@ -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 |