* Updated to g20180819

This commit is contained in:
Richard Gallamore 2018-09-02 20:09:59 +00:00
parent c6c24da235
commit 6c7fbd3f0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478816
3 changed files with 46 additions and 55 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= YouCompleteMe PORTNAME= YouCompleteMe
DISTVERSION= g20180417 DISTVERSION= g20180819
PORTREVISION= 2
CATEGORIES= devel CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -30,9 +29,9 @@ USES= cmake python
USE_PYTHON= flavors USE_PYTHON= flavors
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= Valloric GH_ACCOUNT= Valloric
GH_TAGNAME= 6975efd GH_TAGNAME= e018777
GH_TUPLE= Valloric:ycmd:2f87e12:ycm/third_party/ycmd \ GH_TUPLE= Valloric:ycmd:3869152:ycm/third_party/ycmd \
vheon:JediHTTP:d283a73:ycmd5/third_party/ycmd/third_party/JediHTTP micbou:regex:7ceefe5:ycmd5/third_party/ycmd/third_party/cregex
CMAKE_SOURCE_PATH+= ${WRKSRC}/third_party/ycmd/cpp CMAKE_SOURCE_PATH+= ${WRKSRC}/third_party/ycmd/cpp
@ -74,9 +73,8 @@ do-install:
(cd ${WRKSRC}/third_party/ycmd && ${COPYTREE_SHARE} \ (cd ${WRKSRC}/third_party/ycmd && ${COPYTREE_SHARE} \
"ycmd CORE_VERSION cpp clang_includes" \ "ycmd CORE_VERSION cpp clang_includes" \
"${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/${d}") "${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/${d}")
${RM} -r ${WRKSRC}/third_party/ycmd/third_party/JediHTTP/vendor
(cd ${WRKSRC}/third_party/ycmd/third_party && ${COPYTREE_SHARE} \ (cd ${WRKSRC}/third_party/ycmd/third_party && ${COPYTREE_SHARE} \
"JediHTTP tern_runtime" \ "cregex tern_runtime" \
"${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/third_party") "${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/third_party")
${RM} -rf ${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/cpp/ycm/tests \ ${RM} -rf ${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/cpp/ycm/tests \
${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/ycmd/tests ${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/ycmd/tests

View file

@ -1,7 +1,7 @@
TIMESTAMP = 1524072369 TIMESTAMP = 1535906975
SHA256 (Valloric-YouCompleteMe-g20180417-6975efd_GH0.tar.gz) = f0aac4ec6ee9d0297bdf6b0ec2e3a108715ac8046034800bd1f1897975a38f41 SHA256 (Valloric-YouCompleteMe-g20180819-e018777_GH0.tar.gz) = ee456237838507b9a59fede99b0e5437467513b1c6c17b2e796d0c059e8ff4bf
SIZE (Valloric-YouCompleteMe-g20180417-6975efd_GH0.tar.gz) = 279915 SIZE (Valloric-YouCompleteMe-g20180819-e018777_GH0.tar.gz) = 285684
SHA256 (Valloric-ycmd-2f87e12_GH0.tar.gz) = ead105133c1df93bf7a152923b19f69a574dd847131bb8db912a8c9bfb270275 SHA256 (Valloric-ycmd-3869152_GH0.tar.gz) = c755c65b40caa69ecf4d734f7c5d6375b0850bf3794f39e4352ec9e060a0e2ab
SIZE (Valloric-ycmd-2f87e12_GH0.tar.gz) = 3700345 SIZE (Valloric-ycmd-3869152_GH0.tar.gz) = 3733056
SHA256 (vheon-JediHTTP-d283a73_GH0.tar.gz) = 54c150e89aa9f80e3838c8d30602dbb5b5a892beaa8a3d05179deaba6f4e109c SHA256 (micbou-regex-7ceefe5_GH0.tar.gz) = d2f4bd6baf71180b86f72eb5bcc7f17e047b665353d18a9af47e014833d02be9
SIZE (vheon-JediHTTP-d283a73_GH0.tar.gz) = 20959 SIZE (micbou-regex-7ceefe5_GH0.tar.gz) = 660277

View file

@ -20,7 +20,6 @@
%%VIMFILESDIR%%/python/ycm/diagnostic_interface.py %%VIMFILESDIR%%/python/ycm/diagnostic_interface.py
%%VIMFILESDIR%%/python/ycm/omni_completer.py %%VIMFILESDIR%%/python/ycm/omni_completer.py
%%VIMFILESDIR%%/python/ycm/paths.py %%VIMFILESDIR%%/python/ycm/paths.py
%%VIMFILESDIR%%/python/ycm/setup.py
%%VIMFILESDIR%%/python/ycm/syntax_parse.py %%VIMFILESDIR%%/python/ycm/syntax_parse.py
%%VIMFILESDIR%%/python/ycm/tests/__init__.py %%VIMFILESDIR%%/python/ycm/tests/__init__.py
%%VIMFILESDIR%%/python/ycm/tests/base_test.py %%VIMFILESDIR%%/python/ycm/tests/base_test.py
@ -353,6 +352,7 @@
%%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/config_undef.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/config_undef.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/enable_if.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/enable_if.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/facade_iterator_category.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/facade_iterator_category.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/iterator/distance.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/iterator/interoperable.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/interoperable.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_adaptor.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_adaptor.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_categories.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_categories.hpp
@ -1003,6 +1003,7 @@
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/mips.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/mips.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/parisc.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/parisc.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/ppc.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/ppc.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/ptx.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/pyramid.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/pyramid.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/rs6k.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/rs6k.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/sparc.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/sparc.h
@ -1036,6 +1037,7 @@
%%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/metrowerks.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/metrowerks.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/microtec.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/microtec.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/mpw.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/mpw.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/nvcc.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/palm.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/palm.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/pgi.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/pgi.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/sgi_mipspro.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/compiler/sgi_mipspro.h
@ -1060,6 +1062,7 @@
%%YCMDDIR%%/cpp/BoostParts/boost/predef/hardware/simd/x86_amd.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/hardware/simd/x86_amd.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/hardware/simd/x86_amd/versions.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/hardware/simd/x86_amd/versions.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/language.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/language.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/language/cuda.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/language/objc.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/language/objc.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/language/stdc.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/language/stdc.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/language/stdcpp.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/language/stdcpp.h
@ -1575,7 +1578,6 @@
%%YCMDDIR%%/cpp/pybind11/pybind11/pytypes.h %%YCMDDIR%%/cpp/pybind11/pybind11/pytypes.h
%%YCMDDIR%%/cpp/pybind11/pybind11/stl.h %%YCMDDIR%%/cpp/pybind11/pybind11/stl.h
%%YCMDDIR%%/cpp/pybind11/pybind11/stl_bind.h %%YCMDDIR%%/cpp/pybind11/pybind11/stl_bind.h
%%YCMDDIR%%/cpp/ycm/.ycm_extra_conf.py
%%YCMDDIR%%/cpp/ycm/CMakeLists.txt %%YCMDDIR%%/cpp/ycm/CMakeLists.txt
%%YCMDDIR%%/cpp/ycm/Candidate.cpp %%YCMDDIR%%/cpp/ycm/Candidate.cpp
%%YCMDDIR%%/cpp/ycm/Candidate.h %%YCMDDIR%%/cpp/ycm/Candidate.h
@ -1683,45 +1685,34 @@
%%YCMDDIR%%/cpp/ycm/versioning.cpp %%YCMDDIR%%/cpp/ycm/versioning.cpp
%%YCMDDIR%%/cpp/ycm/versioning.h %%YCMDDIR%%/cpp/ycm/versioning.h
%%YCMDDIR%%/cpp/ycm/ycm_core.cpp %%YCMDDIR%%/cpp/ycm/ycm_core.cpp
%%YCMDDIR%%/third_party/JediHTTP/.coveragerc
%%YCMDDIR%%/third_party/JediHTTP/.gitignore
%%YCMDDIR%%/third_party/JediHTTP/.gitmodules
%%YCMDDIR%%/third_party/JediHTTP/.travis.yml
%%YCMDDIR%%/third_party/JediHTTP/LICENSE
%%YCMDDIR%%/third_party/JediHTTP/NOTICE
%%YCMDDIR%%/third_party/JediHTTP/README.md
%%YCMDDIR%%/third_party/JediHTTP/appveyor.yml
%%YCMDDIR%%/third_party/JediHTTP/codecov.yml
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/__init__.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/__main__.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/compatibility.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/handlers.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/hmac_plugin.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/hmaclib.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/settings.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/__init__.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/end_to_end_test.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/basic.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/follow_imports/imported.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/follow_imports/importer.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/goto.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/module/main.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/module/some_module/__init__.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/module/some_module/file1.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/module/some_module/file2.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/names.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/py3.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/socket_module.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/fixtures/usages.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/handlers_test.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/tests/utils.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/utils.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/watchdog_plugin.py
%%YCMDDIR%%/third_party/JediHTTP/jedihttp/wsgi_server.py
%%YCMDDIR%%/third_party/JediHTTP/test_requirements.txt
%%YCMDDIR%%/third_party/JediHTTP/tox.ini
%%YCMDDIR%%/third_party/JediHTTP/travis/install.sh
%%MONO%%%%YCMDDIR%%/third_party/OmniSharpServer/OmniSharp/bin/Release %%MONO%%%%YCMDDIR%%/third_party/OmniSharpServer/OmniSharp/bin/Release
%%YCMDDIR%%/third_party/cregex/.gitignore
%%YCMDDIR%%/third_party/cregex/CMakeLists.txt
%%YCMDDIR%%/third_party/cregex/PyPI/MANIFEST
%%YCMDDIR%%/third_party/cregex/PyPI/MANIFEST.in
%%YCMDDIR%%/third_party/cregex/PyPI/PKG-INFO
%%YCMDDIR%%/third_party/cregex/PyPI/README
%%YCMDDIR%%/third_party/cregex/PyPI/setup.py
%%YCMDDIR%%/third_party/cregex/README.rst
%%YCMDDIR%%/third_party/cregex/docs/Features.html
%%YCMDDIR%%/third_party/cregex/docs/Features.rst
%%YCMDDIR%%/third_party/cregex/docs/UnicodeProperties.rst
%%YCMDDIR%%/third_party/cregex/regex_2/_regex.c
%%YCMDDIR%%/third_party/cregex/regex_2/_regex.h
%%YCMDDIR%%/third_party/cregex/regex_2/_regex_core.py
%%YCMDDIR%%/third_party/cregex/regex_2/_regex_unicode.c
%%YCMDDIR%%/third_party/cregex/regex_2/_regex_unicode.h
%%YCMDDIR%%/third_party/cregex/regex_2/regex.py
%%YCMDDIR%%/third_party/cregex/regex_2/test_regex.py
%%YCMDDIR%%/third_party/cregex/regex_3/_regex.c
%%YCMDDIR%%/third_party/cregex/regex_3/_regex.h
%%YCMDDIR%%/third_party/cregex/regex_3/_regex_core.py
%%YCMDDIR%%/third_party/cregex/regex_3/_regex_unicode.c
%%YCMDDIR%%/third_party/cregex/regex_3/_regex_unicode.h
%%YCMDDIR%%/third_party/cregex/regex_3/regex.py
%%YCMDDIR%%/third_party/cregex/regex_3/test_regex.py
%%YCMDDIR%%/third_party/cregex/setup.py
%%YCMDDIR%%/third_party/cregex/tools/build_regex_unicode.py
%%YCMDDIR%%/third_party/tern_runtime/package.json %%YCMDDIR%%/third_party/tern_runtime/package.json
%%YCMDDIR%%/ycm_core.so %%YCMDDIR%%/ycm_core.so
%%YCMDDIR%%/ycmd/__init__.py %%YCMDDIR%%/ycmd/__init__.py
@ -1739,10 +1730,12 @@
%%YCMDDIR%%/ycmd/completers/cpp/ephemeral_values_set.py %%YCMDDIR%%/ycmd/completers/cpp/ephemeral_values_set.py
%%YCMDDIR%%/ycmd/completers/cpp/flags.py %%YCMDDIR%%/ycmd/completers/cpp/flags.py
%%YCMDDIR%%/ycmd/completers/cpp/hook.py %%YCMDDIR%%/ycmd/completers/cpp/hook.py
%%YCMDDIR%%/ycmd/completers/cpp/include_cache.py
%%YCMDDIR%%/ycmd/completers/cs/__init__.py %%YCMDDIR%%/ycmd/completers/cs/__init__.py
%%YCMDDIR%%/ycmd/completers/cs/cs_completer.py %%YCMDDIR%%/ycmd/completers/cs/cs_completer.py
%%YCMDDIR%%/ycmd/completers/cs/hook.py %%YCMDDIR%%/ycmd/completers/cs/hook.py
%%YCMDDIR%%/ycmd/completers/cs/solutiondetection.py %%YCMDDIR%%/ycmd/completers/cs/solutiondetection.py
%%YCMDDIR%%/ycmd/completers/cuda/hook.py
%%YCMDDIR%%/ycmd/completers/general/__init__.py %%YCMDDIR%%/ycmd/completers/general/__init__.py
%%YCMDDIR%%/ycmd/completers/general/filename_completer.py %%YCMDDIR%%/ycmd/completers/general/filename_completer.py
%%YCMDDIR%%/ycmd/completers/general/general_completer_store.py %%YCMDDIR%%/ycmd/completers/general/general_completer_store.py
@ -1764,7 +1757,7 @@
%%YCMDDIR%%/ycmd/completers/objcpp/hook.py %%YCMDDIR%%/ycmd/completers/objcpp/hook.py
%%YCMDDIR%%/ycmd/completers/python/__init__.py %%YCMDDIR%%/ycmd/completers/python/__init__.py
%%YCMDDIR%%/ycmd/completers/python/hook.py %%YCMDDIR%%/ycmd/completers/python/hook.py
%%YCMDDIR%%/ycmd/completers/python/jedi_completer.py %%YCMDDIR%%/ycmd/completers/python/python_completer.py
%%YCMDDIR%%/ycmd/completers/rust/__init__.py %%YCMDDIR%%/ycmd/completers/rust/__init__.py
%%YCMDDIR%%/ycmd/completers/rust/hook.py %%YCMDDIR%%/ycmd/completers/rust/hook.py
%%YCMDDIR%%/ycmd/completers/rust/rust_completer.py %%YCMDDIR%%/ycmd/completers/rust/rust_completer.py