From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 16:57:23 2014 Return-Path: Delivered-To: svn-ports-all@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 EE1CCD8B; Tue, 3 Jun 2014 16:57:23 +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 DA79A2F9E; Tue, 3 Jun 2014 16:57:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53GvNdA068044; Tue, 3 Jun 2014 16:57:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53GvNUe068043; Tue, 3 Jun 2014 16:57:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406031657.s53GvNUe068043@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Jun 2014 16:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356379 - head/security/gnupg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 16:57:24 -0000 Author: sunpoet Date: Tue Jun 3 16:57:23 2014 New Revision: 356379 URL: http://svnweb.freebsd.org/changeset/ports/356379 QAT: https://qat.redports.org/buildarchive/r356379/ Log: - Convert to new LIB_DEPENDS format - Use USES=tar:bzip2 Approved by: portmgr (blanket) Modified: head/security/gnupg/Makefile Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Tue Jun 3 16:55:09 2014 (r356378) +++ head/security/gnupg/Makefile Tue Jun 3 16:57:23 2014 (r356379) @@ -22,9 +22,8 @@ LIB_DEPENDS= libassuan.so:${PORTSDIR}/se libksba.so:${PORTSDIR}/security/libksba \ libpth.so:${PORTSDIR}/devel/pth -USE_BZIP2= YES GNU_CONFIGURE= YES -USES= gmake iconv +USES= gmake iconv tar:bzip2 USE_LDCONFIG= YES CONFIGURE_ARGS+= --enable-symcryptrun @@ -51,7 +50,7 @@ STD_SOCKET_CONFIGURE_ENABLE= socket NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls SCDAEMON_CONFIGURE_ENABLE= scdaemon -CURL_LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} CURL_CONFIGURE_OFF= --without-libcurl