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:           Sun Mar 15 21:13:36 UTC 2020

Modified Files:
        pkgsrc/www/ruby-jekyll-archives: Makefile
        pkgsrc/www/ruby-jekyll-feed: Makefile
        pkgsrc/www/ruby-jekyll-minima: Makefile
        pkgsrc/www/ruby-jekyll-seo-tag: Makefile

Log Message:
ruby-jekyll-*: remove RUBY restrictions

These excluded 22 only and that is gone.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-jekyll-archives/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-jekyll-feed/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-jekyll-minima/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-jekyll-seo-tag/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-archives/Makefile
diff -u pkgsrc/www/ruby-jekyll-archives/Makefile:1.8 pkgsrc/www/ruby-jekyll-archives/Makefile:1.9
--- pkgsrc/www/ruby-jekyll-archives/Makefile:1.8        Mon Apr 15 06:11:32 2019
+++ pkgsrc/www/ruby-jekyll-archives/Makefile    Sun Mar 15 21:13:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/04/15 06:11:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/03/15 21:13:35 wiz Exp $
 
 DISTNAME=      jekyll-archives-2.1.1
 PKGREVISION=   1
@@ -11,7 +11,5 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-jekyll-feed/Makefile
diff -u pkgsrc/www/ruby-jekyll-feed/Makefile:1.7 pkgsrc/www/ruby-jekyll-feed/Makefile:1.8
--- pkgsrc/www/ruby-jekyll-feed/Makefile:1.7    Sat Oct  5 04:52:16 2019
+++ pkgsrc/www/ruby-jekyll-feed/Makefile        Sun Mar 15 21:13:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/10/05 04:52:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/15 21:13:35 wiz Exp $
 
 DISTNAME=      jekyll-feed-0.12.1
 CATEGORIES=    www
@@ -12,7 +12,5 @@ LICENSE=      mit
 # gemspec says dependency, but this package is really part of jekyll.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26
-
 .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.7 pkgsrc/www/ruby-jekyll-minima/Makefile:1.8
--- pkgsrc/www/ruby-jekyll-minima/Makefile:1.7  Sat Oct  5 05:05:54 2019
+++ pkgsrc/www/ruby-jekyll-minima/Makefile      Sun Mar 15 21:13:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/10/05 05:05:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/15 21:13:35 wiz Exp $
 
 DISTNAME=      minima-2.5.1
 PKGNAME=       ${RUBY_PKGPREFIX}-jekyll-${DISTNAME}
@@ -15,7 +15,5 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-feed>=0.9<1:../../www/ruby-jekyll-feed
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-seo-tag>=2.1<3:../../www/ruby-jekyll-seo-tag
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-jekyll-seo-tag/Makefile
diff -u pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.6 pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.7
--- pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.6 Sat Oct  5 04:55:09 2019
+++ pkgsrc/www/ruby-jekyll-seo-tag/Makefile     Sun Mar 15 21:13:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/10/05 04:55:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/15 21:13:36 wiz Exp $
 
 DISTNAME=      jekyll-seo-tag-2.6.1
 CATEGORIES=    www
@@ -10,7 +10,5 @@ LICENSE=      mit
 
 #DEPENDS+=     ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index