Attached patch updates qpdf port to version 5.1.2
Created attachment 144638 [details] Patch to upgrade port to 5.1.2
Please check portlint -- the OPTIONS variables you've added need to appear _after_ {BUILD,LIB}_DEPENDS. And since you don't access ${PORT_OPTIONS}, there is no need to include <bsd.port.options.mk>. Last but not least, you have to remove PORTREVISION.
A commit references this bug: Author: robak Date: Sat Jul 26 15:23:03 UTC 2014 New revision: 362974 URL: http://svnweb.freebsd.org/changeset/ports/362974 Log: print/qpdf: update 5.1.1 -> 5.1.2 - Fix DEPENDS ordering - Remove PORTREVISION - Remove bsd.port.options.mk - Pet portlint PR: 191855 Submitted by: Dmitry Kazarov <d.y.kazarov@mail.ru> Approved by: swills (mentor) Changes: head/print/qpdf/Makefile head/print/qpdf/distinfo head/print/qpdf/pkg-plist
Committed, with fixes you can see in commit msg and in the port itself. Thanks for the patch!