aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-aes_key_wrap
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-10 23:01:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-10 23:01:28 +0000
commit89e8545231345417f2b5d507243cc4d778459a5b (patch)
treec378d0dd23a79f93a1532c16cdbd42872216f509 /security/rubygem-aes_key_wrap
parent8d8cf92b4f078bd698c3cf37a8c7b52a5d516e9a (diff)
downloadports-89e8545231345417f2b5d507243cc4d778459a5b.tar.gz
ports-89e8545231345417f2b5d507243cc4d778459a5b.zip
Fix shebang
- Bump PORTREVISION for package change PR: 226462 Submitted by: Matthias Fechner <idefix@fechner.net>
Notes
Notes: svn path=/head/; revision=464114
Diffstat (limited to 'security/rubygem-aes_key_wrap')
-rw-r--r--security/rubygem-aes_key_wrap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/rubygem-aes_key_wrap/Makefile b/security/rubygem-aes_key_wrap/Makefile
index a8b30c713914..41e08800baaf 100644
--- a/security/rubygem-aes_key_wrap/Makefile
+++ b/security/rubygem-aes_key_wrap/Makefile
@@ -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>