From owner-svn-ports-head@FreeBSD.ORG Wed Mar 12 18:17:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFC8B4AF; Wed, 12 Mar 2014 18:17:30 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCDB0DF8; Wed, 12 Mar 2014 18:17:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2CIHUxe031990; Wed, 12 Mar 2014 18:17:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2CIHUb1031989; Wed, 12 Mar 2014 18:17:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403121817.s2CIHUb1031989@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 12 Mar 2014 18:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347994 - 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.17 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: Wed, 12 Mar 2014 18:17:30 -0000 Author: sunpoet Date: Wed Mar 12 18:17:30 2014 New Revision: 347994 URL: http://svnweb.freebsd.org/changeset/ports/347994 QAT: https://qat.redports.org/buildarchive/r347994/ Log: - Use USES=tar:lzma Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Wed Mar 12 17:59:02 2014 (r347993) +++ head/ftp/curl/Makefile Wed Mar 12 18:17:30 2014 (r347994) @@ -6,7 +6,6 @@ PORTVERSION= 7.35.0 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet -EXTRACT_SUFX= .tar.lzma MAINTAINER?= sunpoet@FreeBSD.org COMMENT?= Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers @@ -34,8 +33,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} GNU_CONFIGURE= yes MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} USE_PERL5= build -USE_XZ= yes -USES= pathfix perl5 +USES= pathfix perl5 tar:lzma PORTDOCS= * PORTEXAMPLES= *