Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2015 00:29:13 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396730 - in head: . mail/rainloop
Message-ID:  <201509120029.t8C0TDM6031017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Sat Sep 12 00:29:12 2015
New Revision: 396730
URL: https://svnweb.freebsd.org/changeset/ports/396730

Log:
  Update LICENSE and add RESTRICTED
  
  PR:		201812
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:	loic.blot@unix-experience.fr (maintainer)

Modified:
  head/LEGAL
  head/mail/rainloop/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Sat Sep 12 00:11:54 2015	(r396729)
+++ head/LEGAL	Sat Sep 12 00:29:12 2015	(r396730)
@@ -274,3 +274,4 @@ gmsh-occ-*		cad/gmsh-occ		Contact approp
 btsync_*		net-p2p/btsync		Redistribution forbidden by license
 sas2ircu-*		sysutils/sas2ircu	May not be redistributed. Must accept license to download.
 snes9x-*		emulators/snes9x-gtk	Commercial users must seek permission from copyright holders.
+rainloop-1.*.zip	mail/rainloop		Redistribution in any form is prohibited

Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile	Sat Sep 12 00:11:54 2015	(r396729)
+++ head/mail/rainloop/Makefile	Sat Sep 12 00:29:12 2015	(r396730)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rainloop
 PORTVERSION=	1.9.2
+PORTREVISION=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	http://repository.rainloop.net/v2/webmail/${PORTVERSION}/
 DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}.${RBUILD}-${RHASH}
@@ -10,10 +11,10 @@ MAINTAINER=	loic.blot@unix-experience.fr
 COMMENT=	Modern and interactive webmail
 
 .if !defined(PKGNAMESUFFIX)
-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
+LICENSE=	RainLoop
+LICENSE_NAME=	RainLoop Software License
+LICENSE_TEXT=	License can be found at: http://www.rainloop.net/licensing/
+LICENSE_PERMS=	auto-accept
 .endif
 
 .if !defined(PKGNAMESUFFIX)
@@ -29,6 +30,9 @@ RHASH=		1579e1f742ef7a4fa87e55c201416e30
 # Refresh using info from http://repository.rainloop.net/v2/core.(stable|open).json
 RBUILD=		343
 
+.if !defined(PKGNAMESUFFIX)
+RESTRICTED=	Redistribution in any form is prohibited
+.endif
 USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509120029.t8C0TDM6031017>