diff options
author | oliver <oliver@FreeBSD.org> | 2010-09-09 14:18:21 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2010-09-09 14:18:21 +0800 |
commit | 6ff7e67199c3e669414fafb7a6bceca24ee00c7e (patch) | |
tree | 906cf5e890b4abf3ca12cae1ba5dd5b08cf468c0 /games | |
parent | 087a2156fd3e08f325104a1c6b9ff07de766216b (diff) | |
download | freebsd-ports-gnome-6ff7e67199c3e669414fafb7a6bceca24ee00c7e.tar.gz freebsd-ports-gnome-6ff7e67199c3e669414fafb7a6bceca24ee00c7e.tar.zst freebsd-ports-gnome-6ff7e67199c3e669414fafb7a6bceca24ee00c7e.zip |
correct my previous commit where i accidently bumped PORTVERSION
instead of PORTREVISION.
I hope it is OK having PORTVERSION moving backwards and not
bumping PORTEPOCH because the port was never buildable with this
higher PORTVERSION
Diffstat (limited to 'games')
-rw-r--r-- | games/ember/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index 7b5381d15035..d26a3dfb71c0 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -6,7 +6,8 @@ # PORTNAME= ember -PORTVERSION= 0.5.9 +PORTVERSION= 0.5.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ |