Sun Feb 19 02:26:03 2023 UTC ()
(graphics/R-ragg) Updated 1.2.4 to 1.2.5

# ragg 1.2.5

* Fix a bug when rendering glyphs from a colour font that also provide greyscale
  glyphs (#105)
* Move `sprintf()` to `snprintf()` in the AGG source code to comply with Arm64
  deprecation
* Better guard against bad input (#116)


(mef)
diff -r1.3 -r1.4 pkgsrc/graphics/R-ragg/Makefile
diff -r1.1 -r1.2 pkgsrc/graphics/R-ragg/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/graphics/R-ragg/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/R-ragg/Makefile 2023/01/29 21:16:26 1.3
+++ pkgsrc/graphics/R-ragg/Makefile 2023/02/19 02:26:03 1.4
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2023/01/29 21:16:26 ryoon Exp $ 1# $NetBSD: Makefile,v 1.4 2023/02/19 02:26:03 mef Exp $
2 2
3R_PKGNAME= ragg 3R_PKGNAME= ragg
4R_PKGVER= 1.2.4 4R_PKGVER= 1.2.5
5PKGREVISION= 2 
6CATEGORIES= graphics 5CATEGORIES= graphics
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Graphic Devices Based on AGG 8COMMENT= Graphic Devices Based on AGG
10LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
11 10
12USE_TOOLS+= pkg-config 11USE_TOOLS+= pkg-config
13USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
14 13
15.include "../../math/R/Makefile.extension" 14.include "../../math/R/Makefile.extension"
16.include "../../graphics/freetype2/buildlink3.mk" 15.include "../../graphics/freetype2/buildlink3.mk"
17.include "../../graphics/png/buildlink3.mk" 16.include "../../graphics/png/buildlink3.mk"
18.include "../../graphics/tiff/buildlink3.mk" 17.include "../../graphics/tiff/buildlink3.mk"

cvs diff -r1.1 -r1.2 pkgsrc/graphics/R-ragg/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/R-ragg/distinfo 2022/12/17 15:00:52 1.1
+++ pkgsrc/graphics/R-ragg/distinfo 2023/02/19 02:26:03 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2022/12/17 15:00:52 mef Exp $ 1$NetBSD: distinfo,v 1.2 2023/02/19 02:26:03 mef Exp $
2 2
3BLAKE2s (R/ragg_1.2.4.tar.gz) = 8d0e10526d3688dc552681d70046d1f480eed65b2d827136f900497b8643fbc8 3BLAKE2s (R/ragg_1.2.5.tar.gz) = 7c19d9e704d0a2c416d8ff22a9a644e990cc6de669ac3b4e435d72dcb90112cb
4SHA512 (R/ragg_1.2.4.tar.gz) = 2500439abcf9fc0b01efacea1c5058fbc881154d0fe26aef0b5883fd532fa5e9d727dcee0460c06c9262412d3a4d17382ff87b8c020acf65347f334394b5d8c1 4SHA512 (R/ragg_1.2.5.tar.gz) = 92fcd206c07a3fdcfdabcf2d1f46993ab3cb871c1530e020d9499e47a7d33d0e44c1ad0ced038902fa7f22eeb4ec93a1ee0394831b1df76658a25c23ed6e6cfa
5Size (R/ragg_1.2.4.tar.gz) = 427579 bytes 5Size (R/ragg_1.2.5.tar.gz) = 427859 bytes