Skip to content

Commit

Permalink
devel/date: Update 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed May 22, 2021
1 parent 509a7f0 commit cb446af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions 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@FreeBSD.org
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit cb446af

Please sign in to comment.