diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-11-06 09:24:43 +0100 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-11-06 11:03:47 +0100 |
commit | 06df180a9e39055026499a326ef67812801a8919 (patch) | |
tree | 5a186d6ee5ae8b0428f6206221d5b0788fc4c050 /comms | |
parent | 907f822b01f0ad4d30ff2b326d0317f6d6727c6d (diff) | |
download | freebsd-ports-06df180a9e39055026499a326ef67812801a8919.zip |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
Diffstat (limited to 'comms')
-rw-r--r-- | comms/anyremote/Makefile | 2 | ||||
-rw-r--r-- | comms/dfu-util/Makefile | 2 | ||||
-rw-r--r-- | comms/echolinux/Makefile | 2 | ||||
-rw-r--r-- | comms/grig/Makefile | 2 | ||||
-rw-r--r-- | comms/nmealib/Makefile | 2 | ||||
-rw-r--r-- | comms/thebridge/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index be9d2d1eaf59..4356ca3df819 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= SF MAINTAINER= samm@FreeBSD.org COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking -WWW= http://anyremote.sourceforge.net/ +WWW= https://anyremote.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index ca5f2796d13a..852c8b70b868 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= http://dfu-util.sourceforge.net/releases/ MAINTAINER= bofh@FreeBSD.org COMMENT= Device firmware update (DFU) USB programmer -WWW= http://dfu-util.sourceforge.net/ +WWW= https://dfu-util.sourceforge.net/ LICENSE= GPLv2 diff --git a/comms/echolinux/Makefile b/comms/echolinux/Makefile index 13abc461ebd5..5b1101704a57 100644 --- a/comms/echolinux/Makefile +++ b/comms/echolinux/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= SF/cqinet/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Echolink client for UNIX -WWW= http://cqinet.sourceforge.net/ +WWW= https://cqinet.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/gpl.txt diff --git a/comms/grig/Makefile b/comms/grig/Makefile index a594a3711c58..a7c0376a05d6 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -5,7 +5,7 @@ CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio control front-end -WWW= http://groundstation.sourceforge.net/ +WWW= https://groundstation.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/comms/nmealib/Makefile b/comms/nmealib/Makefile index fa8cd3ca4cfe..9f79b456dbfa 100644 --- a/comms/nmealib/Makefile +++ b/comms/nmealib/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= SF/nmea/NmeaLib/nmea-0.5.x MAINTAINER= skreuzer@FreeBSD.org COMMENT= Library for working with the NMEA protocol -WWW= http://nmea.sourceforge.net/ +WWW= https://nmea.sourceforge.net/ LICENSE= LGPL21 diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index 997d5398c706..4fa2939de8a4 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= SF/cqinet/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Echolink conference bridge -WWW= http://cqinet.sourceforge.net/ +WWW= https://cqinet.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |