From e53d8dcd38a519948b2286eee4fe9f8c0472b476 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 12 May 2005 07:55:52 +0000 Subject: - 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 --- www/mozilla/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mozilla/Makefile') 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 -- cgit