aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gem-compare/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 19:30:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 19:30:58 +0000
commit168e9ca47e7718ae0494f3366948ff65036716ba (patch)
tree76ef5200bccb5c9fa51f47e7b62e633e20fc17f8 /devel/rubygem-gem-compare/Makefile
parent2c6f957c47da430e4ebd09880036e92df35e99a6 (diff)
downloadports-168e9ca47e7718ae0494f3366948ff65036716ba.tar.gz
ports-168e9ca47e7718ae0494f3366948ff65036716ba.zip
devel/rubygem-gem-compare: Update to 1.1.0
Diffstat (limited to 'devel/rubygem-gem-compare/Makefile')
-rw-r--r--devel/rubygem-gem-compare/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/rubygem-gem-compare/Makefile b/devel/rubygem-gem-compare/Makefile
index 6ad4f936514b..5782fde99161 100644
--- a/devel/rubygem-gem-compare/Makefile
+++ b/devel/rubygem-gem-compare/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gem-compare
-PORTVERSION= 1.0.0
+PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -11,15 +11,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_RUBY27= yes
-RUN_DEPENDS= rubygem-curb>=0:ftp/rubygem-curb \
- rubygem-diffy>=0:textproc/rubygem-diffy \
+RUN_DEPENDS= rubygem-diffy>=0:textproc/rubygem-diffy \
rubygem-gemnasium-parser>=0:devel/rubygem-gemnasium-parser \
rubygem-json>=0:devel/rubygem-json \
rubygem-rainbow>=0:devel/rubygem-rainbow
-USES= gem
+USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
+SHEBANG_FILES= test/gemfiles/*/*/lorem
+
.include <bsd.port.mk>