From owner-svn-ports-all@freebsd.org Mon Jun 15 16:03:58 2020 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 5F9E5338DEB; Mon, 15 Jun 2020 16:03:58 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49lx320pYkz3ZmW; Mon, 15 Jun 2020 16:03:58 +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 16F3220213; Mon, 15 Jun 2020 16:03:58 +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 05FG3vHb056803; Mon, 15 Jun 2020 16:03:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05FG3vCF056798; Mon, 15 Jun 2020 16:03:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202006151603.05FG3vCF056798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 15 Jun 2020 16:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538910 - in head: devel/docopt.cpp devel/docopt.cpp/files science/opensim-core X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: devel/docopt.cpp devel/docopt.cpp/files science/opensim-core X-SVN-Commit-Revision: 538910 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.33 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: Mon, 15 Jun 2020 16:03:58 -0000 Author: yuri Date: Mon Jun 15 16:03:56 2020 New Revision: 538910 URL: https://svnweb.freebsd.org/changeset/ports/538910 Log: devel/docopt.cpp: Update 0.6.2-6 -> 0.6.3 Reported by: portscout Modified: head/devel/docopt.cpp/Makefile head/devel/docopt.cpp/distinfo head/devel/docopt.cpp/files/patch-CMakeLists.txt head/devel/docopt.cpp/pkg-plist head/science/opensim-core/Makefile Modified: head/devel/docopt.cpp/Makefile ============================================================================== --- head/devel/docopt.cpp/Makefile Mon Jun 15 16:02:40 2020 (r538909) +++ head/devel/docopt.cpp/Makefile Mon Jun 15 16:03:56 2020 (r538910) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= docopt.cpp -DISTVERSION= 0.6.2-6 -PORTREVISION= 2 -DISTVERSIONSUFFIX= -g7476f8e +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/docopt.cpp/distinfo ============================================================================== --- head/devel/docopt.cpp/distinfo Mon Jun 15 16:02:40 2020 (r538909) +++ head/devel/docopt.cpp/distinfo Mon Jun 15 16:03:56 2020 (r538910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542265786 -SHA256 (docopt-docopt.cpp-0.6.2-6-g7476f8e_GH0.tar.gz) = 6bb641a2b4502feba7302e7190f4a60537298134d334df6b1e27c5d85ad819bc -SIZE (docopt-docopt.cpp-0.6.2-6-g7476f8e_GH0.tar.gz) = 27080 +TIMESTAMP = 1592234659 +SHA256 (docopt-docopt.cpp-v0.6.3_GH0.tar.gz) = 28af5a0c482c6d508d22b14d588a3b0bd9ff97135f99c2814a5aa3cbff1d6632 +SIZE (docopt-docopt.cpp-v0.6.3_GH0.tar.gz) = 27598 Modified: head/devel/docopt.cpp/files/patch-CMakeLists.txt ============================================================================== --- head/devel/docopt.cpp/files/patch-CMakeLists.txt Mon Jun 15 16:02:40 2020 (r538909) +++ head/devel/docopt.cpp/files/patch-CMakeLists.txt Mon Jun 15 16:03:56 2020 (r538910) @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2018-11-15 07:15:24 UTC +--- CMakeLists.txt.orig 2020-05-11 17:23:10 UTC +++ CMakeLists.txt @@ -42,7 +42,7 @@ if(MSVC OR XCODE) # Xcode does not support libraries with only object files as sources. @@ -9,22 +9,8 @@ else() # If not using MSVC or Xcode, we will create an intermediate object target # to avoid compiling the source code twice. -@@ -50,11 +50,11 @@ else() - set_target_properties(docopt_o PROPERTIES POSITION_INDEPENDENT_CODE TRUE) +@@ -71,7 +71,7 @@ endif() - add_library(docopt SHARED $) -- add_library(docopt_s STATIC $) -+ #add_library(docopt_s STATIC $) - endif() - - target_include_directories(docopt PUBLIC $ $) --target_include_directories(docopt_s PUBLIC $ $) -+#target_include_directories(docopt_s PUBLIC $ $) - - if(MSVC) - # DOCOPT_DLL: Must be specified when building *and* when using the DLL. -@@ -67,7 +67,7 @@ endif() - if(NOT MSVC) set_target_properties(docopt PROPERTIES OUTPUT_NAME docopt) - set_target_properties(docopt_s PROPERTIES OUTPUT_NAME docopt) @@ -32,7 +18,7 @@ endif() if(USE_BOOST_REGEX) -@@ -79,7 +79,7 @@ if(USE_BOOST_REGEX) +@@ -83,7 +83,7 @@ if(USE_BOOST_REGEX) include_directories(${Boost_INCLUDE_DIRS}) target_link_libraries(docopt ${Boost_LIBRARIES}) if(WITH_STATIC) @@ -41,7 +27,7 @@ endif() endif() -@@ -116,7 +116,7 @@ set(export_name "docopt-targets") +@@ -120,7 +120,7 @@ set(export_name "docopt-targets") install(TARGETS docopt EXPORT ${export_name} DESTINATION ${CMAKE_INSTALL_LIBDIR}) # Development package Modified: head/devel/docopt.cpp/pkg-plist ============================================================================== --- head/devel/docopt.cpp/pkg-plist Mon Jun 15 16:02:40 2020 (r538909) +++ head/devel/docopt.cpp/pkg-plist Mon Jun 15 16:03:56 2020 (r538910) @@ -7,3 +7,6 @@ lib/cmake/docopt/docopt-config.cmake lib/cmake/docopt/docopt-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/docopt/docopt-targets.cmake lib/libdocopt.so +lib/libdocopt.so.0 +lib/libdocopt.so.0.6.2 +libdata/pkgconfig/docopt.pc Modified: head/science/opensim-core/Makefile ============================================================================== --- head/science/opensim-core/Makefile Mon Jun 15 16:02:40 2020 (r538909) +++ head/science/opensim-core/Makefile Mon Jun 15 16:03:56 2020 (r538910) @@ -2,7 +2,7 @@ PORTNAME= OpenSim DISTVERSION= 4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science PKGNAMESUFFIX= -core