svn commit: r452519 - branches/2017Q4/ports-mgmt/poudriere

Mark Felder feld at FreeBSD.org
Fri Oct 20 13:54:32 UTC 2017


Author: feld
Date: Fri Oct 20 13:54:30 2017
New Revision: 452519
URL: https://svnweb.freebsd.org/changeset/ports/452519

Log:
  MFH: r451928 r452016
  
  Update to 3.1.20
  
  Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3120
  
  - Update to 3.1.21
  
    - Fixes missing 'clear_dep_fatal_error' function error with bulk -c/-C
  
  Reported by:	HellSpawn on EFNet

Modified:
  branches/2017Q4/ports-mgmt/poudriere/Makefile
  branches/2017Q4/ports-mgmt/poudriere/distinfo
  branches/2017Q4/ports-mgmt/poudriere/pkg-plist
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/ports-mgmt/poudriere/Makefile
==============================================================================
--- branches/2017Q4/ports-mgmt/poudriere/Makefile	Fri Oct 20 13:25:41 2017	(r452518)
+++ branches/2017Q4/ports-mgmt/poudriere/Makefile	Fri Oct 20 13:54:30 2017	(r452519)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-DISTVERSION=	3.1.19
+DISTVERSION=	3.1.21
 PORTREVISION=	0
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \

Modified: branches/2017Q4/ports-mgmt/poudriere/distinfo
==============================================================================
--- branches/2017Q4/ports-mgmt/poudriere/distinfo	Fri Oct 20 13:25:41 2017	(r452518)
+++ branches/2017Q4/ports-mgmt/poudriere/distinfo	Fri Oct 20 13:54:30 2017	(r452519)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496337832
-SHA256 (freebsd-poudriere-3.1.19_GH0.tar.gz) = 8f48f8f6a5874c85e4bc158e433e33c11bcafa8f348fc9c6cf533612a21445e2
-SIZE (freebsd-poudriere-3.1.19_GH0.tar.gz) = 2860431
+TIMESTAMP = 1507911513
+SHA256 (freebsd-poudriere-3.1.21_GH0.tar.gz) = b05f63580aef1040466e285dc61733d5ee62a57e87f2f6a14b3d56200adcf5dd
+SIZE (freebsd-poudriere-3.1.21_GH0.tar.gz) = 2866020

Modified: branches/2017Q4/ports-mgmt/poudriere/pkg-plist
==============================================================================
--- branches/2017Q4/ports-mgmt/poudriere/pkg-plist	Fri Oct 20 13:25:41 2017	(r452518)
+++ branches/2017Q4/ports-mgmt/poudriere/pkg-plist	Fri Oct 20 13:54:30 2017	(r452519)
@@ -13,6 +13,7 @@ libexec/poudriere/locked_mkdir
 libexec/poudriere/nc
 libexec/poudriere/poudriered
 libexec/poudriere/ptsort
+libexec/poudriere/pwait
 libexec/poudriere/rename
 libexec/poudriere/rexec
 %%RM%%libexec/poudriere/rm


More information about the svn-ports-branches mailing list