svn commit: r313335 - in head: mail/thunderbird www/firefox www/firefox-esr www/seamonkey
Florian Smeets
flo at FreeBSD.org
Sun Mar 3 10:09:10 UTC 2013
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 at tormail.org>
Reported by: Valentin Nechayev <netch at netch.kiev.ua>,
Robert Simmons <rsimmons0 at 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
More information about the svn-ports-head
mailing list