Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 08:18:17 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467689 - head/math/py-cvxopt
Message-ID:  <201804180818.w3I8IHJQ009280@repo.freebsd.org>

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



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