svn commit: r384547 - in head/net-mgmt: glpi-plugins-tracker-agent glpi-plugins-tracker-server
Mark Linimon
linimon at FreeBSD.org
Thu Apr 23 03:36:55 UTC 2015
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
More information about the svn-ports-all
mailing list