From owner-svn-ports-all@freebsd.org Fri Mar 4 12:17:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FFAC9DA75C; Fri, 4 Mar 2016 12:17:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED0BC3D; Fri, 4 Mar 2016 12:17:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u24CHqdq060008; Fri, 4 Mar 2016 12:17:52 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u24CHqsk060007; Fri, 4 Mar 2016 12:17:52 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603041217.u24CHqsk060007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 4 Mar 2016 12:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410104 - head/net-mgmt/weathermap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 12:17:53 -0000 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