Update net/curl to 7.21.1.  Just keeping up with the upstream
releases.  I also dropped the bad mirrors from MASTER_SITES.

The regression tests are fine on amd64 and sparc64.

I'm currently running a bulk build to catch any fallout, not that
I expect much.


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/curl/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- Makefile    21 Mar 2010 18:43:37 -0000      1.71
+++ Makefile    18 Sep 2010 14:05:15 -0000
@@ -2,17 +2,11 @@
 
 COMMENT=       get files from FTP, Gopher, HTTP or HTTPS servers
 
-DISTNAME=      curl-7.20.0
-SHARED_LIBS=   curl                 15.0     # .6.0
+DISTNAME=      curl-7.21.1
+SHARED_LIBS=   curl                 16.0     # .6.0
 CATEGORIES=    net
 MASTER_SITES=  http://curl.haxx.se/download/ \
-               ftp://ftp.sunet.se/pub/www/utilities/curl/ \
-               ftp://cool.haxx.se/curl/ \
-               ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \
-               http://curl.linuxworx.com.au/ \
-               http://www.cubic.ch/mirror/curl/ \
-               http://curl.webmeta.com/ \
-               ftp://gd.tuwien.ac.ut/utils/archivers/curl/
+               ftp://ftp.sunet.se/pub/www/utilities/curl/
 
 HOMEPAGE=      http://curl.haxx.se/
 
@@ -25,8 +19,8 @@ PERMIT_DISTFILES_CDROM=       Yes
 PERMIT_DISTFILES_FTP=  Yes
 
 MODULES=       devel/gettext
-LIB_DEPENDS=   idn.>=16::devel/libidn
-WANTLIB=       c crypto ssl z
+LIB_DEPENDS=   ::devel/libidn
+WANTLIB=       c crypto idn ssl z
 
 USE_LIBTOOL=   Yes
 CONFIGURE_STYLE=gnu
@@ -40,5 +34,8 @@ post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
        cd ${WRKSRC}; ${INSTALL_DATA} curl-style.el \
                ${PREFIX}/share/emacs/site-lisp
+
+# Note:
+# use ulimit -p 256 for regress
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/curl/distinfo,v
retrieving revision 1.35
diff -u -p -r1.35 distinfo
--- distinfo    21 Mar 2010 18:43:37 -0000      1.35
+++ distinfo    18 Sep 2010 14:05:15 -0000
@@ -1,5 +1,5 @@
-MD5 (curl-7.20.0.tar.gz) = zgR0S0rHU/hR00puWDVBCg==
-RMD160 (curl-7.20.0.tar.gz) = +dRdC4EzcgHV0XQhXWjJ7VYX4dY=
-SHA1 (curl-7.20.0.tar.gz) = Ovu8mZRs5V/M5qbLKA8Mqzp3W7g=
-SHA256 (curl-7.20.0.tar.gz) = 4S0GtVHFydNCCw7aIOsoYabaqwMsTW2Pqwe1bzTIqEg=
-SIZE (curl-7.20.0.tar.gz) = 2649078
+MD5 (curl-7.21.1.tar.gz) = yv5pEUwgyQxHrTysoFhw2A==
+RMD160 (curl-7.21.1.tar.gz) = cqGaJB7AUL772o/WfyTKMX/FQG4=
+SHA1 (curl-7.21.1.tar.gz) = QNuGVzJFlKWyPoNVwRhPECiIvD4=
+SHA256 (curl-7.21.1.tar.gz) = hnsiwQZVwFDnj+4OXrkHO1psoBgd6fQs7dqXLc93JHY=
+SIZE (curl-7.21.1.tar.gz) = 2738817
Index: patches/patch-docs_examples_Makefile_in
===================================================================
RCS file: /cvs/ports/net/curl/patches/patch-docs_examples_Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-docs_examples_Makefile_in
--- patches/patch-docs_examples_Makefile_in     10 Nov 2009 19:13:49 -0000      
1.5
+++ patches/patch-docs_examples_Makefile_in     18 Sep 2010 14:05:15 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-docs_examples_Makefile_in,v 1.5 2009/11/10 19:13:49 naddy Exp $
---- docs/examples/Makefile.in.orig     Wed Nov  4 13:26:11 2009
-+++ docs/examples/Makefile.in  Tue Nov 10 00:47:51 2009
-@@ -205,7 +205,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
+--- docs/examples/Makefile.in.orig     Wed Aug 11 19:03:30 2010
++++ docs/examples/Makefile.in  Fri Sep 17 17:44:53 2010
+@@ -208,7 +208,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
        $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
  LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 -      $(AM_LDFLAGS) $(LDFLAGS) -o $@
 +      $(AM_LDFLAGS) -L../../lib/.libs $(LDFLAGS) -o $@
  SOURCES = 10-at-a-time.c anyauthput.c certinfo.c chkspeed.c \
