pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-term-ansicolor devel/ruby-term-ansicolor: f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25f8613115c3
branches:  trunk
changeset: 327207:25f8613115c3
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 22 17:16:29 2018 +0000

description:
devel/ruby-term-ansicolor: fix ALTERNATIVES file

Fix ALTERNATIVES file syntax.

Bump PKGREVISION.

diffstat:

 devel/ruby-term-ansicolor/ALTERNATIVES |  12 ++++++------
 devel/ruby-term-ansicolor/Makefile     |   3 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f522a01d27b0 -r 25f8613115c3 devel/ruby-term-ansicolor/ALTERNATIVES
--- a/devel/ruby-term-ansicolor/ALTERNATIVES    Sat Dec 22 17:15:20 2018 +0000
+++ b/devel/ruby-term-ansicolor/ALTERNATIVES    Sat Dec 22 17:16:29 2018 +0000
@@ -1,6 +1,6 @@
-bin/term_cdiff bin/term_cdiff@RUBY_SUFFIX@
-bin/term_colortab bin/term_colortab@RUBY_SUFFIX@
-bin/term_decolor bin/term_decolor@RUBY_SUFFIX@
-bin/term_display bin/term_display@RUBY_SUFFIX@
-bin/term_mandel bin/term_mandel@RUBY_SUFFIX@
-bin/term_snow bin/term_snow@RUBY_SUFFIX@
+bin/term_cdiff @PREFIX@/bin/term_cdiff@RUBY_SUFFIX@
+bin/term_colortab @PREFIX@/bin/term_colortab@RUBY_SUFFIX@
+bin/term_decolor @PREFIX@/bin/term_decolor@RUBY_SUFFIX@
+bin/term_display @PREFIX@/bin/term_display@RUBY_SUFFIX@
+bin/term_mandel @PREFIX@/bin/term_mandel@RUBY_SUFFIX@
+bin/term_snow @PREFIX@/bin/term_snow@RUBY_SUFFIX@
diff -r f522a01d27b0 -r 25f8613115c3 devel/ruby-term-ansicolor/Makefile
--- a/devel/ruby-term-ansicolor/Makefile        Sat Dec 22 17:15:20 2018 +0000
+++ b/devel/ruby-term-ansicolor/Makefile        Sat Dec 22 17:16:29 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/12/17 14:54:45 taca Exp $
+# $NetBSD: Makefile,v 1.9 2018/12/22 17:16:29 taca Exp $
 
 DISTNAME=      term-ansicolor-1.7.0
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    taca%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index