Skip to content

Commit

Permalink
(graphics/R-ragg) Updated 1.2.5 to 1.2.7
Browse files Browse the repository at this point in the history
# ragg 1.2.7

* Fix a stack imbalance bug

# ragg 1.2.6

* Fix symbol rendering bug on windows (#132)
* Add support for `dev.capabilities()` (#105)
* Prepare for Arm Windows
  • Loading branch information
mef committed Jan 21, 2024
1 parent 555adb2 commit 453d2de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions graphics/R-ragg/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# $NetBSD: Makefile,v 1.6 2023/11/12 13:21:50 wiz Exp $
# $NetBSD: Makefile,v 1.7 2024/01/21 08:44:24 mef Exp $

R_PKGNAME= ragg
R_PKGVER= 1.2.5
PKGREVISION= 2
R_PKGVER= 1.2.7
CATEGORIES= graphics

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Graphic Devices Based on AGG
LICENSE= mit # + file LICENSE

TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++

Expand Down
8 changes: 4 additions & 4 deletions graphics/R-ragg/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/02/19 02:26:03 mef Exp $
$NetBSD: distinfo,v 1.3 2024/01/21 08:44:24 mef Exp $

BLAKE2s (R/ragg_1.2.5.tar.gz) = 7c19d9e704d0a2c416d8ff22a9a644e990cc6de669ac3b4e435d72dcb90112cb
SHA512 (R/ragg_1.2.5.tar.gz) = 92fcd206c07a3fdcfdabcf2d1f46993ab3cb871c1530e020d9499e47a7d33d0e44c1ad0ced038902fa7f22eeb4ec93a1ee0394831b1df76658a25c23ed6e6cfa
Size (R/ragg_1.2.5.tar.gz) = 427859 bytes
BLAKE2s (R/ragg_1.2.7.tar.gz) = b7fabf0d404cf6aa9497e0336524b1222e41c06082bfdfbaf158bb503b943790
SHA512 (R/ragg_1.2.7.tar.gz) = 12f18979a4a59f1f2a28a3d8a004c48b90b6afe7acc158639acb308a8f8b4e5e8dcaff429bbdfdd02eccf41b6c058c2c6d13033c94d812098d03ac3cb555ccf8
Size (R/ragg_1.2.7.tar.gz) = 425500 bytes

0 comments on commit 453d2de

Please sign in to comment.