#43240: [update] m2crypto patch --------------------------+---------------------- Reporter: jul_bsd@… | Owner: ram@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch Port: py-m2crypto | --------------------------+---------------------- Comment (by ram@…): Applied the update to 0.22.3 in r120180, haven't added the following hunks: {{{ +## fix some leaks: https://code.google.com/p/grr/wiki/M2CryptoFromSource +## maybe review more: https://github.com/martinpaljak/M2Crypto/pulls +## https://bugzilla.osafoundation.org/show_bug.cgi?id=13005 +## need to remove _lib.h part if > 0.21.1 +#patchfiles patch-m2crypto-fixes.diff }}} as it's just a comment, also not sure on the addition of a devel variant: {{{ +# FIXME! python subgroup doesn't seem to handle well subport or else +#subport ${name}-devel { +subport py27-m2crypto-devel { + python.versions 27 + fetch.type git + git.url https://github.com/martinpaljak/M2Crypto.git + git.branch 9abed178ed257d1bd2efbb16f7512e964f85d006 + + conflicts ${name} +} }}} As it has the same version as the standard port, if it has the same version then surely there's no need for a devel version. If it's different it should use a different version number. -- Ticket URL: <https://trac.macports.org/ticket/43240#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X