svn commit: r366068 - head/math/py-pycosat
Kubilay Kocak
koobs at FreeBSD.org
Mon Aug 25 11:45:23 UTC 2014
Author: koobs
Date: Mon Aug 25 11:45:23 2014
New Revision: 366068
URL: http://svnweb.freebsd.org/changeset/ports/366068
QAT: https://qat.redports.org/buildarchive/r366068/
Log:
math/py-pycosat: Chase category change for math/picosat
Change category change for math/picosat in LIB_DEPENDS
Modified:
head/math/py-pycosat/Makefile
Modified: head/math/py-pycosat/Makefile
==============================================================================
--- head/math/py-pycosat/Makefile Mon Aug 25 11:24:39 2014 (r366067)
+++ head/math/py-pycosat/Makefile Mon Aug 25 11:45:23 2014 (r366068)
@@ -3,6 +3,7 @@
PORTNAME= pycosat
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Bindings to PicoSAT (a SAT solv
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libpicosat.so:${PORTSDIR}/devel/picosat
+LIB_DEPENDS= libpicosat.so:${PORTSDIR}/math/picosat
USES= python
USE_PYTHON= autoplist distutils
More information about the svn-ports-head
mailing list