svn commit: r388351 - branches/2015Q2/www/rubygem-raindrops

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 13:03:25 UTC 2015


Author: amdmi3
Date: Tue Jun  2 13:03:24 2015
New Revision: 388351
URL: https://svnweb.freebsd.org/changeset/ports/388351

Log:
  MFH: r386889
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/rubygem-raindrops/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/rubygem-raindrops/Makefile
==============================================================================
--- branches/2015Q2/www/rubygem-raindrops/Makefile	Tue Jun  2 13:03:03 2015	(r388350)
+++ branches/2015Q2/www/rubygem-raindrops/Makefile	Tue Jun  2 13:03:24 2015	(r388351)
@@ -3,12 +3,15 @@
 
 PORTNAME=	raindrops
 PORTVERSION=	0.13.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Real-time stats toolkit to show statistics for Rack HTTP servers
 
+USES=		shebangfix
+SHEBANG_FILES=	examples/linux-listener-stats.rb
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-branches mailing list