Created attachment 186601 [details] Update to 3.3.1 Update to 3.3.1 - Required by sabnzbd 2.3.0 (and not compatible with earlier versions of sabnzbd)
This PR depends on bug #222501
Warning: 'lib/python2.7/site-packages/sabyenc.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Can you please add stripping to the shared lib?
Created attachment 186613 [details] Update to 3.3.1 (with binary stripping)
I replaced the previous patch with one that implements the ${STRIP_CMD} on the compiled binary.
A commit references this bug: Author: dbaio Date: Sat Sep 23 11:10:09 UTC 2017 New revision: 450427 URL: https://svnweb.freebsd.org/changeset/ports/450427 Log: news/py-sabyenc: Update to 3.3.1 PR: 222500 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Changes: head/news/py-sabyenc/Makefile head/news/py-sabyenc/distinfo
Committed, thanks!