From owner-svn-ports-all@FreeBSD.ORG Thu May 2 07:09:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 41038686; Thu, 2 May 2013 07:09:18 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3429C188D; Thu, 2 May 2013 07:09:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4279I5d026338; Thu, 2 May 2013 07:09:18 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4279IR3026337; Thu, 2 May 2013 07:09:18 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201305020709.r4279IR3026337@svn.freebsd.org> From: Jason Helfman Date: Thu, 2 May 2013 07:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317078 - head/devel/ruby-build X-SVN-Group: ports-head 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.14 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: Thu, 02 May 2013 07:09:18 -0000 Author: jgh Date: Thu May 2 07:09:17 2013 New Revision: 317078 URL: http://svnweb.freebsd.org/changeset/ports/317078 Log: - redefine license and avoiding defaults, should they change Approved by: maintainer (implicit) Modified: head/devel/ruby-build/Makefile Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Thu May 2 07:06:10 2013 (r317077) +++ head/devel/ruby-build/Makefile Thu May 2 07:09:17 2013 (r317078) @@ -11,7 +11,7 @@ COMMENT= Compile and install different r LICENSE= RUBY-BUILD LICENSE_NAME= Sam Stephenson LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS=${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ curl:${PORTSDIR}/ftp/curl \