Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 12:00:15 +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: r320084 - head/Mk
Message-ID:  <201306061200.r56C0Fjl027208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Jun  6 12:00:15 2013
New Revision: 320084
URL: http://svnweb.freebsd.org/changeset/ports/320084

Log:
  - Use IGNORE for blocking GH_TAGNAME=master to avoid TRYBROKEN
    still building these.
  - Also reword 'version' to 'tag'
  
  Reported by:	crees, eadler

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Thu Jun  6 11:08:34 2013	(r320083)
+++ head/Mk/bsd.sites.mk	Thu Jun  6 12:00:15 2013	(r320084)
@@ -535,8 +535,8 @@ MASTER_SITE_GENTOO+= \
 #
 .if defined(USE_GITHUB)
 .if defined(GH_TAGNAME) && ${GH_TAGNAME} == master
-BROKEN?=	Using master as GH_TAGNAME is invalid. \
-		Must use a version or commit hash so the upstream does\
+IGNORE?=	Using master as GH_TAGNAME is invalid. \
+		Must use a tag or commit hash so the upstream does\
 		not "reroll" as soon as the branch is updated
 .endif
 MASTER_SITE_GITHUB+=		https://nodeload.github.com/%SUBDIR% \



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