svn commit: r455605 - head/ports-mgmt/poudriere

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 5 19:06:30 UTC 2017


Author: bdrewery
Date: Tue Dec  5 19:06:28 2017
New Revision: 455605
URL: https://svnweb.freebsd.org/changeset/ports/455605

Log:
  - Update to 3.2.3
  
  Changes: https://github.com/freebsd/poudriere/wiki/release_notes_323
  
     - bulk: Fix MOVED origin not causing a package rebuild.  This
       could result in a reverse dependency continuing to rebuild
       due to a "new dependency" now with FLAVORS support.
     - jail -c -m null: Fix this to work rather than error about
       having an existing directory already.
     - jail -c -m src: Respect existing _/usr/src/.cpignore_
     - jail -c -m null -S: Respect the `-S path` rather than assume the jail has
       a _/usr/src_.
     - jail -c -m null: Assert that the jail is populated already.
     - HTML: Throw explicit error if unknown ports type is encountered. [1]
  
  PR:	224065 [1]

Modified:
  head/ports-mgmt/poudriere/Makefile
  head/ports-mgmt/poudriere/distinfo

Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile	Tue Dec  5 19:01:54 2017	(r455604)
+++ head/ports-mgmt/poudriere/Makefile	Tue Dec  5 19:06:28 2017	(r455605)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-DISTVERSION=	3.2.2
+DISTVERSION=	3.2.3
 PORTREVISION=	0
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \

Modified: head/ports-mgmt/poudriere/distinfo
==============================================================================
--- head/ports-mgmt/poudriere/distinfo	Tue Dec  5 19:01:54 2017	(r455604)
+++ head/ports-mgmt/poudriere/distinfo	Tue Dec  5 19:06:28 2017	(r455605)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511988613
-SHA256 (freebsd-poudriere-3.2.2_GH0.tar.gz) = 1360435f1c7454b1ac73dc7c569976ce9c78bdbfc02cdf24385405eda334e730
-SIZE (freebsd-poudriere-3.2.2_GH0.tar.gz) = 4356169
+TIMESTAMP = 1512500488
+SHA256 (freebsd-poudriere-3.2.3_GH0.tar.gz) = ecd90e757dd11d9d22ef1c59eb19d5229676d794d7e8d2488f1b1cb1291a31d8
+SIZE (freebsd-poudriere-3.2.3_GH0.tar.gz) = 4356118


More information about the svn-ports-head mailing list