- update to 1.9.6 - do not hardcode `openlp` in MASTER_SITES - move PKGNAMEPREFIX up (portlint warning) - depend on databases/py-sqlalchemy 0.7.x since it now work with it - use databases/py-sqlite3 instead of py-pysqlite2x, since required python version is 2.5+ and py-pysqlite2x is for 2.4 - install this port with easy_install, not manually - remove extra PLIST_SUB variables - USE_PYDISTUTILS=easy_install will take care about them. - add PYDISTUTILS_NOEGGINFO, since this port doesn't installs egg.info Sorry, no tinderbild logs this time :( Runtime is generally tested and all is looks good for me, but i'm not a pastor, so who knows :) Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->tabthorpe Over to maintainer (via the GNATS Auto Assign Tool)
tabthorpe 2011-09-21 03:55:55 UTC FreeBSD ports repository Modified files: multimedia/py-openlp Makefile pkg-plist Log: - Build with easy_install - Update plist - Bump PORTREVISION PR: ports/160285 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Revision Changes Path 1.11 +11 -12 ports/multimedia/py-openlp/Makefile 1.7 +634 -445 ports/multimedia/py-openlp/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, with minor changes. Thanks!