pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-pak
Module Name: pkgsrc
Committed By: mef
Date: Fri Oct 18 22:45:42 UTC 2024
Modified Files:
pkgsrc/devel/R-pak: Makefile distinfo
Log Message:
(devel/R-pak) Updated 0.7.1 to 0.8.0
# pak 0.8.0
* `pkg_deps()` now accepts a vector of package names.
* The metadata cache now does not use source URLs for packages in `Archive`
on Posit Package Manager repositories. This URLs may serve a different
package, even a source package when the main URL for the same package
serves a binary package. The alternative URLs are not needed on PPM,
anyway, because PPM is in a consistent state w.r.t. metadata and
package files (#623).
* pak now supports `gitlab::` package sources better, by adding
explicit syntax to specify subdirectories (https://github.com/r-lib/pkgdepends/issues/353, @dgkf).
* `gitlab::` and `git::` package sources now support git submodules if
the `git-submodules` configuration option is set to `TRUE`. See
`?"pak-config"` (https://github.com/r-lib/pkgdepends/issues/354).
* The new `?ignore-unavailable` parameter makes it easy to ignore soft
dependencies that are unavailable (#606).
* pak now automatically ignores soft dependencies that have an
incompatible OS type (`OS_type` entry in `DESCRIPTION`) when installing
packages.
* `repo_add()` and the `ppm_*()` functions, e.g. `ppm_snapshots()`, now
work again after the PPM API changes
(https://github.com/r-lib/pkgcache/issues/110,
https://github.com/r-lib/pkgcache/issues/115).
# pak 0.7.2
* pak now supports using parameters for all packages with the
`*=?<param>` form. E.g. `*=?source` installs all packages from source.
* pak now supports R 4.4.0 again, and also Rtools44.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-pak/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-pak/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-pak/Makefile
diff -u pkgsrc/devel/R-pak/Makefile:1.9 pkgsrc/devel/R-pak/Makefile:1.10
--- pkgsrc/devel/R-pak/Makefile:1.9 Wed May 29 16:31:56 2024
+++ pkgsrc/devel/R-pak/Makefile Fri Oct 18 22:45:42 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/05/29 16:31:56 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/10/18 22:45:42 mef Exp $
R_PKGNAME= pak
-R_PKGVER= 0.7.1
-PKGREVISION= 2
+R_PKGVER= 0.8.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-pak/distinfo
diff -u pkgsrc/devel/R-pak/distinfo:1.8 pkgsrc/devel/R-pak/distinfo:1.9
--- pkgsrc/devel/R-pak/distinfo:1.8 Sun Jan 21 14:19:57 2024
+++ pkgsrc/devel/R-pak/distinfo Fri Oct 18 22:45:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/01/21 14:19:57 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/10/18 22:45:42 mef Exp $
-BLAKE2s (R/pak_0.7.1.tar.gz) = f9c515e9e83b3c98f730f786e0f0f65bf0e04b0b6ff397623ca4e36309be6cc4
-SHA512 (R/pak_0.7.1.tar.gz) = fc41fb17bd09ea1f3c7a691c52f07055cdabcd8198f20d2c3ce0780569b8e9c7c6770ecc6cbdbac1af72ac51ec5bc4232db6e0ec790efcfa94c3d9ceed739636
-Size (R/pak_0.7.1.tar.gz) = 2022732 bytes
+BLAKE2s (R/pak_0.8.0.tar.gz) = 349e6f1668b3baa42b2436b60306b9a609b03d85fc1e10241e6893cc218f6a8f
+SHA512 (R/pak_0.8.0.tar.gz) = 10deb879e63459dccad979ae3b0fb98f6408ef5fd0febe487279e6390da1ae035205894333b02426bdb7e42c1fee9d64b9b21ff46b5d89bfcfa43bc4eafd9be6
+Size (R/pak_0.8.0.tar.gz) = 2046894 bytes
Home |
Main Index |
Thread Index |
Old Index