pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 18 10:34:29 UTC 2016

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

Log Message:
Fix path in DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ruby-jekyll/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.18 pkgsrc/www/ruby-jekyll/Makefile:1.19
--- pkgsrc/www/ruby-jekyll/Makefile:1.18        Mon Oct 17 14:17:27 2016
+++ pkgsrc/www/ruby-jekyll/Makefile     Tue Oct 18 10:34:29 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/10/17 14:17:27 taca Exp $
+# $NetBSD: Makefile,v 1.19 2016/10/18 10:34:29 wiz Exp $
 
 DISTNAME=      jekyll-3.3.0
 CATEGORIES=    www
@@ -17,7 +17,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-rouge>=1.7<2
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-sass-converter>=1.0<2:../../www/ruby-jekyll-sass-converter
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-watch>=1.1<2:../../www/ruby-jekyll-watch
 DEPENDS+=      ${RUBY_PKGPREFIX}-pathutil>=0.9<1:../../devel/ruby-pathutil
-DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.4<3:../../devel/ruby-pathutil
+DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.4<3:../../net/ruby-addressable
 
 RUBYGEM_OPTIONS+=      --format-executable
 



Home | Main Index | Thread Index | Old Index