From owner-svn-ports-all@freebsd.org Mon Sep 10 06:59:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 188A01081348; Mon, 10 Sep 2018 06:59:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2A7872AD6; Mon, 10 Sep 2018 06:59:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B95BE24F06; Mon, 10 Sep 2018 06:59:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8A6xaB3045913; Mon, 10 Sep 2018 06:59:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8A6xaxx045912; Mon, 10 Sep 2018 06:59:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809100659.w8A6xaxx045912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 10 Sep 2018 06:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479364 - head/science/namd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/namd X-SVN-Commit-Revision: 479364 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 06:59:37 -0000 Author: yuri Date: Mon Sep 10 06:59:36 2018 New Revision: 479364 URL: https://svnweb.freebsd.org/changeset/ports/479364 Log: science/namd: Remove RESTRICTED because LICENSE_PERMS is restrictive Reported by: mat Modified: head/science/namd/Makefile Modified: head/science/namd/Makefile ============================================================================== --- head/science/namd/Makefile Mon Sep 10 06:27:19 2018 (r479363) +++ head/science/namd/Makefile Mon Sep 10 06:59:36 2018 (r479364) @@ -11,7 +11,7 @@ COMMENT= Computer software for molecular dynamics simu LICENSE= NAMD_MOLECULAR_DYNAMICS_LICENSE LICENSE_NAME= NAMD Molecular Dynamics Software LICENSE_FILE= ${WRKSRC}/license.txt -LICENSE_PERMS= no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed. +LICENSE_PERMS= no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed, commercial use requires a commercial license ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Not clear if it can be built on other architectures @@ -21,8 +21,6 @@ BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libck.so:net/charm \ libfftw3f.so:math/fftw3-float - -RESTRICTED= No commercial use: commercial use requires a commercial license USES= fortran gmake localbase:ldflags python:build shebangfix tcl SHEBANG_FILES= config