pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-fastmap



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Oct 17 20:37:40 UTC 2024

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

Log Message:
(devel/R-fastmap) Updated 1.1.1. to 1.2. 0

fastmap 1.2.0
=============

* Changed `fastmap`'s `$has()` method to use C++ `contains()` method
  (which is new in hopscotch-map 2.3.0). (#30)

* Previously calling `$mset()` with empty input would result in an
  error; now it is a no-op. (#38)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-fastmap/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-fastmap/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-fastmap/Makefile
diff -u pkgsrc/devel/R-fastmap/Makefile:1.2 pkgsrc/devel/R-fastmap/Makefile:1.3
--- pkgsrc/devel/R-fastmap/Makefile:1.2 Sun Jun 11 10:05:19 2023
+++ pkgsrc/devel/R-fastmap/Makefile     Thu Oct 17 20:37:40 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/06/11 10:05:19 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/17 20:37:40 mef Exp $
 
 R_PKGNAME=     fastmap
-R_PKGVER=      1.1.1
+R_PKGVER=      1.2.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-fastmap/distinfo
diff -u pkgsrc/devel/R-fastmap/distinfo:1.4 pkgsrc/devel/R-fastmap/distinfo:1.5
--- pkgsrc/devel/R-fastmap/distinfo:1.4 Sun Jun 11 10:05:19 2023
+++ pkgsrc/devel/R-fastmap/distinfo     Thu Oct 17 20:37:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/06/11 10:05:19 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/10/17 20:37:40 mef Exp $
 
-BLAKE2s (R/fastmap_1.1.1.tar.gz) = 898b68f8506355f2b1f68ac206a9fd8686190009b0f32723ad3d27bb37891b08
-SHA512 (R/fastmap_1.1.1.tar.gz) = bdb9fca30a299c496b6e0bb4f05d67ed8d2743d46eeecb14de4ce8ac5623f9c4d9757a63025b97fe09c9289350933d61a7be7241b60f331088da66a33cf2b3db
-Size (R/fastmap_1.1.1.tar.gz) = 46412 bytes
+BLAKE2s (R/fastmap_1.2.0.tar.gz) = 6246ef6d08b95ff9e975913f05b2cac629887f3b6b9cfc84c690e0565ecab05a
+SHA512 (R/fastmap_1.2.0.tar.gz) = c8a01a20f383a350d1bc913d911634a52e7d539e35c9e570047e24eb476afaa829fb31f32819f4df61ba91cc779ca8d09c75452274e31dd4f4f80844661a74eb
+Size (R/fastmap_1.2.0.tar.gz) = 46710 bytes



Home | Main Index | Thread Index | Old Index