Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2025 02:42:46 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Atanu Biswas <atanubiswas484@gmail.com>
Subject:   git: a14670b47924 - main - x11/py-xdot: Update 1.2 => 1.6, take maintainership
Message-ID:  <6948b026.39b25.74482281@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit a14670b479240342b6343dc76c1f23b1db5df4b8
Author:     Atanu Biswas <atanubiswas484@gmail.com>
AuthorDate: 2025-12-22 02:37:02 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-12-22 02:40:48 +0000

    x11/py-xdot: Update 1.2 => 1.6, take maintainership
    
    Commit log:
    https://github.com/jrfonseca/xdot.py/compare/1.2...1.6
    
    - Add GitHub to WWW.
    - Add LICENSE_FILE.
    - Fix warning from portclippy.
    
    PR:     291847
---
 x11/py-xdot/Makefile | 11 ++++++-----
 x11/py-xdot/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/x11/py-xdot/Makefile b/x11/py-xdot/Makefile
index 05daa4ca1061..fb6968450576 100644
--- a/x11/py-xdot/Makefile
+++ b/x11/py-xdot/Makefile
@@ -1,22 +1,23 @@
 PORTNAME=	xdot
-PORTVERSION=	1.2
-PORTREVISION=	6
+DISTVERSION=	1.6
 CATEGORIES=	x11 python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	atanubiswas484@gmail.com
 COMMENT=	Interactive viewer for Graphviz dot files
-WWW=		https://pypi.org/project/xdot/
+WWW=		https://pypi.org/project/xdot/ \
+		https://github.com/jrfonseca/xdot.py/
 
 LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	dot:graphics/graphviz \
 		${PYNUMPY}
 
 USES=		gnome python
-USE_PYTHON=	autoplist distutils
 USE_GNOME=	cairo gtk30 pygobject3
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
diff --git a/x11/py-xdot/distinfo b/x11/py-xdot/distinfo
index 9ca3cf925e94..2e175bd5102f 100644
--- a/x11/py-xdot/distinfo
+++ b/x11/py-xdot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607286304
-SHA256 (xdot-1.2.tar.gz) = 3df91e6c671869bd2a6b2a8883fa3476dbe2ba763bd2a7646cf848a9eba71b70
-SIZE (xdot-1.2.tar.gz) = 29643
+TIMESTAMP = 1766271389
+SHA256 (xdot-1.6.tar.gz) = ebddefc3e3aa9fd8b2e2ed884ed844043f843428b79dccda831803add55cc51d
+SIZE (xdot-1.6.tar.gz) = 36242


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6948b026.39b25.74482281>