Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2015 16:55:39 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388597 - head/www/rubygem-bluecloth
Message-ID:  <201506051655.t55GtdH4013904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun  5 16:55:39 2015
New Revision: 388597
URL: https://svnweb.freebsd.org/changeset/ports/388597

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/www/rubygem-bluecloth/Makefile

Modified: head/www/rubygem-bluecloth/Makefile
==============================================================================
--- head/www/rubygem-bluecloth/Makefile	Fri Jun  5 16:55:18 2015	(r388596)
+++ head/www/rubygem-bluecloth/Makefile	Fri Jun  5 16:55:39 2015	(r388597)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bluecloth
 PORTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -13,6 +14,8 @@ LICENSE=	BSD3CLAUSE
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	bin/bluecloth
 
 PLIST_FILES=	bin/bluecloth
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506051655.t55GtdH4013904>