svn commit: r408702 - in head: devel/lldb38 lang/clang38

Brooks Davis brooks at FreeBSD.org
Thu Feb 11 23:07:50 UTC 2016


Author: brooks
Date: Thu Feb 11 23:07:48 2016
New Revision: 408702
URL: https://svnweb.freebsd.org/changeset/ports/408702

Log:
  Refer to devel/llvm38 not -devel in pkg-descr.
  
  PR:		207108
  Submitted by:	c.kworr at gmail.com

Modified:
  head/devel/lldb38/Makefile
  head/devel/lldb38/pkg-descr
  head/lang/clang38/Makefile
  head/lang/clang38/pkg-descr

Modified: head/devel/lldb38/Makefile
==============================================================================
--- head/devel/lldb38/Makefile	Thu Feb 11 23:00:29 2016	(r408701)
+++ head/devel/lldb38/Makefile	Thu Feb 11 23:07:48 2016	(r408702)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lldb
 PORTVERSION=	3.8
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMESUFFIX=	${LLVM_SUFFIX}
 

Modified: head/devel/lldb38/pkg-descr
==============================================================================
--- head/devel/lldb38/pkg-descr	Thu Feb 11 23:00:29 2016	(r408701)
+++ head/devel/lldb38/pkg-descr	Thu Feb 11 23:07:48 2016	(r408702)
@@ -4,6 +4,6 @@ the larger LLVM Project, such as the Cla
 disassembler.
 
 This is a meta port. The Clang compiler is installed by the
-devel/llvm-devel port.
+devel/llvm38 port.
 
 WWW: http://lldb.llvm.org/

Modified: head/lang/clang38/Makefile
==============================================================================
--- head/lang/clang38/Makefile	Thu Feb 11 23:00:29 2016	(r408701)
+++ head/lang/clang38/Makefile	Thu Feb 11 23:07:48 2016	(r408702)
@@ -3,6 +3,7 @@
 
 PORTNAME=	clang
 PORTVERSION=	3.8
+PORTREVISION=	1
 CATEGORIES=	lang devel
 PKGNAMESUFFIX=	${LLVM_SUFFIX}
 

Modified: head/lang/clang38/pkg-descr
==============================================================================
--- head/lang/clang38/pkg-descr	Thu Feb 11 23:00:29 2016	(r408701)
+++ head/lang/clang38/pkg-descr	Thu Feb 11 23:07:48 2016	(r408702)
@@ -2,6 +2,6 @@ The goal of the Clang project is to crea
 Objective C++ front-end for the LLVM compiler.
 
 This is a meta port. The Clang compiler is installed by the
-devel/llvm-devel port.
+devel/llvm38 port.
 
 WWW: http://clang.llvm.org/


More information about the svn-ports-all mailing list