svn commit: r410104 - head/net-mgmt/weathermap
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Mar 4 12:17:53 UTC 2016
Author: rakuco
Date: Fri Mar 4 12:17:52 2016
New Revision: 410104
URL: https://svnweb.freebsd.org/changeset/ports/410104
Log:
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
Modified:
head/net-mgmt/weathermap/Makefile
Modified: head/net-mgmt/weathermap/Makefile
==============================================================================
--- head/net-mgmt/weathermap/Makefile Fri Mar 4 12:06:05 2016 (r410103)
+++ head/net-mgmt/weathermap/Makefile Fri Mar 4 12:17:52 2016 (r410104)
@@ -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 at 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
More information about the svn-ports-all
mailing list