pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/erlang-stringprep



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat Oct 15 12:13:15 UTC 2022

Modified Files:
        pkgsrc/textproc/erlang-stringprep: Makefile distinfo

Log Message:
erlang-stringprep: Update to 1.0.29

upstream changes:
-----------------
Version 1.0.29
  o Make test more robust
Version 1.0.28
  o Updating p1_utils to version 1.0.25.
Version 1.0.27
  o Updating p1_utils to version 1.0.23.
  o Switch from using Travis to Github Actions as CI
Version 1.0.26
  o Add tolower_nofilter function
  o Don't throw errors if nif library is already loaded
Version 1.0.25
  o Updating p1_utils to version 1.0.22.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/erlang-stringprep/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/erlang-stringprep/distinfo

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

Modified files:

Index: pkgsrc/textproc/erlang-stringprep/Makefile
diff -u pkgsrc/textproc/erlang-stringprep/Makefile:1.11 pkgsrc/textproc/erlang-stringprep/Makefile:1.12
--- pkgsrc/textproc/erlang-stringprep/Makefile:1.11     Fri Jan 15 23:57:16 2021
+++ pkgsrc/textproc/erlang-stringprep/Makefile  Sat Oct 15 12:13:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/01/15 23:57:16 triaxx Exp $
+# $NetBSD: Makefile,v 1.12 2022/10/15 12:13:15 triaxx Exp $
 
-DISTNAME=      stringprep-1.0.24
+DISTNAME=      stringprep-1.0.29
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -11,7 +11,7 @@ LICENSE=      apache-2.0
 
 GITHUB_PROJECT=        stringprep
 
-DEPENDS+=      erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils
 
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++

Index: pkgsrc/textproc/erlang-stringprep/distinfo
diff -u pkgsrc/textproc/erlang-stringprep/distinfo:1.12 pkgsrc/textproc/erlang-stringprep/distinfo:1.13
--- pkgsrc/textproc/erlang-stringprep/distinfo:1.12     Tue Oct 26 11:21:53 2021
+++ pkgsrc/textproc/erlang-stringprep/distinfo  Sat Oct 15 12:13:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:21:53 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/10/15 12:13:15 triaxx Exp $
 
-BLAKE2s (stringprep-1.0.24.tar.gz) = 248e3469e59f45c5aa50d1b25a481a38c7948d3533587f9caa663d8b2749f680
-SHA512 (stringprep-1.0.24.tar.gz) = 072377081530a036bdd12b3bfee19a3eb5001aa8de45792107a34b86e78655a3ded0719a39de239ac269cc936d2a32f2510d6264b11a5a1be7c1924a9517125f
-Size (stringprep-1.0.24.tar.gz) = 99131 bytes
+BLAKE2s (stringprep-1.0.29.tar.gz) = 9b95a12304f81f29e7d9efb3a9205553b50fa7c893f927833d3ad92b5f865a67
+SHA512 (stringprep-1.0.29.tar.gz) = 53b24c166d9328efab8e01b3e7ee7df3d66d240a6ac95f5338d0237ae4e6db20a4f53b487d632cbe6ae46c5f2c62001f7afb77172b27840a824944e51e08ef56
+Size (stringprep-1.0.29.tar.gz) = 100076 bytes



Home | Main Index | Thread Index | Old Index