aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2023-11-03 14:02:04 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2023-11-03 14:05:32 +0000
commitda665df3210e964c46f2ba9ee9fb6fd3fc916dd4 (patch)
tree7e0779db25851c1b3e1991bd547e8ffe9322b39b
parent9982b1721cda72ee3e30008350c09763b115b34a (diff)
downloadports-da665df3210e964c46f2ba9ee9fb6fd3fc916dd4.tar.gz
ports-da665df3210e964c46f2ba9ee9fb6fd3fc916dd4.zip
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
-rw-r--r--devel/libassa/Makefile2
-rw-r--r--devel/libnaji/Makefile2
-rw-r--r--devel/log4c/Makefile2
-rw-r--r--graphics/ufraw/Makefile2
-rw-r--r--irc/cgiirc/Makefile2
-rw-r--r--sysutils/fusefs-curlftpfs/Makefile2
-rw-r--r--www/c-icap-modules/Makefile2
-rw-r--r--www/c-icap/Makefile2
-rw-r--r--x11-fm/librfm/Makefile2
-rw-r--r--x11-fm/libtubo/Makefile2
10 files changed, 10 insertions, 10 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile
index 36757f396e35..7ba0e9a2d5e3 100644
--- a/devel/libassa/Makefile
+++ b/devel/libassa/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[0-9]*$//}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= C++ networking library and application framework
-WWW= http://libassa.sourceforge.net/
+WWW= https://libassa.sourceforge.net/
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/devel/libnaji/Makefile b/devel/libnaji/Makefile
index bd3aced82954..6ce546864a02 100644
--- a/devel/libnaji/Makefile
+++ b/devel/libnaji/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= SF/najitool/${PORTNAME}/${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library that generates, converts, and filters files
-WWW= http://najitool.sourceforge.net/
+WWW= https://najitool.sourceforge.net/
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile
index 7ca686ded704..b46a0f37cb5a 100644
--- a/devel/log4c/Makefile
+++ b/devel/log4c/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Logging for C Library
-WWW= http://log4c.sourceforge.net/
+WWW= https://log4c.sourceforge.net/
LICENSE= LGPL21
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
index 814e61fdf7d3..a3f57754b009 100644
--- a/graphics/ufraw/Makefile
+++ b/graphics/ufraw/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= graphics
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Read and manipulate raw images from various digital cameras
-WWW= http://ufraw.sourceforge.net/
+WWW= https://ufraw.sourceforge.net/
LICENSE= GPLv2
diff --git a/irc/cgiirc/Makefile b/irc/cgiirc/Makefile
index a291da4f9307..9a619fac9902 100644
--- a/irc/cgiirc/Makefile
+++ b/irc/cgiirc/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES= http://cgiirc.org/releases/ \
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= IRC web gateway written in Perl
-WWW= http://cgiirc.sourceforge.net/
+WWW= https://cgiirc.sourceforge.net/
LICENSE= GPLv2
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile
index 8655efb449db..29cd8dd8add7 100644
--- a/sysutils/fusefs-curlftpfs/Makefile
+++ b/sysutils/fusefs-curlftpfs/Makefile
@@ -7,7 +7,7 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Mount remote FTP directories
-WWW= http://curlftpfs.sourceforge.net/
+WWW= https://curlftpfs.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile
index 5c24e4daeea6..6f7f4a926a53 100644
--- a/www/c-icap-modules/Makefile
+++ b/www/c-icap-modules/Makefile
@@ -8,7 +8,7 @@ DISTNAME= c_icap_modules-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Modules for c-icap: virus_scan and srv_url_check
-WWW= http://c-icap.sourceforge.net/
+WWW= https://c-icap.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile
index 35564e152e85..90c98d1ca14d 100644
--- a/www/c-icap/Makefile
+++ b/www/c-icap/Makefile
@@ -8,7 +8,7 @@ DISTNAME= c_icap-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= ICAP server implementation
-WWW= http://c-icap.sourceforge.net/
+WWW= https://c-icap.sourceforge.net/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile
index a2f7c5cf048a..fdefd0d1a411 100644
--- a/x11-fm/librfm/Makefile
+++ b/x11-fm/librfm/Makefile
@@ -7,7 +7,7 @@ DISTNAME= ${PORTNAME}5-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Basic library used by some rfm applications
-WWW= http://xffm.sourceforge.net/libxffm.html
+WWW= https://xffm.sourceforge.net/libxffm.html
LICENSE= GPLv3
diff --git a/x11-fm/libtubo/Makefile b/x11-fm/libtubo/Makefile
index cce2f31a9fed..14e3cea1ab79 100644
--- a/x11-fm/libtubo/Makefile
+++ b/x11-fm/libtubo/Makefile
@@ -6,7 +6,7 @@ DISTNAME= ${PORTNAME}0-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= XFFM Interprocess Communication and Control
-WWW= http://xffm.sourceforge.net/libtubo.html
+WWW= https://xffm.sourceforge.net/libtubo.html
LICENSE= GPLv3