Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll-seo-tag www/ruby-jekyll-seo-tag: trivi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1bd3c3c300d
branches:  trunk
changeset: 434554:a1bd3c3c300d
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 18 16:42:37 2020 +0000

description:
www/ruby-jekyll-seo-tag: trivial fixes

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

diffstat:

 www/ruby-jekyll-seo-tag/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 0e09c9a273c5 -r a1bd3c3c300d www/ruby-jekyll-seo-tag/Makefile
--- a/www/ruby-jekyll-seo-tag/Makefile  Thu Jun 18 16:41:11 2020 +0000
+++ b/www/ruby-jekyll-seo-tag/Makefile  Thu Jun 18 16:42:37 2020 +0000
@@ -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 @@
 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