diff options
author | reg <reg@FreeBSD.org> | 2001-01-13 00:59:59 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2001-01-13 00:59:59 +0800 |
commit | 1d653d11805388373d3cdf5fae839fd53474bff1 (patch) | |
tree | e6b46462256ad8c3b27eee424732928541e2ec50 /www/mozilla/Makefile | |
parent | 501fbb869abecf49aa5596cba8cb710260135053 (diff) | |
download | freebsd-ports-gnome-1d653d11805388373d3cdf5fae839fd53474bff1.tar.gz freebsd-ports-gnome-1d653d11805388373d3cdf5fae839fd53474bff1.tar.zst freebsd-ports-gnome-1d653d11805388373d3cdf5fae839fd53474bff1.zip |
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/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index bc8ff4d40a41..cd8650d3b5f8 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/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 |