diff options
author | flo <flo@FreeBSD.org> | 2016-04-23 21:30:33 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2016-04-23 21:30:33 +0800 |
commit | c0b3baacaf4711a774f7065b0fba38f6fe5b0bb1 (patch) | |
tree | 53c26cbc00d62ad3dffe3bb90b2f6ad4433426aa /textproc | |
parent | e8715c2b700880c44b3a291b6b5f4f6ce001e921 (diff) | |
download | freebsd-ports-gnome-c0b3baacaf4711a774f7065b0fba38f6fe5b0bb1.tar.gz freebsd-ports-gnome-c0b3baacaf4711a774f7065b0fba38f6fe5b0bb1.tar.zst freebsd-ports-gnome-c0b3baacaf4711a774f7065b0fba38f6fe5b0bb1.zip |
- update to 0.11.4
- regenerate patches with makepatch
Sponsored by: Essen Linuxhotel Hackathon 2016
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wbxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/wbxml2/distinfo | 4 | ||||
-rw-r--r-- | textproc/wbxml2/files/patch-CMakeLists.txt | 4 | ||||
-rw-r--r-- | textproc/wbxml2/files/patch-src__CMakeLists.txt | 6 | ||||
-rw-r--r-- | textproc/wbxml2/pkg-plist | 4 |
5 files changed, 10 insertions, 12 deletions
diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile index 1ad07acfeb1f..b269857ee02e 100644 --- a/textproc/wbxml2/Makefile +++ b/textproc/wbxml2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wbxml2 -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.4 CATEGORIES= textproc devel MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION} DISTNAME= libwbxml-${PORTVERSION} @@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in AUTHORS BUGS ChangeLog NEWS README References THANKS TODO +.for file in BUGS ChangeLog README References THANKS TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/textproc/wbxml2/distinfo b/textproc/wbxml2/distinfo index 1769cc9fb5ca..3d9bc2bc7459 100644 --- a/textproc/wbxml2/distinfo +++ b/textproc/wbxml2/distinfo @@ -1,2 +1,2 @@ -SHA256 (libwbxml-0.11.2.tar.bz2) = 5f642027ece0225d80ef21979a57cf59b1027d46cb8dbd5ff4b87662eec2557d -SIZE (libwbxml-0.11.2.tar.bz2) = 354176 +SHA256 (libwbxml-0.11.4.tar.bz2) = 8057998042b8a724328346a50c326010ba011a40e18e2df7043e87498a679c28 +SIZE (libwbxml-0.11.4.tar.bz2) = 354388 diff --git a/textproc/wbxml2/files/patch-CMakeLists.txt b/textproc/wbxml2/files/patch-CMakeLists.txt index 0fc2d7efd3bf..4b165bb2147a 100644 --- a/textproc/wbxml2/files/patch-CMakeLists.txt +++ b/textproc/wbxml2/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2012-07-20 12:29:52 UTC +--- CMakeLists.txt.orig 2015-04-08 16:34:34 UTC +++ CMakeLists.txt @@ -44,7 +44,7 @@ SET( CMAKE_MODULE_PATH "${CMAKE_SOURCE_D @@ -16,5 +16,5 @@ -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 ) + ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/ChangeLog ) diff --git a/textproc/wbxml2/files/patch-src__CMakeLists.txt b/textproc/wbxml2/files/patch-src__CMakeLists.txt index 717093aa0c1a..28e0ad2cda5d 100644 --- a/textproc/wbxml2/files/patch-src__CMakeLists.txt +++ b/textproc/wbxml2/files/patch-src__CMakeLists.txt @@ -1,6 +1,6 @@ ---- ./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 @@ +--- src/CMakeLists.txt.orig 2014-08-11 16:01:40 UTC ++++ src/CMakeLists.txt +@@ -24,7 +24,7 @@ ADD_LIBRARY( wbxml2 SHARED ${libwbxml_LI SET_TARGET_PROPERTIES( wbxml2 PROPERTIES SOVERSION ${LIBWBXML_LIBVERSION_SOVERSION} ) SET_TARGET_PROPERTIES( wbxml2 PROPERTIES VERSION ${LIBWBXML_LIBVERSION_VERSION} ) diff --git a/textproc/wbxml2/pkg-plist b/textproc/wbxml2/pkg-plist index a4e9bd90f8f1..4cd54182842c 100644 --- a/textproc/wbxml2/pkg-plist +++ b/textproc/wbxml2/pkg-plist @@ -7,13 +7,11 @@ include/libwbxml-1.0/wbxml/wbxml_defines.h include/libwbxml-1.0/wbxml/wbxml_errors.h lib/libwbxml2.so lib/libwbxml2.so.1 -lib/libwbxml2.so.1.0.4 +lib/libwbxml2.so.1.0.5 libdata/pkgconfig/libwbxml2.pc share/cmake/Modules/FindLibWbxml2.cmake -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/References %%PORTDOCS%%%%DOCSDIR%%/THANKS |