diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-07-20 12:14:51 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-07-20 12:14:51 +0000 |
commit | 06a087139ede3da0c170a3b8a5e8148b71adae21 (patch) | |
tree | 6008276bb96cc8ea2cc1c40ae9f7f92d7bc3b469 /www/firefox-esr | |
parent | e9a9f414b254d178b6d1331561982dcd55c33d08 (diff) | |
download | ports-06a087139ede3da0c170a3b8a5e8148b71adae21.tar.gz ports-06a087139ede3da0c170a3b8a5e8148b71adae21.zip |
Notes
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-configure | 18 |
3 files changed, 13 insertions, 13 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 7e589cee330e..481dfc8825ff 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -7,7 +7,7 @@ # PORTNAME= firefox -DISTVERSION= 2.0.0.4 +DISTVERSION= 2.0.0.5 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= www ipv6 diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index 1005f245d41b..c40fbab15de1 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -MD5 (firefox-2.0.0.4-source.tar.bz2) = 99c14794976b2532addfcd2d836c6bb2 -SHA256 (firefox-2.0.0.4-source.tar.bz2) = d533bb5699e5c9f7a3edf2380fb814db857b1fdc6e777fb475adeba2a22da1e7 -SIZE (firefox-2.0.0.4-source.tar.bz2) = 37321839 +MD5 (firefox-2.0.0.5-source.tar.bz2) = 5a6ca3e4ac3ebc335d473cd3f682a916 +SHA256 (firefox-2.0.0.5-source.tar.bz2) = edb04a63adf82ffe728a860e9eb6c9fdb228004bffd84344b5de8b01911a3bf6 +SIZE (firefox-2.0.0.5-source.tar.bz2) = 37392615 diff --git a/www/firefox-esr/files/patch-configure b/www/firefox-esr/files/patch-configure index ee6087d2d948..92cb6ab27ea9 100644 --- a/www/firefox-esr/files/patch-configure +++ b/www/firefox-esr/files/patch-configure @@ -1,24 +1,24 @@ ---- configure.orig Tue Aug 8 13:59:01 2006 -+++ configure Tue Sep 19 07:52:08 2006 +--- configure.orig 2007-07-11 12:44:47.000000000 -0400 ++++ configure 2007-07-19 06:04:36.000000000 -0400 @@ -1047,7 +1047,7 @@ MOZJPEG=62 - MOZPNG=10207 + MOZPNG=10217 -MOZZLIB=1.2.3 +MOZZLIB=1.2.2 NSPR_VERSION=4 NSS_VERSION=3 -@@ -10267,7 +10267,7 @@ +@@ -10403,7 +10403,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-liconv $LIBS" +LIBS="-L$LOCALBASE/lib -liconv $LIBS" cat > conftest.$ac_ext <<EOF - #line 10273 "configure" + #line 10409 "configure" #include "confdefs.h" -@@ -10298,7 +10298,7 @@ +@@ -10434,7 +10434,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -27,16 +27,16 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6 -@@ -10308,7 +10308,7 @@ +@@ -10444,7 +10444,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-liconv $LIBS" +LIBS="-L$LOCALBASE/lib -liconv $LIBS" cat > conftest.$ac_ext <<EOF - #line 10314 "configure" + #line 10450 "configure" #include "confdefs.h" -@@ -10339,7 +10339,7 @@ +@@ -10475,7 +10475,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 |