svn commit: r397617 - head/graphics/rubygem-dragonfly

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 23 15:08:39 UTC 2015


Author: amdmi3
Date: Wed Sep 23 15:08:38 2015
New Revision: 397617
URL: https://svnweb.freebsd.org/changeset/ports/397617

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/rubygem-dragonfly/Makefile

Modified: head/graphics/rubygem-dragonfly/Makefile
==============================================================================
--- head/graphics/rubygem-dragonfly/Makefile	Wed Sep 23 14:11:56 2015	(r397616)
+++ head/graphics/rubygem-dragonfly/Makefile	Wed Sep 23 15:08:38 2015	(r397617)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dragonfly
 PORTVERSION=	1.0.12
+PORTREVISION=	1
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
@@ -20,4 +21,7 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e '1s|#!env|#!/usr/bin/env|' ${WRKSRC}/dev/test_rails
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list