summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/curl/Makefile5
-rw-r--r--www/curl/PLIST3
-rw-r--r--www/curl/distinfo9
-rw-r--r--www/curl/patches/patch-aa18
4 files changed, 8 insertions, 27 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 08462ac3052..fe2b47d05d6 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2006/02/05 23:11:20 joerg Exp $
+# $NetBSD: Makefile,v 1.62 2006/03/03 22:26:08 wiz Exp $
-DISTNAME= curl-7.15.1
-PKGREVISION= 1
+DISTNAME= curl-7.15.2
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
diff --git a/www/curl/PLIST b/www/curl/PLIST
index 192f62bc7fe..1388ceb055a 100644
--- a/www/curl/PLIST
+++ b/www/curl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2005/12/10 17:57:29 salo Exp $
+@comment $NetBSD: PLIST,v 1.19 2006/03/03 22:26:08 wiz Exp $
bin/curl
bin/curl-config
include/curl/curl.h
@@ -93,6 +93,7 @@ share/examples/curl/sepheaders.c
share/examples/curl/simple.c
share/examples/curl/simplepost.c
share/examples/curl/simplessl.c
+share/examples/curl/synctime.c
@dirrm share/examples/curl
@dirrm share/doc/curl
@dirrm share/curl
diff --git a/www/curl/distinfo b/www/curl/distinfo
index 76ac8c37210..e13d2fdfe4f 100644
--- a/www/curl/distinfo
+++ b/www/curl/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.42 2005/12/10 17:57:29 salo Exp $
+$NetBSD: distinfo,v 1.43 2006/03/03 22:26:08 wiz Exp $
-SHA1 (curl-7.15.1.tar.bz2) = 2b94192557954bba396bfbb980feed17aadc6295
-RMD160 (curl-7.15.1.tar.bz2) = c733937754b579d45de8c26cf4dfa6c5cec82fae
-Size (curl-7.15.1.tar.bz2) = 1437950 bytes
-SHA1 (patch-aa) = 83b1b2ec0d9531ef85c42d5ba1b5319415168d3e
+SHA1 (curl-7.15.2.tar.bz2) = 3fc6f948a17abdb98efb6c2c639de4f6a1f5e44d
+RMD160 (curl-7.15.2.tar.bz2) = 4a9dfadc9cc7ee61c0a025a5e3bd8d83db5628bc
+Size (curl-7.15.2.tar.bz2) = 1460095 bytes
SHA1 (patch-ac) = 94d0f45a269b1de9cfe3353044ee9cd95bb2ada7
diff --git a/www/curl/patches/patch-aa b/www/curl/patches/patch-aa
deleted file mode 100644
index 5a6e1f33e51..00000000000
--- a/www/curl/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.10 2005/06/12 13:43:36 jmmv Exp $
-
---- include/curl/multi.h.orig 2005-04-18 13:45:13.000000000 +0200
-+++ include/curl/multi.h
-@@ -52,12 +52,7 @@
- #endif
- #else
-
--/* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
-- libc5-based Linux systems. Only include it on system that are known to
-- require it! */
--#if defined(_AIX) || defined(NETWARE)
--#include <sys/select.h>
--#endif
-+__INCLUDE_SYS_SELECT_H__
-
- #ifndef _WIN32_WCE
- #include <sys/socket.h>