pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll-seo-tag



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jun 18 16:42:38 UTC 2020

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

Log Message:
www/ruby-jekyll-seo-tag: trivial fixes

* Add "USE_LANGUAGES=   # none".
* Update dependency in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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-seo-tag/Makefile
diff -u pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.7 pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.8
--- pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.7 Sun Mar 15 21:13:36 2020
+++ pkgsrc/www/ruby-jekyll-seo-tag/Makefile     Thu Jun 18 16:42:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/15 21:13:36 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/18 16:42:37 taca Exp $
 
 DISTNAME=      jekyll-seo-tag-2.6.1
 CATEGORIES=    www
@@ -8,7 +8,9 @@ HOMEPAGE=       https://github.com/benbalter/j
 COMMENT=       Jekyll plugin to add metadata tags for SEO
 LICENSE=       mit
 
-#DEPENDS+=     ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
+#DEPENDS+=     ${RUBY_PKGPREFIX}-jekyll<5:../../www/ruby-jekyll
+
+USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index