View | Details | Raw Unified | Return to bug 212677 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-9 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	curl
4
PORTNAME=	curl
5
PORTVERSION=	7.50.1
5
PORTVERSION=	7.50.3
6
CATEGORIES=	ftp www
6
CATEGORIES=	ftp www
7
MASTER_SITES=	http://curl.haxx.se/download/ \
7
MASTER_SITES=	http://curl.haxx.se/download/ \
8
		LOCAL/sunpoet
8
		LOCAL/sunpoet
Lines 61-72 Link Here
61
61
62
CPE_VENDOR=	haxx
62
CPE_VENDOR=	haxx
63
63
64
DOCS=		BINDINGS BUGS CODE_OF_CONDUCT.md CODE_STYLE.md CONTRIBUTE FAQ \
64
DOCS=		BINDINGS BUGS CODE_OF_CONDUCT.md CODE_STYLE.md FAQ FEATURES \
65
		FEATURES HISTORY HTTP-COOKIES.md HTTP2.md INSTALL \
65
		HTTP-COOKIES.md HTTP2.md INSTALL INSTALL.devcpp KNOWN_BUGS \
66
		INSTALL.devcpp INTERNALS KNOWN_BUGS LICENSE-MIXING \
67
		MAIL-ETIQUETTE MANUAL RELEASE-PROCEDURE RESOURCES ROADMAP.md \
66
		MAIL-ETIQUETTE MANUAL RELEASE-PROCEDURE RESOURCES ROADMAP.md \
68
		SECURITY SSL-PROBLEMS SSLCERTS THANKS TODO \
67
		THANKS TODO TheArtOfHttpScripting VERSIONS curl-config.html \
69
		TheArtOfHttpScripting VERSIONS curl-config.html \
70
		curl-config.pdf curl.html curl.pdf index.html \
68
		curl-config.pdf curl.html curl.pdf index.html \
71
		mk-ca-bundle.html mk-ca-bundle.pdf
69
		mk-ca-bundle.html mk-ca-bundle.pdf
72
.endif
70
.endif
Lines 149-159 Link Here
149
IGNORE=		only supports LDAPS with SSL
147
IGNORE=		only supports LDAPS with SSL
150
.endif
148
.endif
151
149
152
.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT} != base
150
.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL} && empty(SSL_DEFAULT:Mbase)
153
IGNORE=		GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system
151
IGNORE=		GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI :options or OpenSSL from base system
154
.endif
152
.endif
155
153
156
.if ${SSL_DEFAULT} == libressl
154
.if !empty(${SSL_DEFAULT:Mlibressl})
157
.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL}
155
.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL}
158
IGNORE=		GSSAPI_BASE is not compatible with LibreSSL. Use other GSSAPI options
156
IGNORE=		GSSAPI_BASE is not compatible with LibreSSL. Use other GSSAPI options
159
.endif
157
.endif
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1470305524
1
TIMESTAMP = 1473838109
2
SHA256 (curl-7.50.1.tar.lzma) = b2b176f3ef39d945d31e68e788be8564a7e16478af1dfe732462a300c7c58361
2
SHA256 (curl-7.50.3.tar.lzma) = 8c5457e2ecfc38d7e1103bf5e0f87895222340200de9ceefd300c3420698f5ea
3
SIZE (curl-7.50.1.tar.lzma) = 5994956
3
SIZE (curl-7.50.3.tar.lzma) = 6003154

Return to bug 212677