diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-08-05 12:17:42 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-08-06 12:42:47 +0000 |
commit | 5ef69a723be1535e09ef85f8a25bb1c7e2fb549b (patch) | |
tree | 8aff4a745b1539bb611f0da617575d35ee76369f | |
parent | 01258aa86c3aa538c12a03adf8dd08861087505c (diff) |
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
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/date/Makefile (renamed from devel/hhdate/Makefile) | 2 | ||||
-rw-r--r-- | devel/date/distinfo (renamed from devel/hhdate/distinfo) | 0 | ||||
-rw-r--r-- | devel/date/files/test-minimal.cpp (renamed from devel/hhdate/files/test-minimal.cpp) | 0 | ||||
-rw-r--r-- | devel/date/pkg-descr (renamed from devel/hhdate/pkg-descr) | 0 | ||||
-rw-r--r-- | devel/date/pkg-plist (renamed from devel/hhdate/pkg-plist) | 0 | ||||
-rw-r--r-- | graphics/podofo/Makefile | 2 | ||||
-rw-r--r-- | x11/waybar/Makefile | 2 |
9 files changed, 5 insertions, 5 deletions
@@ -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 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 index 69ff2bd6135c..69ff2bd6135c 100644 --- a/devel/hhdate/distinfo +++ b/devel/date/distinfo diff --git a/devel/hhdate/files/test-minimal.cpp b/devel/date/files/test-minimal.cpp index 7c3a86d9d244..7c3a86d9d244 100644 --- a/devel/hhdate/files/test-minimal.cpp +++ b/devel/date/files/test-minimal.cpp diff --git a/devel/hhdate/pkg-descr b/devel/date/pkg-descr index 5629f1f0b65f..5629f1f0b65f 100644 --- a/devel/hhdate/pkg-descr +++ b/devel/date/pkg-descr diff --git a/devel/hhdate/pkg-plist b/devel/date/pkg-plist index 9940c3eb0ca1..9940c3eb0ca1 100644 --- a/devel/hhdate/pkg-plist +++ b/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 \ |