From owner-svn-ports-all@FreeBSD.ORG Wed Jun 4 13:12:41 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 509DF8E1; Wed, 4 Jun 2014 13:12:41 +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 3D13E212E; Wed, 4 Jun 2014 13:12:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s54DCf7g098106; Wed, 4 Jun 2014 13:12:41 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s54DCeUH098104; Wed, 4 Jun 2014 13:12:40 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406041312.s54DCeUH098104@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 4 Jun 2014 13:12:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356491 - head/devel/libole2 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: Wed, 04 Jun 2014 13:12:41 -0000 Author: amdmi3 Date: Wed Jun 4 13:12:40 2014 New Revision: 356491 URL: http://svnweb.freebsd.org/changeset/ports/356491 QAT: https://qat.redports.org/buildarchive/r356491/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libole2/Makefile head/devel/libole2/pkg-plist Modified: head/devel/libole2/Makefile ============================================================================== --- head/devel/libole2/Makefile Wed Jun 4 13:12:07 2014 (r356490) +++ head/devel/libole2/Makefile Wed Jun 4 13:12:40 2014 (r356491) @@ -3,15 +3,14 @@ PORTNAME= libole2 PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Support library for OLE functions (MS-Excel) for gnumeric -USE_AUTOTOOLS= libtool -USES= gmake +USES= gmake libtool USE_GNOME= glib12 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libole2/pkg-plist ============================================================================== --- head/devel/libole2/pkg-plist Wed Jun 4 13:12:07 2014 (r356490) +++ head/devel/libole2/pkg-plist Wed Jun 4 13:12:40 2014 (r356491) @@ -5,9 +5,9 @@ include/libole2/ms-ole-summary.h include/libole2/ms-ole-vba.h include/libole2/ms-ole.h lib/libgnomeole2.a -lib/libgnomeole2.la lib/libgnomeole2.so lib/libgnomeole2.so.0 +lib/libgnomeole2.so.0.0.0 share/aclocal/gnome-libole2.m4 share/aclocal/libole2.m4 %%DATADIR%%/html/libole2-decl.txt