Received: by mail.netbsd.org (Postfix, from userid 605) id DFBD484DE7; Sun, 4 Mar 2018 01:47:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 46A7D84DE4 for ; Sun, 4 Mar 2018 01:47:40 +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 2p4tfQXC8jzj for ; Sun, 4 Mar 2018 01:47:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A1D184D32 for ; Sun, 4 Mar 2018 01:47:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 773C9FB40; Sun, 4 Mar 2018 01:47:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152012805957890" MIME-Version: 1.0 Date: Sun, 4 Mar 2018 01:47:39 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/lang/libLLVM To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20180304014739.773C9FB40@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. --_----------=_152012805957890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Mar 4 01:47:39 UTC 2018 Modified Files: pkgsrc/lang/libLLVM: Makefile Log Message: libLLVM: Note plan for this to stay at 4.0 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/libLLVM/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152012805957890 Content-Disposition: inline Content-Length: 749 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/libLLVM/Makefile diff -u pkgsrc/lang/libLLVM/Makefile:1.27 pkgsrc/lang/libLLVM/Makefile:1.28 --- pkgsrc/lang/libLLVM/Makefile:1.27 Fri Dec 8 02:14:44 2017 +++ pkgsrc/lang/libLLVM/Makefile Sun Mar 4 01:47:39 2018 @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.27 2017/12/08 02:14:44 gdt Exp $ +# $NetBSD: Makefile,v 1.28 2018/03/04 01:47:39 gdt Exp $ DISTNAME= llvm-4.0.1.src PKGNAME= ${DISTNAME:S/llvm/libLLVM/:S/.src//} CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz +# This package is 4.0 on purpose, so that depending packages are not +# broken. (It could be renamed libLLVM4.) MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://llvm.org/ --_----------=_152012805957890--