svn commit: r370743 - head/archivers/p7zip-codec-rar
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Oct 12 21:37:40 UTC 2014
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
More information about the svn-ports-all
mailing list