diff options
author | adamw <adamw@FreeBSD.org> | 2004-02-26 11:48:11 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-02-26 11:48:11 +0800 |
commit | fc2658a2db509102a057faf690fab77955d29c88 (patch) | |
tree | 4d0ed8289df697035b3352279fcd841a53e7a8bf /www/seamonkey/Makefile | |
parent | 157bb217a9b5c5410ba9a0261a8fe9f9dc39f1a2 (diff) | |
download | freebsd-ports-gnome-fc2658a2db509102a057faf690fab77955d29c88.tar.gz freebsd-ports-gnome-fc2658a2db509102a057faf690fab77955d29c88.tar.zst freebsd-ports-gnome-fc2658a2db509102a057faf690fab77955d29c88.zip |
Bump PORTEPOCH for mozilla-devel, so that its version number will
remain higher than that in www/mozilla. The alternate behaviour
causes portupgrade et. al to see the upgrade as a downgrade.
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index fbb93248f66c..0fef9580fd96 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -8,7 +8,7 @@ PORTNAME?= mozilla PORTVERSION= 1.7.a PORTREVISION?= 0 -PORTEPOCH?= 1 +PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.a/a/}/src |