1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 0.85.1.2

PR:		ports/200131
Submitted by:	mail_of_sergey@mail.ru
This commit is contained in:
Veniamin Gvozdikov 2015-08-23 18:37:30 +00:00
parent daaacd6d59
commit 3f6507d3f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395123
3 changed files with 1322 additions and 1317 deletions

View File

@ -5,7 +5,7 @@ PORTNAME= server
PORTVERSION= ${GLPI_VER}.${FUNV_VER}
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://forge.fusioninventory.org/attachments/download/1665/
MASTER_SITES= http://forge.fusioninventory.org/attachments/download/1875/
PKGNAMEPREFIX= glpi-plugins-fusioninventory-
DISTNAME= fusioninventory-for-glpi_${GLPI_VER}+${FUNV_VER}
@ -14,12 +14,12 @@ COMMENT= Plugin of glpi to get information of networking devices
LICENSE= AGPLv3
RUN_DEPENDS= glpi>=0.84:${PORTSDIR}/www/glpi
RUN_DEPENDS= glpi>=0.85:${PORTSDIR}/www/glpi
USE_PHP= fileinfo simplexml wddx
USES= gettext
GLPI_VER= 0.84
FUNV_VER= 3.5
GLPI_VER= 0.85
FUNV_VER= 1.2
WRKSRC= ${WRKDIR}
NO_BUILD= yes
@ -28,6 +28,13 @@ GLPIPLUGINDIR?= www/glpi/plugins
.include <bsd.port.pre.mk>
do-install:
.for i in get_agent_jobs.php cleanup_repository.php prepare_jobs.php get_job_logs.php
@${REINPLACE_CMD} 's!/usr/bin/php!/usr/bin/env php!;' \
${WRKSRC}/fusioninventory/scripts/${i}
@${CHMOD} -x ${WRKSRC}/fusioninventory/scripts/${i}
@${RM} ${WRKSRC}/fusioninventory/scripts/${i}.bak
.endfor
@${CHMOD} -x ${WRKSRC}/fusioninventory/lib/mustache.js-2.0.0/hooks/install-hooks.sh
@${MKDIR} -m 0755 ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}
@${CP} -R ${WRKSRC}/fusioninventory ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusioninventory

View File

@ -1,2 +1,2 @@
SHA256 (fusioninventory-for-glpi_0.84+3.5.tar.gz) = fc74a37530b1e4d6f07439beb7d4fea0aea6aabc53e4afe9793764654cc0deea
SIZE (fusioninventory-for-glpi_0.84+3.5.tar.gz) = 3472328
SHA256 (fusioninventory-for-glpi_0.85+1.2.tar.gz) = 19051f0f584e5a76dcd8557a4c03505824fa60384bab4ad669af527760be16df
SIZE (fusioninventory-for-glpi_0.85+1.2.tar.gz) = 7465053

File diff suppressed because it is too large Load Diff