Received: by mail.netbsd.org (Postfix, from userid 605) id 1F76284EB8; Tue, 18 Apr 2023 08:47:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FDB884D4A for ; Tue, 18 Apr 2023 08:47:54 +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 hRMphDyZcqUV for ; Tue, 18 Apr 2023 08:47:53 +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 D73F884CCF for ; Tue, 18 Apr 2023 08:47:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D50F6FA85; Tue, 18 Apr 2023 08:47:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681807673106640" MIME-Version: 1.0 Date: Tue, 18 Apr 2023 08:47:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/apr To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230418084753.D50F6FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681807673106640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 18 08:47:53 UTC 2023 Modified Files: pkgsrc/devel/apr: Makefile Log Message: apr: bump PKGREVISION for Solaris fix To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/apr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681807673106640 Content-Disposition: inline Content-Length: 606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/apr/Makefile diff -u pkgsrc/devel/apr/Makefile:1.89 pkgsrc/devel/apr/Makefile:1.90 --- pkgsrc/devel/apr/Makefile:1.89 Tue Apr 18 08:47:36 2023 +++ pkgsrc/devel/apr/Makefile Tue Apr 18 08:47:53 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.89 2023/04/18 08:47:36 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2023/04/18 08:47:53 wiz Exp $ # # Take care, changelogs often include "PR 12345" strings # which cause GNATS indigestion. DISTNAME= apr-1.7.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} EXTRACT_SUFX= .tar.bz2 --_----------=_1681807673106640--