git: 626672f2bbe2 - main - archivers/R-cran-brotli: Update to 1.3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 12:42:39 UTC
The branch main has been updated by uzsolt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=626672f2bbe242770a9e9e4525109a92ed907ef8
commit 626672f2bbe242770a9e9e4525109a92ed907ef8
Author: Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-03-19 12:41:57 +0000
Commit: Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-03-19 12:41:57 +0000
archivers/R-cran-brotli: Update to 1.3.2
The package doesn't install anything into R_MOD_DIR/bin, remove strip
from post-install stage and add remove empty directory in post-stage
phase.
Changelog: https://cran.r-project.org/web/packages/brotli/NEWS
---
archivers/R-cran-brotli/Makefile | 6 +++---
archivers/R-cran-brotli/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/archivers/R-cran-brotli/Makefile b/archivers/R-cran-brotli/Makefile
index bad0673ac2fd..ec029e76b33d 100644
--- a/archivers/R-cran-brotli/Makefile
+++ b/archivers/R-cran-brotli/Makefile
@@ -1,5 +1,5 @@
PORTNAME= brotli
-DISTVERSION= 1.3.1
+DISTVERSION= 1.3.2
CATEGORIES= archivers
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -19,7 +19,7 @@ TEST_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
USES= cran:auto-plist,compiles
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/brotli/bin/bro
+post-stage:
+ ${RMDIR} ${STAGEDIR}${PREFIX}/${R_MOD_DIR}/bin
.include <bsd.port.mk>
diff --git a/archivers/R-cran-brotli/distinfo b/archivers/R-cran-brotli/distinfo
index 1f269422b13a..20cf62fab913 100644
--- a/archivers/R-cran-brotli/distinfo
+++ b/archivers/R-cran-brotli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737746476
-SHA256 (brotli_1.3.1.tar.gz) = 8776c3fce9fdd72ead4ea166135d699b0f348eb44c0c30895f515a2f0e711946
-SIZE (brotli_1.3.1.tar.gz) = 1055599
+TIMESTAMP = 1742366201
+SHA256 (brotli_1.3.2.tar.gz) = 444dad2a9a3cdba03d2ee1dc572a412bf73563e9f3147e277e7cf6f9e4400b93
+SIZE (brotli_1.3.2.tar.gz) = 965396