Skip to content

Commit

Permalink
[DTL] Update DTL (Diff Template Library) to v1.20 (#27221)
Browse files Browse the repository at this point in the history
* Update DTL (Diff template library) version to 1.20

* use "version" instead of "version-string"

* Update port version

* fix json format

* Update version database

* added license field

* added license field

* update version database

* quote all paths to allow for spaces in the path

* update version db
  • Loading branch information
bobk2824 authored Oct 17, 2022
1 parent 14e9a65 commit b56ba11
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
12 changes: 6 additions & 6 deletions ports/dtl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ include(CMakePackageConfigHelpers)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cubicdaiya/dtl
REF v1.19
SHA512 77c767451b1b78ce49085da6ff5bb8a23c96dec56a37d96ef357a6b69a1b2cd45e2c6c4e8f91ee34ca080ce03a26518c478ff207309326a4bc7e729eaa2824b2
REF v1.20
SHA512 44cdaf190d8a103effbca8df244c652b642590795f7307f5f7fdf64fc34bdbe2fa5ab2e1a08185abf099e35b0d9158306a80a8dc24bba9eccab4c77c7b1eed5e
HEAD_REF master
)

file(INSTALL ${SOURCE_PATH}/dtl
DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION
${CURRENT_PACKAGES_DIR}/share/dtl RENAME copyright)
file(INSTALL "${SOURCE_PATH}/${PORT}"
DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION
"${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
6 changes: 3 additions & 3 deletions ports/dtl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtl",
"version-string": "1.19",
"port-version": 1,
"description": "Diff template library"
"version": "1.20",
"description": "Diff template library",
"license": "BSD-4-Clause"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2025,8 +2025,8 @@
"port-version": 0
},
"dtl": {
"baseline": "1.19",
"port-version": 1
"baseline": "1.20",
"port-version": 0
},
"duckx": {
"baseline": "1.2.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dtl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "26d9843aad03516522a267da5b086985a413eed5",
"version": "1.20",
"port-version": 0
},
{
"git-tree": "67d6f73d3a78adeb42c9eee4c75d55c17ce1ea18",
"version-string": "1.19",
Expand Down

0 comments on commit b56ba11

Please sign in to comment.