pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rebar3



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Mar 19 16:42:47 UTC 2021

Modified Files:
        pkgsrc/devel/rebar3: Makefile distinfo

Log Message:
rebar3: Update to 3.14.4

upstream changes:
-----------------

3.14.4

@github-actions github-actions released this 23 days ago

This is a point release containing various bug fixes, some performance enhancements, and adding support for OTP-24.

  o Common test: make group paths work for --group "[g1,g2],g3" option
  o Adapt to upcoming OTP 24 dialyzer output
  o Sanitize repo configuration in DEBUG output
  o Modify algorithm to decide compilation order between apps to resolve header dependencies
  o Use rebar_packages_cdn for fetching package resource
  o bump relx to 4.3.0
  o Compile nothing if there are no extra virtual apps (performance increase)
  o Print actural download repo in DEBUG output
  o bump cth readable to 1.5.0
  o Make sure dialyzer static analysis is performed at least once, in CI
  o Use "git rev-list --count" to count refs (performance increase)
  o OTP-24 Readiness
  o fix injection of cth_readable to allow for hook configuration
  o Fixed link to list of plugins.
  o rebar_compiler: fix DAG and speed-up analysis for large repositories
  o use newest certifi release


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/rebar3/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/rebar3/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/rebar3/Makefile
diff -u pkgsrc/devel/rebar3/Makefile:1.4 pkgsrc/devel/rebar3/Makefile:1.5
--- pkgsrc/devel/rebar3/Makefile:1.4    Sat Jan 16 00:06:09 2021
+++ pkgsrc/devel/rebar3/Makefile        Fri Mar 19 16:42:47 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/01/16 00:06:09 triaxx Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/19 16:42:47 triaxx Exp $
 
-DISTNAME=      rebar3-3.14.3
+DISTNAME=      rebar3-3.14.4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=erlang/}
 DIST_SUBDIR=   rebar3

Index: pkgsrc/devel/rebar3/distinfo
diff -u pkgsrc/devel/rebar3/distinfo:1.2 pkgsrc/devel/rebar3/distinfo:1.3
--- pkgsrc/devel/rebar3/distinfo:1.2    Sat Jan 16 00:06:09 2021
+++ pkgsrc/devel/rebar3/distinfo        Fri Mar 19 16:42:47 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2021/01/16 00:06:09 triaxx Exp $
+$NetBSD: distinfo,v 1.3 2021/03/19 16:42:47 triaxx Exp $
 
 SHA1 (rebar3/bbmustache-1.10.0.tar) = dff06bece13a862a554295fd438ebabba1aae4fc
 RMD160 (rebar3/bbmustache-1.10.0.tar) = 9dc28d54df5e485583f3726b716288f0ecb0fc04
@@ -36,10 +36,10 @@ SHA1 (rebar3/providers-1.8.1.tar) = 5c43
 RMD160 (rebar3/providers-1.8.1.tar) = 8f49cfd6484c02d02d051b78f9ab1b44fcb60f49
 SHA512 (rebar3/providers-1.8.1.tar) = b1db18264c98717849ed521f8eb1ef0f112ea5e602bcd529fd97996120640c7567097174180673ba166d4c408496ce63c351ce70a3f385ed1ae7d1e444e2587a
 Size (rebar3/providers-1.8.1.tar) = 14336 bytes
-SHA1 (rebar3/rebar3-3.14.3.tar.gz) = 3c7be95f678203eb8ee36602a739c8e2bb95a227
-RMD160 (rebar3/rebar3-3.14.3.tar.gz) = 1127bfe2772a04e1262ff1de8cec302a718655aa
-SHA512 (rebar3/rebar3-3.14.3.tar.gz) = e4324b2a1454b60c15c1160b44cdd58856e199fdb711ae018e0f141136b5946366336d5c7ce9fc5fbfb45dbfc9bf1c765a20de5e4f342f5a6ade9681d5192e12
-Size (rebar3/rebar3-3.14.3.tar.gz) = 426187 bytes
+SHA1 (rebar3/rebar3-3.14.4.tar.gz) = 80245df13a77985cd53fa5d23292434a285bb74b
+RMD160 (rebar3/rebar3-3.14.4.tar.gz) = 77705c265adac1cc8d675ce579171448fc11eef4
+SHA512 (rebar3/rebar3-3.14.4.tar.gz) = 8b46c9fee5bfde714f0ae1fa72c9faf5bf46cadcfa0bfe506344ab03505b0640941fd70e78fd07f23e955a2bcee465a4002e5fb34e6b9d49de01d49b140302a9
+Size (rebar3/rebar3-3.14.4.tar.gz) = 429167 bytes
 SHA1 (rebar3/relx-4.2.0.tar) = fe7e276d45b2d13f5920745817f0289d4f3c382a
 RMD160 (rebar3/relx-4.2.0.tar) = 421bcc8de8d4df8fcbdf8323ffdc89d0f744227a
 SHA512 (rebar3/relx-4.2.0.tar) = 9470e53e819601cc6de9fc2f7d910fe143e301ae3dff3dfb234816603590f304266cbc4d386504b763f6dac5ddd557ab30bed68a08a70dda951c0c66839d1582



Home | Main Index | Thread Index | Old Index