Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 19:58:15 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446045 - in head/textproc/wbxml2: . files
Message-ID:  <201707161958.v6GJwFbj030304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jul 16 19:58:15 2017
New Revision: 446045
URL: https://svnweb.freebsd.org/changeset/ports/446045

Log:
  textproc/wbxml2: update 0.11.4 -> 0.11.5
  
  PR:		220177
  Changes:	https://github.com/libwbxml/libwbxml/releases
  Submitted by:	Martin Waschbuesch <martin@waschbuesch.de>
  Approved by:	flo (maintainer timeout)

Modified:
  head/textproc/wbxml2/Makefile
  head/textproc/wbxml2/distinfo
  head/textproc/wbxml2/files/patch-src__CMakeLists.txt

Modified: head/textproc/wbxml2/Makefile
==============================================================================
--- head/textproc/wbxml2/Makefile	Sun Jul 16 19:46:25 2017	(r446044)
+++ head/textproc/wbxml2/Makefile	Sun Jul 16 19:58:15 2017	(r446045)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wbxml2
-PORTVERSION=	0.11.4
-PORTREVISION=	1
+PORTVERSION=	0.11.5
 CATEGORIES=	textproc devel
 MASTER_SITES=	SF/libwbxml/libwbxml/${PORTVERSION}
 DISTNAME=	libwbxml-${PORTVERSION}

Modified: head/textproc/wbxml2/distinfo
==============================================================================
--- head/textproc/wbxml2/distinfo	Sun Jul 16 19:46:25 2017	(r446044)
+++ head/textproc/wbxml2/distinfo	Sun Jul 16 19:58:15 2017	(r446045)
@@ -1,2 +1,3 @@
-SHA256 (libwbxml-0.11.4.tar.bz2) = 8057998042b8a724328346a50c326010ba011a40e18e2df7043e87498a679c28
-SIZE (libwbxml-0.11.4.tar.bz2) = 354388
+TIMESTAMP = 1498517632
+SHA256 (libwbxml-0.11.5.tar.bz2) = 5f8fabc0152d73b725e16211ccd74263c1c2f9f1dc36a2fd916a8deb4ee577e2
+SIZE (libwbxml-0.11.5.tar.bz2) = 359663

Modified: head/textproc/wbxml2/files/patch-src__CMakeLists.txt
==============================================================================
--- head/textproc/wbxml2/files/patch-src__CMakeLists.txt	Sun Jul 16 19:46:25 2017	(r446044)
+++ head/textproc/wbxml2/files/patch-src__CMakeLists.txt	Sun Jul 16 19:58:15 2017	(r446045)
@@ -1,11 +1,20 @@
---- src/CMakeLists.txt.orig	2014-08-11 16:01:40 UTC
-+++ src/CMakeLists.txt
-@@ -24,7 +24,7 @@ ADD_LIBRARY( wbxml2 SHARED ${libwbxml_LI
+--- src/CMakeLists.txt.orig	2017-02-12 14:08:00.000000000 +0100
++++ src/CMakeLists.txt	2017-06-27 01:06:36.975987000 +0200
+@@ -30,7 +30,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} )
+ 	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}
+ 	INSTALL( TARGETS wbxml2
+    	   RUNTIME DESTINATION ${LIBWBXML_BIN_DIR}
+@@ -44,7 +44,7 @@
+ 
+ 	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} )
+ 	SET_TARGET_PROPERTIES( wbxml2_static PROPERTIES OUTPUT_NAME wbxml2 )
+ 
+ 	INSTALL( TARGETS wbxml2_static



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707161958.v6GJwFbj030304>