pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/erlang-ezlib erlang-ezlib: Update to 1.0.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faeccdf4b128
branches:  trunk
changeset: 386766:faeccdf4b128
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Oct 14 19:06:00 2022 +0000

description:
erlang-ezlib: Update to 1.0.12

upstream changes:
-----------------
Version 1.0.12
  o Include new .c file in hex package
Version 1.0.11
  o Updating p1_utils to version 1.0.25.
  o Convert from driver to nif architecture
  o Add ability to configure compression setting
  o Tune default compression setting to use less memory
Version 1.0.10
  o Switch from using Travis to Github Actions as CI
  o Update .gitignore

diffstat:

 devel/erlang-ezlib/Makefile |  6 ++++--
 devel/erlang-ezlib/PLIST    |  4 ++--
 devel/erlang-ezlib/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 650017bc41c4 -r faeccdf4b128 devel/erlang-ezlib/Makefile
--- a/devel/erlang-ezlib/Makefile       Fri Oct 14 16:54:05 2022 +0000
+++ b/devel/erlang-ezlib/Makefile       Fri Oct 14 19:06:00 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/01/15 23:40:00 triaxx Exp $
+# $NetBSD: Makefile,v 1.8 2022/10/14 19:06:00 triaxx Exp $
 
-DISTNAME=      ezlib-1.0.9
+DISTNAME=      ezlib-1.0.12
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 GITHUB_PROJECT=        ezlib
@@ -10,6 +10,8 @@
 COMMENT=       Native zlib driver for Erlang / Elixir
 LICENSE=       apache-2.0
 
+DEPENDS+=      erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/erlang/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 650017bc41c4 -r faeccdf4b128 devel/erlang-ezlib/PLIST
--- a/devel/erlang-ezlib/PLIST  Fri Oct 14 16:54:05 2022 +0000
+++ b/devel/erlang-ezlib/PLIST  Fri Oct 14 19:06:00 2022 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:20:46 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/10/14 19:06:00 triaxx Exp $
 lib/erlang/lib/ezlib-${PKGVERSION}/ebin/ezlib.app
 lib/erlang/lib/ezlib-${PKGVERSION}/ebin/ezlib.beam
 lib/erlang/lib/ezlib-${PKGVERSION}/ebin/ezlib_app.beam
 lib/erlang/lib/ezlib-${PKGVERSION}/ebin/ezlib_sup.beam
-lib/erlang/lib/ezlib-${PKGVERSION}/priv/lib/ezlib_drv.so
+lib/erlang/lib/ezlib-${PKGVERSION}/priv/lib/ezlib.so
diff -r 650017bc41c4 -r faeccdf4b128 devel/erlang-ezlib/distinfo
--- a/devel/erlang-ezlib/distinfo       Fri Oct 14 16:54:05 2022 +0000
+++ b/devel/erlang-ezlib/distinfo       Fri Oct 14 19:06:00 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:14:36 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/10/14 19:06:00 triaxx Exp $
 
-BLAKE2s (ezlib-1.0.9.tar.gz) = dec930cd16fdb9d3322f6daa4d00588914014252d348743895af0226e93ef1b2
-SHA512 (ezlib-1.0.9.tar.gz) = b1358f4c86f0cdffce544c782e56b332378e991cebc945f0c6d75f25fdae5f011f154ec731c73eadb533087cc4a673c596523aa2300761f1033eb48af3f0e203
-Size (ezlib-1.0.9.tar.gz) = 49395 bytes
+BLAKE2s (ezlib-1.0.12.tar.gz) = a882c749c66b4903faf9d6d06df97614e8f2631460a397fe181758ca7c8a8687
+SHA512 (ezlib-1.0.12.tar.gz) = 950a76ef6714882909c8c03cb0c21f246fd04bb42b44496b8865a96da54544fad17b2e3f54ef0b744ae32a1b9930f32c5fbcd526833f3736e8e5087483e61233
+Size (ezlib-1.0.12.tar.gz) = 49803 bytes



Home | Main Index | Thread Index | Old Index