View | Details | Raw Unified | Return to bug 212222
Collapse All | Expand All

(-)glpi/Makefile (-2 / +4 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/www/glpi/Makefile 417837 2016-06-30 19:31:03Z pi $
2
# $FreeBSD: head/www/glpi/Makefile 417837 2016-06-30 19:31:03Z pi $
3
3
4
PORTNAME=	glpi
4
PORTNAME=	glpi
5
PORTVERSION=	0.90.3
5
PORTVERSION=	0.90.5
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://github.com/glpi-project/glpi/releases/download/0.90.3/
8
MASTER_SITES=	http://github.com/glpi-project/glpi/releases/download/0.90.5/
9
9
10
MAINTAINER=	mathias@monnerville.com
10
MAINTAINER=	mathias@monnerville.com
11
COMMENT=	Free IT and asset management software
11
COMMENT=	Free IT and asset management software
Lines 26-31 Link Here
26
OPTIONS_DEFINE=	LDAP IMAP
26
OPTIONS_DEFINE=	LDAP IMAP
27
IMAP_DESC=	IMAP support
27
IMAP_DESC=	IMAP support
28
28
29
OPTIONS_DEFAULT= LDAP IMAP
30
29
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
30
32
31
.if ${PORT_OPTIONS:MLDAP}
33
.if ${PORT_OPTIONS:MLDAP}
(-)glpi/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (glpi-0.90.3.tar.gz) = 15d1cdef40b425d5e6af67e65855298ba9b25af714f44fc3a4f5fb8e646f1227
1
TIMESTAMP = 1472397287
2
SIZE (glpi-0.90.3.tar.gz) = 19184087
2
SHA256 (glpi-0.90.5.tar.gz) = d9b89385b2ca3004445108889492acc412013ba832409ff17496a6e019323eb3
3
SIZE (glpi-0.90.5.tar.gz) = 20117959
(-)glpi/pkg-plist (-2 / +2 lines)
Lines 964-970 Link Here
964
%%WWWDIR%%/install/index.php
964
%%WWWDIR%%/install/index.php
965
%%WWWDIR%%/install/install.php
965
%%WWWDIR%%/install/install.php
966
%%WWWDIR%%/install/mysql/.htaccess
966
%%WWWDIR%%/install/mysql/.htaccess
967
%%WWWDIR%%/install/mysql/glpi-0.90-empty.sql
967
%%WWWDIR%%/install/mysql/glpi-0.90.1-empty.sql
968
%%WWWDIR%%/install/update.php
968
%%WWWDIR%%/install/update.php
969
%%WWWDIR%%/install/update_031_04.php
969
%%WWWDIR%%/install/update_031_04.php
970
%%WWWDIR%%/install/update_042_05.php
970
%%WWWDIR%%/install/update_042_05.php
Lines 1000-1006 Link Here
1000
%%WWWDIR%%/install/update_0853_0855.php
1000
%%WWWDIR%%/install/update_0853_0855.php
1001
%%WWWDIR%%/install/update_0855_090.php
1001
%%WWWDIR%%/install/update_0855_090.php
1002
%%WWWDIR%%/install/update_085_0853.php
1002
%%WWWDIR%%/install/update_085_0853.php
1003
%%WWWDIR%%/install/update_0901_0902.php
1003
%%WWWDIR%%/install/update_0901_0905.php
1004
%%WWWDIR%%/install/update_090_0901.php
1004
%%WWWDIR%%/install/update_090_0901.php
1005
%%WWWDIR%%/install/update_content.php
1005
%%WWWDIR%%/install/update_content.php
1006
%%WWWDIR%%/install/update_to_031.php
1006
%%WWWDIR%%/install/update_to_031.php

Return to bug 212222