From owner-svn-ports-head@FreeBSD.ORG Sun Jan 18 01:39:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED424818; Sun, 18 Jan 2015 01:39:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BFB0A689; Sun, 18 Jan 2015 01:39:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0I1dHvZ095001; Sun, 18 Jan 2015 01:39:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0I1dHcC094998; Sun, 18 Jan 2015 01:39:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201501180139.t0I1dHcC094998@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 18 Jan 2015 01:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377280 - head/mail/rainloop 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.18-1 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: Sun, 18 Jan 2015 01:39:18 -0000 Author: wen Date: Sun Jan 18 01:39:16 2015 New Revision: 377280 URL: https://svnweb.freebsd.org/changeset/ports/377280 QAT: https://qat.redports.org/buildarchive/r377280/ Log: - Update to 1.7.2 PR: 196831 Submitted by: Yasuhiro KIMURA (maintainer) Modified: head/mail/rainloop/Makefile head/mail/rainloop/distinfo head/mail/rainloop/pkg-plist Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Sun Jan 18 01:30:38 2015 (r377279) +++ head/mail/rainloop/Makefile Sun Jan 18 01:39:16 2015 (r377280) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rainloop -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}-webmail/ @@ -18,7 +18,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes WANT_PHP_WEB= yes USE_PHP= curl iconv json xml dom openssl pcre spl zlib -RVER= 1.7.1.215 +RVER= 1.7.2.220 PLIST_SUB= VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" # @TODO: PDO also for different backends Modified: head/mail/rainloop/distinfo ============================================================================== --- head/mail/rainloop/distinfo Sun Jan 18 01:30:38 2015 (r377279) +++ head/mail/rainloop/distinfo Sun Jan 18 01:39:16 2015 (r377280) @@ -1,2 +1,2 @@ -SHA256 (rainloop-1.7.1.zip) = ba2b3aa98efd904806731d20155e5ad660f9b4f561982971936029021ad18e1b -SIZE (rainloop-1.7.1.zip) = 4893265 +SHA256 (rainloop-1.7.2.zip) = 8025922c7a7ac52a044c1a662416f42c84f32fde5cc0bd5bfe666f0faca3c0ab +SIZE (rainloop-1.7.2.zip) = 4897740 Modified: head/mail/rainloop/pkg-plist ============================================================================== --- head/mail/rainloop/pkg-plist Sun Jan 18 01:30:38 2015 (r377279) +++ head/mail/rainloop/pkg-plist Sun Jan 18 01:39:16 2015 (r377280) @@ -693,6 +693,7 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Files/FilesInterface.php %%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters.php %%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Classes/Filter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Classes/FilterCondition.php %%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Enumerations/ActionType.php %%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Enumerations/ConditionField.php %%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Enumerations/ConditionType.php