Date: Tue, 7 Jun 2022 21:37:27 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85ceb3e7a42c - main - databases/py-unqlite: Update version 0.5.3=>0.9.3 Message-ID: <202206072137.257LbRMD004264@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=85ceb3e7a42c6ee1eebce633469245e8542ba1fb commit 85ceb3e7a42c6ee1eebce633469245e8542ba1fb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-07 21:00:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-07 21:37:20 +0000 databases/py-unqlite: Update version 0.5.3=>0.9.3 Relnotes: https://github.com/coleifer/unqlite-python/releases/tag/0.9.3 --- databases/py-unqlite/Makefile | 5 ++++- databases/py-unqlite/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile index d0f0fe4e9ac4..b169baed8de5 100644 --- a/databases/py-unqlite/Makefile +++ b/databases/py-unqlite/Makefile @@ -1,5 +1,5 @@ PORTNAME= unqlite -PORTVERSION= 0.5.3 +PORTVERSION= 0.9.3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,4 +12,7 @@ LICENSE= MIT USES= python:3.6+ USE_PYTHON= distutils autoplist cython +post-stage: + @${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so + .include <bsd.port.mk> diff --git a/databases/py-unqlite/distinfo b/databases/py-unqlite/distinfo index ced8e3a4b5ba..eafcf018005b 100644 --- a/databases/py-unqlite/distinfo +++ b/databases/py-unqlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464625232 -SHA256 (unqlite-0.5.3.tar.gz) = 510244124782764f225dd17d0e2aba2ba60d89ba56fc10ae34943c9175fbd4d1 -SIZE (unqlite-0.5.3.tar.gz) = 535060 +TIMESTAMP = 1654634703 +SHA256 (unqlite-0.9.3.tar.gz) = c4cfe3d687d34423e543c6284659a57e88988caf1765b800c4d199ad451a671b +SIZE (unqlite-0.9.3.tar.gz) = 575539
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206072137.257LbRMD004264>