Created attachment 147825 [details] update - update - strip per stage-qa warning - kill @dirrm per CHANGES from 20140922
Auto-assigned to maintainer dinoex@FreeBSD.org
Created attachment 147826 [details] |poudriere testport -P| master log (9.3R i386)
Created attachment 147827 [details] update Oops, missed USE_PYTHON being deprecated.
Created attachment 147828 [details] |poudriere testport -P| slave log (9.3R i386) I have no clue why the following happens but it was there before ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/miniupnpc-1.9-py%%PYTHON_VER%%.egg-info/PKG-I NFO Error: Orphaned: %%PYTHON_SITELIBDIR%%/miniupnpc-1.9-py%%PYTHON_VER%%.egg-info/SOURC ES.txt Error: Orphaned: %%PYTHON_SITELIBDIR%%/miniupnpc-1.9-py%%PYTHON_VER%%.egg-info/dependency_links.txt Error: Orphaned: %%PYTHON_SITELIBDIR%%/miniupnpc-1.9-py%%PYTHON_VER%%.egg-info/top_level.txt
Created attachment 147829 [details] update, v2 As pointed out by mva@ on #freebsd-python that error was due to PYDISTUTILS_PKGVERSION not being set correctly, similar to issue fixed in r285752.
Created attachment 147830 [details] |poudriere testport| slave log (9.3R i386)
A commit references this bug: Author: dinoex Date: Sat Oct 11 09:12:20 UTC 2014 New revision: 370628 URL: https://svnweb.freebsd.org/changeset/ports/370628 Log: - update miniupnpc to 1.9 - bump users of shared lib version PR: 194031 Changes: head/irc/iroffer-dinoex/Makefile head/net/miniupnpc/Makefile head/net/miniupnpc/distinfo head/net/miniupnpc/files/patch-Makefile head/net/miniupnpc/pkg-plist head/net/py-miniupnpc/Makefile
This patch introduces regressions on FreeBSD-9. I commited an update based on your patch.