svn commit: r434519 - branches/2017Q1/ports-mgmt/fbsdmon
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Feb 21 11:18:06 UTC 2017
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
More information about the svn-ports-branches
mailing list