svn commit: r381707 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 20 02:07:02 UTC 2015


Author: bdrewery
Date: Fri Mar 20 02:07:01 2015
New Revision: 381707
URL: https://svnweb.freebsd.org/changeset/ports/381707
QAT: https://qat.redports.org/buildarchive/r381707/

Log:
  Fix order of change in r381706.
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Fri Mar 20 02:05:57 2015	(r381706)
+++ head/Mk/bsd.sanity.mk	Fri Mar 20 02:07:01 2015	(r381707)
@@ -65,7 +65,7 @@ DEV_ERROR+=	"USE_ZOPE=yes is unsupported
 .endif
 
 .if defined(USE_GITHUB) && defined(GH_COMMIT)
-DEV_WARNING+=	"GH_COMMIT is deprecated, please convert GH-\>GHL in MASTER_SITES and set GH_TAGNAME to tag or commit hash and remove 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"
 .endif
 
 .if defined(USE_GNOME) && ${USE_GNOME:Mgnomehack}


More information about the svn-ports-head mailing list