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
This commit is contained in:
parent
effa54ec4c
commit
ec0e72e4ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401116
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freebsd-poudriere-3.1.9_GH0.tar.gz) = aa098a7f21fbab7ec2cbeb54a9d82dd6bed3323221e498d1b9bcd86628e22074
|
||||
SIZE (freebsd-poudriere-3.1.9_GH0.tar.gz) = 2829956
|
||||
SHA256 (freebsd-poudriere-3.1.9-22-ga91b224_GH0.tar.gz) = 1de6bbcf5e7964f335b63f85d6bd59a6d0aea2caed3d2350cfcad33195af2b1b
|
||||
SIZE (freebsd-poudriere-3.1.9-22-ga91b224_GH0.tar.gz) = 2830908
|
||||
|
|
Loading…
Reference in a new issue