diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-08-28 12:42:00 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-08-28 12:42:00 +0000 |
commit | 56d42de3a531a8b6484bb928ab1bbd19615d231e (patch) | |
tree | 1b971a894a97846f8e81d075c8ea615e90a2b7f7 /www/firefox/Makefile | |
parent | d601ebd9d8778905c405635efcd762174f90a85d (diff) | |
download | pkgsrc-56d42de3a531a8b6484bb928ab1bbd19615d231e.tar.gz |
Update to 15.0
* Use patches from https://bugzilla.mozilla.org/show_bug.cgi?id=753046
* Fix firefox.sh
Changelog:
NEW Preliminary native PDF support (Aurora/Beta only)
NEW Support for SPDY networking protocol v3
NEW WebGL enhancements, including compressed textures for better performance
CHANGED Optimized memory usage for add-ons
DEVELOPER JavaScript debugger integrated into developer tools
DEVELOPER New layout view added to Inspector
DEVELOPER The CSS word-break property has been implemented.
DEVELOPER High precision event timer implemented
DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites
HTML5 Native support for the Opus audio codec added
HTML5 The <source> element now supports the media attribute
HTML5 The <audio> and <video> elements now support the played attribute
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e1fac2f8bd8..0d572371336 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.104 2012/07/20 06:45:35 abs Exp $ +# $NetBSD: Makefile,v 1.105 2012/08/28 12:42:02 ryoon Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} -PKGREVISION= 1 CATEGORIES= www MAINTAINER= tnn@NetBSD.org |