On Wed, May 05, 2021 at 08:26:42AM +0200, Rafael Sadowski wrote: > Simple tweak Makefile diff for leatherman except the py2 and py3 dance. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/leatherman/Makefile,v > retrieving revision 1.44 > diff -u -p -u -p -r1.44 Makefile > --- Makefile 28 Apr 2021 05:08:53 -0000 1.44 > +++ Makefile 5 May 2021 06:23:10 -0000 > @@ -5,18 +5,18 @@ COMMENT = collection of C++ and CMake u > GH_ACCOUNT = puppetlabs > GH_PROJECT = leatherman > GH_TAGNAME = 1.12.4 > -REVISION = 0 > +REVISION = 1 > > # N.B.: Upstream doesn't care about ABI, better just bump major on update > -SHARED_LIBS = leatherman_curl 1.1 # 0.12 > -SHARED_LIBS += leatherman_dynamic_library 1.0 # 0.12 > > -SHARED_LIBS += leatherman_execution 2.0 > -SHARED_LIBS += leatherman_file_util 1.1 # 0.12 > > -SHARED_LIBS += leatherman_json_container 1.1 # 0.12 > > -SHARED_LIBS += leatherman_locale 1.0 # 0.12 > > -SHARED_LIBS += leatherman_logging 1.0 # 0.12 > > -SHARED_LIBS += leatherman_ruby 1.0 # 0.12 > > -SHARED_LIBS += leatherman_util 1.1 # 0.12 > > +SHARED_LIBS = leatherman_curl 1.1 # 0.12 > +SHARED_LIBS += leatherman_dynamic_library 1.0 # 0.12 > +SHARED_LIBS += leatherman_execution 2.0 > +SHARED_LIBS += leatherman_file_util 1.1 # 0.12 > +SHARED_LIBS += leatherman_json_container 1.1 # 0.12 > +SHARED_LIBS += leatherman_locale 1.0 # 0.12 > +SHARED_LIBS += leatherman_logging 1.0 # 0.12 > +SHARED_LIBS += leatherman_ruby 1.0 # 0.12 > +SHARED_LIBS += leatherman_util 1.1 # 0.12
Side note: I don't undertand why the libraries have non null *minor* numbers with the comment above saying to "just bump major on update"
