Date: Wed, 23 Sep 2015 15:08:38 +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: r397617 - head/graphics/rubygem-dragonfly Message-ID: <201509231508.t8NF8cpV087113@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509231508.t8NF8cpV087113>