Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 2021 10:11:56 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dcc3c14fb2d0 - main - games/devilutionX: chase the upgrade of x11-fonts/charis
Message-ID:  <202107031011.163ABukv082633@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dcc3c14fb2d0cb24dad63fe67d8caab50244c6a9

commit dcc3c14fb2d0cb24dad63fe67d8caab50244c6a9
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2021-07-03 10:07:54 +0000
Commit:     Nuno Teixeira <eduardo@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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107031011.163ABukv082633>