diff options
author | wen <wen@FreeBSD.org> | 2012-04-11 16:25:15 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-04-11 16:25:15 +0800 |
commit | 6f40e6d0019757fcef0526050787a80170e52f94 (patch) | |
tree | 8543287cc7c428294c2d939272f7a5f71830cb2b /deskutils/egroupware | |
parent | e46ddf6c876af179aa113a9a16856d1c686a9229 (diff) | |
download | freebsd-ports-gnome-6f40e6d0019757fcef0526050787a80170e52f94.tar.gz freebsd-ports-gnome-6f40e6d0019757fcef0526050787a80170e52f94.tar.zst freebsd-ports-gnome-6f40e6d0019757fcef0526050787a80170e52f94.zip |
- Update to 1.8.004.20120407
- Add missing DEPENDS [1]
- Add some options [1]
PR: ports/165587 [1]
Submitted by: Harald Schmalzbauer <freebsd@omnilan.de> [1]
Diffstat (limited to 'deskutils/egroupware')
-rw-r--r-- | deskutils/egroupware/Makefile | 16 | ||||
-rw-r--r-- | 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 |