diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-06-06 20:00:15 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-06-06 20:00:15 +0800 |
commit | e805a84a0d6b836c7b534678f19307b9842f12cc (patch) | |
tree | 4dd711242ebcb0568db79b8969c6550142b607f2 | |
parent | e38318a042855a483f040f2b5788f3a35aa57312 (diff) | |
download | freebsd-ports-graphics-e805a84a0d6b836c7b534678f19307b9842f12cc.tar.gz freebsd-ports-graphics-e805a84a0d6b836c7b534678f19307b9842f12cc.tar.zst freebsd-ports-graphics-e805a84a0d6b836c7b534678f19307b9842f12cc.zip |
- Use IGNORE for blocking GH_TAGNAME=master to avoid TRYBROKEN
still building these.
- Also reword 'version' to 'tag'
Reported by: crees, eadler
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 6f367f2eb7e..94ec0f6bd1d 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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% \ |