Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2017 18:31:15 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452888 - head/textproc/libvisio01
Message-ID:  <201710251831.v9PIVFfa097781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Oct 25 18:31:14 2017
New Revision: 452888
URL: https://svnweb.freebsd.org/changeset/ports/452888

Log:
  Update to 0.1.6.

Modified:
  head/textproc/libvisio01/Makefile
  head/textproc/libvisio01/distinfo
  head/textproc/libvisio01/pkg-descr
  head/textproc/libvisio01/pkg-plist

Modified: head/textproc/libvisio01/Makefile
==============================================================================
--- head/textproc/libvisio01/Makefile	Wed Oct 25 18:29:45 2017	(r452887)
+++ head/textproc/libvisio01/Makefile	Wed Oct 25 18:31:14 2017	(r452888)
@@ -1,18 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	libvisio
-PORTVERSION=	0.1.5
-PORTREVISION=	13
+PORTVERSION=	0.1.6
 CATEGORIES=	textproc devel
-MASTER_SITES=	http://dev-www.libreoffice.org/src/${PORTNAME}/
+MASTER_SITES=	LODEV
+MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMESUFFIX=	01
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Library and tools for parsing the visio file format structure
 
-LICENSE=	GPLv2+ LGPL21+ MPL11 MPL20
-LICENSE_COMB=	dual
-LICENSE_FILE_MPL20=	${WRKSRC}/COPYING.MPL
+LICENSE=	MPL20
+LICENSE_FILE=	${WRKSRC}/COPYING.MPL
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:devel/boost-libs
 LIB_DEPENDS=	libicui18n.so:devel/icu \
@@ -21,10 +20,11 @@ LIB_DEPENDS=	libicui18n.so:devel/icu \
 CONFIGURE_ARGS=	--disable-tests --disable-werror --without-docs
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
+USES=		compiler:c++11-lib gmake gperf libtool pathfix perl5 \
+		pkgconfig tar:xz
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 USE_GNOME=	libxml2
-USES=		compiler:c++0x gmake gperf libtool pathfix perl5 pkgconfig tar:xz
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/textproc/libvisio01/distinfo
==============================================================================
--- head/textproc/libvisio01/distinfo	Wed Oct 25 18:29:45 2017	(r452887)
+++ head/textproc/libvisio01/distinfo	Wed Oct 25 18:31:14 2017	(r452888)
@@ -1,2 +1,3 @@
-SHA256 (libvisio-0.1.5.tar.xz) = 430a067903660bb1b97daf4b045e408a1bb75ca45e615cf05fb1a4da65fc5a8c
-SIZE (libvisio-0.1.5.tar.xz) = 504196
+TIMESTAMP = 1508950147
+SHA256 (libvisio-0.1.6.tar.xz) = fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9
+SIZE (libvisio-0.1.6.tar.xz) = 676396

Modified: head/textproc/libvisio01/pkg-descr
==============================================================================
--- head/textproc/libvisio01/pkg-descr	Wed Oct 25 18:29:45 2017	(r452887)
+++ head/textproc/libvisio01/pkg-descr	Wed Oct 25 18:31:14 2017	(r452888)
@@ -1,3 +1,3 @@
 Library and tools for parsing the visio file format structure
 
-WWW: http://www.freedesktop.org/wiki/Software/libvisio
+WWW: https://wiki.documentfoundation.org/DLP/Libraries/libvisio

Modified: head/textproc/libvisio01/pkg-plist
==============================================================================
--- head/textproc/libvisio01/pkg-plist	Wed Oct 25 18:29:45 2017	(r452887)
+++ head/textproc/libvisio01/pkg-plist	Wed Oct 25 18:31:14 2017	(r452888)
@@ -8,5 +8,5 @@ include/libvisio-0.1/libvisio/VisioDocument.h
 include/libvisio-0.1/libvisio/libvisio.h
 lib/libvisio-0.1.so
 lib/libvisio-0.1.so.1
-lib/libvisio-0.1.so.1.0.5
+lib/libvisio-0.1.so.1.0.6
 libdata/pkgconfig/libvisio-0.1.pc



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