pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-term-ansicolor



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 22 17:16:29 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-term-ansicolor: ALTERNATIVES Makefile

Log Message:
devel/ruby-term-ansicolor: fix ALTERNATIVES file

Fix ALTERNATIVES file syntax.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-term-ansicolor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES
diff -u pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES:1.2 pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES:1.3
--- pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES:1.2   Mon Dec 17 14:54:45 2018
+++ pkgsrc/devel/ruby-term-ansicolor/ALTERNATIVES       Sat Dec 22 17:16:29 2018
@@ -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@

Index: pkgsrc/devel/ruby-term-ansicolor/Makefile
diff -u pkgsrc/devel/ruby-term-ansicolor/Makefile:1.8 pkgsrc/devel/ruby-term-ansicolor/Makefile:1.9
--- pkgsrc/devel/ruby-term-ansicolor/Makefile:1.8       Mon Dec 17 14:54:45 2018
+++ pkgsrc/devel/ruby-term-ansicolor/Makefile   Sat Dec 22 17:16:29 2018
@@ -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