svn commit: r346830 - head/textproc/libwps

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 2 22:52:08 UTC 2014


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


More information about the svn-ports-all mailing list