Received: by mail.netbsd.org (Postfix, from userid 605) id 2DC5284E6C; Sat, 11 Feb 2023 10:19:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E70B84E68 for ; Sat, 11 Feb 2023 10:19:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FxB4-uD3JmT2 for ; Sat, 11 Feb 2023 10:19:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C9A9D84CD8 for ; Sat, 11 Feb 2023 10:19:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C11B4FA90; Sat, 11 Feb 2023 10:19:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676110789165090" MIME-Version: 1.0 Date: Sat, 11 Feb 2023 10:19:49 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/misc/dialog To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230211101949.C11B4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676110789165090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat Feb 11 10:19:49 UTC 2023 Modified Files: pkgsrc/misc/dialog: Makefile distinfo Log Message: dialog: update to 1.3-20230209. 2023/02/09 + install ".pc" files in the test-packages. + add pkg-config ".pc" file, for use with the development library. 2023/02/07 + change shared-library configuration in test-packages to use the ABI version in the library filename to match its SONAME. + add sample scripts to test-packages, using new makefile rule "install-examples". + corrected cdialog*.install helper scripts in test-package for Debian + change ftp URLs in test-packages to https + updated configure script, e.g., for compiler-warning fixes. + updated fur.po, zh_TW.po from http://translationproject.org/latest/dialog/ To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/misc/dialog/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/misc/dialog/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676110789165090 Content-Disposition: inline Content-Length: 1548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/dialog/Makefile diff -u pkgsrc/misc/dialog/Makefile:1.93 pkgsrc/misc/dialog/Makefile:1.94 --- pkgsrc/misc/dialog/Makefile:1.93 Sat Dec 31 19:08:48 2022 +++ pkgsrc/misc/dialog/Makefile Sat Feb 11 10:19:49 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2022/12/31 19:08:48 fcambus Exp $ +# $NetBSD: Makefile,v 1.94 2023/02/11 10:19:49 fcambus Exp $ -DISTNAME= dialog-1.3-20221229 +DISTNAME= dialog-1.3-20230209 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://ftp.invisible-island.net/dialog/ Index: pkgsrc/misc/dialog/distinfo diff -u pkgsrc/misc/dialog/distinfo:1.61 pkgsrc/misc/dialog/distinfo:1.62 --- pkgsrc/misc/dialog/distinfo:1.61 Sat Dec 31 19:08:48 2022 +++ pkgsrc/misc/dialog/distinfo Sat Feb 11 10:19:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.61 2022/12/31 19:08:48 fcambus Exp $ +$NetBSD: distinfo,v 1.62 2023/02/11 10:19:49 fcambus Exp $ -BLAKE2s (dialog-1.3-20221229.tgz) = 3847d652376100f87d114a146965d2be3473982ff2b2962e13a06a768d794534 -SHA512 (dialog-1.3-20221229.tgz) = 920f22bc1565b3c936c95af6fe83dc1460dd81eb5d83bb8f43fd4f2b12cb9e37328b5ae32fb528fbe2ff2f4172935773022a3e6de455b8edfc0c8e37d5d02c26 -Size (dialog-1.3-20221229.tgz) = 567965 bytes +BLAKE2s (dialog-1.3-20230209.tgz) = 0309edb277e050badb9eaef2b903749395f018c48d2075ac72d445d33c7f68d2 +SHA512 (dialog-1.3-20230209.tgz) = e34b1de09e3455289ee6278cf2f8bfb6ec9f8f6ed1f61aee10ad0ff5ee499330ec3481afa1dcd999ed7460479607cc443433e09584b8eeab2efdba689b6851cf +Size (dialog-1.3-20230209.tgz) = 573222 bytes --_----------=_1676110789165090--