From owner-svn-ports-head@freebsd.org Sat Feb 11 14:19:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22BC3CDA369; Sat, 11 Feb 2017 14:19:25 +0000 (UTC) (envelope-from rezny@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 mx1.freebsd.org (Postfix) with ESMTPS id E3F8312F4; Sat, 11 Feb 2017 14:19:24 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BEJNdZ098852; Sat, 11 Feb 2017 14:19:23 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BEJN7E098850; Sat, 11 Feb 2017 14:19:23 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702111419.v1BEJN7E098850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Sat, 11 Feb 2017 14:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433864 - head/devel/py-xxhash X-SVN-Group: ports-head 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.23 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: Sat, 11 Feb 2017 14:19:25 -0000 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 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