diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-03-14 09:34:46 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-03-14 09:34:46 +0000 |
commit | 9826f9ae2635ac9b701f82acc0cc31a9e986378c (patch) | |
tree | d0c4e397bf266bd70960161cf13eb8eb9ef5b701 /www/firefox-esr | |
parent | 883dfe1e897a0e9c57e0e259f311f628c0f7b616 (diff) |
- Update to 10.0.3
- Mark PGO option as BROKEN
Approved by: portmgr (bapt, implicit)
Security: http://www.vuxml.org/freebsd/a1050b8b-6db3-11e1-8b37-0011856a6e37.html
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293280
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 9 | ||||
-rw-r--r-- | www/firefox-esr/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 065d9bdd82c8..1d12ee76fbeb 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -6,12 +6,12 @@ # PORTNAME= firefox -DISTVERSION= 10.0.2 +DISTVERSION= 10.0.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME= ${PORTNAME}-${DISTVERSION}.source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}esr/source +DISTNAME= ${PORTNAME}-${DISTVERSION}esr.source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -57,7 +57,7 @@ OPTIONS= DBUS "Enable D-BUS support" on \ .include <bsd.port.pre.mk> -WRKSRC:= ${WRKDIR}/mozilla-release +WRKSRC:= ${WRKDIR}/mozilla-esr10 .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui @@ -74,6 +74,7 @@ LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ .endif .if defined(WITH_PGO) +BROKEN= does not build BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON_BUILD= yes USE_DISPLAY= yes diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index ba3288012305..f18017fbfa47 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-10.0.2.source.tar.bz2) = 6ec5feba56f180a6fbf437a68cf0c77146ade28b936e5187573e3d95f13a0449 -SIZE (firefox-10.0.2.source.tar.bz2) = 75540089 +SHA256 (firefox-10.0.3esr.source.tar.bz2) = 3a3af286617c56e0f2843a530144aeb87fffe4ea76c254d2604f62ac589c4a01 +SIZE (firefox-10.0.3esr.source.tar.bz2) = 75471818 |