pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ruby-color-japanese



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 21 12:40:22 UTC 2021

Modified Files:
        pkgsrc/graphics/ruby-color-japanese: Makefile PLIST
Added Files:
        pkgsrc/graphics/ruby-color-japanese: ALTERNATIVES

Log Message:
ruby-color-japanese: fix self-conflict


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/ruby-color-japanese/ALTERNATIVES
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/ruby-color-japanese/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/ruby-color-japanese/PLIST

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

Modified files:

Index: pkgsrc/graphics/ruby-color-japanese/Makefile
diff -u pkgsrc/graphics/ruby-color-japanese/Makefile:1.2 pkgsrc/graphics/ruby-color-japanese/Makefile:1.3
--- pkgsrc/graphics/ruby-color-japanese/Makefile:1.2    Mon Sep  4 18:00:55 2017
+++ pkgsrc/graphics/ruby-color-japanese/Makefile        Fri May 21 12:40:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/04 18:00:55 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/21 12:40:22 nia Exp $
 
 DISTNAME=      color-japanese-1.0.0
 CATEGORIES=    graphics
@@ -11,7 +11,8 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-color-tools>0:../../graphics/ruby-color-tools
 DEPENDS+=      ${RUBY_PKGPREFIX}-hoe>=1.2.0:../../devel/hoe
 
-CONFLICTS+=    ruby[1-9][0-9]-color-japanese-[0-9]*
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} jcolorc jcolorc${RUBY_SUFFIX}
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/ruby-color-japanese/PLIST
diff -u pkgsrc/graphics/ruby-color-japanese/PLIST:1.1.1.1 pkgsrc/graphics/ruby-color-japanese/PLIST:1.2
--- pkgsrc/graphics/ruby-color-japanese/PLIST:1.1.1.1   Sun Sep 12 01:43:31 2010
+++ pkgsrc/graphics/ruby-color-japanese/PLIST   Fri May 21 12:40:22 2021
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 01:43:31 taca Exp $
-bin/jcolorc
+@comment $NetBSD: PLIST,v 1.2 2021/05/21 12:40:22 nia Exp $
+bin/jcolorc${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.txt
 ${GEM_LIBDIR}/History.txt

Added files:

Index: pkgsrc/graphics/ruby-color-japanese/ALTERNATIVES
diff -u /dev/null pkgsrc/graphics/ruby-color-japanese/ALTERNATIVES:1.1
--- /dev/null   Fri May 21 12:40:22 2021
+++ pkgsrc/graphics/ruby-color-japanese/ALTERNATIVES    Fri May 21 12:40:22 2021
@@ -0,0 +1 @@
+bin/jcolorc @PREFIX@/bin/jcolorc@RUBY_SUFFIX@



Home | Main Index | Thread Index | Old Index