From owner-svn-ports-head@FreeBSD.ORG Mon Sep 9 18:20:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 84CA5FFB; Mon, 9 Sep 2013 18:20:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8AF22A85; Mon, 9 Sep 2013 18:20:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89IK5AF020034; Mon, 9 Sep 2013 18:20:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89IK5hs020030; Mon, 9 Sep 2013 18:20:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309091820.r89IK5hs020030@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Sep 2013 18:20:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326836 - head/textproc/libvisio 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.14 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: Mon, 09 Sep 2013 18:20:07 -0000 Author: sunpoet Date: Mon Sep 9 18:20:04 2013 New Revision: 326836 URL: http://svnweb.freebsd.org/changeset/ports/326836 Log: - Update to 0.0.31 - Convert to new LIB_DEPENDS format - Sort USES - Use single space after WWW: Changes: http://cgit.freedesktop.org/libreoffice/contrib/libvisio/log/ Modified: head/textproc/libvisio/Makefile head/textproc/libvisio/distinfo (contents, props changed) head/textproc/libvisio/pkg-descr (contents, props changed) Modified: head/textproc/libvisio/Makefile ============================================================================== --- head/textproc/libvisio/Makefile Mon Sep 9 18:20:00 2013 (r326835) +++ head/textproc/libvisio/Makefile Mon Sep 9 18:20:04 2013 (r326836) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libvisio -PORTVERSION= 0.0.30 +PORTVERSION= 0.0.31 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/ @@ -12,9 +12,9 @@ LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd \ - wpg-0.2:${PORTSDIR}/graphics/libwpg \ - icui18n:${PORTSDIR}/devel/icu +LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ + libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \ + libwpg-0.2.so:${PORTSDIR}/graphics/libwpg CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PERL5= build USE_XZ= yes -USES= gmake pathfix pkgconfig perl5 +USES= gmake pathfix perl5 pkgconfig .include Modified: head/textproc/libvisio/distinfo ============================================================================== --- head/textproc/libvisio/distinfo Mon Sep 9 18:20:00 2013 (r326835) +++ head/textproc/libvisio/distinfo Mon Sep 9 18:20:04 2013 (r326836) @@ -1,2 +1,2 @@ -SHA256 (libvisio-0.0.30.tar.xz) = e7be89fdef23483deea53a557fe023c9f6b59e0f7bb5ba4f42b5909c86cc11f9 -SIZE (libvisio-0.0.30.tar.xz) = 384508 +SHA256 (libvisio-0.0.31.tar.xz) = 6a8c5fdd3b4aaacba13d0ce86ed0abb8df9052f89b019e1dca436c2634e38ef5 +SIZE (libvisio-0.0.31.tar.xz) = 380632 Modified: head/textproc/libvisio/pkg-descr ============================================================================== --- head/textproc/libvisio/pkg-descr Mon Sep 9 18:20:00 2013 (r326835) +++ head/textproc/libvisio/pkg-descr Mon Sep 9 18:20:04 2013 (r326836) @@ -1,3 +1,3 @@ Library and tools for parsing the visio file format structure -WWW: http://www.freedesktop.org/wiki/Software/libvisio +WWW: http://www.freedesktop.org/wiki/Software/libvisio