diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-10 01:14:12 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-10 01:14:12 +0800 |
commit | 9fa8e09682b1dd7902ea52fcd3009f9d324ce13e (patch) | |
tree | 12d4e512afa0c0eb2ffb606816616e40875100ed /ports-mgmt/poudriere-devel/Makefile | |
parent | ff739d129e34524b5d2ec0eea9b4c0a039e21c74 (diff) | |
download | freebsd-ports-gnome-9fa8e09682b1dd7902ea52fcd3009f9d324ce13e.tar.gz freebsd-ports-gnome-9fa8e09682b1dd7902ea52fcd3009f9d324ce13e.tar.zst freebsd-ports-gnome-9fa8e09682b1dd7902ea52fcd3009f9d324ce13e.zip |
Update to 3.1.9-22-ga91b224.
Unless something major is wrong here, this will be 3.1.10 and the next update
to -devel *will be* master which has a year of pending updates.
Changes:
-Always call make by absolute path of /usr/bin/make.
-Update stale comment about MFS
-Fun things happen with /nonexistent exists. Ensure it doesn't.
-testport: Allow -o to be optional.
-Mark poudriere-queue experimental.
-Using ccache on 10+ is fine so long as we use a PATH.
-XDEV: Don't endlessly append to make.conf on updates.
-Fix leftover lock file in /tmp at cleanup
-Support in-tree ccache for buildworld on recent head
-Always use the FAST_DEPEND option for buildworld.
-Go crazy, use -j for installworld targets on recent head
-Allow comments on the same line with port entries in blacklist
Diffstat (limited to 'ports-mgmt/poudriere-devel/Makefile')
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 293ca254d327..421c3e9cbf5f 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20151014 +DISTVERSION= 3.1.99.20151109 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.1.9 +GH_TAGNAME= 3.1.9-22-ga91b224 DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes |