Date: Tue, 28 Aug 2012 15:24:08 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r953 - in branches/experimental: mail/thunderbird www/firefox www/seamonkey Message-ID: <201208281524.q7SFO8qf082062@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Aug 28 15:24:08 2012 New Revision: 953 Log: tune up version of sqlite3 dependency Modified: branches/experimental/mail/thunderbird/Makefile branches/experimental/www/firefox/Makefile branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Tue Aug 28 15:23:59 2012 (r952) +++ branches/experimental/mail/thunderbird/Makefile Tue Aug 28 15:24:08 2012 (r953) @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ nss>=3.13.2:${PORTSDIR}/security/nss \ - sqlite3>=3.7.11:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Tue Aug 28 15:23:59 2012 (r952) +++ branches/experimental/www/firefox/Makefile Tue Aug 28 15:24:08 2012 (r953) @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ nss>=3.13.2:${PORTSDIR}/security/nss \ - sqlite3>=3.7.11:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Tue Aug 28 15:23:59 2012 (r952) +++ branches/experimental/www/seamonkey/Makefile Tue Aug 28 15:24:08 2012 (r953) @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ nss>=3.13.2:${PORTSDIR}/security/nss \ - sqlite3>=3.7.11:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ unzip:${PORTSDIR}/archivers/unzip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208281524.q7SFO8qf082062>