diff options
author | tobik <tobik@FreeBSD.org> | 2018-12-28 16:27:57 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-12-28 16:27:57 +0800 |
commit | 002350609e77aa31c32ea0f2e0a8d8cda02f2a90 (patch) | |
tree | aeda9cec48e12cb8640af97be16bb5e56a76d22a /devel | |
parent | 12983bef1d990b6551f7e229de97b383539f152c (diff) | |
download | freebsd-ports-gnome-002350609e77aa31c32ea0f2e0a8d8cda02f2a90.tar.gz freebsd-ports-gnome-002350609e77aa31c32ea0f2e0a8d8cda02f2a90.tar.zst freebsd-ports-gnome-002350609e77aa31c32ea0f2e0a8d8cda02f2a90.zip |
devel/ccls: Update to 0.20181225.1
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccls/Makefile | 8 | ||||
-rw-r--r-- | devel/ccls/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/ccls/Makefile b/devel/ccls/Makefile index 1bc2c8ae68db..155d608fd1bf 100644 --- a/devel/ccls/Makefile +++ b/devel/ccls/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ccls -DISTVERSION= 0.20181225 -PORTREVISION= 1 +DISTVERSION= 0.20181225.1 CATEGORIES= devel MAINTAINER= tobik@FreeBSD.org @@ -18,9 +17,8 @@ LIB_DEPENDS= libLLVM-${LLVM_DEFAULT:C/[0-9]$//}.so:devel/llvm${LLVM_DEFAULT} USES= cmake compiler:c++17-lang localbase USE_GITHUB= yes GH_ACCOUNT= MaskRay -# Upstream likes to retag things. This is the commit that matches -# the 0.20181225 tag at the moment: -#GH_TAGNAME= 98a1cf17f1e8c8fd15448a59e0caabeef39cebe +# Commit matching 0.20181225.1: +#GH_TAGNAME= 39b214b9bf6f9b9b535d9099f39ea0ac8ac2134b CMAKE_ARGS= -DCLANG_ROOT:String="${LOCALBASE}/llvm${LLVM_DEFAULT}" CMAKE_ON= SYSTEM_CLANG USE_SHARED_LLVM diff --git a/devel/ccls/distinfo b/devel/ccls/distinfo index 6e59405b37fa..3d1cff93f4d4 100644 --- a/devel/ccls/distinfo +++ b/devel/ccls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1545789964 +TIMESTAMP = 1545983486 SHA256 (MaskRay-ccls.wiki-20181210.tar.gz) = fedd812479e504ae7b6df9f5e6fe4d3f89dabacec05184ce6dc4f991c230d971 SIZE (MaskRay-ccls.wiki-20181210.tar.gz) = 25372 -SHA256 (MaskRay-ccls-0.20181225_GH0.tar.gz) = f79cfa9e0ad57a779628931925c91a6a9dbb8fc8c1ec605219cafc959c477d51 -SIZE (MaskRay-ccls-0.20181225_GH0.tar.gz) = 157943 +SHA256 (MaskRay-ccls-0.20181225.1_GH0.tar.gz) = 6698fb54baf182edab931458db49b1bf181e45a78707542d91fe54114401d2a3 +SIZE (MaskRay-ccls-0.20181225.1_GH0.tar.gz) = 157961 |