svn commit: r413890 - head/net/ruby-tserver

Steve Wills swills at FreeBSD.org
Sat Apr 23 16:50:52 UTC 2016


Author: swills
Date: Sat Apr 23 16:50:51 2016
New Revision: 413890
URL: https://svnweb.freebsd.org/changeset/ports/413890

Log:
  net/ruby-tserver: convert to USES=shebangfix

Modified:
  head/net/ruby-tserver/Makefile

Modified: head/net/ruby-tserver/Makefile
==============================================================================
--- head/net/ruby-tserver/Makefile	Sat Apr 23 16:50:07 2016	(r413889)
+++ head/net/ruby-tserver/Makefile	Sat Apr 23 16:50:51 2016	(r413890)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tserver
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	net ruby
 MASTER_SITES=	http://www.tmtm.org/ruby/tserver/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
@@ -12,8 +13,9 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby library for writing a preforking server like Apache
 
 USE_RUBY=	yes
+USES=		shebangfix
 
-RUBY_SHEBANG_FILES=	${WRKSRC}/sample/*
+SHEBANG_FILES=	${WRKSRC}/sample/*
 
 NO_BUILD=	yes
 


More information about the svn-ports-all mailing list