diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-14 11:19:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-14 11:19:30 +0800 |
commit | d6ead5937a99185d950e10b72ca5e4eee75c0e22 (patch) | |
tree | e88c104532486bb83a2141dc86e4b8d159922c2e /www/firefox15/Makefile | |
parent | 22b2491ba49346f37997520d9d74485ad2c95792 (diff) | |
download | freebsd-ports-gnome-d6ead5937a99185d950e10b72ca5e4eee75c0e22.tar.gz freebsd-ports-gnome-d6ead5937a99185d950e10b72ca5e4eee75c0e22.tar.zst freebsd-ports-gnome-d6ead5937a99185d950e10b72ca5e4eee75c0e22.zip |
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/firefox15/Makefile')
-rw-r--r-- | www/firefox15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index f73d205a5120..88c9077f5eee 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/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 |