diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-11 02:04:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-11 02:04:21 +0800 |
commit | 63d5af0e602740a0cf21d108437a3dabfa0e3c92 (patch) | |
tree | dae8794ee67e60352f6f1651d4dc7f6f33659285 | |
parent | 88f1d7eaf63adeaa7ce5bf344132f04f19c156d9 (diff) | |
download | freebsd-ports-gnome-63d5af0e602740a0cf21d108437a3dabfa0e3c92.tar.gz freebsd-ports-gnome-63d5af0e602740a0cf21d108437a3dabfa0e3c92.tar.zst freebsd-ports-gnome-63d5af0e602740a0cf21d108437a3dabfa0e3c92.zip |
- Update to 3.5.3
Security: http://www.vuxml.org/freebsd/922d2398-9e2d-11de-a998-0030843d3802.html
-rw-r--r-- | www/firefox35/Makefile | 6 | ||||
-rw-r--r-- | www/firefox35/distinfo | 6 | ||||
-rw-r--r-- | www/firefox35/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index bed829bb6d06..b08808efd439 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -6,12 +6,12 @@ # PORTNAME= firefox -DISTVERSION= 3.5.2 +DISTVERSION= 3.5.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME= ${PORTNAME}-${DISTVERSION}-source +DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -40,7 +40,7 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.0.* +CONFLICTS= firefox-3.0.* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png diff --git a/www/firefox35/distinfo b/www/firefox35/distinfo index 8ee9378dd1d7..2676cfbd551e 100644 --- a/www/firefox35/distinfo +++ b/www/firefox35/distinfo @@ -1,3 +1,3 @@ -MD5 (firefox-3.5.2-source.tar.bz2) = 136867f95c86f3988b7f825e874b85de -SHA256 (firefox-3.5.2-source.tar.bz2) = d68b5988907e06cc37793489589f5545487a9b1bbe6444b7e2e16450bd1cb9ae -SIZE (firefox-3.5.2-source.tar.bz2) = 46787928 +MD5 (firefox-3.5.3.source.tar.bz2) = ca167e69180ab1230aea0763da270a95 +SHA256 (firefox-3.5.3.source.tar.bz2) = e6327807ed1dd0c0685f7c2fba1427e7e38b5c92f36811f243861fbd9b7ad2d2 +SIZE (firefox-3.5.3.source.tar.bz2) = 46766383 diff --git a/www/firefox35/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h b/www/firefox35/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h index b4ceef6139a0..427d17eeff20 100644 --- a/www/firefox35/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h +++ b/www/firefox35/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h @@ -1,11 +1,11 @@ ---- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-04-24 01:46:48.000000000 +0000 -+++ media/liboggz/include/oggz/oggz_off_t_generated.h 2009-04-28 08:44:02.369576627 +0000 +--- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-08-24 17:52:50.000000000 +0200 ++++ media/liboggz/include/oggz/oggz_off_t_generated.h 2009-09-10 15:26:59.000000000 +0200 @@ -59,7 +59,7 @@ #include <sys/types.h> --#if defined(__APPLE__) || defined(SOLARIS) -+#if defined(__APPLE__) || defined(SOLARIS) || defined (__FreeBSD__) +-#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) ++#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined(__FreeBSD__) typedef off_t oggz_off_t; #else typedef loff_t oggz_off_t; |