svn commit: r379805 - head/security/libtomcrypt

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 24 15:23:58 UTC 2015


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


More information about the svn-ports-all mailing list