Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:10:27 +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: r558537 - head/math/py-iohexperimenter
Message-ID:  <202012192010.0BJKARc8002587@repo.freebsd.org>

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



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