pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-bluecloth py-bluecloth: remove self-conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ee426910554
branches:  trunk
changeset: 453008:8ee426910554
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 21 11:11:19 2021 +0000

description:
py-bluecloth: remove self-conflict

diffstat:

 textproc/ruby-bluecloth/ALTERNATIVES |  1 +
 textproc/ruby-bluecloth/Makefile     |  9 ++++++---
 textproc/ruby-bluecloth/PLIST        |  4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 821c35d01de4 -r 8ee426910554 textproc/ruby-bluecloth/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-bluecloth/ALTERNATIVES      Fri May 21 11:11:19 2021 +0000
@@ -0,0 +1,1 @@
+bin/bluecloth @PREFIX@/bin/bluecloth@RUBY_SUFFIX@
diff -r 821c35d01de4 -r 8ee426910554 textproc/ruby-bluecloth/Makefile
--- a/textproc/ruby-bluecloth/Makefile  Fri May 21 10:50:26 2021 +0000
+++ b/textproc/ruby-bluecloth/Makefile  Fri May 21 11:11:19 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2017/09/04 18:08:29 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2021/05/21 11:11:19 nia Exp $
 
 DISTNAME=      bluecloth-2.2.0
+PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,9 +9,11 @@
 COMMENT=       Markdown library for Ruby
 LICENSE=       original-bsd
 
-CONFLICTS+=    ruby[1-9][0-9]-bluecloth-[0-9]*
+USE_GCC_RUNTIME=       yes
 
-USE_GCC_RUNTIME=       yes
+post-install:
+       ${MV} ${DESTDIR}${PREFIX}/bin/bluecloth \
+           ${DESTDIR}${PREFIX}/bin/bluecloth${RUBY_SUFFIX}
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 821c35d01de4 -r 8ee426910554 textproc/ruby-bluecloth/PLIST
--- a/textproc/ruby-bluecloth/PLIST     Fri May 21 10:50:26 2021 +0000
+++ b/textproc/ruby-bluecloth/PLIST     Fri May 21 11:11:19 2021 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2015/03/08 15:17:20 taca Exp $
-bin/bluecloth
+@comment $NetBSD: PLIST,v 1.10 2021/05/21 11:11:19 nia Exp $
+bin/bluecloth${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/bluecloth_ext.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/gem.build_complete



Home | Main Index | Thread Index | Old Index