From owner-svn-ports-all@freebsd.org Thu Feb 11 23:07:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20F88AA520A; Thu, 11 Feb 2016 23:07:50 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEBF51D9B; Thu, 11 Feb 2016 23:07:49 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BN7mwv046826; Thu, 11 Feb 2016 23:07:48 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BN7mxC046822; Thu, 11 Feb 2016 23:07:48 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201602112307.u1BN7mxC046822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 11 Feb 2016 23:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408702 - in head: devel/lldb38 lang/clang38 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 23:07:50 -0000 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@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/