diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2016-02-11 23:07:48 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2016-02-11 23:07:48 +0000 |
commit | 031a288e2da48d739651eb45f095063ceffa7df6 (patch) | |
tree | 85df07ffe8687c9ea29db49d89f343a3639e743c | |
parent | - Update to 20150711 (diff) |
Refer to devel/llvm38 not -devel in pkg-descr.
PR: 207108
Submitted by: c.kworr@gmail.com
-rw-r--r-- | devel/lldb38/Makefile | 1 | ||||
-rw-r--r-- | devel/lldb38/pkg-descr | 2 | ||||
-rw-r--r-- | lang/clang38/Makefile | 1 | ||||
-rw-r--r-- | lang/clang38/pkg-descr | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/devel/lldb38/Makefile b/devel/lldb38/Makefile index ec0705e12e51..576a13ed4904 100644 --- a/devel/lldb38/Makefile +++ b/devel/lldb38/Makefile @@ -3,6 +3,7 @@ PORTNAME= lldb PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/lldb38/pkg-descr b/devel/lldb38/pkg-descr index d9243da27903..9b9a87780f21 100644 --- a/devel/lldb38/pkg-descr +++ b/devel/lldb38/pkg-descr @@ -4,6 +4,6 @@ the larger LLVM Project, such as the Clang expression parser and LLVM 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/ diff --git a/lang/clang38/Makefile b/lang/clang38/Makefile index 4bee753b615f..0839d25d4bac 100644 --- a/lang/clang38/Makefile +++ b/lang/clang38/Makefile @@ -3,6 +3,7 @@ PORTNAME= clang PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= lang devel PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/lang/clang38/pkg-descr b/lang/clang38/pkg-descr index 1df07184406d..9028636c8520 100644 --- a/lang/clang38/pkg-descr +++ b/lang/clang38/pkg-descr @@ -2,6 +2,6 @@ The goal of the Clang project is to create a new C, C++, Objective C and 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/ |