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/2f97848d3b35
branches: trunk
changeset: 389217:2f97848d3b35
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 0bd539d46f3e -r 2f97848d3b35 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 0bd539d46f3e -r 2f97848d3b35 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