git: 8318113b3ff7 - main - comms/py-libscrc: Update to 1.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Oct 2022 10:23:36 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=8318113b3ff7a87ea3dbfa58d1062d5328ae197f commit 8318113b3ff7a87ea3dbfa58d1062d5328ae197f Author: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> AuthorDate: 2022-10-24 10:22:13 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-10-24 10:22:13 +0000 comms/py-libscrc: Update to 1.8.1 - strip shared libraries ChangeLog: https://github.com/hex-in/libscrc/compare/v1.8...v1.8.1 PR: 267297 --- comms/py-libscrc/Makefile | 5 ++++- comms/py-libscrc/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/comms/py-libscrc/Makefile b/comms/py-libscrc/Makefile index e49ccb3adcf2..f75ecbec6f44 100644 --- a/comms/py-libscrc/Makefile +++ b/comms/py-libscrc/Makefile @@ -1,6 +1,6 @@ PORTNAME= libscrc DISTVERSIONPREFIX= v -DISTVERSION= 1.8 +DISTVERSION= 1.8.1 CATEGORIES= comms python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,9 @@ USE_PYTHON= autoplist distutils TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + do-test: @cd ${TEST_WRKSRC} && for test in \ libscrc/test/canx.py \ diff --git a/comms/py-libscrc/distinfo b/comms/py-libscrc/distinfo index f76403599c6c..2dd725ee0b57 100644 --- a/comms/py-libscrc/distinfo +++ b/comms/py-libscrc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653037949 -SHA256 (hex-in-libscrc-v1.8_GH0.tar.gz) = d4177f524d361ab7ccd26ba629dff09d4a3dfeb17079247e3a2ff8da9094bba7 -SIZE (hex-in-libscrc-v1.8_GH0.tar.gz) = 54403 +TIMESTAMP = 1666550588 +SHA256 (hex-in-libscrc-v1.8.1_GH0.tar.gz) = f73db7acf7b8aba69f61751592be2200f9c99143f0d398873fe269986ddb767f +SIZE (hex-in-libscrc-v1.8.1_GH0.tar.gz) = 54787