git: dcc3c14fb2d0 - main - games/devilutionX: chase the upgrade of x11-fonts/charis
Nuno Teixeira
eduardo at FreeBSD.org
Sat Jul 3 10:11:57 UTC 2021
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcc3c14fb2d0cb24dad63fe67d8caab50244c6a9
commit dcc3c14fb2d0cb24dad63fe67d8caab50244c6a9
Author: Nuno Teixeira <eduardo at FreeBSD.org>
AuthorDate: 2021-07-03 10:07:54 +0000
Commit: Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-07-03 10:11:40 +0000
games/devilutionX: chase the upgrade of x11-fonts/charis
- correct PORTVERSION when PORTREVISION should be used
- adjust CXXFLAGS -DTTF_FONT_NAME to match charis font name
---
games/devilutionX/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games/devilutionX/Makefile b/games/devilutionX/Makefile
index 578b33c63b4e..1723b6e09fba 100644
--- a/games/devilutionX/Makefile
+++ b/games/devilutionX/Makefile
@@ -1,6 +1,6 @@
PORTNAME= devilutionX
DISTVERSION= 1.2.1
-PORTVERSION= 1
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= eduardo at FreeBSD.org
@@ -29,7 +29,7 @@ CMAKE_ON= DEBUG
CMAKE_ON= BINARY_RELEASE
.endif
-CXXFLAGS+= -DTTF_FONT_NAME=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.ttf\\\"
+CXXFLAGS+= -DTTF_FONT_NAME=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-Bold.ttf\\\"
PLIST_FILES= bin/devilutionx \
share/applications/devilutionx.desktop \
More information about the dev-commits-ports-all
mailing list