diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-03 12:45:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-03 12:45:04 +0000 |
commit | 83dce38127cdfd724d0da351f669139679dd64f4 (patch) | |
tree | ad5cac4dbba9e9a2061b8101450b454d8c0ead57 /ftp/curl | |
parent | bc0670c2173cb786dea60e217615de5e54880b50 (diff) | |
download | ports-83dce38127cdfd724d0da351f669139679dd64f4.tar.gz ports-83dce38127cdfd724d0da351f669139679dd64f4.zip |
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 9 | ||||
-rw-r--r-- | ftp/curl/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index bda732aa1840..14d92a2868c9 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.36.0 -PORTREVISION= 1 +PORTVERSION= 7.37.0 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -38,7 +37,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} GNU_CONFIGURE= yes MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} USE_PERL5= build -USES= pathfix perl5 tar:lzma +USES= libtool:oldver pathfix perl5 tar:lzma PORTDOCS= * PORTEXAMPLES= * @@ -82,9 +81,11 @@ HEIMDAL_PORT_CONFIGURE_ON= --with-gssapi=${HEIMDAL_HOME} HEIMDAL_PORT_CPPFLAGS= -I${HEIMDAL_HOME}/include HEIMDAL_PORT_LDFLAGS= -L${HEIMDAL_HOME}/lib HEIMDAL_PORT_LIB_DEPENDS= libgssapi.so.3:${PORTSDIR}/security/heimdal +HTTP2_BUILD_DEPENDS= nghttp2>=0.4.0:${PORTSDIR}/www/nghttp2 HTTP2_CONFIGURE_OFF= --without-nghttp2 HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2 +HTTP2_RUN_DEPENDS= nghttp2>=0.4.0:${PORTSDIR}/www/nghttp2 HTTP2_USES= pkgconfig IDN_CONFIGURE_OFF= --without-libidn IDN_CONFIGURE_ON= --with-libidn=${LOCALBASE} @@ -159,8 +160,8 @@ CONFIGURE_ARGS+=--without-gssapi .endif post-patch: - @${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|include <gssapi.h>|include <gssapi/gssapi.h>|' ${WRKSRC}/lib/curl_gssapi.h ${WRKSRC}/lib/urldata.h post-install: diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 1e5208be7e29..6e884f0bf19e 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,2 +1,2 @@ -SHA256 (curl-7.36.0.tar.lzma) = 94126649f4f12d3332ca1185559ec5faca6929227e794387b7b82b73714b388a -SIZE (curl-7.36.0.tar.lzma) = 2276862 +SHA256 (curl-7.37.0.tar.lzma) = 3cdc4666dc934b3fa8adf2e225769becee0dea072ba4ee6369ce60d8713e357a +SIZE (curl-7.37.0.tar.lzma) = 2323713 |