diff --git a/devel/date/Makefile b/devel/date/Makefile index 37855ff609c4..af8379db0738 100644 --- a/devel/date/Makefile +++ b/devel/date/Makefile @@ -1,33 +1,34 @@ PORTNAME= date PORTVERSION= 3.0.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Date and time library based on the C++11 (and beyond) header WWW= https://github.com/HowardHinnant/date LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libcurl.so:ftp/curl USES= cmake compiler:c++17-lang CMAKE_OFF= COMPILE_WITH_C_LOCALE \ DISABLE_STRING_VIEW \ ENABLE_DATE_TESTING \ MANUAL_TZ_DB \ - USE_SYSTEM_TZ_DB \ USE_TZ_DB_IN_DOT CMAKE_ON= BUILD_SHARED_LIBS \ BUILD_TZ_LIB \ - ENABLE_DATE_INSTALL + ENABLE_DATE_INSTALL \ + USE_SYSTEM_TZ_DB USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GITHUB= yes GH_ACCOUNT= HowardHinnant .include