Wed Feb 10 07:38:47 2016 UTC ()
The Curl website now enforces the use of HTTPS. Update the home page and
master site URL accordingly.


(tron)
diff -r1.159 -r1.160 pkgsrc/www/curl/Makefile

cvs diff -r1.159 -r1.160 pkgsrc/www/curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/curl/Makefile 2016/02/08 17:35:31 1.159
+++ pkgsrc/www/curl/Makefile 2016/02/10 07:38:47 1.160
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.159 2016/02/08 17:35:31 adam Exp $ 1# $NetBSD: Makefile,v 1.160 2016/02/10 07:38:47 tron Exp $
2 2
3DISTNAME= curl-7.47.1 3DISTNAME= curl-7.47.1
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= http://curl.haxx.se/download/ \ 5MASTER_SITES= https://curl.haxx.se/download/ \
6 ftp://ftp.sunet.se/pub/www/utilities/curl/ 6 ftp://ftp.sunet.se/pub/www/utilities/curl/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://curl.haxx.se/ 10HOMEPAGE= https://curl.haxx.se/
11COMMENT= Client that groks URLs 11COMMENT= Client that groks URLs
12# not completely, but near enough 12# not completely, but near enough
13LICENSE= mit 13LICENSE= mit
14 14
15# list it into IPv6-ready packages 15# list it into IPv6-ready packages
16BUILD_DEFS+= IPV6_READY 16BUILD_DEFS+= IPV6_READY
17 17
18USE_TOOLS+= nroff perl 18USE_TOOLS+= nroff perl
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
21CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} 21CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
22CONFIGURE_ARGS+= --with-ca-path=${SSLCERTS} 22CONFIGURE_ARGS+= --with-ca-path=${SSLCERTS}
23CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} 23CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}