diff options
author | beat <beat@FreeBSD.org> | 2010-03-23 16:54:23 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-03-23 16:54:23 +0800 |
commit | 7971776092f86129a919bd1bda6d234a863baf0a (patch) | |
tree | c05325f04d9659fb8dc5596eed6710125715ba02 /www/firefox-esr | |
parent | 7fe63cfe794275004f451a7182770028379bccae (diff) | |
download | freebsd-ports-gnome-7971776092f86129a919bd1bda6d234a863baf0a.tar.gz freebsd-ports-gnome-7971776092f86129a919bd1bda6d234a863baf0a.tar.zst freebsd-ports-gnome-7971776092f86129a919bd1bda6d234a863baf0a.zip |
- Update to 3.6.2
Security: http://www.vuxml.org/freebsd/5d5ed535-3653-11df-9edc-000f20797ede.html
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox-esr/distinfo | 6 | ||||
-rw-r--r-- | www/firefox-esr/files/patch-security-coreconf-FreeBSD.mk | 34 |
3 files changed, 20 insertions, 22 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index c582002047e7..eb82b1d488ca 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.6 +DISTVERSION= 3.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index b75e0880a418..6a9d320a2bb5 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -MD5 (firefox-3.6.source.tar.bz2) = 458051557ff49e6a352c1d56eee5782a -SHA256 (firefox-3.6.source.tar.bz2) = 8d4f12fff7bc361d83e6b486f9ec4264c60114ed86c805e1221b3d30efec0a4b -SIZE (firefox-3.6.source.tar.bz2) = 48206915 +MD5 (firefox-3.6.2.source.tar.bz2) = a1972a2216ac7139b92b7378a328ec93 +SHA256 (firefox-3.6.2.source.tar.bz2) = 0f8398efabb14da83e14c7fbabdff99a619752cadb43348b27adf302382046f0 +SIZE (firefox-3.6.2.source.tar.bz2) = 48919538 diff --git a/www/firefox-esr/files/patch-security-coreconf-FreeBSD.mk b/www/firefox-esr/files/patch-security-coreconf-FreeBSD.mk index 4d28f35649c1..e5340ae55f5c 100644 --- a/www/firefox-esr/files/patch-security-coreconf-FreeBSD.mk +++ b/www/firefox-esr/files/patch-security-coreconf-FreeBSD.mk @@ -1,31 +1,29 @@ ---- security/coreconf/FreeBSD.mk.orig 2009-11-09 01:34:19.000000000 +0100 -+++ security/coreconf/FreeBSD.mk 2009-11-11 18:15:55.000000000 +0100 -@@ -45,8 +45,24 @@ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else +--- security/coreconf/FreeBSD.mk.orig 2010-03-16 09:57:06.000000000 +0000 ++++ security/coreconf/FreeBSD.mk 2010-03-20 17:40:12.000000000 +0000 +@@ -49,8 +49,20 @@ + ifeq ($(CPU_ARCH),pc98) + CPU_ARCH = x86 + endif +-ifeq ($(CPU_ARCH),amd64) +-CPU_ARCH = x86_64 ++ifeq ($(OS_TEST),alpha) ++CPU_ARCH = alpha ++endif +ifeq ($(OS_TEST),amd64) +CPU_ARCH = amd64 -+else ++endif +ifeq ($(OS_TEST),ia64) +CPU_ARCH = ia64 -+else ++endif +ifeq ($(OS_TEST),powerpc) +CPU_ARCH = powerpc -+else ++endif +ifeq ($(OS_TEST),sparc64) +CPU_ARCH = sparc64 -+else - CPU_ARCH = x86 endif -+endif -+endif -+endif -+endif OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -73,7 +89,7 @@ +@@ -78,7 +90,7 @@ DLL_SUFFIX = so.1.0 endif @@ -34,7 +32,7 @@ ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif -@@ -82,4 +98,4 @@ +@@ -87,4 +99,4 @@ G++INCLUDES = -I/usr/include/g++ |