[Bug 294252] deskutils/py-vit update to 2.3.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Apr 2026 16:58:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294252

Yusuf Yaman <nxjoseph@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |maintainer-feedback?(osa@Fr
                   |                            |eeBSD.org),
                   |                            |maintainer-feedback?(vvd@Fr
                   |                            |eeBSD.org)
           Severity|Affects Only Me             |Affects Some People
             Status|New                         |In Progress
                 CC|                            |nxjoseph@freebsd.org,
                   |                            |osa@FreeBSD.org,
                   |                            |vvd@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |nxjoseph@freebsd.org
                URL|                            |https://github.com/vit-proj
                   |                            |ect/vit/releases/tag/v2.3.4

--- Comment #1 from Yusuf Yaman <nxjoseph@freebsd.org> ---
Hi,

Thank you for your submission.

I have tested the build of patch in Poudriere (14.3-RELEASE-p9, amd64,
main(c927d063a7ee)) and it seems OK.

There are very small adjustments can be done:

1. Remove GH_PROJECT, since PORTNAME is "vit" and I guess GH_PROJECT defaults
to PORTNAME and make it unneeded here.

2. A space can be added before last line .include <bsd.port.mk>.

diff --git a/deskutils/py-vit/Makefile b/deskutils/py-vit/Makefile
index 91ae53819025..251c60006946 100644
--- a/deskutils/py-vit/Makefile
+++ b/deskutils/py-vit/Makefile
@@ -19,8 +19,8 @@ RUN_DEPENDS=  task:deskutils/taskwarrior \
 USES=          python:3.5+,run
 USE_GITHUB=    yes
 GH_ACCOUNT=    vit-project
-GH_PROJECT=    vit
 USE_PYTHON=    autoplist concurrent distutils

 NO_ARCH=       yes
+
 .include <bsd.port.mk>

I need to ask for approval from my mentors first.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.