aboutsummaryrefslogtreecommitdiff
path: root/ports/minimp3
diff options
context:
space:
mode:
authorAlvin <52727318+AlvinZhangH@users.noreply.github.com>2019-09-29 17:30:06 +0800
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-09-29 02:30:06 -0700
commite81eceefa78c8e71ed1bd070a345037ab2306ea4 (patch)
treedfcb70c39ad3e0b41a542ce4a7eee61e83a6177c /ports/minimp3
parent719c9f9ef828caa6623a8d7cdc12c9ed7b88bad3 (diff)
downloadvcpkg-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.
Diffstat (limited to 'ports/minimp3')
-rw-r--r--ports/minimp3/CONTROL2
-rw-r--r--ports/minimp3/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
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