git: 5ef69a723be1 - main - devel/hhdate: move to devel/date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 12:43:27 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ef69a723be1535e09ef85f8a25bb1c7e2fb549b commit 5ef69a723be1535e09ef85f8a25bb1c7e2fb549b Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-08-05 12:17:42 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-08-06 12:42:47 +0000 devel/hhdate: move to devel/date Now that the old devel/date has been removed, use the old port name for the version we decided to keep. PR: 272778 Reported by: Alexander Chernyavsky <nickp102@gmail.com> Approved by: sunpoet --- MOVED | 2 +- devel/Makefile | 2 +- devel/{hhdate => date}/Makefile | 2 +- devel/{hhdate => date}/distinfo | 0 devel/{hhdate => date}/files/test-minimal.cpp | 0 devel/{hhdate => date}/pkg-descr | 0 devel/{hhdate => date}/pkg-plist | 0 graphics/podofo/Makefile | 2 +- x11/waybar/Makefile | 2 +- 9 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MOVED b/MOVED index 437f36cca17b..9022f7548fea 100644 --- a/MOVED +++ b/MOVED @@ -7778,4 +7778,4 @@ graphics/blender-lts29||2023-07-31|Has expired: Deprecated upstream x11-fm/wcmcommander||2023-07-31|Has expired: Abandoned upstream x11/cde-24|x11/cde-25|2023-08-01|Has expired: Desupported by upstream lang/go118||2023-08-04|Upstream support ended -devel/date||2023-08-05|To be replaced by devel/hhdate +devel/hhdate|devel/date|2023-08-05|Dedup library diff --git a/devel/Makefile b/devel/Makefile index 2dfacc63f3a5..e1c6086d20f4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -521,6 +521,7 @@ SUBDIR += dash.el SUBDIR += dasm SUBDIR += datadraw + SUBDIR += date SUBDIR += dbus SUBDIR += dbus-c++ SUBDIR += dbus-glib @@ -951,7 +952,6 @@ SUBDIR += hexd SUBDIR += hgreviewboard SUBDIR += hgsvn - SUBDIR += hhdate SUBDIR += highlighterkit SUBDIR += highway SUBDIR += hoel diff --git a/devel/hhdate/Makefile b/devel/date/Makefile similarity index 97% rename from devel/hhdate/Makefile rename to devel/date/Makefile index 0b8cbf36677a..cb7aabb59f19 100644 --- a/devel/hhdate/Makefile +++ b/devel/date/Makefile @@ -1,4 +1,4 @@ -PORTNAME= hhdate +PORTNAME= date PORTVERSION= 3.0.1 DISTVERSIONPREFIX= v PORTREVISION= 1 diff --git a/devel/hhdate/distinfo b/devel/date/distinfo similarity index 100% rename from devel/hhdate/distinfo rename to devel/date/distinfo diff --git a/devel/hhdate/files/test-minimal.cpp b/devel/date/files/test-minimal.cpp similarity index 100% rename from devel/hhdate/files/test-minimal.cpp rename to devel/date/files/test-minimal.cpp diff --git a/devel/hhdate/pkg-descr b/devel/date/pkg-descr similarity index 100% rename from devel/hhdate/pkg-descr rename to devel/date/pkg-descr diff --git a/devel/hhdate/pkg-plist b/devel/date/pkg-plist similarity index 100% rename from devel/hhdate/pkg-plist rename to devel/date/pkg-plist diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index 33265245c350..cc7a28d16e1d 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= fast_float>=0:math/fast_float \ - hhdate>=0:devel/hhdate \ + date>=0:devel/date \ libfmt>=0:devel/libfmt \ utf8cpp>=0:devel/utf8cpp LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile index 420599b06d69..26a4a30bb52d 100644 --- a/x11/waybar/Makefile +++ b/x11/waybar/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols -LIB_DEPENDS= libdate-tz.so:devel/hhdate \ +LIB_DEPENDS= libdate-tz.so:devel/date \ libjsoncpp.so:devel/jsoncpp \ libfmt.so:devel/libfmt \ libspdlog.so:devel/spdlog \