Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 15:23:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379805 - head/security/libtomcrypt
Message-ID:  <201502241523.t1OFNwCU069142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb 24 15:23:57 2015
New Revision: 379805
URL: https://svnweb.freebsd.org/changeset/ports/379805
QAT: https://qat.redports.org/buildarchive/r379805/

Log:
  Fix license permissions
  
  Noticed by:	jbeich

Modified:
  head/security/libtomcrypt/Makefile

Modified: head/security/libtomcrypt/Makefile
==============================================================================
--- head/security/libtomcrypt/Makefile	Tue Feb 24 15:23:01 2015	(r379804)
+++ head/security/libtomcrypt/Makefile	Tue Feb 24 15:23:57 2015	(r379805)
@@ -14,7 +14,7 @@ COMMENT=	Comprehensive, modular, and por
 LICENSE=	PD
 LICENSE_NAME=	Public Domain
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 CFLAGS+=	-I${LOCALBASE}/include
 EXTRALIBS=	-L${LOCALBASE}/lib



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