pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ruby-bundler ruby-bundler: pkg_alternatives expec...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8b2544d1e7d
branches: trunk
changeset: 327083:f8b2544d1e7d
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Dec 20 11:29:52 2018 +0000
description:
ruby-bundler: pkg_alternatives expects full path as second argument.
Bump PKGREVISION.
diffstat:
misc/ruby-bundler/ALTERNATIVES | 4 ++--
misc/ruby-bundler/Makefile | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r eed9ad1a40c6 -r f8b2544d1e7d misc/ruby-bundler/ALTERNATIVES
--- a/misc/ruby-bundler/ALTERNATIVES Thu Dec 20 07:14:10 2018 +0000
+++ b/misc/ruby-bundler/ALTERNATIVES Thu Dec 20 11:29:52 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 eed9ad1a40c6 -r f8b2544d1e7d misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile Thu Dec 20 07:14:10 2018 +0000
+++ b/misc/ruby-bundler/Makefile Thu Dec 20 11:29:52 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2018/12/17 15:00:41 taca Exp $
+# $NetBSD: Makefile,v 1.30 2018/12/20 11:29:52 wiz Exp $
DISTNAME= bundler-1.17.2
+PKGREVISION= 1
CATEGORIES= misc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index