svn commit: r558537 - head/math/py-iohexperimenter
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 19 20:10:31 UTC 2020
Author: sunpoet
Date: Sat Dec 19 20:10:26 2020
New Revision: 558537
URL: https://svnweb.freebsd.org/changeset/ports/558537
Log:
Update to 0.2.8.7
- Use USES=dos2unix to convert CRLF to LF
Changes: https://github.com/IOHprofiler/IOHexperimenter/releases
Modified:
head/math/py-iohexperimenter/Makefile
head/math/py-iohexperimenter/distinfo
Modified: head/math/py-iohexperimenter/Makefile
==============================================================================
--- head/math/py-iohexperimenter/Makefile Sat Dec 19 20:10:22 2020 (r558536)
+++ head/math/py-iohexperimenter/Makefile Sat Dec 19 20:10:26 2020 (r558537)
@@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= iohexperimenter
-PORTVERSION= 0.2.8
-DISTVERSIONSUFFIX= r
+PORTVERSION= 0.2.8.7
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= IOHexperimenter-${DISTVERSIONFULL}
+DISTNAME= IOHexperimenter-${PORTVERSION}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Experimenter for Iterative Optimization Heuristic
@@ -17,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYNUMPY}
-USES= compiler:c++14-lang python:3.6+
+USES= compiler:c++14-lang dos2unix python:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_CXXSTD= c++14
Modified: head/math/py-iohexperimenter/distinfo
==============================================================================
--- head/math/py-iohexperimenter/distinfo Sat Dec 19 20:10:22 2020 (r558536)
+++ head/math/py-iohexperimenter/distinfo Sat Dec 19 20:10:26 2020 (r558537)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604676583
-SHA256 (IOHexperimenter-0.2.8r.tar.gz) = 837ba5e8844de28344bfde0810a19e6fa9e91ba9eddc11f19ac5be796f4db0a2
-SIZE (IOHexperimenter-0.2.8r.tar.gz) = 244469
+TIMESTAMP = 1608366162
+SHA256 (IOHexperimenter-0.2.8.7.tar.gz) = 7a22e56b2626bdf30d637677413670a9211ca72a78cf6cf76b57a63f8b288e77
+SIZE (IOHexperimenter-0.2.8.7.tar.gz) = 245011
More information about the svn-ports-head
mailing list