svn commit: r320084 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Jun 6 12:00:15 UTC 2013


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% \


More information about the svn-ports-head mailing list