diff options
author | itojun <itojun> | 2001-09-20 11:33:47 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-09-20 11:33:47 +0000 |
commit | 778d96f280820b41630108ad841d60d2db0759f1 (patch) | |
tree | ad503d5e4b401c58b86798f3dde31d503c335253 /www | |
parent | 26421a6013ecb174eb186f57583c857e9cff88ee (diff) | |
download | pkgsrc-778d96f280820b41630108ad841d60d2db0759f1.tar.gz |
upgrade to 7.8.1, per PR 14022.
Summarized list of changes can be grabbed from http://curl.haxx.se/changes.html
Diffstat (limited to 'www')
-rw-r--r-- | www/curl/Makefile | 5 | ||||
-rw-r--r-- | www/curl/distinfo | 6 | ||||
-rw-r--r-- | www/curl/pkg/PLIST | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index e41061d0e8d..8c645104b8e 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2001/08/13 18:36:13 nra Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/20 11:33:47 itojun Exp $ -DISTNAME= curl-7.8 +DISTNAME= curl-7.8.1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} .include "../../security/openssl/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/curl/distinfo b/www/curl/distinfo index 878a05c828f..ff8b72ffa86 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/08/13 18:36:13 nra Exp $ +$NetBSD: distinfo,v 1.4 2001/09/20 11:33:47 itojun Exp $ -SHA1 (curl-7.8.tar.gz) = f5ccd1afe95db927ce3599a6303f779a6136e3a3 -Size (curl-7.8.tar.gz) = 630163 bytes +SHA1 (curl-7.8.1.tar.gz) = 0384fa065fa4b2fc0a12db8bf7b6fa3f20d2f221 +Size (curl-7.8.1.tar.gz) = 562980 bytes diff --git a/www/curl/pkg/PLIST b/www/curl/pkg/PLIST index 9214d264b17..9b3c7f6e12d 100644 --- a/www/curl/pkg/PLIST +++ b/www/curl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2001/08/13 18:36:14 nra Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/09/20 11:33:47 itojun Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -10,7 +10,7 @@ lib/libcurl.a lib/libcurl.la lib/libcurl.so lib/libcurl.so.2 -lib/libcurl.so.2.0 +lib/libcurl.so.2.1 man/man1/curl.1 man/man1/curl-config.1 man/man3/curl_easy_cleanup.3 @@ -32,5 +32,5 @@ man/man3/curl_strequal.3 man/man3/curl_strnequal.3 man/man3/curl_unescape.3 man/man3/curl_version.3 -man/man5/libcurl.5 +man/man3/libcurl.3 @dirrm include/curl |