diff --git a/ports/libosip2/portfile.cmake b/ports/libosip2/portfile.cmake index 977e0c2f8e..c781c77185 100644 --- a/ports/libosip2/portfile.cmake +++ b/ports/libosip2/portfile.cmake @@ -34,7 +34,7 @@ if(VCPKG_TARGET_IS_WINDOWS) PROJECT_SUBPATH "platform/vsnet/osip2.vcxproj" ) - file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include") + file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include" PATTERN Makefile.* EXCLUDE) vcpkg_msbuild_install( SOURCE_PATH "${SOURCE_PATH}" diff --git a/ports/libosip2/vcpkg.json b/ports/libosip2/vcpkg.json index cf25d24638..e6bfe4f5d1 100644 --- a/ports/libosip2/vcpkg.json +++ b/ports/libosip2/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libosip2", "version": "5.2.0", - "port-version": 4, + "port-version": 5, "description": "oSIP is an LGPL implementation of SIP. It's stable, portable, flexible and compliant! -may be more-! It is used mostly with eXosip2 stack (GPL) which provides simpler API for User-Agent implementation.", "homepage": "https://www.gnu.org/software/osip/", "supports": "!(windows & arm) & !uwp", diff --git a/ports/talib/portfile.cmake b/ports/talib/portfile.cmake index f7a8e85e7f..f8218aa2bc 100644 --- a/ports/talib/portfile.cmake +++ b/ports/talib/portfile.cmake @@ -75,6 +75,7 @@ file( file( INSTALL "${SOURCE_PATH}/c/include" DESTINATION ${CURRENT_PACKAGES_DIR} + PATTERN Makefile.* EXCLUDE ) # License file diff --git a/ports/talib/vcpkg.json b/ports/talib/vcpkg.json index a67a685f42..0dc503d9a3 100644 --- a/ports/talib/vcpkg.json +++ b/ports/talib/vcpkg.json @@ -1,6 +1,7 @@ { "name": "talib", "version-semver": "0.4.0", + "port-version": 1, "description": "TA-Lib - Technical Analysis Library", "homepage": "https://ta-lib.github.io/", "license": "BSD-2-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 4688cd8469..1b66224dd4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4526,7 +4526,7 @@ }, "libosip2": { "baseline": "5.2.0", - "port-version": 4 + "port-version": 5 }, "libosmium": { "baseline": "2.20.0", @@ -8142,7 +8142,7 @@ }, "talib": { "baseline": "0.4.0", - "port-version": 0 + "port-version": 1 }, "taocpp-json": { "baseline": "2020-09-14", diff --git a/versions/l-/libosip2.json b/versions/l-/libosip2.json index 74d6a3bc4f..0bebfe3630 100644 --- a/versions/l-/libosip2.json +++ b/versions/l-/libosip2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e2811fe1a0d4cb7faabaebfa4cf47e1296bcddd2", + "version": "5.2.0", + "port-version": 5 + }, { "git-tree": "9b3b93c2039a5369ddd07c5dfb482644ce18c961", "version": "5.2.0", diff --git a/versions/t-/talib.json b/versions/t-/talib.json index 4878e213ef..5c49de26f7 100644 --- a/versions/t-/talib.json +++ b/versions/t-/talib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b21601e58da50f810bacb160a8960a131227aa28", + "version-semver": "0.4.0", + "port-version": 1 + }, { "git-tree": "639b6ba11c1768faf5ab92f42d4cdf0a1bba2270", "version-semver": "0.4.0",