pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-cliapp



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Oct 18 12:04:37 UTC 2024

Modified Files:
        pkgsrc/devel/R-cliapp: Makefile distinfo

Log Message:
(devel/R-cliapp) Updated 0.1.1 to 0.1.2

# cliapp 0.1.2

No changes.

# 0.1.1

* cliapp is superseded, and we focus on the cli package now.

* Fix a potential error when text is outputted without an
  enclosing container.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-cliapp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-cliapp/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-cliapp/Makefile
diff -u pkgsrc/devel/R-cliapp/Makefile:1.5 pkgsrc/devel/R-cliapp/Makefile:1.6
--- pkgsrc/devel/R-cliapp/Makefile:1.5  Sun Dec 13 23:24:45 2020
+++ pkgsrc/devel/R-cliapp/Makefile      Fri Oct 18 12:04:37 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/12/13 23:24:45 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/18 12:04:37 mef Exp $
 
 R_PKGNAME=     cliapp
-R_PKGVER=      0.1.1
+R_PKGVER=      0.1.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -24,10 +24,10 @@ TEST_DEPENDS+=      R-rstudioapi-[0-9]*:../..
 
 USE_LANGUAGES= # none
 
-REPLACE_INTERPRETER+=   r
-REPLACE.r.old=          .*R
-REPLACE.r.new=          ${PREFIX}/bin/R
-REPLACE_FILES.r=        inst/scripts/news.R \
+REPLACE_INTERPRETER+=  r
+REPLACE.r.old=         .*R
+REPLACE.r.new=         ${PREFIX}/bin/R
+REPLACE_FILES.r=       inst/scripts/news.R \
                        inst/scripts/outdated.R \
                        inst/scripts/search.R \
                        inst/scripts/up.R

Index: pkgsrc/devel/R-cliapp/distinfo
diff -u pkgsrc/devel/R-cliapp/distinfo:1.4 pkgsrc/devel/R-cliapp/distinfo:1.5
--- pkgsrc/devel/R-cliapp/distinfo:1.4  Tue Oct 26 10:14:02 2021
+++ pkgsrc/devel/R-cliapp/distinfo      Fri Oct 18 12:04:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:02 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/10/18 12:04:37 mef Exp $
 
-BLAKE2s (R/cliapp_0.1.1.tar.gz) = bc33bc8625a5ccc383c932911d3adea7da6ceb1b959aa93fbea1db8c5a82aa94
-SHA512 (R/cliapp_0.1.1.tar.gz) = a3434b2fec2e221b36ce72e36f67733412cccf11f3c8a39b309566da5b53e897c10a5542e3b5aefbf02ad1d309c5b95c1ddc4365c3de3c0e52eed8a13c51c0aa
-Size (R/cliapp_0.1.1.tar.gz) = 111040 bytes
+BLAKE2s (R/cliapp_0.1.2.tar.gz) = 252a5e85462f56ef72e55df617b02f62bd24aa20184ebb30a7746cdb98db8091
+SHA512 (R/cliapp_0.1.2.tar.gz) = 3af0378d7d492224a2190958cac124ad76393aad806712b6807bdf73f4d037870ebe208bfc3e87a2f2aab527f0d8487271d15727fd5024fc26d54f2ceb087f79
+Size (R/cliapp_0.1.2.tar.gz) = 111235 bytes



Home | Main Index | Thread Index | Old Index