View | Details | Raw Unified | Return to bug 129728
Collapse All | Expand All

(-)www/firefox/Makefile (-1 / +8 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	firefox
9
PORTNAME=	firefox
10
DISTVERSION=	2.0.0.18
10
DISTVERSION=	2.0.0.19
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	www ipv6
12
CATEGORIES=	www ipv6
13
MASTER_SITES=	${MASTER_SITE_MOZILLA_EXTENDED}
13
MASTER_SITES=	${MASTER_SITE_MOZILLA_EXTENDED}
Lines 52-57 Link Here
52
52
53
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
53
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
54
54
55
.if ${HAVE_GNOME:Mlibgnomeui}!=""
56
USE_GNOME+=	libgnomeui
57
MOZ_OPTIONS+=	--enable-gnomeui
58
.else
59
MOZ_OPTIONS+=	--disable-gnomeui
60
.endif
61
55
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
62
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
56
IGNORE=	does not run, update to 6.2-RELEASE or newer
63
IGNORE=	does not run, update to 6.2-RELEASE or newer
57
.endif
64
.endif
(-)www/firefox/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (firefox-2.0.0.18-source.tar.bz2) = 6913f038e125e34faa8c540cb77bde51
1
MD5 (firefox-2.0.0.19-source.tar.bz2) = 1dc4d445df7b30abd7da1d88d948f11d
2
SHA256 (firefox-2.0.0.18-source.tar.bz2) = 67de864f47949bc51e5aa7407c0b2f3cb9ae7728b28d6c57e68a048da31218d7
2
SHA256 (firefox-2.0.0.19-source.tar.bz2) = 945f79fae1ff6bb8fb8e6cf0dc91b37d3381546df659939912aefe75b4a2c0cf
3
SIZE (firefox-2.0.0.18-source.tar.bz2) = 40291897
3
SIZE (firefox-2.0.0.19-source.tar.bz2) = 40298609

Return to bug 129728