Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2012 13:42:45 +0200 (CEST)
From:      Mathias Monnerville <mathias@monnerville.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mathias@monnerville.com
Subject:   ports/172788: [maintainer update] www/glpi 0.83.5
Message-ID:  <20121016114245.3CB3817019@bsdmaster.adm.info-ufr.univ-montp2.fr>
Resent-Message-ID: <201210161330.q9GDU1tJ063252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172788
>Category:       ports
>Synopsis:       [maintainer update] www/glpi 0.83.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 13:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Mathias Monnerville
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
University of Montpellier 2, France
>Environment:
System: FreeBSD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	New release 0.83.5 available. See announcement at 
	http://www.glpi-project.org/spip.php?page=annonce&id_breve=280&lang=en

	Note that this port now has a dependency on the PHP ctype extension, used 
	in GLPI's knowledge database. 

	Finally, I also updated this port's options to use the new options framework.
	
>How-To-Repeat:
	
>Fix:

	

--- glpi-0.83.5.diff begins here ---
diff -r cd6987b3b93a usr/ports/www/glpi/Makefile
--- a/usr/ports/www/glpi/Makefile	Tue Oct 16 12:19:26 2012 +0200
+++ b/usr/ports/www/glpi/Makefile	Tue Oct 16 13:24:02 2012 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	glpi
-PORTVERSION=	0.83.4
+PORTVERSION=	0.83.5
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://droidng.free.fr/freebsd/ \
@@ -15,7 +15,7 @@
 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 +25,16 @@
 
 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>
 
-.if defined(WITH_LDAP)
+.if ${PORT_OPTIONS:MLDAP}
 USE_PHP+=	ldap
 .endif
 
-.if defined(WITH_IMAP)
+.if ${PORT_OPTIONS:MIMAP}
 USE_PHP+=	imap
 .endif
 
diff -r cd6987b3b93a usr/ports/www/glpi/distinfo
--- a/usr/ports/www/glpi/distinfo	Tue Oct 16 12:19:26 2012 +0200
+++ b/usr/ports/www/glpi/distinfo	Tue Oct 16 13:24:02 2012 +0200
@@ -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
--- glpi-0.83.5.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121016114245.3CB3817019>