1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to curl-7.20.1 and specify the MIT license.

This commit is contained in:
Peter Pentchev 2010-06-11 12:33:27 +00:00
parent 515ae3e1c1
commit 14d10152d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256384
7 changed files with 18 additions and 16 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= curl
PORTVERSION= 7.20.0
PORTVERSION= 7.20.1
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
@ -19,6 +19,8 @@ COMMENT= Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
LICENSE= MIT
PATCH_STRIP= -p1
MAN1= curl.1 curl-config.1

View File

@ -1,3 +1,3 @@
MD5 (curl-7.20.0.tar.bz2) = 3dda78c4a808d9a779dc3a2ae81b47d8
SHA256 (curl-7.20.0.tar.bz2) = eb516915da615d8f6b2b855004d5d4b19c468f080e3736d7a73c5599b9acab11
SIZE (curl-7.20.0.tar.bz2) = 2088522
MD5 (curl-7.20.1.tar.bz2) = 244b16b2a38c70e47130c8494b7371b9
SHA256 (curl-7.20.1.tar.bz2) = 70664da8e2a8c84327abd10ed30d5a3fc9fa2151def9ee5b75f27e3538554e56
SIZE (curl-7.20.1.tar.bz2) = 2097637

View File

@ -1,11 +1,11 @@
Description: Build and install the documentation as usual, no special handling.
Forwarded: https://sourceforge.net/tracker/?func=detail&aid=2897155&group_id=976&atid=100976
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2010-03-30
Last-Update: 2010-06-11
--- a/Makefile.in
+++ b/Makefile.in
@@ -302,9 +302,9 @@
@@ -301,9 +301,9 @@
libcurl.pc.in vc6curl.dsw MacOSX-Framework Android.mk $(CMAKE_DIST)
bin_SCRIPTS = curl-config

View File

@ -1,11 +1,11 @@
Description: Use fstat() instead of stat() to avoid a race condition.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2010-03-30
Last-Update: 2010-06-11
--- a/src/main.c
+++ b/src/main.c
@@ -4596,33 +4596,34 @@
@@ -4658,33 +4658,34 @@
break;
}

View File

@ -1,11 +1,11 @@
Description: Use fstat() instead of stat() to avoid a race condition.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2010-03-30
Last-Update: 2010-06-11
--- a/tests/libtest/lib505.c
+++ b/tests/libtest/lib505.c
@@ -55,12 +55,24 @@
@@ -54,12 +54,24 @@
return -1;
}
@ -32,7 +32,7 @@ Last-Update: 2010-03-30
error, strerror(error));
fprintf(stderr, "WARNING: cannot open file %s\n", libtest_arg2);
return -1;
@@ -71,18 +83,6 @@
@@ -70,18 +82,6 @@
return -4;
}

View File

@ -1,11 +1,11 @@
Description: Use fstat() instead of stat() to avoid a race condition.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2010-03-30
Last-Update: 2010-06-11
--- a/tests/libtest/lib541.c
+++ b/tests/libtest/lib541.c
@@ -47,12 +47,24 @@
@@ -46,12 +46,24 @@
return -1;
}
@ -32,7 +32,7 @@ Last-Update: 2010-03-30
error, strerror(error));
fprintf(stderr, "WARNING: cannot open file %s\n", libtest_arg2);
return -1;
@@ -63,18 +75,6 @@
@@ -62,18 +74,6 @@
return -4;
}

View File

@ -1,11 +1,11 @@
Description: Do not use valgrind.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2010-03-30
Last-Update: 2010-06-11
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -105,7 +105,7 @@
@@ -104,7 +104,7 @@
);
require "getpart.pm"; # array functions