1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

www/glpi: update to 9.2.1

PR:		224364
Submitted by:	leeb@ratnaling.org
Reported by:	dasti <stievenard.david@gmail.com>
Approved by:	maintainer timeout (mathias@monnerville.com, > 6 months)
This commit is contained in:
Steve Wills 2018-07-18 14:56:53 +00:00
parent 15d3d309fd
commit 4940e09dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474868
4 changed files with 448 additions and 470 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= glpi
PORTVERSION= 9.1.2
PORTREVISION= 2
PORTVERSION= 9.2.1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1486240060
SHA256 (glpi-9.1.2.tgz) = 54a88ed776ad799fc9b1158d12567b3a791ed94b6a9a586e8ed9b9c4977aa852
SIZE (glpi-9.1.2.tgz) = 29241045
TIMESTAMP = 1515730587
SHA256 (glpi-9.2.1.tgz) = 66ea50f089077e79888c7a204bda7228e7d5e171bd9f240c72244d4c86c59cbc
SIZE (glpi-9.2.1.tgz) = 31434618

View File

@ -15,7 +15,8 @@ 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)
Make sur Apache supports PHP (www/mod_php5) and add a config file for GLPI in Includes/glpi.conf:
Make sure Apache supports PHP (www/mod_php5) and add a config file for
GLPI in Includes/glpi.conf:
Alias /glpi %%PREFIX%%/%%GLPIDIR%%
<Directory %%PREFIX%%/%%GLPIDIR%%>

File diff suppressed because it is too large Load Diff