From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 20:27:31 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 7517D882 for ; Tue, 12 Aug 2014 20:27:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BF5E2D3E for ; Tue, 12 Aug 2014 20:27:31 +0000 (UTC) Received: from amdmi3 (uid 1170) (envelope-from amdmi3@FreeBSD.org) id 619d by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 12 Aug 2014 20:27:31 +0000 From: Dmitry Marakasov Date: Tue, 12 Aug 2014 20:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364742 - head/devel/librest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53ea78b3.619d.250d9e4a@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 12 Aug 2014 20:27:31 -0000 Author: amdmi3 Date: Tue Aug 12 20:27:30 2014 New Revision: 364742 URL: http://svnweb.freebsd.org/changeset/ports/364742 QAT: https://qat.redports.org/buildarchive/r364742/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/librest/Makefile head/devel/librest/pkg-plist Modified: head/devel/librest/Makefile ============================================================================== --- head/devel/librest/Makefile Tue Aug 12 20:19:53 2014 (r364741) +++ head/devel/librest/Makefile Tue Aug 12 20:27:30 2014 (r364742) @@ -3,7 +3,7 @@ PORTNAME= rest PORTVERSION= 0.7.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www MASTER_SITES= GNOME @@ -15,7 +15,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= ca_root_nss>0:${PORTSDIR}/security/ca_root_nss RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake pathfix pkgconfig tar:xz +USES= gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt USE_LDCONFIG= yes Modified: head/devel/librest/pkg-plist ============================================================================== --- head/devel/librest/pkg-plist Tue Aug 12 20:19:53 2014 (r364741) +++ head/devel/librest/pkg-plist Tue Aug 12 20:27:30 2014 (r364742) @@ -17,12 +17,12 @@ include/rest-0.7/rest/rest-xml-node.h include/rest-0.7/rest/rest-xml-parser.h lib/girepository-1.0/Rest-0.7.typelib lib/girepository-1.0/RestExtras-0.7.typelib -lib/librest-0.7.la lib/librest-0.7.so lib/librest-0.7.so.0 -lib/librest-extras-0.7.la +lib/librest-0.7.so.0.0.0 lib/librest-extras-0.7.so lib/librest-extras-0.7.so.0 +lib/librest-extras-0.7.so.0.0.0 libdata/pkgconfig/rest-0.7.pc libdata/pkgconfig/rest-extras-0.7.pc share/gir-1.0/Rest-0.7.gir