svn commit: r467689 - head/math/py-cvxopt

Yuri Victorovich yuri at FreeBSD.org
Wed Apr 18 08:18:18 UTC 2018


Author: yuri
Date: Wed Apr 18 08:18:17 2018
New Revision: 467689
URL: https://svnweb.freebsd.org/changeset/ports/467689

Log:
  math/py-cvxopt: Update 1.1.9 -> 1.2.0
  
  Removed the workaround for the empty directory in post-install because it is gone.
  
  Reported by:	portscout

Modified:
  head/math/py-cvxopt/Makefile
  head/math/py-cvxopt/distinfo

Modified: head/math/py-cvxopt/Makefile
==============================================================================
--- head/math/py-cvxopt/Makefile	Wed Apr 18 08:16:17 2018	(r467688)
+++ head/math/py-cvxopt/Makefile	Wed Apr 18 08:18:17 2018	(r467689)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cvxopt
-DISTVERSION=	1.1.9
+DISTVERSION=	1.2.0
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -23,8 +23,5 @@ CFLAGS+=	-I${LOCALBASE}/include/suitesparse
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cvxopt/*.so
-	# workaround: empty directory is installed: https://github.com/cvxopt/cvxopt/issues/111
-	@${RMDIR} ${STAGEDIR}${PREFIX}/cvxopt
-	@${REINPLACE_CMD} -e 's|${PREFIX}/cvxopt||' ${_PYTHONPKGLIST}
 
 .include <bsd.port.mk>

Modified: head/math/py-cvxopt/distinfo
==============================================================================
--- head/math/py-cvxopt/distinfo	Wed Apr 18 08:16:17 2018	(r467688)
+++ head/math/py-cvxopt/distinfo	Wed Apr 18 08:18:17 2018	(r467689)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522033973
-SHA256 (cvxopt-cvxopt-1.1.9_GH0.tar.gz) = 09997fec809179c9bb9fe8cdd202ad6ecb675f890658219022f492e0797122ee
-SIZE (cvxopt-cvxopt-1.1.9_GH0.tar.gz) = 1872932
+TIMESTAMP = 1524038384
+SHA256 (cvxopt-cvxopt-1.2.0_GH0.tar.gz) = c1d38a43142dd72bde229c243276defda311020ebaf5eb47d2920377cd114817
+SIZE (cvxopt-cvxopt-1.2.0_GH0.tar.gz) = 1876619


More information about the svn-ports-head mailing list