svn commit: r306001 - head/www/glpi
Jason Helfman
jgh at FreeBSD.org
Wed Oct 17 06:16:44 UTC 2012
Author: jgh
Date: Wed Oct 17 06:16:43 2012
New Revision: 306001
URL: http://svn.freebsd.org/changeset/ports/306001
Log:
- update to 0.83.5, adopt optionsNG
- while here pet portlint
PR: 172788
Submitted by: maintainer, mathias at monnerville.com
Feature safe: yes
Modified:
head/www/glpi/Makefile
head/www/glpi/distinfo
Modified: head/www/glpi/Makefile
==============================================================================
--- head/www/glpi/Makefile Wed Oct 17 06:15:16 2012 (r306000)
+++ head/www/glpi/Makefile Wed Oct 17 06:16:43 2012 (r306001)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: glpi
-# Date created: 9 February 2007
-# Whom: Mathias Monnerville <mathias at monnerville.com>
+# Created by: Mathias Monnerville <mathias at 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/fre
MAINTAINER= mathias at 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>
Modified: head/www/glpi/distinfo
==============================================================================
--- head/www/glpi/distinfo Wed Oct 17 06:15:16 2012 (r306000)
+++ head/www/glpi/distinfo Wed Oct 17 06:16:43 2012 (r306001)
@@ -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
More information about the svn-ports-head
mailing list