git: 8247829dff7e - main - graphics/opencv: fix WWW
Charlie Li <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=8247829dff7e3fa3f941eb33bb977954388c5930 commit 8247829dff7e3fa3f941eb33bb977954388c5930 Author: Charlie Li <[email protected]> AuthorDate: 2026-08-18 02:00:59 +0000 Commit: Charlie Li <[email protected]> CommitDate: 2026-08-18 02:00:59 +0000 graphics/opencv: fix WWW `www` subdomain results in error --- 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