1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- 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]
This commit is contained in:
Wen Heping 2012-04-11 08:25:15 +00:00
parent 626f74814a
commit df90d3ed7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294637
2 changed files with 18 additions and 6 deletions

View File

@ -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

View File

@ -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