www/glpi: Upgrade version 0.84.4 => 0.85.1

PR:		196843
Submitted by:	maintainer (Mathias Monnerville)
This commit is contained in:
John Marino 2015-02-06 14:10:32 +00:00
parent b8f233b69d
commit 1d1545f9c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378541
4 changed files with 795 additions and 661 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= glpi
PORTVERSION= 0.84.4
PORTVERSION= 0.85.1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://droidng.free.fr/freebsd/ \
@ -13,7 +13,7 @@ COMMENT= Free IT and asset management software
LICENSE= GPLv2
USE_PHP= mysqli mbstring pcre session xml json ctype
USE_PHP= mysqli mbstring pcre session xml json ctype gd
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@ -40,7 +40,7 @@ post-extract:
@${FIND} ${WRKSRC} -name '*~' -delete
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
${CP} -R ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (glpi-0.84.4.tar.gz) = 84fccedab83b65ccfadcd4117636cf5dd288c2b8dec7cac7c17a8cf129fc2c32
SIZE (glpi-0.84.4.tar.gz) = 10596529
SHA256 (glpi-0.85.1.tar.gz) = 3bbb397c673637490850daa309706c8c6540729c8b27f2c506c2a056e7ed0514
SIZE (glpi-0.85.1.tar.gz) = 17897878

View file

@ -15,15 +15,18 @@ If you are using MySQL, here's the short version of the instructions:
$ mysql -uroot -e"GRANT ALL ON glpi.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" glpi
(choose your own values for USERNAME and PASSWORD)
You will also need to configure Apache. Consider adding the following
to your httpd.conf:
Make sur Apache supports PHP (www/mod_php5) and add a config file for GLPI in Includes/glpi.conf:
Alias /glpi %%PREFIX%%/%%GLPIDIR%%
<Directory %%PREFIX%%/%%GLPIDIR%%>
AllowOverride Options FileInfo
Options Indexes FollowSymLinks
Require all granted
DirectoryIndex index.php
</Directory>
Then reload Apache: 'apachectl graceful'
Please visit 'http://{host.domain}/%%GLPIDIR%%/' in a
Please visit 'http://{host.domain}/glpi/' in a
web-browser and follow the configuration instructions.
*****************************************************************

File diff suppressed because it is too large Load diff