pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/pbulk Fix from taca@ to update pbulk indexing to wo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8a150f55c4c
branches:  trunk
changeset: 595068:b8a150f55c4c
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Nov 12 15:21:53 2011 +0000

description:
Fix from taca@ to update pbulk indexing to work with the new ruby
version stuff. Ok'd by joerg@ too.

diffstat:

 mk/pbulk/pbulk-index.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f5a6f75f8fdb -r b8a150f55c4c mk/pbulk/pbulk-index.mk
--- a/mk/pbulk/pbulk-index.mk   Sat Nov 12 15:07:32 2011 +0000
+++ b/mk/pbulk/pbulk-index.mk   Sat Nov 12 15:21:53 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: pbulk-index.mk,v 1.13 2011/10/04 11:41:20 hans Exp $
+#      $NetBSD: pbulk-index.mk,v 1.14 2011/11/12 15:21:53 dholland Exp $
 
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to the parallel bulk build
@@ -32,7 +32,7 @@
 
 _PBULK_MULTI_LIST.ruby=                RUBY_VERSION_SUPPORTED
 _PBULK_MULTI_VAR.ruby=         RUBY_VERSION_REQD
-_PBULK_MULTI_DEFAULT.ruby=     _RUBY_VERSION_DEFAULT
+_PBULK_MULTI_DEFAULT.ruby=     RUBY_VERSION_DEFAULT
 
 .PHONY: pbulk-index pbulk-index-item
 



Home | Main Index | Thread Index | Old Index