Created attachment 191606 [details] gaupol.patch This hasn't been updated in a while. I can take maintainership.
Greg, stage-qa fails: ====> Running Q/A tests (stage-qa) Error: 'share/gaupol/extensions/custom-framerates/__pycache__/custom-framerates.cpython-36.opt-1.pyc' is referring to /usr/ports/multimedia/gaupol/work-py36/stage *** Error code 1 Yuri
Created attachment 191721 [details] gaupol.patch v2 oh oops, that's what the setup.py patch was for. Recreated a similar one for the new setup.py.
Now check-plist fails: $ make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%DATADIR%%/extensions/custom-framerates/__pycache__/custom-framerates.cpython-36.%%PYTHON_PYOEXTENSION%% ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1
I've reported the plist problem upstream: https://github.com/otsaloma/gaupol/issues/91 Will leave it in pkg-plist until the upstream fixes the problem.
A commit references this bug: Author: yuri Date: Sun May 27 19:05:02 UTC 2018 New revision: 470990 URL: https://svnweb.freebsd.org/changeset/ports/470990 Log: multimedia/gaupol: Update 0.19.2 -> 1.4; Change of maintainership Port changes: * greg@unrelenting.technology takes maintainership * Change PORTVERSION to DISTVERSION * Switch to github * Now use distutils/plist/etc * Adjust USE_GNOME * Delete --single-version-externally-managed in PYDISTUTILS_INSTALLARGS since PYDISTUTILS_INSTALLNOSINGLE is deprecated * Change WWW URL PR: 226704 Submitted by: Greg V <greg@unrelenting.technology> Changes: head/multimedia/gaupol/Makefile head/multimedia/gaupol/distinfo head/multimedia/gaupol/files/patch-setup.py head/multimedia/gaupol/pkg-descr head/multimedia/gaupol/pkg-plist
Committed with some changes. Thank you for taking maintainership!
A commit references this bug: Author: yuri Date: Sun May 27 20:56:47 UTC 2018 New revision: 471005 URL: https://svnweb.freebsd.org/changeset/ports/471005 Log: multimedia/gaupol: Plist problem fixed by the upstream Followup to r470990: They quickly fixed the plist problem that I've reported. PR: 226704 Changes: head/multimedia/gaupol/Makefile head/multimedia/gaupol/distinfo head/multimedia/gaupol/files/patch-setup.py head/multimedia/gaupol/pkg-plist