Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2023 18:14:28 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: a5168b5f0d89 - main - devel/py-crc32c: Update version 2.2=>2.3
Message-ID:  <202304141814.33EIESBY003806@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=a5168b5f0d890998b7cdc62052f7fee99350cd6a

commit a5168b5f0d890998b7cdc62052f7fee99350cd6a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-14 17:56:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-14 18:14:14 +0000

    devel/py-crc32c: Update version 2.2=>2.3
    
    - Add multi LICENSE BSD2CLAUSE, BSD3CLAUSE and LGPL21
    - Add WWW
    
    Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.3
---
 devel/py-crc32c/Makefile | 12 +++++++++++-
 devel/py-crc32c/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/devel/py-crc32c/Makefile b/devel/py-crc32c/Makefile
index 44110c5ac529..65f34f440534 100644
--- a/devel/py-crc32c/Makefile
+++ b/devel/py-crc32c/Makefile
@@ -1,13 +1,23 @@
 PORTNAME=	crc32c
-PORTVERSION=	2.2
+PORTVERSION=	2.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python package exposing the intel sse4.2 crc32c instruction
+WWW=		https://github.com/ICRAR/crc32c
+
+LICENSE=	BSD2CLAUSE BSD3CLAUSE LGPL21
+LICENSE_COMB=	multi
+LICENSE_FILE_BSD2CLAUSE=	${WRKSRC}/LICENSE.slice-by-8
+LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/LICENSE.google-crc32c
+LICENSE_FILE_LGPL21=	${WRKSRC}/LICENSE
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c.cpython-39.so
+
 .include <bsd.port.mk>
diff --git a/devel/py-crc32c/distinfo b/devel/py-crc32c/distinfo
index b8c1a8184bd5..841fba663a2c 100644
--- a/devel/py-crc32c/distinfo
+++ b/devel/py-crc32c/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613256555
-SHA256 (crc32c-2.2.tar.gz) = 2643f63dc935260f017889010998cacb7d3a535b40164d688a428494396289b8
-SIZE (crc32c-2.2.tar.gz) = 38417
+TIMESTAMP = 1681494491
+SHA256 (crc32c-2.3.tar.gz) = 17ce6c596ad0d53df52dcd72defb66984aeabd98fbefea7ba848a6b6bdece36a
+SIZE (crc32c-2.3.tar.gz) = 38525



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