diff options
author | flo <flo@FreeBSD.org> | 2011-09-01 05:26:12 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-09-01 05:26:12 +0800 |
commit | 96a369ba5d3dd343b8d4db53cca56fd4ffb26b32 (patch) | |
tree | dd426e166f2b1491f7327cde93ce30e1422662e5 /www/firefox | |
parent | 1518052c8da013475db2d34977c58be32267a139 (diff) | |
download | freebsd-ports-gnome-96a369ba5d3dd343b8d4db53cca56fd4ffb26b32.tar.gz freebsd-ports-gnome-96a369ba5d3dd343b8d4db53cca56fd4ffb26b32.tar.zst freebsd-ports-gnome-96a369ba5d3dd343b8d4db53cca56fd4ffb26b32.zip |
- update to 6.0.1, which disables the DigiNotar certificate authority
- fixup a patch which was messed up in a previuos commit [1]
Submitted by: aakuusta@gmail.com [1]
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 | ||||
-rw-r--r-- | www/firefox/distinfo | 4 | ||||
-rw-r--r-- | www/firefox/files/patch-js-src-Makefile.in | 20 |
3 files changed, 12 insertions, 15 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index ccd5f4b229d2..9cfbeb8bdda0 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -6,8 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 6.0 -PORTREVISION= 1 +DISTVERSION= 6.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 5d9937368802..26bf9e98d628 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-6.0.source.tar.bz2) = cc3fb554ca02358e000502a1023d5ba01e6d18ae30c719f5a3b1ce1ad8334973 -SIZE (firefox-6.0.source.tar.bz2) = 67919174 +SHA256 (firefox-6.0.1.source.tar.bz2) = 71accf14b18ab27613459fde93e280d6a279028f14a903b652b19ab5b6a2f322 +SIZE (firefox-6.0.1.source.tar.bz2) = 67876291 diff --git a/www/firefox/files/patch-js-src-Makefile.in b/www/firefox/files/patch-js-src-Makefile.in index 2aa090fc3b57..75b37bf70bfe 100644 --- a/www/firefox/files/patch-js-src-Makefile.in +++ b/www/firefox/files/patch-js-src-Makefile.in @@ -28,14 +28,12 @@ INCLUDES += -I$(srcdir) - --@@ -793,7 +796,8 @@ -+@@ -793,7 +796,7 @@ - endif # WINNT - - ifeq ($(OS_ARCH),FreeBSD) - -EXTRA_LIBS += -pthread --+DEFINES += -DFREEBSD - +EXTRA_LIBS += -pthread -lc - endif - ifeq ($(OS_ARCH),IRIX) +@@ -793,7 +796,7 @@ + endif # WINNT + + ifeq ($(OS_ARCH),FreeBSD) +-EXTRA_LIBS += -pthread ++EXTRA_LIBS += -pthread -lc + endif + ifeq ($(OS_ARCH),IRIX) + ifdef USE_N32 |