git: 14fabebc3764 - main - textproc/py-ufal.udpipe: Fix fetch

Yuri Victorovich <[email protected]> Thu, 06 Aug 2026 18:08:14 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14fabebc376415709a7536c7947702d14665873d

commit 14fabebc376415709a7536c7947702d14665873d
Author:     Yuri Victorovich <[email protected]>
AuthorDate: 2026-08-06 18:07:02 +0000
Commit:     Yuri Victorovich <[email protected]>
CommitDate: 2026-08-06 18:08:10 +0000

    textproc/py-ufal.udpipe: Fix fetch
    
    The tarball was renamed to have _ instead of . in it.
    
    Reported by:    fallout
---
 textproc/py-ufal.udpipe/Makefile | 1 +
 textproc/py-ufal.udpipe/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/textproc/py-ufal.udpipe/Makefile b/textproc/py-ufal.udpipe/Makefile
index df0208206d81..4bb876e5d374 100644
--- a/textproc/py-ufal.udpipe/Makefile
+++ b/textproc/py-ufal.udpipe/Makefile
@@ -3,6 +3,7 @@ PORTVERSION=	1.4.0.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/./_/}-${PORTVERSION}
 
 MAINTAINER=	[email protected]
 COMMENT=	Python bindings to UDPipe library for parsing universal treebanks
diff --git a/textproc/py-ufal.udpipe/distinfo b/textproc/py-ufal.udpipe/distinfo
index b2da7462069e..16f973c02036 100644
--- a/textproc/py-ufal.udpipe/distinfo
+++ b/textproc/py-ufal.udpipe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1785898802
-SHA256 (ufal.udpipe-1.4.0.1.tar.gz) = 42b3c19888f3228ffb6d91c0991c949e378c5dafecc12008c089a1f4182357d7
-SIZE (ufal.udpipe-1.4.0.1.tar.gz) = 356800
+TIMESTAMP = 1786039576
+SHA256 (ufal_udpipe-1.4.0.1.tar.gz) = 42b3c19888f3228ffb6d91c0991c949e378c5dafecc12008c089a1f4182357d7
+SIZE (ufal_udpipe-1.4.0.1.tar.gz) = 356800