pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-net-http-persistent www/ruby-net-http-persist...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b9699d8073d
branches:  trunk
changeset: 385372:9b9699d8073d
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Sep 16 01:55:50 2022 +0000

description:
www/ruby-net-http-persistent: correct dependency

Correct dependency to net/ruby-connection_pool.

Bump PKGREVISION.

diffstat:

 www/ruby-net-http-persistent/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 117436e210cd -r 9b9699d8073d www/ruby-net-http-persistent/Makefile
--- a/www/ruby-net-http-persistent/Makefile     Thu Sep 15 22:24:32 2022 +0000
+++ b/www/ruby-net-http-persistent/Makefile     Fri Sep 16 01:55:50 2022 +0000
@@ -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 @@
 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