diff options
| author | Alvin <52727318+AlvinZhangH@users.noreply.github.com> | 2019-09-29 17:30:06 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-09-29 02:30:06 -0700 |
| commit | e81eceefa78c8e71ed1bd070a345037ab2306ea4 (patch) | |
| tree | dfcb70c39ad3e0b41a542ce4a7eee61e83a6177c | |
| parent | 719c9f9ef828caa6623a8d7cdc12c9ed7b88bad3 (diff) | |
| download | vcpkg-e81eceefa78c8e71ed1bd070a345037ab2306ea4.tar.gz vcpkg-e81eceefa78c8e71ed1bd070a345037ab2306ea4.zip | |
[asynch,minimp3]Change copyright path and name. (#8371)
* [asynch,minimp3]Change copyright path and name.
* [asynch,minimp3]Update version.
* [winreg]Change copyright path and name,Update version.
| -rw-r--r-- | ports/asynch/CONTROL | 2 | ||||
| -rw-r--r-- | ports/asynch/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/minimp3/CONTROL | 2 | ||||
| -rw-r--r-- | ports/minimp3/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/winreg/CONTROL | 2 | ||||
| -rw-r--r-- | ports/winreg/portfile.cmake | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ports/asynch/CONTROL b/ports/asynch/CONTROL index 66a7f23ee..2187be407 100644 --- a/ports/asynch/CONTROL +++ b/ports/asynch/CONTROL @@ -1,4 +1,4 @@ Source: asynch
-Version: 2019-09-21
+Version: 2019-09-21-1
Homepage: https://github.com/naasking/async.h
Description: Async.h - asynchronous, stackless subroutines.
\ No newline at end of file diff --git a/ports/asynch/portfile.cmake b/ports/asynch/portfile.cmake index 10a349286..7625b9528 100644 --- a/ports/asynch/portfile.cmake +++ b/ports/asynch/portfile.cmake @@ -12,4 +12,4 @@ vcpkg_from_github( file(COPY ${SOURCE_PATH}/async/async.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file diff --git a/ports/minimp3/CONTROL b/ports/minimp3/CONTROL index 5ff1ab6b2..dda4558e6 100644 --- a/ports/minimp3/CONTROL +++ b/ports/minimp3/CONTROL @@ -1,4 +1,4 @@ Source: minimp3
-Version: 2019-07-24
+Version: 2019-07-24-1
Homepage: https://github.com/lieff/minimp3
Description: Minimalistic, single-header library for decoding MP3. minimp3 is designed to be small, fast (with SSE and NEON support), and accurate (ISO conformant).
\ No newline at end of file diff --git a/ports/minimp3/portfile.cmake b/ports/minimp3/portfile.cmake index 8c31f22d4..8bc4e7e37 100644 --- a/ports/minimp3/portfile.cmake +++ b/ports/minimp3/portfile.cmake @@ -12,4 +12,4 @@ file(COPY ${SOURCE_PATH}/minimp3.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/$ file(COPY ${SOURCE_PATH}/minimp3_ex.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file diff --git a/ports/winreg/CONTROL b/ports/winreg/CONTROL index 665adb1a7..6b798d4d0 100644 --- a/ports/winreg/CONTROL +++ b/ports/winreg/CONTROL @@ -1,4 +1,4 @@ Source: winreg
-Version: 1.2.1
+Version: 1.2.1-1
Homepage: https://github.com/GiovanniDicanio/WinReg
Description: High-level C++ wrapper around the Windows Registry C API.
\ No newline at end of file diff --git a/ports/winreg/portfile.cmake b/ports/winreg/portfile.cmake index d23410cd0..ded93e42d 100644 --- a/ports/winreg/portfile.cmake +++ b/ports/winreg/portfile.cmake @@ -18,4 +18,4 @@ vcpkg_from_github( file(COPY ${SOURCE_PATH}/WinReg/WinReg/WinReg.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
