Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2159184CEA for ; Tue, 20 Jun 2023 18:12:01 +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 kAzT8TmijhmW for ; Tue, 20 Jun 2023 18:12:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79D6E84EDC for ; Tue, 20 Jun 2023 18:12:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73660FA89; Tue, 20 Jun 2023 18:12:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168728472032520" MIME-Version: 1.0 Date: Tue, 20 Jun 2023 18:12:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/readline To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230620181200.73660FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168728472032520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jun 20 18:12:00 UTC 2023 Modified Files: pkgsrc/devel/readline: Makefile Log Message: readline: fix pkg-config files Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/readline/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168728472032520 Content-Disposition: inline Content-Length: 748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/readline/Makefile diff -u pkgsrc/devel/readline/Makefile:1.73 pkgsrc/devel/readline/Makefile:1.74 --- pkgsrc/devel/readline/Makefile:1.73 Tue Dec 6 05:34:06 2022 +++ pkgsrc/devel/readline/Makefile Tue Jun 20 18:12:00 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2022/12/06 05:34:06 sekiya Exp $ +# $NetBSD: Makefile,v 1.74 2023/06/20 18:12:00 wiz Exp $ READLINE_VERSION= 8.2 -PKGREVISION= 1 +PKGREVISION= 2 DISTNAME= readline-${READLINE_VERSION} CATEGORIES= devel @@ -16,6 +16,9 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes INFO_FILES= yes +PKGCONFIG_OVERRIDE+= history.pc.in +PKGCONFIG_OVERRIDE+= readline.pc.in + .include "../../mk/bsd.prefs.mk" .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) --_----------=_168728472032520--