svn commit: r453141 - in head/devel/hhdate: . files
Tobias C. Berner
tcberner at FreeBSD.org
Sun Oct 29 22:01:13 UTC 2017
Author: tcberner
Date: Sun Oct 29 22:01:12 2017
New Revision: 453141
URL: https://svnweb.freebsd.org/changeset/ports/453141
Log:
Update devel/hhdate to 2.3
PR: 223313
Submitted by: Andreas Sommer <andreas.sommer87 at googlemail.com> (maintainer)
Modified:
head/devel/hhdate/Makefile
head/devel/hhdate/distinfo
head/devel/hhdate/files/test-minimal.cpp
Modified: head/devel/hhdate/Makefile
==============================================================================
--- head/devel/hhdate/Makefile Sun Oct 29 21:41:19 2017 (r453140)
+++ head/devel/hhdate/Makefile Sun Oct 29 22:01:12 2017 (r453141)
@@ -2,9 +2,7 @@
# $FreeBSD$
PORTNAME= hhdate
-PORTVERSION= 2.2
-PORTREVISION= 1
-DISTVERSIONPREFIX= v
+DISTVERSION= 2.3
CATEGORIES= devel
MAINTAINER= andreas.sommer87 at googlemail.com
@@ -38,6 +36,6 @@ post-extract-TEST-on:
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/hhdate
- ${INSTALL_DATA} ${WRKSRC}/date.h ${STAGEDIR}${PREFIX}/include/hhdate/
+ ${INSTALL_DATA} ${WRKSRC}/include/date/date.h ${STAGEDIR}${PREFIX}/include/hhdate/
.include <bsd.port.mk>
Modified: head/devel/hhdate/distinfo
==============================================================================
--- head/devel/hhdate/distinfo Sun Oct 29 21:41:19 2017 (r453140)
+++ head/devel/hhdate/distinfo Sun Oct 29 22:01:12 2017 (r453141)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497889098
-SHA256 (HowardHinnant-date-v2.2_GH0.tar.gz) = e552bec642006fdee4e4d5e6270bbcb37a2b84b36c3433054e3ae9b02925644a
-SIZE (HowardHinnant-date-v2.2_GH0.tar.gz) = 779794
+TIMESTAMP = 1509311413
+SHA256 (HowardHinnant-date-2.3_GH0.tar.gz) = 8b74132e13f5d55580e281f4df6dc38b60cb3932bf1956bda2153a0d8fd590e4
+SIZE (HowardHinnant-date-2.3_GH0.tar.gz) = 787743
Modified: head/devel/hhdate/files/test-minimal.cpp
==============================================================================
--- head/devel/hhdate/files/test-minimal.cpp Sun Oct 29 21:41:19 2017 (r453140)
+++ head/devel/hhdate/files/test-minimal.cpp Sun Oct 29 22:01:12 2017 (r453141)
@@ -2,7 +2,7 @@
// Only for testing installed header shortly.
#include <iostream>
-#include "../date.h"
+#include "../include/date/date.h"
int main()
{
More information about the svn-ports-head
mailing list