From df90d3ed7b9c94b2a5717d30e8735f8812051d2d Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Wed, 11 Apr 2012 08:25:15 +0000 Subject: [PATCH] - Update to 1.8.004.20120407 - Add missing DEPENDS [1] - Add some options [1] PR: ports/165587 [1] Submitted by: Harald Schmalzbauer [1] --- deskutils/egroupware/Makefile | 16 ++++++++++++++-- deskutils/egroupware/distinfo | 8 ++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 466f3723038d..1c1b9049f4a9 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.002.20111111 +PORTVERSION= 1.8.004.20120407 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ @@ -24,7 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PEARDIR= ${LOCALBASE}/share/pear USE_BZIP2= yes -USE_PHP= session ctype +USE_PHP= session ctype zlib bz2 mcrypt xmlreader NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message @@ -33,6 +33,9 @@ SUB_LIST= EG_DIR=${EG_DIR} \ 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 \ @@ -54,6 +57,15 @@ USE_PHP+= mbstring .if defined(WITH_IMAP) USE_PHP+= imap .endif +.if defined(WITH_OSSL) +USE_PHP+= openssl +.endif +.if defined(WITH_TNEF) +RUN_DEPENDS+= tnef:${PORTSDIR}/converters/tnef +.endif +.if defined(WITH_ZIP) +USE_PHP+= zip +.endif .if defined(WITH_GD) USE_PHP+= gd .endif diff --git a/deskutils/egroupware/distinfo b/deskutils/egroupware/distinfo index 5c826e3071c1..81ed794489b5 100644 --- a/deskutils/egroupware/distinfo +++ b/deskutils/egroupware/distinfo @@ -1,4 +1,4 @@ -SHA256 (eGroupware-1.8.002.20111111.tar.bz2) = d3e59d902382dfe5553248af34be1ff419903beded831f74db80186c106cc5c9 -SIZE (eGroupware-1.8.002.20111111.tar.bz2) = 10386015 -SHA256 (eGroupware-egw-pear-1.8.002.20111111.tar.bz2) = 11baa1ef1c43e0fbeb49350307d8ac3c45ba5b0a87fcf827c9b4101b6f348932 -SIZE (eGroupware-egw-pear-1.8.002.20111111.tar.bz2) = 73022 +SHA256 (eGroupware-1.8.004.20120407.tar.bz2) = ae3e98f71dd8a4e953c0090baf95d4808efe2eae74dcde2ba4d79e22976cfcb0 +SIZE (eGroupware-1.8.004.20120407.tar.bz2) = 10421384 +SHA256 (eGroupware-egw-pear-1.8.004.20120407.tar.bz2) = 70b84f93144618798c4eda9f7d691af40c160c9ce5583b3778f985298ca0ff70 +SIZE (eGroupware-egw-pear-1.8.004.20120407.tar.bz2) = 74904