From owner-svn-ports-all@freebsd.org Tue Mar 9 21:17:30 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 929C55714EA; Tue, 9 Mar 2021 21:17:30 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw7MZ3lCdz3HPs; Tue, 9 Mar 2021 21:17:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 736C22341B; Tue, 9 Mar 2021 21:17:30 +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 129LHUcG079560; Tue, 9 Mar 2021 21:17:30 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129LHTcb079555; Tue, 9 Mar 2021 21:17:29 GMT (envelope-from flo@FreeBSD.org) Message-Id: <202103092117.129LHTcb079555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Tue, 9 Mar 2021 21:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567962 - in head/textproc/wbxml2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: in head/textproc/wbxml2: . files X-SVN-Commit-Revision: 567962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 21:17:30 -0000 Author: flo Date: Tue Mar 9 21:17:29 2021 New Revision: 567962 URL: https://svnweb.freebsd.org/changeset/ports/567962 Log: Update to 0.11.7 PR: 251242 Submitted by: Martin Waschbüsch Modified: head/textproc/wbxml2/Makefile head/textproc/wbxml2/distinfo head/textproc/wbxml2/files/patch-src__CMakeLists.txt head/textproc/wbxml2/pkg-plist Modified: head/textproc/wbxml2/Makefile ============================================================================== --- head/textproc/wbxml2/Makefile Tue Mar 9 21:11:00 2021 (r567961) +++ head/textproc/wbxml2/Makefile Tue Mar 9 21:17:29 2021 (r567962) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= wbxml2 -PORTVERSION= 0.11.6 +PORTVERSION= 0.11.7 CATEGORIES= textproc devel -MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION} DISTNAME= libwbxml-${PORTVERSION} MAINTAINER= flo@FreeBSD.org @@ -17,7 +16,10 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 USES= cmake iconv tar:bzip2 USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= libwbxml +GH_PROJECT= libwbxml +GH_TAGNAME= libwbxml-${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/libwbxml Modified: head/textproc/wbxml2/distinfo ============================================================================== --- head/textproc/wbxml2/distinfo Tue Mar 9 21:11:00 2021 (r567961) +++ head/textproc/wbxml2/distinfo Tue Mar 9 21:17:29 2021 (r567962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513447051 -SHA256 (libwbxml-0.11.6.tar.bz2) = 2f5ffe6f59986b34f9032bfbf013e32cabf426e654c160d208a99dc1b6284d29 -SIZE (libwbxml-0.11.6.tar.bz2) = 360001 +TIMESTAMP = 1605696198 +SHA256 (libwbxml-libwbxml-0.11.7-libwbxml-0.11.7_GH0.tar.gz) = 35e2cf033066edebc0d96543c0bdde87273359e4f4e59291299d41e103bd6338 +SIZE (libwbxml-libwbxml-0.11.7-libwbxml-0.11.7_GH0.tar.gz) = 427429 Modified: head/textproc/wbxml2/files/patch-src__CMakeLists.txt ============================================================================== --- head/textproc/wbxml2/files/patch-src__CMakeLists.txt Tue Mar 9 21:11:00 2021 (r567961) +++ head/textproc/wbxml2/files/patch-src__CMakeLists.txt Tue Mar 9 21:17:29 2021 (r567962) @@ -4,8 +4,8 @@ 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} ) +- TARGET_LINK_LIBRARIES( wbxml2 PRIVATE ${EXPAT_LIBRARIES} ) ++ TARGET_LINK_LIBRARIES( wbxml2 PRIVATE ${EXPAT_LIBRARIES} ${ICONV_LIBRARIES} ) INSTALL( TARGETS wbxml2 RUNTIME DESTINATION ${LIBWBXML_BIN_DIR} @@ -13,8 +13,8 @@ SET_TARGET_PROPERTIES( wbxml2_static PROPERTIES SOVERSION ${LIBWBXML_LIBVERSION_SOVERSION} ) SET_TARGET_PROPERTIES( wbxml2_static PROPERTIES VERSION ${LIBWBXML_LIBVERSION_VERSION} ) -- TARGET_LINK_LIBRARIES( wbxml2_static ${EXPAT_LIBRARIES} ) -+ TARGET_LINK_LIBRARIES( wbxml2_static ${EXPAT_LIBRARIES} ${ICONV_LIBRARIES} ) +- TARGET_LINK_LIBRARIES( wbxml2_static PRIVATE ${EXPAT_LIBRARIES} ) ++ TARGET_LINK_LIBRARIES( wbxml2_static PRIVATE ${EXPAT_LIBRARIES} ${ICONV_LIBRARIES} ) SET_TARGET_PROPERTIES( wbxml2_static PROPERTIES OUTPUT_NAME wbxml2 ) INSTALL( TARGETS wbxml2_static Modified: head/textproc/wbxml2/pkg-plist ============================================================================== --- head/textproc/wbxml2/pkg-plist Tue Mar 9 21:11:00 2021 (r567961) +++ head/textproc/wbxml2/pkg-plist Tue Mar 9 21:17:29 2021 (r567962) @@ -7,7 +7,7 @@ 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.6 +lib/libwbxml2.so.1.0.7 libdata/pkgconfig/libwbxml2.pc share/cmake/Modules/FindLibWbxml2.cmake %%PORTDOCS%%%%DOCSDIR%%/BUGS