Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2022 19:02:32 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: 0fb68679d73d - main - www/py-tvdb_api: Runtime fix
Message-ID:  <202210021902.292J2WGD050360@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=0fb68679d73d79fc0bb0a6ebfe835d0efd4abca2

commit 0fb68679d73d79fc0bb0a6ebfe835d0efd4abca2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-10-02 19:01:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-10-02 19:02:24 +0000

    www/py-tvdb_api: Runtime fix
    
    multimedia/py-tvnamer is failing to run after Python upgrade to 3.8.13.
    This update fix this runtime issue. py-tvdb_api is the core library used
    by py-tvnamer.
    
    PR:             263862
    Reported by:    huber.georg@gmail.com
---
 www/py-tvdb_api/Makefile | 5 +++--
 www/py-tvdb_api/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/www/py-tvdb_api/Makefile b/www/py-tvdb_api/Makefile
index 276c4152ee3c..7aa215041a33 100644
--- a/www/py-tvdb_api/Makefile
+++ b/www/py-tvdb_api/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	tvdb_api
 PORTVERSION=	3.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 PATCH_SITES=	https://github.com/dbr/${PORTNAME}/commit/
-PATCHFILES+=	f8db8e91377b30a6da078a43467ebf2f3b38227e.patch:-p1
+PATCHFILES+=	f8db8e91377b30a6da078a43467ebf2f3b38227e.patch:-p1 \
+				a346a0bb4348d084de767d235e028b9207e123c1.patch:-p1
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	API interface to TheTVDB.com
diff --git a/www/py-tvdb_api/distinfo b/www/py-tvdb_api/distinfo
index 82281196de94..ece99418d3a2 100644
--- a/www/py-tvdb_api/distinfo
+++ b/www/py-tvdb_api/distinfo
@@ -1,5 +1,7 @@
-TIMESTAMP = 1652018896
+TIMESTAMP = 1664736987
 SHA256 (tvdb_api-3.1.0.tar.gz) = f63f6db99441bb202368d44aaabc956acc4202b18fc343a66bf724383ee1f563
 SIZE (tvdb_api-3.1.0.tar.gz) = 23123
 SHA256 (f8db8e91377b30a6da078a43467ebf2f3b38227e.patch) = 18fe71b4947216964b629a19f9bcf106f158cff50f85e1e18086f53d2210b0d5
 SIZE (f8db8e91377b30a6da078a43467ebf2f3b38227e.patch) = 1250
+SHA256 (a346a0bb4348d084de767d235e028b9207e123c1.patch) = 624df4cc3cf9c2cdcf0787e33e9e14436f2cdacb3ee5dc51a8e5fbdb42991951
+SIZE (a346a0bb4348d084de767d235e028b9207e123c1.patch) = 817



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