Received: by mail.netbsd.org (Postfix, from userid 605) id 8D19F84EAF; Tue, 28 Feb 2023 07:15:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB83084EA3 for ; Tue, 28 Feb 2023 07:15:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wsw-Gbfn55h5 for ; Tue, 28 Feb 2023 07:15:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2488A84CE3 for ; Tue, 28 Feb 2023 07:15:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21F58FA90; Tue, 28 Feb 2023 07:15:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677568548186810" MIME-Version: 1.0 Date: Tue, 28 Feb 2023 07:15:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/font-mutt-misc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230228071548.21F58FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677568548186810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 28 07:15:48 UTC 2023 Modified Files: pkgsrc/fonts/font-mutt-misc: Makefile distinfo Log Message: font-mutt-misc: update to 1.0.4. This release bundles up the last twelve years worth of build system improvements, including making the configure script more efficient and using the -n flag to gzip to improve build reproducibility. Alan Coopersmith (10): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 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 gitlab CI: stop requiring Signed-off-by in commits Switch to XORG_DEFAULT_NOCODE_OPTIONS Use COMPRESS_FLAGS to improve build reproducibility font-mutt-misc 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (2): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: update AC_PREREQ statement to 2.60 Matthieu Herrb (1): Typo: font.dir -> fonts.dir Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/fonts/font-mutt-misc/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/font-mutt-misc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677568548186810 Content-Disposition: inline Content-Length: 1740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/font-mutt-misc/Makefile diff -u pkgsrc/fonts/font-mutt-misc/Makefile:1.8 pkgsrc/fonts/font-mutt-misc/Makefile:1.9 --- pkgsrc/fonts/font-mutt-misc/Makefile:1.8 Wed Nov 9 13:14:13 2022 +++ pkgsrc/fonts/font-mutt-misc/Makefile Tue Feb 28 07:15:47 2023 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2022/11/09 13:14:13 joerg Exp $ -# +# $NetBSD: Makefile,v 1.9 2023/02/28 07:15:47 wiz Exp $ -DISTNAME= font-mutt-misc-1.0.3 +DISTNAME= font-mutt-misc-1.0.4 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_XORG:=font/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/fonts/font-mutt-misc/distinfo diff -u pkgsrc/fonts/font-mutt-misc/distinfo:1.6 pkgsrc/fonts/font-mutt-misc/distinfo:1.7 --- pkgsrc/fonts/font-mutt-misc/distinfo:1.6 Tue Oct 26 10:27:10 2021 +++ pkgsrc/fonts/font-mutt-misc/distinfo Tue Feb 28 07:15:47 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:27:10 nia Exp $ +$NetBSD: distinfo,v 1.7 2023/02/28 07:15:47 wiz Exp $ -BLAKE2s (font-mutt-misc-1.0.3.tar.bz2) = 6b1eeb57eb657a3dd5885872f2301935629d7c9e83037b98e83bcd893a9c524a -SHA512 (font-mutt-misc-1.0.3.tar.bz2) = 7b152f6c1464d806b1f76664d9b619858c3cb3ea63027b6be1f69897e939e3a0b5312ddf230e0a42a8f3e3701e50f41917cac6ce566c05bc74dfa49bdf2ed4db -Size (font-mutt-misc-1.0.3.tar.bz2) = 266510 bytes +BLAKE2s (font-mutt-misc-1.0.4.tar.xz) = bfbef58601dde9ec09df07a6177c0bff283d0881c8010ab7625dfa01ddfa8382 +SHA512 (font-mutt-misc-1.0.4.tar.xz) = 9cbc82e6a519572576cb60f4d6b9795468666d53ac7df17d6736ab04190cb5f58c8b57be61ab509fc9372e1114c6aaa5e0d098ec1fa63dc5d8638916614f7046 +Size (font-mutt-misc-1.0.4.tar.xz) = 220528 bytes --_----------=_1677568548186810--