aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-05-21 23:25:40 +0800
committermat <mat@FreeBSD.org>2015-05-21 23:25:40 +0800
commit1d97d1eb816135e9c7715c3c5219ec8ec181009a (patch)
treec451cdd06b2182a3eb38fdda83d6a100556578cf /Mk/bsd.sanity.mk
parentc03b9299a8efd51c8017e74adc6c2011dfa3ebc3 (diff)
downloadfreebsd-ports-gnome-1d97d1eb816135e9c7715c3c5219ec8ec181009a.tar.gz
freebsd-ports-gnome-1d97d1eb816135e9c7715c3c5219ec8ec181009a.tar.zst
freebsd-ports-gnome-1d97d1eb816135e9c7715c3c5219ec8ec181009a.zip
Remove GH_COMMIT support.
Differential Revision: https://reviews.freebsd.org/D2606 With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 167c14796c83..cc427233bf4f 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -64,7 +64,7 @@ DEV_ERROR+= "USE_ZOPE=yes is unsupported, please use USES=zope instead"
.endif
.if defined(USE_GITHUB) && defined(GH_COMMIT)
-DEV_WARNING+= "GH_COMMIT is deprecated, please convert GHL-\>GH in MASTER_SITES and set GH_TAGNAME to tag or commit hash and remove GH_COMMIT"
+DEV_ERROR+= "GH_COMMIT is unsupported, please convert GHL-\>GH in MASTER_SITES and set GH_TAGNAME to tag or commit hash and remove GH_COMMIT"
.endif
.if defined(USE_GNOME) && ${USE_GNOME:Mgnomehack}