diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-10-09 12:17:50 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-10-09 12:17:50 -0400 |
commit | f1c0a7cb32042ce8513667101d3903eca0c94b8a (patch) | |
tree | 6b0413eddf15f27b385038749c0cd6d146d67c32 | |
parent | math/wxmaxima: Update to Version-23.10.0 (diff) |
comms/qsstv: update WWW and MASTER_SITES
-rw-r--r-- | comms/qsstv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile index dac78db88893..acae55780c87 100644 --- a/comms/qsstv/Makefile +++ b/comms/qsstv/Makefile @@ -2,12 +2,12 @@ PORTNAME= qsstv PORTVERSION= 9.5.8 PORTREVISION= 2 CATEGORIES= comms hamradio -MASTER_SITES= http://users.telenet.be/on4qz/qsstv/downloads/ +MASTER_SITES= ${WWW}/${PORTNAME}/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio SSTV/FAX reception program for unix -WWW= http://users.telenet.be/on4qz/ +WWW= https://www.qsl.net/on4qz/ LICENSE= GPLv3 |