From owner-dev-commits-ports-all@freebsd.org Sat Apr 24 22:41:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31F515E331B; Sat, 24 Apr 2021 22:41:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FSR2q0Qgwz3r70; Sat, 24 Apr 2021 22:41:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBE36A28; Sat, 24 Apr 2021 22:41:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13OMf6NK034691; Sat, 24 Apr 2021 22:41:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13OMf6EH034690; Sat, 24 Apr 2021 22:41:06 GMT (envelope-from git) Date: Sat, 24 Apr 2021 22:41:06 GMT Message-Id: <202104242241.13OMf6EH034690@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Jason E. Hale" Subject: git: 0af455342e8d - main - finance/libofx: Update to 0.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhale X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0af455342e8d09ef414d4d6f48ecc6165bfcbd27 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2021 22:41:07 -0000 The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=0af455342e8d09ef414d4d6f48ecc6165bfcbd27 commit 0af455342e8d09ef414d4d6f48ecc6165bfcbd27 Author: Jason E. Hale AuthorDate: 2021-04-24 22:34:28 +0000 Commit: Jason E. Hale CommitDate: 2021-04-24 22:36:15 +0000 finance/libofx: Update to 0.10.2 --- finance/libofx/Makefile | 2 +- finance/libofx/distinfo | 6 +++--- finance/libofx/files/patch-lib_ofx__utilities.cpp | 24 ----------------------- 3 files changed, 4 insertions(+), 28 deletions(-) diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 0b0dee769dc9..757d6116fbf0 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,7 +1,7 @@ # Created by: Glenn Johnson PORTNAME= libofx -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME} diff --git a/finance/libofx/distinfo b/finance/libofx/distinfo index 4e025e825215..b8719f5cc94d 100644 --- a/finance/libofx/distinfo +++ b/finance/libofx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612036787 -SHA256 (libofx-0.10.1.tar.gz) = 3bcc2c86b23dc11315a8ce0c9f20cc504fdc6147ea3a0385cb3e05768279c64d -SIZE (libofx-0.10.1.tar.gz) = 1832954 +TIMESTAMP = 1619298210 +SHA256 (libofx-0.10.2.tar.gz) = 7164fbe6c570867296f38f46f9def62ea993e46f2a67a9af1771d8edb877eb18 +SIZE (libofx-0.10.2.tar.gz) = 1831739 diff --git a/finance/libofx/files/patch-lib_ofx__utilities.cpp b/finance/libofx/files/patch-lib_ofx__utilities.cpp deleted file mode 100644 index 4aca889f43b3..000000000000 --- a/finance/libofx/files/patch-lib_ofx__utilities.cpp +++ /dev/null @@ -1,24 +0,0 @@ -Emulate the behavior of the USG UXIX daylight variable implemented in glibc. -It is supposed to be 0 if the time zone does not have any daylight saving time -rules and non-zero if there is a time during the year when daylight saving -time applies. [1] - -In FreeBSD, tzname[1] should be set to " " (three spaces) if DST is never -observed. [2] - -[1] https://www.gnu.org/software/libc/manual/html_node/Time-Zone-Functions.html#Time-Zone-Functions -[2] https://svnweb.freebsd.org/base/head/contrib/tzcode/stdtime/localtime.c?revision=313774&view=markup#l84 - ---- lib/ofx_utilities.cpp.orig 2018-05-02 19:39:38 UTC -+++ lib/ofx_utilities.cpp -@@ -142,6 +142,10 @@ time_t ofxdate_to_time_t(const string ofxdate) - std::time(&temptime); - local_offset = difftime(mktime(localtime(&temptime)), mktime(gmtime(&temptime))); - /* daylight is set to 1 if the timezone indicated by the environment (either TZ or /etc/localtime) uses daylight savings time (aka summer time). We use it here to provisionally set tm_isdst. */ -+#if defined(__FreeBSD__) -+ tzset(); -+ int daylight = ((tzname[1][0] == ' ') ? 0 : 1); -+#endif - time.tm_isdst = daylight; - - if (ofxdate.size() != 0)