svn commit: r464114 - head/security/rubygem-aes_key_wrap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 10 23:01:30 UTC 2018


Author: sunpoet
Date: Sat Mar 10 23:01:28 2018
New Revision: 464114
URL: https://svnweb.freebsd.org/changeset/ports/464114

Log:
  Fix shebang
  
  - Bump PORTREVISION for package change
  
  PR:		226462
  Submitted by:	Matthias Fechner <idefix at fechner.net>

Modified:
  head/security/rubygem-aes_key_wrap/Makefile

Modified: head/security/rubygem-aes_key_wrap/Makefile
==============================================================================
--- head/security/rubygem-aes_key_wrap/Makefile	Sat Mar 10 23:01:23 2018	(r464113)
+++ head/security/rubygem-aes_key_wrap/Makefile	Sat Mar 10 23:01:28 2018	(r464114)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aes_key_wrap
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -13,6 +14,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USE_RUBY=	yes
-USES=		gem
+USES=		gem shebangfix
+
+SHEBANG_FILES=	bin/setup
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list