Date: Tue, 3 Jun 2014 12:45:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356345 - head/ftp/curl Message-ID: <201406031245.s53Cj4GU053394@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jun 3 12:45:04 2014 New Revision: 356345 URL: http://svnweb.freebsd.org/changeset/ports/356345 QAT: https://qat.redports.org/buildarchive/r356345/ Log: - Update to 7.37.0 - Use USES=libtool:oldver Changes: http://curl.haxx.se/changes.html Modified: head/ftp/curl/Makefile head/ftp/curl/distinfo Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Tue Jun 3 12:44:59 2014 (r356344) +++ head/ftp/curl/Makefile Tue Jun 3 12:45:04 2014 (r356345) @@ -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_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: Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Tue Jun 3 12:44:59 2014 (r356344) +++ head/ftp/curl/distinfo Tue Jun 3 12:45:04 2014 (r356345) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406031245.s53Cj4GU053394>