From owner-svn-ports-head@freebsd.org Sun Mar 20 18:37:45 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 39C25AD6F52; Sun, 20 Mar 2016 18:37:45 +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 099B2382; Sun, 20 Mar 2016 18:37:44 +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 u2KIbi8I025710; Sun, 20 Mar 2016 18:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2KIbiaP025709; Sun, 20 Mar 2016 18:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603201837.u2KIbiaP025709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Mar 2016 18:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411497 - head/devel/rubygem-licensee 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.21 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: Sun, 20 Mar 2016 18:37:45 -0000 Author: sunpoet Date: Sun Mar 20 18:37:43 2016 New Revision: 411497 URL: https://svnweb.freebsd.org/changeset/ports/411497 Log: - Add LICENSE_FILE - Add NO_ARCH - While I'm here, use = instead of += for PLIST_FILES Approved by: portmgr (blanket) Modified: head/devel/rubygem-licensee/Makefile Modified: head/devel/rubygem-licensee/Makefile ============================================================================== --- head/devel/rubygem-licensee/Makefile Sun Mar 20 18:37:39 2016 (r411496) +++ head/devel/rubygem-licensee/Makefile Sun Mar 20 18:37:43 2016 (r411497) @@ -10,13 +10,15 @@ MAINTAINER= brendan+freebsd@bbqsrc.net COMMENT= Detects under what license a project is distributed LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-rugged>=0.23:${PORTSDIR}/devel/rubygem-rugged -PLIST_FILES+= bin/licensee - +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/licensee + .include