Created attachment 219885 [details] hblock-3.1.0.diff * Add manpage to installation, as well as include more documentation. Changelog: * https://github.com/hectorm/hblock/releases/v3.1.0 QA: * portlint: OK (looks fine). * testport: OK (poudriere: 12.2-RELEASE, amd64). MFH: No (Feature changes between the last release).
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/219655035
A commit references this bug: Author: rhurlin Date: Mon Nov 23 06:47:44 UTC 2020 New revision: 556090 URL: https://svnweb.freebsd.org/changeset/ports/556090 Log: net/hblock: Update to 3.1.0 Update from v2.1.7 to v3.1.0 (skipped v3.0.0 and v.3.0.1). Changelog: https://github.com/hectorm/hblock/compare/v2.1.7...v3.1.0 PR: 251311 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27322 Changes: head/net/hblock/Makefile head/net/hblock/distinfo
Committed, thanks :) Against your patch I changed back to PLIST_FILES instead of an added pkg-plist file (as recommended in chapter 3.2.2. of the Porters Handbook).
(In reply to Rainer Hurling from comment #3) Thanks, just one minor nit upon examining with `portlint`: $ portlint FATAL: PLIST_FILES: files cannot contain %%FOO%% variables. Use make variables and logic instead. If you could s/%%MANPAGES%%/${MANPAGES}/ in PLIST_FILES that would be great, and is why I made the choice breaking into pkg-plist since it's not as common-place explicitly adding the optional MANPAGES into PLIST_FILES (in the port Makefile) but rather in pkg-plist. Cheers! :)
(In reply to Lewis Cook from comment #4) Fixed in r556155, thanks for reporting :)