aboutsummaryrefslogtreecommitdiff
path: root/www/glpi
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-10-17 06:16:43 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-10-17 06:16:43 +0000
commite33759adb407d90b1d0fbf217c30c9dba727e40b (patch)
tree6db0e091ae6c52d23e8f56ca5df11f56c9d985c5 /www/glpi
parentf7f5299fce7d38d78f9b917082d5c5d16a963b0e (diff)
downloadports-e33759adb407d90b1d0fbf217c30c9dba727e40b.tar.gz
ports-e33759adb407d90b1d0fbf217c30c9dba727e40b.zip
Notes
Diffstat (limited to 'www/glpi')
-rw-r--r--www/glpi/Makefile21
-rw-r--r--www/glpi/distinfo4
2 files changed, 11 insertions, 14 deletions
diff --git a/www/glpi/Makefile b/www/glpi/Makefile
index ae4e7bb8bd8f..a6c4ffbd53f7 100644
--- a/www/glpi/Makefile
+++ b/www/glpi/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: glpi
-# Date created: 9 February 2007
-# Whom: Mathias Monnerville <mathias@monnerville.com>
+# Created by: Mathias Monnerville <mathias@monnerville.com>
#
# $FreeBSD$
-#
PORTNAME= glpi
-PORTVERSION= 0.83.4
+PORTVERSION= 0.83.5
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://droidng.free.fr/freebsd/ \
@@ -15,7 +12,7 @@ MASTER_SITES= http://droidng.free.fr/freebsd/ \
MAINTAINER= mathias@monnerville.com
COMMENT= Free IT and asset management software
-USE_PHP= mysql mbstring pcre session xml json
+USE_PHP= mysql mbstring pcre session xml json ctype
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -25,16 +22,16 @@ CPIOARGS= --quiet -pdum -R
GLPIDIR?= www/${PORTNAME}
-OPTIONS= LDAP "With LDAP support" off \
- IMAP "With imap support" off
+OPTIONS_DEFINE= LDAP IMAP
+IMAP_DESC= IMAP support
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_LDAP)
+.if ${PORT_OPTIONS:MLDAP}
USE_PHP+= ldap
.endif
-.if defined(WITH_IMAP)
+.if ${PORT_OPTIONS:MIMAP}
USE_PHP+= imap
.endif
@@ -53,4 +50,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/glpi/distinfo b/www/glpi/distinfo
index 40ae5f5f95e8..c27eca498701 100644
--- a/www/glpi/distinfo
+++ b/www/glpi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (glpi-0.83.4.tar.gz) = 60c71607be6b7aae9c0c0b3772ec4226e93fffed249b2f07c1a1c6c6afc9bc96
-SIZE (glpi-0.83.4.tar.gz) = 4427691
+SHA256 (glpi-0.83.5.tar.gz) = 4570446962b81d50e7c31c33226daaa89d7ff7f6a7853e1839c520becf71d6fa
+SIZE (glpi-0.83.5.tar.gz) = 4431563