diff options
author | johans <johans@FreeBSD.org> | 2013-03-14 02:49:55 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-03-14 02:49:55 +0800 |
commit | 2919ecb36d361f8d0e88ba21aebf8d1c6b70bfd8 (patch) | |
tree | 71d901fcd40a0bd987b33370b37a1d251af5a632 /games/ltris/Makefile | |
parent | 9a7b2c531423d5e534be9cd8f76142c0fededc78 (diff) | |
download | freebsd-ports-gnome-2919ecb36d361f8d0e88ba21aebf8d1c6b70bfd8.tar.gz freebsd-ports-gnome-2919ecb36d361f8d0e88ba21aebf8d1c6b70bfd8.tar.zst freebsd-ports-gnome-2919ecb36d361f8d0e88ba21aebf8d1c6b70bfd8.zip |
- Update ltris to 1.0.18
- Grab maintainership
Diffstat (limited to 'games/ltris/Makefile')
-rw-r--r-- | games/ltris/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 007d0866dd4d..9765bf3634c4 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= ltris -PORTVERSION= 1.0.15 -PORTREVISION= 1 +PORTVERSION= 1.0.18 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= Tetris clone but a good one with bunch of cool features USE_SDL= mixer sdl |