From owner-svn-ports-head@freebsd.org Sat Apr 23 13:30:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B9CBB1263B; Sat, 23 Apr 2016 13:30:35 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6298B11A9; Sat, 23 Apr 2016 13:30:35 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3NDUYAT078433; Sat, 23 Apr 2016 13:30:34 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3NDUYTE078428; Sat, 23 Apr 2016 13:30:34 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201604231330.u3NDUYTE078428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 23 Apr 2016 13:30:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413872 - in head/textproc/wbxml2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2016 13:30:35 -0000 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