svn commit: r396025 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Thu Sep 3 17:52:40 UTC 2015
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
More information about the svn-ports-all
mailing list