svn commit: r447232 - head/ports-mgmt/poudriere-devel

Bryan Drewery bdrewery at FreeBSD.org
Thu Aug 3 15:32:59 UTC 2017


Author: bdrewery
Date: Thu Aug  3 15:32:58 2017
New Revision: 447232
URL: https://svnweb.freebsd.org/changeset/ports/447232

Log:
  Update to 3.0-2483-gb25e919d
  
        image: Convert firmware to be like nanobsd with split partitions
        image: Use the same image for the second partition as a sort of backup
        image: Add /etc/save_cfg to the image
        bulk logs: Reduce execs by using port_var_fetch for -V lookups
        sh: Add mkfifo(1) builtin from FreeBSD head r314436
        sh: Add unlink(2) builtin and use for simple file removals
        Revert "Do not create a FS when '-m none'"
        Partially revert "Do not delete a ports tree created with method=none."
        ports -cF: Allow importing existing tree with -F
        ports -c: Don't destroy filesystem on error with -f none.
        ports: Add new method -m null for managing system ports trees.
        ports -d: Fixup various deletion cases.
        ports -cF: Allow specifying -m override with -F
        Link a jail/latest-done when done building.
        Don't show arrow when there's a timestamp.

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	Thu Aug  3 15:31:29 2017	(r447231)
+++ head/ports-mgmt/poudriere-devel/Makefile	Thu Aug  3 15:32:58 2017	(r447232)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-DISTVERSION=	3.1.99.20170721
+DISTVERSION=	3.1.99.20170803
 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-2457-g286a1577
+GH_TAGNAME=	3.0-2483-gb25e919d
 #DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
 
 GNU_CONFIGURE=	yes

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Thu Aug  3 15:31:29 2017	(r447231)
+++ head/ports-mgmt/poudriere-devel/distinfo	Thu Aug  3 15:32:58 2017	(r447232)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500657016
-SHA256 (freebsd-poudriere-3.1.99.20170721-3.0-2457-g286a1577_GH0.tar.gz) = 55507f6520020d3b465205e68f654f21211b19ce802108d6770fcdbfd386fdd4
-SIZE (freebsd-poudriere-3.1.99.20170721-3.0-2457-g286a1577_GH0.tar.gz) = 4348557
+TIMESTAMP = 1501774215
+SHA256 (freebsd-poudriere-3.1.99.20170803-3.0-2483-gb25e919d_GH0.tar.gz) = a757c5733e9127ab46b63d875ac143f5b514c3cf28325be946bc853454282596
+SIZE (freebsd-poudriere-3.1.99.20170803-3.0-2483-gb25e919d_GH0.tar.gz) = 4348701


More information about the svn-ports-head mailing list