Date: Tue, 21 Feb 2017 11:12:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434518 - head/ports-mgmt/fbsdmon Message-ID: <201702211112.v1LBCYhL034281@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 21 11:12:34 2017 New Revision: 434518 URL: https://svnweb.freebsd.org/changeset/ports/434518 Log: - 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 MFH: 2017Q1 Modified: head/ports-mgmt/fbsdmon/Makefile Modified: head/ports-mgmt/fbsdmon/Makefile ============================================================================== --- head/ports-mgmt/fbsdmon/Makefile Tue Feb 21 10:47:20 2017 (r434517) +++ head/ports-mgmt/fbsdmon/Makefile Tue Feb 21 11:12:34 2017 (r434518) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702211112.v1LBCYhL034281>