pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-countrycode



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan  2 11:32:38 UTC 2023

Modified Files:
        pkgsrc/geography/R-countrycode: Makefile distinfo

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/geography/R-countrycode/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/R-countrycode/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/R-countrycode/Makefile
diff -u pkgsrc/geography/R-countrycode/Makefile:1.7 pkgsrc/geography/R-countrycode/Makefile:1.8
--- pkgsrc/geography/R-countrycode/Makefile:1.7 Mon May  2 12:10:56 2022
+++ pkgsrc/geography/R-countrycode/Makefile     Mon Jan  2 11:32:38 2023
@@ -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 @@ LICENSE=      gnu-gpl-v3
 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
 

Index: pkgsrc/geography/R-countrycode/distinfo
diff -u pkgsrc/geography/R-countrycode/distinfo:1.8 pkgsrc/geography/R-countrycode/distinfo:1.9
--- pkgsrc/geography/R-countrycode/distinfo:1.8 Mon May  2 12:10:56 2022
+++ pkgsrc/geography/R-countrycode/distinfo     Mon Jan  2 11:32:38 2023
@@ -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