From owner-svn-ports-head@freebsd.org Wed Feb 14 17:02:15 2018 Return-Path: Delivered-To: svn-ports-head@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 B760BF0EB04; Wed, 14 Feb 2018 17:02:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9429A82571; Wed, 14 Feb 2018 17:02:12 +0000 (UTC) (envelope-from yuri@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 67F44128B8; Wed, 14 Feb 2018 17:02:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1EH2CJY005091; Wed, 14 Feb 2018 17:02:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1EH2Bdw005088; Wed, 14 Feb 2018 17:02:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802141702.w1EH2Bdw005088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 14 Feb 2018 17:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461820 - in head/devel/easyloggingpp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel/easyloggingpp: . files X-SVN-Commit-Revision: 461820 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2018 17:02:16 -0000 Author: yuri Date: Wed Feb 14 17:02:11 2018 New Revision: 461820 URL: https://svnweb.freebsd.org/changeset/ports/461820 Log: devel/easyloggingpp: Update to 9.96.0 Changelog: https://github.com/muflihun/easyloggingpp/releases/tag/v9.96.0 Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/devel/easyloggingpp/Makefile head/devel/easyloggingpp/distinfo head/devel/easyloggingpp/files/patch-CMakeLists.txt Modified: head/devel/easyloggingpp/Makefile ============================================================================== --- head/devel/easyloggingpp/Makefile Wed Feb 14 17:01:50 2018 (r461819) +++ head/devel/easyloggingpp/Makefile Wed Feb 14 17:02:11 2018 (r461820) @@ -2,7 +2,7 @@ PORTNAME= easyloggingpp DISTVERSIONPREFIX= v -DISTVERSION= 9.95.4 +DISTVERSION= 9.96.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -19,6 +19,7 @@ CMAKE_ON= build_shared_lib # patched in, requested su PLIST_FILES= include/easylogging++.h \ include/easylogging++.cc \ - lib/libeasyloggingpp.so + lib/libeasyloggingpp.so \ + libdata/pkgconfig/easyloggingpp.pc .include Modified: head/devel/easyloggingpp/distinfo ============================================================================== --- head/devel/easyloggingpp/distinfo Wed Feb 14 17:01:50 2018 (r461819) +++ head/devel/easyloggingpp/distinfo Wed Feb 14 17:02:11 2018 (r461820) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518262857 -SHA256 (muflihun-easyloggingpp-v9.95.4_GH0.tar.gz) = 1d1814db8f95f40b37e92b4c18c1630766c285012f6716cb08e29116fd526059 -SIZE (muflihun-easyloggingpp-v9.95.4_GH0.tar.gz) = 747571 +TIMESTAMP = 1518627108 +SHA256 (muflihun-easyloggingpp-v9.96.0_GH0.tar.gz) = be81a58d9a75986ea06432e0ee9859dd67fb0d8976265fc69a2f6299498fa6f9 +SIZE (muflihun-easyloggingpp-v9.96.0_GH0.tar.gz) = 748440 Modified: head/devel/easyloggingpp/files/patch-CMakeLists.txt ============================================================================== --- head/devel/easyloggingpp/files/patch-CMakeLists.txt Wed Feb 14 17:01:50 2018 (r461819) +++ head/devel/easyloggingpp/files/patch-CMakeLists.txt Wed Feb 14 17:02:11 2018 (r461820) @@ -1,6 +1,6 @@ Suggested the same to the upstream: https://github.com/muflihun/easyloggingpp/issues/603 ---- CMakeLists.txt.orig 2017-10-13 00:35:14 UTC +--- CMakeLists.txt.orig 2018-02-14 05:35:11 UTC +++ CMakeLists.txt @@ -22,7 +22,7 @@ macro(require_cpp11) endmacro() @@ -11,9 +11,18 @@ Suggested the same to the upstream: https://github.com option(lib_utc_datetime "Build library with UTC date/time logging" OFF) set(ELPP_MAJOR_VERSION "9") -@@ -40,17 +40,17 @@ install(FILES - DESTINATION "${ELPP_INCLUDE_INSTALL_DIR}" - COMPONENT dev) +@@ -31,7 +31,7 @@ set(ELPP_PATCH_VERSION "0") + set(ELPP_VERSION_STRING "${ELPP_MAJOR_VERSION}.${ELPP_MINOR_VERSION}.${ELPP_PATCH_VERSION}") + + set(ELPP_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The directory the headers are installed in") +-set(ELPP_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/pkgconfig" CACHE PATH "Installation directory for pkgconfig (.pc) files") ++set(ELPP_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" CACHE PATH "Installation directory for pkgconfig (.pc) files") + + include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include) + +@@ -46,17 +46,17 @@ configure_file( ${CMAKE_CURRENT_SOURCE_D + + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/easyloggingpp.pc DESTINATION "${ELPP_PKGCONFIG_INSTALL_DIR}") -if (build_static_lib) +if (build_shared_lib)