aboutsummaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2010-03-23 08:54:23 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2010-03-23 08:54:23 +0000
commit5cea961203a0e0b6e979e11839d45c4cff23d942 (patch)
treec3b9f2bc68a9e257fc66e6d44a85e4ca145b6725 /www/firefox
parent2d396eb5176e011f7728828791168893f86d5622 (diff)
downloadports-5cea961203a0e0b6e979e11839d45c4cff23d942.tar.gz
ports-5cea961203a0e0b6e979e11839d45c4cff23d942.zip
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile2
-rw-r--r--www/firefox/distinfo6
-rw-r--r--www/firefox/files/patch-security-coreconf-FreeBSD.mk34
3 files changed, 20 insertions, 22 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index c582002047e7..eb82b1d488ca 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/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/distinfo b/www/firefox/distinfo
index b75e0880a418..6a9d320a2bb5 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/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/files/patch-security-coreconf-FreeBSD.mk b/www/firefox/files/patch-security-coreconf-FreeBSD.mk
index 4d28f35649c1..e5340ae55f5c 100644
--- a/www/firefox/files/patch-security-coreconf-FreeBSD.mk
+++ b/www/firefox/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++