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

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 16 17:07:12 UTC 2014


Author: bdrewery
Date: Tue Sep 16 17:07:11 2014
New Revision: 368336
URL: http://svnweb.freebsd.org/changeset/ports/368336
QAT: https://qat.redports.org/buildarchive/r368336/

Log:
  - Update to 3.0.18
  
  Changes:
    * Add a check for 3.1 repository and reject the build. 3.0 does not know
      how to handle 3.1's repository format. Downgrading is not supported
      at this point.
    * Allow securelevel>=1 with USE_TMPFS=all
    * Add a warning that DEVELOPER=yes is ignored in lieu of bulk -t/testport

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

Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile	Tue Sep 16 16:20:26 2014	(r368335)
+++ head/ports-mgmt/poudriere/Makefile	Tue Sep 16 17:07:11 2014	(r368336)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.17
+PORTVERSION=	3.0.18
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/ \
 		LOCAL/bdrewery/${PORTNAME}/

Modified: head/ports-mgmt/poudriere/distinfo
==============================================================================
--- head/ports-mgmt/poudriere/distinfo	Tue Sep 16 16:20:26 2014	(r368335)
+++ head/ports-mgmt/poudriere/distinfo	Tue Sep 16 17:07:11 2014	(r368336)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.17.tar.gz?uuid=3.0.17) = b90aed54fd8ddc94753e455d07cdae88418ce55acb7e80a2a679ee04a4b84305
-SIZE (poudriere-3.0.17.tar.gz?uuid=3.0.17) = 156113
+SHA256 (poudriere-3.0.18.tar.gz?uuid=3.0.18) = 2bea9d103160f5efff83b2a29718aa7aca7d3fcfeedcdb637836cec92effd24b
+SIZE (poudriere-3.0.18.tar.gz?uuid=3.0.18) = 156258


More information about the svn-ports-head mailing list