pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/R-countrycode (geography/R-countrycode) Upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/327211aa5644
branches:  trunk
changeset: 390988:327211aa5644
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jan 02 11:32:38 2023 +0000

description:
(geography/R-countrycode) Updated 1.3.1 to 1.4.0

# country code 1.4.0

* Detect French country names using regular expressions: `origin = "country.name.fr"` (Thanks to Samuel Meichtry)
* Detect Italian country names using regular expressions: `origin = "country.name.it"` (Thanks to Samuel Meichtry)

diffstat:

 geography/R-countrycode/Makefile |  6 ++++--
 geography/R-countrycode/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r dfd9990f1763 -r 327211aa5644 geography/R-countrycode/Makefile
--- a/geography/R-countrycode/Makefile  Mon Jan 02 09:18:57 2023 +0000
+++ b/geography/R-countrycode/Makefile  Mon Jan 02 11:32:38 2023 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/05/02 12:10:56 mef Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/02 11:32:38 mef Exp $
 
 R_PKGNAME=     countrycode
-R_PKGVER=      1.3.1
+R_PKGVER=      1.4.0
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +11,8 @@
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
 TEST_DEPENDS+= R-utf8-[0-9]*:../../textproc/R-utf8
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 
 USE_LANGUAGES= # none
 
diff -r dfd9990f1763 -r 327211aa5644 geography/R-countrycode/distinfo
--- a/geography/R-countrycode/distinfo  Mon Jan 02 09:18:57 2023 +0000
+++ b/geography/R-countrycode/distinfo  Mon Jan 02 11:32:38 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/05/02 12:10:56 mef Exp $
+$NetBSD: distinfo,v 1.9 2023/01/02 11:32:38 mef Exp $
 
-BLAKE2s (R/countrycode_1.3.1.tar.gz) = dc1629e215300d7f53d926fa9cef3f01d3b7a028c2bfd51ff109e2332f58abd1
-SHA512 (R/countrycode_1.3.1.tar.gz) = 996f562fda0671e1b0b8c4c758b88869bb5c814a0c6ac91ee7cdc974824e710bab8d42398ac94bf6631f9c72e2c9c2f5cda0cbae1649795244c8b4c77ed45801
-Size (R/countrycode_1.3.1.tar.gz) = 504729 bytes
+BLAKE2s (R/countrycode_1.4.0.tar.gz) = df8f94395632123b275fb463e61abf35f675a93f30068251c41b66a24b776c79
+SHA512 (R/countrycode_1.4.0.tar.gz) = d8c2d2c83e894404e15fb3176c2628eb1c95279fef409f8a5609c7c512761eb844fceb972053ece73e3230d907cea13d83e1e20006dc794ce0726cba1bd92545
+Size (R/countrycode_1.4.0.tar.gz) = 512655 bytes



Home | Main Index | Thread Index | Old Index