aboutsummaryrefslogtreecommitdiff
path: root/textproc/libwps
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-04-22 18:55:55 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-04-22 18:55:55 +0000
commit1768e4bd8ab1db98e5f658e34193031eecd41914 (patch)
tree9a6887a651a384f6a48924a29bc50e6db06371f3 /textproc/libwps
parent624a325bdf46007856fa45ac2246b686665bc641 (diff)
downloadports-1768e4bd8ab1db98e5f658e34193031eecd41914.tar.gz
ports-1768e4bd8ab1db98e5f658e34193031eecd41914.zip
- 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.
Notes
Notes: svn path=/head/; revision=316262
Diffstat (limited to 'textproc/libwps')
-rw-r--r--textproc/libwps/Makefile12
-rw-r--r--textproc/libwps/distinfo4
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile
index 9af1039c3bb3..c9c27734d45a 100644
--- a/textproc/libwps/Makefile
+++ b/textproc/libwps/Makefile
@@ -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@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
diff --git a/textproc/libwps/distinfo b/textproc/libwps/distinfo
index d03f13920774..d87279d94995 100644
--- a/textproc/libwps/distinfo
+++ b/textproc/libwps/distinfo
@@ -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