From owner-dev-commits-ports-all@freebsd.org Sat Aug 28 21:18:28 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 7923E679FB6; Sat, 28 Aug 2021 21:18:28 +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 4GxqFJ2mk1z3Jg2; Sat, 28 Aug 2021 21:18:28 +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 454701E354; Sat, 28 Aug 2021 21:18:28 +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 17SLISvM067364; Sat, 28 Aug 2021 21:18:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17SLIS5C067363; Sat, 28 Aug 2021 21:18:28 GMT (envelope-from git) Date: Sat, 28 Aug 2021 21:18:28 GMT Message-Id: <202108282118.17SLIS5C067363@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Steve Wills Subject: git: 54764895bab5 - main - devel/libzim: update to 6.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: swills X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 54764895bab54e5886c5d9a6190a113bfa2f8b58 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, 28 Aug 2021 21:18:28 -0000 The branch main has been updated by swills: URL: https://cgit.FreeBSD.org/ports/commit/?id=54764895bab54e5886c5d9a6190a113bfa2f8b58 commit 54764895bab54e5886c5d9a6190a113bfa2f8b58 Author: Daniel Engberg AuthorDate: 2021-08-28 21:17:44 +0000 Commit: Steve Wills CommitDate: 2021-08-28 21:18:19 +0000 devel/libzim: update to 6.3.2 PR: 252378 --- devel/libzim/Makefile | 14 +++++++------- devel/libzim/distinfo | 6 +++--- devel/libzim/pkg-plist | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devel/libzim/Makefile b/devel/libzim/Makefile index 4d8096b30aee..dc3eb91d26b2 100644 --- a/devel/libzim/Makefile +++ b/devel/libzim/Makefile @@ -1,7 +1,7 @@ PORTNAME= libzim -PORTVERSION= 6.3.0 -PORTREVISION= 1 +DISTVERSION= 6.3.2 CATEGORIES= devel +MASTER_SITES= https://download.openzim.org/release/libzim/ MAINTAINER= swills@FreeBSD.org COMMENT= Reference implementation of the ZIM specification @@ -9,16 +9,16 @@ COMMENT= Reference implementation of the ZIM specification LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= googletest>0:devel/googletest + LIB_DEPENDS= libicui18n.so:devel/icu \ libxapian.so:databases/xapian-core \ libzstd.so:archivers/zstd -USES= compiler:c++11-lang meson pkgconfig python:3.4+ +USES= compiler:c++11-lang meson pkgconfig python:3.6+ tar:xz USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= openzim -BINARY_ALIAS= python3=python${PYTHON_VER} python3-config=python${PYTHON_VER}-config -PLIST_SUB= PORTVERSION=${PORTVERSION} PORTMAJ=${PORTVERSION:C/\..*//} +BINARY_ALIAS= python3=${PYTHON_CMD:T} python3-config=${PYTHON_CMD:T}-config +PLIST_SUB= DISTVERSION=${DISTVERSION} DISTMAJ=${DISTVERSION:C/\..*//} .include diff --git a/devel/libzim/distinfo b/devel/libzim/distinfo index e710cfc581ba..1cfa0eb53c48 100644 --- a/devel/libzim/distinfo +++ b/devel/libzim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607220185 -SHA256 (openzim-libzim-6.3.0_GH0.tar.gz) = 984d2f3881c507c9f0212dc2bc1b808d25cdeef6a62043f9211fcb78a231a986 -SIZE (openzim-libzim-6.3.0_GH0.tar.gz) = 28664137 +TIMESTAMP = 1623283070 +SHA256 (libzim-6.3.2.tar.xz) = a7c8670068c3c5882bfe0429ecd21479d83e3e08eb6a7d72b7f187a6f53d553a +SIZE (libzim-6.3.2.tar.xz) = 27636304 diff --git a/devel/libzim/pkg-plist b/devel/libzim/pkg-plist index 1930e59f6809..5a87560026ff 100644 --- a/devel/libzim/pkg-plist +++ b/devel/libzim/pkg-plist @@ -12,6 +12,6 @@ include/zim/writer/creator.h include/zim/writer/url.h include/zim/zim.h lib/libzim.so -lib/libzim.so.%%PORTMAJ%% -lib/libzim.so.%%PORTVERSION%% +lib/libzim.so.%%DISTMAJ%% +lib/libzim.so.%%DISTVERSION%% libdata/pkgconfig/libzim.pc