Date: Sat, 11 Feb 2017 14:19:23 +0000 (UTC) From: Matthew Rezny <rezny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433864 - head/devel/py-xxhash Message-ID: <201702111419.v1BEJN7E098850@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rezny Date: Sat Feb 11 14:19:23 2017 New Revision: 433864 URL: https://svnweb.freebsd.org/changeset/ports/433864 Log: Update to 1.0.0 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9540 Modified: head/devel/py-xxhash/Makefile head/devel/py-xxhash/distinfo Modified: head/devel/py-xxhash/Makefile ============================================================================== --- head/devel/py-xxhash/Makefile Sat Feb 11 14:17:58 2017 (r433863) +++ head/devel/py-xxhash/Makefile Sat Feb 11 14:19:23 2017 (r433864) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xxhash -PORTVERSION= 0.6.1 +PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,6 @@ USES= python USE_PYTHON= distutils autoplist post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xxhash.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xxhash/cpython.so .include <bsd.port.mk> Modified: head/devel/py-xxhash/distinfo ============================================================================== --- head/devel/py-xxhash/distinfo Sat Feb 11 14:17:58 2017 (r433863) +++ head/devel/py-xxhash/distinfo Sat Feb 11 14:19:23 2017 (r433864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486324569 -SHA256 (xxhash-0.6.1.tar.gz) = 829848ba7575802d99ab5d7e39277eeea85f85b199bc5487661faa350d983611 -SIZE (xxhash-0.6.1.tar.gz) = 19257 +TIMESTAMP = 1486815072 +SHA256 (xxhash-1.0.0.tar.gz) = 9b736af6935424ee7814644ee77c3443b90b0f349249e9bc8a1f7ed1a82f6350 +SIZE (xxhash-1.0.0.tar.gz) = 21371
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702111419.v1BEJN7E098850>