svn commit: r541515 - in head/devel/hhdate: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 8 18:55:28 UTC 2020
Author: sunpoet
Date: Wed Jul 8 18:55:25 2020
New Revision: 541515
URL: https://svnweb.freebsd.org/changeset/ports/541515
Log:
Update to 3.0.0
- Take maintainership
Changes: https://github.com/HowardHinnant/date/releases
Deleted:
head/devel/hhdate/files/Makefile.in
Modified:
head/devel/hhdate/Makefile
head/devel/hhdate/distinfo
Modified: head/devel/hhdate/Makefile
==============================================================================
--- head/devel/hhdate/Makefile Wed Jul 8 18:55:19 2020 (r541514)
+++ head/devel/hhdate/Makefile Wed Jul 8 18:55:25 2020 (r541515)
@@ -1,12 +1,11 @@
# $FreeBSD$
PORTNAME= hhdate
+PORTVERSION= 3.0.0
DISTVERSIONPREFIX= v
-DISTVERSION= 2.4
-PORTREVISION= 3
CATEGORIES= devel
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Date and time library based on the C++11 (and beyond) <chrono> header
LICENSE= MIT
@@ -30,11 +29,13 @@ TEST_TEST_TARGET= test
USE_CXXSTD= c++11
post-extract-TEST-on:
- ${INSTALL_DATA} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile
${INSTALL_DATA} ${FILESDIR}/test-minimal.cpp ${WRKSRC}/test/test-minimal.cpp
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/hhdate
${INSTALL_DATA} ${WRKSRC}/include/date/date.h ${STAGEDIR}${PREFIX}/include/hhdate/
+
+do-test:
+ cd ${WRKSRC}/test && ${CXX} ${CXXFLAGS} test-minimal.cpp -o test-minimal && ./test-minimal > /dev/null
.include <bsd.port.mk>
Modified: head/devel/hhdate/distinfo
==============================================================================
--- head/devel/hhdate/distinfo Wed Jul 8 18:55:19 2020 (r541514)
+++ head/devel/hhdate/distinfo Wed Jul 8 18:55:25 2020 (r541515)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515944649
-SHA256 (HowardHinnant-date-v2.4_GH0.tar.gz) = 549c3120fe8eaaab7f28946e2430fb0d3d4b40b843a5ea52b78dba49795c7e05
-SIZE (HowardHinnant-date-v2.4_GH0.tar.gz) = 797552
+TIMESTAMP = 1594117129
+SHA256 (HowardHinnant-date-v3.0.0_GH0.tar.gz) = 87bba2eaf0ebc7ec539e5e62fc317cb80671a337c1fb1b84cb9e4d42c6dbebe3
+SIZE (HowardHinnant-date-v3.0.0_GH0.tar.gz) = 822623
More information about the svn-ports-head
mailing list