svn commit: r413872 - in head/textproc/wbxml2: . files
Florian Smeets
flo at FreeBSD.org
Sat Apr 23 13:30:35 UTC 2016
Author: flo
Date: Sat Apr 23 13:30:33 2016
New Revision: 413872
URL: https://svnweb.freebsd.org/changeset/ports/413872
Log:
- update to 0.11.4
- regenerate patches with makepatch
Sponsored by: Essen Linuxhotel Hackathon 2016
Modified:
head/textproc/wbxml2/Makefile
head/textproc/wbxml2/distinfo
head/textproc/wbxml2/files/patch-CMakeLists.txt
head/textproc/wbxml2/files/patch-src__CMakeLists.txt
head/textproc/wbxml2/pkg-plist
Modified: head/textproc/wbxml2/Makefile
==============================================================================
--- head/textproc/wbxml2/Makefile Sat Apr 23 13:16:05 2016 (r413871)
+++ head/textproc/wbxml2/Makefile Sat Apr 23 13:30:33 2016 (r413872)
@@ -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
Modified: head/textproc/wbxml2/distinfo
==============================================================================
--- head/textproc/wbxml2/distinfo Sat Apr 23 13:16:05 2016 (r413871)
+++ head/textproc/wbxml2/distinfo Sat Apr 23 13:30:33 2016 (r413872)
@@ -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
Modified: head/textproc/wbxml2/files/patch-CMakeLists.txt
==============================================================================
--- head/textproc/wbxml2/files/patch-CMakeLists.txt Sat Apr 23 13:16:05 2016 (r413871)
+++ head/textproc/wbxml2/files/patch-CMakeLists.txt Sat Apr 23 13:30:33 2016 (r413872)
@@ -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 )
Modified: head/textproc/wbxml2/files/patch-src__CMakeLists.txt
==============================================================================
--- head/textproc/wbxml2/files/patch-src__CMakeLists.txt Sat Apr 23 13:16:05 2016 (r413871)
+++ head/textproc/wbxml2/files/patch-src__CMakeLists.txt Sat Apr 23 13:30:33 2016 (r413872)
@@ -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} )
Modified: head/textproc/wbxml2/pkg-plist
==============================================================================
--- head/textproc/wbxml2/pkg-plist Sat Apr 23 13:16:05 2016 (r413871)
+++ head/textproc/wbxml2/pkg-plist Sat Apr 23 13:30:33 2016 (r413872)
@@ -7,13 +7,11 @@ include/libwbxml-1.0/wbxml/wbxml_defines
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
More information about the svn-ports-head
mailing list