Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 14:14:10 +0000
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: 002d56115208 - main - devel/py-pylibsrtp: Update version 0.12.0=>1.0.0
Message-ID:  <6a412c32.1e96d.514b3cf5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=002d561152087e7e65a5504513afe7d28632e9c0

commit 002d561152087e7e65a5504513afe7d28632e9c0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-06-28 13:57:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-06-28 14:13:37 +0000

    devel/py-pylibsrtp: Update version 0.12.0=>1.0.0
    
    Changelog: https://github.com/aiortc/pylibsrtp/releases/tag/1.0.0
---
 devel/py-pylibsrtp/Makefile | 12 ++++++++++--
 devel/py-pylibsrtp/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/devel/py-pylibsrtp/Makefile b/devel/py-pylibsrtp/Makefile
index dbef0320a87d..7d802a60fda3 100644
--- a/devel/py-pylibsrtp/Makefile
+++ b/devel/py-pylibsrtp/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pylibsrtp
-DISTVERSION=	0.12.0
+DISTVERSION=	1.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +16,16 @@ LIB_DEPENDS=	libsrtp2.so:net/libsrtp2
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
 
-USES=		localbase python
+USES=		localbase python ssl
 USE_PYTHON=	autoplist concurrent pep517
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|^license = "BSD-3-Clause"|license = { text = "BSD-3-Clause" }|' \
+		${WRKSRC}/pyproject.toml
+
+post-stage:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pylibsrtp/_binding*.so
+
 .include <bsd.port.mk>
diff --git a/devel/py-pylibsrtp/distinfo b/devel/py-pylibsrtp/distinfo
index ef685d5b6b41..37825c73a46f 100644
--- a/devel/py-pylibsrtp/distinfo
+++ b/devel/py-pylibsrtp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744033440
-SHA256 (pylibsrtp-0.12.0.tar.gz) = f5c3c0fb6954e7bb74dc7e6398352740ca67327e6759a199fe852dbc7b84b8ac
-SIZE (pylibsrtp-0.12.0.tar.gz) = 10878
+TIMESTAMP = 1782654505
+SHA256 (pylibsrtp-1.0.0.tar.gz) = b39dff075b263a8ded5377f2490c60d2af452c9f06c4d061c7a2b640612b34d4
+SIZE (pylibsrtp-1.0.0.tar.gz) = 10858


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a412c32.1e96d.514b3cf5>