Date: Wed, 14 Apr 2021 08:37:26 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a2fd5408fd4 - main - math/py-scs: Update 2.1.2 -> 2.1.3 Message-ID: <202104140837.13E8bQ62060360@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a2fd5408fd43632bafe38cfec28f73a16284d9e commit 3a2fd5408fd43632bafe38cfec28f73a16284d9e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-14 07:53:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-14 08:37:17 +0000 math/py-scs: Update 2.1.2 -> 2.1.3 Reported by: portscout --- math/py-scs/Makefile | 6 +++++- math/py-scs/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile index 8270a4d47b15..884a81cb307a 100644 --- a/math/py-scs/Makefile +++ b/math/py-scs/Makefile @@ -1,5 +1,5 @@ PORTNAME= scs -DISTVERSION= 2.1.2 +DISTVERSION= 2.1.3 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,6 +8,7 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Splitting conic solver for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ @@ -19,4 +20,7 @@ USE_PYTHON= distutils autoplist CONFIGURE_ENV= BLAS_LAPACK_LIBS="openblas" MAKE_ENV= ${CONFIGURE_ENV} +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_scs_*.so + .include <bsd.port.mk> diff --git a/math/py-scs/distinfo b/math/py-scs/distinfo index 774d05f2647a..13202a2735b3 100644 --- a/math/py-scs/distinfo +++ b/math/py-scs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605074110 -SHA256 (scs-2.1.2.tar.gz) = 667ed6019bb4e2f925bd9291161d2c61cc0077443094437b703ea905333fd585 -SIZE (scs-2.1.2.tar.gz) = 3544065 +TIMESTAMP = 1618386064 +SHA256 (scs-2.1.3.tar.gz) = 7c9ca6730638abcbd004909e7f4816b9e2c1486d3e864b1a26261ca84002cbf0 +SIZE (scs-2.1.3.tar.gz) = 147120
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104140837.13E8bQ62060360>