From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 11:35:58 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 22BEBC76; Fri, 25 Jul 2014 11:35:58 +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 0F15825B8; Fri, 25 Jul 2014 11:35:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PBZvUB091636; Fri, 25 Jul 2014 11:35:57 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PBZvQW091635; Fri, 25 Jul 2014 11:35:57 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407251135.s6PBZvQW091635@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 25 Jul 2014 11:35:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362880 - head/graphics/libsvg-cairo 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: Fri, 25 Jul 2014 11:35:58 -0000 Author: amdmi3 Date: Fri Jul 25 11:35:57 2014 New Revision: 362880 URL: http://svnweb.freebsd.org/changeset/ports/362880 QAT: https://qat.redports.org/buildarchive/r362880/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Approved by: kwm Modified: head/graphics/libsvg-cairo/Makefile Modified: head/graphics/libsvg-cairo/Makefile ============================================================================== --- head/graphics/libsvg-cairo/Makefile Fri Jul 25 11:16:14 2014 (r362879) +++ head/graphics/libsvg-cairo/Makefile Fri Jul 25 11:35:57 2014 (r362880) @@ -4,7 +4,7 @@ PORTNAME= libsvg-cairo PORTVERSION= 0.1.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -15,15 +15,14 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libsvg.so:${PORTSDIR}/graphics/libsvg \ libcairo.so:${PORTSDIR}/graphics/cairo -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/svg-cairo.h \ lib/libsvg-cairo.a \ - lib/libsvg-cairo.la \ lib/libsvg-cairo.so \ lib/libsvg-cairo.so.1 \ + lib/libsvg-cairo.so.1.0.1 \ libdata/pkgconfig/libsvg-cairo.pc .include