Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2018 22:17:03 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482941 - head/ports-mgmt/poudriere-devel
Message-ID:  <201810242217.w9OMH3jY044219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Oct 24 22:17:03 2018
New Revision: 482941
URL: https://svnweb.freebsd.org/changeset/ports/482941

Log:
  - Update to 3.2.8-402-g73eefa2e6
  
   - Replace portsmon links with freshports.
   - Document that hook plugins can provide make.conf, but not with filename patterns.
   - pkgclean: Ensure -j is passed in.
   - Create a dataset for poudriere/data/images during initial setup (#630)
   - image -t zrawdisk: Load the ZFS module at boot, so the filesystem can be
     mounted (#633)
   - image -t zrawdisk: Fix check for IMAGESIZE (#634)
   - image: On failure, don't leave md(4) devices laying around (#635)
   - image: When copying the contents of an overlay, copy symlinks as
     symlinks (#636)
   - Update sh to r338473
   - bulk -cC: Prompt to delete if not in a TTY.
     - Only prompt when ATOMIC_PACKAGE_REPOSITORY is off.
     - Only prompt if there are packages to remove.
   - ATOMIC_PACKAGE_REPOSITORY: Be a bit more verbose about packages directory
     paths.
   - image: Add bytes to bibytes conversion regarding image size (#638)
   - image: Add dump support (#644)
   - Update zsh completion

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 24 22:09:20 2018	(r482940)
+++ head/ports-mgmt/poudriere-devel/Makefile	Wed Oct 24 22:17:03 2018	(r482941)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-DISTVERSION=	3.2.99.20180601
+DISTVERSION=	3.2.99.20181024
 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.2.7-372-g6125e0831
+GH_TAGNAME=	3.2.8-402-g73eefa2e6
 #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 24 22:09:20 2018	(r482940)
+++ head/ports-mgmt/poudriere-devel/distinfo	Wed Oct 24 22:17:03 2018	(r482941)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527878094
-SHA256 (freebsd-poudriere-3.2.99.20180601-3.2.7-372-g6125e0831_GH0.tar.gz) = 0be9bdbd32fbc0d6e96f3f7efb54d5c7de779ff5ba661e6eb857c681833dadd5
-SIZE (freebsd-poudriere-3.2.99.20180601-3.2.7-372-g6125e0831_GH0.tar.gz) = 4376151
+TIMESTAMP = 1540419072
+SHA256 (freebsd-poudriere-3.2.99.20181024-3.2.8-402-g73eefa2e6_GH0.tar.gz) = 0733ec94b7978fc570fe3e2f2003fe9fa02c6d825d5dbb64c7d2bb6ec3631ce8
+SIZE (freebsd-poudriere-3.2.99.20181024-3.2.8-402-g73eefa2e6_GH0.tar.gz) = 4378903



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810242217.w9OMH3jY044219>