Date: Sun, 9 Sep 2018 00:56:55 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479264 - head/net/charm Message-ID: <201809090056.w890utkQ019303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Sep 9 00:56:55 2018 New Revision: 479264 URL: https://svnweb.freebsd.org/changeset/ports/479264 Log: net/charm: Change LICENSE_PERMS: no redistribution is allowed. Reported by: adamw Modified: head/net/charm/Makefile Modified: head/net/charm/Makefile ============================================================================== --- head/net/charm/Makefile Sat Sep 8 23:28:21 2018 (r479263) +++ head/net/charm/Makefile Sun Sep 9 00:56:55 2018 (r479264) @@ -13,7 +13,7 @@ COMMENT= Message-passing parallel language and runtime LICENSE= CHARMPP_CONVERSE_LICENSE LICENSE_NAME= Charm++/Converse License LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= auto-accept dist-mirror pkg-mirror +LICENSE_PERMS= no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed. ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Not clear if it can be built on other architectures
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809090056.w890utkQ019303>