diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-11-05 03:26:09 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-11-05 03:26:09 +0000 |
commit | 9a9acb718e6f17e663e2177c9c5f98a93d7c3d63 (patch) | |
tree | a5a0e14934e1838c759f2c3ea371723af76f418f /deskutils/egroupware/Makefile | |
parent | 9d5d7ac4d598fe4b964662c93c195ce0daccf9b7 (diff) | |
download | freebsd-ports-9a9acb718e6f17e663e2177c9c5f98a93d7c3d63.zip |
- Update to 14.3.20151030
- Add LICENSE
- Sort USE_PHP
- Add an entry about the upgrade process to UPDATING
Diffstat (limited to 'deskutils/egroupware/Makefile')
-rw-r--r-- | deskutils/egroupware/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 349c841a2b49..2859703b77d1 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.007.20150218 +PORTVERSION= 14.3.20151030 CATEGORIES= deskutils -MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION} -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ - ${PORTNAME}-egw-pear-${PORTVERSION}.tar.bz2 +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-14.3/${PORTNAME}-${PORTVERSION} +DISTFILES= ${PORTNAME:tl}-epl-${PORTVERSION}.tar.bz2 MAINTAINER= danilo@FreeBSD.org COMMENT= Web-based GroupWare system +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/LICENSE + BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP \ ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \ @@ -21,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PEARDIR= ${LOCALBASE}/share/pear USES= cpe tar:bzip2 -USE_PHP= session ctype zlib bz2 mcrypt xmlreader +USE_PHP= bcmath bz2 ctype json mcrypt session simplexml xmlreader zlib NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message @@ -38,7 +40,7 @@ MBSTRING_DESC= Support multi-byte character sets POSTGRES_DESC= PostgreSQL database support ZIP_DESC= Install PHP zip extension -MYSQL_USE= PHP=mysql,pdo_mysql +MYSQL_USE= PHP=mysqli,pdo_mysql POSTGRES_USE= PHP=pgsql,pdo_pgsql MBSTRING_USE= PHP=mbstring IMAP_USE= PHP=imap |