Skip to content

Commit

Permalink
(graphics/R-farver) Updated 2.1.1 to 2.1.2, make test passed
Browse files Browse the repository at this point in the history
# farver 2.1.2

* make sure output channels are always named (#23)
* farver can now decode short version hex-code colours (#41)
* Fix a bug in colour comparison that affected hcl input (#44)
  • Loading branch information
mef committed Dec 6, 2024
1 parent 0f96227 commit f82f46c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions graphics/R-farver/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2023/06/11 10:57:10 mef Exp $
# $NetBSD: Makefile,v 1.4 2024/12/06 23:23:09 mef Exp $

R_PKGNAME= farver
R_PKGVER= 2.1.1
R_PKGVER= 2.1.2
CATEGORIES= graphics

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -11,6 +11,12 @@ LICENSE= mit
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

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

USE_LANGUAGES= c++

.include "../../math/R/Makefile.extension"
Expand Down
8 changes: 4 additions & 4 deletions graphics/R-farver/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2023/06/11 10:57:10 mef Exp $
$NetBSD: distinfo,v 1.6 2024/12/06 23:23:09 mef Exp $

BLAKE2s (R/farver_2.1.1.tar.gz) = 73a435e9932133f8a8874c383998cca28396ef01a46cbc2645fc9bee0752220f
SHA512 (R/farver_2.1.1.tar.gz) = c37ae8ff31ff71140b7e2d8e69a32453bc7cf2a9b422fb273c00929f537f205845876cdea89038859106b167e1cb11bd8fb8625e4a78c7dd342717a14d56b030
Size (R/farver_2.1.1.tar.gz) = 1274363 bytes
BLAKE2s (R/farver_2.1.2.tar.gz) = 29e6788b46d36f2e3d6fc60ae33130a29d74f86883c086bb7c5cac6944d73e55
SHA512 (R/farver_2.1.2.tar.gz) = 5225382b16eaea915669bc19b19a05a83b49e45ebcfc44c0d1c95bc9828a51ae0e2e49c2c029fe3e822560e92b64eb14cca1f455a23ced3aa30cd74839472070
Size (R/farver_2.1.2.tar.gz) = 1275981 bytes

0 comments on commit f82f46c

Please sign in to comment.