From owner-svn-ports-all@FreeBSD.ORG Wed Oct 8 15:41:19 2014 Return-Path: Delivered-To: svn-ports-all@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 6AFF6259; Wed, 8 Oct 2014 15:41:19 +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 3D005F0; Wed, 8 Oct 2014 15:41:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98FfJfI056183; Wed, 8 Oct 2014 15:41:19 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98FfIRv056180; Wed, 8 Oct 2014 15:41:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201410081541.s98FfIRv056180@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 8 Oct 2014 15:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370448 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 15:41:19 -0000 Author: feld Date: Wed Oct 8 15:41:18 2014 New Revision: 370448 URL: https://svnweb.freebsd.org/changeset/ports/370448 QAT: https://qat.redports.org/buildarchive/r370448/ Log: Update to 1.6.10 Define LICENSE PR: 194181 Modified: head/mail/rainloop/Makefile head/mail/rainloop/distinfo head/mail/rainloop/pkg-plist Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Wed Oct 8 15:38:53 2014 (r370447) +++ head/mail/rainloop/Makefile Wed Oct 8 15:41:18 2014 (r370448) @@ -1,19 +1,24 @@ # $FreeBSD$ PORTNAME= rainloop -PORTVERSION= 1.6.9 +PORTVERSION= 1.6.10 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}-webmail/ MAINTAINER= loic.blot@unix-experience.fr COMMENT= Modern and interactive webmail +LICENSE= CCbyNCSA3 +LICENSE_NAME= Attribution-NonCommercial-ShareAlike 3.0 Unported +LICENSE_TEXT= License can be found at: https://github.com/RainLoop/rainloop-webmail/blob/master/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes WANT_PHP_WEB= yes USE_PHP= curl iconv json xml dom openssl pcre spl zlib -RVER= 1.6.9.164 +RVER= 1.6.10.182 PLIST_SUB= VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" # @TODO: PDO also for different backends Modified: head/mail/rainloop/distinfo ============================================================================== --- head/mail/rainloop/distinfo Wed Oct 8 15:38:53 2014 (r370447) +++ head/mail/rainloop/distinfo Wed Oct 8 15:41:18 2014 (r370448) @@ -1,2 +1,2 @@ -SHA256 (rainloop-1.6.9.zip) = c6f14be0fafec801109fefe79b085ca8cf49ffdac6bcb0b7eecdb505d438befe -SIZE (rainloop-1.6.9.zip) = 4723573 +SHA256 (rainloop-1.6.10.zip) = 6274baaf7581f24ddbfb3228b9f551a78f7409c286f51bc17f58266077e93e1e +SIZE (rainloop-1.6.10.zip) = 4754136 Modified: head/mail/rainloop/pkg-plist ============================================================================== --- head/mail/rainloop/pkg-plist Wed Oct 8 15:38:53 2014 (r370447) +++ head/mail/rainloop/pkg-plist Wed Oct 8 15:41:18 2014 (r370448) @@ -788,6 +788,7 @@ %%WWWDIR%%/rainloop/v/%%VER%%/langs/it.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/ja-jp.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/ko-kr.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/lt.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/lv.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/nl.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/no.ini @@ -797,6 +798,7 @@ %%WWWDIR%%/rainloop/v/%%VER%%/langs/ro.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/ru.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/sk.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/sv.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/tr.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/ua.ini %%WWWDIR%%/rainloop/v/%%VER%%/langs/zh-cn.ini