Created attachment 163097 [details] patch with update to 2.1 and maintainer change Hello, attached a patch to update the port to its current version 2.1. In cooperation with the author and current maintainer: - i take the future maintainer-ship - fix the license - adjust the run- and build-dependencies - replace GOOGLE_CODE with BB because of relocation of the project - change the link in pkg-desc accordingly portlint -C is fine. poudriere test-builds are fine for: 9.3 amd64 + i386 10.1 amd64 + i386 10.2 amd64 + i386 11-current r290639 amd64 + i386 Greetings, Torsten
@Tosten: BUILD_DEPENDS= ${RUN_DEPENDS} is incorrect (See porters handbook) Further, please confirm it is *actually* a BUILD_DEPENDS, and not just a RUN_DEPENDS (as most Python are) Also, pkg-plist entries are PYTHON_VERSION specific, eg: %%PYTHON_SITELIBDIR%%/battray/__pycache__/platforms.cpython-34.pyc This will break with any Python versions != 3.4. You need to replace these with the correct python.mk variable. Also, have you tried using USE_PYTHON=autoplist?
Maintainer timeout (1 month +)
Comment on attachment 163097 [details] patch with update to 2.1 and maintainer change Maintainer timeout (> 1 month), implicit approval
Committed, with some small adjustments.
A commit references this bug: Author: miwi Date: Tue Dec 22 02:00:48 UTC 2015 New revision: 404201 URL: https://svnweb.freebsd.org/changeset/ports/404201 Log: - Update to 2.1 - Switch to autoplist - Pass maintainership to submitter PR: 204523 Submitted by: Torsten Zuehlsdorff Approved by: mat (mentor), maintainer timeout Differential Revision: D4654 Changes: head/sysutils/battray/Makefile head/sysutils/battray/distinfo head/sysutils/battray/pkg-descr head/sysutils/battray/pkg-plist