Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 22:02:30 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00557175e1e6 - main - misc/netron: Add pyrorch dependency
Message-ID:  <69f67476.1e104.14307f19@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit 00557175e1e64f999846052067671304a6d02e24
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-05-02 22:01:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-05-02 22:02:27 +0000

    misc/netron: Add pyrorch dependency
---
 misc/netron/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/netron/Makefile b/misc/netron/Makefile
index 9b29161e4bbb..2400c531d630 100644
--- a/misc/netron/Makefile
+++ b/misc/netron/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	netron
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.0.6
+PORTREVISION=	1
 CATEGORIES=	misc python
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist noflavors


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f67476.1e104.14307f19>