svn commit: r439641 - head/devel/rubygem-rake

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 28 20:25:40 UTC 2017


Author: sunpoet
Date: Fri Apr 28 20:25:38 2017
New Revision: 439641
URL: https://svnweb.freebsd.org/changeset/ports/439641

Log:
  Fix shebang
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/rubygem-rake/Makefile

Modified: head/devel/rubygem-rake/Makefile
==============================================================================
--- head/devel/rubygem-rake/Makefile	Fri Apr 28 20:25:34 2017	(r439640)
+++ head/devel/rubygem-rake/Makefile	Fri Apr 28 20:25:38 2017	(r439641)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rake
 PORTVERSION=	12.0.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,8 +15,10 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 NO_ARCH=	yes
 USE_RUBY=	yes
-USES=		gem
+USES=		gem shebangfix
 
 PLIST_FILES=	bin/rake
 
+SHEBANG_FILES=	bin/console exe/rake
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list