pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/erlang-esip



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat Jan 16 13:04:42 UTC 2021

Modified Files:
        pkgsrc/net/erlang-esip: Makefile distinfo
Removed Files:
        pkgsrc/net/erlang-esip/patches: patch-rebar.config

Log Message:
erlang-esip: Update to 1.0.39

upstream changes:
-----------------
Version 1.0.39
  * Updating fast_tls to version 1.1.10.
  * Updating stun to version 1.0.40.
  * Updating p1_utils to version 1.0.21.

Version 1.0.38
  * Updating stun to version 1.0.39.
  * Updating fast_tls to version 1.1.9.
  * Exclude old OTP releases from Travis
  * Fixes to support compilation with rebar3

Version 1.0.37
  * Updating stun to version 1.0.37.
  * Updating fast_tls to version 1.1.8.
  * Updating p1_utils to version 1.0.20.

Version 1.0.36
  * Updating stun to version 1.0.36.
  * Updating stun to version 1.0.36.

Version 1.0.35
  * Fix compilation with Erlang/OTP 23.0 and Travis
  * Updating stun to version 1.0.35.
  * Updating fast_tls to version 1.1.7.

Version 1.0.34
  * Updating stun to version 1.0.33.
  * Updating fast_tls to version 1.1.6.
  * Updating p1_utils to version 1.0.19.

Version 1.0.33
  * Updating fast_tls to version 1.1.5.
  * Updating stun to version 1.0.32.

Version 1.0.32
  * Updating stun to version 1.0.31.
  * Updating fast_tls to version 1.1.4.
  * Updating p1_utils to version 1.0.18.
  * Update copyright year

Version 1.0.31
  * Updating stun to version 1.0.30.
  * Updating fast_tls to version 1.1.3.
  * Updating p1_utils to version 1.0.17.

Version 1.0.30
  * Updating stun to version 1.0.29.
  * Updating fast_tls to version 1.1.2.
  * Updating p1_utils to version 1.0.16.
  * Export useful types

Version 1.0.29
  * Updating stun to version 1.0.28.
  * Updating fast_tls to version 1.1.1.
  * Updating p1_utils to version 1.0.15.

Version 1.0.28
  * Updating stun to version 1.0.27.
  * Updating fast_tls to version 1.1.0.
  * Updating p1_utils to version 1.0.14.
  * Add contribution guide
  * Disable gcov because there is no c part anymore

Version 1.0.27
  * Updating fast_tls to version 1.0.26.
  * Updating stun to version 1.0.26.

Version 1.0.26
  * Updating stun to version 1.0.25.
  * Updating fast_tls to version 1.0.25.
  * Updating p1_utils to version 1.0.13.

Version 1.0.25
  * Updating stun to version 1.0.24.
  * Updating fast_tls to version f36ea5b74526c2c1c9c38f8d473168d95804f59d.
  * Updating p1_utils to version 6ff85e8.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/erlang-esip/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/erlang-esip/distinfo
cvs rdiff -u -r1.6 -r0 pkgsrc/net/erlang-esip/patches/patch-rebar.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/erlang-esip/Makefile
diff -u pkgsrc/net/erlang-esip/Makefile:1.15 pkgsrc/net/erlang-esip/Makefile:1.16
--- pkgsrc/net/erlang-esip/Makefile:1.15        Fri Jul 20 09:23:49 2018
+++ pkgsrc/net/erlang-esip/Makefile     Sat Jan 16 13:04:42 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/07/20 09:23:49 fhajny Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/16 13:04:42 triaxx Exp $
 
-DISTNAME=      esip-1.0.24
+DISTNAME=      esip-1.0.39
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -9,19 +9,13 @@ HOMEPAGE=     https://github.com/processone/
 COMMENT=       ProcessOne SIP server component in Erlang
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-stun>=1.0.23:../../net/erlang-stun
-DEPENDS+=      erlang-fast_tls>=1.0.23:../../security/erlang-fast_tls
-DEPENDS+=      erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-stun>=1.0.40:../../net/erlang-stun
+DEPENDS+=      erlang-fast_tls>=1.1.10:../../security/erlang-fast_tls
+DEPENDS+=      erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
 
 GITHUB_PROJECT=        esip
 
 GNU_CONFIGURE= yes
 
-SUBST_CLASSES+=                path
-SUBST_STAGE.path=      pre-configure
-SUBST_FILES.path=      rebar.config
-SUBST_MESSAGE.path=    Fixing include path
-SUBST_VARS.path=       LOCALBASE
-
 .include "../../lang/erlang/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/erlang-esip/distinfo
diff -u pkgsrc/net/erlang-esip/distinfo:1.14 pkgsrc/net/erlang-esip/distinfo:1.15
--- pkgsrc/net/erlang-esip/distinfo:1.14        Fri Jul 20 09:23:49 2018
+++ pkgsrc/net/erlang-esip/distinfo     Sat Jan 16 13:04:42 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/07/20 09:23:49 fhajny Exp $
+$NetBSD: distinfo,v 1.15 2021/01/16 13:04:42 triaxx Exp $
 
-SHA1 (esip-1.0.24.tar.gz) = c7e9dfc61407685a8ec1511a29e7cc7a11a172c1
-RMD160 (esip-1.0.24.tar.gz) = 01a9e460a582e3513bc2d4c2d0ba2a941b1798b9
-SHA512 (esip-1.0.24.tar.gz) = 078e2c70df998023e86e92f5985f307d93a8d37201414458a465e86f66593e6127416ae73423ca285f4281aa7d2efaed7ced3b214ea7d67a861af76ebbcc0203
-Size (esip-1.0.24.tar.gz) = 85773 bytes
-SHA1 (patch-rebar.config) = 213ccfbcd8a03ce304e13f77cb8039638a933539
+SHA1 (esip-1.0.39.tar.gz) = 426c27483c5b785574808dd03432bae553c85c71
+RMD160 (esip-1.0.39.tar.gz) = 5a7fbfefc124295d86b0bd66e4d418c9e3469ac1
+SHA512 (esip-1.0.39.tar.gz) = 9db1989f22f8ae5e4919624f036a5127f621e720bb7de2357af70d22ac7d353478b5a738c854b39db88bd5baa9531b3849ca7ba600013ad3728fc4d2067f9ae5
+Size (esip-1.0.39.tar.gz) = 89844 bytes



Home | Main Index | Thread Index | Old Index