From owner-svn-ports-all@freebsd.org Wed Oct 25 18:31:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AAF9E5170B; Wed, 25 Oct 2017 18:31:16 +0000 (UTC) (envelope-from jkim@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 mx1.freebsd.org (Postfix) with ESMTPS id 62B9A7D788; Wed, 25 Oct 2017 18:31:16 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9PIVFYp097785; Wed, 25 Oct 2017 18:31:15 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9PIVFfa097781; Wed, 25 Oct 2017 18:31:15 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201710251831.v9PIVFfa097781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 25 Oct 2017 18:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452888 - head/textproc/libvisio01 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/textproc/libvisio01 X-SVN-Commit-Revision: 452888 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.23 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: Wed, 25 Oct 2017 18:31:16 -0000 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 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