diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-08-09 11:27:16 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-08-09 11:27:16 +0800 |
commit | addd3901ba22b07b6bb8f63259c1204232fa7fd5 (patch) | |
tree | e7d3be20616bc08792c0247b253c6e337292332f /ports-mgmt | |
parent | 7279dd7984416512f1d34cf2e20173ae25ff5edc (diff) | |
download | freebsd-ports-gnome-addd3901ba22b07b6bb8f63259c1204232fa7fd5.tar.gz freebsd-ports-gnome-addd3901ba22b07b6bb8f63259c1204232fa7fd5.tar.zst freebsd-ports-gnome-addd3901ba22b07b6bb8f63259c1204232fa7fd5.zip |
- Update to checkin 439a908c73
Changes:
* ports -u: Fix with git
* bulk: Some dependency failures are now delayed rather than immediately
fatal. This allows identifying more build problems rather than
needing to iteratively run bulk to continue finding more.
* Add a note that DEVELOPER is ignored without bulk -t/testport.
* Also remove DEVELOPER_MODE for ports not being tested. (pkg uses it and
causes fatal pkg-lstat errors on bad plist)
* Only show boost priority if actually building the packages listed
* Add PKG_REPO_META_FILE passthrough for repo meta file for pkg-repo. Not
currently useful so undocumented. It will be more useful when pkg-repo -m
learn mores metadata options and there is a client-side way to view the
metadata.
* Fix "ln: ...Latest/: File exists" errors.
* Allow setting ALLOW_MAKE_JOBS_PACKAGES blank
* Move ALLOW_MAKE_JOBS_PACKAGES to -v
* Fix newly built pkg not being used to build the repository, rather than
using the one that existed at the start.
* Add TRIM_ORPANED_BUILD_DEPS to override behavior added to trim the queue
of build dependencies that are not needed for the build but were found
and possibly deleted from the repository.
* Fix testport of ports-mgmt/pkg. It has not worked in a very long time, if
ever.
* Allow securelevel>=1 if using USE_TMPFS=all.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/poudriere-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 28d90cc4811b..db806c60f60a 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20140801 +PORTVERSION= 3.0.99.20140808 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://fossil.etoilebsd.net/poudriere/tarball/ @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= poudriere-[0-9]* -FSL_CHKIN= bbac739f86 +FSL_CHKIN= 439a908c73 GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 55d20168391c..b50df18a5d43 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20140801.tar.gz?uuid=bbac739f86) = 77023863b1b2fee91c3373096a393b6ddb451c70ab06832e5f36cf137961dd62 -SIZE (poudriere-3.0.99.20140801.tar.gz?uuid=bbac739f86) = 2693309 +SHA256 (poudriere-3.0.99.20140808.tar.gz?uuid=439a908c73) = 06ac3d560d34aa79f707ca84416aefd515f823ae4eef073c735173c61bb5af71 +SIZE (poudriere-3.0.99.20140808.tar.gz?uuid=439a908c73) = 2695054 |