diff options
author | reg <reg@FreeBSD.org> | 2001-01-12 16:59:59 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2001-01-12 16:59:59 +0000 |
commit | 1d653d11805388373d3cdf5fae839fd53474bff1 (patch) | |
tree | e6b46462256ad8c3b27eee424732928541e2ec50 /www/mozilla-vendor/Makefile | |
parent | 501fbb869abecf49aa5596cba8cb710260135053 (diff) | |
download | FreeBSD-ports-1d653d11805388373d3cdf5fae839fd53474bff1.zip FreeBSD-ports-1d653d11805388373d3cdf5fae839fd53474bff1.tar.gz |
Update to 0.7, bumping port epoch to 1, since the version number went
backwards.
This may still not work on 4-stable, but see -hackers,
<200101110441.f0B4fe008116@wartch.sapros.com> for the reason.
Also, I've not yet managed to look into getting the PSM code to build, but
I'm updating this now, before more people send patches.
Submitted by: reg, sobomax, Yoichi ASAI <yatt@msc.biglobe.ne.jp>
Diffstat (limited to 'www/mozilla-vendor/Makefile')
-rw-r--r-- | www/mozilla-vendor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index bc8ff4d..cd8650d 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -6,11 +6,11 @@ # PORTNAME= mozilla -PORTVERSION= M18 -PORTREVISION= 1 +PORTVERSION= 0.7 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= mozilla/releases/${PORTVERSION:S/M/m/}/src +MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= reg@FreeBSD.org |