From owner-svn-ports-head@freebsd.org Fri Apr 14 05:49:36 2017 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 85B52D3DE22; Fri, 14 Apr 2017 05:49:36 +0000 (UTC) (envelope-from miwi@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 4B038EA7; Fri, 14 Apr 2017 05:49:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3E5nZEH052535; Fri, 14 Apr 2017 05:49:35 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3E5nZfZ052534; Fri, 14 Apr 2017 05:49:35 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201704140549.v3E5nZfZ052534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 14 Apr 2017 05:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438491 - head/mail/rubygem-roadie-rails 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: Fri, 14 Apr 2017 05:49:36 -0000 Author: miwi Date: Fri Apr 14 05:49:35 2017 New Revision: 438491 URL: https://svnweb.freebsd.org/changeset/ports/438491 Log: - Fix shebangs Modified: head/mail/rubygem-roadie-rails/Makefile Modified: head/mail/rubygem-roadie-rails/Makefile ============================================================================== --- head/mail/rubygem-roadie-rails/Makefile Fri Apr 14 05:30:25 2017 (r438490) +++ head/mail/rubygem-roadie-rails/Makefile Fri Apr 14 05:49:35 2017 (r438491) @@ -2,6 +2,7 @@ PORTNAME= roadie-rails PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= mail rubygems MASTER_SITES= RG @@ -16,6 +17,7 @@ RUN_DEPENDS= rubygem-railties4>=3.0:www/ NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= gem shebangfix +SHEBANG_FILES= setup.sh .include