git: a07908e42353 - main - misc/py-pytorch: Bump revision

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 18 Mar 2025 16:49:59 UTC
The branch main has been updated by yuri:

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

commit a07908e42353c3e91ff741ad6e602199c8e387ed
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-18 14:45:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-18 14:45:20 +0000

    misc/py-pytorch: Bump revision
---
 misc/py-pytorch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index 2b81dca0842d..9db96e4f4e9b 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	pytorch
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc # machine-learning
 MASTER_SITES=	https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}