diff options
author | wg <wg@FreeBSD.org> | 2014-07-08 07:06:54 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-07-08 07:06:54 +0800 |
commit | e574b7165465d5a41465f6878c3b7adab9bb83ef (patch) | |
tree | 4c43f5197f5e0c9f479e1b119a9f711792c074cd /games/tome4/Makefile | |
parent | a3c69ea2bc2ba792753f80105cfb864999c1254c (diff) | |
download | freebsd-ports-gnome-e574b7165465d5a41465f6878c3b7adab9bb83ef.tar.gz freebsd-ports-gnome-e574b7165465d5a41465f6878c3b7adab9bb83ef.tar.zst freebsd-ports-gnome-e574b7165465d5a41465f6878c3b7adab9bb83ef.zip |
games/tome4: update to 1.2.3
PR: 191723
Submitted by: maintainer
Diffstat (limited to 'games/tome4/Makefile')
-rw-r--r-- | games/tome4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index 9e005ff75be1..bb038ebac130 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons DISTFILES= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} +PLIST_SUB= PORTVERSION=${PORTVERSION} MAINTAINER= lifanov@mail.lifanov.com COMMENT= Epic tactical turn-based roguelike adventure |