Skip to content

Commit

Permalink
[date] Update to HEAD versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
DDoS committed Jun 23, 2024
1 parent c4467cb commit 2a4521a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 47 deletions.
40 changes: 0 additions & 40 deletions ports/date/fix-uninitialized-values.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/date/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO HowardHinnant/date
REF "v${VERSION}"
SHA512 6bdc7cba821d66e17a559250cc0ce0095808e9db81cec9e16eaa4c31abdfa705299c67b72016d9b06b302bc306d063e83a374eb00728071b83a5ad650d59034f
REF 1ead6715dec030d340a316c927c877a3c4e5a00c
SHA512 a0b5dd2d94788929a2ba98bd629d64d188ff0ae40affd9338d3d7a94c848ae4d6addc72613964e7fad7f62e4ee20b7170b2133cb39d4e018c604ba35c68d1cff
HEAD_REF master
PATCHES
0001-fix-uwp.patch
0002-fix-cmake-install.patch
fix-uninitialized-values.patch #Update the new version please remove this patch
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
3 changes: 1 addition & 2 deletions ports/date/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "date",
"version": "3.0.1",
"port-version": 5,
"version-date": "2024-05-14",
"description": "A date and time library based on the C++17 <chrono> header",
"homepage": "https://github.com/HowardHinnant/date",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2161,8 +2161,8 @@
"port-version": 0
},
"date": {
"baseline": "3.0.1",
"port-version": 5
"baseline": "2024-05-14",
"port-version": 0
},
"datraw": {
"baseline": "1.0.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/date.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "068a477a479139762675dd0647ef5e569a4b16c1",
"version-date": "2024-05-14",
"port-version": 0
},
{
"git-tree": "cf7d19c233055e8ffa12b200af6afb894ed76447",
"version": "3.0.1",
Expand Down

0 comments on commit 2a4521a

Please sign in to comment.