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 /cad | |
parent | audio/py-pyradio: Update to 0.9.2.19 (diff) |
*/*: 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 'cad')
-rw-r--r-- | cad/cascade/Makefile | 2 | ||||
-rw-r--r-- | cad/gtkwave/Makefile | 2 | ||||
-rw-r--r-- | cad/sp2sp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile index 38d0069767ff..2440b27c5acc 100644 --- a/cad/cascade/Makefile +++ b/cad/cascade/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= SF/rfcascade/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Simple tool to analyze noise and distortion of a RF system -WWW= http://rfcascade.sourceforge.net/ +WWW= https://rfcascade.sourceforge.net/ GNU_CONFIGURE= yes USES= groff diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index 56f5d1c879fc..b532636fc942 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= http://gtkwave.sourceforge.net/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Electronic Waveform Viewer -WWW= http://gtkwave.sourceforge.net/ +WWW= https://gtkwave.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/cad/sp2sp/Makefile b/cad/sp2sp/Makefile index 154bf2cfa7d6..1b06ad86d8ae 100644 --- a/cad/sp2sp/Makefile +++ b/cad/sp2sp/Makefile @@ -7,7 +7,7 @@ DISTNAME= gwave2-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Processor of waveform data generated by SPICE-type simulators -WWW= http://gwave.sourceforge.net/ +WWW= https://gwave.sourceforge.net/ LICENSE= GPLv2 |