svn commit: r507274 - in head/ports-mgmt/poudriere-devel: . files
Bryan Drewery
bdrewery at FreeBSD.org
Wed Jul 24 16:21:39 UTC 2019
Author: bdrewery
Date: Wed Jul 24 16:21:37 2019
New Revision: 507274
URL: https://svnweb.freebsd.org/changeset/ports/507274
Log:
- Update to 3.3.0-90-gd6f021339
- Add DISALLOW_NETWORKING, fixes #689
- qemu: Add /usr/bin/wc and /usr/bin/head to HLINK_FILES.
- image: Add zsnapshot imagetype.
- Fix pkg 1.11 issue with devfs mount.
- bulk -a: Don't print ports in summary unless -v is used.
- Show FLAVOR in more places.
- ports -l: Fix error when no ports trees exist yet.
- testport -c: Fix make.conf not being respected for `make config`.
- image: Add sleep, ls, and ping to miniroot.
Deleted:
head/ports-mgmt/poudriere-devel/files/
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
head/ports-mgmt/poudriere-devel/pkg-plist
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Wed Jul 24 14:17:09 2019 (r507273)
+++ head/ports-mgmt/poudriere-devel/Makefile Wed Jul 24 16:21:37 2019 (r507274)
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= poudriere
-DISTVERSION= 3.3.99.20190311
-PORTREVISION= 1
+DISTVERSION= 3.3.99.20190724
+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.3.0-62-g5abf90c67
+GH_TAGNAME= 3.3.0-90-gd6f021339
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
GNU_CONFIGURE= yes
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Wed Jul 24 14:17:09 2019 (r507273)
+++ head/ports-mgmt/poudriere-devel/distinfo Wed Jul 24 16:21:37 2019 (r507274)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552335136
-SHA256 (freebsd-poudriere-3.3.99.20190311-3.3.0-62-g5abf90c67_GH0.tar.gz) = c1b9f97bbaf6cf1f90510bc1d7fe91721ba7b929fae88c1b006cd20ea1fd1e97
-SIZE (freebsd-poudriere-3.3.99.20190311-3.3.0-62-g5abf90c67_GH0.tar.gz) = 4381180
+TIMESTAMP = 1563985147
+SHA256 (freebsd-poudriere-3.3.99.20190724-3.3.0-90-gd6f021339_GH0.tar.gz) = e6fc0c303e7020bba732c6ea16bd098ba2b9f92f5d49a82e6bc3c8556f24fa60
+SIZE (freebsd-poudriere-3.3.99.20190724-3.3.0-90-gd6f021339_GH0.tar.gz) = 4397614
Modified: head/ports-mgmt/poudriere-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/poudriere-devel/pkg-plist Wed Jul 24 14:17:09 2019 (r507273)
+++ head/ports-mgmt/poudriere-devel/pkg-plist Wed Jul 24 16:21:37 2019 (r507274)
@@ -2,9 +2,9 @@ bin/poudriere
@sample etc/poudriere.conf.sample
%%ETCDIR%%/hooks/bulk.sh.sample
%%ETCDIR%%/hooks/pkgbuild.sh.sample
- at sample etc/poudriered.conf.sample
+ at sample(0,0,0) etc/poudriered.conf.sample
etc/rc.d/poudriered
-libexec/poudriere/cachec
+ at comment libexec/poudriere/cachec
libexec/poudriere/cached
libexec/poudriere/clock
libexec/poudriere/cpdup
More information about the svn-ports-all
mailing list