freebsd-ports/Mk
Tobias Kortkamp 702a42e004 Mk/bsd.sites.mk: Fix fetch with GL_TUPLE site:account:project:commit:group style entries
Something like

GL_TUPLE=	https://gitlab.redox-os.org:redox-os:calc:afba9c5d184ddb9db5e4e71dc357da0499e212cf:calculate

fails to fetch because GL_SITE_calculate still has the colon left after parsing:

=> Attempting to fetch afba9c5d18/archive.tar.gz/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz
fetch: afba9c5d18/archive.tar.gz/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz: parse error

$ make -V GL_SITE_calculate
https://gitlab.redox-os.org:

Changing the already complex regular expressions to correct this
would make them even more complex.  Instead we correct the :: that
appears in GL_SITE after parsing GL_TUPLE.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D21171
2019-08-19 14:01:49 +00:00
..
Scripts Add a QA check warning porters about non UCL pkg-message files. 2019-08-19 12:18:21 +00:00
Uses Unregister removed samba46 and samba47 2019-08-19 10:03:42 +00:00
bsd.ccache.mk
bsd.commands.mk
bsd.default-versions.mk Unregister removed samba46 and samba47 2019-08-19 10:03:42 +00:00
bsd.destdir.mk
bsd.gcc.mk Add support for GCC 9 via the new lang/gcc9 port. USE_GCC=9+ and 2019-06-02 07:55:48 +00:00
bsd.gecko.mk gecko: drop MOZ_RPATH after r315713 2019-07-04 11:40:57 +00:00
bsd.gstreamer.mk Remove esound support from the ports tree, as audio/esound expired. 2019-05-08 12:54:13 +00:00
bsd.java.mk Support newer Java versions 2019-07-31 16:06:31 +00:00
bsd.ldap.mk
bsd.licenses.db.mk
bsd.licenses.mk
bsd.local.mk
bsd.ocaml.mk
bsd.octave.mk
bsd.options.desc.mk Clean up final leftovers from Qt4. 2019-06-26 11:52:23 +00:00
bsd.options.mk Introduce USES=cabal and use it to build Haskell applications. 2019-05-09 14:39:30 +00:00
bsd.port.mk Add a QA check warning porters about non UCL pkg-message files. 2019-08-19 12:18:21 +00:00
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.ruby.mk Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
bsd.sanity.mk Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH 2019-08-13 14:46:28 +00:00
bsd.sites.mk Mk/bsd.sites.mk: Fix fetch with GL_TUPLE site:account:project:commit:group style entries 2019-08-19 14:01:49 +00:00
bsd.ssp.mk
bsd.tex.mk
bsd.wx.mk
bsd.xorg.mk