From owner-svn-ports-all@freebsd.org Fri Dec 28 08:27:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 199F61430E7E; Fri, 28 Dec 2018 08:27:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B379577EAF; Fri, 28 Dec 2018 08:27:58 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A347920537; Fri, 28 Dec 2018 08:27:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBS8Rwrs096182; Fri, 28 Dec 2018 08:27:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBS8RwGr096180; Fri, 28 Dec 2018 08:27:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812280827.wBS8RwGr096180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 28 Dec 2018 08:27:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488587 - head/devel/ccls X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/ccls X-SVN-Commit-Revision: 488587 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B379577EAF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 28 Dec 2018 08:27:59 -0000 Author: tobik Date: Fri Dec 28 08:27:57 2018 New Revision: 488587 URL: https://svnweb.freebsd.org/changeset/ports/488587 Log: devel/ccls: Update to 0.20181225.1 Modified: head/devel/ccls/Makefile head/devel/ccls/distinfo Modified: head/devel/ccls/Makefile ============================================================================== --- head/devel/ccls/Makefile Fri Dec 28 08:25:56 2018 (r488586) +++ head/devel/ccls/Makefile Fri Dec 28 08:27:57 2018 (r488587) @@ -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:dev 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 Modified: head/devel/ccls/distinfo ============================================================================== --- head/devel/ccls/distinfo Fri Dec 28 08:25:56 2018 (r488586) +++ head/devel/ccls/distinfo Fri Dec 28 08:27:57 2018 (r488587) @@ -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