Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 17:52:40 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396025 - head/ports-mgmt/poudriere-devel
Message-ID:  <201509031752.t83Hqe1s076617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Sep  3 17:52:39 2015
New Revision: 396025
URL: https://svnweb.freebsd.org/changeset/ports/396025

Log:
  Update to 3.1.7-51-ga3fb251
  
  Changes:
    - Remove old references to the fossil site and point to github.
    - options: Override LOCALBASE to prevent pollution from
      LOCALBASE/etc/perl5_version. Also use which(1) to find
      some helper tools.
    - Avoid SIGINFO crash in startup
  
  As long as this is stable, this will be release as 3.1.8. The next update will
  then be an update from master, holding the 3.2 code.

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

Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile	Thu Sep  3 17:39:41 2015	(r396024)
+++ head/ports-mgmt/poudriere-devel/Makefile	Thu Sep  3 17:52:39 2015	(r396025)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-DISTVERSION=	3.1.99.20150805
+DISTVERSION=	3.1.99.20150903
 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.1.7-41-gb7d0543
+GH_TAGNAME=	3.1.7-51-ga3fb251
 #DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031752.t83Hqe1s076617>