pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/erlang-fast_tls erlang-fast_tls: Update to 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63fdb0283039
branches:  trunk
changeset: 452996:63fdb0283039
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri May 21 07:49:52 2021 +0000

description:
erlang-fast_tls: Update to 1.1.12

pkgsrc changes:
---------------
  o Add a patch to localize the path of rebar by defining the REBAR
    variable in MAKE_ENV.

upstream changes:
-----------------
Version 1.1.12
  o Updating p1_utils to version 1.0.22.

Version 1.1.11
  o Add missing applicaitons in fast_tls.app

diffstat:

 security/erlang-fast_tls/Makefile               |   8 +++++---
 security/erlang-fast_tls/distinfo               |  11 ++++++-----
 security/erlang-fast_tls/patches/patch-Makefile |  24 ++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 8 deletions(-)

diffs (70 lines):

diff -r 026449ab910f -r 63fdb0283039 security/erlang-fast_tls/Makefile
--- a/security/erlang-fast_tls/Makefile Fri May 21 07:07:37 2021 +0000
+++ b/security/erlang-fast_tls/Makefile Fri May 21 07:49:52 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/01/15 23:44:15 triaxx Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/21 07:49:52 triaxx Exp $
 
-DISTNAME=      fast_tls-1.1.10
+DISTNAME=      fast_tls-1.1.12
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -11,10 +11,12 @@
 
 GITHUB_PROJECT=        fast_tls
 
-DEPENDS+=      erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-p1_utils>=1.0.22:../../misc/erlang-p1_utils
 
 GNU_CONFIGURE= yes
 
+MAKE_ENV+=     REBAR=${REBAR}
+
 .include "../../security/openssl/buildlink3.mk"
 .include "../../lang/erlang/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 026449ab910f -r 63fdb0283039 security/erlang-fast_tls/distinfo
--- a/security/erlang-fast_tls/distinfo Fri May 21 07:07:37 2021 +0000
+++ b/security/erlang-fast_tls/distinfo Fri May 21 07:49:52 2021 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.16 2021/01/15 23:44:15 triaxx Exp $
+$NetBSD: distinfo,v 1.17 2021/05/21 07:49:52 triaxx Exp $
 
-SHA1 (fast_tls-1.1.10.tar.gz) = 047e9d795784fe971212e14fe57057ceb94dd072
-RMD160 (fast_tls-1.1.10.tar.gz) = b3f4dd3c9d5fc605401cb3a8945d14cb0fad77dd
-SHA512 (fast_tls-1.1.10.tar.gz) = 3a87822449c3431b17f7d94daf994831bcbf143a5854fc90666b2506c9f8b83fda1506217aad0a0ddf53648e2fc9044bf1ef49bcc04e17cdf553bb7f1f48a486
-Size (fast_tls-1.1.10.tar.gz) = 80575 bytes
+SHA1 (fast_tls-1.1.12.tar.gz) = aa06bd5d0a03a4c8c003ed78be5ce17fc233b8fd
+RMD160 (fast_tls-1.1.12.tar.gz) = 4fd3690621b96689f5e5b4ff54af2d9ff506c4a5
+SHA512 (fast_tls-1.1.12.tar.gz) = 763666f05c8ebb504b39321c928e0c961cf399606e9e99def3dc6a8862cfb24abfa08542f7d1cb7fe1c5ea79003b6c9ab1c15d85baec266b4b5f586fbd0dd10d
+Size (fast_tls-1.1.12.tar.gz) = 80867 bytes
+SHA1 (patch-Makefile) = 457b6c35d446305cb1c472e88b4c3f6fced67d7b
diff -r 026449ab910f -r 63fdb0283039 security/erlang-fast_tls/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/erlang-fast_tls/patches/patch-Makefile   Fri May 21 07:49:52 2021 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-Makefile,v 1.1 2021/05/21 07:49:52 triaxx Exp $
+
+* Use pkgsrc dependencies.
+
+--- Makefile.orig      2021-03-24 17:50:20.000000000 +0000
++++ Makefile
+@@ -1,12 +1,14 @@
++REBAR ?= rebar
++
+ all: src
+ 
+ src:
+-      rebar get-deps compile
++      $(REBAR) get-deps compile
+ 
+ clean:
+-      rebar clean
++      $(REBAR) clean
+ 
+ test:
+-      rebar skip_deps=true eunit
++      $(REBAR) skip_deps=true eunit
+ 
+ .PHONY: clean src



Home | Main Index | Thread Index | Old Index