svn commit: r436854 - head/devel/py-xxhash

Matthew Rezny rezny at FreeBSD.org
Fri Mar 24 19:18:14 UTC 2017


Author: rezny
Date: Fri Mar 24 19:18:13 2017
New Revision: 436854
URL: https://svnweb.freebsd.org/changeset/ports/436854

Log:
  Update to 1.0.1
  
  Approved by:	feld (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10130

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

Modified: head/devel/py-xxhash/Makefile
==============================================================================
--- head/devel/py-xxhash/Makefile	Fri Mar 24 19:17:45 2017	(r436853)
+++ head/devel/py-xxhash/Makefile	Fri Mar 24 19:18:13 2017	(r436854)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xxhash
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>1:devel/py-nose
 
-USES=		python
+USES=		python zip
 USE_PYTHON=	distutils autoplist
 
 post-install:

Modified: head/devel/py-xxhash/distinfo
==============================================================================
--- head/devel/py-xxhash/distinfo	Fri Mar 24 19:17:45 2017	(r436853)
+++ head/devel/py-xxhash/distinfo	Fri Mar 24 19:18:13 2017	(r436854)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486815072
-SHA256 (xxhash-1.0.0.tar.gz) = 9b736af6935424ee7814644ee77c3443b90b0f349249e9bc8a1f7ed1a82f6350
-SIZE (xxhash-1.0.0.tar.gz) = 21371
+TIMESTAMP = 1490305209
+SHA256 (xxhash-1.0.1.zip) = 7abe69c9d02374385e23d0e7d6279d5fa03899989d25b381d837fa46cf294831
+SIZE (xxhash-1.0.1.zip) = 28627


More information about the svn-ports-head mailing list