diff options
author | beat <beat@FreeBSD.org> | 2011-03-07 14:18:57 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-03-07 14:18:57 +0800 |
commit | e3fe030dcc6d406d38f66718288c998d1a26375d (patch) | |
tree | 235706d688014745c5958d383199c71f7b445d9e /www/firefox-sync | |
parent | 548d87b7f48b31da283781f5296c7d7748f8ad14 (diff) | |
download | freebsd-ports-gnome-e3fe030dcc6d406d38f66718288c998d1a26375d.tar.gz freebsd-ports-gnome-e3fe030dcc6d406d38f66718288c998d1a26375d.tar.zst freebsd-ports-gnome-e3fe030dcc6d406d38f66718288c998d1a26375d.zip |
- Use USE_FIREFOX_BUILD instead of custom Firefox dependency line.
- Update distinfo (The new tarball contains the 1.6.3 release. The previous
one actually contained version 1.6.3b1. Verified by diff(1)).
- Bump PORTREVISION.
PR: ports/155325
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Diffstat (limited to 'www/firefox-sync')
-rw-r--r-- | www/firefox-sync/Makefile | 8 | ||||
-rw-r--r-- | www/firefox-sync/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile index 28fdb3bb2e59..4cdfa0ce9e25 100644 --- a/www/firefox-sync/Makefile +++ b/www/firefox-sync/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox-sync PORTVERSION= 1.6.3 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://hg.mozilla.org/services/fx-sync/archive/${DISTVERSION}${EXTRACT_SUFX}/ @@ -28,16 +29,13 @@ OPTIONS= FF35 "Build for Firefox 3.5 instead of 3.6" Off .include <bsd.port.options.mk> .if defined(WITHOUT_FF35) -FF_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox +USE_FIREFOX_BUILD= 36 AMD64_ARCH= amd64 .else -FF_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35 +USE_FIREFOX_BUILD= 35 AMD64_ARCH= x86_64 .endif -BUILD_DEPENDS+= ${FF_DEPENDS} -RUN_DEPENDS+= ${FF_DEPENDS} - REVID= d52662c1c99b .if ${ARCH} == i386 PLATFORM= FreeBSD_x86-gcc3 diff --git a/www/firefox-sync/distinfo b/www/firefox-sync/distinfo index 46f19ba23116..80db03cb27d2 100644 --- a/www/firefox-sync/distinfo +++ b/www/firefox-sync/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-sync-1.6.3.tar.bz2) = 5d3c4eb155f46c35fbd97ad1dbbe591f937874ae1880c472af10df5a84ad5687 -SIZE (firefox-sync-1.6.3.tar.bz2) = 531474 +SHA256 (firefox-sync-1.6.3.tar.bz2) = 3b46638a433d42be7a8db344d22be0caecf487a291b0dc197b5f7b88dd44c7bc +SIZE (firefox-sync-1.6.3.tar.bz2) = 533410 |