svn commit: r494205 - head/Mk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 28 21:36:23 UTC 2019


Author: sunpoet
Date: Thu Feb 28 21:36:11 2019
New Revision: 494205
URL: https://svnweb.freebsd.org/changeset/ports/494205

Log:
  Fix comment of GH_TAGNAME

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Thu Feb 28 21:36:06 2019	(r494204)
+++ head/Mk/bsd.sites.mk	Thu Feb 28 21:36:11 2019	(r494205)
@@ -365,7 +365,7 @@ DEV_WARNING+=	"MASTER_SITES contains ${MASTER_SITES:M*
 # GH_TAGNAME    - name of the tag to download (2.0.1, hash, ...)
 #                 Using the name of a branch here is incorrect. It is
 #                 possible to do GH_TAGNAME= GIT_HASH to do a snapshot.
-#                 default: ${DISTVERSION}
+#                 default: ${DISTVERSIONFULL}
 #
 # GH_SUBDIR     - directory relative to WRKSRC where to move this distfile's
 #                 content after extracting.


More information about the svn-ports-all mailing list