Date: Sat, 15 Aug 2020 16:31:45 +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: r544990 - head/devel/py-xxhash Message-ID: <202008151631.07FGVj8s007662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 15 16:31:44 2020 New Revision: 544990 URL: https://svnweb.freebsd.org/changeset/ports/544990 Log: Update to 2.0.0 Changes: https://github.com/ifduyue/python-xxhash/releases Modified: head/devel/py-xxhash/Makefile head/devel/py-xxhash/distinfo Modified: head/devel/py-xxhash/Makefile ============================================================================== --- head/devel/py-xxhash/Makefile Sat Aug 15 16:31:40 2020 (r544989) +++ head/devel/py-xxhash/Makefile Sat Aug 15 16:31:44 2020 (r544990) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xxhash -PORTVERSION= 1.4.4 +PORTVERSION= 2.0.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ COMMENT= Python bindings for the xxHash library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= xxhash>=0.8.0:devel/xxhash LIB_DEPENDS= libxxhash.so:devel/xxhash USES= localbase python Modified: head/devel/py-xxhash/distinfo ============================================================================== --- head/devel/py-xxhash/distinfo Sat Aug 15 16:31:40 2020 (r544989) +++ head/devel/py-xxhash/distinfo Sat Aug 15 16:31:44 2020 (r544990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592846056 -SHA256 (xxhash-1.4.4.tar.gz) = 7d6df9d217977d085b8abd74b61efa40405ac416f2d8bdacc40826bd5cb1b746 -SIZE (xxhash-1.4.4.tar.gz) = 54536 +TIMESTAMP = 1596954350 +SHA256 (xxhash-2.0.0.tar.gz) = 58ca818554c1476fa1456f6cd4b87002e2294f09baf0f81e5a2a4968e62c423c +SIZE (xxhash-2.0.0.tar.gz) = 64099
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008151631.07FGVj8s007662>