pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: wiz
Date: Sat Apr 29 13:47:07 UTC 2023
Modified Files:
pkgsrc/www/ruby-jekyll: Makefile
pkgsrc/www/ruby-jekyll-archives: Makefile
pkgsrc/www/ruby-jekyll-minima: Makefile
Log Message:
ruby-jekyll: mark as not for ruby-3.2
jekyll uses liquid, but only liquid versions 5+ support ruby 3.2
and jekyll requires liquid>=4.0<5
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/ruby-jekyll/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-jekyll-archives/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-jekyll-minima/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-jekyll/Makefile
diff -u pkgsrc/www/ruby-jekyll/Makefile:1.45 pkgsrc/www/ruby-jekyll/Makefile:1.46
--- pkgsrc/www/ruby-jekyll/Makefile:1.45 Sat Jan 21 14:36:08 2023
+++ pkgsrc/www/ruby-jekyll/Makefile Sat Apr 29 13:47:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2023/01/21 14:36:08 taca Exp $
+# $NetBSD: Makefile,v 1.46 2023/04/29 13:47:07 wiz Exp $
DISTNAME= jekyll-4.3.2
CATEGORIES= www
@@ -30,6 +30,8 @@ USE_LANGUAGES= # empty
RUBYGEM_OPTIONS+= --format-executable
+RUBY_VERSIONS_INCOMPATIBLE= 32
+
.include "../../lang/ruby/rubyversion.mk"
.if ${RUBY_VER} >= 30
Index: pkgsrc/www/ruby-jekyll-archives/Makefile
diff -u pkgsrc/www/ruby-jekyll-archives/Makefile:1.10 pkgsrc/www/ruby-jekyll-archives/Makefile:1.11
--- pkgsrc/www/ruby-jekyll-archives/Makefile:1.10 Sun Jun 7 15:31:47 2020
+++ pkgsrc/www/ruby-jekyll-archives/Makefile Sat Apr 29 13:47:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/06/07 15:31:47 taca Exp $
+# $NetBSD: Makefile,v 1.11 2023/04/29 13:47:07 wiz Exp $
DISTNAME= jekyll-archives-2.2.1
CATEGORIES= www
@@ -12,5 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=2.4:
USE_LANGUAGES= # none
+RUBY_VERSIONS_INCOMPATIBLE= 32
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-jekyll-minima/Makefile
diff -u pkgsrc/www/ruby-jekyll-minima/Makefile:1.9 pkgsrc/www/ruby-jekyll-minima/Makefile:1.10
--- pkgsrc/www/ruby-jekyll-minima/Makefile:1.9 Thu Jun 18 16:41:11 2020
+++ pkgsrc/www/ruby-jekyll-minima/Makefile Sat Apr 29 13:47:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/06/18 16:41:11 taca Exp $
+# $NetBSD: Makefile,v 1.10 2023/04/29 13:47:07 wiz Exp $
DISTNAME= minima-2.5.1
PKGNAME= ${RUBY_PKGPREFIX}-jekyll-${DISTNAME}
@@ -9,7 +9,6 @@ HOMEPAGE= https://github.com/jekyll/mini
COMMENT= Beautiful, minimal and default theme for Jekyll
LICENSE= mit
-#
# gemspec says dependency, but this package is really part of jekyll.
#DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=3.5<4:../../www/ruby-jekyll
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9<1:../../www/ruby-jekyll-feed
Home |
Main Index |
Thread Index |
Old Index