Received: by mail.netbsd.org (Postfix, from userid 605) id E229E84DED; Sun, 8 Apr 2018 06:06:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DC0084D7B for ; Sun, 8 Apr 2018 06:06:14 +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 BTSJVbCVbfcR for ; Sun, 8 Apr 2018 06:06:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4121584CED for ; Sun, 8 Apr 2018 06:06:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3C413FBEC; Sun, 8 Apr 2018 06:06:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152316757338880" MIME-Version: 1.0 Date: Sun, 8 Apr 2018 06:06:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/gcc49-libs To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180408060613.3C413FBEC@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. --_----------=_152316757338880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 8 06:06:13 UTC 2018 Modified Files: pkgsrc/lang/gcc49-libs: Makefile Log Message: gcc49-libs: bump PKGREVISION. It needs to be higher than gcc49's. From Izumi Tsutsui in PR 53165. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/gcc49-libs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152316757338880 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc49-libs/Makefile diff -u pkgsrc/lang/gcc49-libs/Makefile:1.14 pkgsrc/lang/gcc49-libs/Makefile:1.15 --- pkgsrc/lang/gcc49-libs/Makefile:1.14 Sat Oct 14 14:47:43 2017 +++ pkgsrc/lang/gcc49-libs/Makefile Sun Apr 8 06:06:13 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/10/14 14:47:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2018/04/08 06:06:13 wiz 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= 6 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= # empty --_----------=_152316757338880--