pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  4 15:33:25 UTC 2022

Modified Files:
        pkgsrc/x11/xfd: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/xfd/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xfd/distinfo

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

Modified files:

Index: pkgsrc/x11/xfd/Makefile
diff -u pkgsrc/x11/xfd/Makefile:1.20 pkgsrc/x11/xfd/Makefile:1.21
--- pkgsrc/x11/xfd/Makefile:1.20        Mon Aug 17 20:20:39 2020
+++ pkgsrc/x11/xfd/Makefile     Sun Dec  4 15:33:25 2022
@@ -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
 

Index: pkgsrc/x11/xfd/distinfo
diff -u pkgsrc/x11/xfd/distinfo:1.7 pkgsrc/x11/xfd/distinfo:1.8
--- pkgsrc/x11/xfd/distinfo:1.7 Tue Oct 26 11:34:48 2021
+++ pkgsrc/x11/xfd/distinfo     Sun Dec  4 15:33:25 2022
@@ -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