git: cb446af197b5 - main - devel/date: Update 3.0.0 -> 3.0.1
Yuri Victorovich
yuri at FreeBSD.org
Sat May 22 08:33:43 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb446af197b5801c6b56ba1d042d301548e87c62
commit cb446af197b5801c6b56ba1d042d301548e87c62
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-22 06:20:46 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-22 08:33:30 +0000
devel/date: Update 3.0.0 -> 3.0.1
Reported by: portscout
---
devel/date/Makefile | 9 +++++----
devel/date/distinfo | 6 +++---
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/devel/date/Makefile b/devel/date/Makefile
index a3975d76af22..9401c612e736 100644
--- a/devel/date/Makefile
+++ b/devel/date/Makefile
@@ -1,7 +1,6 @@
PORTNAME= date
DISTVERSIONPREFIX= v
-DISTVERSION= 3.0.0
-PORTREVISION= 1
+DISTVERSION= 3.0.1
CATEGORIES= devel
MAINTAINER= yuri at FreeBSD.org
@@ -14,9 +13,10 @@ LIB_DEPENDS= libcurl.so:ftp/curl
TEST_DEPENDS= bash:shells/bash
USES= cmake compiler:c++17-lang
+USE_LDCONFIG= yes
+
USE_GITHUB= yes
GH_ACCOUNT= HowardHinnant
-USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS BUILD_TZ_LIB
CMAKE_OFF= ENABLE_DATE_TESTING
@@ -28,7 +28,8 @@ PLIST_FILES= include/date/date.h \
lib/cmake/date/dateTargets-${CMAKE_BUILD_TYPE:tl}.cmake \
lib/cmake/date/dateTargets.cmake \
lib/libdate-tz.so \
- lib/libdate-tz.so.2.4.1
+ lib/libdate-tz.so.3 \
+ lib/libdate-tz.so.3.0.0
do-test:
@cd ${WRKSRC} && ${REINPLACE_CMD} 's|!/bin/bash|!${LOCALBASE}/bin/bash|' compile_fail.sh test_fail.sh
diff --git a/devel/date/distinfo b/devel/date/distinfo
index 83c6f4e7d241..d1e2f72796b2 100644
--- a/devel/date/distinfo
+++ b/devel/date/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591745443
-SHA256 (HowardHinnant-date-v3.0.0_GH0.tar.gz) = 87bba2eaf0ebc7ec539e5e62fc317cb80671a337c1fb1b84cb9e4d42c6dbebe3
-SIZE (HowardHinnant-date-v3.0.0_GH0.tar.gz) = 822623
+TIMESTAMP = 1621664144
+SHA256 (HowardHinnant-date-v3.0.1_GH0.tar.gz) = 7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
+SIZE (HowardHinnant-date-v3.0.1_GH0.tar.gz) = 825542
More information about the dev-commits-ports-all
mailing list