[Bug 240560] net/routinator: Update to 0.6.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 3 12:41:05 UTC 2019


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

Raphael Kubo da Costa <rakuco at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakuco at FreeBSD.org

--- Comment #5 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
Hi Jaap. I've run portlint on the port after applying this patch, and got

FATAL: PLIST_FILES: files cannot contain %%FOO%% variables.  Use make variables
and logic instead
FATAL: PLIST_FILES: files cannot contain %%FOO%% variables.  Use make variables
and logic instead

Since you're setting the plist in the Makefile, you shouldn't be using %%FOO%%
expansions, but rather the variables that actually set those substitutions. In
this case, ${ETCDIR_REL}. Alternatively, you could just add a pkg-plist.

You also need to add entries to UIDs and GIDs for the new user/group you're
adding, see
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/users-and-groups.html.

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


More information about the freebsd-ports-bugs mailing list