Date: Fri, 4 Mar 2016 12:17:52 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410104 - head/net-mgmt/weathermap Message-ID: <201603041217.u24CHqsk060007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603041217.u24CHqsk060007>