diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-01-28 03:56:35 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-01-28 03:56:35 +0800 |
commit | bb49ca0b116e8b0dbd87bc58d2a76b4ab17e111c (patch) | |
tree | 5afaf92e1f18edce9841085e8b0ec7f4eb3852c7 /ports-mgmt/poudriere-devel/Makefile | |
parent | c73c4f4a502180af8a91dd6eb5f037b0e1672a0b (diff) | |
download | freebsd-ports-gnome-bb49ca0b116e8b0dbd87bc58d2a76b4ab17e111c.tar.gz freebsd-ports-gnome-bb49ca0b116e8b0dbd87bc58d2a76b4ab17e111c.tar.zst freebsd-ports-gnome-bb49ca0b116e8b0dbd87bc58d2a76b4ab17e111c.zip |
- Update to 3.0-1609-g7147a70
Changes:
- jail -c: Always copy in QEMU emulator, even if not building from src.
- jail -c: Ensure MANIFEST is not empty or give an error.
- Clear CMD_ENV to disallow sneaking in environment vars
- Update libnv to the latest head @ r293361
- Update sh from head @ r293359
- Null-mount read-only /rescue and /nxb-bin into the jails as they will not
change.
- Add a MUTABLE_BASE option (default yes) to experiment with null-mounting of
base.
- Prefer https://download.FreeBSD.org for snapshot downloads from FreeBSD.
- Remove duplicate NM from make.nxb.conf.
Diffstat (limited to 'ports-mgmt/poudriere-devel/Makefile')
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index e21206a93860..f803d6a15f6f 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20151204 -PORTREVISION= 1 +DISTVERSION= 3.1.99.20160127 +PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-1596-g9dc9ca4 +GH_TAGNAME= 3.0-1609-g7147a70 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes |