Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 03:36:54 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384547 - in head/net-mgmt: glpi-plugins-tracker-agent glpi-plugins-tracker-server
Message-ID:  <201504230336.t3N3asOX022641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Apr 23 03:36:53 2015
New Revision: 384547
URL: https://svnweb.freebsd.org/changeset/ports/384547

Log:
  Deprecate net-mgmt/glpi-plugins-tracker-{agent,server}.  Per
  David Durieux (*d.durieux* |siprossii| |dot com|), core GLPI
  developper and original ports submitter: both ports are long
  deprecated, and nowadays can't even work within an up to date GLPI
  setup. Those should be removed from the ports tree as they can
  mislead potential GLPI / FusionInventory (which now carries those
  ports' functions and more) new users.
  
  PR:		198652
  Submitted by:	fgudin+fbsd AT bsdbellule.fr

Modified:
  head/net-mgmt/glpi-plugins-tracker-agent/Makefile
  head/net-mgmt/glpi-plugins-tracker-server/Makefile

Modified: head/net-mgmt/glpi-plugins-tracker-agent/Makefile
==============================================================================
--- head/net-mgmt/glpi-plugins-tracker-agent/Makefile	Thu Apr 23 00:38:24 2015	(r384546)
+++ head/net-mgmt/glpi-plugins-tracker-agent/Makefile	Thu Apr 23 03:36:53 2015	(r384547)
@@ -19,6 +19,9 @@ RUN_DEPENDS=	p5-Net-SNMP>=0:${PORTSDIR}/
 		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
 		p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager
 
+DEPRECATED=	superceded by net-mgmt/glpi-plugins-fusioninventory-server
+EXPIRATION_DATE=	2015-05-22
+
 USES=		perl5
 WRKSRC=		${WRKDIR}/agent_tracker
 NO_BUILD=	yes

Modified: head/net-mgmt/glpi-plugins-tracker-server/Makefile
==============================================================================
--- head/net-mgmt/glpi-plugins-tracker-server/Makefile	Thu Apr 23 00:38:24 2015	(r384546)
+++ head/net-mgmt/glpi-plugins-tracker-server/Makefile	Thu Apr 23 03:36:53 2015	(r384547)
@@ -14,6 +14,9 @@ COMMENT=	Plugin of glpi to get informati
 
 RUN_DEPENDS=	glpi>=0.72:${PORTSDIR}/www/glpi
 
+DEPRECATED=	superceded by net-mgmt/glpi-plugins-fusioninventory-server
+EXPIRATION_DATE=	2015-05-22
+
 USE_PHP=	zlib
 
 WRKSRC=		${WRKDIR}/tracker



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504230336.t3N3asOX022641>