From owner-svn-ports-all@FreeBSD.ORG Fri Oct 25 00:56:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3BD8B716; Fri, 25 Oct 2013 00:56:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 297E22BD1; Fri, 25 Oct 2013 00:56:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P0uFvT014365; Fri, 25 Oct 2013 00:56:15 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9P0uFlQ014364; Fri, 25 Oct 2013 00:56:15 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310250056.r9P0uFlQ014364@svn.freebsd.org> From: Steve Wills Date: Fri, 25 Oct 2013 00:56:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331538 - head/textproc/rubygem-github-linguist 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: Fri, 25 Oct 2013 00:56:15 -0000 Author: swills Date: Fri Oct 25 00:56:14 2013 New Revision: 331538 URL: http://svnweb.freebsd.org/changeset/ports/331538 Log: - Add bin/linguist to plist Modified: head/textproc/rubygem-github-linguist/Makefile Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Fri Oct 25 00:43:12 2013 (r331537) +++ head/textproc/rubygem-github-linguist/Makefile Fri Oct 25 00:56:14 2013 (r331538) @@ -17,6 +17,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES+= bin/linguist + NO_STAGE= yes .include