Date: Mon, 23 Jun 2014 18:16:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191297] textproc/utf8cpp: new port Message-ID: <bug-191297-13-UtLo4kIsDp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191297-13@https.bugs.freebsd.org/bugzilla/> References: <bug-191297-13@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=3D191297 --- Comment #3 from Raphael Kubo da Costa <rakuco@FreeBSD.org> --- > The line that must be being corrupted is this one: > > MASTER_SITES=3D SF/utfcpp/${PORTNAME:L}_2x/Release%20${PORTVERSION}/ > > Is that intact in the shar file? It is, but the :L is wrong -- :L means "the name of the variable is the val= ue", you were probably thinking of :tl. I believe you're using an older FreeBSD release which still supports :L as = :tl, which is not the case on HEAD. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191297-13-UtLo4kIsDp>