Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:11:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514943 - head/devel/py-xxhash
Message-ID:  <201910201711.x9KHBhr3070851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:11:42 2019
New Revision: 514943
URL: https://svnweb.freebsd.org/changeset/ports/514943

Log:
  Update to 1.4.2
  
  Changes:	https://github.com/ifduyue/python-xxhash/releases
  		https://github.com/ifduyue/python-xxhash/commits/master

Modified:
  head/devel/py-xxhash/Makefile
  head/devel/py-xxhash/distinfo

Modified: head/devel/py-xxhash/Makefile
==============================================================================
--- head/devel/py-xxhash/Makefile	Sun Oct 20 17:11:37 2019	(r514942)
+++ head/devel/py-xxhash/Makefile	Sun Oct 20 17:11:42 2019	(r514943)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xxhash
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.2
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,6 @@ USE_PYTHON=	autoplist concurrent distutils
 
 CONFIGURE_ENV=	XXHASH_LINK_SO=yes
 MAKE_ENV=	XXHASH_LINK_SO=yes
-USE_LOCALE=	en_US.UTF-8
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xxhash/_xxhash.so

Modified: head/devel/py-xxhash/distinfo
==============================================================================
--- head/devel/py-xxhash/distinfo	Sun Oct 20 17:11:37 2019	(r514942)
+++ head/devel/py-xxhash/distinfo	Sun Oct 20 17:11:42 2019	(r514943)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567016147
-SHA256 (xxhash-1.4.1.tar.gz) = 6b5af8c37ff12745ae77f28e695c0d3a3327932fd229824e49382377e940fdf1
-SIZE (xxhash-1.4.1.tar.gz) = 43155
+TIMESTAMP = 1571483875
+SHA256 (xxhash-1.4.2.tar.gz) = 82cdc67b41da904aa2921107e9877814079d9b067a99f19852b5d85e8a40555d
+SIZE (xxhash-1.4.2.tar.gz) = 43267



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