Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 13:12:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356491 - head/devel/libole2
Message-ID:  <201406041312.s54DCeUH098104@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406041312.s54DCeUH098104>