svn commit: r316262 - head/textproc/libwps

Jung-uk Kim jkim at FreeBSD.org
Mon Apr 22 18:55:55 UTC 2013


Author: jkim
Date: Mon Apr 22 18:55:55 2013
New Revision: 316262
URL: http://svnweb.freebsd.org/changeset/ports/316262

Log:
  - Update to 0.2.8.
  - Update license.  It is now released under MPL2+ and LGPL2.1+.
  - Replace DOXYGEN option with DOCS to make it consistent with the sister
  port, i. e., graphics/libwpg.  Note this option is enabled by default.
  - Fix packaging without DOCS.

Modified:
  head/textproc/libwps/Makefile
  head/textproc/libwps/distinfo

Modified: head/textproc/libwps/Makefile
==============================================================================
--- head/textproc/libwps/Makefile	Mon Apr 22 18:47:52 2013	(r316261)
+++ head/textproc/libwps/Makefile	Mon Apr 22 18:55:55 2013	(r316262)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	libwps
-PORTVERSION=	0.2.7
+PORTVERSION=	0.2.8
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	A Microsoft file word processor format import filter library
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21 MPL
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textproc/libwpd
 
-OPTIONS_DEFINE=	DOXYGEN
+OPTIONS_DEFINE=	DOCS
 
 CONFIGURE_ARGS=	--disable-werror
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -22,12 +23,11 @@ USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomehack gnomeprefix ltverhack
 USE_LDCONFIG=	yes
 
-PORTDOCS=	*
-
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOXYGEN}
+.if ${PORT_OPTIONS:MDOCS}
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
+PORTDOCS=	*
 .else
 CONFIGURE_ARGS+=--without-docs
 .endif

Modified: head/textproc/libwps/distinfo
==============================================================================
--- head/textproc/libwps/distinfo	Mon Apr 22 18:47:52 2013	(r316261)
+++ head/textproc/libwps/distinfo	Mon Apr 22 18:55:55 2013	(r316262)
@@ -1,2 +1,2 @@
-SHA256 (libwps-0.2.7.tar.gz) = 29ce50f9a555a198c321c82159efae75c9b9510af097b1c0c29dc21bc4caa2ce
-SIZE (libwps-0.2.7.tar.gz) = 525873
+SHA256 (libwps-0.2.8.tar.gz) = b8da5f63116e90935040b6cc6a13694d63d7ab15742c7f49a5c70502e499d535
+SIZE (libwps-0.2.8.tar.gz) = 602050


More information about the svn-ports-head mailing list