diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-17 06:09:15 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-17 06:09:15 +0800 |
commit | 81ba94f285695b05dce3b13d980e205fc31d9970 (patch) | |
tree | 1209b141c363bbe097df6b3d064646db9f0b759c | |
parent | 52974523fd0a29a867a4608ee54fd73bc3c1c019 (diff) | |
download | freebsd-ports-gnome-81ba94f285695b05dce3b13d980e205fc31d9970.tar.gz freebsd-ports-gnome-81ba94f285695b05dce3b13d980e205fc31d9970.tar.zst freebsd-ports-gnome-81ba94f285695b05dce3b13d980e205fc31d9970.zip |
- 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
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M poudriere-devel/distinfo
M poudriere-devel/Makefile
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/poudriere-devel/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 675652dce66f..cf25c97b92d1 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -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 \ diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 53b98dd90646..bd7ae4996ec9 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -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 |