Created attachment 162492 [details] Adds patch for work around now-erroneous version check Dear Maintainer The version check in Makefile.PL is broken for any version with a second digit of 0, thus erroneously fails with i.e. CUPS 2.0.3. This adds a extra if clause that it should only check further if the first version digit is less than 2. The upstream bug reference is here but still unfixed and the auhtor hasn't reacted to the bug report by another person: https://rt.cpan.org/Public/Bug/Display.html?id=104237 See the attached diff, let me know if that's OK for the ports tree.
Created attachment 162495 [details] Fix version check logic for current CUPS versions Upstream bug tracker notified, the previous patch was really just a band aid.
A commit references this bug: Author: vg Date: Sat Nov 7 11:18:12 UTC 2015 New revision: 400978 URL: https://svnweb.freebsd.org/changeset/ports/400978 Log: - Remove broken - Fix build PR: ports/204052 Submitted by: Mathieu Simon <freebsd@simweb.ch> Changes: head/print/p5-Net-CUPS/Makefile head/print/p5-Net-CUPS/files/patch-Makefile.PL
Committed, thank you!