summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-01-10 08:08:43 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-01-10 08:08:43 +0000
commit944ba8c7f708fa8fdfa19b438df5011f712ede77 (patch)
tree1aedf294a8b304d74dd00817844331565d2f38aa /textproc
parent- Fix plist. (diff)
- update to 0.10.9
- add iconv support - remove noportdocs patch that should have been removed with the update to 0.10.7 (ports/138458) Approved by: fjoe (mentor)
Notes
Notes: svn path=/head/; revision=267576
Diffstat (limited to 'textproc')
-rw-r--r--textproc/wbxml2/Makefile5
-rw-r--r--textproc/wbxml2/distinfo5
-rw-r--r--textproc/wbxml2/files/noportdocs-CMakeLists.txt.diff11
-rw-r--r--textproc/wbxml2/files/patch-src__CMakeLists.txt11
-rw-r--r--textproc/wbxml2/pkg-plist2
5 files changed, 17 insertions, 17 deletions
diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile
index c6f8704e77ee..5985ce826d48 100644
--- a/textproc/wbxml2/Makefile
+++ b/textproc/wbxml2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wbxml2
-PORTVERSION= 0.10.8
+PORTVERSION= 0.10.9
CATEGORIES= textproc devel
MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION}
DISTNAME= libwbxml-${PORTVERSION}
@@ -14,7 +14,8 @@ DISTNAME= libwbxml-${PORTVERSION}
MAINTAINER= flo@FreeBSD.org
COMMENT= Library & tools for converting wbxml<->xml
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
+ iconv.3:${PORTSDIR}/converters/libiconv
WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION}
CONFIGURE_WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION}/build
diff --git a/textproc/wbxml2/distinfo b/textproc/wbxml2/distinfo
index d6905a9510ad..d80f884effeb 100644
--- a/textproc/wbxml2/distinfo
+++ b/textproc/wbxml2/distinfo
@@ -1,3 +1,2 @@
-MD5 (libwbxml-0.10.8.tar.bz2) = 7b51c425fc2ff9f502cd9b1e291b1955
-SHA256 (libwbxml-0.10.8.tar.bz2) = e5cc7025095f8129c3691b7f0ebc2dfff5f2fedaa3bc971d2c287454ffb3f4a7
-SIZE (libwbxml-0.10.8.tar.bz2) = 341127
+SHA256 (libwbxml-0.10.9.tar.bz2) = 8ca60c9360536680d538cafbb5947ae2bae6fea5ff704f1bbdf166183b698d59
+SIZE (libwbxml-0.10.9.tar.bz2) = 350697
diff --git a/textproc/wbxml2/files/noportdocs-CMakeLists.txt.diff b/textproc/wbxml2/files/noportdocs-CMakeLists.txt.diff
deleted file mode 100644
index 71dd152c32d1..000000000000
--- a/textproc/wbxml2/files/noportdocs-CMakeLists.txt.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2009-04-26 09:57:57.218017335 +0000
-+++ CMakeLists.txt 2009-04-26 09:58:09.121018414 +0000
-@@ -158,7 +158,7 @@
- # ADD_CUSTOM_TARGET( DoxygenDoc )
- # ADD_DEPENDENCIES( DoxygenDoc DoxygenDocLibrary DoxygenDocTools )
- #ENDIF ( BUILD_DOCUMENTATION )
--OPTION( ENABLE_INSTALL_DOC "install documentation" ON )
-+OPTION( ENABLE_INSTALL_DOC "install documentation" OFF )
- IF( ENABLE_INSTALL_DOC )
- ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/AUTHORS )
- ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/BUGS )
diff --git a/textproc/wbxml2/files/patch-src__CMakeLists.txt b/textproc/wbxml2/files/patch-src__CMakeLists.txt
new file mode 100644
index 000000000000..717093aa0c1a
--- /dev/null
+++ b/textproc/wbxml2/files/patch-src__CMakeLists.txt
@@ -0,0 +1,11 @@
+--- ./src/CMakeLists.txt.orig 2011-01-09 17:14:25.000000000 +0100
++++ ./src/CMakeLists.txt 2011-01-09 17:14:39.000000000 +0100
+@@ -25,7 +25,7 @@
+
+ SET_TARGET_PROPERTIES( wbxml2 PROPERTIES SOVERSION ${LIBWBXML_LIBVERSION_SOVERSION} )
+ SET_TARGET_PROPERTIES( wbxml2 PROPERTIES VERSION ${LIBWBXML_LIBVERSION_VERSION} )
+-TARGET_LINK_LIBRARIES( wbxml2 ${EXPAT_LIBRARIES} )
++TARGET_LINK_LIBRARIES( wbxml2 ${EXPAT_LIBRARIES} ${ICONV_LIBRARIES} )
+
+ INSTALL( TARGETS wbxml2
+ RUNTIME DESTINATION ${LIBWBXML_BIN_DIR}
diff --git a/textproc/wbxml2/pkg-plist b/textproc/wbxml2/pkg-plist
index ca85ec15244c..9c7005db5d48 100644
--- a/textproc/wbxml2/pkg-plist
+++ b/textproc/wbxml2/pkg-plist
@@ -20,7 +20,7 @@ include/wbxml_tree_clb_wbxml.h
include/wbxml_tree_clb_xml.h
lib/libwbxml2.so
lib/libwbxml2.so.0
-lib/libwbxml2.so.0.0.17
+lib/libwbxml2.so.0.0.18
libdata/pkgconfig/libwbxml2.pc
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/BUGS