diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-07 15:03:41 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-07 15:03:41 +0000 |
commit | 0ad922ba5d69f985cfb0d0dcf6d709055c22e59f (patch) | |
tree | 925dcb1b4a24c37c5b5cb22cd521771480b078fe /deskutils/egroupware/Makefile | |
parent | 323af56be8657698253ea1ac961f9ff4487733a5 (diff) | |
download | freebsd-ports-0ad922ba5d69f985cfb0d0dcf6d709055c22e59f.zip |
- Update from 1.8.004.20130831 to 1.8.005.20131001 [1]
- Change maintainer email to @FreeBSD.org
Changelog: http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?view=markup
PR: ports/182781
Submitted by: Dewayne <dewayne.geraghty@heuristicsystems.com.au> [1]
Approved by: wg/culot (mentors, implicit)
Diffstat (limited to 'deskutils/egroupware/Makefile')
-rw-r--r-- | deskutils/egroupware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 9b19b0f33657..b7af14ce3d47 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.004.20130831 +PORTVERSION= 1.8.005.20131001 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 +MAINTAINER= danilo@FreeBSD.org COMMENT= Web-based GroupWare system BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ |