pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

llvm-netbsd: Update to version 8.0.0 and SVN r. 343084



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 26 12:01:35 2018 +0200
Changeset:	24228bc2cb9b958c0ab7a13991ce35687f72497f

Modified Files:
	llvm-netbsd/Makefile.common

Log Message:
llvm-netbsd: Update to version 8.0.0 and SVN r. 343084

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=24228bc2cb9b958c0ab7a13991ce35687f72497f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 llvm-netbsd/Makefile.common | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/llvm-netbsd/Makefile.common b/llvm-netbsd/Makefile.common
index b46734b7ef..56c7ce6181 100644
--- a/llvm-netbsd/Makefile.common
+++ b/llvm-netbsd/Makefile.common
@@ -13,13 +13,13 @@
 # version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility
 #
 
-LLVM_VERSION=	7.0.0
+LLVM_VERSION=	8.0.0
 
 CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	llvm
 SVN_REPO.llvm=		http://llvm.org/svn/llvm-project/llvm/trunk
-SVN_REVISION.llvm=	340168
+SVN_REVISION.llvm=	343084
 
 WRKSRC=			${WRKDIR}/llvm
 


Home | Main Index | Thread Index | Old Index