From owner-svn-ports-head@freebsd.org Sat Dec 3 19:29:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EABD4C652D6; Sat, 3 Dec 2016 19:29:56 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id AC89E760; Sat, 3 Dec 2016 19:29:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB3JTtAv068320; Sat, 3 Dec 2016 19:29:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3JTtT7068319; Sat, 3 Dec 2016 19:29:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612031929.uB3JTtT7068319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Dec 2016 19:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427657 - head/devel/rubygem-deface X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 19:29:57 -0000 Author: sunpoet Date: Sat Dec 3 19:29:55 2016 New Revision: 427657 URL: https://svnweb.freebsd.org/changeset/ports/427657 Log: - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/devel/rubygem-deface/Makefile Modified: head/devel/rubygem-deface/Makefile ============================================================================== --- head/devel/rubygem-deface/Makefile Sat Dec 3 19:29:51 2016 (r427656) +++ head/devel/rubygem-deface/Makefile Sat Dec 3 19:29:55 2016 (r427657) @@ -9,12 +9,14 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Customize ERB, Haml and Slim views in a Rails application LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-colorize>=0.5.8:devel/rubygem-colorize \ rubygem-nokogiri>=1.6.0:textproc/rubygem-nokogiri \ rubygem-polyglot>=0.3:devel/rubygem-polyglot \ rubygem-rails4>=3.1:www/rubygem-rails4 +NO_ARCH= yes USE_RUBY= yes USES= gem