Date: Mon, 15 Apr 2019 11:35:08 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499016 - head/math/nlopt Message-ID: <201904151135.x3FBZ8o9083402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Apr 15 11:35:08 2019 New Revision: 499016 URL: https://svnweb.freebsd.org/changeset/ports/499016 Log: math/nlopt: Update to version 2.6.1 PR: 237274 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Modified: head/math/nlopt/Makefile (contents, props changed) head/math/nlopt/distinfo (contents, props changed) head/math/nlopt/pkg-plist (contents, props changed) Modified: head/math/nlopt/Makefile ============================================================================== --- head/math/nlopt/Makefile Mon Apr 15 10:45:33 2019 (r499015) +++ head/math/nlopt/Makefile Mon Apr 15 11:35:08 2019 (r499016) @@ -3,8 +3,7 @@ PORTNAME= nlopt DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 -PORTREVISION= 1 +DISTVERSION= 2.6.1 CATEGORIES= math MAINTAINER= rhurlin@gwdg.de @@ -17,13 +16,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory BROKEN_armv7= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory +BUILD_DEPENDS= swig3.0:devel/swig30 \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.1:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libgmp.so:math/gmp \ libguile-2.0.so:lang/guile2 -BUILD_DEPENDS= swig3.0:devel/swig30 \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.1:math/py-numpy@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.1:math/py-numpy@${PY_FLAVOR} -USES= cmake compiler:features pathfix pkgconfig python:2.7 +USES= cmake compiler:features pathfix pkgconfig python USE_LDCONFIG= yes USE_GITHUB= yes Modified: head/math/nlopt/distinfo ============================================================================== --- head/math/nlopt/distinfo Mon Apr 15 10:45:33 2019 (r499015) +++ head/math/nlopt/distinfo Mon Apr 15 11:35:08 2019 (r499016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543131988 -SHA256 (stevengj-nlopt-v2.5.0_GH0.tar.gz) = c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae -SIZE (stevengj-nlopt-v2.5.0_GH0.tar.gz) = 2403609 +TIMESTAMP = 1555230665 +SHA256 (stevengj-nlopt-v2.6.1_GH0.tar.gz) = 66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650 +SIZE (stevengj-nlopt-v2.6.1_GH0.tar.gz) = 2037462 Modified: head/math/nlopt/pkg-plist ============================================================================== --- head/math/nlopt/pkg-plist Mon Apr 15 10:45:33 2019 (r499015) +++ head/math/nlopt/pkg-plist Mon Apr 15 11:35:08 2019 (r499016) @@ -8,7 +8,7 @@ lib/cmake/nlopt/NLoptLibraryDepends.cmake lib/guile/2.0/extensions/nlopt_guile.so lib/libnlopt.so lib/libnlopt.so.0 -lib/libnlopt.so.0.9.0 +lib/libnlopt.so.0.10.0 %%PYTHON_SITELIBDIR%%/_nlopt.so %%PYTHON_SITELIBDIR%%/nlopt.py libdata/pkgconfig/nlopt.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904151135.x3FBZ8o9083402>