pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXaw3d



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 29 09:45:50 UTC 2022

Modified Files:
        pkgsrc/x11/libXaw3d: Makefile distinfo

Log Message:
libXaw3d: update to 1.6.4.

Alan Coopersmith (9):
      Fix fd leak when write() fails in WriteToFile()
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      convert ISO8859-1 encoded source files to UTF-8
      libXaw3d 1.6.4

Eric Sesterhenn (1):
      Bug 24635: File Descriptor leaks in libxaw-1.0.7

Thomas E. Dickey (2):
      build-fixes when _CONST_X_STRING is defined
      issue #4: configure doesn't fail if flex is not installed


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libXaw3d/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/libXaw3d/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/libXaw3d/Makefile
diff -u pkgsrc/x11/libXaw3d/Makefile:1.6 pkgsrc/x11/libXaw3d/Makefile:1.7
--- pkgsrc/x11/libXaw3d/Makefile:1.6    Sat Jan 18 23:35:51 2020
+++ pkgsrc/x11/libXaw3d/Makefile        Mon Aug 29 09:45:50 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:51 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/29 09:45:50 wiz Exp $
 
-DISTNAME=      libXaw3d-1.6.3
+DISTNAME=      libXaw3d-1.6.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/libXaw3d/distinfo
diff -u pkgsrc/x11/libXaw3d/distinfo:1.5 pkgsrc/x11/libXaw3d/distinfo:1.6
--- pkgsrc/x11/libXaw3d/distinfo:1.5    Tue Oct 26 11:34:05 2021
+++ pkgsrc/x11/libXaw3d/distinfo        Mon Aug 29 09:45:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:34:05 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/08/29 09:45:50 wiz Exp $
 
-BLAKE2s (libXaw3d-1.6.3.tar.bz2) = 235322b5167e46353cb5826b20afb03534778b0dd32536f5f4a7a5e15a80a6fb
-SHA512 (libXaw3d-1.6.3.tar.bz2) = f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424
-Size (libXaw3d-1.6.3.tar.bz2) = 561594 bytes
+BLAKE2s (libXaw3d-1.6.4.tar.xz) = ab7517022067194caae8fde8693469bd5a22031bd574d68830c7b1e3522bb6aa
+SHA512 (libXaw3d-1.6.4.tar.xz) = 388e905871a823d0f87fbc29e9ea2de95ac13ccaf50e031a01602d8d388d61bcf1823b4ded8c1a06bdce382e8ddcbc1b0182ccef00cde8064b09176163283dba
+Size (libXaw3d-1.6.4.tar.xz) = 482168 bytes



Home | Main Index | Thread Index | Old Index