- update to 1.0 - remove stale mastersite in fix sourceforge download path - bump USE_PYTHON to 2.5+ (the point is to not depend on python24) - since it now requires 2.5+ use databases/py-sqlite3 instead of databases/py-pysqlite2x - set WITHOUT_PSYCO if python 2.6+ since py-psyco didn't work with it - remove handmade do-build and do-install targets, use USE_PYDISTUTILS instead - add INSTALLS_ICONS, remove INSTALLS_EGGINFO (pydistutils will handle it) - update WWW I checked the source. They use this pattern to deal with sqlite: """ 34 try: 35 from pysqlite2 import dbapi2 as sqlite 36 from pysqlite2.dbapi2 import OperationalError 37 except ImportError: 38 try: 39 # In case this script is being running under python2.5 with sqlite3 40 import sqlite3 as sqlite 41 except ImportError: 42 raise ImportError(_("""No module named pysqlite2 or sqlite3. 43 Please install pysqlite2 or sqlite3.""")) 44 from sqlite3 import OperationalError """ So nothing will be broken with sqlite3. tindrbuild logs: 7.4: http://happy-nation.by.ru/ports/tb/7.4/py27-umit-1.0.log 8.2: http://happy-nation.by.ru/ports/tb/8.2/py27-umit-1.0.log Runtime succefully tested too - very nice app indeed. I'd also remove PKGNAMEPREFIX, since it is not library, but standalone application. But it's for maintainer/committer to decide. Fix: Patch attached with submission follows:
Maintainer of security/umit, Please note that PR ports/160072 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160072 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
State Changed From-To: feedback->analyzed patch fails to apply cleanly
State Changed From-To: analyzed->feedback patch fails to apply cleanly
Here is updated patch, that counts yesterday's commit, that mark it broken. -- Regards, Ruslan Tinderboxing kills... the drives.
eadler 2011-09-23 18:51:40 UTC FreeBSD ports repository Modified files: security/umit Makefile distinfo pkg-descr pkg-plist Log: - update to version 1.0 - remove stale mastersite - bump USE_PYTHON to 2.5+ - use databases/py-sqlite3 instead of databases/py-pysqlite2x - set WITHOUT_PSYCO if python 2.6+ since py-psyco doesn't work with it - switch from custom do-build and do-install targets to USE_PYDISTUTILS - add INSTALLS_ICONS, remove INSTALLS_EGGINFO (pydistutils will handle it) - update WWW - update pkg-plist - patch out documentation build PR: ports/160072 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer timeout (30 days) Approved by: bapt (mentor) Revision Changes Path 1.13 +9 -16 ports/security/umit/Makefile 1.3 +2 -2 ports/security/umit/distinfo 1.2 +1 -1 ports/security/umit/pkg-descr 1.3 +674 -125 ports/security/umit/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: feedback->closed Committed. Thanks!