Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2022 10:16:19 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 61182e16a540 - main - =?utf-8?Q?graphics/sdl2_ttf:=20update=202.20.0=20=E2=86=92=202.20.1?=
Message-ID:  <202208311016.27VAGJfx080036@gitrepo.freebsd.org>

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

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

commit 61182e16a54089471f9a35fef9d04457406361db
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-08-30 14:21:27 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-08-31 10:15:29 +0000

    graphics/sdl2_ttf: update 2.20.0 → 2.20.1
    
    - Fix installation with WITH_DEBUG
    - Update pkg-descr
---
 graphics/sdl2_ttf/Makefile  |  3 ++-
 graphics/sdl2_ttf/distinfo  |  6 +++---
 graphics/sdl2_ttf/pkg-descr | 13 +++++++------
 graphics/sdl2_ttf/pkg-plist |  2 +-
 4 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile
index 41bc36c1701a..3e83ef433acd 100644
--- a/graphics/sdl2_ttf/Makefile
+++ b/graphics/sdl2_ttf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sdl2_ttf
 DISTVERSIONPREFIX=	release-
-DISTVERSION=	2.20.0
+DISTVERSION=	2.20.1
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -17,6 +17,7 @@ GH_ACCOUNT=	libsdl-org
 GH_PROJECT=	SDL_ttf
 USE_SDL=	sdl2
 CMAKE_OFF=	SDL2TTF_SAMPLES
+CMAKE_ARGS=	-DSDL2TTF_DEBUG_POSTFIX:STRING=
 USE_LDCONFIG=	yes
 
 PORTDOCS=	*
diff --git a/graphics/sdl2_ttf/distinfo b/graphics/sdl2_ttf/distinfo
index 49a0d332ff50..ec8802f43fbc 100644
--- a/graphics/sdl2_ttf/distinfo
+++ b/graphics/sdl2_ttf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658256602
-SHA256 (libsdl-org-SDL_ttf-release-2.20.0_GH0.tar.gz) = 3b3ec3e00dcfd188f572b50daa74b1cb8f40120ab094ce3d9e289705fd178183
-SIZE (libsdl-org-SDL_ttf-release-2.20.0_GH0.tar.gz) = 8809737
+TIMESTAMP = 1661858799
+SHA256 (libsdl-org-SDL_ttf-release-2.20.1_GH0.tar.gz) = 520bb84423dc705164781b6f00d81e7016fbdd884b2bd2b2f24335269a0130a7
+SIZE (libsdl-org-SDL_ttf-release-2.20.1_GH0.tar.gz) = 8813290
diff --git a/graphics/sdl2_ttf/pkg-descr b/graphics/sdl2_ttf/pkg-descr
index 51e470abd11e..c91e0247d4d2 100644
--- a/graphics/sdl2_ttf/pkg-descr
+++ b/graphics/sdl2_ttf/pkg-descr
@@ -1,8 +1,9 @@
-SDL_ttf is a TrueType font rendering library that is used with the
-SDL library, and almost as portable. It depends on freetype2 to
-handle the TrueType font data. It allows a programmer to use multiple
-TrueType fonts without having to code a font rendering routine
-themselves. With the power of outline fonts and antialiasing, high
-quality text output can be obtained without much effort.
+This library is a wrapper around the FreeType and Harfbuzz libraries,
+allowing you to use TrueType fonts to render text in SDL applications.
+
+It allows a programmer to use multiple TrueType fonts without having
+to code a font rendering routine themselves. With the power of
+outline fonts and antialiasing, high quality text output can be
+obtained without much effort.
 
 WWW: https://github.com/libsdl-org/SDL_ttf
diff --git a/graphics/sdl2_ttf/pkg-plist b/graphics/sdl2_ttf/pkg-plist
index d5e4cf3779f4..db51bfec2ded 100644
--- a/graphics/sdl2_ttf/pkg-plist
+++ b/graphics/sdl2_ttf/pkg-plist
@@ -5,6 +5,6 @@ lib/cmake/SDL2_ttf/SDL2_ttfConfig.cmake
 lib/cmake/SDL2_ttf/SDL2_ttfConfigVersion.cmake
 lib/libSDL2_ttf-2.0.so
 lib/libSDL2_ttf-2.0.so.0
-lib/libSDL2_ttf-2.0.so.0.2000.0
+lib/libSDL2_ttf-2.0.so.0.2000.1
 lib/libSDL2_ttf.so
 libdata/pkgconfig/SDL2_ttf.pc



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