Patrik Lundin <[email protected]> writes: > On Thu, Mar 10, 2016 at 11:29:33PM +0100, Christian Weisgerber wrote: >> >> SHARED_ONLY: DO NOT REMOVE from Perl ports. >> > > Does removing SHARED_ONLY from non-perl ports count as a noop or does it > require a revision bump? Is ports@ interested in diffs from maintainers > or was this only a call for people with commit bits?
If this is what you had in mind, I can commit it. No REVISION bump needed. Index: net/kea/Makefile =================================================================== RCS file: /cvs/ports/net/kea/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- net/kea/Makefile 3 Jan 2016 14:41:11 -0000 1.4 +++ net/kea/Makefile 11 Mar 2016 20:06:26 -0000 @@ -1,7 +1,5 @@ # $OpenBSD: Makefile,v 1.4 2016/01/03 14:41:11 sthen Exp $ -SHARED_ONLY= Yes - COMMENT= high-performance and extensible DHCP server engine from ISC VERSION= 1.0.0 Index: security/opendnssec/Makefile =================================================================== RCS file: /cvs/ports/security/opendnssec/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- security/opendnssec/Makefile 25 Jan 2016 15:05:39 -0000 1.3 +++ security/opendnssec/Makefile 11 Mar 2016 20:06:26 -0000 @@ -1,7 +1,5 @@ # $OpenBSD: Makefile,v 1.3 2016/01/25 15:05:39 sthen Exp $ -SHARED_ONLY= Yes - COMMENT= open-source turn-key solution for DNSSEC DISTNAME= opendnssec-1.4.9 Index: security/softhsm/Makefile =================================================================== RCS file: /cvs/ports/security/softhsm/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- security/softhsm/Makefile 5 Oct 2015 18:57:46 -0000 1.4 +++ security/softhsm/Makefile 11 Mar 2016 20:06:26 -0000 @@ -3,8 +3,6 @@ PORTROACH= limit:^1\. PORTROACH_COMMENT= the 2.x version has a different user interface -SHARED_ONLY= Yes - COMMENT= software PKCS\#11 cryptographic token DISTNAME= softhsm-1.3.7 -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
