Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MMhxKMBy; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=EThWBArV Received: by mail.netbsd.org (Postfix, from userid 605) id A1D7084D93; Wed, 13 Mar 2024 15:07:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710342452; bh=jhhY3XlXjYxQM99kddE2IepX4AvWYaYbMZpoJC3frjQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MMhxKMBy2yHZzWCGLcjVFjgVCqIKS1LbvEddHC+490El+tRz1SQx+cVR+A/VZV7ed hlPw8uLkuNsc02GQ2RobKrMWxSETaapJT70w4b/cVM9WrfA8ZXJSNmL0cD/kCVYmaP ISBl/cKzO58G50MP+AXUw0NWymlU6xJqslrYgimg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90E6D84D8C for ; Wed, 13 Mar 2024 15:07:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RWkNSnB4puxi for ; Wed, 13 Mar 2024 15:07:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0311184D0C for ; Wed, 13 Mar 2024 15:07:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710342451; bh=jhhY3XlXjYxQM99kddE2IepX4AvWYaYbMZpoJC3frjQ=; h=Date:From:Subject:To:Reply-To; b=EThWBArVMQO3C+3ewwhFIDS7H7QwYtWYhvxCBBJk5ltuKVeZPZp7N175HGrTlRUik 7d0kmhfbRfyImhtNDv0OPo5RryrLA+w7FDDzkOcSU8daX0MJIsX2bPTwWHPQ5ynhTB mYfDI2yKE8/avwYozsIoljlpMcWc4lrpkuxqE3f0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E66E4FA2C; Wed, 13 Mar 2024 15:07:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710342450200760" MIME-Version: 1.0 Date: Wed, 13 Mar 2024 15:07:30 +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: <20240313150730.E66E4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710342450200760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 13 15:07:30 UTC 2024 Modified Files: pkgsrc/print/a2ps: Makefile distinfo Removed Files: pkgsrc/print/a2ps/patches: patch-config.h.in patch-lib_free.c Log Message: a2ps: remove patches that are no longer necessary with libpaper 2.2.5 and depend on that version. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/print/a2ps/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/a2ps/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/print/a2ps/patches/patch-config.h.in \ pkgsrc/print/a2ps/patches/patch-lib_free.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710342450200760 Content-Disposition: inline Content-Length: 1673 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.106 pkgsrc/print/a2ps/Makefile:1.107 --- pkgsrc/print/a2ps/Makefile:1.106 Mon Aug 14 05:25:05 2023 +++ pkgsrc/print/a2ps/Makefile Wed Mar 13 15:07:30 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.106 2023/08/14 05:25:05 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2024/03/13 15:07:30 wiz Exp $ DISTNAME= a2ps-4.15.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} @@ -49,5 +49,6 @@ post-install: .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/gperf/buildlink3.mk" +BUILDLINK_API_DEPENDS.libpaper+= libpaper>=2.2.5 .include "../../print/libpaper/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/a2ps/distinfo diff -u pkgsrc/print/a2ps/distinfo:1.27 pkgsrc/print/a2ps/distinfo:1.28 --- pkgsrc/print/a2ps/distinfo:1.27 Mon Jun 26 16:16:15 2023 +++ pkgsrc/print/a2ps/distinfo Wed Mar 13 15:07:30 2024 @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.27 2023/06/26 16:16:15 wiz Exp $ +$NetBSD: distinfo,v 1.28 2024/03/13 15:07:30 wiz Exp $ BLAKE2s (a2ps-4.15.5.tar.gz) = 0b243a13caadb9247abcefaa4466c518785275384bd54fefead786422f165a06 SHA512 (a2ps-4.15.5.tar.gz) = e9953659139a46aed46e190d5485382a9e396ae8bbbe59edb78ab3110e7839a764e3cb6ff94f5f36e6e91fcaf85f6352376e0b4a0e0141f24e098fa334b5015e Size (a2ps-4.15.5.tar.gz) = 3571724 bytes -SHA1 (patch-config.h.in) = 3212c121b656f5f77ed713fc1eff93609ea12aaf -SHA1 (patch-lib_free.c) = 1859b76b268d956e406ad076e821d9335f903685 SHA1 (patch-src_a2ps-lpr-wrapper) = 948dd03c1fa15f127ec07cb0395e633ea4afb0b3 --_----------=_1710342450200760--