Date: Sun, 3 Mar 2013 10:09:09 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313335 - in head: mail/thunderbird www/firefox www/firefox-esr www/seamonkey Message-ID: <201303031009.r23A99vP083883@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Sun Mar 3 10:09:08 2013 New Revision: 313335 URL: http://svnweb.freebsd.org/changeset/ports/313335 Log: Chase databases/py-sqlite3 after 313167. Submitted by: Jan Beich <jbeich@tormail.org> Reported by: Valentin Nechayev <netch@netch.kiev.ua>, Robert Simmons <rsimmons0@gmail.com> Modified: head/mail/thunderbird/Makefile head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/seamonkey/Makefile Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sun Mar 3 10:00:10 2013 (r313334) +++ head/mail/thunderbird/Makefile Sun Mar 3 10:09:08 2013 (r313335) @@ -15,7 +15,7 @@ COMMENT= Mozilla Thunderbird is standalo BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ nss>=3.13.6_1:${PORTSDIR}/security/nss \ sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sun Mar 3 10:00:10 2013 (r313334) +++ head/www/firefox-esr/Makefile Sun Mar 3 10:09:08 2013 (r313335) @@ -15,7 +15,7 @@ COMMENT= Web browser based on the browse BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ nss>=3.13.6_1:${PORTSDIR}/security/nss \ sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun Mar 3 10:00:10 2013 (r313334) +++ head/www/firefox/Makefile Sun Mar 3 10:09:08 2013 (r313335) @@ -15,7 +15,7 @@ COMMENT= Web browser based on the browse BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ nss>=3.14.1:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sun Mar 3 10:00:10 2013 (r313334) +++ head/www/seamonkey/Makefile Sun Mar 3 10:09:08 2013 (r313335) @@ -15,7 +15,7 @@ COMMENT= The open source, standards comp BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ nss>=3.14.1:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ unzip:${PORTSDIR}/archivers/unzip EM_VERSION= 1.5.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303031009.r23A99vP083883>