diff options
author | adamw <adamw@FreeBSD.org> | 2004-07-16 06:59:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-07-16 06:59:51 +0800 |
commit | cd80acafa06947c982416567280bcba585351a94 (patch) | |
tree | e5de7d1278c36df8d2a48cc890addc95e6a2ab8e /www/seamonkey/Makefile | |
parent | 60f7714fc790bd0ee42d2b34e6ec9107c7f0f15f (diff) | |
download | freebsd-ports-gnome-cd80acafa06947c982416567280bcba585351a94.tar.gz freebsd-ports-gnome-cd80acafa06947c982416567280bcba585351a94.tar.zst freebsd-ports-gnome-cd80acafa06947c982416567280bcba585351a94.zip |
Update to 1.8a2.
Incidentally, this fixes the build problem with epiphany-1.3.
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index ce282e7d841a..cca5eb60decc 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -6,15 +6,15 @@ # PORTNAME?= mozilla -PORTVERSION= 1.8.a1 +PORTVERSION= 1.8.a2 PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.a1/a1/}/src \ +MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.a2/a2/}/src \ marcus/:local -DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.a1/a1/}${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.a2/a2/}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org COMMENT= The open source, standards compliant web browser |