Index: head/math/py-cvxopt/Makefile =================================================================== --- head/math/py-cvxopt/Makefile (revision 492525) +++ head/math/py-cvxopt/Makefile (revision 492526) @@ -1,47 +1,46 @@ # $FreeBSD$ PORTNAME= cvxopt -DISTVERSION= 1.2.2 -PORTREVISION= 1 +DISTVERSION= 1.2.3 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python software for convex optimization LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ libumfpack.so:math/suitesparse USES= python localbase:ldflags USE_GITHUB= yes USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include/suitesparse OPTIONS_DEFINE= GSL FFTW GLPK DSDP OPTIONS_DEFAULT= GSL FFTW GLPK DSDP GSL_DESC= Build with GSL, the GNU scientific library GSL_MAKE_ENV= CVXOPT_BUILD_GSL=1 GSL_LIB_DEPENDS= libgsl.so:math/gsl FFTW_MAKE_ENV= CVXOPT_BUILD_FFTW=1 FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 GLPK_DESC= Build with GLPK, the linear programming solver GLPK_MAKE_ENV= CVXOPT_BUILD_GLPK=1 GLPK_LIB_DEPENDS= libglpk.so:math/glpk DSDP_DESC= Build with DSDP, the interior-point method DSDP_MAKE_ENV= CVXOPT_BUILD_DSDP=1 DSDP_CFLAGS= -I${LOCALBASE}/include/dsdp DSDP_LIB_DEPENDS= libdsdp.so:math/dsdp post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cvxopt/*.so .include Index: head/math/py-cvxopt/distinfo =================================================================== --- head/math/py-cvxopt/distinfo (revision 492525) +++ head/math/py-cvxopt/distinfo (revision 492526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540787925 -SHA256 (cvxopt-cvxopt-1.2.2_GH0.tar.gz) = 2baa9ce39310136dc40f62ad62a9fb2b3bc99c54947dc7cefdf8bc164b4ef173 -SIZE (cvxopt-cvxopt-1.2.2_GH0.tar.gz) = 1889717 +TIMESTAMP = 1549749237 +SHA256 (cvxopt-cvxopt-1.2.3_GH0.tar.gz) = 9a117022984586ecc86ab643da74fcab2411b9c43a26f1b9a9d0bd9ed26728ce +SIZE (cvxopt-cvxopt-1.2.3_GH0.tar.gz) = 1890621