pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-kramdown-rfc2629



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr  1 10:14:21 UTC 2023

Modified Files:
        pkgsrc/textproc/ruby-kramdown-rfc2629: Makefile

Log Message:
textproc/ruby-kramdown-rfc2629: remove reference to json_pure gem

Remove reference to json_pure gem and add json gem.

The problem was reporeted by riastradh@ via private e-mail.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ruby-kramdown-rfc2629/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-kramdown-rfc2629/Makefile
diff -u pkgsrc/textproc/ruby-kramdown-rfc2629/Makefile:1.19 pkgsrc/textproc/ruby-kramdown-rfc2629/Makefile:1.20
--- pkgsrc/textproc/ruby-kramdown-rfc2629/Makefile:1.19 Sun Mar 19 08:32:15 2023
+++ pkgsrc/textproc/ruby-kramdown-rfc2629/Makefile      Sat Apr  1 10:14:21 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2023/03/19 08:32:15 taca Exp $
+# $NetBSD: Makefile,v 1.20 2023/04/01 10:14:21 taca Exp $
 
 DISTNAME=      kramdown-rfc2629-1.6.27
+PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -20,6 +21,8 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-unicode-bloc
 DEPENDS+=      ${RUBY_PKGPREFIX}-unicode-scripts>=1.0<2:../../textproc/ruby-unicode-scripts
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-http-persistent>=4.0<5:../../www/ruby-net-http-persistent
 
+OVERRIDE_GEMSPEC+=     json_pure: json>=2.0
+
 pre-configure:
        ${CHMOD} +x ${WRKSRC}/bin/*
 



Home | Main Index | Thread Index | Old Index