svn commit: r396730 - in head: . mail/rainloop

Carlo Strub cs at FreeBSD.org
Sat Sep 12 00:29:14 UTC 2015


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 at utahime.org>
  Approved by:	loic.blot at 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 at 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


More information about the svn-ports-head mailing list