Received: by mail.netbsd.org (Postfix, from userid 605) id 4643084E9F; Wed, 29 Mar 2023 08:20:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74D5784E8F for ; Wed, 29 Mar 2023 08:20:04 +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 I5XPRu_zO1df for ; Wed, 29 Mar 2023 08:20:04 +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 E712184E69 for ; Wed, 29 Mar 2023 08:20:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E121DF9F4; Wed, 29 Mar 2023 08:20:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168007800365290" MIME-Version: 1.0 Date: Wed, 29 Mar 2023 08:20:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/a2ps To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230329082003.E121DF9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168007800365290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 29 08:20:03 UTC 2023 Modified Files: pkgsrc/print/a2ps: Makefile distinfo Log Message: a2ps: update to 4.15.2. * Noteworthy changes in release 4.15.2 (2023-03-19) [stable] * Bug fixes: - Fix old crash when using --stdin="". * Build - Make configure stop if libpaper is not found. - Enable building the manual for gnu.org. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/print/a2ps/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/a2ps/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168007800365290 Content-Disposition: inline Content-Length: 1441 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/a2ps/Makefile diff -u pkgsrc/print/a2ps/Makefile:1.92 pkgsrc/print/a2ps/Makefile:1.93 --- pkgsrc/print/a2ps/Makefile:1.92 Sun Mar 19 07:02:06 2023 +++ pkgsrc/print/a2ps/Makefile Wed Mar 29 08:20:03 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2023/03/19 07:02:06 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2023/03/29 08:20:03 wiz Exp $ -DISTNAME= a2ps-4.15.1 +DISTNAME= a2ps-4.15.2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} Index: pkgsrc/print/a2ps/distinfo diff -u pkgsrc/print/a2ps/distinfo:1.22 pkgsrc/print/a2ps/distinfo:1.23 --- pkgsrc/print/a2ps/distinfo:1.22 Sun Mar 19 07:02:06 2023 +++ pkgsrc/print/a2ps/distinfo Wed Mar 29 08:20:03 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/03/19 07:02:06 wiz Exp $ +$NetBSD: distinfo,v 1.23 2023/03/29 08:20:03 wiz Exp $ -BLAKE2s (a2ps-4.15.1.tar.gz) = d474b01a8529f494c97244fe8f39a18f498ca1d0956412d118780bba7d23d4e7 -SHA512 (a2ps-4.15.1.tar.gz) = ed58bd03b9390f44b03ae2458bb94655ef0597f11aa89a2d778b14f03fba4d0e0272795d2f968ae304be46d7b862a2f0ce1dc82328d71a02b0293b23ec8b6fa5 -Size (a2ps-4.15.1.tar.gz) = 3598826 bytes +BLAKE2s (a2ps-4.15.2.tar.gz) = a3e484f34cefdbe6a7ee7ff684f559b49c8e22a86258f365471e08e066bcaa99 +SHA512 (a2ps-4.15.2.tar.gz) = 637bda87c7e8d59d923428398d0d67066c700e7e37d91cf3408bfe38f3367afdc651a8248984512fbe71e0d1cb07cb4a348816650748e1fbde52625e8e055a70 +Size (a2ps-4.15.2.tar.gz) = 3600923 bytes --_----------=_168007800365290--