pkgsrc-WIP-changes archive

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

fstobdf: update to 1.0.7.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Oct 6 08:39:41 2022 +0200
Changeset:	f97b1c0cdb28aae0274327e1c4dd0501227f3b50

Modified Files:
	fstobdf/Makefile
	fstobdf/distinfo

Log Message:
fstobdf: update to 1.0.7.

Alan Coopersmith (14):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      Use memcpy() instead of memmove() when buffers are known not to overlap
      Convert sources to standard X.Org code style
      EmitBitmap: declare maskTab as const
      Reduce scope of some variables
      AddQuotes: mark input as const
      Store strlen() results in size_t instead of unsigned int
      Simplify printing of warning header
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      fstobdf 1.0.7

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=f97b1c0cdb28aae0274327e1c4dd0501227f3b50

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

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

diffs:
diff --git a/fstobdf/Makefile b/fstobdf/Makefile
index ac6726e7d4..ccd82e5874 100644
--- a/fstobdf/Makefile
+++ b/fstobdf/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.7 2014/12/31 14:15:08 thomasklausner Exp $
 
-DISTNAME=	fstobdf-1.0.6
+DISTNAME=	fstobdf-1.0.7
 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/
@@ -15,5 +15,4 @@ USE_LANGUAGES=	c
 
 .include "../../x11/libFS/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff --git a/fstobdf/distinfo b/fstobdf/distinfo
index 87df930c49..d18644eb56 100644
--- a/fstobdf/distinfo
+++ b/fstobdf/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2014/12/31 14:15:08 thomasklausner Exp $
 
-RMD160 (fstobdf-1.0.6.tar.bz2) = 18d0cc9eabffa804c6809895be1838330b50ce3a
-SHA512 (fstobdf-1.0.6.tar.bz2) = ec5b8f62019ba51725bb47241d4fc244412f354e7c12094ed884109a88e3db9d25d41a6142fd002e6c49877b4c7f2c5dde549682dcc05f7ce102621d2c71671f
-Size (fstobdf-1.0.6.tar.bz2) = 127170 bytes
+BLAKE2s (fstobdf-1.0.7.tar.xz) = 50fc22cc302e775c69117f5e0a1235511b9ba8345e63253f3145a6a1b79ad77c
+SHA512 (fstobdf-1.0.7.tar.xz) = b303cc2060e8ccaa139e855a7d377d28877158efa1087eeeebf9f30f7c9962764eceab5c4044b4b508890413cf38546da9b26756dd27a142b806dcd6fdb6ba59
+Size (fstobdf-1.0.7.tar.xz) = 122432 bytes


Home | Main Index | Thread Index | Old Index