diff options
author | linimon <linimon@FreeBSD.org> | 2015-04-23 11:36:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2015-04-23 11:36:53 +0800 |
commit | 6187e09a36d695561e1a1cde7e2e99c3962811a6 (patch) | |
tree | f3c0b579d02682dd907063976f497d4c0b663bdd | |
parent | bc145ec8cff60dc2ed7b3d4fa9a9d4b5a0a18533 (diff) | |
download | freebsd-ports-gnome-6187e09a36d695561e1a1cde7e2e99c3962811a6.tar.gz freebsd-ports-gnome-6187e09a36d695561e1a1cde7e2e99c3962811a6.tar.zst freebsd-ports-gnome-6187e09a36d695561e1a1cde7e2e99c3962811a6.zip |
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
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-agent/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-server/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/glpi-plugins-tracker-agent/Makefile b/net-mgmt/glpi-plugins-tracker-agent/Makefile index 1688f2e4a5f3..6b7f66b3c6d7 100644 --- a/net-mgmt/glpi-plugins-tracker-agent/Makefile +++ b/net-mgmt/glpi-plugins-tracker-agent/Makefile @@ -19,6 +19,9 @@ RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ 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 diff --git a/net-mgmt/glpi-plugins-tracker-server/Makefile b/net-mgmt/glpi-plugins-tracker-server/Makefile index fa6cc75315cf..3315f72b6528 100644 --- a/net-mgmt/glpi-plugins-tracker-server/Makefile +++ b/net-mgmt/glpi-plugins-tracker-server/Makefile @@ -14,6 +14,9 @@ COMMENT= Plugin of glpi to get information of networking devices by SNMP 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 |