diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-30 11:29:09 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-30 11:29:09 +0000 |
commit | 6ee8b4a14d329e5fb5f636e7d15c65afee65a8a9 (patch) | |
tree | 1ab8bad3328bdd9c92cfbf56e0adfbee05f19fc8 | |
parent | Add some missing content to the package: (diff) |
Mark as deprecated. This package was deprecated upstream and it's users are
encouraged to migrate to other graphing systems like net-mgmt/pnp.
Set expiration date to 2013-01-30.
PR: 174626
Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=309661
-rw-r--r-- | net-mgmt/nagiosgrapher/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/nagiosgrapher/Makefile b/net-mgmt/nagiosgrapher/Makefile index a38084bfe811..e692d1dc9208 100644 --- a/net-mgmt/nagiosgrapher/Makefile +++ b/net-mgmt/nagiosgrapher/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagiosgrapher -# Date created: 03 Nov 2009 -# Whom: Cristiano Rolim <cristianorolim@hotmail.com> -# +# Created by: Cristiano Rolim <cristianorolim@hotmail.com> # $FreeBSD$ -# PORTNAME= nagiosgrapher PORTVERSION= 1.7.1 @@ -16,6 +12,9 @@ DISTNAME= NagiosGrapher-${PORTVERSION} MAINTAINER= cristianorolim@hotmail.com COMMENT= Collects the output from Nagios and generates graphs +DEPRECATED= Deprecated upstream. Please use net-mgmt/pnp instead +EXPIRATION_DATE=2013-01-30 + BUILD_DEPENDS= \ p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ rrdtool>=0:${PORTSDIR}/databases/rrdtool \ |