From owner-svn-ports-head@freebsd.org Thu Nov 5 03:26:10 2015 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 8B7BCA25503; Thu, 5 Nov 2015 03:26:10 +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 5E2D018FC; Thu, 5 Nov 2015 03:26:10 +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 tA53Q9Tv099311; Thu, 5 Nov 2015 03:26:09 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA53Q9M2099307; Thu, 5 Nov 2015 03:26:09 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201511050326.tA53Q9M2099307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 5 Nov 2015 03:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400823 - in 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.20 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: Thu, 05 Nov 2015 03:26:10 -0000 Author: danilo Date: Thu Nov 5 03:26:09 2015 New Revision: 400823 URL: https://svnweb.freebsd.org/changeset/ports/400823 Log: - Update to 14.3.20151030 - Add LICENSE - Sort USE_PHP - Add an entry about the upgrade process to UPDATING Modified: head/UPDATING head/deskutils/egroupware/Makefile head/deskutils/egroupware/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Nov 5 02:01:13 2015 (r400822) +++ head/UPDATING Thu Nov 5 03:26:09 2015 (r400823) @@ -5,6 +5,25 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20151105: + AFFECTS: users of deskutils/egroupware + AUTHOR: danilo@FreeBSD.org + + EGroupware 1.8 was deprecated and removed from sourceforge.net. + To upgrade to the new version (14.3), make a backup of all files and + database, remove all files from ${PREFIX}/www/eg: + + # pkg remove egroupware + # rm -rf ${PREFIX}/www/eg + + Install the new egroupware: + # pkg install egroupware + or + # make -C /usr/ports/deskutils/egroupware install clean + + Access the setup page on your browser and run the upgrade process + (eg: http:///eg/setup). + 20151101: AFFECTS: users of www/codeigniter AUTHOR: junovitch@FreeBSD.org Modified: head/deskutils/egroupware/Makefile ============================================================================== --- head/deskutils/egroupware/Makefile Thu Nov 5 02:01:13 2015 (r400822) +++ head/deskutils/egroupware/Makefile Thu Nov 5 03:26:09 2015 (r400823) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.007.20150218 +PORTVERSION= 14.3.20151030 CATEGORIES= deskutils -MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION} -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ - ${PORTNAME}-egw-pear-${PORTVERSION}.tar.bz2 +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-14.3/${PORTNAME}-${PORTVERSION} +DISTFILES= ${PORTNAME:tl}-epl-${PORTVERSION}.tar.bz2 MAINTAINER= danilo@FreeBSD.org COMMENT= Web-based GroupWare system +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/LICENSE + BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP \ ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \ @@ -21,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PEARDIR= ${LOCALBASE}/share/pear USES= cpe tar:bzip2 -USE_PHP= session ctype zlib bz2 mcrypt xmlreader +USE_PHP= bcmath bz2 ctype json mcrypt session simplexml xmlreader zlib NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message @@ -38,7 +40,7 @@ MBSTRING_DESC= Support multi-byte charac POSTGRES_DESC= PostgreSQL database support ZIP_DESC= Install PHP zip extension -MYSQL_USE= PHP=mysql,pdo_mysql +MYSQL_USE= PHP=mysqli,pdo_mysql POSTGRES_USE= PHP=pgsql,pdo_pgsql MBSTRING_USE= PHP=mbstring IMAP_USE= PHP=imap Modified: head/deskutils/egroupware/distinfo ============================================================================== --- head/deskutils/egroupware/distinfo Thu Nov 5 02:01:13 2015 (r400822) +++ head/deskutils/egroupware/distinfo Thu Nov 5 03:26:09 2015 (r400823) @@ -1,4 +1,2 @@ -SHA256 (eGroupware-1.8.007.20150218.tar.bz2) = 1f4a7297ac3b230bd93d909b6dccae41bbf9d56926ce69f068de8045bafbe3c2 -SIZE (eGroupware-1.8.007.20150218.tar.bz2) = 10783139 -SHA256 (eGroupware-egw-pear-1.8.007.20150218.tar.bz2) = 1be8d6dcaf671fd211731dcc0d505713d12fe0bac16275b1f2b0c45fc3437a2f -SIZE (eGroupware-egw-pear-1.8.007.20150218.tar.bz2) = 77547 +SHA256 (egroupware-epl-14.3.20151030.tar.bz2) = fc327070a2c1cb965749dda493a4d69bcb25451ebb75073893d9fd7cb0c818c7 +SIZE (egroupware-epl-14.3.20151030.tar.bz2) = 19651614