diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-27 15:46:37 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-11-01 22:11:47 +0000 |
commit | 05f0f44a557a53913001d6debf17965dfb799288 (patch) | |
tree | 75e92928cabf1007753c9be94d0344f1802f97e9 /x11-toolkits/otk | |
parent | df4e447a72e8a83de039f1eb2630fe4d75ec20fa (diff) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Diffstat (limited to 'x11-toolkits/otk')
-rw-r--r-- | x11-toolkits/otk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/otk/Makefile b/x11-toolkits/otk/Makefile index ebcf5816e0f4..7f43dc944c20 100644 --- a/x11-toolkits/otk/Makefile +++ b/x11-toolkits/otk/Makefile @@ -7,7 +7,7 @@ DISTNAME= ${PORTNAME}_lib_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Widget library based on OpenGL -WWW= http://otk.sourceforge.net/ +WWW= https://otk.sourceforge.net/ LICENSE= LGPL20+ |