diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-12-02 00:47:52 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-12-02 00:47:52 +0000 |
commit | 6b179720ef21002fd7d630d02d72d1c87fe1d2ec (patch) | |
tree | f137559a540e70a3387e6c1fedb24cc34fc80c9a /deskutils/egroupware/Makefile | |
parent | e0c3f7a9800296b1dc4611654538ada483e0d669 (diff) | |
download | freebsd-ports-6b179720ef21002fd7d630d02d72d1c87fe1d2ec.zip |
- Update to 16.1.20161107
- Change MASTER_SITES to download the full eGroupware tarball. Some modules were missing [1].
Reported by: William Marcelo Piovezan <william@uli.com.br> [1]
Diffstat (limited to 'deskutils/egroupware/Makefile')
-rw-r--r-- | deskutils/egroupware/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 2d86af308c6e..02c996894cbf 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 14.3.20160525 +PORTVERSION= 16.1.20161107 CATEGORIES= deskutils +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME:tl}/releases/download/${PORTVERSION}/ \ + http://github.com/${GH_ACCOUNT}/${PORTNAME:tl}/releases/download/${PORTVERSION}/ +DISTNAME= ${PORTNAME:tl}-epl-${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Web-based GroupWare system LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/doc/LICENSE +LICENSE_FILE= ${WRKDIR}/${PORTNAME:tl}/doc/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/pear/Net/Sieve.php:net/pear-Net_Sieve \ ${LOCALBASE}/share/pear/Horde/Imap/Client.php:mail/pear-Horde_Imap_Client \ @@ -28,7 +31,6 @@ SUB_FILES= pkg-message SUB_LIST= EG_DIR=${EG_DIR} \ EG_DATA=${EG_DATA} -USE_GITHUB= yes GH_ACCOUNT= EGroupware OPTIONS_DEFINE= MYSQL POSTGRES SSL ZIP GD LDAP MBSTRING @@ -46,7 +48,7 @@ ZIP_USE= PHP=zip GD_USE= PHP=gd LDAP_USE= PHP=ldap -WRKSRC= ${WRKDIR}/egroupware-${PORTVERSION} +WRKSRC= ${WRKDIR}/egroupware EG_DIR= www/eg EG_WWWDIR= ${PREFIX}/${EG_DIR} EG_DATA= www/egdata |