pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/potrace



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.

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



Home | Main Index | Thread Index | Old Index