svn commit: r451252 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Wed Oct 4 21:48:24 UTC 2017
Author: bdrewery
Date: Wed Oct 4 21:48:22 2017
New Revision: 451252
URL: https://svnweb.freebsd.org/changeset/ports/451252
Log:
Update to 3.0-2535-gffbb8f83
- Update to ptsort 1.20170904
- Fix more issues with internal list parsing
- testport: Fix time elapsed not showing in HTML listing.
- HTML: Be backwards compatible with data without elapsed for built/failed
- HTML: Fix queued ports list containing items not actually being built.
- testport: Add some specific tests for broken port or missing PREFIX.
- FLAVORS: Tweak exception to hint about unprovided FLAVORS.
- jail: Add -C (for clean) option in order to clean poudriere data when
deleting a jail
- image: Fix tar image type
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Wed Oct 4 21:20:36 2017 (r451251)
+++ head/ports-mgmt/poudriere-devel/Makefile Wed Oct 4 21:48:22 2017 (r451252)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-DISTVERSION= 3.1.99.20170901
+DISTVERSION= 3.1.99.20171004
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.0-2513-gaf851838
+GH_TAGNAME= 3.0-2535-gffbb8f83
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
GNU_CONFIGURE= yes
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Wed Oct 4 21:20:36 2017 (r451251)
+++ head/ports-mgmt/poudriere-devel/distinfo Wed Oct 4 21:48:22 2017 (r451252)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504284122
-SHA256 (freebsd-poudriere-3.1.99.20170901-3.0-2513-gaf851838_GH0.tar.gz) = 6e774c15be7f09864934601e948332fbc85f2f4119405d82e7f7b28353ccb7a8
-SIZE (freebsd-poudriere-3.1.99.20170901-3.0-2513-gaf851838_GH0.tar.gz) = 4351206
+TIMESTAMP = 1507153499
+SHA256 (freebsd-poudriere-3.1.99.20171004-3.0-2535-gffbb8f83_GH0.tar.gz) = 5a13bb0c701b3a03746f2357212186a270fea18a672df0e3e0965b3e129d3650
+SIZE (freebsd-poudriere-3.1.99.20171004-3.0-2535-gffbb8f83_GH0.tar.gz) = 4354155
More information about the svn-ports-head
mailing list