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

Bryan Drewery bdrewery at FreeBSD.org
Fri Jun 27 03:30:51 UTC 2014


Author: bdrewery
Date: Fri Jun 27 03:30:50 2014
New Revision: 359441
URL: http://svnweb.freebsd.org/changeset/ports/359441
QAT: https://qat.redports.org/buildarchive/r359441/

Log:
  - Update to checkin 6d00750ddc
  
  Changes:
    * HTML: Fix printing of "Remaining" on the jail page
    * Build reason: Change "missing LDFLAGS" to "missing_LDFLAGS" to have a one
      word reason
    * Update example nginx config for 1.6: nginx 1.6 now includes
      application/json in default mime.times
    * Add USE_PROCFS and USE_FDESCFS to allow disabling requirement on them

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	Fri Jun 27 03:23:52 2014	(r359440)
+++ head/ports-mgmt/poudriere-devel/Makefile	Fri Jun 27 03:30:50 2014	(r359441)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20140619
-PORTREVISION=	1
+PORTVERSION=	3.0.99.20140626
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
 		http://fossil.etoilebsd.net/poudriere/tarball/
@@ -16,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 
 CONFLICTS_INSTALL=	poudriere-[0-9]*
 
-FSL_CHKIN=	81baf7e90d
+FSL_CHKIN=	6d00750ddc
 
 GNU_CONFIGURE=	yes
 ETCDIR=		${PREFIX}/etc/poudriere.d

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Fri Jun 27 03:23:52 2014	(r359440)
+++ head/ports-mgmt/poudriere-devel/distinfo	Fri Jun 27 03:30:50 2014	(r359441)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20140619.tar.gz?uuid=81baf7e90d) = 2b67595db1ce923dfded600196adc65c85a03ff3476652c05776e644e1424b7f
-SIZE (poudriere-3.0.99.20140619.tar.gz?uuid=81baf7e90d) = 2688894
+SHA256 (poudriere-3.0.99.20140626.tar.gz?uuid=6d00750ddc) = f438d32f5ff8d8e145042cbfd08c186dc29ac2b7548708f64e5da585cbdfea0f
+SIZE (poudriere-3.0.99.20140626.tar.gz?uuid=6d00750ddc) = 2688941


More information about the svn-ports-all mailing list