Date: Thu, 19 Mar 2015 17:57:20 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381640 - in head: . Mk Message-ID: <201503191757.t2JHvKXs081965@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Mar 19 17:57:19 2015 New Revision: 381640 URL: https://svnweb.freebsd.org/changeset/ports/381640 QAT: https://qat.redports.org/buildarchive/r381640/ Log: Note that GH_TAGNAME can be any length of the git hash. Modified: head/CHANGES head/Mk/bsd.sites.mk Modified: head/CHANGES ============================================================================== --- head/CHANGES Thu Mar 19 17:56:53 2015 (r381639) +++ head/CHANGES Thu Mar 19 17:57:19 2015 (r381640) @@ -19,6 +19,9 @@ All ports committers are allowed to comm that has a different checksum than before due to a changed directory name for extraction. + GH_TAGNAME can now be any length of the hash as long as it is unique. There + is no longer a 7-character requirement. + The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Mar 19 17:56:53 2015 (r381639) +++ head/Mk/bsd.sites.mk Thu Mar 19 17:57:19 2015 (r381640) @@ -519,13 +519,15 @@ MASTER_SITE_GENTOO+= \ # # 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=${GH_COMMIT} to do a snapshot +# possible to do GH_TAGNAME= GIT_HASH to do a snapshot. # default: ${DISTVERSION} # # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAME # (man git-describe(1)) # if this is not set, archive corresponding to tag is fetched # default: not set +# This is a deprecated option. Just set the hash in GH_TAGNAME +# instead. # .if defined(USE_GITHUB) . if defined(GH_TAGNAME) && ${GH_TAGNAME} == master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503191757.t2JHvKXs081965>