pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rest-client



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Aug  5 13:49:22 UTC 2020

Modified Files:
        pkgsrc/www/ruby-rest-client: Makefile

Log Message:
Fix location of dependency


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-rest-client/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-rest-client/Makefile
diff -u pkgsrc/www/ruby-rest-client/Makefile:1.9 pkgsrc/www/ruby-rest-client/Makefile:1.10
--- pkgsrc/www/ruby-rest-client/Makefile:1.9    Fri Mar 20 17:48:25 2020
+++ pkgsrc/www/ruby-rest-client/Makefile        Wed Aug  5 13:49:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/03/20 17:48:25 taca Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/05 13:49:22 joerg Exp $
 
 DISTNAME=      rest-client-2.1.0
 CATEGORIES=    www
@@ -8,7 +8,7 @@ HOMEPAGE=       https://github.com/rest-client
 COMMENT=       Simple HTTP and REST client for Ruby inspired by Sinatra
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-http-accept>=1.0.2:../../www/ruby-http-cookie
+DEPENDS+=      ${RUBY_PKGPREFIX}-http-accept>=1.0.2:../../www/ruby-http-accept
 DEPENDS+=      ${RUBY_PKGPREFIX}-http-cookie>=1.0.2<2:../../www/ruby-http-cookie
 DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types>=3.0<4.0:../../mail/ruby-mime-types
 DEPENDS+=      ${RUBY_PKGPREFIX}-netrc>=0.8<1:../../net/ruby-netrc



Home | Main Index | Thread Index | Old Index