From owner-svn-ports-head@freebsd.org Fri Dec 2 00:47:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ABD1C604A3; Fri, 2 Dec 2016 00:47:53 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F12F1093; Fri, 2 Dec 2016 00:47:53 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB20lq2E016047; Fri, 2 Dec 2016 00:47:52 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB20lq5r016045; Fri, 2 Dec 2016 00:47:52 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201612020047.uB20lq5r016045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 2 Dec 2016 00:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427538 - head/deskutils/egroupware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 00:47:53 -0000 Author: danilo Date: Fri Dec 2 00:47:52 2016 New Revision: 427538 URL: https://svnweb.freebsd.org/changeset/ports/427538 Log: - Update to 16.1.20161107 - Change MASTER_SITES to download the full eGroupware tarball. Some modules were missing [1]. Reported by: William Marcelo Piovezan [1] Modified: head/deskutils/egroupware/Makefile head/deskutils/egroupware/distinfo Modified: head/deskutils/egroupware/Makefile ============================================================================== --- head/deskutils/egroupware/Makefile Fri Dec 2 00:43:26 2016 (r427537) +++ head/deskutils/egroupware/Makefile Fri Dec 2 00:47:52 2016 (r427538) @@ -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 Modified: head/deskutils/egroupware/distinfo ============================================================================== --- head/deskutils/egroupware/distinfo Fri Dec 2 00:43:26 2016 (r427537) +++ head/deskutils/egroupware/distinfo Fri Dec 2 00:47:52 2016 (r427538) @@ -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