aboutsummaryrefslogtreecommitdiff
path: root/games/devilutionX/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-10-22 06:01:59 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-10-22 06:01:59 +0000
commit9c52bb780173b92deeb0a8fff7de042a58dcc7b6 (patch)
treece9e3c02460a0d4293b84200902928b94ce24137 /games/devilutionX/Makefile
parentf2531c8524ebea374fe4c4028e4e0f5f0d29af50 (diff)
downloadports-9c52bb780173b92deeb0a8fff7de042a58dcc7b6.tar.gz
ports-9c52bb780173b92deeb0a8fff7de042a58dcc7b6.zip
games/devilutionX: Update to 1.1.0
PR: 250365 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> Approved by: malavon <benny.goemans@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=552931
Diffstat (limited to 'games/devilutionX/Makefile')
-rw-r--r--games/devilutionX/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/devilutionX/Makefile b/games/devilutionX/Makefile
index 0091d3f62f81..70ec500934ea 100644
--- a/games/devilutionX/Makefile
+++ b/games/devilutionX/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= devilutionX
-PORTVERSION= 1.0.1
+PORTVERSION= 1.1.0
CATEGORIES= games
MAINTAINER= benny.goemans@gmail.com
@@ -34,8 +34,7 @@ CXXFLAGS+= -DTTF_FONT_PATH=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.tt
PLIST_FILES= bin/devilutionx \
share/applications/devilutionx.desktop \
- share/icons/hicolor/16x16/apps/devilutionx.png \
- share/icons/hicolor/32x32/apps/devilutionx.png \
- share/icons/hicolor/48x48/apps/devilutionx.png
+ share/icons/hicolor/512x512/apps/devilutionx.png \
+ share/icons/hicolor/512x512/apps/devilutionx_solid.png
.include <bsd.port.mk>