Index: head/devel/spdlog/files/patch-CMakeLists.txt =================================================================== --- head/devel/spdlog/files/patch-CMakeLists.txt (revision 437276) +++ head/devel/spdlog/files/patch-CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2017-01-14 03:31:12 UTC -+++ CMakeLists.txt -@@ -36,7 +36,7 @@ endif() - # * https://github.com/forexample/package-example - set(generated_dir "${CMAKE_CURRENT_BINARY_DIR}/generated") - --set(config_install_dir "lib/cmake/${PROJECT_NAME}") -+set(config_install_dir "share/cmake/Modules/${PROJECT_NAME}") - set(include_install_dir "include") - set(pkgconfig_install_dir "libdata/pkgconfig") - Property changes on: head/devel/spdlog/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/spdlog/Makefile =================================================================== --- head/devel/spdlog/Makefile (revision 437276) +++ head/devel/spdlog/Makefile (revision 437277) @@ -1,20 +1,21 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= spdlog PORTVERSION= 0.13.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org COMMENT= Super fast C++ logging library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= gabime USES= cmake dos2unix pathfix .include Index: head/devel/spdlog/pkg-plist =================================================================== --- head/devel/spdlog/pkg-plist (revision 437276) +++ head/devel/spdlog/pkg-plist (revision 437277) @@ -1,42 +1,42 @@ include/spdlog/async_logger.h include/spdlog/common.h include/spdlog/details/async_log_helper.h include/spdlog/details/async_logger_impl.h include/spdlog/details/file_helper.h include/spdlog/details/log_msg.h include/spdlog/details/logger_impl.h include/spdlog/details/mpmc_bounded_q.h include/spdlog/details/null_mutex.h include/spdlog/details/os.h include/spdlog/details/pattern_formatter_impl.h include/spdlog/details/registry.h include/spdlog/details/spdlog_impl.h include/spdlog/fmt/bundled/format.cc include/spdlog/fmt/bundled/format.h include/spdlog/fmt/bundled/ostream.cc include/spdlog/fmt/bundled/ostream.h include/spdlog/fmt/bundled/posix.cc include/spdlog/fmt/bundled/posix.h include/spdlog/fmt/bundled/time.h include/spdlog/fmt/fmt.h include/spdlog/fmt/ostr.h include/spdlog/formatter.h include/spdlog/logger.h include/spdlog/sinks/android_sink.h include/spdlog/sinks/ansicolor_sink.h include/spdlog/sinks/base_sink.h include/spdlog/sinks/dist_sink.h include/spdlog/sinks/file_sinks.h include/spdlog/sinks/msvc_sink.h include/spdlog/sinks/null_sink.h include/spdlog/sinks/ostream_sink.h include/spdlog/sinks/sink.h include/spdlog/sinks/stdout_sinks.h include/spdlog/sinks/syslog_sink.h include/spdlog/sinks/wincolor_sink.h include/spdlog/spdlog.h include/spdlog/tweakme.h +lib/cmake/spdlog/spdlogConfig.cmake +lib/cmake/spdlog/spdlogConfigVersion.cmake +lib/cmake/spdlog/spdlogTargets.cmake libdata/pkgconfig/spdlog.pc -share/cmake/Modules/spdlog/spdlogConfig.cmake -share/cmake/Modules/spdlog/spdlogConfigVersion.cmake -share/cmake/Modules/spdlog/spdlogTargets.cmake