diff options
author | beat <beat@FreeBSD.org> | 2010-01-10 05:47:32 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-01-10 05:47:32 +0800 |
commit | bc0dee697e1eff6f85c8b0226b4755b397a80496 (patch) | |
tree | d9375f635cb3ae46a343b61383b661ea8833bbc9 /www | |
parent | 09c0f41eccc6ef1325b9fee0b6557c8c0f4d0737 (diff) | |
download | freebsd-ports-graphics-bc0dee697e1eff6f85c8b0226b4755b397a80496.tar.gz freebsd-ports-graphics-bc0dee697e1eff6f85c8b0226b4755b397a80496.tar.zst freebsd-ports-graphics-bc0dee697e1eff6f85c8b0226b4755b397a80496.zip |
- Update to 3.6 RC1
- Disable libnotify when dbus is disabled to avoid installing of dbus as a
dependency from libnotify. [1]
Reported and tested by: Stefan Thurner <thurners AT nicsys.de> [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox3-devel/Makefile | 8 | ||||
-rw-r--r-- | www/firefox3-devel/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 15f5c910527..65b2f5bc332 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.6b5 +DISTVERSION= 3.6rc1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -17,7 +17,6 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify USE_AUTOTOOLS= autoconf:213 LATEST_LINK= firefox3-devel @@ -79,9 +78,10 @@ MOZ_OPTIONS+= --disable-gnomeui .endif .if defined(WITHOUT_DBUS) -MOZ_OPTIONS+= --disable-dbus +MOZ_OPTIONS+= --disable-dbus --disable-libnotify .else -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + notify.1:${PORTSDIR}/devel/libnotify .endif post-extract:: diff --git a/www/firefox3-devel/distinfo b/www/firefox3-devel/distinfo index 88905df520d..3e0934ca5e5 100644 --- a/www/firefox3-devel/distinfo +++ b/www/firefox3-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (firefox-3.6b5.source.tar.bz2) = 381a897e16579a47250dee9342353f37 -SHA256 (firefox-3.6b5.source.tar.bz2) = 26fee78214595fe4d58af111b27cbc1380835856614c7dfdf27498230192f94b -SIZE (firefox-3.6b5.source.tar.bz2) = 48255118 +MD5 (firefox-3.6rc1.source.tar.bz2) = f4b885c33ccacba27df11e745cf350d3 +SHA256 (firefox-3.6rc1.source.tar.bz2) = 3391dea839f21763956ad0ee8b465fc0bf28422723e9773d0bbd3ee65ec95d88 +SIZE (firefox-3.6rc1.source.tar.bz2) = 48245729 |