pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/potrace potrace: updated to 1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e97e816a602
branches:  trunk
changeset: 381170:9e97e816a602
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 01 16:15:47 2022 +0000

description:
potrace: updated to 1.16

Release 1.16

This release consists of bugfixes and minor portability improvements.
A potential arithmetic overflow was fixed. Rotation angles are now
normalized to between -180 and 180. We now use binary file I/O on the
OS/2 platform. The test suite tolerances were adjusted. The
configuration option --enable-local-getopt was renamed as
--with-included-getopt. Some build system improvements. Thanks to
Henri Salo and Dave Yeo for reporting bugs and suggesting
improvements.

diffstat:

 graphics/potrace/Makefile |  5 +++--
 graphics/potrace/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r a95c0c639c1d -r 9e97e816a602 graphics/potrace/Makefile
--- a/graphics/potrace/Makefile Fri Jul 01 16:13:36 2022 +0000
+++ b/graphics/potrace/Makefile Fri Jul 01 16:15:47 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/03/20 11:57:52 nia Exp $
+# $NetBSD: Makefile,v 1.17 2022/07/01 16:15:47 adam Exp $
 
-DISTNAME=      potrace-1.15
+DISTNAME=      potrace-1.16
 CATEGORIES=    graphics
 MASTER_SITES=  http://potrace.sourceforge.net/download/
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=potrace/}
@@ -13,6 +13,7 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-libpotrace
+TEST_TARGET=           check
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a95c0c639c1d -r 9e97e816a602 graphics/potrace/distinfo
--- a/graphics/potrace/distinfo Fri Jul 01 16:13:36 2022 +0000
+++ b/graphics/potrace/distinfo Fri Jul 01 16:15:47 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:46:42 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/07/01 16:15:47 adam Exp $
 
-BLAKE2s (potrace-1.15.tar.gz) = eb25262feea25d952a07a384659b229e5beaabf780c22173e6a74a223747dc5f
-SHA512 (potrace-1.15.tar.gz) = c9a8edd4f3339da587b9b32e12c83c8f7b993c7c23f551fa267545d9411679bc024924e23596ed1c83985693fc894b65dfa9f860275de395d9e0a88da37a4f02
-Size (potrace-1.15.tar.gz) = 650840 bytes
+BLAKE2s (potrace-1.16.tar.gz) = 10920df7c9b7ad82e63d242e33aaf969a12b86cc2b601dd88079b3a546ad6533
+SHA512 (potrace-1.16.tar.gz) = 10d85ed3fada80951223c65e923b5e6ee3e76e071575971d5b09b996b477ec5ff2403e0337c44963c6b441cc3ba6c4f7009541124a25c16b7721fdebd1f774b9
+Size (potrace-1.16.tar.gz) = 657314 bytes



Home | Main Index | Thread Index | Old Index