pkgsrc-WIP-changes archive

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

fonttosfnt: update to 1.2.3.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Sep 28 10:52:34 2023 +0200
Changeset:	cff5d63f5d6b7a5e3d4f8fe5c2a5421a9d2962cc

Modified Files:
	fonttosfnt/Makefile
	fonttosfnt/distinfo

Log Message:
fonttosfnt: update to 1.2.3.

Alan Coopersmith (10):
      Build xz tarballs instead of bzip2
      gitlab CI: enable commit & merge request checks
      gitlab CI: enable gitlab's builtin static analysis
      Variable scope reductions as recommended by cppcheck
      args_copy variable is unused if HAVE_DECL_VA_COPY is not defined
      makeBitmap: declare raster parameter const as recommended by cppcheck
      Remove unused function findIndex
      Allow inlining makeName
      Use C99 compound literals to initialize newly allocated structs
      fonttosfnt 1.2.3

Peng Wu (1):
      Add CI tests

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

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

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

diffs:
diff --git a/fonttosfnt/Makefile b/fonttosfnt/Makefile
index 010980407f..fa293e7f92 100644
--- a/fonttosfnt/Makefile
+++ b/fonttosfnt/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.5 2012/09/28 23:21:48 asau Exp $
 
-DISTNAME=	fonttosfnt-1.2.2
+DISTNAME=	fonttosfnt-1.2.3
 CATEGORIES=	fonts x11
 MASTER_SITES=	${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=	.tar.bz2
+EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	blair.sadewitz%gmail.com@localhost
 HOMEPAGE=	https://xorg.freedesktop.org/
diff --git a/fonttosfnt/distinfo b/fonttosfnt/distinfo
index 6ce986bb39..81f26834ee 100644
--- a/fonttosfnt/distinfo
+++ b/fonttosfnt/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2009/11/09 19:40:18 tnn2 Exp $
 
-RMD160 (fonttosfnt-1.2.2.tar.bz2) = fa217e660bc12759b59c24043718add9bd910ac2
-SHA512 (fonttosfnt-1.2.2.tar.bz2) = ceac6ccb064043d46f9f16f31fb89c6cbf7f026d049f7b5325d6af97e809b4cd068e6149413bb328c0af601a98b5070e21d469888a6853f6cabecd5b46f60240
-Size (fonttosfnt-1.2.2.tar.bz2) = 146855 bytes
+BLAKE2s (fonttosfnt-1.2.3.tar.xz) = 7572e48bb9fa54815164ea3236e7202ad2f9f85d12a029de4784d037ce5b4cea
+SHA512 (fonttosfnt-1.2.3.tar.xz) = 9464ef05f3ff7dddfd7a4f0d46a6cc5bb79cf8e019824c2d40164cd18025cd9ed33b31d7b808b4c289af58f09be0be7591f6dfab5624aab1931e4c6a7da68463
+Size (fonttosfnt-1.2.3.tar.xz) = 140068 bytes


Home | Main Index | Thread Index | Old Index