From owner-svn-ports-head@freebsd.org Sun Dec 6 02:27:29 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 A61BA468991; Sun, 6 Dec 2020 02:27:29 +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.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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CpVhd4LJnz529v; Sun, 6 Dec 2020 02:27:29 +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 88181624; Sun, 6 Dec 2020 02:27:29 +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 0B62RTBn070223; Sun, 6 Dec 2020 02:27:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B62RTdn070216; Sun, 6 Dec 2020 02:27:29 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202012060227.0B62RTdn070216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 6 Dec 2020 02:27:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557104 - in head/devel: kiwix-lib libzim X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: kiwix-lib libzim X-SVN-Commit-Revision: 557104 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.34 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: Sun, 06 Dec 2020 02:27:29 -0000 Author: swills Date: Sun Dec 6 02:27:28 2020 New Revision: 557104 URL: https://svnweb.freebsd.org/changeset/ports/557104 Log: devel/libzim: update to 6.3.0 While here, fix build of devel/kiwix-lib with new libzim Modified: head/devel/kiwix-lib/Makefile (contents, props changed) head/devel/libzim/Makefile (contents, props changed) head/devel/libzim/distinfo (contents, props changed) Modified: head/devel/kiwix-lib/Makefile ============================================================================== --- head/devel/kiwix-lib/Makefile Sun Dec 6 02:02:10 2020 (r557103) +++ head/devel/kiwix-lib/Makefile Sun Dec 6 02:27:28 2020 (r557104) @@ -33,6 +33,7 @@ GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \ MESON_ARGS= -Dctpp2-install-prefix=${LOCALBASE} CPPFLAGS+= -I${WRKSRC_mustache} CXXFLAGS+= -I${WRKSRC_mustache} +LDFLAGS+= -lz SHEBANG_FILES= scripts/kiwix-compile-resources PLIST_SUB= PORTVERSION=${PORTVERSION} PORTMAJ=${PORTVERSION:C/\..*//} Modified: head/devel/libzim/Makefile ============================================================================== --- head/devel/libzim/Makefile Sun Dec 6 02:02:10 2020 (r557103) +++ head/devel/libzim/Makefile Sun Dec 6 02:27:28 2020 (r557104) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libzim -PORTVERSION= 6.2.2 -PORTREVISION= 1 +PORTVERSION= 6.3.0 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org Modified: head/devel/libzim/distinfo ============================================================================== --- head/devel/libzim/distinfo Sun Dec 6 02:02:10 2020 (r557103) +++ head/devel/libzim/distinfo Sun Dec 6 02:27:28 2020 (r557104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599136280 -SHA256 (openzim-libzim-6.2.2_GH0.tar.gz) = 6619035d35c9ba057c80be5758fa86922802c74aca40e5fffd40b77f0f263af2 -SIZE (openzim-libzim-6.2.2_GH0.tar.gz) = 28595026 +TIMESTAMP = 1607220185 +SHA256 (openzim-libzim-6.3.0_GH0.tar.gz) = 984d2f3881c507c9f0212dc2bc1b808d25cdeef6a62043f9211fcb78a231a986 +SIZE (openzim-libzim-6.3.0_GH0.tar.gz) = 28664137