svn commit: r476559 - head/math/py-pycosat

Kubilay Kocak koobs at FreeBSD.org
Tue Aug 7 02:42:56 UTC 2018


Author: koobs
Date: Tue Aug  7 02:42:54 2018
New Revision: 476559
URL: https://svnweb.freebsd.org/changeset/ports/476559

Log:
  math/py-pycosat: Update to 0.6.3
  
  Changelog:
  
    https://github.com/ContinuumIO/pycosat/blob/0.6.3/CHANGELOG

Modified:
  head/math/py-pycosat/Makefile
  head/math/py-pycosat/distinfo

Modified: head/math/py-pycosat/Makefile
==============================================================================
--- head/math/py-pycosat/Makefile	Tue Aug  7 02:42:17 2018	(r476558)
+++ head/math/py-pycosat/Makefile	Tue Aug  7 02:42:54 2018	(r476559)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pycosat
-PORTVERSION=	0.6.1
+PORTVERSION=	0.6.3
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpicosat.so:math/picosat
 
-USES=		python
+USES=		python zip
 USE_PYTHON=	autoplist distutils
 
 PYDISTUTILS_BUILDARGS=	build_ext \

Modified: head/math/py-pycosat/distinfo
==============================================================================
--- head/math/py-pycosat/distinfo	Tue Aug  7 02:42:17 2018	(r476558)
+++ head/math/py-pycosat/distinfo	Tue Aug  7 02:42:54 2018	(r476559)
@@ -1,2 +1,3 @@
-SHA256 (pycosat-0.6.1.tar.gz) = d438c488da6dd7bbb23ca8ac10531f1fbbd117bdbc2e6245382c1fe202e483ce
-SIZE (pycosat-0.6.1.tar.gz) = 59270
+TIMESTAMP = 1533608453
+SHA256 (pycosat-0.6.3.zip) = 4c99874946a7e939bb941bbb019dd2c20e6068e3107c91366e7779c69d70e0ed
+SIZE (pycosat-0.6.3.zip) = 66825


More information about the svn-ports-all mailing list