From owner-svn-ports-head@freebsd.org Sun Sep 23 19:16:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D0AC1095A1F; Sun, 23 Sep 2018 19:16:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D65077FD03; Sun, 23 Sep 2018 19:16:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B44E66EB7; Sun, 23 Sep 2018 19:16:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NJGOrk034597; Sun, 23 Sep 2018 19:16:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8NJGO6E034595; Sun, 23 Sep 2018 19:16:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809231916.w8NJGO6E034595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 23 Sep 2018 19:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480525 - in head/math/py-cyipopt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/py-cyipopt: . files X-SVN-Commit-Revision: 480525 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 19:16:25 -0000 Author: yuri Date: Sun Sep 23 19:16:23 2018 New Revision: 480525 URL: https://svnweb.freebsd.org/changeset/ports/480525 Log: math/py-cyipopt: Update 0.1.7 -> 0.1.8 Reported by: portscout Added: head/math/py-cyipopt/files/ head/math/py-cyipopt/files/patch-ipopt_version.py (contents, props changed) Modified: head/math/py-cyipopt/Makefile head/math/py-cyipopt/distinfo Modified: head/math/py-cyipopt/Makefile ============================================================================== --- head/math/py-cyipopt/Makefile Sun Sep 23 18:53:49 2018 (r480524) +++ head/math/py-cyipopt/Makefile Sun Sep 23 19:16:23 2018 (r480525) @@ -2,8 +2,7 @@ PORTNAME= cyipopt DISTVERSIONPREFIX= v -DISTVERSION= 0.1.7 -PORTREVISION= 1 +DISTVERSION= 0.1.8 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +17,9 @@ LIB_DEPENDS= libblas.so:math/blas \ libcoinmetis.so:math/ipopt \ liblapack.so:math/lapack RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= fortran python pkgconfig # fortran because ipopt's pkg-config returns gcc libs USE_GITHUB= yes Modified: head/math/py-cyipopt/distinfo ============================================================================== --- head/math/py-cyipopt/distinfo Sun Sep 23 18:53:49 2018 (r480524) +++ head/math/py-cyipopt/distinfo Sun Sep 23 19:16:23 2018 (r480525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522559375 -SHA256 (matthias-k-cyipopt-v0.1.7_GH0.tar.gz) = e62d4265743078c60f0af1426218310a9fbc1b6d0d0e60879e172d569dd3343d -SIZE (matthias-k-cyipopt-v0.1.7_GH0.tar.gz) = 40782 +TIMESTAMP = 1537725965 +SHA256 (matthias-k-cyipopt-v0.1.8_GH0.tar.gz) = 146d014b69914a63c4b5b2c220db8c132756abad45aec387a8e045d7539a0137 +SIZE (matthias-k-cyipopt-v0.1.8_GH0.tar.gz) = 45348 Added: head/math/py-cyipopt/files/patch-ipopt_version.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-cyipopt/files/patch-ipopt_version.py Sun Sep 23 19:16:23 2018 (r480525) @@ -0,0 +1,16 @@ +https://github.com/matthias-k/cyipopt/issues/34 + +--- ipopt/version.py.orig 2018-09-23 19:06:45 UTC ++++ ipopt/version.py +@@ -4,9 +4,9 @@ + cyipopt: Python wrapper for the Ipopt optimization package, written in Cython. + + Copyright (C) 2012-2015 Amit Aides +-Copyright (C) 2015-2018 Matthias Kümmerer ++Copyright (C) 2015-2018 Matthias Kummerer + +-Author: Matthias Kümmerer ++Author: Matthias Kummerer + (original Author: Amit Aides ) + URL: https://github.com/matthias-k/cyipopt + License: EPL 1.0