svn commit: r563664 - head/math/py-iohexperimenter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:35:35 UTC 2021


Author: sunpoet
Date: Mon Feb  1 19:35:31 2021
New Revision: 563664
URL: https://svnweb.freebsd.org/changeset/ports/563664

Log:
  Fix typo
  
  - Bump PORTREVISION for dependency change
  
  Reported by:	rene

Modified:
  head/math/py-iohexperimenter/Makefile

Modified: head/math/py-iohexperimenter/Makefile
==============================================================================
--- head/math/py-iohexperimenter/Makefile	Mon Feb  1 19:35:25 2021	(r563663)
+++ head/math/py-iohexperimenter/Makefile	Mon Feb  1 19:35:31 2021	(r563664)
@@ -3,6 +3,7 @@
 
 PORTNAME=	iohexperimenter
 PORTVERSION=	0.2.9
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ COMMENT=	Experimenter for Iterative Optimization Heuri
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-xRUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYNUMPY}
 
 USES=		compiler:c++14-lang dos2unix python:3.6+
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list