From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 22:30:54 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 1E1FA91D; Wed, 23 Jul 2014 22:30:54 +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 0B59F21CD; Wed, 23 Jul 2014 22:30:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NMUrpd027501; Wed, 23 Jul 2014 22:30:53 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NMUrND027499; Wed, 23 Jul 2014 22:30:53 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232230.s6NMUrND027499@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 22:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362745 - head/ftp/curlpp 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: Wed, 23 Jul 2014 22:30:54 -0000 Author: amdmi3 Date: Wed Jul 23 22:30:53 2014 New Revision: 362745 URL: http://svnweb.freebsd.org/changeset/ports/362745 QAT: https://qat.redports.org/buildarchive/r362745/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/ftp/curlpp/Makefile head/ftp/curlpp/pkg-plist Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Wed Jul 23 22:30:14 2014 (r362744) +++ head/ftp/curlpp/Makefile Wed Jul 23 22:30:53 2014 (r362745) @@ -3,7 +3,7 @@ PORTNAME= curlpp PORTVERSION= 0.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= GOOGLE_CODE @@ -21,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= pathfix +USES= libtool pathfix BOOST_BUILD_DEPENDS= boost-libs>=1.20.0:${PORTSDIR}/devel/boost-libs BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS} Modified: head/ftp/curlpp/pkg-plist ============================================================================== --- head/ftp/curlpp/pkg-plist Wed Jul 23 22:30:14 2014 (r362744) +++ head/ftp/curlpp/pkg-plist Wed Jul 23 22:30:53 2014 (r362745) @@ -60,13 +60,13 @@ include/utilspp/singleton/PrivateMembers include/utilspp/singleton/SingletonHolder.hpp include/utilspp/singleton/SingletonHolder.inl lib/libcurlpp.a -lib/libcurlpp.la lib/libcurlpp.so lib/libcurlpp.so.0 +lib/libcurlpp.so.0.0.2 lib/libutilspp.a -lib/libutilspp.la lib/libutilspp.so lib/libutilspp.so.0 +lib/libutilspp.so.0.0.0 libdata/pkgconfig/curlpp.pc %%PORTDOCS%%%%DOCSDIR%%/guide.pdf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README