summaryrefslogtreecommitdiff
path: root/www/firefox24
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-11-21 15:25:17 +0000
committerryoon <ryoon@pkgsrc.org>2013-11-21 15:25:17 +0000
commit7cea7f674051417b1fbb6df98d41f70e45af0785 (patch)
treefe074c01d5621975038b2a729e049f2a1d795003 /www/firefox24
parent9be79bfa7bc8ed6c225b9a663dd189b70ac8c35e (diff)
downloadpkgsrc-7cea7f674051417b1fbb6df98d41f70e45af0785.tar.gz
Update to 24.1.1
Changelog: FIXED Update branches that use 4.10 RTM to 4.10.2 RTM (see 935568) FIXED Update Mozilla to NSS 3.15.3 (new alternative NSS branch) to pick up a few fixes (see 935959) FIXED Some UI strings in Firefox 24.1.0 ESR l10n builds are in English (see 932310)
Diffstat (limited to 'www/firefox24')
-rw-r--r--www/firefox24/Makefile4
-rw-r--r--www/firefox24/distinfo8
-rw-r--r--www/firefox24/mozilla-common.mk6
3 files changed, 9 insertions, 9 deletions
diff --git a/www/firefox24/Makefile b/www/firefox24/Makefile
index 214740d56dc..7251c64fa72 100644
--- a/www/firefox24/Makefile
+++ b/www/firefox24/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2013/11/13 14:17:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2013/11/21 15:25:17 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 24.1.0
+MOZ_BRANCH= 24.1.1
MOZ_BRANCH_MINOR= esr
DISTNAME= firefox-${FIREFOX_VER}.source
diff --git a/www/firefox24/distinfo b/www/firefox24/distinfo
index 19ae5a99991..cfe5de1ec5a 100644
--- a/www/firefox24/distinfo
+++ b/www/firefox24/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2013/11/13 14:17:11 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2013/11/21 15:25:17 ryoon Exp $
-SHA1 (firefox-24.1.0esr.source.tar.bz2) = faeed7eb315e9e0a380ab5081b96800590eb6154
-RMD160 (firefox-24.1.0esr.source.tar.bz2) = 5cb36d654ecbd89f9b77e1a96c2eff7d54c45b93
-Size (firefox-24.1.0esr.source.tar.bz2) = 119816789 bytes
+SHA1 (firefox-24.1.1esr.source.tar.bz2) = 742b1f134db47793a1426ce4ee09a5f9dc6b51fc
+RMD160 (firefox-24.1.1esr.source.tar.bz2) = 47c6040f82867b874a3044afe86550c1b4c50d1f
+Size (firefox-24.1.1esr.source.tar.bz2) = 119861572 bytes
SHA1 (patch-aa) = e8a10637cefb668f1db518464ba75b5469090f8f
SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be
SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2
diff --git a/www/firefox24/mozilla-common.mk b/www/firefox24/mozilla-common.mk
index bba82302db0..de31300717c 100644
--- a/www/firefox24/mozilla-common.mk
+++ b/www/firefox24/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.2 2013/11/10 15:08:31 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.3 2013/11/21 15:25:17 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -165,10 +165,10 @@ CONFIGURE_ENV+= ac_cv_sqlite_secure_delete=yes # c.f. patches/patch-al
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nspr+= nspr>=4.9.6
+BUILDLINK_API_DEPENDS.nspr+= nspr>=4.10.2
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.15
+BUILDLINK_API_DEPENDS.nss+= nss>=3.15.3
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"