diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-02-09 08:08:21 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-02-09 08:08:21 +0800 |
commit | 9aabdd5ce3ea65fb15bb86fa8454d076f0337145 (patch) | |
tree | 613545afa8e39a72ec1f94e7e7fa156a55bacd03 /www/firefox | |
parent | bd90070b70beb8bdc4f591450b0818e84a392c4d (diff) | |
download | freebsd-ports-gnome-9aabdd5ce3ea65fb15bb86fa8454d076f0337145.tar.gz freebsd-ports-gnome-9aabdd5ce3ea65fb15bb86fa8454d076f0337145.tar.zst freebsd-ports-gnome-9aabdd5ce3ea65fb15bb86fa8454d076f0337145.zip |
www/firefox: update to 44.0.1
Changes: https://www.mozilla.org/firefox/44.0.1/releasenotes/
PR: 207030
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
MFH: 2016Q1
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 6 | ||||
-rw-r--r-- | www/firefox/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index b53d47d70c1c..c85b545eaf64 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 44.0 +DISTVERSION= 44.0.1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \ - nss>=3.20.1:${PORTSDIR}/security/nss \ + nss>=3.21:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.42:${PORTSDIR}/print/harfbuzz \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index eda737f96415..f1abd07e616f 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-44.0.source.tar.xz) = ea82b0f4840d320aa4fe8046ba28e686bf6dc60f707a0514a9d68c150d0c4c1d -SIZE (firefox-44.0.source.tar.xz) = 182370528 +SHA256 (firefox-44.0.1.source.tar.xz) = 07d35c7a3aebe8b5f4b451784b5334f6a1aece8cbc921b2e12fb26c990629c9e +SIZE (firefox-44.0.1.source.tar.xz) = 182392260 |