diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-14 03:19:30 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-14 03:19:30 +0000 |
commit | d6ead5937a99185d950e10b72ca5e4eee75c0e22 (patch) | |
tree | e88c104532486bb83a2141dc86e4b8d159922c2e /www/firefox/Makefile | |
parent | 22b2491ba49346f37997520d9d74485ad2c95792 (diff) | |
download | FreeBSD-ports-d6ead5937a99185d950e10b72ca5e4eee75c0e22.zip FreeBSD-ports-d6ead5937a99185d950e10b72ca5e4eee75c0e22.tar.gz |
Update to 1.0.5. This release addresses numerous security bugs as well as
adds some stability enhancements.
Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox for a list of fixed vulnerabilities in 1.0.5
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f73d205..88c9077 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -6,11 +6,11 @@ # PORTNAME= firefox -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/1.0.4/source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/1.0.5/source DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= gnome@FreeBSD.org |