From owner-dev-commits-ports-main@freebsd.org Fri May 28 18:35:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 057D6630100; Fri, 28 May 2021 18:35:24 +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 4FsCzb6mR9z4V0H; Fri, 28 May 2021 18:35:23 +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 CCD641C037; Fri, 28 May 2021 18:35:23 +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 14SIZNAq086091; Fri, 28 May 2021 18:35:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14SIZNdV086090; Fri, 28 May 2021 18:35:23 GMT (envelope-from git) Date: Fri, 28 May 2021 18:35:23 GMT Message-Id: <202105281835.14SIZNdV086090@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Allan Jude Subject: git: f45d21ec05cc - main - www/varnish-libvmod-maxminddb: Update to version 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: allanjude X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f45d21ec05cc03b2e85e8d8a9aab31ede4af112c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2021 18:35:24 -0000 The branch main has been updated by allanjude (doc, src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=f45d21ec05cc03b2e85e8d8a9aab31ede4af112c commit f45d21ec05cc03b2e85e8d8a9aab31ede4af112c Author: Allan Jude AuthorDate: 2021-05-28 18:34:41 +0000 Commit: Allan Jude CommitDate: 2021-05-28 18:34:41 +0000 www/varnish-libvmod-maxminddb: Update to version 1.0.2 catch up with Varnish 6.6 API changes that broke the build Reviewed by: jrm Approved by: jrm Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D30523 --- www/varnish-libvmod-maxminddb/Makefile | 4 +--- www/varnish-libvmod-maxminddb/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/www/varnish-libvmod-maxminddb/Makefile b/www/varnish-libvmod-maxminddb/Makefile index 22c87b6818c7..dfaf11d7253b 100644 --- a/www/varnish-libvmod-maxminddb/Makefile +++ b/www/varnish-libvmod-maxminddb/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvmod-maxminddb -DISTVERSION= 1.0.1 +DISTVERSION= v1.0.2 CATEGORIES= www PKGNAMEPREFIX= varnish- @@ -8,8 +8,6 @@ COMMENT= Varnish Module (vmod) for accessing maxminddb geoip data LICENSE= BSD2CLAUSE -BROKEN= does not compile: no member named 'free' in 'struct vmod_priv' - BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb diff --git a/www/varnish-libvmod-maxminddb/distinfo b/www/varnish-libvmod-maxminddb/distinfo index 4fa98570b094..ed789dd9389a 100644 --- a/www/varnish-libvmod-maxminddb/distinfo +++ b/www/varnish-libvmod-maxminddb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588343073 -SHA256 (scaleengine-libvmod_maxminddb-1.0.1_GH0.tar.gz) = aeec44782edd964e2933cae0f2d66e4c1e9e255017cea67ec4cd0d428d4a51a0 -SIZE (scaleengine-libvmod_maxminddb-1.0.1_GH0.tar.gz) = 4152 +TIMESTAMP = 1622210781 +SHA256 (scaleengine-libvmod_maxminddb-v1.0.2_GH0.tar.gz) = 4663f6b32a9fc1bce294642b4df22f421fed680fce10ba188d44fdb1a6204804 +SIZE (scaleengine-libvmod_maxminddb-v1.0.2_GH0.tar.gz) = 4254