diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2026-08-18 02:00:59 +0000 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2026-08-18 03:00:07 +0000 |
| commit | cedafb95d313a1a618eeac931ede9e1bbb5152ec (patch) | |
| tree | 9967a4ff0bbbf5582d0baa1c825691c5c6b77513 | |
| parent | 41956dc18c826d63e712a3dd78271c863b8a5233 (diff) | |
graphics/opencv: fix WWW
`www` subdomain results in error
(cherry picked from commit 8247829dff7e3fa3f941eb33bb977954388c5930)
| -rw-r--r-- | graphics/opencv/Makefile | 4 |
1 files 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= desktop@FreeBSD.org COMMENT= Open Source Computer Vision library -WWW= https://www.opencv.org/ +WWW= https://opencv.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE |
