Received: by mail.netbsd.org (Postfix, from userid 605) id 175B784F5F; Fri, 1 Jul 2022 16:13:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 526C384CEF for ; Fri, 1 Jul 2022 16:13:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ntNxuvVQ1XC6 for ; Fri, 1 Jul 2022 16:13:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B57C284EFC for ; Fri, 1 Jul 2022 16:13:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D41F7FB1A; Fri, 1 Jul 2022 16:15:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656692147159960" MIME-Version: 1.0 Date: Fri, 1 Jul 2022 16:15:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/potrace To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220701161547.D41F7FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656692147159960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 1 16:15:47 UTC 2022 Modified Files: pkgsrc/graphics/potrace: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/potrace/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/potrace/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656692147159960 Content-Disposition: inline Content-Length: 1786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/potrace/Makefile diff -u pkgsrc/graphics/potrace/Makefile:1.16 pkgsrc/graphics/potrace/Makefile:1.17 --- pkgsrc/graphics/potrace/Makefile:1.16 Fri Mar 20 11:57:52 2020 +++ pkgsrc/graphics/potrace/Makefile Fri Jul 1 16:15:47 2022 @@ -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 @@ LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libpotrace +TEST_TARGET= check .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/potrace/distinfo diff -u pkgsrc/graphics/potrace/distinfo:1.15 pkgsrc/graphics/potrace/distinfo:1.16 --- pkgsrc/graphics/potrace/distinfo:1.15 Tue Oct 26 10:46:42 2021 +++ pkgsrc/graphics/potrace/distinfo Fri Jul 1 16:15:47 2022 @@ -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 --_----------=_1656692147159960--