diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-04 20:17:52 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-04 20:17:52 +0800 |
commit | ffb008529ed689939f3d24ecdc791cd6f723afe6 (patch) | |
tree | 825d9525c685b9df2883570fd2dd31981b88a9f4 /net-mgmt | |
parent | 91d962cc0bc9252c3dcd830eb1f70ef78146e33e (diff) | |
download | freebsd-ports-gnome-ffb008529ed689939f3d24ecdc791cd6f723afe6.tar.gz freebsd-ports-gnome-ffb008529ed689939f3d24ecdc791cd6f723afe6.tar.zst freebsd-ports-gnome-ffb008529ed689939f3d24ecdc791cd6f723afe6.zip |
Deprecate and expire in 1 month.
The port has been unfetchable for a while now, marked BROKEN since November
2015 and unmaintained.
While here, switch MASTER_SITES to the https version to try to silence
portscout: accessing broken links with the http version results in an HTTP 302
response that I think causes portscout to report that new versions are
available even though they are not. Since broken links in the https version
result in HTTP 404, hopefully this will make portscout quiet again.
PR: 207696
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/weathermap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/weathermap/Makefile b/net-mgmt/weathermap/Makefile index 37c210b37d62..8c4a5eb69786 100644 --- a/net-mgmt/weathermap/Makefile +++ b/net-mgmt/weathermap/Makefile @@ -5,12 +5,14 @@ PORTNAME= weathermap PORTVERSION= 1.1.1 PORTREVISION= 6 CATEGORIES= net-mgmt -MASTER_SITES= http://netmon.grnet.gr/weathermap/dist/ +MASTER_SITES= https://netmon.grnet.gr/weathermap/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= This tool displays the utilization of the network links BROKEN= unfetchable +DEPRECATED= Distfile unavailable, website no longer exists +EXPIRATION_DATE=2016-04-04 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE |