Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 22:52:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346830 - head/textproc/libwps
Message-ID:  <201403022252.s22Mq7nF016101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar  2 22:52:07 2014
New Revision: 346830
URL: http://svnweb.freebsd.org/changeset/ports/346830
QAT: https://qat.redports.org/buildarchive/r346830/

Log:
  Convert to USES=libtool

Modified:
  head/textproc/libwps/Makefile
  head/textproc/libwps/pkg-plist

Modified: head/textproc/libwps/Makefile
==============================================================================
--- head/textproc/libwps/Makefile	Sun Mar  2 22:50:08 2014	(r346829)
+++ head/textproc/libwps/Makefile	Sun Mar  2 22:52:07 2014	(r346830)
@@ -3,11 +3,12 @@
 
 PORTNAME=	libwps
 PORTVERSION=	0.2.9
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	office@FreeBSD.org
-COMMENT=	A Microsoft file word processor format import filter library
+COMMENT=	Microsoft file word processor format import filter library
 
 LICENSE=	LGPL21 MPL
 LICENSE_COMB=	dual
@@ -19,9 +20,8 @@ OPTIONS_DEFINE=	DOCS
 
 CONFIGURE_ARGS=	--disable-werror
 CPPFLAGS+=	-I${LOCALBASE}/include
-USE_AUTOTOOLS=	libtool
-USES=		pkgconfig pathfix
-USE_GNOME=	gnomeprefix ltverhack
+GNU_CONFIGURE=	yes
+USES=		libtool pkgconfig pathfix
 USE_LDCONFIG=	yes
 PORTDOCS=	*
 DOCS_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen

Modified: head/textproc/libwps/pkg-plist
==============================================================================
--- head/textproc/libwps/pkg-plist	Sun Mar  2 22:50:08 2014	(r346829)
+++ head/textproc/libwps/pkg-plist	Sun Mar  2 22:52:07 2014	(r346830)
@@ -7,6 +7,7 @@ lib/libwps-0.2.a
 lib/libwps-0.2.la
 lib/libwps-0.2.so
 lib/libwps-0.2.so.2
+lib/libwps-0.2.so.2.0.9
 libdata/pkgconfig/libwps-0.2.pc
 @dirrm include/libwps-0.2/libwps
 @dirrm include/libwps-0.2



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