Date: Wed, 03 Jul 2019 22:31:52 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238973] GL_TUPLE cannot handle a `-` inside the site field Message-ID: <bug-238973-7788-wakHnvu2sl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238973-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-238973-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238973 --- Comment #3 from Mathieu Arnold <mat@FreeBSD.org> --- See the note in https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.ht= ml#makefile-master_sites-gitlab-multiple saying : As this is only syntactic sugar above DISTFILES and MASTER_SITES, the group names must adhere to the restrictions on group names outlined in Section 5.4.9, =E2=80=9CMultiple Distribution or Patches Files from Multiple Locations=E2=80=9D And section 5.4.9 has an important bloc saying: The group names cannot have dashes in them (-), in fact, they cannot have any characters out of the [a-zA-Z0-9_] range. This is because, while make(1) is ok with variable names containing dashes, sh(1) is not. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238973-7788-wakHnvu2sl>