pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-net-http-persistent
Module Name: pkgsrc
Committed By: taca
Date: Fri Sep 16 01:55:51 UTC 2022
Modified Files:
pkgsrc/www/ruby-net-http-persistent: Makefile
Log Message:
www/ruby-net-http-persistent: correct dependency
Correct dependency to net/ruby-connection_pool.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-net-http-persistent/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-net-http-persistent/Makefile
diff -u pkgsrc/www/ruby-net-http-persistent/Makefile:1.16 pkgsrc/www/ruby-net-http-persistent/Makefile:1.17
--- pkgsrc/www/ruby-net-http-persistent/Makefile:1.16 Sat Jan 16 12:59:46 2021
+++ pkgsrc/www/ruby-net-http-persistent/Makefile Fri Sep 16 01:55:50 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2021/01/16 12:59:46 taca Exp $
+# $NetBSD: Makefile,v 1.17 2022/09/16 01:55:50 taca Exp $
DISTNAME= net-http-persistent-4.0.1
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,7 @@ HOMEPAGE= http://docs.seattlerb.org/net-
COMMENT= Manages persistent connections using Net::HTTP
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-connection_pool>=2.2<2.3:../../net/ruby-connection_pool
+DEPENDS+= ${RUBY_PKGPREFIX}-connection_pool>=2.2<3:../../net/ruby-connection_pool
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index