From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 09:26:50 2014 Return-Path: Delivered-To: svn-ports-all@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 02BB0CFB; Fri, 6 Jun 2014 09:26:50 +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 E4B0F2A46; Fri, 6 Jun 2014 09:26:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s569QnjQ025509; Fri, 6 Jun 2014 09:26:49 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s569QnVF025506; Fri, 6 Jun 2014 09:26:49 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406060926.s569QnVF025506@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 6 Jun 2014 09:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356755 - head/security/libecc 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: Fri, 06 Jun 2014 09:26:50 -0000 Author: amdmi3 Date: Fri Jun 6 09:26:49 2014 New Revision: 356755 URL: http://svnweb.freebsd.org/changeset/ports/356755 QAT: https://qat.redports.org/buildarchive/r356755/ Log: - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/security/libecc/Makefile head/security/libecc/pkg-plist Modified: head/security/libecc/Makefile ============================================================================== --- head/security/libecc/Makefile Fri Jun 6 09:26:09 2014 (r356754) +++ head/security/libecc/Makefile Fri Jun 6 09:26:49 2014 (r356755) @@ -3,14 +3,16 @@ PORTNAME= libecc PORTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= C++ Elliptic Curve Library -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/libecc/pkg-plist ============================================================================== --- head/security/libecc/pkg-plist Fri Jun 6 09:26:09 2014 (r356754) +++ head/security/libecc/pkg-plist Fri Jun 6 09:26:49 2014 (r356755) @@ -8,5 +8,5 @@ include/libecc/sha.h include/libecc/square.hcc lib/libecc.so lib/libecc.so.2 -lib/libecc.la +lib/libecc.so.2.0.1 @dirrm include/libecc