diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-22 07:49:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-22 07:49:19 +0800 |
commit | a20504036c3757ca45a36292af1d88a7a1a156ab (patch) | |
tree | 28de2215dd0f9c2d6c752d2c88babf6b1eccfa85 /www/firefox15/Makefile | |
parent | f819a1e80a80cc1b28daba44a8a841c05ba5a6f0 (diff) | |
download | freebsd-ports-gnome-a20504036c3757ca45a36292af1d88a7a1a156ab.tar.gz freebsd-ports-gnome-a20504036c3757ca45a36292af1d88a7a1a156ab.tar.zst freebsd-ports-gnome-a20504036c3757ca45a36292af1d88a7a1a156ab.zip |
Update to 1.0.7. See
http://www.mozilla.org/products/firefox/releases/1.0.7.html#new for the list
of fixes in this release.
Security: Fixes http://vuxml.FreeBSD.org/2e28cefb-2aee-11da-a263-0001020eed82.html among other things
Diffstat (limited to 'www/firefox15/Makefile')
-rw-r--r-- | www/firefox15/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 6dc7d041ef76..a8b4efb9ba0e 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -7,8 +7,7 @@ # PORTNAME= firefox -PORTVERSION= 1.0.6 -PORTREVISION= 5 +PORTVERSION= 1.0.7 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -79,19 +78,19 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on \ - CJK "Enable CJK font family support" off + NEWTAB "Open external links in a new tab" on +# CJK "Enable CJK font family support" off .include <bsd.port.pre.mk> # Enable CJK Font Familyname support -.if defined(WITH_CJK) -PATCH_SITES+= http://bbs.ilc.edu.tw/~chinsan/ \ - http://bsdchat.com/dist/firefly-cjk-patchset/ \ - ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ -PATCHFILES+= mozilla-1.7.10-cjkfamilyname-20050731.patch.gz -PATCH_DIST_STRIP+= -p1 -.endif +#.if defined(WITH_CJK) +#PATCH_SITES+= http://bbs.ilc.edu.tw/~chinsan/ \ +# http://bsdchat.com/dist/firefly-cjk-patchset/ \ +# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ +#PATCHFILES+= mozilla-1.7.10-cjkfamilyname-20050731.patch.gz +#PATCH_DIST_STRIP+= -p1 +#.endif .if defined(WITH_DEBUG) WITH_LOGGING= yes |