summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/curl/Makefile5
-rw-r--r--www/curl/distinfo7
-rw-r--r--www/curl/patches/patch-ac19
3 files changed, 5 insertions, 26 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index e81a4c08216..e4abe0fdc29 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2005/01/07 09:37:21 cube Exp $
+# $NetBSD: Makefile,v 1.48 2005/02/18 18:05:08 wiz Exp $
-DISTNAME= curl-7.12.3
-PKGREVISION= 1
+DISTNAME= curl-7.13.0
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
diff --git a/www/curl/distinfo b/www/curl/distinfo
index 4efe66d805d..9b3dcc14214 100644
--- a/www/curl/distinfo
+++ b/www/curl/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.30 2005/01/07 09:37:21 cube Exp $
+$NetBSD: distinfo,v 1.31 2005/02/18 18:05:08 wiz Exp $
-SHA1 (curl-7.12.3.tar.bz2) = 8e81488b18baabdb61aeb46095fee6f1d7325cdf
-Size (curl-7.12.3.tar.bz2) = 1830712 bytes
-SHA1 (patch-ac) = b5e87774c84ca29c35c48d1f8fa58991c8596d7a
+SHA1 (curl-7.13.0.tar.bz2) = 63530e49c7c55b0cb47372d87b4d2eff40d28e43
+Size (curl-7.13.0.tar.bz2) = 1853790 bytes
diff --git a/www/curl/patches/patch-ac b/www/curl/patches/patch-ac
deleted file mode 100644
index 6305b1b2315..00000000000
--- a/www/curl/patches/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/01/07 09:37:21 cube Exp $
-
---- lib/select.c.orig Sun Nov 28 22:55:42 2004
-+++ lib/select.c
-@@ -23,11 +23,11 @@
-
- #include "setup.h"
-
--#ifdef HAVE_SYS_SELECT_H
--#include <sys/select.h>
--#endif
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h>
-+#endif
-+#ifdef HAVE_SYS_SELECT_H
-+#include <sys/select.h>
- #endif
-
- #ifdef HAVE_SYS_TIME_H