diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-12 15:55:52 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-12 15:55:52 +0800 |
commit | e53d8dcd38a519948b2286eee4fe9f8c0472b476 (patch) | |
tree | 0813317178dce317f743a0f60df0326aa0007435 /www/mozilla/Makefile | |
parent | cf153a274f628c3d2d7ac51c0750029ccb6f3c88 (diff) | |
download | freebsd-ports-gnome-e53d8dcd38a519948b2286eee4fe9f8c0472b476.tar.gz freebsd-ports-gnome-e53d8dcd38a519948b2286eee4fe9f8c0472b476.tar.zst freebsd-ports-gnome-e53d8dcd38a519948b2286eee4fe9f8c0472b476.zip |
- Update to 1.7.8
This release fixes 2 critical vulnerabilities
Release notes: http://www.mozilla.org/releases/mozilla1.7.8/
Security notes: http://www.mozilla.org/projects/security/known-vulnerabilities.html#Mozilla
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index f89a28002608..868a72b69c66 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= mozilla -PORTVERSION= 1.7.7 +PORTVERSION= 1.7.8 PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES?= www @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_MOZILLA} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION}/source \ ahze/:local -DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}-${PORTVERSION}-source${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org COMMENT= The open source, standards compliant web browser |