Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 16:34:02 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345113 - head/deskutils/egroupware
Message-ID:  <201402191634.s1JGY2h9055906@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Feb 19 16:34:02 2014
New Revision: 345113
URL: http://svnweb.freebsd.org/changeset/ports/345113
QAT: https://qat.redports.org/buildarchive/r345113/

Log:
  - Update from 1.8.005.20131007 to 1.8.006.20140217
  - Use options helpers

Modified:
  head/deskutils/egroupware/Makefile
  head/deskutils/egroupware/distinfo

Modified: head/deskutils/egroupware/Makefile
==============================================================================
--- head/deskutils/egroupware/Makefile	Wed Feb 19 16:33:46 2014	(r345112)
+++ head/deskutils/egroupware/Makefile	Wed Feb 19 16:34:02 2014	(r345113)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	eGroupware
-PORTVERSION=	1.8.005.20131007
+PORTVERSION=	1.8.006.20140217
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION}
 DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.bz2 \
@@ -38,45 +38,15 @@ MBSTRING_DESC=	Support multi-byte charac
 POSTGRES_DESC=	PostgreSQL database support
 ZIP_DESC=	Install PHP zip extension
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MMYSQL}
-USE_PHP+=	mysql
-USE_PHP+=	pdo_mysql
-.endif
-
-.if ${PORT_OPTIONS:MPOSTGRES}
-USE_PHP+=	pgsql
-USE_PHP+=	pdo_pgsql
-.endif
-
-.if ${PORT_OPTIONS:MMBSTRING}
-USE_PHP+=	mbstring
-.endif
-
-.if ${PORT_OPTIONS:MIMAP}
-USE_PHP+=	imap
-.endif
-
-.if ${PORT_OPTIONS:MOSSL}
-USE_PHP+=	openssl
-.endif
-
-.if ${PORT_OPTIONS:MTNEF}
-RUN_DEPENDS+=	tnef:${PORTSDIR}/converters/tnef
-.endif
-
-.if ${PORT_OPTIONS:MZIP}
-USE_PHP+=	zip
-.endif
-
-.if ${PORT_OPTIONS:MGD}
-USE_PHP+=	gd
-.endif
-
-.if ${PORT_OPTIONS:MLDAP}
-USE_PHP+=	ldap
-.endif
+MYSQL_USE=	PHP=mysql,pdo_mysql
+POSTGRES_USE=	PHP=pgsql,pdo_pgsql
+MBSTRING_USE=	PHP=mbstring
+IMAP_USE=	PHP=imap
+OSSL_USE=	PHP=openssl
+ZIP_USE=	PHP=zip
+GD_USE=		PHP=gd
+LDAP_USE=	PHP=ldap
+TNEF_RUN_DEPENDS=	tnef:${PORTSDIR}/converters/tnef
 
 WRKSRC=	${WRKDIR}/egroupware
 EG_DIR=	www/eg

Modified: head/deskutils/egroupware/distinfo
==============================================================================
--- head/deskutils/egroupware/distinfo	Wed Feb 19 16:33:46 2014	(r345112)
+++ head/deskutils/egroupware/distinfo	Wed Feb 19 16:34:02 2014	(r345113)
@@ -1,4 +1,4 @@
-SHA256 (eGroupware-1.8.005.20131007.tar.bz2) = 1761779fd030b4ba4230dc7ef66ff8262b372e2af02068f81c32f589b9535bdc
-SIZE (eGroupware-1.8.005.20131007.tar.bz2) = 10785010
-SHA256 (eGroupware-egw-pear-1.8.005.20131007.tar.bz2) = 7809b9300fa55aba16182d20e3864ae02dddfbb46859140d0850b4161a65d0c9
-SIZE (eGroupware-egw-pear-1.8.005.20131007.tar.bz2) = 76632
+SHA256 (eGroupware-1.8.006.20140217.tar.bz2) = 89ba50e771353fd0ddb91a613d837c7b15253dcad282e0ee813c1063a3b0bd47
+SIZE (eGroupware-1.8.006.20140217.tar.bz2) = 10779925
+SHA256 (eGroupware-egw-pear-1.8.006.20140217.tar.bz2) = 93b924b04f98ba3c90b57cc45b675bb2a1a00d95d83c2930d597753ffbbc66d9
+SIZE (eGroupware-egw-pear-1.8.006.20140217.tar.bz2) = 76692



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