From owner-svn-ports-all@freebsd.org Sun Oct 7 04:23:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF9AB10AFDE1; Sun, 7 Oct 2018 04:23:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89853728A1; Sun, 7 Oct 2018 04:23:59 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81A3E70A6; Sun, 7 Oct 2018 04:23:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974Nxjf013118; Sun, 7 Oct 2018 04:23:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974Nx4C013116; Sun, 7 Oct 2018 04:23:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070423.w974Nx4C013116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481413 - head/devel/cctz X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/cctz X-SVN-Commit-Revision: 481413 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.27 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, 07 Oct 2018 04:24:00 -0000 Author: swills Date: Sun Oct 7 04:23:58 2018 New Revision: 481413 URL: https://svnweb.freebsd.org/changeset/ports/481413 Log: devel/cctz: update to 2.2 PR: 231896 Submitted by: John Hein (maintainer) Modified: head/devel/cctz/Makefile (contents, props changed) head/devel/cctz/distinfo (contents, props changed) Modified: head/devel/cctz/Makefile ============================================================================== --- head/devel/cctz/Makefile Sun Oct 7 04:18:14 2018 (r481412) +++ head/devel/cctz/Makefile Sun Oct 7 04:23:58 2018 (r481413) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cctz -PORTVERSION= 2.1 +PORTVERSION= 2.2 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,8 +12,8 @@ COMMENT= C++ library for handling dates, times, and ti LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c++11-lib gmake GH_ACCOUNT= google +USES= compiler:c++11-lib gmake USE_GITHUB= yes MAKE_ARGS+= CXX=${CXX} \ @@ -24,7 +24,6 @@ PLIST_FILES= include/cctz/civil_time.h \ include/cctz/time_zone.h \ include/cctz/zone_info_source.h \ lib/libcctz.a - PORTDOCS= README.md OPTIONS_DEFINE= DOCS Modified: head/devel/cctz/distinfo ============================================================================== --- head/devel/cctz/distinfo Sun Oct 7 04:18:14 2018 (r481412) +++ head/devel/cctz/distinfo Sun Oct 7 04:23:58 2018 (r481413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525507752 -SHA256 (google-cctz-v2.1_GH0.tar.gz) = a86b9b2d339f5638a03a4bbcc1d8c632d2c429aecc44f5c548839c239c3b6e38 -SIZE (google-cctz-v2.1_GH0.tar.gz) = 84190 +TIMESTAMP = 1525700523 +SHA256 (google-cctz-v2.2_GH0.tar.gz) = ab315d5beb18a65ace57f6ea91f9ea298ec163fee89f84a44e81732af4d07348 +SIZE (google-cctz-v2.2_GH0.tar.gz) = 294330