[Lunar-commits] <moonbase-other> firefox: Version bump to 15.0 and a few minor adjustments to DEPENDS.
Dennis Veatch
stumbles at lunar-linux.org
Fri Aug 31 14:21:45 CEST 2012
commit f7e7cb6cbfb0dc11037d96c1ac66c0e66f7a6326
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 31 Aug 2012 05:21:45 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f7e7cb6cbfb0dc11037d96c1ac66c0e66f7a6326
firefox: Version bump to 15.0 and a few minor adjustments to DEPENDS.
---
web/firefox/DEPENDS +1/-0
web/firefox/DETAILS +3/-3
web/firefox/mozconfig +0/-1
3 files changed, 4 insertions (+), 4 deletions (-)
--- a/web/firefox/DEPENDS
+++ b/web/firefox/DEPENDS
@@ -15,6 +15,7 @@ depends libvpx
#optional_depends "sqlite" "" "" \
# "Use system sqlite"
+optional_depends "freetype2" "--enable-tree-freetype" "--disable-tree-freetype" "for freetype font support"
optional_depends "Python" "" "" "Needed to do a Profile Guided Optimization build"
optional_depends "flash-plugin-11" "" "" "To enable Flash plugin"
--- a/web/firefox/DETAILS
+++ b/web/firefox/DETAILS
@@ -1,14 +1,14 @@
MODULE=firefox
- VERSION=14.0.1
+ VERSION=15.0
SOURCE=$MODULE-$VERSION.source.tar.bz2
SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source
SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source
SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/firefox/releases/$VERSION/source
- SOURCE_VFY=sha1:8c835836f3c415964b07653364c0c26284ba280b
+ SOURCE_VFY=sha1:a5e6067cf3fb7741818b630d90778928873a2b04
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla-release
WEB_SITE=http://www.mozilla.org/projects/firefox
ENTERED=20110814
- UPDATED=20120717
+ UPDATED=20120831
SHORT="A speedy, full-featured web browser"
cat << EOF
--- a/web/firefox/mozconfig
+++ b/web/firefox/mozconfig
@@ -28,7 +28,6 @@ ac_add_options --enable-raw
ac_add_options --with-system-libvpx
ac_add_options --enable-shared-js
ac_add_options --enable-system-pixman
-ac_add_options --enable-tree-freetype
ac_add_options --disable-crashreporter
ac_add_options --disable-necko-wifi
ac_add_options --disable-system-sqlite
More information about the Lunar-commits
mailing list