-       cookie_interface.c debug.c fileupload.c fopen.c ftpget.c \
-       ftpgetinfo.c ftpgetresp.c ftpupload.c getinfo.c getinmemory.c \
+       cookie_interface.c debug.c fileupload.c fopen.c ftp-wildcard.c \
+       ftpget.c ftpgetinfo.c ftpgetresp.c ftpupload.c getinfo.c \
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: /cvs/ports/net/curl/patches/patch-src_Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-src_Makefile_in
--- patches/patch-src_Makefile_in       16 Aug 2009 17:54:21 -0000      1.5
+++ patches/patch-src_Makefile_in       18 Sep 2010 14:05:15 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_Makefile_in,v 1.5 2009/08/16 17:54:21 naddy Exp $
---- src/Makefile.in.orig       Wed Jul 22 22:11:40 2009
-+++ src/Makefile.in    Sun Aug 16 18:29:13 2009
-@@ -79,7 +79,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
+--- src/Makefile.in.orig       Wed Aug 11 19:03:31 2010
++++ src/Makefile.in    Fri Sep 17 17:44:53 2010
+@@ -86,7 +86,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
        $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
  LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Index: patches/patch-tests_libtest_Makefile_in
===================================================================
RCS file: /cvs/ports/net/curl/patches/patch-tests_libtest_Makefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-tests_libtest_Makefile_in
--- patches/patch-tests_libtest_Makefile_in     21 Mar 2010 18:43:37 -0000      
1.7
+++ patches/patch-tests_libtest_Makefile_in     18 Sep 2010 14:05:15 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-tests_libtest_Makefile_in,v 1.7 2010/03/21 18:43:37 naddy Exp $
---- tests/libtest/Makefile.in.orig     Thu Feb  4 22:42:21 2010
-+++ tests/libtest/Makefile.in  Wed Feb 10 18:42:59 2010
-@@ -349,7 +349,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
+--- tests/libtest/Makefile.in.orig     Wed Aug 11 19:03:32 2010
++++ tests/libtest/Makefile.in  Fri Sep 17 17:45:30 2010
+@@ -384,7 +384,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
        $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
  LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 -      $(AM_LDFLAGS) $(LDFLAGS) -o $@
 +      $(AM_LDFLAGS) -L../../lib/.libs $(LDFLAGS) -o $@
- SOURCES = $(lib500_SOURCES) $(lib501_SOURCES) $(lib502_SOURCES) \
+ SOURCES = $(libhostname_la_SOURCES) $(chkhostname_SOURCES) \
+       $(lib500_SOURCES) $(lib501_SOURCES) $(lib502_SOURCES) \
        $(lib503_SOURCES) $(lib504_SOURCES) $(lib505_SOURCES) \
-       $(lib506_SOURCES) $(lib507_SOURCES) $(lib508_SOURCES) \
Index: patches/patch-tests_server_Makefile_in
===================================================================
RCS file: /cvs/ports/net/curl/patches/patch-tests_server_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-tests_server_Makefile_in
--- patches/patch-tests_server_Makefile_in      21 Mar 2010 18:43:37 -0000      
1.6
+++ patches/patch-tests_server_Makefile_in      18 Sep 2010 14:05:15 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-tests_server_Makefile_in,v 1.6 2010/03/21 18:43:37 naddy Exp $
---- tests/server/Makefile.in.orig      Thu Feb  4 22:42:22 2010
-+++ tests/server/Makefile.in   Wed Feb 10 18:43:52 2010
-@@ -90,7 +90,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
+--- tests/server/Makefile.in.orig      Wed Aug 11 19:03:32 2010
++++ tests/server/Makefile.in   Fri Sep 17 17:44:53 2010
+@@ -131,7 +131,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
        $(AM_CFLAGS) $(CFLAGS)
  CCLD = $(CC)
  LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-- 
Christian "naddy" Weisgerber                          [email protected]

Reply via email to