[Bug 191297] textproc/utf8cpp: new port

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 23 18:16:03 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191297

--- Comment #3 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
> The line that must be being corrupted is this one:
>
> MASTER_SITES=	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 value",
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list