Date: Mon, 9 Sep 2013 18:20:05 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326836 - head/textproc/libvisio Message-ID: <201309091820.r89IK5hs020030@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309091820.r89IK5hs020030>