- this ports need python 2.5+, so bump SUE_PYTHON (see http://www.luga.de/pytone/#prerequisistes) - since it now will use python2.5+ we need to depend on databases/py-sqlite3 instead. this port use sqlite binding like this: """ try: import sqlite3 as sqlite except ImportError: from pysqlite2 import dbapi2 as sqlite """ so nothing will be broken with sqlite3 - fix whitespace nit in pkg-message - use PYTHON_SITELIBDIR instead of lib/%%PYTHON_VERSION%%/site-packages in pkg-plist - bump portrevision because of this changes ps. btw, 3.0.3 is already there, so this port should be also updated to latest version. tinderbuild logs: 7.4: http://happy-nation.by.ru/ports/tb/7.4/pytone-3.0.2_2.log 8.2: http://happy-nation.by.ru/ports/tb/8.2/pytone-3.0.2_2.log Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->lx Over to maintainer (via the GNATS Auto Assign Tool)
lx 2011-08-25 23:59:28 UTC FreeBSD ports repository Modified files: audio/pytone Makefile pkg-message pkg-plist Log: Apply cleanup patch. PR: ports/160053 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Revision Changes Path 1.10 +3 -3 ports/audio/pytone/Makefile 1.4 +1 -1 ports/audio/pytone/pkg-message 1.4 +179 -179 ports/audio/pytone/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!