Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=B+xP0wWw; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SRaApOFB Received: by mail.netbsd.org (Postfix, from userid 605) id 521E484E7D; Wed, 15 May 2024 12:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715775790; bh=s/ls7Vzt61DRyL8pdLdbWIofFepbzmiLEB4r+Pqh5F0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=B+xP0wWwRbf02cNGJxz0+osvWF0jx8lWE3wfhTZlT2SaePpKFHIkZINCzxCFLvpxQ xLKns/l6/Ne0PPxkQo90pfrGFHeYa/UCm3CFAUdXteI/kDLSnnigBpRow/+67KWsTD gei4sgTswDFYxfTIuYhuu6XB16Fk/44qJUV7RgZ4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 40B1784D27 for ; Wed, 15 May 2024 12:23:09 +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 zZg97P-WByX1 for ; Wed, 15 May 2024 12:23:08 +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 9400284CD7 for ; Wed, 15 May 2024 12:23:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715775788; bh=s/ls7Vzt61DRyL8pdLdbWIofFepbzmiLEB4r+Pqh5F0=; h=Date:From:Subject:To:Reply-To; b=SRaApOFBhEA8iCZHuojadCt8IC7VSn2CW2eahQ3xSOEi6SdobSIIz3eaBDnAathMa O27fE/W48qn96GM187NYlxnnkAO8bUjsuD7MCQvM/uCDYpEjPJVooyMIGD0dYx+Dvg XSrwV8gqCBB5SBtD73daMvKbU7g4SCFFW14hdUoc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90902FA2C; Wed, 15 May 2024 12:23:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715775788189640" MIME-Version: 1.0 Date: Wed, 15 May 2024 12:23:08 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang/gcc12-libs To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240515122308.90902FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715775788189640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed May 15 12:23:08 UTC 2024 Modified Files: pkgsrc/lang/gcc12-libs: Makefile Log Message: lang/gcc12-libs: Bump PKGREVISION. lang/gcc12 is now nb1 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc12-libs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715775788189640 Content-Disposition: inline Content-Length: 831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc12-libs/Makefile diff -u pkgsrc/lang/gcc12-libs/Makefile:1.4 pkgsrc/lang/gcc12-libs/Makefile:1.5 --- pkgsrc/lang/gcc12-libs/Makefile:1.4 Tue Jun 6 12:41:42 2023 +++ pkgsrc/lang/gcc12-libs/Makefile Wed May 15 12:23:08 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2023/06/06 12:41:42 riastradh Exp $ +# $NetBSD: Makefile,v 1.5 2024/05/15 12:23:08 ryoon Exp $ GCC_PKGNAME= gcc12 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC12_DIS ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc12 package so that with the dependence pattern ## '{gcc12,gcc12-libs}>=12.1.*' pkg_add will choose gcc12-libs over gcc12. -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= # empty --_----------=_1715775788189640--