diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-09-18 22:40:57 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-09-18 22:40:57 +0000 |
commit | ec4fcd4b2ae992fc8b3cedac4e53df84bbdf643d (patch) | |
tree | 424e8968903e2637d7f62a6c7e33ecfdbabacec0 /www/linux-firefox | |
parent | d01b11f6fc0a1cbcbef50bc975daad971580fe24 (diff) | |
download | ports-ec4fcd4b2ae992fc8b3cedac4e53df84bbdf643d.tar.gz ports-ec4fcd4b2ae992fc8b3cedac4e53df84bbdf643d.zip |
Notes
Diffstat (limited to 'www/linux-firefox')
-rw-r--r-- | www/linux-firefox/Makefile | 29 | ||||
-rw-r--r-- | www/linux-firefox/distinfo | 4 |
2 files changed, 6 insertions, 27 deletions
diff --git a/www/linux-firefox/Makefile b/www/linux-firefox/Makefile index 726227ea9219..fdd58bc51515 100644 --- a/www/linux-firefox/Makefile +++ b/www/linux-firefox/Makefile @@ -2,19 +2,17 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 23.0 +DISTVERSION= 24.0 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US +DISTNAME= ${PORTNAME}-${DISTVERSION}esr MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/www/linux-seamonkey:extract - -CONFLICTS= linux-firefox-24.* linux-firefox-1[07].* -USE_LDCONFIG= yes USE_BZIP2= yes +REPLACE_GRE= yes USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss @@ -23,23 +21,4 @@ APP_SUBDIR= browser/ # plugins, extensions .include "${.CURDIR}/../linux-seamonkey/Makefile.common" -# XXX remove after linux_base-c6 and linux-c6-gtk2 become default -# using seamonkey gre for linux_base-f10 compat -post-extract: replace-gre -replace-gre: version-compat-check - @${ECHO_MSG} "===> GRE versions are compatible, replacing with" \ - "$$(${MAKE} -V PKGNAME -C ${.CURDIR}/../linux-seamonkey)" - cd $$(${MAKE} -V WRKSRC -C ${.CURDIR}/../linux-seamonkey); \ - ${CP} lib* dependentlibs.list ${WRKSRC} - -version-compat-check: - @${ECHO_MSG} "===> Checking GRE version is compatible with" \ - "$$(${MAKE} -V PKGNAME -C ${.CURDIR}/../linux-seamonkey)" - @ff_gre_version=$$(${AWK} -F= '/Milestone/ { print $$2 }' ${WRKSRC}/platform.ini); \ - sm_gre_version=$$(${AWK} -F= '/Milestone/ { print $$2 }' $$(${MAKE} -V WRKSRC -C ${.CURDIR}/../linux-seamonkey)/platform.ini); \ - if [ $$ff_gre_version != $$sm_gre_version ]; then \ - ${ECHO_MSG} "===> GRE versions aren't compatible, aborting"; \ - exit 1; \ - fi - .include <bsd.port.mk> diff --git a/www/linux-firefox/distinfo b/www/linux-firefox/distinfo index f5ca792100aa..1b175b553ef9 100644 --- a/www/linux-firefox/distinfo +++ b/www/linux-firefox/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-23.0.tar.bz2) = 5a3318f5a8c0ad3d039f22fd58694211f18169ef9a7b5b9fbe122a8fab0f5685 -SIZE (firefox-23.0.tar.bz2) = 26109538 +SHA256 (firefox-24.0esr.tar.bz2) = 5c5b38252dc95df688f20b8acea952211fce61803e99a56e3bb23623cf856f5a +SIZE (firefox-24.0esr.tar.bz2) = 29023319 |