Date: Mon, 28 Sep 2015 20:08:15 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203425] print/gutenprint-base: overwrites PORTREVISION of slave ports Message-ID: <bug-203425-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: cmt@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203425-13>