pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ruby-bundler misc/ruby-bundler: fix ALTERNATIVES ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c9e14220010
branches: trunk
changeset: 327217:0c9e14220010
user: taca <taca%pkgsrc.org@localhost>
date: Sat Dec 22 17:26:46 2018 +0000
description:
misc/ruby-bundler: fix ALTERNATIVES file
Fix ALTERNATIVES file syntax.
Bump PKGREVISION.
diffstat:
misc/ruby-bundler/ALTERNATIVES | 4 ++--
misc/ruby-bundler/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r e14ecfb6d04d -r 0c9e14220010 misc/ruby-bundler/ALTERNATIVES
--- a/misc/ruby-bundler/ALTERNATIVES Sat Dec 22 17:26:00 2018 +0000
+++ b/misc/ruby-bundler/ALTERNATIVES Sat Dec 22 17:26:46 2018 +0000
@@ -1,2 +1,2 @@
-bin/bundle bin/bundle@RUBY_SUFFIX@
-bin/bundler bin/bundler@RUBY_SUFFIX@
+bin/bundle @PREFIX@/bin/bundle@RUBY_SUFFIX@
+bin/bundler @PREFIX@/bin/bundler@RUBY_SUFFIX@
diff -r e14ecfb6d04d -r 0c9e14220010 misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile Sat Dec 22 17:26:00 2018 +0000
+++ b/misc/ruby-bundler/Makefile Sat Dec 22 17:26:46 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2018/12/20 11:29:52 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/12/22 17:26:46 taca Exp $
DISTNAME= bundler-1.17.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index