pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/erlang-stringprep Update textproc/erlang-stri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fc3c51b4e3a
branches:  trunk
changeset: 356681:1fc3c51b4e3a
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jan 03 18:21:25 2017 +0000

description:
Update textproc/erlang-stringprep to 1.0.7.

- Use p1_utils 1.0.6
- Fix tests
- Make sure stringprep isn't compiled to native code

diffstat:

 textproc/erlang-stringprep/Makefile                   |   6 +++---
 textproc/erlang-stringprep/distinfo                   |  12 ++++++------
 textproc/erlang-stringprep/patches/patch-rebar.config |   4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r da0b84d81a73 -r 1fc3c51b4e3a textproc/erlang-stringprep/Makefile
--- a/textproc/erlang-stringprep/Makefile       Tue Jan 03 18:19:26 2017 +0000
+++ b/textproc/erlang-stringprep/Makefile       Tue Jan 03 18:21:25 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/08/12 09:44:20 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/03 18:21:25 fhajny Exp $
 
-DISTNAME=      stringprep-1.0.6
+DISTNAME=      stringprep-1.0.7
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -11,7 +11,7 @@
 
 GITHUB_PROJECT=        stringprep
 
-DEPENDS+=      erlang-p1_utils>=1.0.5:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-p1_utils>=1.0.6:../../misc/erlang-p1_utils
 
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
diff -r da0b84d81a73 -r 1fc3c51b4e3a textproc/erlang-stringprep/distinfo
--- a/textproc/erlang-stringprep/distinfo       Tue Jan 03 18:19:26 2017 +0000
+++ b/textproc/erlang-stringprep/distinfo       Tue Jan 03 18:21:25 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/08/12 09:44:20 fhajny Exp $
+$NetBSD: distinfo,v 1.4 2017/01/03 18:21:25 fhajny Exp $
 
-SHA1 (stringprep-1.0.6.tar.gz) = da2886bf460235c7c19dc14d88ea7851eea2dce1
-RMD160 (stringprep-1.0.6.tar.gz) = 2ab987955f3ea6ca2d3f3cfa52a64ce7d2813400
-SHA512 (stringprep-1.0.6.tar.gz) = 930399b8a33f6f4aac9db12f0cc46197e94b6964eca6b913bea6ad331b8c2dcfb521331245858b4480f0c9bf472f7cfa98101349c4b2624c10718410d49cd040
-Size (stringprep-1.0.6.tar.gz) = 95340 bytes
-SHA1 (patch-rebar.config) = 1e112d778b527902278914f815882910c2608157
+SHA1 (stringprep-1.0.7.tar.gz) = ea7ffc66e917187054ecd2fbc3d5e9083fd21c49
+RMD160 (stringprep-1.0.7.tar.gz) = b72bda35d8bec52986e9a1eb1dedd0ed1bd113e9
+SHA512 (stringprep-1.0.7.tar.gz) = 07b9268951dd7071f652ed034404def67895846dbacc226b4d3a43306f48106d2393c4f879ae6d8bc89e16ee181b83efaf8cc9cefde74a4ada87ed9eab85747b
+Size (stringprep-1.0.7.tar.gz) = 95491 bytes
+SHA1 (patch-rebar.config) = 0427f2c4fdc7bda71dc3da575a8a213487cc1617
diff -r da0b84d81a73 -r 1fc3c51b4e3a textproc/erlang-stringprep/patches/patch-rebar.config
--- a/textproc/erlang-stringprep/patches/patch-rebar.config     Tue Jan 03 18:19:26 2017 +0000
+++ b/textproc/erlang-stringprep/patches/patch-rebar.config     Tue Jan 03 18:21:25 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-rebar.config,v 1.2 2016/08/12 09:44:20 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.3 2017/01/03 18:21:25 fhajny Exp $
 
 Deps are handled by pkgsrc.
 
@@ -8,7 +8,7 @@
  
  {erl_opts, [debug_info]}.
  
--{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils";, {tag, "1.0.5"}}}]}.
+-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils";, {tag, "1.0.6"}}}]}.
 -
  {port_env, [
      {"CXXFLAGS", "-O3 -Wall"},



Home | Main Index | Thread Index | Old Index