From owner-svn-ports-head@FreeBSD.ORG Thu Oct 25 00:43:39 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81B1D897; Thu, 25 Oct 2012 00:43:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5A9F48FC0C; Thu, 25 Oct 2012 00:43:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9P0hd20033257; Thu, 25 Oct 2012 00:43:39 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9P0hdgQ033253; Thu, 25 Oct 2012 00:43:39 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201210250043.q9P0hdgQ033253@svn.freebsd.org> From: Wen Heping Date: Thu, 25 Oct 2012 00:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306361 - head/deskutils/egroupware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 00:43:39 -0000 Author: wen Date: Thu Oct 25 00:43:38 2012 New Revision: 306361 URL: http://svn.freebsd.org/changeset/ports/306361 Log: - Update to 1.8.004.20120822 - Trim Makefile headers - Convert to optionsNG - Reset maintainer to ports@ Feature safe: yes Modified: head/deskutils/egroupware/Makefile head/deskutils/egroupware/distinfo Modified: head/deskutils/egroupware/Makefile ============================================================================== --- head/deskutils/egroupware/Makefile Thu Oct 25 00:18:32 2012 (r306360) +++ head/deskutils/egroupware/Makefile Thu Oct 25 00:43:38 2012 (r306361) @@ -1,17 +1,14 @@ -# New ports collection makefile for: egroupware -# Date created: 27 March 2001 -# Whom: Jimmy Olgeni -# +# Created by: Jimmy Olgeni # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.004.20120507 +PORTVERSION= 1.8.004.20120822 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ ${PORTNAME}-egw-pear-${PORTVERSION}.tar.bz2 -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A web based GroupWare system BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ @@ -31,45 +28,48 @@ SUB_FILES= pkg-message SUB_LIST= EG_DIR=${EG_DIR} \ EG_DATA=${EG_DATA} -OPTIONS= MYSQL "Use MySQL database" on \ - POSTGRE "Use PostgreSQL Database" off \ - OSSL "Enable SSL connection support (for IMAP eg.)" on \ - TNEF "Supports decoding winmail.dat attachments in felamimail" on \ - ZIP "Enable contact data insertion for O/MS/Libre Office documents." on \ - IMAP "Enable Mail support in eGroupware" on \ - GD "Enable graphic support (needs xorg-libraries)" off \ - LDAP "Contacts can be stored using OpenLDAP" off \ - MBSTRING "Support for complete UTF-8 charsets" off +OPTIONS_DEFINE= MYSQL POSTGRE OSSL TNEF ZIP IMAP GD LDAP MBSTRING +OPTIONS_DEFAULT=MYSQL OSSL TNEF ZIP IMAP -.include -.if defined(WITH_MYSQL) +OSSL_DESC= enable SSL connection support +TNEF_DESC= decoding winmail.dat attachments in felamimail support + +.include +.if ${PORT_OPTIONS:MMYSQL} USE_PHP+= mysql USE_PHP+= pdo_mysql .endif -.if defined(WITH_POSTGRE) + +.if ${PORT_OPTIONS:MPOSTGRE} USE_PHP+= pgsql -#USE_PHP+= pdo_pgsql -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql +USE_PHP+= pdo_pgsql .endif -.if defined(WITH_MBSTRING) + +.if ${PORT_OPTIONS:MMBSTRING} USE_PHP+= mbstring .endif -.if defined(WITH_IMAP) + +.if ${PORT_OPTIONS:MIMAP} USE_PHP+= imap .endif -.if defined(WITH_OSSL) + +.if ${PORT_OPTIONS:MOSSL} USE_PHP+= openssl .endif -.if defined(WITH_TNEF) + +.if ${PORT_OPTIONS:MTNEF} RUN_DEPENDS+= tnef:${PORTSDIR}/converters/tnef .endif -.if defined(WITH_ZIP) + +.if ${PORT_OPTIONS:MZIP} USE_PHP+= zip .endif -.if defined(WITH_GD) + +.if ${PORT_OPTIONS:MGD} USE_PHP+= gd .endif -.if defined(WITH_LDAP) + +.if ${PORT_OPTIONS:MLDAP} USE_PHP+= ldap .endif @@ -107,4 +107,4 @@ do-install: post-install: ${CAT} ${PKGMESSAGE} -.include +.include Modified: head/deskutils/egroupware/distinfo ============================================================================== --- head/deskutils/egroupware/distinfo Thu Oct 25 00:18:32 2012 (r306360) +++ head/deskutils/egroupware/distinfo Thu Oct 25 00:43:38 2012 (r306361) @@ -1,4 +1,4 @@ -SHA256 (eGroupware-1.8.004.20120507.tar.bz2) = 57c7c544ec61b89d5d8233046ff3ab91bb1d99cdb682b36cd65272b36a5e1c06 -SIZE (eGroupware-1.8.004.20120507.tar.bz2) = 10444169 -SHA256 (eGroupware-egw-pear-1.8.004.20120507.tar.bz2) = c8e90ca7c48278fc4fe916670fbdb10097f0682fc381e366c02557bffad6e5e0 -SIZE (eGroupware-egw-pear-1.8.004.20120507.tar.bz2) = 75128 +SHA256 (eGroupware-1.8.004.20120822.tar.bz2) = 814cdeaf9437b8fd87c8d4234bef6e1ca0b32fe504ee68bce058104bf718505f +SIZE (eGroupware-1.8.004.20120822.tar.bz2) = 10441477 +SHA256 (eGroupware-egw-pear-1.8.004.20120822.tar.bz2) = 7e71bf702aee11a5041c1dd74257685121e5ee65ca15e1e7edde2fe911079b77 +SIZE (eGroupware-egw-pear-1.8.004.20120822.tar.bz2) = 75457