pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/erlang-cache_tab



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Jan 15 23:38:27 UTC 2021

Modified Files:
        pkgsrc/devel/erlang-cache_tab: Makefile distinfo

Log Message:
erlang-cache_tab: Update to 1.0.26

upstream changes:
-----------------
Version 1.0.26
  * Updating p1_utils to version 1.0.21.
  * Update travis config

Version 1.0.25
  * Updating p1_utils to version 1.0.20.

Version 1.0.24
  * Fix compilation with Erlang/OTP 23.0

Version 1.0.23
  * Updating p1_utils to version 1.0.19.
  * Fix compatibility issues with Erlang 23

Version 1.0.22
  * Updating p1_utils to version 1.0.18.
  * Mark p1_utils app as dpendency in .app file
  * Remove usage of statics in c code, which allows for live upgrade of nif component

Version 1.0.21
  * Updating p1_utils to version 1.0.17.

Version 1.0.20
  * Updating p1_utils to version 1.0.16.
  * Make it possible to set type of the ets_cache
  * Add cache support for grow-only counters
  * Export ets_cache:tag() type

Version 1.0.19
  * Updating p1_utils to version 1.0.15.
  * Expand ets_cache API

Version 1.0.18
  * Updating p1_utils to version 1.0.14.
  * Add contribution guide

Version 1.0.17
  * Add ets_cache:insert/3,4 functions

Version 1.0.16
  * Updating p1_utils to version 1.0.13.

Version 1.0.15
  * Updating p1_utils to version 6ff85e8.
  * Don't compile ets_cache to native code
  * Use rand:unifor instead of crypto module


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/erlang-cache_tab/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/erlang-cache_tab/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/erlang-cache_tab/Makefile
diff -u pkgsrc/devel/erlang-cache_tab/Makefile:1.12 pkgsrc/devel/erlang-cache_tab/Makefile:1.13
--- pkgsrc/devel/erlang-cache_tab/Makefile:1.12 Fri Jul 20 08:59:50 2018
+++ pkgsrc/devel/erlang-cache_tab/Makefile      Fri Jan 15 23:38:27 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/07/20 08:59:50 fhajny Exp $
+# $NetBSD: Makefile,v 1.13 2021/01/15 23:38:27 triaxx Exp $
 
-DISTNAME=      cache_tab-1.0.14
+DISTNAME=      cache_tab-1.0.26
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -9,7 +9,7 @@ HOMEPAGE=       https://github.com/processone/
 COMMENT=       In-memory cache Erlang libraries
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
 
 GITHUB_PROJECT=        cache_tab
 

Index: pkgsrc/devel/erlang-cache_tab/distinfo
diff -u pkgsrc/devel/erlang-cache_tab/distinfo:1.11 pkgsrc/devel/erlang-cache_tab/distinfo:1.12
--- pkgsrc/devel/erlang-cache_tab/distinfo:1.11 Fri Jul 20 08:59:50 2018
+++ pkgsrc/devel/erlang-cache_tab/distinfo      Fri Jan 15 23:38:27 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/07/20 08:59:50 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2021/01/15 23:38:27 triaxx Exp $
 
-SHA1 (cache_tab-1.0.14.tar.gz) = 4452c85bf46c3a079476e03bbcbe4aba3983203f
-RMD160 (cache_tab-1.0.14.tar.gz) = 4be65f9c627846f85618f5083ea03fe4d23ec94b
-SHA512 (cache_tab-1.0.14.tar.gz) = d202d00fc6fed7b31b0c07089c5e96ce7cb92631fe1869076e66ecb7f06b09d98d952204cca0f9840e9fab1410edf8f50162db149864c76665c3b1b4b0b3c403
-Size (cache_tab-1.0.14.tar.gz) = 18680 bytes
+SHA1 (cache_tab-1.0.26.tar.gz) = 16ef8bd68b41808009c8b649ced24dcccce384eb
+RMD160 (cache_tab-1.0.26.tar.gz) = facf9ab6d3ff2bb65dd9ade9b4af3c5f6e48f325
+SHA512 (cache_tab-1.0.26.tar.gz) = d9412484ac4070b67a4808eb30dfb73bee7916f98264df8f6efd0012f594cddc6537de35668b1b6fd8b0f2f2812f7db5c3a44d3171aa451dfa433a8d231e09db
+Size (cache_tab-1.0.26.tar.gz) = 23511 bytes



Home | Main Index | Thread Index | Old Index