From owner-svn-ports-head@FreeBSD.ORG Tue Jun 3 12:45:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C603342; Tue, 3 Jun 2014 12:45:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FCE4256B; Tue, 3 Jun 2014 12:45:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53Cj5i2053397; Tue, 3 Jun 2014 12:45:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53Cj4GU053394; Tue, 3 Jun 2014 12:45:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406031245.s53Cj4GU053394@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Jun 2014 12:45:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356345 - head/ftp/curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 12:45:05 -0000 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 |include |' ${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