1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Update to checkin 52e5de4fd8

Changes:
      - Install depends just-in-time in the proper sequence ordering, instead of all upfront.
        This also fixes differences between testport and bulk with regards to run-depends.
      - Give a port all the special depends distfiles it needs during build as well. This fixes
        issues with fetching and distfiles.
      - Add basic hook support in /usr/local/etc/poudriere.d/hooks
      - bulk: New C index builder for pkg_* bulks
      - bulk: Automatically detect direct dependency changes. This should detect
        postgresql/mysql/perl updates (change of default versions) without
        needing user interraction.
      - Delete empty directories when cleaning up repositories
      - Add ftp-archive method for old releases
      - jail: consistently accept svn revision number
      - bulk -T: Implement try-broken
      - bulk -F: fetch-orginal - This flag tries to download from the original mirror
        and ignores all FreeBSD mirrors
      - jail -c -P ./path.to.patch: Patch the src tree with the given patch before building it
      - Add a small C code to determine if a directory is empty (faster than find for this)
      - jail -u: Fix 'Error: 1 argument expected: jname'
      - ports -F: Fix not populating method file
      - ports -u: Fix backwards compatibility with snap dir
      - Fix NO_ZFS still causing zfs.ko kernel module to be loaded
      - Raise default nohang time to 7200 and add MAX_EXECUTION_TIME/NOHANG_TIME
      - ports -d: Fix deleting the ports tree
      - jail -d: Fix deleting jails
      - testport: Add .keep support for wrkdir saving
      - Speedup packaging by reducing I/O
      - Fix crash in siginfo_handler() via cache_get_pkgname() if origin is empty
      - ZSH completion fixes
      - Documentaiton fixes
      - Various leftover fixes
      - Various other fixes

Feature safe:	yes
This commit is contained in:
Bryan Drewery 2013-04-16 22:09:15 +00:00
parent ca081ef0cb
commit 864cae0fab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315913
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
PORTVERSION= 3.0.99.20130327
PORTVERSION= 3.0.99.20130416
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= 51586b2049
FSL_CHKIN= 52e5de4fd8
MANCOMPRESSED= yes
MAN8= poudriere.8
@ -26,6 +26,8 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
PLIST_FILES= etc/poudriere.conf.sample \
bin/poudriere \
libexec/poudriere/dirwatch \
libexec/poudriere/dirempty \
libexec/poudriere/make_index \
share/poudriere/awk/dependency_loop.awk \
share/poudriere/awk/humanize.awk \
share/poudriere/awk/json.awk \

View File

@ -1,2 +1,2 @@
SHA256 (poudriere-3.0.99.20130327.tar.gz?uuid=51586b2049) = ffa4f9f3de32719fdc05204674fcefa28844cfbf603e7d1dc8356ac4c791ca60
SIZE (poudriere-3.0.99.20130327.tar.gz?uuid=51586b2049) = 100412
SHA256 (poudriere-3.0.99.20130416.tar.gz?uuid=52e5de4fd8) = 6747d1f7cb801e9a2d34e66dff479b65502f667a06703975d3b238710b00dda6
SIZE (poudriere-3.0.99.20130416.tar.gz?uuid=52e5de4fd8) = 104759