diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-18 07:02:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-18 07:02:23 +0000 |
commit | a94ed6e90ec75bbd352ab502b62c509175481dec (patch) | |
tree | 5f5ad9fd82117e97a2ec4006491a489613bc1bf5 /deskutils/egroupware/Makefile | |
parent | 9e28e81694ebe51358abbc5b19c017184656c48a (diff) | |
download | freebsd-ports-a94ed6e90ec75bbd352ab502b62c509175481dec.zip |
- Update to 1.8.004.20130816
- While I'm here, remove leading indefinite article from COMMENT
Changes: http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?view=markup
PR: ports/181368
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Diffstat (limited to 'deskutils/egroupware/Makefile')
-rw-r--r-- | deskutils/egroupware/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index ec020180d960..2972527a5861 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.004.20130727 +PORTVERSION= 1.8.004.20130816 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ ${PORTNAME}-egw-pear-${PORTVERSION}.tar.bz2 MAINTAINER= danilogondolfo@gmail.com -COMMENT= A web based GroupWare system +COMMENT= Web-based GroupWare system BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP \ @@ -39,6 +39,7 @@ 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 |