pkgsrc-WIP-changes archive

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

showfont: update to 1.0.6.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Aug 31 21:24:34 2022 +0200
Changeset:	471e5f4676d605b90198d6672b7abab6f959f50a

Modified Files:
	showfont/Makefile
	showfont/distinfo

Log Message:
showfont: update to 1.0.6.

Alan Coopersmith (9):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      Reduce variable scopes as suggested by cppcheck
      Take care of -Wsign-compare warnings
      showfont 1.0.6

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

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

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

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

diffs:
diff --git a/showfont/Makefile b/showfont/Makefile
index cd24ca2190..f4423e4c3f 100644
--- a/showfont/Makefile
+++ b/showfont/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2014/12/31 14:17:17 thomasklausner Exp $
+# $NetBSD$
 
-DISTNAME=		showfont-1.0.5
-CATEGORIES=		fonts x11
-MASTER_SITES=		${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=		.tar.bz2
+DISTNAME=	showfont-1.0.6
+CATEGORIES=	fonts x11
+MASTER_SITES=	${MASTER_SITE_XORG:=app/}
+EXTRACT_SUFX=	.tar.xz
 
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		https://xorg.freedesktop.org/
-COMMENT=		Displays font data from an X font server
-LICENSE=		x11 # XXX and others
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+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
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	pkg-config
 
 .include "../../devel/xorg-util-macros/buildlink3.mk"
 .include "../../x11/libFS/buildlink3.mk"
diff --git a/showfont/distinfo b/showfont/distinfo
index 3dc29bfe2c..d53e393536 100644
--- a/showfont/distinfo
+++ b/showfont/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2014/12/31 14:17:17 thomasklausner Exp $
 
-RMD160 (showfont-1.0.5.tar.bz2) = 04cef59ac457e661ffea8587b4082a648c7fa5ef
-SHA512 (showfont-1.0.5.tar.bz2) = d90d6d99ca573f2632435ccfd46de606994e3792deb58bab6261ff950481ec71eef032b828da0ee5333d6946c5f54594dfb2dadf930825971d3f4baa5c0ff6fd
-Size (showfont-1.0.5.tar.bz2) = 125618 bytes
+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


Home | Main Index | Thread Index | Old Index