diff options
author | danilo <danilo@FreeBSD.org> | 2016-12-02 08:47:52 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-12-02 08:47:52 +0800 |
commit | 543d67be60b9deaf83e3413ba9de6fa673638200 (patch) | |
tree | f137559a540e70a3387e6c1fedb24cc34fc80c9a /deskutils/egroupware | |
parent | 6319cc0c7334344fe6b16e86fe4be6a054621977 (diff) | |
download | freebsd-ports-gnome-543d67be60b9deaf83e3413ba9de6fa673638200.tar.gz freebsd-ports-gnome-543d67be60b9deaf83e3413ba9de6fa673638200.tar.zst freebsd-ports-gnome-543d67be60b9deaf83e3413ba9de6fa673638200.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')
-rw-r--r-- | deskutils/egroupware/Makefile | 10 | ||||
-rw-r--r-- | deskutils/egroupware/distinfo | 6 |
2 files changed, 9 insertions, 7 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 diff --git a/deskutils/egroupware/distinfo b/deskutils/egroupware/distinfo index 11611cfa7408..5183acf0394e 100644 --- a/deskutils/egroupware/distinfo +++ b/deskutils/egroupware/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465663928 -SHA256 (EGroupware-eGroupware-14.3.20160525_GH0.tar.gz) = 947dd6b548a55ddf333623652ac90a1efe6a31c15b4ad65bdc13464144a69d6e -SIZE (EGroupware-eGroupware-14.3.20160525_GH0.tar.gz) = 15565441 +TIMESTAMP = 1480448443 +SHA256 (egroupware-epl-16.1.20161107.tar.bz2) = 9b592e8319bb678ad614bac37cb4795573d1f093212573d50a687f6f41239476 +SIZE (egroupware-epl-16.1.20161107.tar.bz2) = 24360617 |