From owner-svn-ports-all@freebsd.org Tue Feb 21 11:18:06 2017 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 11D66CE8EDE; Tue, 21 Feb 2017 11:18:06 +0000 (UTC) (envelope-from amdmi3@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 B8D07D28; Tue, 21 Feb 2017 11:18:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1LBI447034626; Tue, 21 Feb 2017 11:18:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1LBI4GE034625; Tue, 21 Feb 2017 11:18:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702211118.v1LBI4GE034625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 21 Feb 2017 11:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434519 - branches/2017Q1/ports-mgmt/fbsdmon X-SVN-Group: ports-branches 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.23 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: Tue, 21 Feb 2017 11:18:06 -0000 Author: amdmi3 Date: Tue Feb 21 11:18:04 2017 New Revision: 434519 URL: https://svnweb.freebsd.org/changeset/ports/434519 Log: MFH: r434518 - Deprecate ports-mgmt/fbsdmon From the PR: "The web site used by this port, http://fbsdmon.org, has been taken over by cybersquatters. That means that users are sending their system info to an unknown party. The port has had no maintainer for almost two years and the original maintainer (and previous owner of the website) is not responding to email." Since there's no way to force this port to be deinstalled from users' machines, to stop data being sent to an unknown party, also do the following: - Modify the port to never send data to fbsdmon.org, bump PORTREVISION - Mark the port IGNOREd for ports users, but allow package to be built and set extended 6 month EXPIRATION_DATE (or should it be extended to a year?) to give a modified package chance to replace original one on users machines PR: 217099 Submitted by: asomers Approved by: ports-secteam (with hat) Modified: branches/2017Q1/ports-mgmt/fbsdmon/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/ports-mgmt/fbsdmon/Makefile ============================================================================== --- branches/2017Q1/ports-mgmt/fbsdmon/Makefile Tue Feb 21 11:12:34 2017 (r434518) +++ branches/2017Q1/ports-mgmt/fbsdmon/Makefile Tue Feb 21 11:18:04 2017 (r434519) @@ -3,6 +3,7 @@ PORTNAME= fbsdmon PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= ports-mgmt sysutils MASTER_SITES= LOCAL/gblach/ @@ -12,6 +13,13 @@ COMMENT= Submit system and ports statist LIB_DEPENDS= libcurl.so:ftp/curl \ libjansson.so:devel/jansson +DEPRECATED= no longer maintained, web site it sends data to has been taken over by cybersquatters +EXPIRATION_DATE=2017-09-01 + +.if !defined(PACKAGE_BUILDING) +IGNORE= ${DEPRECATED} +.endif + SUB_FILES= 600.fbsdmon pkg-message USE_RC_SUBR= fbsdmon