From owner-svn-ports-head@freebsd.org Wed Sep 2 00:55:13 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 CF5513C40AD; Wed, 2 Sep 2020 00:55:13 +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 4Bh5815BDlz3fSf; Wed, 2 Sep 2020 00:55:13 +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 954762257B; Wed, 2 Sep 2020 00:55:13 +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 0820tDxZ061048; Wed, 2 Sep 2020 00:55:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0820tDCd061045; Wed, 2 Sep 2020 00:55:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202009020055.0820tDCd061045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 2 Sep 2020 00:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547305 - in head/devel/libthmap: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/libthmap: . files X-SVN-Commit-Revision: 547305 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.33 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: Wed, 02 Sep 2020 00:55:13 -0000 Author: swills Date: Wed Sep 2 00:55:12 2020 New Revision: 547305 URL: https://svnweb.freebsd.org/changeset/ports/547305 Log: devel/libthmap: update to new snapshot Added: head/devel/libthmap/files/ head/devel/libthmap/files/patch-murmurhash.c (contents, props changed) Modified: head/devel/libthmap/Makefile (contents, props changed) head/devel/libthmap/distinfo (contents, props changed) Modified: head/devel/libthmap/Makefile ============================================================================== --- head/devel/libthmap/Makefile Wed Sep 2 00:54:52 2020 (r547304) +++ head/devel/libthmap/Makefile Wed Sep 2 00:55:12 2020 (r547305) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libthmap -PORTVERSION= g2019052401 -PORTREVISION= 1 +PORTVERSION= g2020082801 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -16,7 +15,7 @@ USES= compiler:c11 gmake libtool:build USE_GITHUB= yes GH_ACCOUNT= rmind GH_PROJECT= thmap -GH_TAGNAME= 0f1cbfc +GH_TAGNAME= 8149b27 WRKSRC_SUBDIR= src USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ Modified: head/devel/libthmap/distinfo ============================================================================== --- head/devel/libthmap/distinfo Wed Sep 2 00:54:52 2020 (r547304) +++ head/devel/libthmap/distinfo Wed Sep 2 00:55:12 2020 (r547305) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558679673 -SHA256 (rmind-thmap-g2019052401-0f1cbfc_GH0.tar.gz) = a618091195b47b7f1ba474f9b4ec60583031956060268ff66a56260d5d5f55a0 -SIZE (rmind-thmap-g2019052401-0f1cbfc_GH0.tar.gz) = 22315 +TIMESTAMP = 1598650728 +SHA256 (rmind-thmap-g2020082801-8149b27_GH0.tar.gz) = f9d67dd970ac0c14669306a7c183a58cc070ee20dfd401bc7113f7fa1fb0c1e7 +SIZE (rmind-thmap-g2020082801-8149b27_GH0.tar.gz) = 23267 Added: head/devel/libthmap/files/patch-murmurhash.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libthmap/files/patch-murmurhash.c Wed Sep 2 00:55:12 2020 (r547305) @@ -0,0 +1,11 @@ +--- murmurhash.c.orig 2020-08-28 21:41:19 UTC ++++ murmurhash.c +@@ -9,7 +9,7 @@ + */ + + #include +-#include ++#include + + #include "utils.h" +