From owner-svn-ports-all@freebsd.org Sun Oct 29 22:01:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2BC4E4D9E0; Sun, 29 Oct 2017 22:01:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1D3E68A05; Sun, 29 Oct 2017 22:01:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9TM1Cj1088043; Sun, 29 Oct 2017 22:01:12 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9TM1CSf088040; Sun, 29 Oct 2017 22:01:12 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201710292201.v9TM1CSf088040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 29 Oct 2017 22:01:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453141 - in head/devel/hhdate: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/devel/hhdate: . files X-SVN-Commit-Revision: 453141 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 22:01:13 -0000 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 (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@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 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 -#include "../date.h" +#include "../include/date/date.h" int main() {