svn commit: r320049 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jun 6 02:10:23 UTC 2013
Author: bdrewery
Date: Thu Jun 6 02:10:23 2013
New Revision: 320049
URL: http://svnweb.freebsd.org/changeset/ports/320049
Log:
Fix INDEX build
Modified:
head/Mk/bsd.sites.mk
Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk Thu Jun 6 01:52:36 2013 (r320048)
+++ head/Mk/bsd.sites.mk Thu Jun 6 02:10:23 2013 (r320049)
@@ -534,8 +534,8 @@ MASTER_SITE_GENTOO+= \
# default: not set, mandatory
#
.if defined(USE_GITHUB)
-.if ${GH_TAGNAME} == master || ${GH_COMMIT} == master
-BROKEN?= Using master as GH_TAGNAME or GH_COMMIT is invalid. \
+.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\
not "reroll" as soon as the branch is updated
.endif
More information about the svn-ports-head
mailing list