Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 17:42:37 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556592 - head/cad/libredwg
Message-ID:  <202011291742.0ATHgbHj011935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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