[Bug 203425] print/gutenprint-base: overwrites PORTREVISION of slave ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 28 20:08:16 UTC 2015


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

            Bug ID: 203425
           Summary: print/gutenprint-base: overwrites PORTREVISION of
                    slave ports
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: cmt at burggraben.net

Created attachment 161504
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161504&action=edit
fixes PORTREVISION assignment

with the last round of fixed to the gutenprint ports, print/gutenprint-base got
it's PORTREVSION bumped - from 0 (as in not set) to 1. Unfortunately,
PORTREVISION is set unconditionally, so print/gutenprint-base as the master
port overwrites PORTREVISION of it's slave ports.
Attached patch fixes this by using ?= for assignment instead of =.
(cannot test right now for lack of access to suitable (read: disk space and CPU
power) equipment),

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


More information about the freebsd-ports-bugs mailing list