git: cedafb95d313 - 2026Q3 - graphics/opencv: fix WWW
Charlie Li <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch 2026Q3 has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=cedafb95d313a1a618eeac931ede9e1bbb5152ec commit cedafb95d313a1a618eeac931ede9e1bbb5152ec Author: Charlie Li <[email protected]> AuthorDate: 2026-08-18 02:00:59 +0000 Commit: Charlie Li <[email protected]> CommitDate: 2026-08-18 03:00:07 +0000 graphics/opencv: fix WWW `www` subdomain results in error (cherry picked from commit 8247829dff7e3fa3f941eb33bb977954388c5930) --- graphics/opencv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index b5f327805da1..4ef6ee93312e 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,11 +1,11 @@ PORTNAME= opencv DISTVERSION= 4.13.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MAINTAINER= [email protected] COMMENT= Open Source Computer Vision library -WWW= https://www.opencv.org/ +WWW= https://opencv.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE