From owner-svn-ports-all@freebsd.org Sun Aug 28 20:44:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CBA1BC150F; Sun, 28 Aug 2016 20:44:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0B7591A; Sun, 28 Aug 2016 20:44:40 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SKieVs054423; Sun, 28 Aug 2016 20:44:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SKidmn054419; Sun, 28 Aug 2016 20:44:39 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608282044.u7SKidmn054419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Aug 2016 20:44:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421033 - head/www/glpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 20:44:41 -0000 Author: marino Date: Sun Aug 28 20:44:39 2016 New Revision: 421033 URL: https://svnweb.freebsd.org/changeset/ports/421033 Log: www/glpi: Update version 0.90.3 => 0.90.5 and change option defaults Per request [1], the IMAP and LDAP options have been set to ON by default. The maintainer took the opportunity to upgrade the version [2]. I converted the options to their modern equivalents and made the MASTER_SITES definition more generic to help future upgrades. PR: 211862 [1] Submitted by: David Stievenard PR: 212222 [2] Submitted by: maintainer Modified: head/www/glpi/Makefile head/www/glpi/distinfo head/www/glpi/pkg-plist Modified: head/www/glpi/Makefile ============================================================================== --- head/www/glpi/Makefile Sun Aug 28 20:18:46 2016 (r421032) +++ head/www/glpi/Makefile Sun Aug 28 20:44:39 2016 (r421033) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= glpi -PORTVERSION= 0.90.3 +PORTVERSION= 0.90.5 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= http://github.com/glpi-project/glpi/releases/download/0.90.3/ +MASTER_SITES= http://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ MAINTAINER= mathias@monnerville.com COMMENT= Free IT and asset management software @@ -24,17 +24,11 @@ SUB_FILES= pkg-message SUB_LIST= GLPIDIR=${GLPIDIR} PREFIX=${PREFIX} OPTIONS_DEFINE= LDAP IMAP -IMAP_DESC= IMAP support - -.include +OPTIONS_DEFAULT= LDAP IMAP -.if ${PORT_OPTIONS:MLDAP} -USE_PHP+= ldap -.endif - -.if ${PORT_OPTIONS:MIMAP} -USE_PHP+= imap -.endif +IMAP_DESC= IMAP support +LDAP_USE= PHP=ldap +IMAP_USE= PHP=imap post-extract: @${FIND} ${WRKSRC} -name '*~' -delete Modified: head/www/glpi/distinfo ============================================================================== --- head/www/glpi/distinfo Sun Aug 28 20:18:46 2016 (r421032) +++ head/www/glpi/distinfo Sun Aug 28 20:44:39 2016 (r421033) @@ -1,2 +1,3 @@ -SHA256 (glpi-0.90.3.tar.gz) = 15d1cdef40b425d5e6af67e65855298ba9b25af714f44fc3a4f5fb8e646f1227 -SIZE (glpi-0.90.3.tar.gz) = 19184087 +TIMESTAMP = 1472397287 +SHA256 (glpi-0.90.5.tar.gz) = d9b89385b2ca3004445108889492acc412013ba832409ff17496a6e019323eb3 +SIZE (glpi-0.90.5.tar.gz) = 20117959 Modified: head/www/glpi/pkg-plist ============================================================================== --- head/www/glpi/pkg-plist Sun Aug 28 20:18:46 2016 (r421032) +++ head/www/glpi/pkg-plist Sun Aug 28 20:44:39 2016 (r421033) @@ -964,7 +964,7 @@ %%WWWDIR%%/install/index.php %%WWWDIR%%/install/install.php %%WWWDIR%%/install/mysql/.htaccess -%%WWWDIR%%/install/mysql/glpi-0.90-empty.sql +%%WWWDIR%%/install/mysql/glpi-0.90.1-empty.sql %%WWWDIR%%/install/update.php %%WWWDIR%%/install/update_031_04.php %%WWWDIR%%/install/update_042_05.php @@ -1000,7 +1000,7 @@ %%WWWDIR%%/install/update_0853_0855.php %%WWWDIR%%/install/update_0855_090.php %%WWWDIR%%/install/update_085_0853.php -%%WWWDIR%%/install/update_0901_0902.php +%%WWWDIR%%/install/update_0901_0905.php %%WWWDIR%%/install/update_090_0901.php %%WWWDIR%%/install/update_content.php %%WWWDIR%%/install/update_to_031.php