diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-10-17 06:16:43 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-10-17 06:16:43 +0000 |
commit | e33759adb407d90b1d0fbf217c30c9dba727e40b (patch) | |
tree | 6db0e091ae6c52d23e8f56ca5df11f56c9d985c5 /www/glpi | |
parent | f7f5299fce7d38d78f9b917082d5c5d16a963b0e (diff) | |
download | ports-e33759adb407d90b1d0fbf217c30c9dba727e40b.tar.gz ports-e33759adb407d90b1d0fbf217c30c9dba727e40b.zip |
Notes
Diffstat (limited to 'www/glpi')
-rw-r--r-- | www/glpi/Makefile | 21 | ||||
-rw-r--r-- | www/glpi/distinfo | 4 |
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 |