From owner-svn-ports-head@freebsd.org Thu Apr 2 12:01:06 2020 Return-Path: Delivered-To: svn-ports-head@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 AF747262120; Thu, 2 Apr 2020 12:01:05 +0000 (UTC) (envelope-from sunpoet@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48tM8w5Sx2z4HyH; Thu, 2 Apr 2020 12:01:04 +0000 (UTC) (envelope-from sunpoet@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 67BCE18822; Thu, 2 Apr 2020 12:00:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 032C0oQK033149; Thu, 2 Apr 2020 12:00:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 032C0nwZ033146; Thu, 2 Apr 2020 12:00:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004021200.032C0nwZ033146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Apr 2020 12:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530282 - head/databases/libzdb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/libzdb X-SVN-Commit-Revision: 530282 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2020 12:01:06 -0000 Author: sunpoet Date: Thu Apr 2 12:00:49 2020 New Revision: 530282 URL: https://svnweb.freebsd.org/changeset/ports/530282 Log: Update to 3.2.2 Changes: https://www.tildeslash.com/libzdb/#release_notes Modified: head/databases/libzdb/Makefile head/databases/libzdb/distinfo head/databases/libzdb/pkg-plist Modified: head/databases/libzdb/Makefile ============================================================================== --- head/databases/libzdb/Makefile Thu Apr 2 12:00:43 2020 (r530281) +++ head/databases/libzdb/Makefile Thu Apr 2 12:00:49 2020 (r530282) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libzdb -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= databases MASTER_SITES= https://www.tildeslash.com/libzdb/dist/ Modified: head/databases/libzdb/distinfo ============================================================================== --- head/databases/libzdb/distinfo Thu Apr 2 12:00:43 2020 (r530281) +++ head/databases/libzdb/distinfo Thu Apr 2 12:00:49 2020 (r530282) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585059115 -SHA256 (libzdb-3.2.1.tar.gz) = b9a7b59a0a9f53dc87ce1b5a919f21b8cd6448c04a9157bccef1e3c1dffd3ff1 -SIZE (libzdb-3.2.1.tar.gz) = 757535 +TIMESTAMP = 1585752011 +SHA256 (libzdb-3.2.2.tar.gz) = d51e4e21ee1ee84ac8763de91bf485360cd76860b951ca998e891824c4f195ae +SIZE (libzdb-3.2.2.tar.gz) = 752292 Modified: head/databases/libzdb/pkg-plist ============================================================================== --- head/databases/libzdb/pkg-plist Thu Apr 2 12:00:43 2020 (r530281) +++ head/databases/libzdb/pkg-plist Thu Apr 2 12:00:49 2020 (r530282) @@ -4,12 +4,11 @@ include/zdb/Exception.h include/zdb/PreparedStatement.h include/zdb/ResultSet.h include/zdb/SQLException.h -include/zdb/Thread.h include/zdb/URL.h include/zdb/zdb.h include/zdb/zdbpp.h lib/libzdb.a lib/libzdb.so -lib/libzdb.so.12 -lib/libzdb.so.12.0.1 +lib/libzdb.so.13 +lib/libzdb.so.13.0.0 libdata/pkgconfig/zdb.pc