From owner-svn-ports-head@freebsd.org Sat Aug 8 10:16:03 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E5EA83A6C16; Sat, 8 Aug 2020 10:16:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNymg5pshz4bqf; Sat, 8 Aug 2020 10:16:03 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A72242730A; Sat, 8 Aug 2020 10:16:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 078AG3SR098039; Sat, 8 Aug 2020 10:16:03 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 078AG37c098036; Sat, 8 Aug 2020 10:16:03 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202008081016.078AG37c098036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 8 Aug 2020 10:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544384 - head/cad/libredwg X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/cad/libredwg X-SVN-Commit-Revision: 544384 X-SVN-Commit-Repository: ports 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.33 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: Sat, 08 Aug 2020 10:16:04 -0000 Author: danfe Date: Sat Aug 8 10:16:02 2020 New Revision: 544384 URL: https://svnweb.freebsd.org/changeset/ports/544384 Log: Update to version 0.11. Reported by: portscout Modified: head/cad/libredwg/Makefile head/cad/libredwg/distinfo head/cad/libredwg/pkg-plist Modified: head/cad/libredwg/Makefile ============================================================================== --- head/cad/libredwg/Makefile Sat Aug 8 10:13:47 2020 (r544383) +++ head/cad/libredwg/Makefile Sat Aug 8 10:16:02 2020 (r544384) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libredwg -PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTVERSION= 0.11 CATEGORIES= cad devel MASTER_SITES= GNU Modified: head/cad/libredwg/distinfo ============================================================================== --- head/cad/libredwg/distinfo Sat Aug 8 10:13:47 2020 (r544383) +++ head/cad/libredwg/distinfo Sat Aug 8 10:16:02 2020 (r544384) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578907558 -SHA256 (libredwg-0.10.1.tar.xz) = 0fa603d5f836dfceb8ae4aac28d1e836c09dce3936ab98703bb2341126678ec3 -SIZE (libredwg-0.10.1.tar.xz) = 4763808 +TIMESTAMP = 1596795166 +SHA256 (libredwg-0.11.tar.xz) = c25bbab29e7814663a203c38df8cbcce850d0b003a7132cf3f849429468ca7ed +SIZE (libredwg-0.11.tar.xz) = 8265996 Modified: head/cad/libredwg/pkg-plist ============================================================================== --- head/cad/libredwg/pkg-plist Sat Aug 8 10:13:47 2020 (r544383) +++ head/cad/libredwg/pkg-plist Sat Aug 8 10:16:02 2020 (r544384) @@ -1,24 +1,29 @@ bin/dwg2SVG bin/dwg2dxf bin/dwgbmp +bin/dwgfilter bin/dwggrep bin/dwglayers bin/dwgread bin/dwgrewrite +bin/dwgwrite bin/dxf2dwg +bin/dxfwrite include/dwg.h include/dwg_api.h lib/libredwg.a lib/libredwg.so lib/libredwg.so.0 -lib/libredwg.so.0.0.10 +lib/libredwg.so.0.0.11 libdata/pkgconfig/libredwg.pc man/man1/dwg2SVG.1.gz man/man1/dwg2dxf.1.gz man/man1/dwgbmp.1.gz +man/man1/dwgfilter.1.gz man/man1/dwggrep.1.gz man/man1/dwglayers.1.gz man/man1/dwgread.1.gz man/man1/dwgrewrite.1.gz man/man1/dwgwrite.1.gz man/man1/dxf2dwg.1.gz +man/man1/dxfwrite.1.gz