Date: Sat, 5 May 2018 08:12:40 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469091 - in head/devel/cctz: . files Message-ID: <201805050812.w458Cerp079468@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sat May 5 08:12:40 2018 New Revision: 469091 URL: https://svnweb.freebsd.org/changeset/ports/469091 Log: Update to 2.1 PR: 227975 Submitted by: maintainer Deleted: head/devel/cctz/files/ Modified: head/devel/cctz/Makefile head/devel/cctz/distinfo Modified: head/devel/cctz/Makefile ============================================================================== --- head/devel/cctz/Makefile Sat May 5 07:41:13 2018 (r469090) +++ head/devel/cctz/Makefile Sat May 5 08:12:40 2018 (r469091) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cctz -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 2.1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -14,16 +13,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_powerpc64= fails to compile: time_tool.cc: 'stoll' is not a member of 'std' +USES= compiler:c++11-lib gmake GH_ACCOUNT= google USE_GITHUB= yes -USES= compiler:c++11-lib gmake MAKE_ARGS+= CXX=${CXX} \ EXTRA_CPPFLAGS="-D_POSIX_C_SOURCE=201112L -D_XOPEN_SOURCE=600" -PLIST_FILES= include/civil_time.h \ - include/civil_time_detail.h \ - include/time_zone.h lib/libcctz.a +PLIST_FILES= include/cctz/civil_time.h \ + include/cctz/civil_time_detail.h \ + include/cctz/time_zone.h \ + include/cctz/zone_info_source.h \ + lib/libcctz.a + PORTDOCS= README.md post-install: Modified: head/devel/cctz/distinfo ============================================================================== --- head/devel/cctz/distinfo Sat May 5 07:41:13 2018 (r469090) +++ head/devel/cctz/distinfo Sat May 5 08:12:40 2018 (r469091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488778923 -SHA256 (google-cctz-v2.0_GH0.tar.gz) = 45c299e1056140ca0bdf4859f83d715ecc8135e48620b27724204fb3a653a34e -SIZE (google-cctz-v2.0_GH0.tar.gz) = 79140 +TIMESTAMP = 1525507752 +SHA256 (google-cctz-v2.1_GH0.tar.gz) = a86b9b2d339f5638a03a4bbcc1d8c632d2c429aecc44f5c548839c239c3b6e38 +SIZE (google-cctz-v2.1_GH0.tar.gz) = 84190
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805050812.w458Cerp079468>