Received: by mail.netbsd.org (Postfix, from userid 605) id E511584DA2; Fri, 28 Jul 2017 23:40:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7955184D4A for ; Fri, 28 Jul 2017 23:40:49 +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 Fn_Q6eg4V1x2 for ; Fri, 28 Jul 2017 23:40:49 +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 DA47884CE0 for ; Fri, 28 Jul 2017 23:40:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3ED6FACD; Fri, 28 Jul 2017 23:40:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15012852484270" MIME-Version: 1.0 Date: Fri, 28 Jul 2017 23:40:48 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang/gcc48-libs To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170728234048.D3ED6FACD@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. --_----------=_15012852484270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Fri Jul 28 23:40:48 UTC 2017 Modified Files: pkgsrc/lang/gcc48-libs: Makefile Log Message: Bump PKGREVISION above gcc48 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/gcc48-libs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15012852484270 Content-Disposition: inline Content-Length: 847 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.27 pkgsrc/lang/gcc48-libs/Makefile:1.28 --- pkgsrc/lang/gcc48-libs/Makefile:1.27 Mon Jul 10 15:55:40 2017 +++ pkgsrc/lang/gcc48-libs/Makefile Fri Jul 28 23:40:48 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2017/07/10 15:55:40 maya Exp $ +# $NetBSD: Makefile,v 1.28 2017/07/28 23:40:48 maya 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= 4 +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty --_----------=_15012852484270--