pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfd xfd: update to 1.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33b0dffc1656
branches:  trunk
changeset: 389377:33b0dffc1656
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 04 15:33:25 2022 +0000

description:
xfd: update to 1.1.4.

Alan Coopersmith (10):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Use _CONST_X_STRING to make libXt declare String as const char *
      Fix warning: missing initializer for field ‘extension’ of ‘SimpleClassPart'
      Variable scope reductions as recommended by cppcheck
      Mark usage() as _X_NORETURN _X_COLD
      gitlab CI: stop requiring Signed-off-by in commits
      Handle -Wextra-semi-stmt warnings from clang
      Tag unused arguments to callback functions as _X_UNUSED
      xfd 1.1.4

diffstat:

 x11/xfd/Makefile |  9 +++------
 x11/xfd/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r cbe42516d0d7 -r 33b0dffc1656 x11/xfd/Makefile
--- a/x11/xfd/Makefile  Sun Dec 04 15:33:11 2022 +0000
+++ b/x11/xfd/Makefile  Sun Dec 04 15:33:25 2022 +0000
@@ -1,17 +1,14 @@
-# $NetBSD: Makefile,v 1.20 2020/08/17 20:20:39 leot Exp $
+# $NetBSD: Makefile,v 1.21 2022/12/04 15:33:25 wiz Exp $
 
-DISTNAME=      xfd-1.1.3
-PKGREVISION=   1
+DISTNAME=      xfd-1.1.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
 COMMENT=       Display all the characters in an X font
 
-BROKEN_GETTEXT_DETECTION=      yes
-
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config xgettext
 
diff -r cbe42516d0d7 -r 33b0dffc1656 x11/xfd/distinfo
--- a/x11/xfd/distinfo  Sun Dec 04 15:33:11 2022 +0000
+++ b/x11/xfd/distinfo  Sun Dec 04 15:33:25 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:48 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/12/04 15:33:25 wiz Exp $
 
-BLAKE2s (xfd-1.1.3.tar.bz2) = 7475330ce56ff006877dc54f277f55a53f9adc2897e3624d36f3c0b2d5fba8ae
-SHA512 (xfd-1.1.3.tar.bz2) = 68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0
-Size (xfd-1.1.3.tar.bz2) = 141312 bytes
+BLAKE2s (xfd-1.1.4.tar.xz) = d52d7c1de1b5210015a1063b816fa892ca71aa516c304bcc159683e271236582
+SHA512 (xfd-1.1.4.tar.xz) = fa1f8a7b5d89be20fb2b1e3e0e8f4d7f9463e91fd385d21e1403a398c2e263112043b568417c420c5ee33bec60e06658498dd55df6d7ac19da3af0844f932209
+Size (xfd-1.1.4.tar.xz) = 134648 bytes


Home | Main Index | Thread Index | Old Index