Sat Dec 22 17:26:46 2018 UTC ()
misc/ruby-bundler: fix ALTERNATIVES file

Fix ALTERNATIVES file syntax.

Bump PKGREVISION.


(taca)
diff -r1.4 -r1.5 pkgsrc/misc/ruby-bundler/ALTERNATIVES
diff -r1.30 -r1.31 pkgsrc/misc/ruby-bundler/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/misc/ruby-bundler/Attic/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/ALTERNATIVES 2018/12/20 11:32:44 1.4
+++ pkgsrc/misc/ruby-bundler/Attic/ALTERNATIVES 2018/12/22 17:26:46 1.5
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1bin/bundle bin/bundle@RUBY_SUFFIX@ 1bin/bundle @PREFIX@/bin/bundle@RUBY_SUFFIX@
2bin/bundler bin/bundler@RUBY_SUFFIX@ 2bin/bundler @PREFIX@/bin/bundler@RUBY_SUFFIX@

cvs diff -r1.30 -r1.31 pkgsrc/misc/ruby-bundler/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/Makefile 2018/12/20 11:29:52 1.30
+++ pkgsrc/misc/ruby-bundler/Attic/Makefile 2018/12/22 17:26:46 1.31
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.30 2018/12/20 11:29:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2018/12/22 17:26:46 taca Exp $
2 2
3DISTNAME= bundler-1.17.2 3DISTNAME= bundler-1.17.2
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= misc 5CATEGORIES= misc
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://gembundler.com/ 8HOMEPAGE= http://gembundler.com/
9COMMENT= Manage your application's dependencies 9COMMENT= Manage your application's dependencies
10LICENSE= mit 10LICENSE= mit
11 11
12RUBYGEM_OPTIONS+= --format-executable 12RUBYGEM_OPTIONS+= --format-executable
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"