Skip to content

Commit

Permalink
R-systemfonts: update to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Mar 15, 2024
1 parent 7f99ebf commit b76ac65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions R/R-systemfonts/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
PortSystem 1.0
PortGroup R 1.0

# Revert to GitHub once updated there.
R.setup cran r-lib systemfonts 1.0.5
R.setup github r-lib systemfonts 1.0.6 v
revision 0
categories-append sysutils
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
license MIT
description System Native Font Handling in R
long_description {*}${description}
homepage https://systemfonts.r-lib.org
checksums rmd160 dad7a5f66fc7302e93c54d0ce572dce7c1da7a4d \
sha256 840ffb1d8293739c79cbc868101d9f9a84f4a9de4c7b3625e30af2fb63e15823 \
size 80638
checksums rmd160 ea937f26a9e8057441fd446ed2b961f4ced191c5 \
sha256 e553a832be20f77e87d027d2a7bc11e70454546f00eb581d79472f8139ab4347 \
size 73794

depends_build-append \
port:pkgconfig
Expand Down
6 changes: 3 additions & 3 deletions R/R-systemfonts/files/patch-older-macos.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- configure.orig 2022-02-11 20:32:50.000000000 +0800
+++ configure 2022-12-04 22:38:23.000000000 +0800
--- configure 2024-03-07 16:41:51.000000000 +0800
+++ configure 2024-03-15 12:18:38.000000000 +0800
@@ -10,34 +10,11 @@
PKG_DEB_NAME="libfontconfig1-dev"
PKG_RPM_NAME="fontconfig-devel"
Expand Down Expand Up @@ -47,7 +47,7 @@
- PKG_CFLAGS="-I$BREWDIR/include -I$BREWDIR/include/freetype2"
- else
- curl -sfL "https://autobrew.github.io/scripts/freetype" > autobrew
- . autobrew
- . ./autobrew
- fi
fi

Expand Down

0 comments on commit b76ac65

Please sign in to comment.