Date: Thu, 30 Sep 2021 22:08:01 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0f760f73cdc6 - main - textproc/erlang-p1_utils: update to 1.0.23 Message-ID: <202109302208.18UM81oI096456@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f760f73cdc6b0d319a1f63aa9f5b57736e6e19a commit 0f760f73cdc6b0d319a1f63aa9f5b57736e6e19a Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2021-09-29 21:16:49 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2021-09-30 22:03:14 +0000 textproc/erlang-p1_utils: update to 1.0.23 - support OTP24 --- textproc/erlang-p1_utils/Makefile | 2 +- textproc/erlang-p1_utils/distinfo | 6 +++--- textproc/erlang-p1_utils/pkg-plist | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/textproc/erlang-p1_utils/Makefile b/textproc/erlang-p1_utils/Makefile index 6d4444e49bd4..ca99c295353a 100644 --- a/textproc/erlang-p1_utils/Makefile +++ b/textproc/erlang-p1_utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= p1_utils -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.23 CATEGORIES= textproc PKGNAMEPREFIX= erlang- diff --git a/textproc/erlang-p1_utils/distinfo b/textproc/erlang-p1_utils/distinfo index fa1d2ae9e370..66195ba47dd0 100644 --- a/textproc/erlang-p1_utils/distinfo +++ b/textproc/erlang-p1_utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530370298 -SHA256 (processone-p1_utils-1.0.12_GH0.tar.gz) = ecb29acbbf61686eb91f63a9e37b0a5c9cdd9e55bd8eb42edb632815dbdbf0c0 -SIZE (processone-p1_utils-1.0.12_GH0.tar.gz) = 55067 +TIMESTAMP = 1632899638 +SHA256 (processone-p1_utils-1.0.23_GH0.tar.gz) = 05f29bc55a51840c84f4055b89d4cc312078badc5571a5962f15348fa5d87015 +SIZE (processone-p1_utils-1.0.23_GH0.tar.gz) = 65338 diff --git a/textproc/erlang-p1_utils/pkg-plist b/textproc/erlang-p1_utils/pkg-plist index b0701f7df4ad..3d55d8f18979 100644 --- a/textproc/erlang-p1_utils/pkg-plist +++ b/textproc/erlang-p1_utils/pkg-plist @@ -4,8 +4,11 @@ lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_fsm.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_http.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_nif_utils.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_options.beam +lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_prof.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_queue.beam +lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_rand.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_server.beam +lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_shaper.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_time_compat.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_utils.app lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_utils.beam @@ -18,8 +21,11 @@ lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_fsm.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_http.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_nif_utils.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_options.erl +lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_prof.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_queue.erl +lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_rand.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_server.erl +lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_shaper.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_time_compat.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_utils.app.src lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_utils.erl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109302208.18UM81oI096456>