From owner-svn-ports-all@freebsd.org Sun Nov 29 17:42:38 2020 Return-Path: Delivered-To: svn-ports-all@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 29D454A8D24; Sun, 29 Nov 2020 17:42:38 +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 4CkbKn72mVz3CY7; Sun, 29 Nov 2020 17:42:37 +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 E370415801; Sun, 29 Nov 2020 17:42:37 +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 0ATHgbE2011937; Sun, 29 Nov 2020 17:42:37 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ATHgbHj011935; Sun, 29 Nov 2020 17:42:37 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202011291742.0ATHgbHj011935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 29 Nov 2020 17:42:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556592 - head/cad/libredwg X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/cad/libredwg X-SVN-Commit-Revision: 556592 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.34 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: Sun, 29 Nov 2020 17:42:38 -0000 Author: danfe Date: Sun Nov 29 17:42:37 2020 New Revision: 556592 URL: https://svnweb.freebsd.org/changeset/ports/556592 Log: Update to version 0.11.1, which brings ``out_dxf'' bugfixes mostly. 0.11 failed to produce dxf files which could be imported into AutoCAD. This bugfix release improves DXF importing from 10% to about 90%. Found out via: repology.org Modified: head/cad/libredwg/Makefile head/cad/libredwg/distinfo Modified: head/cad/libredwg/Makefile ============================================================================== --- head/cad/libredwg/Makefile Sun Nov 29 17:32:20 2020 (r556591) +++ head/cad/libredwg/Makefile Sun Nov 29 17:42:37 2020 (r556592) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libredwg -PORTVERSION= 0.11 +PORTVERSION= 0.11.1 CATEGORIES= cad devel MASTER_SITES= GNU @@ -15,6 +15,7 @@ USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-trace USE_LDCONFIG= yes +INSTALL_TARGET= install-strip TEST_TARGET= check INFO= LibreDWG Modified: head/cad/libredwg/distinfo ============================================================================== --- head/cad/libredwg/distinfo Sun Nov 29 17:32:20 2020 (r556591) +++ head/cad/libredwg/distinfo Sun Nov 29 17:42:37 2020 (r556592) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596795166 -SHA256 (libredwg-0.11.tar.xz) = c25bbab29e7814663a203c38df8cbcce850d0b003a7132cf3f849429468ca7ed -SIZE (libredwg-0.11.tar.xz) = 8265996 +TIMESTAMP = 1605603993 +SHA256 (libredwg-0.11.1.tar.xz) = b6dd03ff30c3fcfb5b82a00176bd184b58965d7198228f2cc5bf923a99f1a6f7 +SIZE (libredwg-0.11.1.tar.xz) = 8445476