pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

showfont: update to 1.0.7.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon May 19 08:34:30 2025 +0200
Changeset:	1b2d96b1ff862024798fc8e3aeec1815bec3a7fe

Modified Files:
	showfont/Makefile
	showfont/distinfo

Log Message:
showfont: update to 1.0.7.

This release adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to:
  https://gitlab.freedesktop.org/xorg/app/showfont/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (9):
      gitlab CI: stop requiring Signed-off-by in commits
      Add -help option
      gitlab CI: add xz-utils to container for "make distcheck"
      gitlab CI: add libc-dev to required packages in build container
      Mark usage() as noreturn
      Accept --help & --version as aliases to -help & -version
      meson: Add option to build with meson
      Improve man page formatting
      showfont 1.0.7

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b2d96b1ff862024798fc8e3aeec1815bec3a7fe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 showfont/Makefile | 4 ++--
 showfont/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/showfont/Makefile b/showfont/Makefile
index f4423e4c3f..baab0764a3 100644
--- a/showfont/Makefile
+++ b/showfont/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	showfont-1.0.6
+DISTNAME=	showfont-1.0.7
 CATEGORIES=	fonts x11
 MASTER_SITES=	${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=	.tar.xz
@@ -10,9 +10,9 @@ HOMEPAGE=	https://xorg.freedesktop.org/
 COMMENT=	Displays font data from an X font server
 LICENSE=	x11 # XXX and others
 
-GNU_CONFIGURE=	yes
 USE_TOOLS+=	pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../devel/xorg-util-macros/buildlink3.mk"
 .include "../../x11/libFS/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/showfont/distinfo b/showfont/distinfo
index d53e393536..5401256053 100644
--- a/showfont/distinfo
+++ b/showfont/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2014/12/31 14:17:17 thomasklausner Exp $
 
-BLAKE2s (showfont-1.0.6.tar.xz) = 2c9e39247ee2ea291e66c2f522056393c8072b599a5c1952e37d9ba2e3e55237
-SHA512 (showfont-1.0.6.tar.xz) = 21a318519492f4ba46a8bcb3590097fc5f96fe01fdb557257ae56bae813671952a2aad6c0df8cd69659e06708571c398e6d97969224cf692e22c8a35c8e6c363
-Size (showfont-1.0.6.tar.xz) = 121588 bytes
+BLAKE2s (showfont-1.0.7.tar.xz) = ed62567aaf62befc5768893b91e4832c79da24e2858ff6c8acc42a5c6abb2f75
+SHA512 (showfont-1.0.7.tar.xz) = 6c27b280976d22f35071136e139a654c7be41f5cca3b450a3aa36f8a026b151e700d4e386b0fde8deccef50f8d43338f5d105977a7d11861fccab6c05e480d70
+Size (showfont-1.0.7.tar.xz) = 125460 bytes


Home | Main Index | Thread Index | Old Index