Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 21:37:40 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370743 - head/archivers/p7zip-codec-rar
Message-ID:  <201410122137.s9CLbewv091769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Oct 12 21:37:39 2014
New Revision: 370743
URL: https://svnweb.freebsd.org/changeset/ports/370743
QAT: https://qat.redports.org/buildarchive/r370743/

Log:
  Add "auto-accept" to LICENSE_PERMS.
  
  It is not entirely clear to me what the policy is to decide whether a
  license can be auto-accepted, but for now this makes it possible to build
  the port without supervision (eg. with BATCH=1).

Modified:
  head/archivers/p7zip-codec-rar/Makefile

Modified: head/archivers/p7zip-codec-rar/Makefile
==============================================================================
--- head/archivers/p7zip-codec-rar/Makefile	Sun Oct 12 21:20:25 2014	(r370742)
+++ head/archivers/p7zip-codec-rar/Makefile	Sun Oct 12 21:37:39 2014	(r370743)
@@ -9,7 +9,7 @@ LICENSE=		LGPL21 UNRAR
 LICENSE_COMB=		multi
 LICENSE_NAME_UNRAR=	unRAR usage restriction license
 LICENSE_FILE_UNRAR=	${WRKSRC}/DOCS/unRarLicense.txt
-LICENSE_PERMS_UNRAR=	dist-mirror dist-sell pkg-mirror pkg-sell
+LICENSE_PERMS_UNRAR=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
 MASTERDIR=	${.CURDIR}/../p7zip
 ALL_TARGET=	common7z



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