[Bug 276212] graphics/gimp-app: package failure

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 10 Jan 2024 05:05:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276212

--- Comment #7 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Lars Henrik Ørn from comment #3)
No, all correct.
XXX?=1 mean if XXX not set, then set to 1. But if it is already set, then keep
current value. This is useful for "master/slave" ports.

Mk/bsd.port.mk:
# PORTEPOCH             - Optional.  In certain odd cases, the PORTREVISION
logic
#                                 can be fooled by ports that appear to go
backwards
#                                 numerically (e.g. if port-0.3 is newer than
port-1998).
#                                 In this case, incrementing PORTEPOCH forces
the revision.
#                                 Default: 0 (no effect).

For example: port-0.3,2 > port-5.5,1 > port-1998
">" = "is newer than".

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