Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:35:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563664 - head/math/py-iohexperimenter
Message-ID:  <202102011935.111JZVcx024250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102011935.111JZVcx024250>