svn commit: r356491 - head/devel/libole2

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 13:12:41 UTC 2014


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 at 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


More information about the svn-ports-head mailing list