summaryrefslogtreecommitdiff
path: root/net/libfetch/buildlink3.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-22 13:21:09 +0000
committerjoerg <joerg>2010-01-22 13:21:09 +0000
commit890d003eb87ff1a19671e4c5e76e16814054ecd2 (patch)
treeea62e80250b8c8ebe9d979ccf2d116b5ce1f6bbb /net/libfetch/buildlink3.mk
parente78484f6798c1e6cfeee83a025de4cd117321a32 (diff)
downloadpkgsrc-890d003eb87ff1a19671e4c5e76e16814054ecd2.tar.gz
libfetch-2.28:
Revamp FTP connection cache. Move it to the common layer to be later shared with HTTP (for persistent connection). The application controls how much caching is desired. Drop the reference counting on connections. Add a callback when the cached connection is dropped due to LRU. Over all, this allows more than one session cached per host and sessions cached to different servers.
Diffstat (limited to 'net/libfetch/buildlink3.mk')
-rw-r--r--net/libfetch/buildlink3.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libfetch/buildlink3.mk b/net/libfetch/buildlink3.mk
index dbb90022876..5522d0cbfcb 100644
--- a/net/libfetch/buildlink3.mk
+++ b/net/libfetch/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2010/01/17 12:02:33 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2010/01/22 13:21:09 joerg Exp $
BUILDLINK_DEPMETHOD.libfetch?= build
@@ -7,8 +7,7 @@ BUILDLINK_TREE+= libfetch
.if !defined(LIBFETCH_BUILDLINK3_MK)
LIBFETCH_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.libfetch+= libfetch>=2.21
-BUILDLINK_ABI_DEPENDS.libfetch?= libfetch>=2.27
+BUILDLINK_API_DEPENDS.libfetch+= libfetch>=2.28
BUILDLINK_PKGSRCDIR.libfetch?= ../../net/libfetch
pkgbase := libfetch