From owner-svn-ports-all@freebsd.org Tue Sep 24 07:23:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3173FB85B; Tue, 24 Sep 2019 07:23: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 46ct3M5TZxz47ty; Tue, 24 Sep 2019 07:23:59 +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 9F06E23D71; Tue, 24 Sep 2019 07:23:59 +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 x8O7NxpO055827; Tue, 24 Sep 2019 07:23:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8O7Nxl8055825; Tue, 24 Sep 2019 07:23:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201909240723.x8O7Nxl8055825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 24 Sep 2019 07:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512701 - head/devel/ccls X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/ccls X-SVN-Commit-Revision: 512701 X-SVN-Commit-Repository: ports 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.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: Tue, 24 Sep 2019 07:23:59 -0000 Author: tobik Date: Tue Sep 24 07:23:58 2019 New Revision: 512701 URL: https://svnweb.freebsd.org/changeset/ports/512701 Log: devel/ccls: Update to 0.20190823.3 Modified: head/devel/ccls/Makefile head/devel/ccls/distinfo Modified: head/devel/ccls/Makefile ============================================================================== --- head/devel/ccls/Makefile Tue Sep 24 05:36:34 2019 (r512700) +++ head/devel/ccls/Makefile Tue Sep 24 07:23:58 2019 (r512701) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ccls -DISTVERSION= 0.20190823.2 -PORTREVISION= 1 +DISTVERSION= 0.20190823.3 CATEGORIES= devel MASTER_SITES= LOCAL/tobik @@ -20,7 +19,8 @@ USES= cmake compiler:c++17-lang localbase USE_GITHUB= yes GH_ACCOUNT= MaskRay -CMAKE_ARGS= -DClang_DIR:PATH="${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/cmake/clang" \ +CMAKE_ARGS= -DCCLS_VERSION:STRING="${DISTVERSION}" \ + -DClang_DIR:PATH="${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/cmake/clang" \ -DLLVM_DIR:PATH="${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/cmake/llvm" CXXFLAGS+= -DNDEBUG Modified: head/devel/ccls/distinfo ============================================================================== --- head/devel/ccls/distinfo Tue Sep 24 05:36:34 2019 (r512700) +++ head/devel/ccls/distinfo Tue Sep 24 07:23:58 2019 (r512701) @@ -1,5 +1,5 @@ -TIMESTAMP = 1568548530 +TIMESTAMP = 1569309163 SHA256 (MaskRay-ccls.wiki-20190903.tar.gz) = da8d2ed4464ca445001eb2b22439ab265314ad8cf86b4b9509ac8a6a19c481e8 SIZE (MaskRay-ccls.wiki-20190903.tar.gz) = 32080 -SHA256 (MaskRay-ccls-0.20190823.2_GH0.tar.gz) = fb4630acdb1516cdeba8124a62bce9708488e3aa21c8e9a91fb60ee3599892a7 -SIZE (MaskRay-ccls-0.20190823.2_GH0.tar.gz) = 159794 +SHA256 (MaskRay-ccls-0.20190823.3_GH0.tar.gz) = db4d048651f27759393baf7880d66b1eae69a48d65999cca01e6962f96839950 +SIZE (MaskRay-ccls-0.20190823.3_GH0.tar.gz) = 159790