Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CB2541A923E for ; Fri, 23 Oct 2020 00:39:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4AE1784D88; Fri, 23 Oct 2020 00:39:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C425F84D82 for ; Fri, 23 Oct 2020 00:39:38 +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 0h3jcVS56MiV for ; Fri, 23 Oct 2020 00:39:38 +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 03C6484D41 for ; Fri, 23 Oct 2020 00:39:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4E6BFB28; Fri, 23 Oct 2020 00:39:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16034135775270" MIME-Version: 1.0 Date: Fri, 23 Oct 2020 00:39:37 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20201023003937.E4E6BFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16034135775270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Oct 23 00:39:37 UTC 2020 Modified Files: pkgsrc/lang/gcc48-libs: Makefile pkgsrc/lang/gcc49-libs: Makefile pkgsrc/lang/gcc5-libs: Makefile pkgsrc/lang/gcc6-libs: Makefile pkgsrc/lang/gcc7-libs: Makefile Log Message: Fix PKGREVISION values of gcc*-libs that got out of sync To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/gcc48-libs/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/gcc49-libs/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/gcc5-libs/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/gcc6-libs/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/gcc7-libs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16034135775270 Content-Disposition: inline Content-Length: 4105 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc48-libs/Makefile diff -u pkgsrc/lang/gcc48-libs/Makefile:1.32 pkgsrc/lang/gcc48-libs/Makefile:1.33 --- pkgsrc/lang/gcc48-libs/Makefile:1.32 Sat Jan 18 23:32:42 2020 +++ pkgsrc/lang/gcc48-libs/Makefile Fri Oct 23 00:39:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2020/01/18 23:32:42 rillig Exp $ +# $NetBSD: Makefile,v 1.33 2020/10/23 00:39:37 gutteridge Exp $ GCC_PKGNAME= gcc48 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC48_DIS ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc48 package so that with the dependence pattern ## '{gcc48,gcc48-libs}>=4.8.*' pkg_all will choose gcc48-libs over gcc48. -PKGREVISION= 8 +PKGREVISION= 10 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty Index: pkgsrc/lang/gcc49-libs/Makefile diff -u pkgsrc/lang/gcc49-libs/Makefile:1.18 pkgsrc/lang/gcc49-libs/Makefile:1.19 --- pkgsrc/lang/gcc49-libs/Makefile:1.18 Sat Jan 18 23:32:42 2020 +++ pkgsrc/lang/gcc49-libs/Makefile Fri Oct 23 00:39:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/01/18 23:32:42 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2020/10/23 00:39:37 gutteridge Exp $ GCC_PKGNAME= gcc49 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC49_DIS ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc49 package so that with the dependence pattern ## '{gcc49,gcc49-libs}>=4.9.*' pkg_add will choose gcc49-libs over gcc49. -PKGREVISION= 8 +PKGREVISION= 10 CATEGORIES= lang MASTER_SITES= # empty Index: pkgsrc/lang/gcc5-libs/Makefile diff -u pkgsrc/lang/gcc5-libs/Makefile:1.16 pkgsrc/lang/gcc5-libs/Makefile:1.17 --- pkgsrc/lang/gcc5-libs/Makefile:1.16 Sat Jan 18 23:32:43 2020 +++ pkgsrc/lang/gcc5-libs/Makefile Fri Oct 23 00:39:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2020/01/18 23:32:43 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2020/10/23 00:39:37 gutteridge Exp $ GCC_PKGNAME= gcc5 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC5_DIST ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc5 package so that with the dependence pattern ## '{gcc5,gcc5-libs}>=5.1.*' pkg_add will choose gcc5-libs over gcc5. -PKGREVISION= 5 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= # empty Index: pkgsrc/lang/gcc6-libs/Makefile diff -u pkgsrc/lang/gcc6-libs/Makefile:1.12 pkgsrc/lang/gcc6-libs/Makefile:1.13 --- pkgsrc/lang/gcc6-libs/Makefile:1.12 Sat Jan 18 23:32:43 2020 +++ pkgsrc/lang/gcc6-libs/Makefile Fri Oct 23 00:39:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/01/18 23:32:43 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2020/10/23 00:39:37 gutteridge Exp $ GCC_PKGNAME= gcc6 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC6_DIST ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc6 package so that with the dependence pattern ## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6. -PKGREVISION= 3 +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= # empty Index: pkgsrc/lang/gcc7-libs/Makefile diff -u pkgsrc/lang/gcc7-libs/Makefile:1.10 pkgsrc/lang/gcc7-libs/Makefile:1.11 --- pkgsrc/lang/gcc7-libs/Makefile:1.10 Wed Apr 8 13:29:54 2020 +++ pkgsrc/lang/gcc7-libs/Makefile Fri Oct 23 00:39:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/04/08 13:29:54 rhialto Exp $ +# $NetBSD: Makefile,v 1.11 2020/10/23 00:39:37 gutteridge Exp $ GCC_PKGNAME= gcc7 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC7_DIST ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc7 package so that with the dependence pattern ## '{gcc7,gcc7-libs}>=7.5.*' pkg_add will choose gcc7-libs over gcc7. -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang MASTER_SITES= # empty --_----------=_16034135775270--