Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2020 00:55:13 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547305 - in head/devel/libthmap: . files
Message-ID:  <202009020055.0820tDCd061045@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <inttypes.h>
+-#include <endian.h>
++#include <sys/endian.h>
+ 
+ #include "utils.h"
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009020055.0820tDCd061045>