From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 00:23:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE6506AB1D5; Mon, 27 Sep 2021 00:23:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHjzg5h2Bz3M8l; Mon, 27 Sep 2021 00:23:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3475270DD; Mon, 27 Sep 2021 00:23:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R0NhP7087833; Mon, 27 Sep 2021 00:23:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R0Nh4E087832; Mon, 27 Sep 2021 00:23:43 GMT (envelope-from git) Date: Mon, 27 Sep 2021 00:23:43 GMT Message-Id: <202109270023.18R0Nh4E087832@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: 98af9ea2882e - main - editors/neovim: Update to 0.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 98af9ea2882e5addf489a313d3a4f465d08df5a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 00:23:43 -0000 The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=98af9ea2882e5addf489a313d3a4f465d08df5a7 commit 98af9ea2882e5addf489a313d3a4f465d08df5a7 Author: Adam Weinberger AuthorDate: 2021-09-27 00:22:41 +0000 Commit: Adam Weinberger CommitDate: 2021-09-27 00:23:38 +0000 editors/neovim: Update to 0.5.1 BREAKING CHANGES: feat(lua)!: register_keystroke_callback => on_key feat(lsp)!: change handler signature #15504 FEATURES: feat(jobstart): add parameter to close stdin FIXES: backport: fix(windowing): positioning of relative floats backport: refactor(sign): include longer sign column option backport: fix(sign): reset auto sign column with minimum in float win minimal style backport: fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace build: use RelWithDebInfo build for nightlies, Release for releases build: update appdata.xml version in release commit test(treesitter): skip all parsers tests if parsers aren't installed Rename stdin to stdin_mode (fixes Windows build) FIXES (LSP): backport: fix(lsp): Ensure human readable errors are printed backport: fix(lsp): Ensure users get feedback on references/symbols errors or empty results backport: fix(lsp): prevent double for cached plaintext markup feat(lsp): allow root_dir to be nil (#15430) (Mathias Fußenegger) lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132) (sim) fix(lsp): check if buffer is valid in changetracking (#15505) (Jose Alvarez) fix(lsp): avoid ipairs on non-sequential tables (#15059) (Michael Lingelbach) feat(lsp): improve vim.lsp.util.apply_text_edits (#15561) (hrsh7th) feat(lsp): improve logging (#15636) (Michael Lingelbach) --- editors/neovim/Makefile | 2 +- editors/neovim/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index c23c0a1371ac..c35ba42e31ea 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -2,7 +2,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.5.1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org diff --git a/editors/neovim/distinfo b/editors/neovim/distinfo index f6c2c53f78f3..c6e2860e1b74 100644 --- a/editors/neovim/distinfo +++ b/editors/neovim/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1625243672 -SHA256 (neovim-neovim-v0.5.0_GH0.tar.gz) = 2294caa9d2011996499fbd70e4006e4ef55db75b99b6719154c09262e23764ef -SIZE (neovim-neovim-v0.5.0_GH0.tar.gz) = 10337976 +TIMESTAMP = 1632701733 +SHA256 (neovim-neovim-v0.5.1_GH0.tar.gz) = aa449795e5cc69bdd2eeed7095f20b9c086c6ecfcde0ab62ab97a9d04243ec84 +SIZE (neovim-neovim-v0.5.1_GH0.tar.gz) = 10349190 SHA256 (libmpack-libmpack-1.0.5_GH0.tar.gz) = 4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956 SIZE (libmpack-libmpack-1.0.5_GH0.tar.gz) = 32966 SHA256 (libmpack-libmpack-lua-1.0.7_GH0.tar.gz) = 2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 00:38:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6557E6AB8C5; Mon, 27 Sep 2021 00:38:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHkJw29dqz3N1X; Mon, 27 Sep 2021 00:38:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CE5126F63; Mon, 27 Sep 2021 00:38:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R0cd5M001798; Mon, 27 Sep 2021 00:38:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R0cd1e001797; Mon, 27 Sep 2021 00:38:39 GMT (envelope-from git) Date: Mon, 27 Sep 2021 00:38:39 GMT Message-Id: <202109270038.18R0cd1e001797@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: af779c4cf9d7 - main - devel/bear: Update to 3.0.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: af779c4cf9d7707a78017a8a54fca10bcd3e1ea5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 00:38:40 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=af779c4cf9d7707a78017a8a54fca10bcd3e1ea5 commit af779c4cf9d7707a78017a8a54fca10bcd3e1ea5 Author: Joseph Mingrone AuthorDate: 2021-09-27 00:33:08 +0000 Commit: Joseph Mingrone CommitDate: 2021-09-27 00:38:11 +0000 devel/bear: Update to 3.0.16 Remove the local patch for the $LIB dynamic library token that was only supported on GNU/Linux. Upstream has switched the multilib conditional to be for GNU/Linux only. https://github.com/rizsotto/Bear/releases/tag/3.0.16 --- devel/bear/Makefile | 2 +- devel/bear/distinfo | 6 +++--- devel/bear/files/patch-source_config.h.in | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/devel/bear/Makefile b/devel/bear/Makefile index 9f47a29c02fd..abf782b396a5 100644 --- a/devel/bear/Makefile +++ b/devel/bear/Makefile @@ -1,7 +1,7 @@ # Created by: Jov PORTNAME= bear -DISTVERSION= 3.0.15 +DISTVERSION= 3.0.16 CATEGORIES= devel MAINTAINER= jrm@FreeBSD.org diff --git a/devel/bear/distinfo b/devel/bear/distinfo index 75cc4e475a1a..43a0c07520ba 100644 --- a/devel/bear/distinfo +++ b/devel/bear/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631501724 -SHA256 (rizsotto-Bear-3.0.15_GH0.tar.gz) = a121ef68f58fdd0cc9fade11a98ae87c7d4d69cbf8d05b3c19624095d23b9a39 -SIZE (rizsotto-Bear-3.0.15_GH0.tar.gz) = 122875 +TIMESTAMP = 1632700204 +SHA256 (rizsotto-Bear-3.0.16_GH0.tar.gz) = 877ee5e89e8445f74df95f2f3896597f04b86a4e5d0dbbca07ac71027dcb362d +SIZE (rizsotto-Bear-3.0.16_GH0.tar.gz) = 122948 diff --git a/devel/bear/files/patch-source_config.h.in b/devel/bear/files/patch-source_config.h.in deleted file mode 100644 index 66bba3ec6b3f..000000000000 --- a/devel/bear/files/patch-source_config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- source/config.h.in.orig 2021-09-17 02:20:21 UTC -+++ source/config.h.in -@@ -132,7 +132,7 @@ namespace cmd { - // And use the `libexec.so` path default value with a single path, - // that matches both. (The match can be achieved by the $LIB token - // expansion from the dynamic loader. See `man ld.so` for more.) -- constexpr char DEFAULT_PATH[] = "@ROOT_INSTALL_PREFIX@/$LIB/bear/@CMAKE_SHARED_LIBRARY_PREFIX@exec@CMAKE_SHARED_LIBRARY_SUFFIX@"; -+ constexpr char DEFAULT_PATH[] = "@ROOT_INSTALL_PREFIX@/lib/bear/@CMAKE_SHARED_LIBRARY_PREFIX@exec@CMAKE_SHARED_LIBRARY_SUFFIX@"; - - constexpr char KEY_REPORTER[] = "INTERCEPT_REPORT_COMMAND"; - constexpr char KEY_DESTINATION[] = "INTERCEPT_REPORT_DESTINATION"; From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 01:19:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 848B96ABFA7; Mon, 27 Sep 2021 01:19:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHlCv3H2cz3QGs; Mon, 27 Sep 2021 01:19:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2096427C3B; Mon, 27 Sep 2021 01:19:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R1JNUj054916; Mon, 27 Sep 2021 01:19:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R1JNjk054915; Mon, 27 Sep 2021 01:19:23 GMT (envelope-from git) Date: Mon, 27 Sep 2021 01:19:23 GMT Message-Id: <202109270119.18R1JNjk054915@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ashish SHUKLA Subject: git: 8bad097376ce - main - www/cinny: Update to 1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ashish X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8bad097376ceebc2918b7a53ffbb18784b12cbdd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 01:19:23 -0000 The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bad097376ceebc2918b7a53ffbb18784b12cbdd commit 8bad097376ceebc2918b7a53ffbb18784b12cbdd Author: Ashish SHUKLA AuthorDate: 2021-09-27 01:17:49 +0000 Commit: Ashish SHUKLA CommitDate: 2021-09-27 01:19:01 +0000 www/cinny: Update to 1.3.1 --- www/cinny/Makefile | 2 +- www/cinny/distinfo | 6 +++--- www/cinny/pkg-plist | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/cinny/Makefile b/www/cinny/Makefile index b0f8625d2cfe..b1b281ae8259 100644 --- a/www/cinny/Makefile +++ b/www/cinny/Makefile @@ -1,6 +1,6 @@ PORTNAME= cinny DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 +DISTVERSION= 1.3.1 CATEGORIES= www MASTER_SITES= https://github.com/ajbura/${PORTNAME}/releases/download/${DISTVERSIONFULL}/ diff --git a/www/cinny/distinfo b/www/cinny/distinfo index 5539e33d0057..046ba175e295 100644 --- a/www/cinny/distinfo +++ b/www/cinny/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602714 -SHA256 (cinny-v1.3.0.tar.gz) = 3356a67c78b8082113104880add753824890a7fc87e2919f5f7f59af62357b73 -SIZE (cinny-v1.3.0.tar.gz) = 1329251 +TIMESTAMP = 1632704728 +SHA256 (cinny-v1.3.1.tar.gz) = 41622f5216d99d743fc79b0a87e6d8d41eac0bfeec662be6cea76efdf54a0ffe +SIZE (cinny-v1.3.1.tar.gz) = 1329669 diff --git a/www/cinny/pkg-plist b/www/cinny/pkg-plist index 7a66a822b274..baa0bf58eb15 100644 --- a/www/cinny/pkg-plist +++ b/www/cinny/pkg-plist @@ -95,8 +95,8 @@ %%WWWDIR%%/assets/vlc.12ce0b57b1b136a0150c3c5f147ef08f.svg %%WWWDIR%%/assets/volume-full.a74609ebaadf79cabc7fee7590f52793.svg %%WWWDIR%%/index.html -%%WWWDIR%%/main.78f99a1bdcc3e924f4db.bundle.js -%%WWWDIR%%/main.78f99a1bdcc3e924f4db.bundle.js.LICENSE.txt -%%WWWDIR%%/main.fecbc98ec491f07308d3.bundle.css +%%WWWDIR%%/main.7248ac2b9f91b6565264.bundle.css +%%WWWDIR%%/main.9cbf796839edc5773cac.bundle.js +%%WWWDIR%%/main.9cbf796839edc5773cac.bundle.js.LICENSE.txt %%WWWDIR%%/olm.wasm %%WWWDIR%%/polyfill.1b01f0f1fe35ab48e585.bundle.js From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 02:43:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9EA466AC940; Mon, 27 Sep 2021 02:43:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHn4W3SDrz3lrq; Mon, 27 Sep 2021 02:43:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5682F1244; Mon, 27 Sep 2021 02:43:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R2h7KY073767; Mon, 27 Sep 2021 02:43:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R2h7a0073766; Mon, 27 Sep 2021 02:43:07 GMT (envelope-from git) Date: Mon, 27 Sep 2021 02:43:07 GMT Message-Id: <202109270243.18R2h7a0073766@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: 777eda85db5e - main - math/qhull: Update to 7.3.2. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 777eda85db5e886883f3b6ba1dae61620cf18d67 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 02:43:07 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=777eda85db5e886883f3b6ba1dae61620cf18d67 commit 777eda85db5e886883f3b6ba1dae61620cf18d67 Author: Stephen Montgomery-Smith AuthorDate: 2021-09-27 02:42:41 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-09-27 02:42:41 +0000 math/qhull: Update to 7.3.2. --- math/qhull/Makefile | 2 +- math/qhull/distinfo | 6 +++--- math/qhull/pkg-plist | 10 +++++++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 41fd8df61d93..9963e8d34aed 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -2,7 +2,7 @@ PORTNAME= qhull DISTVERSIONPREFIX= v -DISTVERSION= 7.2.1 +DISTVERSION= 7.3.2 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/qhull/distinfo b/math/qhull/distinfo index 6eb1ccee979f..177095e4e0e3 100644 --- a/math/qhull/distinfo +++ b/math/qhull/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551483695 -SHA256 (qhull-qhull-v7.2.1_GH0.tar.gz) = 6fc251e0b75467e00943bfb7191e986fce0e1f8f6f0251f9c6ce5a843821ea78 -SIZE (qhull-qhull-v7.2.1_GH0.tar.gz) = 1047843 +TIMESTAMP = 1632709037 +SHA256 (qhull-qhull-v7.3.2_GH0.tar.gz) = 619c8a954880d545194bc03359404ef36a1abd2dde03678089459757fd790cb0 +SIZE (qhull-qhull-v7.3.2_GH0.tar.gz) = 1275679 diff --git a/math/qhull/pkg-plist b/math/qhull/pkg-plist index 834078d6a35a..28ef4cd0ad3f 100644 --- a/math/qhull/pkg-plist +++ b/math/qhull/pkg-plist @@ -51,15 +51,19 @@ include/libqhullcpp/RoadError.h include/libqhullcpp/RoadLogEvent.h include/libqhullcpp/RoadTest.h include/libqhullcpp/functionObjects.h +lib/cmake/Qhull/QhullConfig.cmake +lib/cmake/Qhull/QhullConfigVersion.cmake +lib/cmake/Qhull/QhullTargets-release.cmake +lib/cmake/Qhull/QhullTargets.cmake lib/libqhull.so lib/libqhull.so.7 -lib/libqhull.so.7.2.0 +lib/libqhull.so.7.3.2 lib/libqhull_p.so lib/libqhull_p.so.7 -lib/libqhull_p.so.7.2.0 +lib/libqhull_p.so.7.3.2 lib/libqhull_r.so lib/libqhull_r.so.7 -lib/libqhull_r.so.7.2.0 +lib/libqhull_r.so.7.3.2 lib/libqhullcpp.a lib/libqhullstatic.a lib/libqhullstatic_r.a From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 03:27:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF5276AD23D; Mon, 27 Sep 2021 03:27:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHp3r4BTnz3nVT; Mon, 27 Sep 2021 03:27:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 700A61A26; Mon, 27 Sep 2021 03:27:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R3RaBp028734; Mon, 27 Sep 2021 03:27:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R3RaHl028733; Mon, 27 Sep 2021 03:27:36 GMT (envelope-from git) Date: Mon, 27 Sep 2021 03:27:36 GMT Message-Id: <202109270327.18R3RaHl028733@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: bc6b762a2556 - main - devel/ocaml-res: massage the port in preparation for OCaml 4.06+ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bc6b762a2556e9283949156ce67a6b6bab5e5bee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 03:27:36 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc6b762a2556e9283949156ce67a6b6bab5e5bee commit bc6b762a2556e9283949156ce67a6b6bab5e5bee Author: Alexey Dokuchaev AuthorDate: 2021-09-27 03:25:46 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-27 03:25:48 +0000 devel/ocaml-res: massage the port in preparation for OCaml 4.06+ - Update to version 5.0.1, adjust LICENSE, take maintainership - Now builds itself with Dune (devel/ocaml-dune): GC no longer useful USE_OCAML_* and configure-related knobs; build process is now also jobs-safe because of this - Project had moved to GitHub: switch to USE_GITHUB and update WWW line in the port description - Convert to static pkg-plist to make tracking changes easier --- devel/ocaml-res/Makefile | 38 +++++++++++++-------------------- devel/ocaml-res/distinfo | 5 +++-- devel/ocaml-res/pkg-descr | 2 +- devel/ocaml-res/pkg-plist | 54 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 26 deletions(-) diff --git a/devel/ocaml-res/Makefile b/devel/ocaml-res/Makefile index 60d35f72a600..5a2634bd3f14 100644 --- a/devel/ocaml-res/Makefile +++ b/devel/ocaml-res/Makefile @@ -1,44 +1,36 @@ # Created by: Stanislav Sedov PORTNAME= res -PORTVERSION= 4.0.4 +PORTVERSION= 5.0.1 CATEGORIES= devel -MASTER_SITES= http://cdn.bitbucket.org/mmottl/res/downloads/ PKGNAMEPREFIX= ocaml- -MAINTAINER= ports@FreeBSD.org -COMMENT= Automatically Resizing Contiguous Memory for OCaml +MAINTAINER= danfe@FreeBSD.org +COMMENT= OCaml library for resizable arrays and strings -LICENSE= LGPL20+ # source says LGPL20+, COPYING says LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING.txt +LICENSE= LGPL21+ # with a special exception to clause 6 +LICENSE_FILE= ${WRKSRC}/LICENSE.md -BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild +BUILD_DEPENDS= dune:devel/ocaml-dune USE_OCAML= yes -USE_OCAML_FINDLIB=yes -USE_OCAMLFIND_PLIST=yes -USE_OCAML_WASH= yes - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix ${PREFIX} --disable-docs --disable-examples -MAKE_JOBS_UNSAFE=yes +USE_GITHUB= yes +GH_ACCOUNT= mmottl DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME} -PORTDOCS= * -PORTEXAMPLES= * - OPTIONS_DEFINE= DOCS EXAMPLES -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in AUTHORS.txt CHANGES.txt README.md TODO.md - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor +do-build: + cd ${BUILD_WRKSRC} && dune build -p ${PORTNAME} -j ${MAKE_JOBS_NUMBER} + +do-install: + cd ${INSTALL_WRKSRC} && dune install --destdir=${STAGEDIR} \ + --libdir=${OCAML_SITELIBDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/*.ml ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/devel/ocaml-res/distinfo b/devel/ocaml-res/distinfo index c7b18ca86459..b6b781f070d9 100644 --- a/devel/ocaml-res/distinfo +++ b/devel/ocaml-res/distinfo @@ -1,2 +1,3 @@ -SHA256 (res-4.0.4.tar.gz) = bac9fddebca10e5cdb364babc49e62df0f6289cdadf3cef2810d9b4b81e23bd1 -SIZE (res-4.0.4.tar.gz) = 72603 +TIMESTAMP = 1540497367 +SHA256 (mmottl-res-5.0.1_GH0.tar.gz) = df7965f5021a4422a462545647aad420a50dd8ba69c504eff74b3c346593b70d +SIZE (mmottl-res-5.0.1_GH0.tar.gz) = 31771 diff --git a/devel/ocaml-res/pkg-descr b/devel/ocaml-res/pkg-descr index 2737c3e8c103..34ba9cb81770 100644 --- a/devel/ocaml-res/pkg-descr +++ b/devel/ocaml-res/pkg-descr @@ -8,4 +8,4 @@ access to elements. There are also functors that allow the generation of similar modules which use different reallocation strategies. -WWW: https://bitbucket.org/mmottl/res +WWW: https://mmottl.github.io/res/ diff --git a/devel/ocaml-res/pkg-plist b/devel/ocaml-res/pkg-plist new file mode 100644 index 000000000000..a594606829f9 --- /dev/null +++ b/devel/ocaml-res/pkg-plist @@ -0,0 +1,54 @@ +%%OCAML_SITELIBDIR%%/res/META +%%OCAML_SITELIBDIR%%/res/dune-package +%%OCAML_SITELIBDIR%%/res/nopres_impl.ml +%%OCAML_SITELIBDIR%%/res/nopres_intf.ml +%%OCAML_SITELIBDIR%%/res/opam +%%OCAML_SITELIBDIR%%/res/pres_impl.ml +%%OCAML_SITELIBDIR%%/res/pres_intf.ml +%%OCAML_SITELIBDIR%%/res/res.a +%%OCAML_SITELIBDIR%%/res/res.cma +%%OCAML_SITELIBDIR%%/res/res.cmi +%%OCAML_SITELIBDIR%%/res/res.cmt +%%OCAML_SITELIBDIR%%/res/res.cmti +%%OCAML_SITELIBDIR%%/res/res.cmx +%%OCAML_SITELIBDIR%%/res/res.cmxa +%%OCAML_SITELIBDIR%%/res/res.cmxs +%%OCAML_SITELIBDIR%%/res/res.ml +%%OCAML_SITELIBDIR%%/res/res.mli +%%OCAML_SITELIBDIR%%/res/res__.cmi +%%OCAML_SITELIBDIR%%/res/res__.cmt +%%OCAML_SITELIBDIR%%/res/res__.cmx +%%OCAML_SITELIBDIR%%/res/res__.ml +%%OCAML_SITELIBDIR%%/res/res__Nopres_impl.cmi +%%OCAML_SITELIBDIR%%/res/res__Nopres_impl.cmt +%%OCAML_SITELIBDIR%%/res/res__Nopres_impl.cmx +%%OCAML_SITELIBDIR%%/res/res__Nopres_intf.cmi +%%OCAML_SITELIBDIR%%/res/res__Nopres_intf.cmt +%%OCAML_SITELIBDIR%%/res/res__Nopres_intf.cmx +%%OCAML_SITELIBDIR%%/res/res__Pres_impl.cmi +%%OCAML_SITELIBDIR%%/res/res__Pres_impl.cmt +%%OCAML_SITELIBDIR%%/res/res__Pres_impl.cmx +%%OCAML_SITELIBDIR%%/res/res__Pres_intf.cmi +%%OCAML_SITELIBDIR%%/res/res__Pres_intf.cmt +%%OCAML_SITELIBDIR%%/res/res__Pres_intf.cmx +%%OCAML_SITELIBDIR%%/res/res__Strat.cmi +%%OCAML_SITELIBDIR%%/res/res__Strat.cmt +%%OCAML_SITELIBDIR%%/res/res__Strat.cmx +%%OCAML_SITELIBDIR%%/res/res__Weak_impl.cmi +%%OCAML_SITELIBDIR%%/res/res__Weak_impl.cmt +%%OCAML_SITELIBDIR%%/res/res__Weak_impl.cmx +%%OCAML_SITELIBDIR%%/res/res__Weak_intf.cmi +%%OCAML_SITELIBDIR%%/res/res__Weak_intf.cmt +%%OCAML_SITELIBDIR%%/res/res__Weak_intf.cmx +%%OCAML_SITELIBDIR%%/res/strat.ml +%%OCAML_SITELIBDIR%%/res/weak_impl.ml +%%OCAML_SITELIBDIR%%/res/weak_intf.ml +%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buffer_ex.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/defstrat.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dune +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stupid_ga.ml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weak_ex.ml From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 03:32:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E40886ADA14; Mon, 27 Sep 2021 03:32:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHp9h3LTkz3pJk; Mon, 27 Sep 2021 03:32:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E84DE1C2A; Mon, 27 Sep 2021 03:32:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R3WdL0041394; Mon, 27 Sep 2021 03:32:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R3WdcK041393; Mon, 27 Sep 2021 03:32:39 GMT (envelope-from git) Date: Mon, 27 Sep 2021 03:32:39 GMT Message-Id: <202109270332.18R3WdcK041393@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 199d55fd2f84 - main - x11/gnome-desktop: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 199d55fd2f846539f3bb5a1c882a8320830244bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 03:32:41 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=199d55fd2f846539f3bb5a1c882a8320830244bd commit 199d55fd2f846539f3bb5a1c882a8320830244bd Author: Neel Chauhan AuthorDate: 2021-09-27 03:12:48 +0000 Commit: Neel Chauhan CommitDate: 2021-09-27 03:32:34 +0000 x11/gnome-desktop: Update to 41.0 --- x11/gnome-desktop/Makefile | 6 +++--- x11/gnome-desktop/distinfo | 6 +++--- x11/gnome-desktop/pkg-plist | 11 +++++++++-- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 671986d14668..0890586251db 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,13 +1,13 @@ # Created by: Joe Marcus Clarke PORTNAME= gnome-desktop -PORTVERSION= 3.38.2 +PORTVERSION= 41.0 CATEGORIES= x11 gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional UI API for GNOME 3 +COMMENT= Additional UI API for GNOME LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo index bd2a947176a7..4756bd6b3b30 100644 --- a/x11/gnome-desktop/distinfo +++ b/x11/gnome-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607145593 -SHA256 (gnome/gnome-desktop-3.38.2.tar.xz) = 898bfc3a60e594e1f13b1836fbe334edf2a08342ec0f9df4d785a0f903e7f1d4 -SIZE (gnome/gnome-desktop-3.38.2.tar.xz) = 745252 +TIMESTAMP = 1632712167 +SHA256 (gnome/gnome-desktop-41.0.tar.xz) = 69cb1d3d9a10700eb66348ef1c0e66a855fc5a97ae62902df97a499da11562d2 +SIZE (gnome/gnome-desktop-41.0.tar.xz) = 732680 diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist index a4030ad41782..f7ab4f95d45a 100644 --- a/x11/gnome-desktop/pkg-plist +++ b/x11/gnome-desktop/pkg-plist @@ -13,9 +13,15 @@ include/gnome-desktop-3.0/libgnome-desktop/gnome-xkb-info.h lib/girepository-1.0/GnomeDesktop-3.0.typelib lib/libgnome-desktop-3.so lib/libgnome-desktop-3.so.19 -lib/libgnome-desktop-3.so.19.0.10 +lib/libgnome-desktop-3.so.19.1.6 libdata/pkgconfig/gnome-desktop-3.0.pc -libexec/gnome-rr-debug +libexec/gnome-desktop-debug/gnome-rr-debug +libexec/gnome-desktop-debug/test-desktop-thumbnail +libexec/gnome-desktop-debug/test-idle-monitor +libexec/gnome-desktop-debug/test-languages +libexec/gnome-desktop-debug/test-pnp-ids +libexec/gnome-desktop-debug/test-wall-clock +libexec/gnome-desktop-debug/test-xkb-info share/gir-1.0/GnomeDesktop-3.0.gir share/gnome/gnome-version.xml share/help/C/fdl/index.docbook @@ -68,6 +74,7 @@ share/help/pt_BR/lgpl/index.docbook share/help/sl/fdl/index.docbook share/help/sl/gpl/index.docbook share/help/sl/lgpl/index.docbook +share/help/sr/fdl/index.docbook share/help/sr/gpl/index.docbook share/help/sr@latin/gpl/index.docbook share/help/sv/fdl/index.docbook From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 03:32:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A2CE6ADA1A; Mon, 27 Sep 2021 03:32:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHp9l0rpMz3p54; Mon, 27 Sep 2021 03:32:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B7181C9D; Mon, 27 Sep 2021 03:32:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R3WgHr041449; Mon, 27 Sep 2021 03:32:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R3WgSv041448; Mon, 27 Sep 2021 03:32:42 GMT (envelope-from git) Date: Mon, 27 Sep 2021 03:32:42 GMT Message-Id: <202109270332.18R3WgSv041448@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 4686ef45aa4f - main - audio/gnome-music: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4686ef45aa4f0afbfe201d6fa4b6a552c46c2598 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 03:32:44 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=4686ef45aa4f0afbfe201d6fa4b6a552c46c2598 commit 4686ef45aa4f0afbfe201d6fa4b6a552c46c2598 Author: Neel Chauhan AuthorDate: 2021-09-27 03:31:18 +0000 Commit: Neel Chauhan CommitDate: 2021-09-27 03:32:34 +0000 audio/gnome-music: Update to 41.0 --- audio/gnome-music/Makefile | 3 ++- audio/gnome-music/distinfo | 6 +++--- audio/gnome-music/pkg-plist | 52 ++++++++++++++++++++++----------------------- 3 files changed, 31 insertions(+), 30 deletions(-) diff --git a/audio/gnome-music/Makefile b/audio/gnome-music/Makefile index 5aebf1b5106b..dd671c44f205 100644 --- a/audio/gnome-music/Makefile +++ b/audio/gnome-music/Makefile @@ -1,7 +1,7 @@ # Created by: Gustau Perez PORTNAME= gnome-music -PORTVERSION= 40.1.1 +PORTVERSION= 41.0 CATEGORIES= audio gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 @@ -18,6 +18,7 @@ BUILD_DEPENDS= appstream-util:devel/appstream-glib \ LIB_DEPENDS= libdazzle-1.0.so:x11-toolkits/libdazzle \ libgoa-1.0.so:net/gnome-online-accounts \ libgrilo-0.3.so:net/grilo \ + libhandy-1.so:x11-toolkits/libhandy \ libmediaart-2.0.so:multimedia/libmediaart \ libtracker-sparql-3.0.so:sysutils/tracker3 RUN_DEPENDS= grilo-plugins>0:net/grilo-plugins diff --git a/audio/gnome-music/distinfo b/audio/gnome-music/distinfo index 5f20ba61ab5a..91d4280ef16a 100644 --- a/audio/gnome-music/distinfo +++ b/audio/gnome-music/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629039672 -SHA256 (gnome3/gnome-music-40.1.1.tar.xz) = 20cb673e11c2f3143d3588cfcab9a122791080eba7dc6012ca94c18609558d51 -SIZE (gnome3/gnome-music-40.1.1.tar.xz) = 978092 +TIMESTAMP = 1632712899 +SHA256 (gnome3/gnome-music-41.0.tar.xz) = 69b13567a87dc77dcf0c926d71d0fa2ebfa5a97f37817828df71d8a1b0129fd2 +SIZE (gnome3/gnome-music-41.0.tar.xz) = 898652 diff --git a/audio/gnome-music/pkg-plist b/audio/gnome-music/pkg-plist index adea983abadb..5b74f78cb589 100644 --- a/audio/gnome-music/pkg-plist +++ b/audio/gnome-music/pkg-plist @@ -1,7 +1,5 @@ bin/gnome-music -lib/org.gnome.Music/girepository-1.0/Gd-1.0.typelib lib/org.gnome.Music/girepository-1.0/Gfm-0.1.typelib -lib/org.gnome.Music/libgd.so lib/org.gnome.Music/libgfm-0.1.so lib/org.gnome.Music/pkgconfig/gfm-0.1.pc %%PYTHON_SITELIBDIR%%/gnomemusic/__init__.py @@ -9,6 +7,7 @@ lib/org.gnome.Music/pkgconfig/gfm-0.1.pc %%PYTHON_SITELIBDIR%%/gnomemusic/application.py %%PYTHON_SITELIBDIR%%/gnomemusic/artcache.py %%PYTHON_SITELIBDIR%%/gnomemusic/artistart.py +%%PYTHON_SITELIBDIR%%/gnomemusic/asyncqueue.py %%PYTHON_SITELIBDIR%%/gnomemusic/corealbum.py %%PYTHON_SITELIBDIR%%/gnomemusic/coreartist.py %%PYTHON_SITELIBDIR%%/gnomemusic/coredisc.py @@ -16,7 +15,9 @@ lib/org.gnome.Music/pkgconfig/gfm-0.1.pc %%PYTHON_SITELIBDIR%%/gnomemusic/coremodel.py %%PYTHON_SITELIBDIR%%/gnomemusic/coreselection.py %%PYTHON_SITELIBDIR%%/gnomemusic/coresong.py +%%PYTHON_SITELIBDIR%%/gnomemusic/defaulticon.py %%PYTHON_SITELIBDIR%%/gnomemusic/embeddedart.py +%%PYTHON_SITELIBDIR%%/gnomemusic/fileexistsasync.py %%PYTHON_SITELIBDIR%%/gnomemusic/grilowrappers/__init__.py %%PYTHON_SITELIBDIR%%/gnomemusic/grilowrappers/grlsearchwrapper.py %%PYTHON_SITELIBDIR%%/gnomemusic/grilowrappers/grltrackerplaylists.py @@ -49,7 +50,6 @@ lib/org.gnome.Music/pkgconfig/gfm-0.1.pc %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/albumwidget.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/appmenu.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/artistalbumswidget.py -%%PYTHON_SITELIBDIR%%/gnomemusic/widgets/artistalbumwidget.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/artistsearchtile.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/artisttile.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/artstack.py @@ -58,7 +58,6 @@ lib/org.gnome.Music/pkgconfig/gfm-0.1.pc %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/lastfmdialog.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/notificationspopup.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/playertoolbar.py -%%PYTHON_SITELIBDIR%%/gnomemusic/widgets/playlistcontextmenu.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/playlistcontrols.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/playlistdialog.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/playlistdialogrow.py @@ -68,13 +67,14 @@ lib/org.gnome.Music/pkgconfig/gfm-0.1.pc %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/selectiontoolbar.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/smoothscale.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/songwidget.py +%%PYTHON_SITELIBDIR%%/gnomemusic/widgets/songwidgetmenu.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/starhandlerwidget.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/starimage.py %%PYTHON_SITELIBDIR%%/gnomemusic/widgets/twolinetip.py %%PYTHON_SITELIBDIR%%/gnomemusic/window.py %%PYTHON_SITELIBDIR%%/gnomemusic/windowplacement.py share/applications/org.gnome.Music.desktop -share/help/C/gnome-music/figures/gnome-music-3.32.png +share/help/C/gnome-music/figures/org.gnome.Music.svg share/help/C/gnome-music/index.page share/help/C/gnome-music/introduction.page share/help/C/gnome-music/legal.xml @@ -87,7 +87,7 @@ share/help/C/gnome-music/playlist-remove-songs.page share/help/C/gnome-music/playlist-repeat.page share/help/C/gnome-music/playlist-shuffle.page share/help/C/gnome-music/search.page -share/help/ca/gnome-music/figures/gnome-music-3.32.png +share/help/ca/gnome-music/figures/org.gnome.Music.svg share/help/ca/gnome-music/index.page share/help/ca/gnome-music/introduction.page share/help/ca/gnome-music/legal.xml @@ -100,7 +100,7 @@ share/help/ca/gnome-music/playlist-remove-songs.page share/help/ca/gnome-music/playlist-repeat.page share/help/ca/gnome-music/playlist-shuffle.page share/help/ca/gnome-music/search.page -share/help/cs/gnome-music/figures/gnome-music-3.32.png +share/help/cs/gnome-music/figures/org.gnome.Music.svg share/help/cs/gnome-music/index.page share/help/cs/gnome-music/introduction.page share/help/cs/gnome-music/legal.xml @@ -113,7 +113,7 @@ share/help/cs/gnome-music/playlist-remove-songs.page share/help/cs/gnome-music/playlist-repeat.page share/help/cs/gnome-music/playlist-shuffle.page share/help/cs/gnome-music/search.page -share/help/da/gnome-music/figures/gnome-music-3.32.png +share/help/da/gnome-music/figures/org.gnome.Music.svg share/help/da/gnome-music/index.page share/help/da/gnome-music/introduction.page share/help/da/gnome-music/legal.xml @@ -126,7 +126,7 @@ share/help/da/gnome-music/playlist-remove-songs.page share/help/da/gnome-music/playlist-repeat.page share/help/da/gnome-music/playlist-shuffle.page share/help/da/gnome-music/search.page -share/help/de/gnome-music/figures/gnome-music-3.32.png +share/help/de/gnome-music/figures/org.gnome.Music.svg share/help/de/gnome-music/index.page share/help/de/gnome-music/introduction.page share/help/de/gnome-music/legal.xml @@ -139,7 +139,7 @@ share/help/de/gnome-music/playlist-remove-songs.page share/help/de/gnome-music/playlist-repeat.page share/help/de/gnome-music/playlist-shuffle.page share/help/de/gnome-music/search.page -share/help/el/gnome-music/figures/gnome-music-3.32.png +share/help/el/gnome-music/figures/org.gnome.Music.svg share/help/el/gnome-music/index.page share/help/el/gnome-music/introduction.page share/help/el/gnome-music/legal.xml @@ -152,7 +152,7 @@ share/help/el/gnome-music/playlist-remove-songs.page share/help/el/gnome-music/playlist-repeat.page share/help/el/gnome-music/playlist-shuffle.page share/help/el/gnome-music/search.page -share/help/es/gnome-music/figures/gnome-music-3.32.png +share/help/es/gnome-music/figures/org.gnome.Music.svg share/help/es/gnome-music/index.page share/help/es/gnome-music/introduction.page share/help/es/gnome-music/legal.xml @@ -165,7 +165,7 @@ share/help/es/gnome-music/playlist-remove-songs.page share/help/es/gnome-music/playlist-repeat.page share/help/es/gnome-music/playlist-shuffle.page share/help/es/gnome-music/search.page -share/help/eu/gnome-music/figures/gnome-music-3.32.png +share/help/eu/gnome-music/figures/org.gnome.Music.svg share/help/eu/gnome-music/index.page share/help/eu/gnome-music/introduction.page share/help/eu/gnome-music/legal.xml @@ -178,7 +178,7 @@ share/help/eu/gnome-music/playlist-remove-songs.page share/help/eu/gnome-music/playlist-repeat.page share/help/eu/gnome-music/playlist-shuffle.page share/help/eu/gnome-music/search.page -share/help/fr/gnome-music/figures/gnome-music-3.32.png +share/help/fr/gnome-music/figures/org.gnome.Music.svg share/help/fr/gnome-music/index.page share/help/fr/gnome-music/introduction.page share/help/fr/gnome-music/legal.xml @@ -191,7 +191,7 @@ share/help/fr/gnome-music/playlist-remove-songs.page share/help/fr/gnome-music/playlist-repeat.page share/help/fr/gnome-music/playlist-shuffle.page share/help/fr/gnome-music/search.page -share/help/gl/gnome-music/figures/gnome-music-3.32.png +share/help/gl/gnome-music/figures/org.gnome.Music.svg share/help/gl/gnome-music/index.page share/help/gl/gnome-music/introduction.page share/help/gl/gnome-music/legal.xml @@ -204,7 +204,7 @@ share/help/gl/gnome-music/playlist-remove-songs.page share/help/gl/gnome-music/playlist-repeat.page share/help/gl/gnome-music/playlist-shuffle.page share/help/gl/gnome-music/search.page -share/help/hr/gnome-music/figures/gnome-music-3.32.png +share/help/hr/gnome-music/figures/org.gnome.Music.svg share/help/hr/gnome-music/index.page share/help/hr/gnome-music/introduction.page share/help/hr/gnome-music/legal.xml @@ -217,7 +217,7 @@ share/help/hr/gnome-music/playlist-remove-songs.page share/help/hr/gnome-music/playlist-repeat.page share/help/hr/gnome-music/playlist-shuffle.page share/help/hr/gnome-music/search.page -share/help/hu/gnome-music/figures/gnome-music-3.32.png +share/help/hu/gnome-music/figures/org.gnome.Music.svg share/help/hu/gnome-music/index.page share/help/hu/gnome-music/introduction.page share/help/hu/gnome-music/legal.xml @@ -230,7 +230,7 @@ share/help/hu/gnome-music/playlist-remove-songs.page share/help/hu/gnome-music/playlist-repeat.page share/help/hu/gnome-music/playlist-shuffle.page share/help/hu/gnome-music/search.page -share/help/id/gnome-music/figures/gnome-music-3.32.png +share/help/id/gnome-music/figures/org.gnome.Music.svg share/help/id/gnome-music/index.page share/help/id/gnome-music/introduction.page share/help/id/gnome-music/legal.xml @@ -243,7 +243,7 @@ share/help/id/gnome-music/playlist-remove-songs.page share/help/id/gnome-music/playlist-repeat.page share/help/id/gnome-music/playlist-shuffle.page share/help/id/gnome-music/search.page -share/help/it/gnome-music/figures/gnome-music-3.32.png +share/help/it/gnome-music/figures/org.gnome.Music.svg share/help/it/gnome-music/index.page share/help/it/gnome-music/introduction.page share/help/it/gnome-music/legal.xml @@ -256,7 +256,7 @@ share/help/it/gnome-music/playlist-remove-songs.page share/help/it/gnome-music/playlist-repeat.page share/help/it/gnome-music/playlist-shuffle.page share/help/it/gnome-music/search.page -share/help/ko/gnome-music/figures/gnome-music-3.32.png +share/help/ko/gnome-music/figures/org.gnome.Music.svg share/help/ko/gnome-music/index.page share/help/ko/gnome-music/introduction.page share/help/ko/gnome-music/legal.xml @@ -269,7 +269,7 @@ share/help/ko/gnome-music/playlist-remove-songs.page share/help/ko/gnome-music/playlist-repeat.page share/help/ko/gnome-music/playlist-shuffle.page share/help/ko/gnome-music/search.page -share/help/nl/gnome-music/figures/gnome-music-3.32.png +share/help/nl/gnome-music/figures/org.gnome.Music.svg share/help/nl/gnome-music/index.page share/help/nl/gnome-music/introduction.page share/help/nl/gnome-music/legal.xml @@ -282,7 +282,7 @@ share/help/nl/gnome-music/playlist-remove-songs.page share/help/nl/gnome-music/playlist-repeat.page share/help/nl/gnome-music/playlist-shuffle.page share/help/nl/gnome-music/search.page -share/help/pl/gnome-music/figures/gnome-music-3.32.png +share/help/pl/gnome-music/figures/org.gnome.Music.svg share/help/pl/gnome-music/index.page share/help/pl/gnome-music/introduction.page share/help/pl/gnome-music/legal.xml @@ -295,7 +295,7 @@ share/help/pl/gnome-music/playlist-remove-songs.page share/help/pl/gnome-music/playlist-repeat.page share/help/pl/gnome-music/playlist-shuffle.page share/help/pl/gnome-music/search.page -share/help/pt_BR/gnome-music/figures/gnome-music-3.32.png +share/help/pt_BR/gnome-music/figures/org.gnome.Music.svg share/help/pt_BR/gnome-music/index.page share/help/pt_BR/gnome-music/introduction.page share/help/pt_BR/gnome-music/legal.xml @@ -308,7 +308,7 @@ share/help/pt_BR/gnome-music/playlist-remove-songs.page share/help/pt_BR/gnome-music/playlist-repeat.page share/help/pt_BR/gnome-music/playlist-shuffle.page share/help/pt_BR/gnome-music/search.page -share/help/ro/gnome-music/figures/gnome-music-3.32.png +share/help/ro/gnome-music/figures/org.gnome.Music.svg share/help/ro/gnome-music/index.page share/help/ro/gnome-music/introduction.page share/help/ro/gnome-music/legal.xml @@ -321,7 +321,7 @@ share/help/ro/gnome-music/playlist-remove-songs.page share/help/ro/gnome-music/playlist-repeat.page share/help/ro/gnome-music/playlist-shuffle.page share/help/ro/gnome-music/search.page -share/help/sv/gnome-music/figures/gnome-music-3.32.png +share/help/sv/gnome-music/figures/org.gnome.Music.svg share/help/sv/gnome-music/index.page share/help/sv/gnome-music/introduction.page share/help/sv/gnome-music/legal.xml @@ -334,7 +334,7 @@ share/help/sv/gnome-music/playlist-remove-songs.page share/help/sv/gnome-music/playlist-repeat.page share/help/sv/gnome-music/playlist-shuffle.page share/help/sv/gnome-music/search.page -share/help/uk/gnome-music/figures/gnome-music-3.32.png +share/help/uk/gnome-music/figures/org.gnome.Music.svg share/help/uk/gnome-music/index.page share/help/uk/gnome-music/introduction.page share/help/uk/gnome-music/legal.xml @@ -371,6 +371,7 @@ share/locale/fa/LC_MESSAGES/org.gnome.Music.mo share/locale/fi/LC_MESSAGES/org.gnome.Music.mo share/locale/fr/LC_MESSAGES/org.gnome.Music.mo share/locale/fur/LC_MESSAGES/org.gnome.Music.mo +share/locale/fy/LC_MESSAGES/org.gnome.Music.mo share/locale/ga/LC_MESSAGES/org.gnome.Music.mo share/locale/gd/LC_MESSAGES/org.gnome.Music.mo share/locale/gl/LC_MESSAGES/org.gnome.Music.mo @@ -414,6 +415,5 @@ share/locale/zh_CN/LC_MESSAGES/org.gnome.Music.mo share/locale/zh_HK/LC_MESSAGES/org.gnome.Music.mo share/locale/zh_TW/LC_MESSAGES/org.gnome.Music.mo share/metainfo/org.gnome.Music.appdata.xml -share/org.gnome.Music/gir-1.0/Gd-1.0.gir share/org.gnome.Music/gir-1.0/Gfm-0.1.gir share/org.gnome.Music/org.gnome.Music.gresource From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 03:32:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AAE716AD643; Mon, 27 Sep 2021 03:32:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHp9j5FtPz3ntq; Mon, 27 Sep 2021 03:32:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 191711B27; Mon, 27 Sep 2021 03:32:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R3WeDB041423; Mon, 27 Sep 2021 03:32:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R3Wels041422; Mon, 27 Sep 2021 03:32:40 GMT (envelope-from git) Date: Mon, 27 Sep 2021 03:32:40 GMT Message-Id: <202109270332.18R3Wels041422@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 82434d65e2b9 - main - deskutils/gnome-maps: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 82434d65e2b9e323ae93bbf919d953d7ca0ca2d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 03:32:42 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=82434d65e2b9e323ae93bbf919d953d7ca0ca2d9 commit 82434d65e2b9e323ae93bbf919d953d7ca0ca2d9 Author: Neel Chauhan AuthorDate: 2021-09-27 03:18:04 +0000 Commit: Neel Chauhan CommitDate: 2021-09-27 03:32:34 +0000 deskutils/gnome-maps: Update to 41.0 --- deskutils/gnome-maps/Makefile | 2 +- deskutils/gnome-maps/distinfo | 6 +++--- deskutils/gnome-maps/pkg-plist | 24 ++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/deskutils/gnome-maps/Makefile b/deskutils/gnome-maps/Makefile index edd5b34fb93b..10e618179a0c 100644 --- a/deskutils/gnome-maps/Makefile +++ b/deskutils/gnome-maps/Makefile @@ -1,7 +1,7 @@ # Created by: Gustau Perez PORTNAME= gnome-maps -DISTVERSION= 40.4 +DISTVERSION= 41.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-maps/distinfo b/deskutils/gnome-maps/distinfo index 46cb11aa1868..b9a63cbc9e44 100644 --- a/deskutils/gnome-maps/distinfo +++ b/deskutils/gnome-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629038704 -SHA256 (gnome/gnome-maps-40.4.tar.xz) = 2c5b7e1e65f7f4e54fe86eddda1138eaa6c0691a149403d95cbe22edc822509c -SIZE (gnome/gnome-maps-40.4.tar.xz) = 3542388 +TIMESTAMP = 1632712382 +SHA256 (gnome/gnome-maps-41.0.tar.xz) = 1b4082db6c070e9dcb085259ebe3c8a421b8e1e8b27b3284ab605750bb9d8c92 +SIZE (gnome/gnome-maps-41.0.tar.xz) = 2185124 diff --git a/deskutils/gnome-maps/pkg-plist b/deskutils/gnome-maps/pkg-plist index 96e0085f171e..f4307367c24c 100644 --- a/deskutils/gnome-maps/pkg-plist +++ b/deskutils/gnome-maps/pkg-plist @@ -6,6 +6,18 @@ lib/gnome-maps/libgnome-maps.so.0.0.0 share/applications/org.gnome.Maps.desktop share/dbus-1/services/org.gnome.Maps.service %%DATADIR%%/gir-1.0/GnomeMaps-1.0.gir +%%DATADIR%%/icons/hicolor/16x16/apps/bar-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/bed-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/bench-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/bookmarks-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/building-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/cafe-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/city-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/electric-car-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/explore-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/fuel-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/hospital-sign-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/hospital-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/layer-not-visible-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/layer-visible-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/layers-button-symbolic.svg @@ -15,9 +27,16 @@ share/dbus-1/services/org.gnome.Maps.service %%DATADIR%%/icons/hicolor/16x16/apps/maps-point-start-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/maps-point-start.svg %%DATADIR%%/icons/hicolor/16x16/apps/mountain-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/museum-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/no-toilets-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/no-wheelchair-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/parking-sign-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/penguin-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/phone-oldschool-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/photo-camera-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/post-box-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/pub-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/restaurant-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/route-bike-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/route-button-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/route-car-symbolic.svg @@ -33,7 +52,12 @@ share/dbus-1/services/org.gnome.Maps.service %%DATADIR%%/icons/hicolor/16x16/apps/route-transit-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/route-transit-train-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/route-transit-tram-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/school-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/shopping-cart-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/toilets-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/town-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/tree-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/video-camera-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/wheelchair-limited-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/wheelchair-symbolic.svg %%DATADIR%%/icons/hicolor/24x24/apps/user-location-compass.png From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 03:57:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9EBEF6ADF83; Mon, 27 Sep 2021 03:57:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHpkC2y35z3qLM; Mon, 27 Sep 2021 03:57:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 458B92014; Mon, 27 Sep 2021 03:57:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R3vNWe068502; Mon, 27 Sep 2021 03:57:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R3vNfV068501; Mon, 27 Sep 2021 03:57:23 GMT (envelope-from git) Date: Mon, 27 Sep 2021 03:57:23 GMT Message-Id: <202109270357.18R3vNfV068501@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: ce7b2a9d4da1 - main - math/qhull8: New port. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ce7b2a9d4da12a1b3a8746f05de202cdf8271240 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 03:57:23 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce7b2a9d4da12a1b3a8746f05de202cdf8271240 commit ce7b2a9d4da12a1b3a8746f05de202cdf8271240 Author: Stephen Montgomery-Smith AuthorDate: 2021-09-27 03:54:10 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-09-27 03:54:10 +0000 math/qhull8: New port. - qhull-8.* has a significantly different API from qhull-7.* in that the only shared libraries are now libqhull_r.so*. - Add conflicts to math/qhull. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull handles roundoff errors from floating point arithmetic. It computes volumes, surface areas, and approximations to the convex hull. WWW: http://www.qhull.org --- math/qhull/Makefile | 2 +- math/qhull8/Makefile | 28 +++++++++++ math/qhull8/distinfo | 3 ++ math/qhull8/files/extra-patch-CMakeLists.txt | 12 +++++ math/qhull8/files/patch-CMakeLists.txt | 22 +++++++++ math/qhull8/pkg-descr | 9 ++++ math/qhull8/pkg-plist | 71 ++++++++++++++++++++++++++++ 7 files changed, 146 insertions(+), 1 deletion(-) diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 9963e8d34aed..42f6aa9bf6bb 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -18,7 +18,7 @@ USES= cmake USE_GITHUB= yes USE_LDCONFIG= yes -CONFLICTS= qhull afni qhull5 +CONFLICTS= qhull-8.* afni qhull5 OPTIONS_DEFINE= DOCS diff --git a/math/qhull8/Makefile b/math/qhull8/Makefile new file mode 100644 index 000000000000..c8ab7e5b56da --- /dev/null +++ b/math/qhull8/Makefile @@ -0,0 +1,28 @@ +# Created by: pusto@web.de + +PORTNAME= qhull +DISTVERSIONPREFIX= v +DISTVERSION= 8.0.2 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces + +LICENSE= Qhull +LICENSE_NAME= Qhull License +LICENSE_FILE= ${WRKSRC}/COPYING.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= cmake +USE_GITHUB= yes +USE_LDCONFIG= yes + +CONFLICTS= qhull-7.* afni qhull5 + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt + +.include diff --git a/math/qhull8/distinfo b/math/qhull8/distinfo new file mode 100644 index 000000000000..3478ba805ffc --- /dev/null +++ b/math/qhull8/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632711422 +SHA256 (qhull-qhull-v8.0.2_GH0.tar.gz) = 8774e9a12c70b0180b95d6b0b563c5aa4bea8d5960c15e18ae3b6d2521d64f8b +SIZE (qhull-qhull-v8.0.2_GH0.tar.gz) = 1307301 diff --git a/math/qhull8/files/extra-patch-CMakeLists.txt b/math/qhull8/files/extra-patch-CMakeLists.txt new file mode 100644 index 000000000000..fa6cb16cb2c2 --- /dev/null +++ b/math/qhull8/files/extra-patch-CMakeLists.txt @@ -0,0 +1,12 @@ +--- CMakeLists.txt-orig 2021-09-26 22:47:09.634188000 -0500 ++++ CMakeLists.txt 2021-09-26 22:47:25.546756000 -0500 +@@ -752,9 +752,6 @@ + install(FILES ${libqhullcpp_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/libqhullcpp) + install(FILES html/qhull.man DESTINATION ${MAN_INSTALL_DIR} RENAME qhull.1) + install(FILES html/rbox.man DESTINATION ${MAN_INSTALL_DIR} RENAME rbox.1) +-install(FILES ${doc_FILES} DESTINATION ${DOC_INSTALL_DIR}) +-install(DIRECTORY html/ DESTINATION ${DOC_INSTALL_DIR}/html) +-install(FILES src/Changes.txt DESTINATION ${DOC_INSTALL_DIR}/src) + + add_custom_target(uninstall + COMMENT "uninstall Qhull by deleting files in install_manifest.txt" diff --git a/math/qhull8/files/patch-CMakeLists.txt b/math/qhull8/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..e1e5abb35816 --- /dev/null +++ b/math/qhull8/files/patch-CMakeLists.txt @@ -0,0 +1,22 @@ +Install docs into share/doc/ rather than include/ + +--- CMakeLists.txt.orig 2021-09-27 03:45:38 UTC ++++ CMakeLists.txt +@@ -128,7 +128,7 @@ else() + endif() + if(MAN_INSTALL_DIR) + else() +- set(MAN_INSTALL_DIR share/man/man1) ++ set(MAN_INSTALL_DIR man/man1) + endif() + if(DOC_INSTALL_DIR) + else() +@@ -737,7 +737,7 @@ foreach(pkgconfig IN ITEMS "${qhull_SHAREDR};Qhull ree + if(LIBRARY_NAME STREQUAL "libqhull") + set(LIBRARY_NAME "qhull") + endif() +- if(CMAKE_BUILD_TYPE STREQUAL "Debug") ++ if(FALSE AND CMAKE_BUILD_TYPE STREQUAL "Debug") + string(REGEX REPLACE "_(.)$" "_\\1d" LIBRARY_NAME ${LIBRARY_NAME}) + string(REGEX REPLACE "([^d])$" "\\1_d" LIBRARY_NAME ${LIBRARY_NAME}) + endif() diff --git a/math/qhull8/pkg-descr b/math/qhull8/pkg-descr new file mode 100644 index 000000000000..08361b27cc71 --- /dev/null +++ b/math/qhull8/pkg-descr @@ -0,0 +1,9 @@ +Qhull computes convex hulls, Delaunay triangulations, halfspace +intersections about a point, Voronoi diagrams, furthest-site Delaunay +triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, +3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm +for computing the convex hull. Qhull handles roundoff errors from +floating point arithmetic. It computes volumes, surface areas, and +approximations to the convex hull. + +WWW: http://www.qhull.org diff --git a/math/qhull8/pkg-plist b/math/qhull8/pkg-plist new file mode 100644 index 000000000000..1c08a85c08eb --- /dev/null +++ b/math/qhull8/pkg-plist @@ -0,0 +1,71 @@ +bin/qconvex +bin/qdelaunay +bin/qhalf +bin/qhull +bin/qvoronoi +bin/rbox +include/libqhull/DEPRECATED.txt +include/libqhull/geom.h +include/libqhull/io.h +include/libqhull/libqhull.h +include/libqhull/mem.h +include/libqhull/merge.h +include/libqhull/poly.h +include/libqhull/qhull_a.h +include/libqhull/qset.h +include/libqhull/random.h +include/libqhull/stat.h +include/libqhull/user.h +include/libqhull_r/geom_r.h +include/libqhull_r/io_r.h +include/libqhull_r/libqhull_r.h +include/libqhull_r/mem_r.h +include/libqhull_r/merge_r.h +include/libqhull_r/poly_r.h +include/libqhull_r/qhull_ra.h +include/libqhull_r/qset_r.h +include/libqhull_r/random_r.h +include/libqhull_r/stat_r.h +include/libqhull_r/user_r.h +include/libqhullcpp/Coordinates.h +include/libqhullcpp/PointCoordinates.h +include/libqhullcpp/Qhull.h +include/libqhullcpp/QhullError.h +include/libqhullcpp/QhullFacet.h +include/libqhullcpp/QhullFacetList.h +include/libqhullcpp/QhullFacetSet.h +include/libqhullcpp/QhullHyperplane.h +include/libqhullcpp/QhullIterator.h +include/libqhullcpp/QhullLinkedList.h +include/libqhullcpp/QhullPoint.h +include/libqhullcpp/QhullPointSet.h +include/libqhullcpp/QhullPoints.h +include/libqhullcpp/QhullQh.h +include/libqhullcpp/QhullRidge.h +include/libqhullcpp/QhullSet.h +include/libqhullcpp/QhullSets.h +include/libqhullcpp/QhullStat.h +include/libqhullcpp/QhullUser.h +include/libqhullcpp/QhullVertex.h +include/libqhullcpp/QhullVertexSet.h +include/libqhullcpp/RboxPoints.h +include/libqhullcpp/RoadError.h +include/libqhullcpp/RoadLogEvent.h +include/libqhullcpp/RoadTest.h +include/libqhullcpp/functionObjects.h +lib/cmake/Qhull/QhullConfig.cmake +lib/cmake/Qhull/QhullConfigVersion.cmake +lib/cmake/Qhull/QhullTargets-release.cmake +lib/cmake/Qhull/QhullTargets.cmake +lib/libqhull_r.so +lib/libqhull_r.so.8.0 +lib/libqhull_r.so.8.0.2 +lib/libqhullcpp.a +lib/libqhullstatic.a +lib/libqhullstatic_r.a +libdata/pkgconfig/qhull_r.pc +libdata/pkgconfig/qhullcpp.pc +libdata/pkgconfig/qhullstatic.pc +libdata/pkgconfig/qhullstatic_r.pc +man/man1/qhull.1.gz +man/man1/rbox.1.gz From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 04:01:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 792DF6AD7F9; Mon, 27 Sep 2021 04:01:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHpqP2fqfz3qbN; Mon, 27 Sep 2021 04:01:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C3671F4B; Mon, 27 Sep 2021 04:01:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R41rV3081359; Mon, 27 Sep 2021 04:01:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R41rZE081358; Mon, 27 Sep 2021 04:01:53 GMT (envelope-from git) Date: Mon, 27 Sep 2021 04:01:53 GMT Message-Id: <202109270401.18R41rZE081358@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: 05601295bd74 - main - math/Makefile: Add qhull8 entry. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 05601295bd74ba8db3f33fb03311cd73c62d4ac1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 04:01:53 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=05601295bd74ba8db3f33fb03311cd73c62d4ac1 commit 05601295bd74ba8db3f33fb03311cd73c62d4ac1 Author: Stephen Montgomery-Smith AuthorDate: 2021-09-27 04:01:07 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-09-27 04:01:07 +0000 math/Makefile: Add qhull8 entry. This was forgotten in ce7b2a9d4da12a1b3a8746f05de202cdf8271240. --- math/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/Makefile b/math/Makefile index 5ffb5cae6a85..fcf99bcdc742 100644 --- a/math/Makefile +++ b/math/Makefile @@ -938,6 +938,7 @@ SUBDIR += qalculate SUBDIR += qd SUBDIR += qhull + SUBDIR += qhull8 SUBDIR += qposases SUBDIR += qrupdate SUBDIR += qtiplot-doc From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 05:20:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6F166AEB5B; Mon, 27 Sep 2021 05:20:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHrZC52ypz3tYD; Mon, 27 Sep 2021 05:20:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85CFF2D7C; Mon, 27 Sep 2021 05:20:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R5KZot083644; Mon, 27 Sep 2021 05:20:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R5KZo2083643; Mon, 27 Sep 2021 05:20:35 GMT (envelope-from git) Date: Mon, 27 Sep 2021 05:20:35 GMT Message-Id: <202109270520.18R5KZo2083643@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: 25b5549868da - main - math/qhull8: Add PKGNAMESUFFIX to differentiate it from math/qhull. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 25b5549868dae442dfc3ecf5364e08b701eedecd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 05:20:35 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=25b5549868dae442dfc3ecf5364e08b701eedecd commit 25b5549868dae442dfc3ecf5364e08b701eedecd Author: Stephen Montgomery-Smith AuthorDate: 2021-09-27 05:19:28 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-09-27 05:19:28 +0000 math/qhull8: Add PKGNAMESUFFIX to differentiate it from math/qhull. --- math/qhull8/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/qhull8/Makefile b/math/qhull8/Makefile index c8ab7e5b56da..16ba35bc0bd8 100644 --- a/math/qhull8/Makefile +++ b/math/qhull8/Makefile @@ -4,6 +4,7 @@ PORTNAME= qhull DISTVERSIONPREFIX= v DISTVERSION= 8.0.2 CATEGORIES= math +PKGNAMESUFFIX= 8 MAINTAINER= stephen@FreeBSD.org COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces @@ -17,7 +18,7 @@ USES= cmake USE_GITHUB= yes USE_LDCONFIG= yes -CONFLICTS= qhull-7.* afni qhull5 +CONFLICTS= qhull afni qhull5 OPTIONS_DEFINE= DOCS From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 05:20:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 159A76AEB60; Mon, 27 Sep 2021 05:20:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHrZD5zPnz3tSg; Mon, 27 Sep 2021 05:20:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7EE631B7; Mon, 27 Sep 2021 05:20:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R5Kavx083668; Mon, 27 Sep 2021 05:20:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R5KaUk083667; Mon, 27 Sep 2021 05:20:36 GMT (envelope-from git) Date: Mon, 27 Sep 2021 05:20:36 GMT Message-Id: <202109270520.18R5KaUk083667@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: 84dbd8991808 - main - math/qhull: Update CONFLICTS to include qhull8. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 84dbd8991808d56830064768dd7435395bb7015e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 05:20:37 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=84dbd8991808d56830064768dd7435395bb7015e commit 84dbd8991808d56830064768dd7435395bb7015e Author: Stephen Montgomery-Smith AuthorDate: 2021-09-27 05:20:05 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-09-27 05:20:05 +0000 math/qhull: Update CONFLICTS to include qhull8. --- math/qhull/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 42f6aa9bf6bb..3b97e7aed129 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -3,6 +3,7 @@ PORTNAME= qhull DISTVERSIONPREFIX= v DISTVERSION= 7.3.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math @@ -18,7 +19,7 @@ USES= cmake USE_GITHUB= yes USE_LDCONFIG= yes -CONFLICTS= qhull-8.* afni qhull5 +CONFLICTS= qhull8 afni qhull5 OPTIONS_DEFINE= DOCS From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 06:25:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5484E6AFA75; Mon, 27 Sep 2021 06:25:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHt1Q17R5z4TnQ; Mon, 27 Sep 2021 06:25:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0371C41E1; Mon, 27 Sep 2021 06:25:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R6Pj7u068087; Mon, 27 Sep 2021 06:25:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R6PjMV068086; Mon, 27 Sep 2021 06:25:45 GMT (envelope-from git) Date: Mon, 27 Sep 2021 06:25:45 GMT Message-Id: <202109270625.18R6PjMV068086@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 799f2a37692a - main - emulators/wine-devel: Make GECKO_RUN_DEPENDS more flexible MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 799f2a37692af2674ed108314ab6963c8a2fe0d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 06:25:46 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=799f2a37692af2674ed108314ab6963c8a2fe0d7 commit 799f2a37692af2674ed108314ab6963c8a2fe0d7 Author: Gerald Pfeifer AuthorDate: 2021-09-27 06:24:52 +0000 Commit: Gerald Pfeifer CommitDate: 2021-09-27 06:24:52 +0000 emulators/wine-devel: Make GECKO_RUN_DEPENDS more flexible Simplify GECKO_RUN_DEPENDS along the lines of what we did with MONO_RUN_DEPENDS in 996345a04d856fdc863ddce257b8d98da8074d6c some months ago. That way updates of that other port won't require adjustments here any longer while the system becomes more resilient. --- emulators/wine-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 84d1e28074dc..42f52c5f2b59 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -83,7 +83,7 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups DOSBOX_RUN_DEPENDS= dosbox:emulators/dosbox -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine-gecko-2.47.2-x86.msi:emulators/wine-gecko-devel +GECKO_RUN_DEPENDS= wine-gecko-devel>0:emulators/wine-gecko-devel GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 06:32:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3728A6AF7BD; Mon, 27 Sep 2021 06:32:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHt9F108jz4V7X; Mon, 27 Sep 2021 06:32:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02ED74590; Mon, 27 Sep 2021 06:32:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R6WWa8080912; Mon, 27 Sep 2021 06:32:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R6WWDm080911; Mon, 27 Sep 2021 06:32:32 GMT (envelope-from git) Date: Mon, 27 Sep 2021 06:32:32 GMT Message-Id: <202109270632.18R6WWDm080911@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: f574ecc29426 - main - net-mgmt/victoria-metrics: update the port to version 1.66.2. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f574ecc29426e60b7d384edd90ea1297ae263f1e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 06:32:33 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=f574ecc29426e60b7d384edd90ea1297ae263f1e commit f574ecc29426e60b7d384edd90ea1297ae263f1e Author: Alexey Dokuchaev AuthorDate: 2021-09-27 06:31:58 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-27 06:32:02 +0000 net-mgmt/victoria-metrics: update the port to version 1.66.2. Neglected by: portscout :( --- net-mgmt/victoria-metrics/Makefile | 4 ++-- net-mgmt/victoria-metrics/Makefile.deps | 14 +++++++------- net-mgmt/victoria-metrics/distinfo | 34 ++++++++++++++++----------------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile index c04d5ce12cbd..d4db1acb7759 100644 --- a/net-mgmt/victoria-metrics/Makefile +++ b/net-mgmt/victoria-metrics/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME?= victoria-metrics -PORTVERSION= 1.66.1 # don't forget to update BUILDINFO_TAG +PORTVERSION= 1.66.2 # don't forget to update BUILDINFO_TAG DISTVERSIONPREFIX= v CATEGORIES= net-mgmt @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake go:modules,no_targets USE_RC_SUBR?= ${PORTNAME} MAKE_ENV= PKG_TAG=${DISTVERSIONPREFIX}${DISTVERSION} \ - GOOS=${OPSYS:tl} BUILDINFO_TAG=9b3d1a1 \ + GOOS=${OPSYS:tl} BUILDINFO_TAG=9f19649 \ DATEINFO_TAG=${_GET_DATE:sh} ALL_TARGET= ${PORTNAME}-pure diff --git a/net-mgmt/victoria-metrics/Makefile.deps b/net-mgmt/victoria-metrics/Makefile.deps index 935ded39be58..4ea6fe9254f4 100644 --- a/net-mgmt/victoria-metrics/Makefile.deps +++ b/net-mgmt/victoria-metrics/Makefile.deps @@ -5,13 +5,13 @@ GH_TUPLE= \ VictoriaMetrics:metrics:v1.18.0:victoriametrics_metrics/vendor/github.com/VictoriaMetrics/metrics \ VictoriaMetrics:metricsql:v0.24.0:victoriametrics_metricsql/vendor/github.com/VictoriaMetrics/metricsql \ VividCortex:ewma:v1.2.0:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ - aws:aws-sdk-go:v1.40.45:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ + aws:aws-sdk-go:v1.40.47:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v2.1.2:cespare_xxhash/vendor/github.com/cespare/xxhash/v2 \ cheggaaa:pb:v3.0.8:cheggaaa_pb/vendor/github.com/cheggaaa/pb \ cpuguy83:go-md2man:v2.0.1:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man/v2 \ - fatih:color:v1.12.0:fatih_color/vendor/github.com/fatih/color \ + fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ go-kit:kit:v0.11.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-logfmt:logfmt:v0.5.1:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ @@ -22,19 +22,19 @@ GH_TUPLE= \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.4:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ - golang:sys:d61c044b1678:golang_sys/vendor/golang.org/x/sys \ + golang:sys:b8560ed6a9b7:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ google:go-cmp:v0.5.6:google_go_cmp/vendor/github.com/google/go-cmp \ - google:go-genproto:b395a37504d4:google_go_genproto/vendor/google.golang.org/genproto \ + google:go-genproto:181ce0d877f6:google_go_genproto/vendor/google.golang.org/genproto \ googleapis:gax-go:v2.1.1:googleapis_gax_go/vendor/github.com/googleapis/gax-go \ googleapis:google-api-go-client:v0.57.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:storage/v1.16.1:googleapis_google_cloud_go_storage \ - googleapis:google-cloud-go:v0.93.3:googleapis_google_cloud_go/vendor/cloud.google.com/go \ + googleapis:google-cloud-go:v0.95.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ grpc:grpc-go:v1.40.0:grpc_grpc_go/vendor/google.golang.org/grpc \ influxdata:influxdb:v1.9.4:influxdata_influxdb/vendor/github.com/influxdata/influxdb \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ klauspost:compress:v1.13.6:klauspost_compress/vendor/github.com/klauspost/compress \ - mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-colorable:v0.1.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ @@ -54,6 +54,6 @@ GH_TUPLE= \ valyala:fastjson:v1.6.3:valyala_fastjson/vendor/github.com/valyala/fastjson \ valyala:fastrand:v1.1.0:valyala_fastrand/vendor/github.com/valyala/fastrand \ valyala:fasttemplate:v1.2.1:valyala_fasttemplate/vendor/github.com/valyala/fasttemplate \ - valyala:gozstd:v1.12.0:valyala_gozstd/vendor/github.com/valyala/gozstd \ + valyala:gozstd:v1.13.0:valyala_gozstd/vendor/github.com/valyala/gozstd \ valyala:histogram:v1.2.0:valyala_histogram/vendor/github.com/valyala/histogram \ valyala:quicktemplate:v1.7.0:valyala_quicktemplate/vendor/github.com/valyala/quicktemplate diff --git a/net-mgmt/victoria-metrics/distinfo b/net-mgmt/victoria-metrics/distinfo index c3b36bf8dcf4..aa09aabc2f02 100644 --- a/net-mgmt/victoria-metrics/distinfo +++ b/net-mgmt/victoria-metrics/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632264425 -SHA256 (VictoriaMetrics-VictoriaMetrics-v1.66.1_GH0.tar.gz) = 5bed24615d9e1ced367d88bf024886bed104f77a20c3b52a16207f4accdbca6e -SIZE (VictoriaMetrics-VictoriaMetrics-v1.66.1_GH0.tar.gz) = 13697266 +TIMESTAMP = 1632426816 +SHA256 (VictoriaMetrics-VictoriaMetrics-v1.66.2_GH0.tar.gz) = 790fd1712ebd5e7f1acbb76a9686e9bcaa7c4250cd58e8c9d488fafc31371d86 +SIZE (VictoriaMetrics-VictoriaMetrics-v1.66.2_GH0.tar.gz) = 14130860 SHA256 (VictoriaMetrics-fastcache-v1.7.0_GH0.tar.gz) = 6e9fb81e9bd50f17888abf298feb6e0e872a62ecb1b4101602e547110ba213ca SIZE (VictoriaMetrics-fastcache-v1.7.0_GH0.tar.gz) = 874964 SHA256 (VictoriaMetrics-fasthttp-v1.1.0_GH0.tar.gz) = 87accfed9443475db2c7556108c3caa941143f523164841ca70cf5e1ef2fe122 @@ -11,8 +11,8 @@ SHA256 (VictoriaMetrics-metricsql-v0.24.0_GH0.tar.gz) = 26dcd9fce3eaaa54efaeff79 SIZE (VictoriaMetrics-metricsql-v0.24.0_GH0.tar.gz) = 47867 SHA256 (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 2f26521a9207b91dfbca3d28e5545bc11cb098888ecf3e9ba8e5936387b06a33 SIZE (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 6683 -SHA256 (aws-aws-sdk-go-v1.40.45_GH0.tar.gz) = 586360d46cda3bbf044a9acb63c8b47485c78e6eba56971f4de170af08ef5fce -SIZE (aws-aws-sdk-go-v1.40.45_GH0.tar.gz) = 20696543 +SHA256 (aws-aws-sdk-go-v1.40.47_GH0.tar.gz) = 342bcbb0942fe65191e914fd906bc36ad30c750c3766d3317095ec782e2cc674 +SIZE (aws-aws-sdk-go-v1.40.47_GH0.tar.gz) = 20724047 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 SHA256 (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = cc9dc0234de1baacf1855cf19615b381ca2f2adb83a2871e7a9b8b74e46818cf @@ -23,8 +23,8 @@ SHA256 (cheggaaa-pb-v3.0.8_GH0.tar.gz) = 17cb166dfe931ccdf3742271442dcfb2b886099 SIZE (cheggaaa-pb-v3.0.8_GH0.tar.gz) = 31487 SHA256 (cpuguy83-go-md2man-v2.0.1_GH0.tar.gz) = 889309ecf43e40d3a76d666b0259dcd71b340ea0fad003784ff3fe0b6c21990e SIZE (cpuguy83-go-md2man-v2.0.1_GH0.tar.gz) = 64220 -SHA256 (fatih-color-v1.12.0_GH0.tar.gz) = 8f4cef62c8aafdf7e7b3097e9f97c236bb31a47f2c939a54da92235c30ae9dcb -SIZE (fatih-color-v1.12.0_GH0.tar.gz) = 10711 +SHA256 (fatih-color-v1.13.0_GH0.tar.gz) = 326ff785bc0cb5171c17be2a65959e83ee7889ba39412ba4c53c062e2df3ffec +SIZE (fatih-color-v1.13.0_GH0.tar.gz) = 10826 SHA256 (go-kit-kit-v0.11.0_GH0.tar.gz) = b73d4ed2f4fb8bdf54241af41d443ab14faef427afcfcb93d7c4f009cc65c0c7 SIZE (go-kit-kit-v0.11.0_GH0.tar.gz) = 215787 SHA256 (go-logfmt-logfmt-v0.5.1_GH0.tar.gz) = a9a93f7cbb92a53a587fda196bc040264a625e76064495e95cb3e907f9a93499 @@ -45,22 +45,22 @@ SHA256 (golang-snappy-v0.0.4_GH0.tar.gz) = 77df678795596f9dfecb5744deb984633d780 SIZE (golang-snappy-v0.0.4_GH0.tar.gz) = 66129 SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 -SHA256 (golang-sys-d61c044b1678_GH0.tar.gz) = d00b601dc3e49fed598ad923b4cf2a476ec6c7c167c93800ddede0cf092a9099 -SIZE (golang-sys-d61c044b1678_GH0.tar.gz) = 1210943 +SHA256 (golang-sys-b8560ed6a9b7_GH0.tar.gz) = 482bfc22cdec75714eb72cfa63cda3d67f315b927bf6e78dea8cc07deef8d8c5 +SIZE (golang-sys-b8560ed6a9b7_GH0.tar.gz) = 1210487 SHA256 (golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26 SIZE (golang-text-v0.3.7_GH0.tar.gz) = 8354718 SHA256 (google-go-cmp-v0.5.6_GH0.tar.gz) = cba2118596f694c135b3f3d6fe49b73ca2a7882aa4d7f346e341cb106afce5f1 SIZE (google-go-cmp-v0.5.6_GH0.tar.gz) = 104421 -SHA256 (google-go-genproto-b395a37504d4_GH0.tar.gz) = 4c7dbc428a4852ffe8d46c6620c2ddb01a3fe2bf7f6167891fdf854fdfc3d9cb -SIZE (google-go-genproto-b395a37504d4_GH0.tar.gz) = 11540795 +SHA256 (google-go-genproto-181ce0d877f6_GH0.tar.gz) = 7a3da99b832c2baf5432312cc46f5adc4e56b1c44e5e7e43f973c82d931aa816 +SIZE (google-go-genproto-181ce0d877f6_GH0.tar.gz) = 11565513 SHA256 (googleapis-gax-go-v2.1.1_GH0.tar.gz) = d90094755c79f84815c5a215edd940ab6ac81a7fa3fa63bc2229e7d7c38171fe SIZE (googleapis-gax-go-v2.1.1_GH0.tar.gz) = 70015 SHA256 (googleapis-google-api-go-client-v0.57.0_GH0.tar.gz) = 65f42dd3c69e17a02a915d624b77c9f6fb04b41816488f8889cf0eeeefc9bc99 SIZE (googleapis-google-api-go-client-v0.57.0_GH0.tar.gz) = 22046362 SHA256 (googleapis-google-cloud-go-storage-v1.16.1_GH0.tar.gz) = efdb0ad963ab910b46d3668d8b48b7055dbb6927236d09bce927af8bbc64f700 SIZE (googleapis-google-cloud-go-storage-v1.16.1_GH0.tar.gz) = 6293832 -SHA256 (googleapis-google-cloud-go-v0.93.3_GH0.tar.gz) = aba6e14bc5f17bd3d4fa14e42253c232b081dd861e23e34f7d223e488add8c62 -SIZE (googleapis-google-cloud-go-v0.93.3_GH0.tar.gz) = 6164802 +SHA256 (googleapis-google-cloud-go-v0.95.0_GH0.tar.gz) = f2718de6951884b66a4e7f4b50e293b4c0cc0d60e2395e15820c2b67d9cee449 +SIZE (googleapis-google-cloud-go-v0.95.0_GH0.tar.gz) = 6510529 SHA256 (grpc-grpc-go-v1.40.0_GH0.tar.gz) = baab44655d2ca715630356e6a74b2d27d91c8d40095913cd904bcc68ad332a82 SIZE (grpc-grpc-go-v1.40.0_GH0.tar.gz) = 1305305 SHA256 (influxdata-influxdb-v1.9.4_GH0.tar.gz) = 9afd35cb502a4f1ddcdffd810e4daa944a81ad1823b555c07e2c7ff19ea9cf37 @@ -69,8 +69,8 @@ SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df0 SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 SHA256 (klauspost-compress-v1.13.6_GH0.tar.gz) = 32aa15674decc1ceeb5c5e43dd2335fea54bafa4021832248134ef47b665754d SIZE (klauspost-compress-v1.13.6_GH0.tar.gz) = 15481179 -SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f -SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 +SHA256 (mattn-go-colorable-v0.1.9_GH0.tar.gz) = 37412d729fb569597b5af6c2c9600ba560e828ad96fa053a0957fdacdb3678ef +SIZE (mattn-go-colorable-v0.1.9_GH0.tar.gz) = 9578 SHA256 (mattn-go-isatty-v0.0.14_GH0.tar.gz) = e6460325edf600297cf2ef68834938fb1c5b8d5f234b3b24ec7c0a29a2d70b39 SIZE (mattn-go-isatty-v0.0.14_GH0.tar.gz) = 4710 SHA256 (mattn-go-runewidth-v0.0.13_GH0.tar.gz) = 9b2aeafa5d95a40b32067ba22accdf42cc83414ec5b433ea7de330791beaa196 @@ -109,8 +109,8 @@ SHA256 (valyala-fastrand-v1.1.0_GH0.tar.gz) = 04b51f8e3f3ddbc940e01a92f34376709a SIZE (valyala-fastrand-v1.1.0_GH0.tar.gz) = 3417 SHA256 (valyala-fasttemplate-v1.2.1_GH0.tar.gz) = 14881149dfc3d49606728d0c8e704cfaeb7fbbf2c42d20e771cf1bbae9fb1044 SIZE (valyala-fasttemplate-v1.2.1_GH0.tar.gz) = 11550 -SHA256 (valyala-gozstd-v1.12.0_GH0.tar.gz) = 2760d9ed8c26b9c2b7183a1beff4c809bf49f41f752a082a3b2ce48133bcdab3 -SIZE (valyala-gozstd-v1.12.0_GH0.tar.gz) = 4776527 +SHA256 (valyala-gozstd-v1.13.0_GH0.tar.gz) = 9c965b2e20f618b93e46ceec42afc3979503125ef3c2e7c5e76806f26fa94c25 +SIZE (valyala-gozstd-v1.13.0_GH0.tar.gz) = 5204497 SHA256 (valyala-histogram-v1.2.0_GH0.tar.gz) = cd0d9a0e35d1f996ddd5d3e570d5c60c1de5723416d8cfaefcfaf6f08c10ebb9 SIZE (valyala-histogram-v1.2.0_GH0.tar.gz) = 4508 SHA256 (valyala-quicktemplate-v1.7.0_GH0.tar.gz) = 23f0da4fdb02da20fea99b2876e4fab67edd2620641714febef1331c26b91c64 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 06:37:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C9B1F6AFD4B; Mon, 27 Sep 2021 06:37:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHtGp55lvz4VVc; Mon, 27 Sep 2021 06:37:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8EACF40E5; Mon, 27 Sep 2021 06:37:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R6bMPo081409; Mon, 27 Sep 2021 06:37:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R6bMVu081408; Mon, 27 Sep 2021 06:37:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 06:37:22 GMT Message-Id: <202109270637.18R6bMVu081408@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Olivier Cochard Subject: git: d25dee7a6fd0 - main - www/mohawk: Various port fixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olivier X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d25dee7a6fd08144ec6e382fb4e1acb7ff8075a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 06:37:22 -0000 The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=d25dee7a6fd08144ec6e382fb4e1acb7ff8075a7 commit d25dee7a6fd08144ec6e382fb4e1acb7ff8075a7 Author: Olivier Cochard AuthorDate: 2021-09-27 06:29:21 +0000 Commit: Olivier Cochard CommitDate: 2021-09-27 06:37:18 +0000 www/mohawk: Various port fixes PR: 258735 Reported by: diizzy Approved by: Freddy Dissaux (maintainer) --- www/mohawk/Makefile | 17 ++++++++--------- www/mohawk/distinfo | 6 +++--- www/mohawk/files/patch-man5__Makefile | 9 +++++---- www/mohawk/files/patch-man8__Makefile | 9 +++++---- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index e4d6fa45d6a1..2b3d6816f9a0 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -1,8 +1,7 @@ PORTNAME= mohawk -PORTVERSION= 2.0.21 +DISTVERSION= 2.0.21 CATEGORIES= www -MASTER_SITES= http://fossil.bsdsx.fr/mohawk/tarball/ -DISTFILES= ${DISTNAME}.tar.gz?uuid=${PORTVERSION} +MASTER_SITES= https://fossil.bsdsx.fr/mohawk/tarball/?r=${DISTVERSION}&name=/ MAINTAINER= dsx+mohawk@bsdsx.fr COMMENT= Simple and lightweight HTTP daemon @@ -11,19 +10,19 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libevent.so:devel/libevent -PLIST_FILES+= bin/mhtpasswd \ +USES= localbase uidfix +USE_RC_SUBR= mohawk + +CFLAGS+= -I${LOCALBASE}/include/event2/compat + +PLIST_FILES= bin/mhtpasswd \ man/man5/mohawk.conf.5.gz \ man/man8/mhtpasswd.8.gz \ man/man8/mohawk.8.gz \ sbin/mohawk \ etc/mohawk.conf.sample -USES= uidfix - PORTEXAMPLES= * -USE_RC_SUBR= mohawk - -CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES diff --git a/www/mohawk/distinfo b/www/mohawk/distinfo index 245a36f57e25..9d5f802a8cb5 100644 --- a/www/mohawk/distinfo +++ b/www/mohawk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632555938 -SHA256 (mohawk-2.0.21.tar.gz?uuid=2.0.21) = 28270f604ca707d7084e37eb77c1cd07fd3a0846fe5c7f1fb28869cf13b25825 -SIZE (mohawk-2.0.21.tar.gz?uuid=2.0.21) = 44319 +TIMESTAMP = 1632665713 +SHA256 (mohawk-2.0.21.tar.gz) = 92b20038d4f26fbe79e3deb229a065f82e916394e4c42c573b1f9191f5ff1944 +SIZE (mohawk-2.0.21.tar.gz) = 44308 diff --git a/www/mohawk/files/patch-man5__Makefile b/www/mohawk/files/patch-man5__Makefile index 0da51ff81de4..3dac07424ee4 100644 --- a/www/mohawk/files/patch-man5__Makefile +++ b/www/mohawk/files/patch-man5__Makefile @@ -1,7 +1,8 @@ ---- ./man5/Makefile.orig 2012-05-28 13:26:48.000000000 +0200 -+++ ./man5/Makefile 2012-05-28 13:27:02.000000000 +0200 -@@ -1,3 +1,4 @@ -+SHAREDIR= ${PREFIX} +--- man5/Makefile.orig 2021-09-25 06:45:21 UTC ++++ man5/Makefile +@@ -1,4 +1,5 @@ MAN= mohawk.conf.5 ++SHAREDIR= ${PREFIX} + NO_OBJ= .include diff --git a/www/mohawk/files/patch-man8__Makefile b/www/mohawk/files/patch-man8__Makefile index e6363babda12..1170f1108b86 100644 --- a/www/mohawk/files/patch-man8__Makefile +++ b/www/mohawk/files/patch-man8__Makefile @@ -1,7 +1,8 @@ ---- ./man8/Makefile.orig 2012-05-28 13:27:10.000000000 +0200 -+++ ./man8/Makefile 2012-05-28 13:27:22.000000000 +0200 -@@ -1,3 +1,4 @@ +--- man8/Makefile.orig 2021-09-25 06:45:21 UTC ++++ man8/Makefile +@@ -1,4 +1,5 @@ + MAN= mhtpasswd.8 mohawk.8 +SHAREDIR= ${PREFIX} - MAN8= mhtpasswd.8 mohawk.8 + NO_OBJ= .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 06:46:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 954686AFF07; Mon, 27 Sep 2021 06:46:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHtTX3Sjtz4Vj6; Mon, 27 Sep 2021 06:46:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 566404558; Mon, 27 Sep 2021 06:46:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R6kewU094940; Mon, 27 Sep 2021 06:46:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R6keqx094939; Mon, 27 Sep 2021 06:46:40 GMT (envelope-from git) Date: Mon, 27 Sep 2021 06:46:40 GMT Message-Id: <202109270646.18R6keqx094939@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Vanilla I. Shu" Subject: git: 497b20f12e0a - main - net-mgmt/prometheus2: update to 2.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vanilla X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 497b20f12e0a8c9ead697856ac197e55fed087d4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 06:46:40 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=497b20f12e0a8c9ead697856ac197e55fed087d4 commit 497b20f12e0a8c9ead697856ac197e55fed087d4 Author: Vanilla I. Shu AuthorDate: 2021-09-27 06:43:46 +0000 Commit: Vanilla I. Shu CommitDate: 2021-09-27 06:46:32 +0000 net-mgmt/prometheus2: update to 2.30.0 PR: 258724 Reported by: maintainer --- net-mgmt/prometheus2/Makefile | 5 +- net-mgmt/prometheus2/Makefile.modules | 110 +++++++++-------- net-mgmt/prometheus2/distinfo | 226 +++++++++++++++++----------------- net-mgmt/prometheus2/pkg-plist | 2 +- 4 files changed, 174 insertions(+), 169 deletions(-) diff --git a/net-mgmt/prometheus2/Makefile b/net-mgmt/prometheus2/Makefile index c044a2a300ad..74d82742b983 100644 --- a/net-mgmt/prometheus2/Makefile +++ b/net-mgmt/prometheus2/Makefile @@ -1,8 +1,7 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v -DISTVERSION= 2.28.1 +DISTVERSION= 2.30.0 CATEGORIES= net-mgmt -PORTREVISION= 1 MAINTAINER= dor.bsd@xm0.uk COMMENT= Systems monitoring and alerting toolkit @@ -17,7 +16,7 @@ GH_TUPLE= ports-assets:net-mgmt_prometheus2:${DISTVERSIONFULL}:assets USE_RC_SUBR= prometheus GO_TARGET= ./cmd/prometheus ./cmd/promtool -GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" -tags netgo,builtinassets +GO_BUILDFLAGS= -a -v -ldflags "${LD_FLAG_STRING}" -tags netgo,builtinassets SUB_LIST+= PROMETHEUS_CONSOLE_LIBRARIES_DIR=${PROMETHEUS_CONSOLE_LIBRARIES_DIR} \ PROMETHEUS_CONSOLES_DIR=${PROMETHEUS_CONSOLES_DIR} \ diff --git a/net-mgmt/prometheus2/Makefile.modules b/net-mgmt/prometheus2/Makefile.modules index c5e4abc1ed88..4cfee62c4714 100644 --- a/net-mgmt/prometheus2/Makefile.modules +++ b/net-mgmt/prometheus2/Makefile.modules @@ -1,14 +1,13 @@ GH_TUPLE+= \ - Azure:azure-sdk-for-go:v55.2.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \ + Azure:azure-sdk-for-go:v57.1.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \ Azure:go-autorest:446f41b7d65b:azure_go_autorest_validation \ - Azure:go-autorest:82fc42f340ce:azure_go_autorest_adal \ - Azure:go-autorest:autorest/v0.11.19:azure_go_autorest_autorest \ + Azure:go-autorest:4e2e1bb52ffb:azure_go_autorest_adal \ + Azure:go-autorest:autorest/v0.11.20:azure_go_autorest_autorest \ Azure:go-autorest:b3a0b30a7423:azure_go_autorest_date \ Azure:go-autorest:logger/v0.2.1:azure_go_autorest_logger \ Azure:go-autorest:tracing/v0.6.0:azure_go_autorest_tracing \ Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ - HdrHistogram:hdrhistogram-go:v1.0.1:hdrhistogram_hdrhistogram_go/vendor/github.com/HdrHistogram/hdrhistogram-go \ - Microsoft:go-winio:v0.4.16:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ + Microsoft:go-winio:v0.4.17:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ @@ -16,35 +15,38 @@ GH_TUPLE+= \ alecthomas:units:ff826a37aa15:alecthomas_units/vendor/github.com/alecthomas/units \ armon:go-metrics:v0.3.3:armon_go_metrics/vendor/github.com/armon/go-metrics \ asaskevich:govalidator:7a23bdc65eef:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ - aws:aws-sdk-go:v1.38.60:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ + aws:aws-sdk-go:v1.40.37:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ - cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ - containerd:containerd:v1.4.3:containerd_containerd/vendor/github.com/containerd/containerd \ + cespare:xxhash:v2.1.2:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ + cncf:xds:fbca930ec8ed:cncf_xds_go/vendor/github.com/cncf/xds \ + containerd:containerd:v1.5.4:containerd_containerd/vendor/github.com/containerd/containerd \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + dennwc:varint:v1.0.0:dennwc_varint/vendor/github.com/dennwc/varint \ dgryski:go-sip13:62edffca9245:dgryski_go_sip13/vendor/github.com/dgryski/go-sip13 \ - digitalocean:godo:v1.62.0:digitalocean_godo/vendor/github.com/digitalocean/godo \ + digitalocean:godo:v1.65.0:digitalocean_godo/vendor/github.com/digitalocean/godo \ docker:distribution:v2.7.1:docker_distribution/vendor/github.com/docker/distribution \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \ edsrzf:mmap-go:v1.0.0:edsrzf_mmap_go/vendor/github.com/edsrzf/mmap-go \ - evanphx:json-patch:v4.9.0:evanphx_json_patch/vendor/github.com/evanphx/json-patch \ + envoyproxy:go-control-plane:v0.9.9:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \ + envoyproxy:protoc-gen-validate:v0.6.1:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \ + evanphx:json-patch:v4.11.0:evanphx_json_patch/vendor/github.com/evanphx/json-patch \ fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ - form3tech-oss:jwt-go:v3.2.2:form3tech_oss_jwt_go/vendor/github.com/form3tech-oss/jwt-go \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/gopkg.in/fsnotify/fsnotify.v1 \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-kit:kit:v0.10.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-kit:log:v0.1.0:go_kit_log/vendor/github.com/go-kit/log \ - go-logfmt:logfmt:v0.5.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ + go-logfmt:logfmt:v0.5.1:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ go-openapi:analysis:v0.20.0:go_openapi_analysis/vendor/github.com/go-openapi/analysis \ go-openapi:errors:v0.20.0:go_openapi_errors/vendor/github.com/go-openapi/errors \ go-openapi:jsonpointer:v0.19.5:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \ go-openapi:jsonreference:v0.19.5:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \ go-openapi:loads:v0.20.2:go_openapi_loads/vendor/github.com/go-openapi/loads \ - go-openapi:runtime:v0.19.28:go_openapi_runtime/vendor/github.com/go-openapi/runtime \ + go-openapi:runtime:v0.19.29:go_openapi_runtime/vendor/github.com/go-openapi/runtime \ go-openapi:spec:v0.20.3:go_openapi_spec/vendor/github.com/go-openapi/spec \ - go-openapi:strfmt:v0.20.1:go_openapi_strfmt/vendor/github.com/go-openapi/strfmt \ + go-openapi:strfmt:v0.20.2:go_openapi_strfmt/vendor/github.com/go-openapi/strfmt \ go-openapi:swag:v0.19.15:go_openapi_swag/vendor/github.com/go-openapi/swag \ go-openapi:validate:v0.20.2:go_openapi_validate/vendor/github.com/go-openapi/validate \ go-resty:resty:d7b97669fe48:go_resty_resty_v2/vendor/github.com/go-resty/resty/v2 \ @@ -53,68 +55,67 @@ GH_TUPLE+= \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-zookeeper:zk:v1.0.2:go_zookeeper_zk/vendor/github.com/go-zookeeper/zk \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ + golang-jwt:jwt:v4.0.0:golang_jwt_jwt_v4/vendor/github.com/golang-jwt/jwt/v4 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:5ff15b29337e:golang_crypto/vendor/golang.org/x/crypto \ golang:glog:23def4e6c14b:golang_glog/vendor/github.com/golang/glog \ - golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ + golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:lint:6edffad5e616:golang_lint/vendor/golang.org/x/lint \ golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \ - golang:net:84b48f89b13b:golang_net/vendor/golang.org/x/net \ - golang:oauth2:f6687ab2804c:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:net:ad29c8ab022f:golang_net/vendor/golang.org/x/net \ + golang:oauth2:2bc19b11175f:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:snappy:v0.0.3:golang_snappy/vendor/github.com/golang/snappy \ + golang:snappy:v0.0.4:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ - golang:sys:665e8c7367d1:golang_sys/vendor/golang.org/x/sys \ + golang:sys:6f6e22806c34:golang_sys/vendor/golang.org/x/sys \ golang:term:6a3ed077a48d:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ - golang:time:38a9dc6acbc6:golang_time/vendor/golang.org/x/time \ - golang:tools:v0.1.3:golang_tools/vendor/golang.org/x/tools \ + golang:time:1f47c861a9ac:golang_time/vendor/golang.org/x/time \ + golang:tools:v0.1.5:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cmp:v0.5.6:google_go_cmp/vendor/github.com/google/go-cmp \ - google:go-genproto:392c879c8b08:google_go_genproto/vendor/google.golang.org/genproto \ + google:go-genproto:d08c68adba83:google_go_genproto/vendor/google.golang.org/genproto \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:gofuzz:v1.1.0:google_gofuzz/vendor/github.com/google/gofuzz \ - google:pprof:a478d1d731e9:google_pprof/vendor/github.com/google/pprof \ - googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ - googleapis:gnostic:v0.4.1:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ - googleapis:google-api-go-client:v0.48.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ - googleapis:google-cloud-go:v0.83.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ - gophercloud:gophercloud:v0.18.0:gophercloud_gophercloud/vendor/github.com/gophercloud/gophercloud \ - gotestyourself:gotest.tools:v3.0.3:gotestyourself_gotest_tools/vendor/gotest.tools/v3 \ + google:pprof:02619b876842:google_pprof/vendor/github.com/google/pprof \ + googleapis:gax-go:v2.1.0:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ + googleapis:gnostic:v0.5.5:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ + googleapis:google-api-go-client:v0.56.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ + googleapis:google-cloud-go:v0.93.3:googleapis_google_cloud_go/vendor/cloud.google.com/go \ + gophercloud:gophercloud:v0.20.0:gophercloud_gophercloud/vendor/github.com/gophercloud/gophercloud \ grpc-ecosystem:grpc-gateway:v1.16.0:grpc_ecosystem_grpc_gateway/vendor/github.com/grpc-ecosystem/grpc-gateway \ - grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \ - hashicorp:consul:v1.8.1:hashicorp_consul_api/vendor/github.com/hashicorp/consul \ + grpc:grpc-go:v1.40.0:grpc_grpc_go/vendor/google.golang.org/grpc \ + hashicorp:consul:v1.10.1:hashicorp_consul_api/vendor/github.com/hashicorp/consul \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-hclog:v0.12.2:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.2.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:serf:v0.9.5:hashicorp_serf/vendor/github.com/hashicorp/serf \ - hetznercloud:hcloud-go:v1.26.2:hetznercloud_hcloud_go/vendor/github.com/hetznercloud/hcloud-go \ - imdario:mergo:v0.3.5:imdario_mergo/vendor/github.com/imdario/mergo \ - influxdata:influxdb:v1.9.2:influxdata_influxdb/vendor/github.com/influxdata/influxdb \ + hetznercloud:hcloud-go:v1.32.0:hetznercloud_hcloud_go/vendor/github.com/hetznercloud/hcloud-go \ + imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ + influxdata:influxdb:v1.9.3:influxdata_influxdb/vendor/github.com/influxdata/influxdb \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ json-iterator:go:v1.1.11:json_iterator_go/vendor/github.com/json-iterator/go \ julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \ - konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ - kubernetes-sigs:structured-merge-diff:v4.1.0:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v4 \ + kubernetes-sigs:structured-merge-diff:v4.1.2:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v4 \ kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ - kubernetes:api:v0.21.1:kubernetes_api/vendor/k8s.io/api \ - kubernetes:apimachinery:v0.21.1:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ - kubernetes:client-go:v0.21.1:kubernetes_client_go/vendor/k8s.io/client-go \ - kubernetes:kube-openapi:591a79e4bda7:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ - kubernetes:utils:67b214c5f920:kubernetes_utils/vendor/k8s.io/utils \ - linode:linodego:v0.28.5:linode_linodego/vendor/github.com/linode/linodego \ + kubernetes:api:v0.22.1:kubernetes_api/vendor/k8s.io/api \ + kubernetes:apimachinery:v0.22.1:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ + kubernetes:client-go:v0.22.1:kubernetes_client_go/vendor/k8s.io/client-go \ + kubernetes:kube-openapi:95288971da7e:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ + kubernetes:utils:4b05e18ac7d9:kubernetes_utils/vendor/k8s.io/utils \ + linode:linodego:v0.32.0:linode_linodego/vendor/github.com/linode/linodego \ mailru:easyjson:v0.7.6:mailru_easyjson/vendor/github.com/mailru/easyjson \ - mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ - miekg:dns:v1.1.42:miekg_dns/vendor/github.com/miekg/dns \ + matttproud:golang_protobuf_extensions:c182affec369:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ + miekg:dns:v1.1.43:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ - moby:moby:v20.10.7:moby_moby/vendor/github.com/docker/docker \ + moby:moby:v20.10.8:moby_moby/vendor/github.com/docker/docker \ moby:term:df9cb8a40635:moby_term/vendor/github.com/moby/term \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ @@ -129,22 +130,23 @@ GH_TUPLE+= \ opentracing:opentracing-go:v1.2.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - prometheus:alertmanager:v0.22.2:prometheus_alertmanager/vendor/github.com/prometheus/alertmanager \ + prometheus:alertmanager:v0.23.0:prometheus_alertmanager/vendor/github.com/prometheus/alertmanager \ prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.29.0:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:exporter-toolkit:v0.6.0:prometheus_exporter_toolkit/vendor/github.com/prometheus/exporter-toolkit \ + prometheus:common:v0.1.0:prometheus_common_sigv4/vendor/github.com/prometheus/common/sigv4 \ + prometheus:common:v0.30.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:exporter-toolkit:v0.6.1:prometheus_exporter_toolkit/vendor/github.com/prometheus/exporter-toolkit \ prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ - protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ + protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ scaleway:scaleway-sdk-go:c65ae3540d44:scaleway_scaleway_sdk_go/vendor/github.com/scaleway/scaleway-sdk-go \ shurcooL:httpfs:8d4bc4ba7749:shurcool_httpfs/vendor/github.com/shurcooL/httpfs \ shurcooL:vfsgen:0d455de96546:shurcool_vfsgen/vendor/github.com/shurcooL/vfsgen \ simonpasquier:klog-gokit:v0.3.0:simonpasquier_klog_gokit/vendor/k8s.io/klog \ - simonpasquier:klog-gokit:v2.1.0:simonpasquier_klog_gokit_v2 \ - sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + simonpasquier:klog-gokit:v3.0.0:simonpasquier_klog_gokit_v3 \ + sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ - uber-go:atomic:v1.8.0:uber_go_atomic/vendor/go.uber.org/atomic \ + uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:goleak:v1.1.10:uber_go_goleak/vendor/go.uber.org/goleak \ uber:jaeger-client-go:v2.29.1:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \ uber:jaeger-lib:v2.4.1:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib @@ -163,4 +165,4 @@ post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RLN} ${WRKSRC_azure_go_autorest_tracing}/tracing ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RM} -r ${WRKSRC}/vendor/k8s.io/klog/v2 - @${RLN} ${WRKSRC_simonpasquier_klog_gokit_v2}/v2 ${WRKSRC}/vendor/k8s.io/klog/v2 + @${RLN} ${WRKSRC_simonpasquier_klog_gokit_v3} ${WRKSRC}/vendor/k8s.io/klog/v2 diff --git a/net-mgmt/prometheus2/distinfo b/net-mgmt/prometheus2/distinfo index 23a36b0e7b4d..25b3c4617dcd 100644 --- a/net-mgmt/prometheus2/distinfo +++ b/net-mgmt/prometheus2/distinfo @@ -1,16 +1,16 @@ -TIMESTAMP = 1625923509 -SHA256 (prometheus-prometheus-v2.28.1_GH0.tar.gz) = 6500dfe91f8d1ef8e7c064262a66773c2ac90d59a3dc9e3e480bbb29a78a3574 -SIZE (prometheus-prometheus-v2.28.1_GH0.tar.gz) = 5673613 -SHA256 (ports-assets-net-mgmt_prometheus2-v2.28.1_GH0.tar.gz) = cda238af238c02907c809eab256ac8507ca159388ae40f9e85fcef580a4bb79e -SIZE (ports-assets-net-mgmt_prometheus2-v2.28.1_GH0.tar.gz) = 6004205 -SHA256 (Azure-azure-sdk-for-go-v55.2.0_GH0.tar.gz) = 0391fac0ba750248f0cb6a9a0988b87886f4208559b16ec9c84b0c7c85d1f5e4 -SIZE (Azure-azure-sdk-for-go-v55.2.0_GH0.tar.gz) = 37804602 +TIMESTAMP = 1632656002 +SHA256 (prometheus-prometheus-v2.30.0_GH0.tar.gz) = 900dc07f54c1251f22d18c2a5751bb1b0192b3d9960406a2c7ea3098a688d53c +SIZE (prometheus-prometheus-v2.30.0_GH0.tar.gz) = 6227471 +SHA256 (ports-assets-net-mgmt_prometheus2-v2.30.0_GH0.tar.gz) = f422bab1b693857724117983d1dfab1861877147a074eb1429b57be8e9a53650 +SIZE (ports-assets-net-mgmt_prometheus2-v2.30.0_GH0.tar.gz) = 6034456 +SHA256 (Azure-azure-sdk-for-go-v57.1.0_GH0.tar.gz) = 3b1214d3ae8568ecba5c03f10b5a1fd700107fe00734d3563e529745ecbc547a +SIZE (Azure-azure-sdk-for-go-v57.1.0_GH0.tar.gz) = 42069618 SHA256 (Azure-go-autorest-446f41b7d65b_GH0.tar.gz) = 883e2603529a907a3da25d5e2389ab6473a80e6d79daf0d9ffc6385494e0da0a SIZE (Azure-go-autorest-446f41b7d65b_GH0.tar.gz) = 171840 -SHA256 (Azure-go-autorest-82fc42f340ce_GH0.tar.gz) = 2d4a08ba9c696c059e40d5e5ca879a96a4e629a8196a23b7d0ab2ac78eb9bc82 -SIZE (Azure-go-autorest-82fc42f340ce_GH0.tar.gz) = 176278 -SHA256 (Azure-go-autorest-autorest-v0.11.19_GH0.tar.gz) = 202fdaf0ff24838c397aec256d2f4e9e4e7fab81d11bd07e70a88f7b2afa99f8 -SIZE (Azure-go-autorest-autorest-v0.11.19_GH0.tar.gz) = 176429 +SHA256 (Azure-go-autorest-4e2e1bb52ffb_GH0.tar.gz) = f490eae213fa67895cee27f8724a64bbc359361233326b5134dfcb3fdd9e91d5 +SIZE (Azure-go-autorest-4e2e1bb52ffb_GH0.tar.gz) = 172343 +SHA256 (Azure-go-autorest-autorest-v0.11.20_GH0.tar.gz) = cc0fc40a942d6f087d52a20dca161dff6f1ef9b538a4c07dc0e19bf9fd566143 +SIZE (Azure-go-autorest-autorest-v0.11.20_GH0.tar.gz) = 176641 SHA256 (Azure-go-autorest-b3a0b30a7423_GH0.tar.gz) = 51b31571a26a5287eb67251aa69407bb6145f58253bdbb2e610b7eab7b0d762f SIZE (Azure-go-autorest-b3a0b30a7423_GH0.tar.gz) = 167123 SHA256 (Azure-go-autorest-logger-v0.2.1_GH0.tar.gz) = fac35805dc320638a322b407c0cd0c471932a4855e9ef0485c85e533af8146dc @@ -19,10 +19,8 @@ SHA256 (Azure-go-autorest-tracing-v0.6.0_GH0.tar.gz) = b43cd0127dd6e91debe1eb988 SIZE (Azure-go-autorest-tracing-v0.6.0_GH0.tar.gz) = 167113 SHA256 (Azure-go-autorest-v14.2.0_GH0.tar.gz) = d0db0e47112570e3f2bd2e38ae56338f1e74625dd4cb553007082fdad5fd844d SIZE (Azure-go-autorest-v14.2.0_GH0.tar.gz) = 167851 -SHA256 (HdrHistogram-hdrhistogram-go-v1.0.1_GH0.tar.gz) = 640a5e154cd28c0e487b5f08161d64db9ac80f990c42404ef977120c16d18fa5 -SIZE (HdrHistogram-hdrhistogram-go-v1.0.1_GH0.tar.gz) = 195422 -SHA256 (Microsoft-go-winio-v0.4.16_GH0.tar.gz) = 0cb82f4cdba942af6b545695d694e91b9d9d56bd38555c81744235d7c6f6485d -SIZE (Microsoft-go-winio-v0.4.16_GH0.tar.gz) = 85568 +SHA256 (Microsoft-go-winio-v0.4.17_GH0.tar.gz) = 52c2c7cc6be146ee7f2f9f2153c3b484c88bc2d579a1a34ade88cbc1ac016987 +SIZE (Microsoft-go-winio-v0.4.17_GH0.tar.gz) = 88052 SHA256 (PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 93e2ae2b12fc656ecc7ca28336009d24431247d2af59949c59fdef26ecc9a971 SIZE (PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 11604 SHA256 (PuerkitoBio-urlesc-de5bf2ad4578_GH0.tar.gz) = e1d470b13efcab6d4dea96a3cdb986b8a29a06c05d1b80399f0e58caef5ca932 @@ -37,22 +35,26 @@ SHA256 (armon-go-metrics-v0.3.3_GH0.tar.gz) = dec5bf0a4102f9d964402d20402c650732 SIZE (armon-go-metrics-v0.3.3_GH0.tar.gz) = 31844 SHA256 (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = a8a0ecc0f3f23bef9886a6b798d7a61d5c4b24e1aa8065a0de0173a4b39f7f5d SIZE (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = 60431 -SHA256 (aws-aws-sdk-go-v1.38.60_GH0.tar.gz) = b837358afabce550997261400f2914077914184330cc7e406f970a29cf685bbf -SIZE (aws-aws-sdk-go-v1.38.60_GH0.tar.gz) = 19418379 +SHA256 (aws-aws-sdk-go-v1.40.37_GH0.tar.gz) = 5375e349476a08ea7104211e3932f57f22e4ee7579e63c8ab6c2414e0a07312d +SIZE (aws-aws-sdk-go-v1.40.37_GH0.tar.gz) = 20210991 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 SHA256 (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = cc9dc0234de1baacf1855cf19615b381ca2f2adb83a2871e7a9b8b74e46818cf SIZE (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = 176498 -SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148 -SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292 -SHA256 (containerd-containerd-v1.4.3_GH0.tar.gz) = bc6d9452c700af0ebc09c0da8ddba55be4c03ac8928e72ca92d98905800c8018 -SIZE (containerd-containerd-v1.4.3_GH0.tar.gz) = 6178784 +SHA256 (cespare-xxhash-v2.1.2_GH0.tar.gz) = 471399cfcf0b1bd188add8d34435b91e7011cedbfe76e29687803a9d74320352 +SIZE (cespare-xxhash-v2.1.2_GH0.tar.gz) = 11244 +SHA256 (cncf-xds-fbca930ec8ed_GH0.tar.gz) = 2add9a520eacf52ae03b161e27523c2efdb46ee6e50127e34483055a5dc6e12c +SIZE (cncf-xds-fbca930ec8ed_GH0.tar.gz) = 39601 +SHA256 (containerd-containerd-v1.5.4_GH0.tar.gz) = 44ed4a11f1e286addfc079464977835fe0e391ae1947bfaaeb38fd6c366b5ad4 +SIZE (containerd-containerd-v1.5.4_GH0.tar.gz) = 7675134 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 +SHA256 (dennwc-varint-v1.0.0_GH0.tar.gz) = 4300e5fb475f56a045f0f65da75b636a09d37ab7c573c82b81257ece96286f57 +SIZE (dennwc-varint-v1.0.0_GH0.tar.gz) = 4769 SHA256 (dgryski-go-sip13-62edffca9245_GH0.tar.gz) = 50f99ee13d2f421d72f18d44f2c4bf4653e1ddf34c1488038b998f75e673e31d SIZE (dgryski-go-sip13-62edffca9245_GH0.tar.gz) = 4500 -SHA256 (digitalocean-godo-v1.62.0_GH0.tar.gz) = ba96227145c73d5f5130b6c5a5c18681fbb7fe570d8dedf07319be1bceac1bf9 -SIZE (digitalocean-godo-v1.62.0_GH0.tar.gz) = 113693 +SHA256 (digitalocean-godo-v1.65.0_GH0.tar.gz) = 1c17419638a43d57de8c99f94c7f5ba15acaa03b23d416fc741e2a48e828fecd +SIZE (digitalocean-godo-v1.65.0_GH0.tar.gz) = 118216 SHA256 (docker-distribution-v2.7.1_GH0.tar.gz) = 4c3609c102351f15c0386f619d48bb592f3100726b4bde86f3eba7739192ff55 SIZE (docker-distribution-v2.7.1_GH0.tar.gz) = 1996699 SHA256 (docker-go-connections-v0.4.0_GH0.tar.gz) = e31dfcf72dd9b07bf6dc320671a78a142a1b7c6287a7282c034c8cd463bc8663 @@ -61,12 +63,14 @@ SHA256 (docker-go-units-v0.4.0_GH0.tar.gz) = b411f15ca9b419880006f3944b8ec87dc3f SIZE (docker-go-units-v0.4.0_GH0.tar.gz) = 11514 SHA256 (edsrzf-mmap-go-v1.0.0_GH0.tar.gz) = 49c502c28de1e36f12005a70543ae62e15dcd85565572df4e973beb5812587bf SIZE (edsrzf-mmap-go-v1.0.0_GH0.tar.gz) = 5463 -SHA256 (evanphx-json-patch-v4.9.0_GH0.tar.gz) = 5ab8b7866d0a11720e3398bb6f3f7246e93d035c8ded49db4f36b017ea9ff235 -SIZE (evanphx-json-patch-v4.9.0_GH0.tar.gz) = 29494 +SHA256 (envoyproxy-go-control-plane-v0.9.9_GH0.tar.gz) = ece104b6f272922a782968b6b77a4fa9214cfa1e9af1853d4a68be5883d5889f +SIZE (envoyproxy-go-control-plane-v0.9.9_GH0.tar.gz) = 2581487 +SHA256 (envoyproxy-protoc-gen-validate-v0.6.1_GH0.tar.gz) = c695fc5a2e5a1b52904cd8a58ce7a1c3a80f7f50719496fd606e551685c01101 +SIZE (envoyproxy-protoc-gen-validate-v0.6.1_GH0.tar.gz) = 148503 +SHA256 (evanphx-json-patch-v4.11.0_GH0.tar.gz) = d521de0e5a423edc543ceb0dc813c22a1c5be962461691dd154351f70dd58c0f +SIZE (evanphx-json-patch-v4.11.0_GH0.tar.gz) = 33253 SHA256 (fatih-color-v1.9.0_GH0.tar.gz) = f5a6372ff7c87d22baaa2089e5cdd8a218fb3a9be047195c0ab421d5340f6f3f SIZE (fatih-color-v1.9.0_GH0.tar.gz) = 1230941 -SHA256 (form3tech-oss-jwt-go-v3.2.2_GH0.tar.gz) = 179ca725463e7f13be8591bc285f4048da6887b1056d96848b16e137c995a2e2 -SIZE (form3tech-oss-jwt-go-v3.2.2_GH0.tar.gz) = 38248 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 SHA256 (ghodss-yaml-v1.0.0_GH0.tar.gz) = 8a76b47cd171944612aae1cfa08bbb971b63fec16794c839252808392097de44 @@ -77,8 +81,8 @@ SHA256 (go-kit-kit-v0.10.0_GH0.tar.gz) = c0fac2e37b981e4c18e4f210b92e1393bd59dad SIZE (go-kit-kit-v0.10.0_GH0.tar.gz) = 274801 SHA256 (go-kit-log-v0.1.0_GH0.tar.gz) = 8850c5fb4c143ec830a85dd99085d77591de453ce66c26ecc97eca911f785665 SIZE (go-kit-log-v0.1.0_GH0.tar.gz) = 28979 -SHA256 (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 76727000951c187d058289d8e83d3e2ad480a5d44c7c83b025b78b7eb6bf0258 -SIZE (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 11745 +SHA256 (go-logfmt-logfmt-v0.5.1_GH0.tar.gz) = a9a93f7cbb92a53a587fda196bc040264a625e76064495e95cb3e907f9a93499 +SIZE (go-logfmt-logfmt-v0.5.1_GH0.tar.gz) = 12115 SHA256 (go-openapi-analysis-v0.20.0_GH0.tar.gz) = b94c995545da66b594f9717989266bc6ac08ecb3c319072dfd69001b86c55808 SIZE (go-openapi-analysis-v0.20.0_GH0.tar.gz) = 221669 SHA256 (go-openapi-errors-v0.20.0_GH0.tar.gz) = a60f376f419e20b05858e49b766251c6ab27799ebedb4643f53988e2848bac3b @@ -89,12 +93,12 @@ SHA256 (go-openapi-jsonreference-v0.19.5_GH0.tar.gz) = 9ab7344a39477fda6b782ab30 SIZE (go-openapi-jsonreference-v0.19.5_GH0.tar.gz) = 14168 SHA256 (go-openapi-loads-v0.20.2_GH0.tar.gz) = b06fba121c3caa54ee3072e98a2e7d6d1cfafa0d9b68a352547eb8eb2f7aa188 SIZE (go-openapi-loads-v0.20.2_GH0.tar.gz) = 56554 -SHA256 (go-openapi-runtime-v0.19.28_GH0.tar.gz) = cff1e687c305bb9a73b6db9cc212fef9689db361080c805510c927300f0696a3 -SIZE (go-openapi-runtime-v0.19.28_GH0.tar.gz) = 132420 +SHA256 (go-openapi-runtime-v0.19.29_GH0.tar.gz) = 14dc66d0b56e5b8ed04bd73128b20ff13352e46f35502835dfada3d94a684fa5 +SIZE (go-openapi-runtime-v0.19.29_GH0.tar.gz) = 132478 SHA256 (go-openapi-spec-v0.20.3_GH0.tar.gz) = bb910bdd01984283d7febe21935ea55cd1ee4d6628bc056668a13ccda79029b1 SIZE (go-openapi-spec-v0.20.3_GH0.tar.gz) = 297211 -SHA256 (go-openapi-strfmt-v0.20.1_GH0.tar.gz) = cef0c25b71554edb56e1707dc0c0d2c463877861917e6b9a05f8a03dbda6efd8 -SIZE (go-openapi-strfmt-v0.20.1_GH0.tar.gz) = 44436 +SHA256 (go-openapi-strfmt-v0.20.2_GH0.tar.gz) = 6912ce9f4a843ec85c9621c84a9b879853c2fc81664e2fcac81a31c6b0250737 +SIZE (go-openapi-strfmt-v0.20.2_GH0.tar.gz) = 44442 SHA256 (go-openapi-swag-v0.19.15_GH0.tar.gz) = 5d22d5a44970926178102eb80926f4cbfd00f3f1f2810cbbd4d8e7c62547afe6 SIZE (go-openapi-swag-v0.19.15_GH0.tar.gz) = 35515 SHA256 (go-openapi-validate-v0.20.2_GH0.tar.gz) = 40145ab360fd08dc30396acdee8c7b46541f90b8613ad53b98a5786f439cf186 @@ -111,68 +115,68 @@ SHA256 (go-zookeeper-zk-v1.0.2_GH0.tar.gz) = b752c97a44f5dbfc01a156c7a8c3de76d46 SIZE (go-zookeeper-zk-v1.0.2_GH0.tar.gz) = 43406 SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34 SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725 +SHA256 (golang-jwt-jwt-v4.0.0_GH0.tar.gz) = 5d305c23625c50ed87968122a7fe17d760665857199b9a8e13ad679931ccd191 +SIZE (golang-jwt-jwt-v4.0.0_GH0.tar.gz) = 40180 SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 SHA256 (golang-crypto-5ff15b29337e_GH0.tar.gz) = 094d3a6563b4e2d7ce5e4ac2ff5f79bc14a4a7111a3310270e63505705a43cb6 SIZE (golang-crypto-5ff15b29337e_GH0.tar.gz) = 1732042 SHA256 (golang-glog-23def4e6c14b_GH0.tar.gz) = 528b6072aa1c5dc69325bd6f057940ba8908703542ec5689b64b98e72c48588b SIZE (golang-glog-23def4e6c14b_GH0.tar.gz) = 19660 -SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865 -SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047 +SHA256 (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 1e89795970d6593affdafe1d09dcf947681ca1ea82528e8e4fb9974a77f2e394 +SIZE (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 26101 SHA256 (golang-lint-6edffad5e616_GH0.tar.gz) = 36bd9104a849af61871ec89d776c0b4e7574b5ed0e814a029c02574b0cef4057 SIZE (golang-lint-6edffad5e616_GH0.tar.gz) = 31976 SHA256 (golang-mod-v0.4.2_GH0.tar.gz) = ce4131eb443ac67ededb139a43bae4fbb2c4b84843936495c6a6de92b8033917 SIZE (golang-mod-v0.4.2_GH0.tar.gz) = 104584 -SHA256 (golang-net-84b48f89b13b_GH0.tar.gz) = 2937fbc6cdc2dfcf2db9a20bddd42cc0e18a433e0e7a3820af4e152ff0d2b584 -SIZE (golang-net-84b48f89b13b_GH0.tar.gz) = 1252079 -SHA256 (golang-oauth2-f6687ab2804c_GH0.tar.gz) = 27c3e0a310558e28bb92068320ea50b5c03c75a06312d37a7fa5e517e1e79f8d -SIZE (golang-oauth2-f6687ab2804c_GH0.tar.gz) = 79618 +SHA256 (golang-net-ad29c8ab022f_GH0.tar.gz) = d0d38beccead458cd3988b06f8529560a8e1b5800902b00dc2d936c83be4021b +SIZE (golang-net-ad29c8ab022f_GH0.tar.gz) = 1254246 +SHA256 (golang-oauth2-2bc19b11175f_GH0.tar.gz) = 0c48c35f7a2770bfa38cac8cd2f851599c4de73811389c3a01f1db1e1eb93d33 +SIZE (golang-oauth2-2bc19b11175f_GH0.tar.gz) = 85667 SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3 SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 -SHA256 (golang-snappy-v0.0.3_GH0.tar.gz) = c22541bf48b252b55ea0e618a5887e3d4f95c6ec5e46bbd60d1020366ffa2580 -SIZE (golang-snappy-v0.0.3_GH0.tar.gz) = 65976 +SHA256 (golang-snappy-v0.0.4_GH0.tar.gz) = 77df678795596f9dfecb5744deb984633d780460a7e9a59e0c7ecfe2052b644f +SIZE (golang-snappy-v0.0.4_GH0.tar.gz) = 66129 SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 -SHA256 (golang-sys-665e8c7367d1_GH0.tar.gz) = 19c3498496d91ac9c0c0226c9b832c23a0b042b9a707be811ef976e801d373f4 -SIZE (golang-sys-665e8c7367d1_GH0.tar.gz) = 1200405 +SHA256 (golang-sys-6f6e22806c34_GH0.tar.gz) = 53e854fbac7b02e2307ad9229ab6b571ad5be10d46b3973a7041e5618eec9bed +SIZE (golang-sys-6f6e22806c34_GH0.tar.gz) = 1210865 SHA256 (golang-term-6a3ed077a48d_GH0.tar.gz) = 6760076add528b90a5e07ad357eef6f11ec03e19eebe66d1b1ef383fd9214e9a SIZE (golang-term-6a3ed077a48d_GH0.tar.gz) = 15333 SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095 -SHA256 (golang-time-38a9dc6acbc6_GH0.tar.gz) = 2988d124069c25520c6389d823f6f3985fafe86a0355ba8d2ee33040dca085dc -SIZE (golang-time-38a9dc6acbc6_GH0.tar.gz) = 9663 -SHA256 (golang-tools-v0.1.3_GH0.tar.gz) = 2deb87ad7b920308820245a3d6a20889558d14ea4ad6505ace798f391da57b8a -SIZE (golang-tools-v0.1.3_GH0.tar.gz) = 2813072 +SHA256 (golang-time-1f47c861a9ac_GH0.tar.gz) = 2548d6d6813621c77fa36a5783e36939d3f4427d962ba58415645f89fcb70925 +SIZE (golang-time-1f47c861a9ac_GH0.tar.gz) = 9533 +SHA256 (golang-tools-v0.1.5_GH0.tar.gz) = fe47ea2bae87d8612ec8202c7fcf9ec7d125fbf236a36f1417d93295dbc3a855 +SIZE (golang-tools-v0.1.5_GH0.tar.gz) = 2843361 SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 SHA256 (google-go-cmp-v0.5.6_GH0.tar.gz) = cba2118596f694c135b3f3d6fe49b73ca2a7882aa4d7f346e341cb106afce5f1 SIZE (google-go-cmp-v0.5.6_GH0.tar.gz) = 104421 -SHA256 (google-go-genproto-392c879c8b08_GH0.tar.gz) = 206b209ac0d793f0568d677a2b3bcbfa6b97888b4c9df1d87f76fe01c530695d -SIZE (google-go-genproto-392c879c8b08_GH0.tar.gz) = 9319960 +SHA256 (google-go-genproto-d08c68adba83_GH0.tar.gz) = 99aa15fb243117875fcd81f2df84ccbd1915e2514d5deed847da421f0e55c279 +SIZE (google-go-genproto-d08c68adba83_GH0.tar.gz) = 11337639 SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 SHA256 (google-gofuzz-v1.1.0_GH0.tar.gz) = 29aaa068090a761e6cc10e3722c5cc4c6a09840c50b442e5a53088e95bd3f325 SIZE (google-gofuzz-v1.1.0_GH0.tar.gz) = 13517 -SHA256 (google-pprof-a478d1d731e9_GH0.tar.gz) = 20105f63fd8e20ee22adb4f4663beefc8760509e042bd3de8ff62f7d3f580e51 -SIZE (google-pprof-a478d1d731e9_GH0.tar.gz) = 1722892 -SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c -SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328 -SHA256 (googleapis-gnostic-v0.4.1_GH0.tar.gz) = cc20ab94cf800fdfe377778aa0e2c640045c80193a873253e97605297801733f -SIZE (googleapis-gnostic-v0.4.1_GH0.tar.gz) = 362548 -SHA256 (googleapis-google-api-go-client-v0.48.0_GH0.tar.gz) = 3b74d780082aab813e45abdec66e25d1609431cca8b5a3b0c6c7fc8a73907994 -SIZE (googleapis-google-api-go-client-v0.48.0_GH0.tar.gz) = 20721037 -SHA256 (googleapis-google-cloud-go-v0.83.0_GH0.tar.gz) = 20ef9373bdcf0726827d2ab4cc754441dea614ce874ca3cb4fe4bec40fcef93a -SIZE (googleapis-google-cloud-go-v0.83.0_GH0.tar.gz) = 3948387 -SHA256 (gophercloud-gophercloud-v0.18.0_GH0.tar.gz) = 94f4e56ed503ba036e6d552479d86b77f0c0e5bab4a765c5f532dab6bfa64dbc -SIZE (gophercloud-gophercloud-v0.18.0_GH0.tar.gz) = 1043725 -SHA256 (gotestyourself-gotest.tools-v3.0.3_GH0.tar.gz) = a9b13a102405961e2e7f81d0999ac3ec38b118c9db16e0d957967aabef5e2e80 -SIZE (gotestyourself-gotest.tools-v3.0.3_GH0.tar.gz) = 63489 +SHA256 (google-pprof-02619b876842_GH0.tar.gz) = cb9dedb920f7fdfc9ce84621531e4248e9e8d8046c51f2757ff8babf70957781 +SIZE (google-pprof-02619b876842_GH0.tar.gz) = 1723772 +SHA256 (googleapis-gax-go-v2.1.0_GH0.tar.gz) = fa7f13da028ee577ab3938f22f873a5f1ffbaace0ea9c328ae4c2c42422ffac0 +SIZE (googleapis-gax-go-v2.1.0_GH0.tar.gz) = 60946 +SHA256 (googleapis-gnostic-v0.5.5_GH0.tar.gz) = c5d122e458409053b48ef9fc2c350c97e1c1f90b478b850df2b2f7ee49dd8f69 +SIZE (googleapis-gnostic-v0.5.5_GH0.tar.gz) = 461734 +SHA256 (googleapis-google-api-go-client-v0.56.0_GH0.tar.gz) = 255fa9715c322e7faf7b83126fea7bb3ff7a30a65956999732776abd7225c3fc +SIZE (googleapis-google-api-go-client-v0.56.0_GH0.tar.gz) = 21946783 +SHA256 (googleapis-google-cloud-go-v0.93.3_GH0.tar.gz) = aba6e14bc5f17bd3d4fa14e42253c232b081dd861e23e34f7d223e488add8c62 +SIZE (googleapis-google-cloud-go-v0.93.3_GH0.tar.gz) = 6164802 +SHA256 (gophercloud-gophercloud-v0.20.0_GH0.tar.gz) = fd3c6aef40c535a23d708d185bde7d3cfec66036a39ee3e200c1c79c7fd35ca4 +SIZE (gophercloud-gophercloud-v0.20.0_GH0.tar.gz) = 1050390 SHA256 (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 20ba8f2aeb4a580109357fffaa42f8400aba1155b95c8845e412287907e64379 SIZE (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 521578 -SHA256 (grpc-grpc-go-v1.38.0_GH0.tar.gz) = fd6a2e2ae9e810670fdb63d196275ddb171e7f99f3bb801a02dde973de2f557b -SIZE (grpc-grpc-go-v1.38.0_GH0.tar.gz) = 1253222 -SHA256 (hashicorp-consul-v1.8.1_GH0.tar.gz) = c173e9866e6181b3679a942233adade118976414f6ca2da8deaea0fa2bba9b06 -SIZE (hashicorp-consul-v1.8.1_GH0.tar.gz) = 24233215 +SHA256 (grpc-grpc-go-v1.40.0_GH0.tar.gz) = baab44655d2ca715630356e6a74b2d27d91c8d40095913cd904bcc68ad332a82 +SIZE (grpc-grpc-go-v1.40.0_GH0.tar.gz) = 1305305 +SHA256 (hashicorp-consul-v1.10.1_GH0.tar.gz) = c840ba7b52df3ec6105a7febe900e52dde504a33bd1fa4e2e1985a88b6072d41 +SIZE (hashicorp-consul-v1.10.1_GH0.tar.gz) = 29598444 SHA256 (hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 24dedefe5edc4698dfa7e15a472369078a3447e8096e6d856549341c873c4a0b SIZE (hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 8069 SHA256 (hashicorp-go-hclog-v0.12.2_GH0.tar.gz) = d084a054573ef3179690fc1b7a952732da5e85737f6a36ac679b4676cc06d4e1 @@ -185,12 +189,12 @@ SHA256 (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = d50c188af0cc8b22e7e4b79e907169 SIZE (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = 13428 SHA256 (hashicorp-serf-v0.9.5_GH0.tar.gz) = a1ae9e387c9d5d7f58770d1864d72dbf0b8a27ba1595f07c3399a9dc7fbb9c50 SIZE (hashicorp-serf-v0.9.5_GH0.tar.gz) = 2301292 -SHA256 (hetznercloud-hcloud-go-v1.26.2_GH0.tar.gz) = 3a6179f4ace2acf479c09ac72f95795e0ec8aaac65b42e8ecbbf2c54879a19da -SIZE (hetznercloud-hcloud-go-v1.26.2_GH0.tar.gz) = 89391 -SHA256 (imdario-mergo-v0.3.5_GH0.tar.gz) = 0e39c5cb0ee73c1f759d9b9260f3c82cc4ca7757c9f07713e9487c4b126da205 -SIZE (imdario-mergo-v0.3.5_GH0.tar.gz) = 15920 -SHA256 (influxdata-influxdb-v1.9.2_GH0.tar.gz) = 1385fd3787c9087a0b2d1dc3bb5a9ad57a4ef7b8cc7da7fb988659f760411181 -SIZE (influxdata-influxdb-v1.9.2_GH0.tar.gz) = 12126566 +SHA256 (hetznercloud-hcloud-go-v1.32.0_GH0.tar.gz) = 9efd9f643c2f6652956e37924d4dd32c127fd42cc603d54761f873445e074f58 +SIZE (hetznercloud-hcloud-go-v1.32.0_GH0.tar.gz) = 103155 +SHA256 (imdario-mergo-v0.3.11_GH0.tar.gz) = 36544167ad735d458781b89ce3c3bfd56dd6ebdeadd5f3b4e1e0c6e0ab4f2191 +SIZE (imdario-mergo-v0.3.11_GH0.tar.gz) = 22060 +SHA256 (influxdata-influxdb-v1.9.3_GH0.tar.gz) = 84f7ad8aea39e5c8bf454959e54d5d64d25947ec7cc920b006789fa57b65d95e +SIZE (influxdata-influxdb-v1.9.3_GH0.tar.gz) = 12132077 SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 SHA256 (josharian-intern-v1.0.0_GH0.tar.gz) = 7c7df6e792ed5db0b1a63c8ec74236b70958ad36c9fe5a02b52b1a418b177b5e @@ -201,40 +205,38 @@ SHA256 (json-iterator-go-v1.1.11_GH0.tar.gz) = 19d0d56ac18a052867360b10201bad614 SIZE (json-iterator-go-v1.1.11_GH0.tar.gz) = 84401 SHA256 (julienschmidt-httprouter-v1.3.0_GH0.tar.gz) = 2999dffc23f8ac3872ea37d108ddec0ba570d2780a42876300bdcdb0744908e2 SIZE (julienschmidt-httprouter-v1.3.0_GH0.tar.gz) = 23889 -SHA256 (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 0fe1169bb05476f0a3270866cdd9b39b7986a1dce556f6508046ac5f0c5ad8f3 -SIZE (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 1983 -SHA256 (kubernetes-sigs-structured-merge-diff-v4.1.0_GH0.tar.gz) = 64c3e052b06e12048c38f218eae418e02ff20bb3222ff15e297dff4ae5cf0038 -SIZE (kubernetes-sigs-structured-merge-diff-v4.1.0_GH0.tar.gz) = 286781 +SHA256 (kubernetes-sigs-structured-merge-diff-v4.1.2_GH0.tar.gz) = 85dfca067bbd67f7e785aa322c0a674127c2304b7cd187c35bec1e773b58eabd +SIZE (kubernetes-sigs-structured-merge-diff-v4.1.2_GH0.tar.gz) = 289232 SHA256 (kubernetes-sigs-yaml-v1.2.0_GH0.tar.gz) = 80612b8cc63863556906f04df7eca89179bf81e5b3d1133c082bd7e5e35d5514 SIZE (kubernetes-sigs-yaml-v1.2.0_GH0.tar.gz) = 92574 -SHA256 (kubernetes-api-v0.21.1_GH0.tar.gz) = e985c5034f7bbf1c8853061b31d464323fabd1400bf330fc8374802e244836dd -SIZE (kubernetes-api-v0.21.1_GH0.tar.gz) = 3240657 -SHA256 (kubernetes-apimachinery-v0.21.1_GH0.tar.gz) = 81c21c0da6dc5c798e31ee0aa1956c045fede8ff9f3498a690392eed5a5c85b4 -SIZE (kubernetes-apimachinery-v0.21.1_GH0.tar.gz) = 545999 -SHA256 (kubernetes-client-go-v0.21.1_GH0.tar.gz) = 7b39fcbdce4ca9f1b82f4b3ea2fdb869dec9d99eafa557e464ce3045c608e27c -SIZE (kubernetes-client-go-v0.21.1_GH0.tar.gz) = 930899 -SHA256 (kubernetes-kube-openapi-591a79e4bda7_GH0.tar.gz) = a3a75f5b05cd7dce81cf1424eea4a0bd4981ad0e2577c93fdcb264fdda4d1c5c -SIZE (kubernetes-kube-openapi-591a79e4bda7_GH0.tar.gz) = 844891 -SHA256 (kubernetes-utils-67b214c5f920_GH0.tar.gz) = b02055c087582fc66e876ea319d61efb81d09a2433b00a33a03221667c0214d9 -SIZE (kubernetes-utils-67b214c5f920_GH0.tar.gz) = 96505 -SHA256 (linode-linodego-v0.28.5_GH0.tar.gz) = bdc25f1d649202e7ae9b52fb6e43a39bf85ae635b47fdf416c7c8931a4e140d7 -SIZE (linode-linodego-v0.28.5_GH0.tar.gz) = 304772 +SHA256 (kubernetes-api-v0.22.1_GH0.tar.gz) = e8881012e5dbd3cd7b4b683828ca76cb8080b44fd5b141110bb64cc45d42c14e +SIZE (kubernetes-api-v0.22.1_GH0.tar.gz) = 3137352 +SHA256 (kubernetes-apimachinery-v0.22.1_GH0.tar.gz) = 91f37132c3ab567f665f2464a8b4c9c0d9473d1d2c625f14f6684bce35b73a02 +SIZE (kubernetes-apimachinery-v0.22.1_GH0.tar.gz) = 550556 +SHA256 (kubernetes-client-go-v0.22.1_GH0.tar.gz) = 5be9231d57141ae636b9b08393b5a325efb600aaaaccd833f0ba7cfb9a39d66e +SIZE (kubernetes-client-go-v0.22.1_GH0.tar.gz) = 962652 +SHA256 (kubernetes-kube-openapi-95288971da7e_GH0.tar.gz) = 016ad3c1b3e09f8ac9b6a916da94edc41bcff93bfd0c9d9399cede37a068b613 +SIZE (kubernetes-kube-openapi-95288971da7e_GH0.tar.gz) = 853267 +SHA256 (kubernetes-utils-4b05e18ac7d9_GH0.tar.gz) = f8004b7d0fefc30a7e585bbd79e8b2f569e5a8459f3ac7178439214ce33db68f +SIZE (kubernetes-utils-4b05e18ac7d9_GH0.tar.gz) = 104685 +SHA256 (linode-linodego-v0.32.0_GH0.tar.gz) = 187008e5c620898c04af01b0e5b06a9379f50a9842679a40255d705951602d6d +SIZE (linode-linodego-v0.32.0_GH0.tar.gz) = 319698 SHA256 (mailru-easyjson-v0.7.6_GH0.tar.gz) = 36849ef77dc92330e2d9f006a4fb2ef871e11abfddcedec771b84ebfc2380ecc SIZE (mailru-easyjson-v0.7.6_GH0.tar.gz) = 81195 -SHA256 (mattn-go-colorable-v0.1.6_GH0.tar.gz) = e313129503025c383b5e69082fb1144e83a864d12ec45bb7a224d3fc4a635fbc -SIZE (mattn-go-colorable-v0.1.6_GH0.tar.gz) = 9472 +SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f +SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 -SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b -SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184 -SHA256 (miekg-dns-v1.1.42_GH0.tar.gz) = 167b2c2c9cb96d07c97db2c46286914fb74d09be5b02d7149f4918782d675ccb -SIZE (miekg-dns-v1.1.42_GH0.tar.gz) = 200831 +SHA256 (matttproud-golang_protobuf_extensions-c182affec369_GH0.tar.gz) = 66a6911e621bfd8823078568688b5683d66ce0b8f85da7b1288d3533d2724735 +SIZE (matttproud-golang_protobuf_extensions-c182affec369_GH0.tar.gz) = 37518 +SHA256 (miekg-dns-v1.1.43_GH0.tar.gz) = 889d61c9ce9594ef0fa4b8b601fcf094082b8c12f5638063652d8dee7ee5339a +SIZE (miekg-dns-v1.1.43_GH0.tar.gz) = 200617 SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048 SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826 -SHA256 (moby-moby-v20.10.7_GH0.tar.gz) = b80142035de46904605fb7b8f18075cd94154f8c3d67ff346ea554d1e9d579b9 -SIZE (moby-moby-v20.10.7_GH0.tar.gz) = 11077660 +SHA256 (moby-moby-v20.10.8_GH0.tar.gz) = 2505d00032f5d40ead5ac779c2840303dcead04713c93ba974be4c19b3ab8d0a +SIZE (moby-moby-v20.10.8_GH0.tar.gz) = 11080739 SHA256 (moby-term-df9cb8a40635_GH0.tar.gz) = 29d392e902443adc2807ff5c831f5c14aa183bdc62df6472eb8a99bf19aedf6f SIZE (moby-term-df9cb8a40635_GH0.tar.gz) = 15173 SHA256 (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f @@ -263,20 +265,22 @@ SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf1 SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (prometheus-alertmanager-v0.22.2_GH0.tar.gz) = 68ec391b706c4a0a401190adc855097d9a0a06064d51b39c2d81932c69b00fde -SIZE (prometheus-alertmanager-v0.22.2_GH0.tar.gz) = 2089680 +SHA256 (prometheus-alertmanager-v0.23.0_GH0.tar.gz) = 62c18c4d6cfc78958b67140dded371b2942fd96841d3d6e29c7c77dfa98e6d6a +SIZE (prometheus-alertmanager-v0.23.0_GH0.tar.gz) = 2099450 SHA256 (prometheus-client_golang-v1.11.0_GH0.tar.gz) = a3bc3312bde4182e507042ca0e7ca88aac6656bbf8d516d732e34c3f14bb612a SIZE (prometheus-client_golang-v1.11.0_GH0.tar.gz) = 168706 SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 -SHA256 (prometheus-common-v0.29.0_GH0.tar.gz) = 61d6756202f3e313ca6e4e1ba1545e8e5def31a03a7bb81fca1ee2db5f3008d5 -SIZE (prometheus-common-v0.29.0_GH0.tar.gz) = 124111 -SHA256 (prometheus-exporter-toolkit-v0.6.0_GH0.tar.gz) = 86e140a4afdc79856507927d889f45eb7e047ce2d52ecf22bd3e4254b6d12f69 -SIZE (prometheus-exporter-toolkit-v0.6.0_GH0.tar.gz) = 49505 +SHA256 (prometheus-common-v0.1.0_GH0.tar.gz) = 5c08a6066883c7043a5cd27a074e763b5de110f65c1ea6ffc8c9360038bb8dd9 +SIZE (prometheus-common-v0.1.0_GH0.tar.gz) = 87363 +SHA256 (prometheus-common-v0.30.0_GH0.tar.gz) = 867c17dbef42eae180d959ca67f7534051939ffe187ad46c2a80397deb849f50 +SIZE (prometheus-common-v0.30.0_GH0.tar.gz) = 145566 +SHA256 (prometheus-exporter-toolkit-v0.6.1_GH0.tar.gz) = cfc55484414f9439b9de342d08ff20d87175ad2add174fdf9f1482c393e5e74b +SIZE (prometheus-exporter-toolkit-v0.6.1_GH0.tar.gz) = 49713 SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898 -SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676 -SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215 +SHA256 (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 3ec41a8324431e72f85e0dc0c2c098cc14c3cb1ee8820996c8f46afca2d65609 +SIZE (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 1278521 SHA256 (scaleway-scaleway-sdk-go-c65ae3540d44_GH0.tar.gz) = b0565fe7b0b09073f86911f39ddf35547969f40c0a8cce1ee7a452d02ce8ce74 SIZE (scaleway-scaleway-sdk-go-c65ae3540d44_GH0.tar.gz) = 430135 SHA256 (shurcooL-httpfs-8d4bc4ba7749_GH0.tar.gz) = 761fc18152b6998a40b6aa8169fa1275cbbbdba0632096bf5a004a8c5d1c9d99 @@ -285,16 +289,16 @@ SHA256 (shurcooL-vfsgen-0d455de96546_GH0.tar.gz) = e54c6fad553f915401861a2c687c5 SIZE (shurcooL-vfsgen-0d455de96546_GH0.tar.gz) = 13648 SHA256 (simonpasquier-klog-gokit-v0.3.0_GH0.tar.gz) = b947f9458bc02db6b809d867a9a5ff8288ae36edcae3ff42ec916a46913c2c46 SIZE (simonpasquier-klog-gokit-v0.3.0_GH0.tar.gz) = 38485 -SHA256 (simonpasquier-klog-gokit-v2.1.0_GH0.tar.gz) = 99d2bcda33fe54f43829c0022baa0a45e8bcea12ff13b043ec6445faa09af421 -SIZE (simonpasquier-klog-gokit-v2.1.0_GH0.tar.gz) = 38625 -SHA256 (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 536151aa2fed39e2b74925f81c8cd31f0c02c013881ba2d30982731d12424ed0 -SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748 +SHA256 (simonpasquier-klog-gokit-v3.0.0_GH0.tar.gz) = 747f7c649f5eaac8801ccd4c31872681762ae0accedd36f5b24af9c29fa3865e +SIZE (simonpasquier-klog-gokit-v3.0.0_GH0.tar.gz) = 7985 +SHA256 (sirupsen-logrus-v1.7.0_GH0.tar.gz) = a7baaa1c646441d002f3867b5998b6b45b629ecfad317d468a981e23e0c9c6ca +SIZE (sirupsen-logrus-v1.7.0_GH0.tar.gz) = 46392 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 -SHA256 (uber-go-atomic-v1.8.0_GH0.tar.gz) = b280cc92ab920672973a4b6087b7996d0131620d6b67859ad05267f29ca7fae0 -SIZE (uber-go-atomic-v1.8.0_GH0.tar.gz) = 19843 +SHA256 (uber-go-atomic-v1.9.0_GH0.tar.gz) = a6b11bb77c479298cdfdfdf2132975dbd975322b619451378cbdf731facd874a +SIZE (uber-go-atomic-v1.9.0_GH0.tar.gz) = 21331 SHA256 (uber-go-goleak-v1.1.10_GH0.tar.gz) = 99ccfd2270aebb09e5c1693094d1da5f47be09689fd515b623657f75e6dc2c40 SIZE (uber-go-goleak-v1.1.10_GH0.tar.gz) = 12098 SHA256 (uber-jaeger-client-go-v2.29.1_GH0.tar.gz) = 853bd485d5d2bd0ff6d779d2e1196568ee9bf1ce6d529f4430c117cfecc1c849 diff --git a/net-mgmt/prometheus2/pkg-plist b/net-mgmt/prometheus2/pkg-plist index e02b8b7a0c7f..2d9d089eef65 100644 --- a/net-mgmt/prometheus2/pkg-plist +++ b/net-mgmt/prometheus2/pkg-plist @@ -17,7 +17,7 @@ bin/promtool %%PORTDOCS%%%%DOCSDIR%%/configuration/template_examples.md %%PORTDOCS%%%%DOCSDIR%%/configuration/template_reference.md %%PORTDOCS%%%%DOCSDIR%%/configuration/unit_testing_rules.md -%%PORTDOCS%%%%DOCSDIR%%/disabled_features.md +%%PORTDOCS%%%%DOCSDIR%%/feature_flags.md %%PORTDOCS%%%%DOCSDIR%%/federation.md %%PORTDOCS%%%%DOCSDIR%%/getting_started.md %%PORTDOCS%%%%DOCSDIR%%/http_sd.md From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 06:52:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE3236AFB43; Mon, 27 Sep 2021 06:52:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHtc850rYz4W5P; Mon, 27 Sep 2021 06:52:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C8BE44C3; Mon, 27 Sep 2021 06:52:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R6qO7r007878; Mon, 27 Sep 2021 06:52:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R6qOBk007877; Mon, 27 Sep 2021 06:52:24 GMT (envelope-from git) Date: Mon, 27 Sep 2021 06:52:24 GMT Message-Id: <202109270652.18R6qOBk007877@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: 22b087cde88d - main - devel/ruby-build: Update to 20210925 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 22b087cde88d68ddf322d4cc8d4a6e4db9352f8e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 06:52:24 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=22b087cde88d68ddf322d4cc8d4a6e4db9352f8e commit 22b087cde88d68ddf322d4cc8d4a6e4db9352f8e Author: Koichiro Iwao AuthorDate: 2021-09-25 14:43:06 +0000 Commit: Koichiro Iwao CommitDate: 2021-09-27 06:52:15 +0000 devel/ruby-build: Update to 20210925 This is a leaf port and worth tool to keep up to date. So should be MFH'ed to quarterly. Changes: https://github.com/rbenv/ruby-build/releases/tag/v20210925 Differential Revision: https://reviews.freebsd.org/D32140 MFH: 2021Q3 --- devel/ruby-build/Makefile | 2 +- devel/ruby-build/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile index 327cb6ef3022..c1d90b724881 100644 --- a/devel/ruby-build/Makefile +++ b/devel/ruby-build/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-build -PORTVERSION= 20210825 +PORTVERSION= 20210925 DISTVERSIONPREFIX= v CATEGORIES= devel ruby DIST_SUBDIR= rbenv diff --git a/devel/ruby-build/distinfo b/devel/ruby-build/distinfo index e7000924c70e..3bc0e93f1c48 100644 --- a/devel/ruby-build/distinfo +++ b/devel/ruby-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629859922 -SHA256 (rbenv/rbenv-ruby-build-v20210825_GH0.tar.gz) = 712382c7a9cc9e009afd50cb2544b3b223d5ad1002afcf0155e56c17ee932895 -SIZE (rbenv/rbenv-ruby-build-v20210825_GH0.tar.gz) = 72184 +TIMESTAMP = 1632580947 +SHA256 (rbenv/rbenv-ruby-build-v20210925_GH0.tar.gz) = f64e35d2c0d8e399a4a6975ad8be138bbf282c05b54bfc3295e806aa8b343e51 +SIZE (rbenv/rbenv-ruby-build-v20210925_GH0.tar.gz) = 72534 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 07:07:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8CB2C6B026B; Mon, 27 Sep 2021 07:07:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHtxB3RxDz4X2S; Mon, 27 Sep 2021 07:07:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56B174B94; Mon, 27 Sep 2021 07:07:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R77Ai0022031; Mon, 27 Sep 2021 07:07:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R77AKY022030; Mon, 27 Sep 2021 07:07:10 GMT (envelope-from git) Date: Mon, 27 Sep 2021 07:07:10 GMT Message-Id: <202109270707.18R77AKY022030@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thomas Zander Subject: git: 779b2623e7f9 - main - net/traefik: Update to upstream release 2.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: riggs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 779b2623e7f954ce0182b0dccf2f792dcbbc7153 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 07:07:10 -0000 The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=779b2623e7f954ce0182b0dccf2f792dcbbc7153 commit 779b2623e7f954ce0182b0dccf2f792dcbbc7153 Author: Thomas Zander AuthorDate: 2021-09-27 07:04:06 +0000 Commit: Thomas Zander CommitDate: 2021-09-27 07:07:07 +0000 net/traefik: Update to upstream release 2.5.3 Details: - Bug and doc fixes, see: https://github.com/traefik/traefik/releases/tag/v2.5.3 --- net/traefik/Makefile | 2 +- net/traefik/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 81ab372f61c6..0d3386d5dd84 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index ea4fcf0225bd..cd71e2f6b875 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631360073 -SHA256 (traefik-2.5.2.tar.xz) = a67867aaed079eb571c5648b8c381a4c6850376ef7471452bc832e1ff8779c40 -SIZE (traefik-2.5.2.tar.xz) = 18153300 +TIMESTAMP = 1632718700 +SHA256 (traefik-2.5.3.tar.xz) = d01642d825619182b334a3920e0c86f9bc9f1899d1d788de7ca1f0bd207c7c2a +SIZE (traefik-2.5.3.tar.xz) = 16933880 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 07:13:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 496396B0582; Mon, 27 Sep 2021 07:13:16 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg1-x52f.google.com (mail-pg1-x52f.google.com [IPv6:2607:f8b0:4864:20::52f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHv4D0FvXz4XDm; Mon, 27 Sep 2021 07:13:16 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg1-x52f.google.com with SMTP id e7so16955021pgk.2; Mon, 27 Sep 2021 00:13:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:message-id:date:mime-version:user-agent:reply-to:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=7jtedckbtx2Uop6tSObeHeU3i0j/my7z4fXdayWwx1E=; b=foei0u6rXi2D8ElVTU3KW3URAmnBCFqHyFTBeGb+jLNv8nlPtOwc/EkYQtzxAKZ5Ng 5QulkrNVKMEOKokt2dTxUYniRaI0/ihOIC8bhYWkfL2ASPVO5nZ/mHYFtum3u2+EiW8y bQd92jFfRiy0+d6P8OuX8zNk1i+2hWK9jKVITTFCxmeDxsIzFJNzs4sq67E1gWBlupXe kkXm8Kor29e8BShAcIFOPbEg1y7pzMfm3XxrJ664x5RWD4EOfJgVXZBVN+jkZsYdUcZ7 +Ti2D2VYZooviuTYzW9ih/iDGn7OhTcmOkHJ9GezbjUZSQErHwCUUARN5clbEiPW978X IfBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:message-id:date:mime-version:user-agent :reply-to:subject:content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=7jtedckbtx2Uop6tSObeHeU3i0j/my7z4fXdayWwx1E=; b=1ApOGXklki5Zf5hkob0LVlcaPbXXX8ZJUuE4U3CcACXIDiC80tySLEKvKf1w0pkCwc 6eEuCEysjaBEBS9Ic7kDOLsVu0V2sSdivkYejVUKU0fs8eRLSInz6Wwm4lm89YuMg/tJ 01leG6C8hlOATSal8c4quXzwxld6Th8zLlnR5fxlaHzcXe8C7CDk2PxAuSEhgNgbSz3t JQcm/Xap9mhvZ677Bw6FrZLk/RQGvaxZ9Mx/IgpoNMCQ33hHHQZPWpfpZrb6pVVz8xTO bdunXWsA6aLfyF1gYcMW/Qj5TMqmf+Kjz20YkdhuEnpSkl9VUhJ7LprDo4MaIPwAKJXT XNBg== X-Gm-Message-State: AOAM533RjBVmzLcM7KPBupeHZXYiCicyEMxl9cyq2a4H2vB70IStqrk4 zH9/q3+edEtA3fBIDFhWg3V6GbcCCeqxLg== X-Google-Smtp-Source: ABdhPJynQj54rOyr6G4kZ2125w1Wqf3Dj/birEgdFVi5VnoFZsjcZTI2zp9W0EHIJL5DWBwK76r44Q== X-Received: by 2002:a63:4607:: with SMTP id t7mr15344493pga.332.1632726789380; Mon, 27 Sep 2021 00:13:09 -0700 (PDT) Received: from ?IPV6:2403:5800:7500:3601:ed6b:e448:57fb:47be? (2403-5800-7500-3601-ed6b-e448-57fb-47be.ip6.aussiebb.net. [2403:5800:7500:3601:ed6b:e448:57fb:47be]) by smtp.gmail.com with ESMTPSA id c7sm15631952pfd.75.2021.09.27.00.13.07 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Sep 2021 00:13:09 -0700 (PDT) Sender: Kubilay Kocak Message-ID: Date: Mon, 27 Sep 2021 17:13:05 +1000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Thunderbird/94.0a1 Reply-To: koobs@FreeBSD.org Subject: Re: git: 779b2623e7f9 - main - net/traefik: Update to upstream release 2.5.3 Content-Language: en-US To: Thomas Zander , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109270707.18R77AKY022030@gitrepo.freebsd.org> From: Kubilay Kocak In-Reply-To: <202109270707.18R77AKY022030@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HHv4D0FvXz4XDm X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 07:13:16 -0000 On 27/09/2021 5:07 pm, Thomas Zander wrote: > The branch main has been updated by riggs: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=779b2623e7f954ce0182b0dccf2f792dcbbc7153 > > commit 779b2623e7f954ce0182b0dccf2f792dcbbc7153 > Author: Thomas Zander > AuthorDate: 2021-09-27 07:04:06 +0000 > Commit: Thomas Zander > CommitDate: 2021-09-27 07:07:07 +0000 > > net/traefik: Update to upstream release 2.5.3 > > Details: > - Bug and doc fixes, see: > https://github.com/traefik/traefik/releases/tag/v2.5.3 > --- Hey Thomas, This is a bugfix-only release, could you MFH? Thanks ./koobs From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 07:36:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9883A6B02C2; Mon, 27 Sep 2021 07:36:49 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHvbP3qmjz4YW7; Mon, 27 Sep 2021 07:36:49 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-yb1-f169.google.com with SMTP id b82so21034177ybg.1; Mon, 27 Sep 2021 00:36:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JUqrklU/kbdvm4S657RgcImmxI0u2/Sop3Rj+QIvGlQ=; b=v8XuydqvVfI2D1rUxQJb5+y4DalljGw39WtA519PBvDf2W0eg6oNS8+iCwO7eGYvS6 /RY1GJjBpl7B5rUMPbtrmtEOaR3sgjgoJeyshmF8Jz4fwcyWhBU0PjU9iJ2Y2p74GiA4 WqsySLgIwQOCeF/dTHLoh8I0b9AmtV9y/AEMsKxe4iKgs1xp0C9AHWNnjTwQW5bs4oCh h60dQnVyUYm5L9YQB/6zjDPd0+ybxbkLXZT6qhiKZNxalMjohX4aO4PNEaDewZw9ktNw tiEmLbbaNRQwEvOiHS5F8iZp/DRpkKOXgIio6OkixTiydlQPHcQ5yGHTqexnbipDmvz/ G9Ig== X-Gm-Message-State: AOAM531dI08ztiJxOTE9bbdGKmK0MIRe+4YoDX5gSQaFp+guxRWzFbN/ HaEmDt5rsoov0nW4YtgpfR5GRJZBtGBDRMbIyn6OtzKj X-Google-Smtp-Source: ABdhPJwqcNrQb6S5YgaHDkbCWOksXBKbsVrETJKZnqIAwBzCtCnyOEtIPYgi36E0l3xmLGi8UrIjmghZTakUJ/dacpA= X-Received: by 2002:a25:be0c:: with SMTP id h12mr26987872ybk.22.1632728203350; Mon, 27 Sep 2021 00:36:43 -0700 (PDT) MIME-Version: 1.0 References: <202109270707.18R77AKY022030@gitrepo.freebsd.org> In-Reply-To: From: Thomas Zander Date: Mon, 27 Sep 2021 09:36:16 +0200 Message-ID: Subject: Re: git: 779b2623e7f9 - main - net/traefik: Update to upstream release 2.5.3 To: Kubilay Kocak Cc: "ports-committers@FreeBSD.org" , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4HHvbP3qmjz4YW7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 07:36:49 -0000 On Mon, 27 Sept 2021 at 09:13, Kubilay Kocak wrote: > This is a bugfix-only release, could you MFH? The Q3 branch is on the 2.4.x branch of traefik. I did not move Q3 to 2.5.x on purpose because they introduced some changes where a subset of users would have to update their configurations. Thus I'd prefer to make them switch in the Q4 branch. Best regards Riggs From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 08:19:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F8AB6B1120; Mon, 27 Sep 2021 08:19:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHwX92j2kz4cwR; Mon, 27 Sep 2021 08:19:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CD1256CB; Mon, 27 Sep 2021 08:19:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R8J5ow015048; Mon, 27 Sep 2021 08:19:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R8J5uK015047; Mon, 27 Sep 2021 08:19:05 GMT (envelope-from git) Date: Mon, 27 Sep 2021 08:19:05 GMT Message-Id: <202109270819.18R8J5uK015047@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 6f26ec6d9201 - main - security/pkcs11-tools: Update to 2.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6f26ec6d9201c214687855f0a236fed273709909 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 08:19:05 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f26ec6d9201c214687855f0a236fed273709909 commit 6f26ec6d9201c214687855f0a236fed273709909 Author: Eric Devolder AuthorDate: 2021-09-27 08:18:06 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-27 08:18:06 +0000 security/pkcs11-tools: Update to 2.4.2 Changelog: https://github.com/Mastercard/pkcs11-tools/blob/v2.4.2/CHANGELOG.md PR: 258708 --- security/pkcs11-tools/Makefile | 2 +- security/pkcs11-tools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/pkcs11-tools/Makefile b/security/pkcs11-tools/Makefile index ad450b537385..9a7deece7727 100644 --- a/security/pkcs11-tools/Makefile +++ b/security/pkcs11-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkcs11-tools DISTVERSIONPREFIX= v -DISTVERSION= 2.4.1 +DISTVERSION= 2.4.2 CATEGORIES= security MAINTAINER= eric.devolder@gmail.com diff --git a/security/pkcs11-tools/distinfo b/security/pkcs11-tools/distinfo index 67a27cb62597..a36117369658 100644 --- a/security/pkcs11-tools/distinfo +++ b/security/pkcs11-tools/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1628488494 -SHA256 (Mastercard-pkcs11-tools-v2.4.1_GH0.tar.gz) = 2e60a6deb589aae792c7e578d356dc88eef27cd4302524b30c18deabef10d4a3 -SIZE (Mastercard-pkcs11-tools-v2.4.1_GH0.tar.gz) = 285774 +TIMESTAMP = 1632506929 +SHA256 (Mastercard-pkcs11-tools-v2.4.2_GH0.tar.gz) = 12089000a94e62c3821e7c64113e35d294d7942a94beebe4ac827f9b45b27396 +SIZE (Mastercard-pkcs11-tools-v2.4.2_GH0.tar.gz) = 285850 SHA256 (coreutils-gnulib-5b3a6f94f_GH0.tar.gz) = 93ab4c723fc482a531dc55a28c9da5d7907a3402bcef4e99f4d8168415ae3a71 SIZE (coreutils-gnulib-5b3a6f94f_GH0.tar.gz) = 7293249 SHA256 (oasis-tcs-pkcs11-df530bf_GH0.tar.gz) = a1e9203c463fe1187d89d2f29b5453f9bda84c55f31a91c12638d113fc2214cb From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 08:23:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B89E6B10BD; Mon, 27 Sep 2021 08:23:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHwcz6m10z4f49; Mon, 27 Sep 2021 08:23:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8EAE5C1A; Mon, 27 Sep 2021 08:23:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R8NFO0028346; Mon, 27 Sep 2021 08:23:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R8NFFS028345; Mon, 27 Sep 2021 08:23:15 GMT (envelope-from git) Date: Mon, 27 Sep 2021 08:23:15 GMT Message-Id: <202109270823.18R8NFFS028345@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Lewis Cook Subject: git: 865fe34b7dd9 - main - devel/stylua: New port: Opinionated Lua code formatter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lcook X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 865fe34b7dd9ddba47ac10b2b57ec8e87d8456af Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 08:23:16 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=865fe34b7dd9ddba47ac10b2b57ec8e87d8456af commit 865fe34b7dd9ddba47ac10b2b57ec8e87d8456af Author: Lewis Cook AuthorDate: 2021-09-27 08:20:59 +0000 Commit: Lewis Cook CommitDate: 2021-09-27 08:22:46 +0000 devel/stylua: New port: Opinionated Lua code formatter --- devel/Makefile | 1 + devel/stylua/Makefile | 150 ++++++++++++++++++++++++++++++++ devel/stylua/distinfo | 229 +++++++++++++++++++++++++++++++++++++++++++++++++ devel/stylua/pkg-descr | 8 ++ 4 files changed, 388 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index bf4fa9a2cf1f..8441479638df 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6984,6 +6984,7 @@ SUBDIR += stringencoders SUBDIR += stuffbin SUBDIR += stxxl + SUBDIR += stylua SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-lts diff --git a/devel/stylua/Makefile b/devel/stylua/Makefile new file mode 100644 index 000000000000..800db87b3a50 --- /dev/null +++ b/devel/stylua/Makefile @@ -0,0 +1,150 @@ +PORTNAME= stylua +DISTVERSIONPREFIX= v +DISTVERSION= 0.11.0 +CATEGORIES= devel + +MAINTAINER= lcook@FreeBSD.org +COMMENT= Opinionated Lua code formatter + +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= JohnnyMorganz + +CARGO_CRATES= aho-corasick-0.7.18 \ + ansi_term-0.11.0 \ + anyhow-1.0.44 \ + atty-0.2.14 \ + autocfg-1.0.1 \ + bitflags-1.3.2 \ + bstr-0.2.16 \ + bumpalo-3.7.0 \ + bytecount-0.5.1 \ + cast-0.2.7 \ + cfg-if-1.0.0 \ + clap-2.33.3 \ + console-0.14.1 \ + convert_case-0.4.0 \ + criterion-0.3.5 \ + criterion-plot-0.4.4 \ + crossbeam-channel-0.5.1 \ + crossbeam-deque-0.8.1 \ + crossbeam-epoch-0.9.5 \ + crossbeam-utils-0.8.5 \ + csv-1.1.6 \ + csv-core-0.1.10 \ + derive_more-0.99.16 \ + dtoa-0.4.8 \ + either-1.6.1 \ + encode_unicode-0.3.6 \ + fnv-1.0.7 \ + full_moon-0.13.1 \ + full_moon_derive-0.8.0 \ + globset-0.4.8 \ + half-1.7.1 \ + hashbrown-0.11.2 \ + heck-0.3.3 \ + hermit-abi-0.1.19 \ + ignore-0.4.18 \ + indexmap-1.7.0 \ + insta-1.8.0 \ + itertools-0.10.1 \ + itoa-0.4.8 \ + js-sys-0.3.55 \ + lazy_static-1.4.0 \ + libc-0.2.102 \ + linked-hash-map-0.5.4 \ + log-0.4.14 \ + memchr-2.4.1 \ + memoffset-0.6.4 \ + num-traits-0.2.14 \ + num_cpus-1.13.0 \ + once_cell-1.8.0 \ + oorandom-11.1.3 \ + paste-0.1.18 \ + paste-impl-0.1.18 \ + peg-0.7.0 \ + peg-macros-0.7.0 \ + peg-runtime-0.7.0 \ + pest-2.1.3 \ + plotters-0.3.1 \ + plotters-backend-0.3.2 \ + plotters-svg-0.3.1 \ + proc-macro-error-1.0.4 \ + proc-macro-error-attr-1.0.4 \ + proc-macro-hack-0.5.19 \ + proc-macro2-1.0.29 \ + quote-1.0.9 \ + rayon-1.5.1 \ + rayon-core-1.9.1 \ + regex-1.5.4 \ + regex-automata-0.1.10 \ + regex-syntax-0.6.25 \ + rustc_version-0.3.3 \ + rustc_version-0.4.0 \ + ryu-1.0.5 \ + same-file-1.0.6 \ + scopeguard-1.1.0 \ + semver-0.11.0 \ + semver-1.0.4 \ + semver-parser-0.10.2 \ + serde-1.0.130 \ + serde_cbor-0.11.2 \ + serde_derive-1.0.130 \ + serde_json-1.0.68 \ + serde_yaml-0.8.21 \ + similar-1.3.0 \ + smol_str-0.1.18 \ + strsim-0.8.0 \ + structopt-0.3.23 \ + structopt-derive-0.4.16 \ + syn-1.0.76 \ + terminal_size-0.1.17 \ + textwrap-0.11.0 \ + thread_local-1.1.3 \ + threadpool-1.8.1 \ + tinytemplate-1.2.1 \ + toml-0.5.8 \ + ucd-trie-0.1.3 \ + unicode-segmentation-1.8.0 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.2 \ + uuid-0.8.2 \ + vec_map-0.8.2 \ + version_check-0.9.3 \ + walkdir-2.3.2 \ + wasm-bindgen-0.2.78 \ + wasm-bindgen-backend-0.2.78 \ + wasm-bindgen-macro-0.2.78 \ + wasm-bindgen-macro-support-0.2.78 \ + wasm-bindgen-shared-0.2.78 \ + web-sys-0.3.55 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.5 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + yaml-rust-0.4.5 +CARGO_FEATURES= --no-default-features + +WRKSRC= ${WRKDIR}/StyLua-${DISTVERSION} + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= CHANGELOG.md README.md + +OPTIONS_DEFINE= DOCS LUA52 LUAU +OPTIONS_DEFAULT= LUA52 LUAU + +LUA52_DESC= Build with Lua 5.2 support +LUAU_DESC= Build with Luau support + +LUA52_VARS= CARGO_FEATURES+=lua52 +LUAU_VARS= CARGO_FEATURES+=luau + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ + ${STAGEDIR}${DOCSDIR} + +.include diff --git a/devel/stylua/distinfo b/devel/stylua/distinfo new file mode 100644 index 000000000000..2e9e55fc90d5 --- /dev/null +++ b/devel/stylua/distinfo @@ -0,0 +1,229 @@ +TIMESTAMP = 1632719121 +SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f +SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 +SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 +SHA256 (rust/crates/anyhow-1.0.44.crate) = 61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1 +SIZE (rust/crates/anyhow-1.0.44.crate) = 35067 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bstr-0.2.16.crate) = 90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279 +SIZE (rust/crates/bstr-0.2.16.crate) = 330346 +SHA256 (rust/crates/bumpalo-3.7.0.crate) = 9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631 +SIZE (rust/crates/bumpalo-3.7.0.crate) = 134261 +SHA256 (rust/crates/bytecount-0.5.1.crate) = be0fdd54b507df8f22012890aadd099979befdba27713c767993f8380112ca7c +SIZE (rust/crates/bytecount-0.5.1.crate) = 11888 +SHA256 (rust/crates/cast-0.2.7.crate) = 4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a +SIZE (rust/crates/cast-0.2.7.crate) = 11222 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.crate) = 201925 +SHA256 (rust/crates/console-0.14.1.crate) = 3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45 +SIZE (rust/crates/console-0.14.1.crate) = 22844 +SHA256 (rust/crates/convert_case-0.4.0.crate) = 6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e +SIZE (rust/crates/convert_case-0.4.0.crate) = 8098 +SHA256 (rust/crates/criterion-0.3.5.crate) = 1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10 +SIZE (rust/crates/criterion-0.3.5.crate) = 110662 +SHA256 (rust/crates/criterion-plot-0.4.4.crate) = d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57 +SIZE (rust/crates/criterion-plot-0.4.4.crate) = 22546 +SHA256 (rust/crates/crossbeam-channel-0.5.1.crate) = 06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4 +SIZE (rust/crates/crossbeam-channel-0.5.1.crate) = 86919 +SHA256 (rust/crates/crossbeam-deque-0.8.1.crate) = 6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e +SIZE (rust/crates/crossbeam-deque-0.8.1.crate) = 20852 +SHA256 (rust/crates/crossbeam-epoch-0.9.5.crate) = 4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd +SIZE (rust/crates/crossbeam-epoch-0.9.5.crate) = 43883 +SHA256 (rust/crates/crossbeam-utils-0.8.5.crate) = d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db +SIZE (rust/crates/crossbeam-utils-0.8.5.crate) = 38414 +SHA256 (rust/crates/csv-1.1.6.crate) = 22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1 +SIZE (rust/crates/csv-1.1.6.crate) = 886999 +SHA256 (rust/crates/csv-core-0.1.10.crate) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 +SIZE (rust/crates/csv-core-0.1.10.crate) = 25668 +SHA256 (rust/crates/derive_more-0.99.16.crate) = 40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df +SIZE (rust/crates/derive_more-0.99.16.crate) = 56233 +SHA256 (rust/crates/dtoa-0.4.8.crate) = 56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0 +SIZE (rust/crates/dtoa-0.4.8.crate) = 16175 +SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 +SIZE (rust/crates/either-1.6.1.crate) = 13641 +SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f +SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/full_moon-0.13.1.crate) = 2c8b70fda5d9914360039bcbd1e28c980c296c81f38b5fe7d6e004a69703eaa3 +SIZE (rust/crates/full_moon-0.13.1.crate) = 192455 +SHA256 (rust/crates/full_moon_derive-0.8.0.crate) = baa95cb901833d1471ca963baa39f1abffdc912798b8a64ac9b364ea98f4725c +SIZE (rust/crates/full_moon_derive-0.8.0.crate) = 6623 +SHA256 (rust/crates/globset-0.4.8.crate) = 10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd +SIZE (rust/crates/globset-0.4.8.crate) = 22886 +SHA256 (rust/crates/half-1.7.1.crate) = 62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3 +SIZE (rust/crates/half-1.7.1.crate) = 36168 +SHA256 (rust/crates/hashbrown-0.11.2.crate) = ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e +SIZE (rust/crates/hashbrown-0.11.2.crate) = 85713 +SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c +SIZE (rust/crates/heck-0.3.3.crate) = 10260 +SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 +SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 +SHA256 (rust/crates/ignore-0.4.18.crate) = 713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d +SIZE (rust/crates/ignore-0.4.18.crate) = 53174 +SHA256 (rust/crates/indexmap-1.7.0.crate) = bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5 +SIZE (rust/crates/indexmap-1.7.0.crate) = 50363 +SHA256 (rust/crates/insta-1.8.0.crate) = 15226a375927344c78d39dc6b49e2d5562a5b0705e26a589093c6792e52eed8e +SIZE (rust/crates/insta-1.8.0.crate) = 517581 +SHA256 (rust/crates/itertools-0.10.1.crate) = 69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf +SIZE (rust/crates/itertools-0.10.1.crate) = 116219 +SHA256 (rust/crates/itoa-0.4.8.crate) = b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4 +SIZE (rust/crates/itoa-0.4.8.crate) = 11926 +SHA256 (rust/crates/js-sys-0.3.55.crate) = 7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84 +SIZE (rust/crates/js-sys-0.3.55.crate) = 70499 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.102.crate) = a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103 +SIZE (rust/crates/libc-0.2.102.crate) = 537138 +SHA256 (rust/crates/linked-hash-map-0.5.4.crate) = 7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3 +SIZE (rust/crates/linked-hash-map-0.5.4.crate) = 16166 +SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.crate) = 34582 +SHA256 (rust/crates/memchr-2.4.1.crate) = 308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a +SIZE (rust/crates/memchr-2.4.1.crate) = 64977 +SHA256 (rust/crates/memoffset-0.6.4.crate) = 59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9 +SIZE (rust/crates/memoffset-0.6.4.crate) = 7664 +SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 +SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 +SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 +SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704 +SHA256 (rust/crates/once_cell-1.8.0.crate) = 692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56 +SIZE (rust/crates/once_cell-1.8.0.crate) = 28925 +SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 +SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 +SHA256 (rust/crates/paste-0.1.18.crate) = 45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880 +SIZE (rust/crates/paste-0.1.18.crate) = 12259 +SHA256 (rust/crates/paste-impl-0.1.18.crate) = d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6 +SIZE (rust/crates/paste-impl-0.1.18.crate) = 9451 +SHA256 (rust/crates/peg-0.7.0.crate) = 07c0b841ea54f523f7aa556956fbd293bcbe06f2e67d2eb732b7278aaf1d166a +SIZE (rust/crates/peg-0.7.0.crate) = 15940 +SHA256 (rust/crates/peg-macros-0.7.0.crate) = b5aa52829b8decbef693af90202711348ab001456803ba2a98eb4ec8fb70844c +SIZE (rust/crates/peg-macros-0.7.0.crate) = 25194 +SHA256 (rust/crates/peg-runtime-0.7.0.crate) = c719dcf55f09a3a7e764c6649ab594c18a177e3599c467983cdf644bfc0a4088 +SIZE (rust/crates/peg-runtime-0.7.0.crate) = 3731 +SHA256 (rust/crates/pest-2.1.3.crate) = 10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53 +SIZE (rust/crates/pest-2.1.3.crate) = 77986 +SHA256 (rust/crates/plotters-0.3.1.crate) = 32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a +SIZE (rust/crates/plotters-0.3.1.crate) = 8595577 +SHA256 (rust/crates/plotters-backend-0.3.2.crate) = d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c +SIZE (rust/crates/plotters-backend-0.3.2.crate) = 13524 +SHA256 (rust/crates/plotters-svg-0.3.1.crate) = 521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9 +SIZE (rust/crates/plotters-svg-0.3.1.crate) = 7596 +SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c +SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 +SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 +SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 +SHA256 (rust/crates/proc-macro-hack-0.5.19.crate) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 +SIZE (rust/crates/proc-macro-hack-0.5.19.crate) = 15556 +SHA256 (rust/crates/proc-macro2-1.0.29.crate) = b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d +SIZE (rust/crates/proc-macro2-1.0.29.crate) = 38772 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 +SHA256 (rust/crates/rayon-1.5.1.crate) = c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90 +SIZE (rust/crates/rayon-1.5.1.crate) = 160424 +SHA256 (rust/crates/rayon-core-1.9.1.crate) = d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e +SIZE (rust/crates/rayon-core-1.9.1.crate) = 64961 +SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 +SIZE (rust/crates/regex-1.5.4.crate) = 236581 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b +SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 +SHA256 (rust/crates/rustc_version-0.3.3.crate) = f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee +SIZE (rust/crates/rustc_version-0.3.3.crate) = 12119 +SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 +SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 +SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e +SIZE (rust/crates/ryu-1.0.5.crate) = 49570 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 +SHA256 (rust/crates/semver-0.11.0.crate) = f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6 +SIZE (rust/crates/semver-0.11.0.crate) = 20826 +SHA256 (rust/crates/semver-1.0.4.crate) = 568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012 +SIZE (rust/crates/semver-1.0.4.crate) = 29375 +SHA256 (rust/crates/semver-parser-0.10.2.crate) = 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7 +SIZE (rust/crates/semver-parser-0.10.2.crate) = 23176 +SHA256 (rust/crates/serde-1.0.130.crate) = f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913 +SIZE (rust/crates/serde-1.0.130.crate) = 75305 +SHA256 (rust/crates/serde_cbor-0.11.2.crate) = 2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5 +SIZE (rust/crates/serde_cbor-0.11.2.crate) = 44570 +SHA256 (rust/crates/serde_derive-1.0.130.crate) = d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b +SIZE (rust/crates/serde_derive-1.0.130.crate) = 54703 +SHA256 (rust/crates/serde_json-1.0.68.crate) = 0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8 +SIZE (rust/crates/serde_json-1.0.68.crate) = 114986 +SHA256 (rust/crates/serde_yaml-0.8.21.crate) = d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af +SIZE (rust/crates/serde_yaml-0.8.21.crate) = 42603 +SHA256 (rust/crates/similar-1.3.0.crate) = 1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec +SIZE (rust/crates/similar-1.3.0.crate) = 50316 +SHA256 (rust/crates/smol_str-0.1.18.crate) = b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0 +SIZE (rust/crates/smol_str-0.1.18.crate) = 12024 +SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.crate) = 9309 +SHA256 (rust/crates/structopt-0.3.23.crate) = bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa +SIZE (rust/crates/structopt-0.3.23.crate) = 52029 +SHA256 (rust/crates/structopt-derive-0.4.16.crate) = 134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba +SIZE (rust/crates/structopt-derive-0.4.16.crate) = 20996 +SHA256 (rust/crates/syn-1.0.76.crate) = c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84 +SIZE (rust/crates/syn-1.0.76.crate) = 233723 +SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df +SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +SHA256 (rust/crates/thread_local-1.1.3.crate) = 8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd +SIZE (rust/crates/thread_local-1.1.3.crate) = 13111 +SHA256 (rust/crates/threadpool-1.8.1.crate) = d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa +SIZE (rust/crates/threadpool-1.8.1.crate) = 14408 +SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc +SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 +SHA256 (rust/crates/toml-0.5.8.crate) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa +SIZE (rust/crates/toml-0.5.8.crate) = 54219 +SHA256 (rust/crates/ucd-trie-0.1.3.crate) = 56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c +SIZE (rust/crates/ucd-trie-0.1.3.crate) = 44615 +SHA256 (rust/crates/unicode-segmentation-1.8.0.crate) = 8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b +SIZE (rust/crates/unicode-segmentation-1.8.0.crate) = 94011 +SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 +SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 +SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 +SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 +SHA256 (rust/crates/uuid-0.8.2.crate) = bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7 +SIZE (rust/crates/uuid-0.8.2.crate) = 37909 +SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 +SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 +SHA256 (rust/crates/version_check-0.9.3.crate) = 5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe +SIZE (rust/crates/version_check-0.9.3.crate) = 12547 +SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 +SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +SHA256 (rust/crates/wasm-bindgen-0.2.78.crate) = 632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce +SIZE (rust/crates/wasm-bindgen-0.2.78.crate) = 162111 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.78.crate) = a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b +SIZE (rust/crates/wasm-bindgen-backend-0.2.78.crate) = 25576 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.78.crate) = d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9 +SIZE (rust/crates/wasm-bindgen-macro-0.2.78.crate) = 11700 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.78.crate) = 7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.78.crate) = 17858 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.78.crate) = 0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc +SIZE (rust/crates/wasm-bindgen-shared-0.2.78.crate) = 7206 +SHA256 (rust/crates/web-sys-0.3.55.crate) = 38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb +SIZE (rust/crates/web-sys-0.3.55.crate) = 664827 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 +SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 +SHA256 (JohnnyMorganz-stylua-v0.11.0_GH0.tar.gz) = 39f0bad4cc175202eae2551e4ddaf3dd6a229943e8da3e462d4fa15a024fd0fa +SIZE (JohnnyMorganz-stylua-v0.11.0_GH0.tar.gz) = 264458 diff --git a/devel/stylua/pkg-descr b/devel/stylua/pkg-descr new file mode 100644 index 000000000000..a85634870f0a --- /dev/null +++ b/devel/stylua/pkg-descr @@ -0,0 +1,8 @@ +An opinionated code formatter for Lua 5.1, +Lua 5.2 and Luau, built using full-moon. +StyLua is inspired by the likes of prettier, +it parses your Lua codebase, and prints it +back out from scratch, enforcing a consistent +code style. + +WWW: https://github.com/JohnnyMorganz/StyLua From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 08:24:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AEB266B0F6B; Mon, 27 Sep 2021 08:24:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHwfQ4Vrpz4fGx; Mon, 27 Sep 2021 08:24:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B1AF55DF; Mon, 27 Sep 2021 08:24:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R8OUep028551; Mon, 27 Sep 2021 08:24:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R8OUOO028550; Mon, 27 Sep 2021 08:24:30 GMT (envelope-from git) Date: Mon, 27 Sep 2021 08:24:30 GMT Message-Id: <202109270824.18R8OUOO028550@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: 220f1e63daba - main - security/nextcloud-passman: Update to 2.3.1334 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 220f1e63daba73a49f13745d6de421b440764f52 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 08:24:30 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=220f1e63daba73a49f13745d6de421b440764f52 commit 220f1e63daba73a49f13745d6de421b440764f52 Author: Bernard Spil AuthorDate: 2021-09-27 08:24:16 +0000 Commit: Bernard Spil CommitDate: 2021-09-27 08:24:16 +0000 security/nextcloud-passman: Update to 2.3.1334 --- security/nextcloud-passman/Makefile | 2 +- security/nextcloud-passman/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/nextcloud-passman/Makefile b/security/nextcloud-passman/Makefile index f35f7e71b90a..03d684e375c1 100644 --- a/security/nextcloud-passman/Makefile +++ b/security/nextcloud-passman/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil PORTNAME= passman -PORTVERSION= 2.3.10 +PORTVERSION= 2.3.1333 CATEGORIES= security MASTER_SITES= https://releases.passman.cc/ PKGNAMEPREFIX= nextcloud- diff --git a/security/nextcloud-passman/distinfo b/security/nextcloud-passman/distinfo index ab4b4f82d932..0f21ba4551ab 100644 --- a/security/nextcloud-passman/distinfo +++ b/security/nextcloud-passman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630840522 -SHA256 (passman_2.3.10.tar.gz) = b4d4bd99078a153b204ac9046d4a3a87cfcf918b35a31f0334523460182ecb47 -SIZE (passman_2.3.10.tar.gz) = 4461025 +TIMESTAMP = 1632730095 +SHA256 (passman_2.3.1333.tar.gz) = 7c6e77c0b76d5abe53f6e5975320d4dd9ad77a7222448ef32cd44e6953ddadf2 +SIZE (passman_2.3.1333.tar.gz) = 2084749 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 08:40:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B5EA6B1479; Mon, 27 Sep 2021 08:40:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHx0T2YXdz4gD5; Mon, 27 Sep 2021 08:40:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 342A15F00; Mon, 27 Sep 2021 08:40:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R8e9pK044975; Mon, 27 Sep 2021 08:40:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R8e9bN044971; Mon, 27 Sep 2021 08:40:09 GMT (envelope-from git) Date: Mon, 27 Sep 2021 08:40:09 GMT Message-Id: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 895bc805a975e4d6848427d88063cc8651e36fe4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 08:40:09 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 commit 895bc805a975e4d6848427d88063cc8651e36fe4 Author: Evgeniy Khramtsov AuthorDate: 2021-09-22 22:57:30 +0000 Commit: Baptiste Daroussin CommitDate: 2021-09-27 08:38:52 +0000 www/webkit2-gtk3: update to 2.34.0 PR: 255528 Changes: https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html --- www/webkit2-gtk3/Makefile | 13 +- www/webkit2-gtk3/distinfo | 6 +- www/webkit2-gtk3/files/patch-CMakeLists.txt | 14 -- .../files/patch-Source-cmake-OptionsCommon.cmake | 12 +- ...ource_JavaScriptCore_assembler_ARM64Assembler.h | 4 +- ...ource_JavaScriptCore_assembler_ARMv7Assembler.h | 4 +- ...urce_JavaScriptCore_jit_ExecutableAllocator.cpp | 4 +- .../files/patch-Source_JavaScriptCore_jsc.cpp | 4 +- ...patch-Source_JavaScriptCore_offlineasm_arm64.rb | 4 +- ...rce_JavaScriptCore_runtime_NativeExecutable.cpp | 4 +- .../files/patch-Source_WTF_wtf_RAMSize.cpp | 27 +-- ...urce_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp | 4 +- ..._WebCore_platform_graphics_egl_GLContextEGL.cpp | 11 -- ...re_platform_graphics_x11_PlatformDisplayX11.cpp | 23 --- .../patch-Source_WebCore_platform_network_DNS.h | 4 +- .../files/patch-Source_bmalloc_bmalloc_BPlatform.h | 4 +- .../files/patch-Source_cmake_WebKitCommon.cmake | 14 ++ www/webkit2-gtk3/files/patch-revert-11ccaf183fad | 211 +++++++++++++++++++++ www/webkit2-gtk3/pkg-plist | 7 +- 19 files changed, 275 insertions(+), 99 deletions(-) diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index 4ea4a3bedc4a..324174735da9 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -1,8 +1,7 @@ # Created by: Michael Johnson PORTNAME= webkit -DISTVERSION= 2.30.5 -PORTREVISION= 2 +DISTVERSION= 2.34.0 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 @@ -54,9 +53,11 @@ CXXFLAGS_powerpc64= -DENABLE_YARR_JIT=0 CMAKE_ARGS= -DPORT=GTK CMAKE_OFF= USE_LD_GOLD ${CMAKE_OFF_${ARCH}:U} \ ENABLE_GLES2 \ - USE_SYSTEMD + USE_SYSTEMD \ + ENABLE_GAMEPAD CMAKE_ON= ENABLE_MINIBROWSER \ - USE_SYSTEM_MALLOC + USE_SYSTEM_MALLOC \ + USE_SOUP2 CMAKE_OFF_armv6= ENABLE_JIT CMAKE_OFF_armv7= ENABLE_JIT CMAKE_OFF_powerpc= ENABLE_JIT @@ -96,10 +97,6 @@ WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ libwpe-1.0.so:www/libwpe \ libWPEBackend-fdo-1.0.so:www/wpebackend-fdo -post-patch: - @${REINPLACE_CMD} -e 's|/usr/lib/browser/plugins|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/Source/WebKit/Shared/Plugins/unix/PluginSearchPath.cpp - pre-configure: # .if !exists() evaluates too early before cairo has a chance to be installed @if ! pkg-config --exists cairo-egl; then \ diff --git a/www/webkit2-gtk3/distinfo b/www/webkit2-gtk3/distinfo index d08d50c6fe86..191c53042ef1 100644 --- a/www/webkit2-gtk3/distinfo +++ b/www/webkit2-gtk3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613230723 -SHA256 (gnome/webkitgtk-2.30.5.tar.xz) = 7d0dab08e3c5ae07bec80b2822ef42e952765d5724cac86eb23999bfed5a7f1f -SIZE (gnome/webkitgtk-2.30.5.tar.xz) = 22311832 +TIMESTAMP = 1632350519 +SHA256 (gnome/webkitgtk-2.34.0.tar.xz) = 880c8ee626f67019f67557ca09e59a23ecf245e60f6173215f1a8823cb09af34 +SIZE (gnome/webkitgtk-2.34.0.tar.xz) = 24998292 diff --git a/www/webkit2-gtk3/files/patch-CMakeLists.txt b/www/webkit2-gtk3/files/patch-CMakeLists.txt deleted file mode 100644 index e4a6eeeb1f90..000000000000 --- a/www/webkit2-gtk3/files/patch-CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- CMakeLists.txt.orig 2020-08-12 09:17:37 UTC -+++ CMakeLists.txt -@@ -109,9 +109,9 @@ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(x64 - endif () - elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(i[3-6]86|x86)") - set(WTF_CPU_X86 1) --elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc") -+elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc|powerpc)") - set(WTF_CPU_PPC 1) --elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64") -+elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc64|powerpc64)") - set(WTF_CPU_PPC64 1) - elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le") - set(WTF_CPU_PPC64LE 1) diff --git a/www/webkit2-gtk3/files/patch-Source-cmake-OptionsCommon.cmake b/www/webkit2-gtk3/files/patch-Source-cmake-OptionsCommon.cmake index 0d23fd122bfb..f830b5c9116a 100644 --- a/www/webkit2-gtk3/files/patch-Source-cmake-OptionsCommon.cmake +++ b/www/webkit2-gtk3/files/patch-Source-cmake-OptionsCommon.cmake @@ -1,11 +1,11 @@ ---- Source/cmake/OptionsCommon.cmake.orig 2020-03-01 08:15:43.203077000 +1300 -+++ Source/cmake/OptionsCommon.cmake 2020-03-01 08:14:23.672978000 +1300 -@@ -155,7 +155,7 @@ +--- Source/cmake/OptionsCommon.cmake.orig 2021-09-22 23:05:58 UTC ++++ Source/cmake/OptionsCommon.cmake +@@ -144,7 +144,7 @@ WEBKIT_CHECK_HAVE_FUNCTION(HAVE_VASPRINTF vasprintf) # Check for symbols WEBKIT_CHECK_HAVE_SYMBOL(HAVE_REGEX_H regexec regex.h) if (NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")) --WEBKIT_CHECK_HAVE_SYMBOL(HAVE_PTHREAD_MAIN_NP pthread_main_np pthread_np.h) -+#WEBKIT_CHECK_HAVE_SYMBOL(HAVE_PTHREAD_MAIN_NP pthread_main_np pthread_np.h) +- WEBKIT_CHECK_HAVE_SYMBOL(HAVE_PTHREAD_MAIN_NP pthread_main_np pthread_np.h) ++ #WEBKIT_CHECK_HAVE_SYMBOL(HAVE_PTHREAD_MAIN_NP pthread_main_np pthread_np.h) endif () + WEBKIT_CHECK_HAVE_SYMBOL(HAVE_TIMINGSAFE_BCMP timingsafe_bcmp string.h) # Windows has signal.h but is missing symbols that are used in calls to signal. - WEBKIT_CHECK_HAVE_SYMBOL(HAVE_SIGNAL_H SIGTRAP signal.h) diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h index 806540151f1c..181df653d2f1 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h +++ b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h @@ -1,6 +1,6 @@ ---- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2020-08-12 09:17:52 UTC +--- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2021-09-22 23:05:58 UTC +++ Source/JavaScriptCore/assembler/ARM64Assembler.h -@@ -2825,6 +2825,8 @@ class ARM64Assembler { (public) +@@ -2950,6 +2950,8 @@ class ARM64Assembler { (public) { #if OS(DARWIN) sys_cache_control(kCacheFunctionPrepareForExecution, code, size); diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h index 01f641222269..42294c5de4bc 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h +++ b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h @@ -1,6 +1,6 @@ ---- Source/JavaScriptCore/assembler/ARMv7Assembler.h.orig 2020-08-12 09:17:52 UTC +--- Source/JavaScriptCore/assembler/ARMv7Assembler.h.orig 2021-09-22 23:05:58 UTC +++ Source/JavaScriptCore/assembler/ARMv7Assembler.h -@@ -2396,6 +2396,8 @@ class ARMv7Assembler { (public) +@@ -2402,6 +2402,8 @@ class ARMv7Assembler { (public) { #if OS(DARWIN) sys_cache_control(kCacheFunctionPrepareForExecution, code, size); diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp index ef345c16b335..4682641a2130 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp +++ b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp @@ -1,6 +1,6 @@ ---- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig 2021-02-07 10:45:05 UTC +--- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig 2021-09-22 23:05:58 UTC +++ Source/JavaScriptCore/jit/ExecutableAllocator.cpp -@@ -76,7 +76,7 @@ namespace JSC { +@@ -95,7 +95,7 @@ namespace JSC { using namespace WTF; diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jsc.cpp b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jsc.cpp index c01af45d95f4..5ed01ccd90af 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jsc.cpp +++ b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_jsc.cpp @@ -1,6 +1,6 @@ ---- Source/JavaScriptCore/jsc.cpp.orig 2020-08-12 09:17:53 UTC +--- Source/JavaScriptCore/jsc.cpp.orig 2021-09-22 23:05:58 UTC +++ Source/JavaScriptCore/jsc.cpp -@@ -94,6 +94,9 @@ +@@ -100,6 +100,9 @@ #else #include #endif diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb index 5989f8958ae9..6dc60845f9aa 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb +++ b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64.rb @@ -1,6 +1,6 @@ ---- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2020-08-12 09:17:53 UTC +--- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2021-09-22 23:05:58 UTC +++ Source/JavaScriptCore/offlineasm/arm64.rb -@@ -1098,7 +1098,7 @@ class Instruction +@@ -1127,7 +1127,7 @@ class Instruction $asm.puts "ldr #{operands[1].arm64Operand(:quad)}, [#{operands[1].arm64Operand(:quad)}, #{operands[0].asmLabel}@GOTPAGEOFF]" # On Linux, use ELF GOT relocation specifiers. diff --git a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_runtime_NativeExecutable.cpp b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_runtime_NativeExecutable.cpp index 326b47573b1e..47a726b426cb 100644 --- a/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_runtime_NativeExecutable.cpp +++ b/www/webkit2-gtk3/files/patch-Source_JavaScriptCore_runtime_NativeExecutable.cpp @@ -1,4 +1,4 @@ ---- Source/JavaScriptCore/runtime/NativeExecutable.cpp.orig 2021-02-15 20:45:27 UTC +--- Source/JavaScriptCore/runtime/NativeExecutable.cpp.orig 2021-09-22 23:05:58 UTC +++ Source/JavaScriptCore/runtime/NativeExecutable.cpp @@ -24,6 +24,7 @@ */ @@ -7,4 +7,4 @@ +#include "ExecutableBaseInlines.h" #include "NativeExecutable.h" - #include "JSCInlines.h" + #include "ExecutableBaseInlines.h" diff --git a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_RAMSize.cpp b/www/webkit2-gtk3/files/patch-Source_WTF_wtf_RAMSize.cpp index f64849bc6466..8c6b00de1d48 100644 --- a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_RAMSize.cpp +++ b/www/webkit2-gtk3/files/patch-Source_WTF_wtf_RAMSize.cpp @@ -1,17 +1,15 @@ ---- Source/WTF/wtf/RAMSize.cpp.orig 2020-08-12 09:17:54 UTC +--- Source/WTF/wtf/RAMSize.cpp.orig 2021-09-22 23:29:42 UTC +++ Source/WTF/wtf/RAMSize.cpp -@@ -34,6 +34,10 @@ - #if OS(LINUX) +@@ -35,6 +35,8 @@ #include - #endif // OS(LINUX) -+#if OS(FREEBSD) + #elif OS(UNIX) + #include +#include +#include -+#endif + #endif // OS(LINUX) || OS(UNIX) #else #include - #endif -@@ -54,10 +58,18 @@ static size_t computeRAMSize() +@@ -56,14 +58,18 @@ static size_t computeRAMSize() return ramSizeGuess; return status.ullTotalPhys; #elif USE(SYSTEM_MALLOC) @@ -20,14 +18,17 @@ struct sysinfo si; sysinfo(&si); return si.totalram * si.mem_unit; -+#elif OS(FREEBSD) + #elif OS(UNIX) +- long pages = sysconf(_SC_PHYS_PAGES); +- long pageSize = sysconf(_SC_PAGE_SIZE); +- return pages * pageSize; + size_t physmem, len; + int mib[2] = { CTL_HW, HW_PHYSMEM }; + if (sysctl(mib, 2, &physmem, &len, NULL, 0) == 0 -+ && len == sizeof(physmem)) -+ return physmem; ++ && len == sizeof(physmem)) ++ return physmem; + else -+ return 512 * MB; // guess ++ return 512 * MB; // guess #else #error "Missing a platform specific way of determining the available RAM" - #endif // OS(LINUX) || OS(FREEBSD) + #endif // OS(LINUX) || OS(FREEBSD) || OS(UNIX) diff --git a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp b/www/webkit2-gtk3/files/patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp index 1b14ef50772c..a4e820ab8dbd 100644 --- a/www/webkit2-gtk3/files/patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp +++ b/www/webkit2-gtk3/files/patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp @@ -1,4 +1,4 @@ ---- Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp.orig 2020-08-12 09:17:54 UTC +--- Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp.orig 2021-09-22 23:05:58 UTC +++ Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp @@ -28,7 +28,7 @@ #include "config.h" @@ -7,5 +7,5 @@ -#include +#include #include + #include #include - #include diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp b/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp deleted file mode 100644 index 4dbd2acb2018..000000000000 --- a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_egl_GLContextEGL.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/WebCore/platform/graphics/egl/GLContextEGL.cpp.orig 2018-07-25 11:56:31 UTC -+++ Source/WebCore/platform/graphics/egl/GLContextEGL.cpp -@@ -45,6 +45,8 @@ - #include "OpenGLShims.h" - #endif - -+#include -+ - #if ENABLE(ACCELERATED_2D_CANVAS) - // cairo-gl.h includes some definitions from GLX that conflict with - // the ones provided by us. Since GLContextEGL doesn't use any GLX diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_x11_PlatformDisplayX11.cpp b/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_x11_PlatformDisplayX11.cpp deleted file mode 100644 index b28e346ad858..000000000000 --- a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_x11_PlatformDisplayX11.cpp +++ /dev/null @@ -1,23 +0,0 @@ -Regressed by https://github.com/KhronosGroup/EGL-Registry/commit/64aa561f1971 -Part of https://github.com/WebKit/WebKit/commit/29421afdcd64 - -Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:132:5: error: unknown type name 'XVisualInfo' - XVisualInfo visualTemplate; - ^ -Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:136:5: error: unknown type name 'XVisualInfo' - XVisualInfo* visualInfo = XGetVisualInfo(m_display, VisualScreenMask, &visualTemplate, &visualCount); - ^ -Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:136:57: error: use of undeclared identifier 'VisualScreenMask' - XVisualInfo* visualInfo = XGetVisualInfo(m_display, VisualScreenMask, &visualTemplate, &visualCount); - ^ - ---- Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp.orig 2020-08-12 09:17:55 UTC -+++ Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp -@@ -32,6 +32,7 @@ - #include - #include - #if PLATFORM(GTK) -+#include - #include - #endif - diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_DNS.h b/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_DNS.h index 620577405476..ee10afd21da1 100644 --- a/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_DNS.h +++ b/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_DNS.h @@ -1,6 +1,6 @@ ---- Source/WebCore/platform/network/DNS.h.orig 2020-09-30 07:03:48 UTC +--- Source/WebCore/platform/network/DNS.h.orig 2021-09-22 23:05:58 UTC +++ Source/WebCore/platform/network/DNS.h -@@ -29,6 +29,7 @@ +@@ -33,6 +33,7 @@ #include #include #else diff --git a/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h b/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h index 21e0bc56f9d6..bf77aefc2750 100644 --- a/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h +++ b/www/webkit2-gtk3/files/patch-Source_bmalloc_bmalloc_BPlatform.h @@ -1,6 +1,6 @@ ---- Source/bmalloc/bmalloc/BPlatform.h.orig 2020-08-12 09:17:57 UTC +--- Source/bmalloc/bmalloc/BPlatform.h.orig 2021-09-22 23:05:58 UTC +++ Source/bmalloc/bmalloc/BPlatform.h -@@ -159,6 +159,7 @@ +@@ -163,6 +163,7 @@ #elif defined(__ARM_ARCH_6__) \ || defined(__ARM_ARCH_6J__) \ || defined(__ARM_ARCH_6K__) \ diff --git a/www/webkit2-gtk3/files/patch-Source_cmake_WebKitCommon.cmake b/www/webkit2-gtk3/files/patch-Source_cmake_WebKitCommon.cmake new file mode 100644 index 000000000000..6db859f9c221 --- /dev/null +++ b/www/webkit2-gtk3/files/patch-Source_cmake_WebKitCommon.cmake @@ -0,0 +1,14 @@ +--- Source/cmake/WebKitCommon.cmake.orig 2021-09-22 23:05:58 UTC ++++ Source/cmake/WebKitCommon.cmake +@@ -106,9 +106,9 @@ if (NOT HAS_RUN_WEBKIT_COMMON) + endif () + elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(i[3-6]86|x86)") + set(WTF_CPU_X86 1) +- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc") ++ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc|powerpc)") + set(WTF_CPU_PPC 1) +- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64") ++ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc64|powerpc64)") + set(WTF_CPU_PPC64 1) + elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le") + set(WTF_CPU_PPC64LE 1) diff --git a/www/webkit2-gtk3/files/patch-revert-11ccaf183fad b/www/webkit2-gtk3/files/patch-revert-11ccaf183fad new file mode 100644 index 000000000000..23ad25609a5b --- /dev/null +++ b/www/webkit2-gtk3/files/patch-revert-11ccaf183fad @@ -0,0 +1,211 @@ +Regressed by: https://github.com/WebKit/WebKit/commit/11ccaf183fad + +GStreamer.cpp.o -c /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/p +latform/graphics/gstreamer/MediaSampleGStreamer.cpp +/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/graphics/gs +treamer/MediaSampleGStreamer.cpp:220:12: error: call to implicitly-deleted copy constructor o +f 'WebCore::PlatformSample' + return sample; + ^~~~~~ +/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/MediaSample +.h:57:7: note: copy constructor of 'PlatformSample' is implicitly deleted because field 'samp +le' has a deleted copy constructor + } sample; + ^ +/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/MediaSample +.h:56:66: note: copy constructor of '' is implicitly deleted because variant field 'byteRange +Sample' has a non-trivial copy constructor + std::pair byteRangeSample; + ^ +1 error generated. + +diff --git Source/WTF/wtf/PlatformHave.h Source/WTF/wtf/PlatformHave.h +index 4c5f1d2..e61e7fc 100644 +--- Source/WTF/wtf/PlatformHave.h ++++ Source/WTF/wtf/PlatformHave.h +@@ -909,6 +909,12 @@ + #endif + #endif + ++#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 110300 ++#if !defined(HAVE_MT_PLUGIN_SAMPLE_CURSOR_PLAYABLE_HORIZON) ++#define HAVE_MT_PLUGIN_SAMPLE_CURSOR_PLAYABLE_HORIZON 1 ++#endif ++#endif ++ + #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 110200) \ + || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 140400) + #define HAVE_AVCONTENTKEYREQUEST_PENDING_PROTECTION_STATUS 1 +diff --git Source/WebCore/page/RuntimeEnabledFeatures.h Source/WebCore/page/RuntimeEnabledFeatures.h +index c97386f..6bb9794 100644 +--- Source/WebCore/page/RuntimeEnabledFeatures.h ++++ Source/WebCore/page/RuntimeEnabledFeatures.h +@@ -243,6 +243,11 @@ public: + void setDisableMediaExperiencePIDInheritance(bool isDisabled) { m_disableMediaExperiencePIDInheritance = isDisabled; } + bool disableMediaExperiencePIDInheritance() const { return m_disableMediaExperiencePIDInheritance; } + #endif ++ ++#if HAVE(MT_PLUGIN_FORMAT_READER) ++ void setWebMFormatReaderEnabled(bool isEnabled) { m_webMFormatReaderEnabled = isEnabled; } ++ bool webMFormatReaderEnabled() const { return m_webMFormatReaderEnabled; } ++#endif + + #if ENABLE(VORBIS) + WEBCORE_EXPORT void setVorbisDecoderEnabled(bool isEnabled); +@@ -375,6 +380,10 @@ private: + bool m_webMFormatReaderEnabled { false }; + #endif + ++#if HAVE(MT_PLUGIN_FORMAT_READER) ++ bool m_webMFormatReaderEnabled { false }; ++#endif ++ + #if ENABLE(MEDIA_SOURCE) + bool m_webMParserEnabled { false }; + bool m_webMWebAudioEnabled { false }; +diff --git Source/WebCore/platform/MediaSample.h Source/WebCore/platform/MediaSample.h +index 0847b97..d34ba7f 100644 +--- Source/WebCore/platform/MediaSample.h ++++ Source/WebCore/platform/MediaSample.h +@@ -34,8 +34,6 @@ + + typedef struct opaqueCMSampleBuffer *CMSampleBufferRef; + typedef struct _GstSample GstSample; +-typedef struct OpaqueMTPluginByteSource *MTPluginByteSourceRef; +-typedef const struct opaqueCMFormatDescription *CMFormatDescriptionRef; + + namespace WebCore { + +@@ -47,13 +45,11 @@ struct PlatformSample { + MockSampleBoxType, + CMSampleBufferType, + GStreamerSampleType, +- ByteRangeSampleType, + } type; + union { + MockSampleBox* mockSampleBox; + CMSampleBufferRef cmSampleBuffer; + GstSample* gstSample; +- std::pair byteRangeSample; + } sample; + }; + +@@ -91,12 +87,6 @@ public: + virtual SampleFlags flags() const = 0; + virtual PlatformSample platformSample() = 0; + +- struct ByteRange { +- size_t byteOffset { 0 }; +- size_t byteLength { 0 }; +- }; +- virtual std::optional byteRange() const = 0; +- + enum class VideoRotation { + None = 0, + UpsideDown = 180, +diff --git Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h +index d7a49b9..874c3dc 100644 +--- Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h ++++ Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.h +@@ -57,7 +57,6 @@ public: + Ref createNonDisplayingCopy() const override; + SampleFlags flags() const override { return m_flags; } + PlatformSample platformSample() override; +- std::optional byteRange() const override { return std::nullopt; } + void dump(PrintStream&) const override; + RefPtr getRGBAImageData() const final; + +diff --git Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp +index 5cb60b9..83da5b0 100644 +--- Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp ++++ Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp +@@ -62,7 +62,6 @@ private: + size_t sizeInBytes() const override { return sizeof(m_box); } + SampleFlags flags() const override; + PlatformSample platformSample() override; +- std::optional byteRange() const override { return std::nullopt; } + FloatSize presentationSize() const override { return FloatSize(); } + void dump(PrintStream&) const override; + void offsetTimestampsBy(const MediaTime& offset) override { m_box.offsetTimestampsBy(offset); } +diff --git Source/WebKit/MediaFormatReaderPlugIn/MediaFormatReaderPlugIn.cpp Source/WebKit/MediaFormatReaderPlugIn/MediaFormatReaderPlugIn.cpp +index 496e42a..43664ed 100644 +--- Source/WebKit/MediaFormatReaderPlugIn/MediaFormatReaderPlugIn.cpp ++++ Source/WebKit/MediaFormatReaderPlugIn/MediaFormatReaderPlugIn.cpp +@@ -23,14 +23,15 @@ + * THE POSSIBILITY OF SUCH DAMAGE. + */ + +-#include ++#include "config.h" + +-extern "C" WK_EXPORT OSStatus CreateMediaFormatReaderInstance(MTPluginByteSourceRef, CFAllocatorRef, CFDictionaryRef, MTPluginFormatReaderRef*); ++#if HAVE(MT_PLUGIN_FORMAT_READER) + +-OSStatus CreateMediaFormatReaderInstance(MTPluginByteSourceRef byteSource, CFAllocatorRef allocator, CFDictionaryRef, MTPluginFormatReaderRef* formatReader) ++OSStatus CreateMediaFormatReaderInstance(MTPluginByteSourceRef, CFAllocatorRef, CFDictionary ++Ref, MTPluginFormatReaderRef* formatReader) + { +- OSStatus status = WKMediaFormatReaderCreate(allocator, formatReader); +- if (status != noErr) +- return status; +- return WKMediaFormatReaderStartOnMainThread(*formatReader, byteSource); ++ *formatReader = nullptr; ++ return kMTPluginFormatReaderError_InternalFailure; + } ++ ++#endif // HAVE(MT_PLUGIN_FORMAT_READER) +diff --git Source/WebKit/Shared/WebPreferencesDefaultValues.cpp Source/WebKit/Shared/WebPreferencesDefaultValues.cpp +index 8b24061..83e3a04 100644 +--- Source/WebKit/Shared/WebPreferencesDefaultValues.cpp ++++ Source/WebKit/Shared/WebPreferencesDefaultValues.cpp +@@ -289,6 +289,19 @@ bool defaultWebMFormatReaderEnabled() + + #endif // ENABLE(WEBM_FORMAT_READER) + ++#if ENABLE(MEDIA_SOURCE) && HAVE(MT_PLUGIN_FORMAT_READER) ++ ++bool defaultWebMFormatReaderEnabled() ++{ ++#if HAVE(SYSTEM_FEATURE_FLAGS) ++ return isFeatureFlagEnabled("webm_format_reader"); ++#endif ++ ++ return false; ++} ++ ++#endif ++ + #if ENABLE(VP9) + + bool defaultVP8DecoderEnabled() +diff --git Source/WebKit/Shared/WebPreferencesDefaultValues.h Source/WebKit/Shared/WebPreferencesDefaultValues.h +index c7af0cb..c1c91ed 100644 +--- Source/WebKit/Shared/WebPreferencesDefaultValues.h ++++ Source/WebKit/Shared/WebPreferencesDefaultValues.h +@@ -95,6 +95,10 @@ bool defaultWebXREnabled(); + bool defaultWebMFormatReaderEnabled(); + #endif + ++#if ENABLE(MEDIA_SOURCE) && HAVE(MT_PLUGIN_FORMAT_READER) ++bool defaultWebMFormatReaderEnabled(); ++#endif ++ + #if ENABLE(VP9) + bool defaultVP8DecoderEnabled(); + bool defaultVP9DecoderEnabled(); +diff --git Source/WebKit/SourcesCocoa.txt Source/WebKit/SourcesCocoa.txt +index 78fb424..ac04aa8 100644 +--- Source/WebKit/SourcesCocoa.txt ++++ Source/WebKit/SourcesCocoa.txt +@@ -229,6 +229,11 @@ Shared/mac/MediaFormatReader/MediaSampleByteRange.cpp + Shared/mac/MediaFormatReader/MediaSampleCursor.cpp + Shared/mac/MediaFormatReader/MediaTrackReader.cpp + ++Shared/mac/MediaFormatReader/CoreMediaWrapped.cpp ++Shared/mac/MediaFormatReader/FormatReader.cpp ++Shared/mac/MediaFormatReader/SampleCursor.cpp ++Shared/mac/MediaFormatReader/TrackReader.cpp ++ + Shared/Plugins/mac/PluginSandboxProfile.mm + + Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm diff --git a/www/webkit2-gtk3/pkg-plist b/www/webkit2-gtk3/pkg-plist index ab34df353f0b..06190debb987 100644 --- a/www/webkit2-gtk3/pkg-plist +++ b/www/webkit2-gtk3/pkg-plist @@ -52,6 +52,8 @@ include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h include/webkitgtk-4.0/webkit2/WebKitInputMethodContext.h include/webkitgtk-4.0/webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h +include/webkitgtk-4.0/webkit2/WebKitMediaKeySystemPermissionRequest.h +include/webkitgtk-4.0/webkit2/WebKitMemoryPressureSettings.h include/webkitgtk-4.0/webkit2/WebKitMimeInfo.h include/webkitgtk-4.0/webkit2/WebKitNavigationAction.h include/webkitgtk-4.0/webkit2/WebKitNavigationPolicyDecision.h @@ -219,17 +221,16 @@ lib/girepository-1.0/WebKit2-4.0.typelib lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.17.13 +lib/libjavascriptcoregtk-4.0.so.18.19.5 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.49.9 +lib/libwebkit2gtk-4.0.so.37.55.3 lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc libdata/pkgconfig/webkit2gtk-web-extension-4.0.pc libexec/webkit2gtk-4.0/MiniBrowser libexec/webkit2gtk-4.0/WebKitNetworkProcess -libexec/webkit2gtk-4.0/WebKitPluginProcess libexec/webkit2gtk-4.0/WebKitWebProcess libexec/webkit2gtk-4.0/jsc share/gir-1.0/JavaScriptCore-4.0.gir From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 08:40:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90CFD6B1641; Mon, 27 Sep 2021 08:40:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHx0V2xFCz4gJG; Mon, 27 Sep 2021 08:40:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42C755CCB; Mon, 27 Sep 2021 08:40:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R8eA64045183; Mon, 27 Sep 2021 08:40:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R8eAWx045179; Mon, 27 Sep 2021 08:40:10 GMT (envelope-from git) Date: Mon, 27 Sep 2021 08:40:10 GMT Message-Id: <202109270840.18R8eAWx045179@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: 2af423a9b693 - main - security/vuxml: add www/webkit2-gtk3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2af423a9b6934746475dd8d4fd7d699597e70b78 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 08:40:10 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=2af423a9b6934746475dd8d4fd7d699597e70b78 commit 2af423a9b6934746475dd8d4fd7d699597e70b78 Author: Evgeniy Khramtsov AuthorDate: 2021-09-24 22:28:18 +0000 Commit: Baptiste Daroussin CommitDate: 2021-09-27 08:39:45 +0000 security/vuxml: add www/webkit2-gtk3 PR: 255528 Obtained from: https://webkitgtk.org/security/WSA-2021-0005.html --- security/vuxml/vuln-2021.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index d4297f3ad094..785e6485c0b2 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,29 @@ + + webkit2-gtk3 -- multiple vulnerabilities + + + webkit2-gtk3 + 2.32.4 + + + + +

The WebKitGTK project reports vulnerabilities:

+
+
  • CVE-2021-30858: Processing maliciously crafted web content may lead to arbitrary code execution.
+
+ +
+ + CVE-2021-30858 + https://webkitgtk.org/security/WSA-2021-0005.html + + + 2021-09-20 + 2021-09-24 + +
+ chromium -- use after free in Portals From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 08:52:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C3486B16CF; Mon, 27 Sep 2021 08:52:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHxGS1zytz4gyr; Mon, 27 Sep 2021 08:52:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24165621B; Mon, 27 Sep 2021 08:52:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R8qG59066475; Mon, 27 Sep 2021 08:52:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R8qGn3066474; Mon, 27 Sep 2021 08:52:16 GMT (envelope-from git) Date: Mon, 27 Sep 2021 08:52:16 GMT Message-Id: <202109270852.18R8qGn3066474@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 9abd1e471d91 - main - x11/luit: Update MASTER_SITES MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9abd1e471d91afabd00fd4a1f699e923faf7f69c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 08:52:16 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=9abd1e471d91afabd00fd4a1f699e923faf7f69c commit 9abd1e471d91afabd00fd4a1f699e923faf7f69c Author: Li-Wen Hsu AuthorDate: 2021-09-27 08:44:47 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-27 08:49:41 +0000 x11/luit: Update MASTER_SITES Add "/pub" which is the canonical path in FTP as site owner suggested Add the HTTP master site as submitter suggested PR: 258741 Reported by: bas@area536.com MFH: 2021Q3 --- x11/luit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/luit/Makefile b/x11/luit/Makefile index d13fbf317c18..a3957292f4c0 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -1,7 +1,8 @@ PORTNAME= luit PORTVERSION= 20210218 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.invisible-island.net/luit/ +MASTER_SITES= https://invisible-mirror.net/archives/luit/ \ + ftp://ftp.invisible-island.net/pub/luit/ MAINTAINER= x11@FreeBSD.org COMMENT= Locale and ISO 2022 support for Unicode terminals From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 08:52:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E9076B1B4D; Mon, 27 Sep 2021 08:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHxH60MFtz4hRj; Mon, 27 Sep 2021 08:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0F245F50; Mon, 27 Sep 2021 08:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R8qnaH068429; Mon, 27 Sep 2021 08:52:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R8qn0u068428; Mon, 27 Sep 2021 08:52:49 GMT (envelope-from git) Date: Mon, 27 Sep 2021 08:52:49 GMT Message-Id: <202109270852.18R8qn0u068428@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Li-Wen Hsu Subject: git: 346b04c8748b - 2021Q3 - x11/luit: Update MASTER_SITES MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 346b04c8748b3cb90c99249be5791e4309e7f4ea Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 08:52:50 -0000 The branch 2021Q3 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=346b04c8748b3cb90c99249be5791e4309e7f4ea commit 346b04c8748b3cb90c99249be5791e4309e7f4ea Author: Li-Wen Hsu AuthorDate: 2021-09-27 08:44:47 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-27 08:52:39 +0000 x11/luit: Update MASTER_SITES Add "/pub" which is the canonical path in FTP as site owner suggested Add the HTTP master site as submitter suggested PR: 258741 Reported by: bas@area536.com MFH: 2021Q3 (cherry picked from commit 9abd1e471d91afabd00fd4a1f699e923faf7f69c) --- x11/luit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/luit/Makefile b/x11/luit/Makefile index d13fbf317c18..a3957292f4c0 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -1,7 +1,8 @@ PORTNAME= luit PORTVERSION= 20210218 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.invisible-island.net/luit/ +MASTER_SITES= https://invisible-mirror.net/archives/luit/ \ + ftp://ftp.invisible-island.net/pub/luit/ MAINTAINER= x11@FreeBSD.org COMMENT= Locale and ISO 2022 support for Unicode terminals From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 09:17:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 97F456B17EB; Mon, 27 Sep 2021 09:17:20 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHxqM4WbBz4jlX; Mon, 27 Sep 2021 09:17:19 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Mon, 27 Sep 2021 11:17:10 +0200 From: Alex Kozlov To: Bernhard Froehlich Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 8e36aa89c535 - main - archivers/ha: Add CPE information Message-ID: <20210927091710.GA21625@ravenloft.kiev.ua> References: <202109201433.18KEXHRJ053338@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109201433.18KEXHRJ053338@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4HHxqM4WbBz4jlX X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of kozlov@ravenloft.kiev.ua has no SPF policy when checking 94.244.131.95) smtp.mailfrom=kozlov@ravenloft.kiev.ua X-Spamd-Result: default: False [1.09 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.96)[0.956]; NEURAL_HAM_LONG(-0.07)[-0.069]; NEURAL_HAM_SHORT(-1.00)[-0.998]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[ak@FreeBSD.org,kozlov@ravenloft.kiev.ua]; RCVD_COUNT_ZERO(0.00)[0]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:34743, ipnet:94.244.128.0/18, country:UA]; FROM_NEQ_ENVFROM(0.00)[ak@FreeBSD.org,kozlov@ravenloft.kiev.ua]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 09:17:20 -0000 On Mon, Sep 20, 2021 at 02:33:17PM +0000, Bernhard Froehlich wrote: > The branch main has been updated by decke: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=8e36aa89c5357316ed5bf1cc3d877624b51e21a6 > > commit 8e36aa89c5357316ed5bf1cc3d877624b51e21a6 > Author: Bernhard Froehlich > AuthorDate: 2021-09-20 14:18:16 +0000 > Commit: Bernhard Froehlich > CommitDate: 2021-09-20 14:18:16 +0000 > > archivers/ha: Add CPE information > > Approved by: portmgr (blanket) > --- > archivers/ha/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile > index 3e69951b4d82..15f05c41b881 100644 > --- a/archivers/ha/Makefile > +++ b/archivers/ha/Makefile > @@ -16,7 +16,8 @@ NO_WRKSUBDIR= yes > PLIST_FILES= bin/ha > MAKEFILE= makefile.nix > ALL_TARGET= ha > -USES= gmake tar:tgz > +USES= cpe gmake tar:tgz > +CPE_VENDOR= linux-ha Are you sure that linux-ha (High-Availability Linux) cpe.vendor is applicable to archivers/ha (Hirvola's archiver)? -- Alex From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 09:29:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3C4A86B1F60; Mon, 27 Sep 2021 09:29:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHy5l1DNTz4kSc; Mon, 27 Sep 2021 09:29:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 064DD68BD; Mon, 27 Sep 2021 09:29:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R9TkUb008526; Mon, 27 Sep 2021 09:29:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R9Tk1L008525; Mon, 27 Sep 2021 09:29:46 GMT (envelope-from git) Date: Mon, 27 Sep 2021 09:29:46 GMT Message-Id: <202109270929.18R9Tk1L008525@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: bac8d81351f9 - main - textproc/lowdown: update to 0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bac8d81351f91650638f73148fc74704bfd962fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 09:29:47 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=bac8d81351f91650638f73148fc74704bfd962fa commit bac8d81351f91650638f73148fc74704bfd962fa Author: Baptiste Daroussin AuthorDate: 2021-09-27 09:29:03 +0000 Commit: Baptiste Daroussin CommitDate: 2021-09-27 09:29:43 +0000 textproc/lowdown: update to 0.9.0 --- textproc/lowdown/Makefile | 2 +- textproc/lowdown/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile index 17fbdf4bf888..9fc373518c38 100644 --- a/textproc/lowdown/Makefile +++ b/textproc/lowdown/Makefile @@ -1,5 +1,5 @@ PORTNAME= lowdown -PORTVERSION= 0.8.6 +PORTVERSION= 0.9.0 CATEGORIES= textproc MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo index 27b50c03142e..176c5613f63e 100644 --- a/textproc/lowdown/distinfo +++ b/textproc/lowdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629211452 -SHA256 (lowdown-0.8.6.tar.gz) = 9c6ef352bc4c43628d3be1d2416c2cd0ea6ac9e8ff837ae5bccfd6faaa47c92a -SIZE (lowdown-0.8.6.tar.gz) = 209931 +TIMESTAMP = 1632734880 +SHA256 (lowdown-0.9.0.tar.gz) = a35b5dd7345395479e02585ac51275192994bc1b3178aadee9a8bef340455c43 +SIZE (lowdown-0.9.0.tar.gz) = 211595 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 09:30:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD8FF6B1CEB; Mon, 27 Sep 2021 09:30:50 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHy6y3dBjz4kYg; Mon, 27 Sep 2021 09:30:50 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-82-59-69-236.retail.telecomitalia.it [82.59.69.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id CFC1985C; Mon, 27 Sep 2021 09:30:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 To: Baptiste Daroussin , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> From: Guido Falsi Message-ID: Date: Mon, 27 Sep 2021 11:30:47 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 09:30:50 -0000 On 27/09/21 10:40, Baptiste Daroussin wrote: > The branch main has been updated by bapt: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 > > commit 895bc805a975e4d6848427d88063cc8651e36fe4 > Author: Evgeniy Khramtsov > AuthorDate: 2021-09-22 22:57:30 +0000 > Commit: Baptiste Daroussin > CommitDate: 2021-09-27 08:38:52 +0000 > > www/webkit2-gtk3: update to 2.34.0 > > PR: 255528 > Changes: https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html > https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html > https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html > https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html > https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html > https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html > https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html > https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html > https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html > https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html Not sure why, but this is failing for me in poudriere, FreeBSD 14.0-CURRENT main-n249429-181bfb42fd0. Cannot investigate further tight now whough. The error: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebCore/DerivedSources/unified-sources/UnifiedSource-aba958d6-1.cpp:1: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AXImage.cpp:29: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/config.h:56: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/FastMalloc.h:23: In file included from /usr/include/c++/v1/new:93: In file included from /usr/include/c++/v1/exception:81: In file included from /usr/include/c++/v1/__memory/base.h:15: /usr/include/c++/v1/type_traits:1660:59: error: incomplete type 'WebCore::HTMLMediaElement' used in type trait expression : public integral_constant {}; ^ /usr/include/c++/v1/type_traits:1665:7: note: in instantiation of template class 'std::is_base_of' requested here = is_base_of<_Bp, _Dp>::value; ^ /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/TypeCasts.h:64:24: note: in instantiation of variable template specialization 'std::is_base_of_v' requested here static_assert(std::is_base_of_v, "Unnecessary type check"); ^ /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AXObjectCache.cpp:532:9: note: in instantiation of function template specialization 'WTF::is' requested here if (is(node)) ^ /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/dom/Document.h:163:7: note: forward declaration of 'WebCore::HTMLMediaElement' class HTMLMediaElement; ^ In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebCore/DerivedSources/unified-sources/UnifiedSource-aba958d6-1.cpp:1: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AXImage.cpp:30: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AXImage.h:31: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AccessibilityRenderObject.h:31: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AccessibilityNodeObject.h:31: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AccessibilityObject.h:32: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AccessibilityObjectInterface.h:30: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/loader/FrameLoaderClient.h:32: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/page/FrameIdentifier.h:28: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/ObjectIdentifier.h:30: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/HashTraits.h:26: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/HashFunctions.h:26: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/RefPtr.h:28: In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/Ref.h:33: /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/TypeCasts.h:64:5: error: static_assert failed due to requirement 'std::is_base_of_v' "Unnecessary type check" static_assert(std::is_base_of_v, "Unnecessary type check"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AXObjectCache.cpp:532:9: note: in instantiation of function template specialization 'WTF::is' requested here if (is(node)) ^ -- Guido Falsi From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 09:36:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4AD706B2359; Mon, 27 Sep 2021 09:36:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHyFl1VFqz4lF5; Mon, 27 Sep 2021 09:36:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 13D3167EB; Mon, 27 Sep 2021 09:36:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R9agf7022145; Mon, 27 Sep 2021 09:36:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R9ag8e022144; Mon, 27 Sep 2021 09:36:42 GMT (envelope-from git) Date: Mon, 27 Sep 2021 09:36:42 GMT Message-Id: <202109270936.18R9ag8e022144@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: a40a5009df8a - main - Templates/BSD.local.dist: add share/icons MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a40a5009df8ac83591b57e5645578373f68360ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 09:36:43 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a40a5009df8ac83591b57e5645578373f68360ca commit a40a5009df8ac83591b57e5645578373f68360ca Author: Baptiste Daroussin AuthorDate: 2021-09-27 09:33:18 +0000 Commit: Baptiste Daroussin CommitDate: 2021-09-27 09:33:18 +0000 Templates/BSD.local.dist: add share/icons share/icons is a common place to install applications icons for a long time. An upcoming change in the way we handle icon cache generation leads to make check-plist thinking some packages are now leaking (left overs) this directory, adding it to the mtree fixes this issue. --- Templates/BSD.local.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Templates/BSD.local.dist b/Templates/BSD.local.dist index 137633ac404c..828d36f2cf9d 100644 --- a/Templates/BSD.local.dist +++ b/Templates/BSD.local.dist @@ -290,6 +290,8 @@ vendor_completions.d .. .. + icons + .. info .. java From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 10:00:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F14C96B28E8; Mon, 27 Sep 2021 10:00:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHymr61d1z4m3w; Mon, 27 Sep 2021 10:00:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE6FA6F29; Mon, 27 Sep 2021 10:00:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RA0CfC053204; Mon, 27 Sep 2021 10:00:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RA0ClW053197; Mon, 27 Sep 2021 10:00:12 GMT (envelope-from git) Date: Mon, 27 Sep 2021 10:00:12 GMT Message-Id: <202109271000.18RA0ClW053197@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 3649d3f8faed - main - net-mgmt/bgpq3: Update to 0.1.36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3649d3f8faed91f5181f10b80ea046b3bf823988 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 10:00:13 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=3649d3f8faed91f5181f10b80ea046b3bf823988 commit 3649d3f8faed91f5181f10b80ea046b3bf823988 Author: Alexandre Snarskii AuthorDate: 2021-09-27 09:26:03 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-27 09:56:17 +0000 net-mgmt/bgpq3: Update to 0.1.36 PR: 258692 --- net-mgmt/bgpq3/Makefile | 2 +- net-mgmt/bgpq3/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile index 6a6825e4d53b..2d9aa132ef3c 100644 --- a/net-mgmt/bgpq3/Makefile +++ b/net-mgmt/bgpq3/Makefile @@ -1,7 +1,7 @@ # Created by: Alexandre Snarskii PORTNAME= bgpq3 -PORTVERSION= 0.1.35 +PORTVERSION= 0.1.36 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt diff --git a/net-mgmt/bgpq3/distinfo b/net-mgmt/bgpq3/distinfo index cfcdc6bf1650..6a6235e3921b 100644 --- a/net-mgmt/bgpq3/distinfo +++ b/net-mgmt/bgpq3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543577935 -SHA256 (snar-bgpq3-v0.1.35_GH0.tar.gz) = 571b99dc4186618ad3c77317eef2c20a8e601ce665a6b0f1ffca6e3d8d804cde -SIZE (snar-bgpq3-v0.1.35_GH0.tar.gz) = 87066 +TIMESTAMP = 1632392833 +SHA256 (snar-bgpq3-v0.1.36_GH0.tar.gz) = 39cefed3c4f46b07bdcb817d105964f17a756b174a3c1d3ceda26ed00ecae456 +SIZE (snar-bgpq3-v0.1.36_GH0.tar.gz) = 91336 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 10:02:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D5576B2916; Mon, 27 Sep 2021 10:02:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHyqy08T2z4mRq; Mon, 27 Sep 2021 10:02:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from aniel.nours.eu (nours.eu [IPv6:2001:41d0:8:3a4d::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id C438E965; Mon, 27 Sep 2021 10:02:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 5F3DC37E6B; Mon, 27 Sep 2021 12:02:50 +0200 (CEST) Date: Mon, 27 Sep 2021 12:02:50 +0200 From: Baptiste Daroussin To: Guido Falsi Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 Message-ID: <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 10:02:54 -0000 On Mon, Sep 27, 2021 at 11:30:47AM +0200, Guido Falsi wrote: > On 27/09/21 10:40, Baptiste Daroussin wrote: > > The branch main has been updated by bapt: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 > > > > commit 895bc805a975e4d6848427d88063cc8651e36fe4 > > Author: Evgeniy Khramtsov > > AuthorDate: 2021-09-22 22:57:30 +0000 > > Commit: Baptiste Daroussin > > CommitDate: 2021-09-27 08:38:52 +0000 > > > > www/webkit2-gtk3: update to 2.34.0 > > PR: 255528 > > Changes: https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html > > https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html > > https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html > > https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html > > https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html > > https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html > > https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html > > https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html > > https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html > > https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html > > Not sure why, but this is failing for me in poudriere, FreeBSD 14.0-CURRENT > main-n249429-181bfb42fd0. Cannot investigate further tight now whough. > Strange, I just built it on main-n249556-c96da199458 Baptiste From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 10:12:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E300A6B2CB5; Mon, 27 Sep 2021 10:12:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHz3b5tQ5z4n6N; Mon, 27 Sep 2021 10:12:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-82-59-69-236.retail.telecomitalia.it [82.59.69.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 2BD34EBE; Mon, 27 Sep 2021 10:12:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 To: Baptiste Daroussin Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> From: Guido Falsi Message-ID: <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> Date: Mon, 27 Sep 2021 12:12:58 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 10:12:59 -0000 On 27/09/21 12:02, Baptiste Daroussin wrote: > On Mon, Sep 27, 2021 at 11:30:47AM +0200, Guido Falsi wrote: >> On 27/09/21 10:40, Baptiste Daroussin wrote: >>> The branch main has been updated by bapt: >>> >>> URL: https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 >>> >>> commit 895bc805a975e4d6848427d88063cc8651e36fe4 >>> Author: Evgeniy Khramtsov >>> AuthorDate: 2021-09-22 22:57:30 +0000 >>> Commit: Baptiste Daroussin >>> CommitDate: 2021-09-27 08:38:52 +0000 >>> >>> www/webkit2-gtk3: update to 2.34.0 >>> PR: 255528 >>> Changes: https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html >>> https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html >>> https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html >>> https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html >>> https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html >>> https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html >>> https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html >>> https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html >>> https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html >>> https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html >> >> Not sure why, but this is failing for me in poudriere, FreeBSD 14.0-CURRENT >> main-n249429-181bfb42fd0. Cannot investigate further tight now whough. >> > > Strange, I just built it on main-n249556-c96da199458 I'll try to investigate further later, unluckily I'm busy right now. First idea from the top of my head is, did some change happen to the compiler between the two revisions? Also, I'm using ccache. Usually it's not the cause of problems, but maybe I should try clearing the cache. -- Guido Falsi From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 10:15:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 661556B2934; Mon, 27 Sep 2021 10:15:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHz6F247hz4mn2; Mon, 27 Sep 2021 10:15:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 284D6737E; Mon, 27 Sep 2021 10:15:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RAFHoX075285; Mon, 27 Sep 2021 10:15:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RAFHBP075284; Mon, 27 Sep 2021 10:15:17 GMT (envelope-from git) Date: Mon, 27 Sep 2021 10:15:17 GMT Message-Id: <202109271015.18RAFHBP075284@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ganael LAPLANCHE Subject: git: 6da80d22a80e - main - sysutils/fpart: Update to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: martymac X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6da80d22a80e330b3380bbe69335b2becaaac423 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 10:15:17 -0000 The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=6da80d22a80e330b3380bbe69335b2becaaac423 commit 6da80d22a80e330b3380bbe69335b2becaaac423 Author: Ganael LAPLANCHE AuthorDate: 2021-09-27 10:14:35 +0000 Commit: Ganael LAPLANCHE CommitDate: 2021-09-27 10:14:35 +0000 sysutils/fpart: Update to 1.4.0 --- sysutils/fpart/Makefile | 4 ++-- sysutils/fpart/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile index 926da6caf009..1d297ad57401 100644 --- a/sysutils/fpart/Makefile +++ b/sysutils/fpart/Makefile @@ -1,7 +1,7 @@ # Created by: Ganael Laplanche PORTNAME= fpart -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://contribs.martymac.org/fpart/ @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-embfts PLIST_FILES= bin/fpart man/man1/fpart.1.gz -PORTDOCS= Changelog README TODO +PORTDOCS= Changelog.md README.md TODO OPTIONS_DEFINE= FPSYNC DOCS OPTIONS_DEFAULT= FPSYNC diff --git a/sysutils/fpart/distinfo b/sysutils/fpart/distinfo index e8bba92b4d46..a00c985c974a 100644 --- a/sysutils/fpart/distinfo +++ b/sysutils/fpart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620506252 -SHA256 (fpart-1.3.0.tar.gz) = 1e3d8ca3330cb70533ff66c17ef07047ac44d3885e9ffb5f6a6e46255a4bd6e4 -SIZE (fpart-1.3.0.tar.gz) = 345550 +TIMESTAMP = 1632691109 +SHA256 (fpart-1.4.0.tar.gz) = 49dfc5380a136af0731dbbb4df68d1bbefaa631ac95da33e830471c9453f8bca +SIZE (fpart-1.4.0.tar.gz) = 234552 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 10:43:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B82C6B2F8F; Mon, 27 Sep 2021 10:43:30 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHzkp2TF5z4pCv; Mon, 27 Sep 2021 10:43:30 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-82-59-69-236.retail.telecomitalia.it [82.59.69.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id A547EC28; Mon, 27 Sep 2021 10:43:29 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 From: Guido Falsi To: Baptiste Daroussin Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> Message-ID: Date: Mon, 27 Sep 2021 12:43:28 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 10:43:30 -0000 On 27/09/21 12:12, Guido Falsi wrote: > On 27/09/21 12:02, Baptiste Daroussin wrote: >> On Mon, Sep 27, 2021 at 11:30:47AM +0200, Guido Falsi wrote: >>> On 27/09/21 10:40, Baptiste Daroussin wrote: >>>> The branch main has been updated by bapt: >>>> >>>> URL: >>>> https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 >>>> >>>> >>>> commit 895bc805a975e4d6848427d88063cc8651e36fe4 >>>> Author:     Evgeniy Khramtsov >>>> AuthorDate: 2021-09-22 22:57:30 +0000 >>>> Commit:     Baptiste Daroussin >>>> CommitDate: 2021-09-27 08:38:52 +0000 >>>> >>>>       www/webkit2-gtk3: update to 2.34.0 >>>>       PR:      255528 >>>>       Changes: >>>> https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html >>>> >>>> https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html >>>> >>>> https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html >>>> >>>> https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html >>>> >>>> https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html >>>> >>>> https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html >>>> >>>> https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html >>>> >>>> https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html >>>> >>>> https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html >>>> >>>> https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html >>> >>> Not sure why, but this is failing for me in poudriere, FreeBSD >>> 14.0-CURRENT >>> main-n249429-181bfb42fd0. Cannot investigate further tight now whough. >>> >> >> Strange, I just built it on main-n249556-c96da199458 > > I'll try to investigate further later, unluckily I'm busy right now. > > First idea from the top of my head is, did some change happen to the > compiler between the two revisions? > > Also, I'm using ccache. Usually it's not the cause of problems, but > maybe I should try clearing the cache. > Disabling ccache made no difference. This was the simpler test so I started it right away. -- Guido Falsi From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 11:22:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1393A6B37B9; Mon, 27 Sep 2021 11:22:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ0bn74Kjz4rM0; Mon, 27 Sep 2021 11:22:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D323B10427; Mon, 27 Sep 2021 11:22:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RBMTCE067668; Mon, 27 Sep 2021 11:22:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RBMTPc067667; Mon, 27 Sep 2021 11:22:29 GMT (envelope-from git) Date: Mon, 27 Sep 2021 11:22:29 GMT Message-Id: <202109271122.18RBMTPc067667@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: c5348c23043e - main - misc/far2l: update the port to the latest tagged snapshot. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c5348c23043eaf90c75002a9bc1e07a8c5404c1a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 11:22:30 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5348c23043eaf90c75002a9bc1e07a8c5404c1a commit c5348c23043eaf90c75002a9bc1e07a8c5404c1a Author: Alexey Dokuchaev AuthorDate: 2021-09-27 11:22:08 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-27 11:22:09 +0000 misc/far2l: update the port to the latest tagged snapshot. --- misc/far2l/Makefile | 7 ++++--- misc/far2l/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/misc/far2l/Makefile b/misc/far2l/Makefile index e9a06e85d227..0564f3d715c7 100644 --- a/misc/far2l/Makefile +++ b/misc/far2l/Makefile @@ -4,13 +4,14 @@ PORTNAME= far2l # Upstream tags (pre-)releases very rarely and irregularly, so keep using # the g${DATE} format even for tagged releases to avoid bumping PORTEPOCH # in case we'd have to use raw commit hashes again in the future. -PORTVERSION= g20210426 -PORTREVISION= 1 +PORTVERSION= g20210921 CATEGORIES= misc MAINTAINER= danfe@FreeBSD.org COMMENT= Port of FAR v2 to Unix-like systems +LICENSE= GPLv2 + BUILD_DEPENDS= gawk:lang/gawk gm4:devel/m4 \ ${LOCALBASE}/include/spdlog/spdlog.h:devel/spdlog LIB_DEPENDS= libfmt.so:devel/libfmt \ @@ -21,7 +22,7 @@ RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= elfmz -GH_TAGNAME= v2021-04-26_alpha +GH_TAGNAME= v2021-09-21_alpha USES= cmake compiler:c++11-lang libarchive pkgconfig shebangfix ssl SHEBANG_FILES= far2l/bootstrap/view.sh diff --git a/misc/far2l/distinfo b/misc/far2l/distinfo index 819cd1ba3b4e..4745abc76fd2 100644 --- a/misc/far2l/distinfo +++ b/misc/far2l/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619385959 -SHA256 (elfmz-far2l-g20210426-v2021-04-26_alpha_GH0.tar.gz) = d084559190104202359bfeb487cd8d59f9f02e6ec8f765bd5978bf1328ac0a09 -SIZE (elfmz-far2l-g20210426-v2021-04-26_alpha_GH0.tar.gz) = 5441382 +TIMESTAMP = 1632184046 +SHA256 (elfmz-far2l-g20210921-v2021-09-21_alpha_GH0.tar.gz) = 242d0fb94cce6b370f32c89a8d8fd07e017a02effcae0ce861a915229b252836 +SIZE (elfmz-far2l-g20210921-v2021-09-21_alpha_GH0.tar.gz) = 5427544 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 11:26:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF9E86B37CD for ; Mon, 27 Sep 2021 11:26:31 +0000 (UTC) (envelope-from decke@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ0hR5ZNBz4rY9 for ; Mon, 27 Sep 2021 11:26:31 +0000 (UTC) (envelope-from decke@freebsd.org) Received: from mail-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: decke) by smtp.freebsd.org (Postfix) with ESMTPSA id 95F0515DD for ; Mon, 27 Sep 2021 11:26:31 +0000 (UTC) (envelope-from decke@freebsd.org) Received: by mail-il1-f175.google.com with SMTP id b15so18775896ils.10 for ; Mon, 27 Sep 2021 04:26:31 -0700 (PDT) X-Gm-Message-State: AOAM532I69EqlVBqB44LzX7Q8ByCjT74qFFhqkpX0dWH4RuMQnkglKDZ EKDYpeyOYlXz/af40pTWMxYU3YpzF3G7jEHOF0pyoA== X-Google-Smtp-Source: ABdhPJyqT9mI7olxBRsSd5vVQc6nFVCabJ9iXeVm328i3MX11Wyk5J/9Dee8XqFyqSHARU1DXaT5F33KN43DROyXp/E= X-Received: by 2002:a92:cbc2:: with SMTP id s2mr19065265ilq.228.1632741990751; Mon, 27 Sep 2021 04:26:30 -0700 (PDT) MIME-Version: 1.0 References: <202109201433.18KEXHRJ053338@gitrepo.freebsd.org> <20210927091710.GA21625@ravenloft.kiev.ua> In-Reply-To: <20210927091710.GA21625@ravenloft.kiev.ua> From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= Date: Mon, 27 Sep 2021 13:26:14 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 8e36aa89c535 - main - archivers/ha: Add CPE information To: Alex Kozlov Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 11:26:31 -0000 On Mon, Sep 27, 2021 at 11:17 AM Alex Kozlov wrote: > > On Mon, Sep 20, 2021 at 02:33:17PM +0000, Bernhard Froehlich wrote: > > The branch main has been updated by decke: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=8e36aa89c5357316ed5bf1cc3d877624b51e21a6 > > > > commit 8e36aa89c5357316ed5bf1cc3d877624b51e21a6 > > Author: Bernhard Froehlich > > AuthorDate: 2021-09-20 14:18:16 +0000 > > Commit: Bernhard Froehlich > > CommitDate: 2021-09-20 14:18:16 +0000 > > > > archivers/ha: Add CPE information > > > > Approved by: portmgr (blanket) > > --- > > archivers/ha/Makefile | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile > > index 3e69951b4d82..15f05c41b881 100644 > > --- a/archivers/ha/Makefile > > +++ b/archivers/ha/Makefile > > @@ -16,7 +16,8 @@ NO_WRKSUBDIR= yes > > PLIST_FILES= bin/ha > > MAKEFILE= makefile.nix > > ALL_TARGET= ha > > -USES= gmake tar:tgz > > +USES= cpe gmake tar:tgz > > +CPE_VENDOR= linux-ha > Are you sure that linux-ha (High-Availability Linux) cpe.vendor is applicable > to archivers/ha (Hirvola's archiver)? Thanks for having a look! Being curious is definitely good because I only spend a few minutes per port to decide if that is a match or not. I remember that this looked pretty strange to me as well but here is what the data says. Lookup in the CPE Dictionary for "cpe:2.3:a:linux-ha:ha" gives me: https://nvd.nist.gov/products/cpe/detail/917416?namingFormat=2.3&orderBy=CPEURI&keyword=cpe%3A2.3%3Aa%3Alinux-ha%3Aha&status=FINAL That points me to: http://www.linux-ha.org/wiki/Main_Page => dead, wayback machine https://web.archive.org/web/20210214054305/http://www.linux-ha.org/wiki/Main_Page => "The Linux-HA project maintains a set of building blocks for high availability cluster systems" so definitely not the archiver https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774954 => CVE-2015-1198 https://www.openwall.com/lists/oss-security/2015/01/18/8 => points to debian bug above https://nvd.nist.gov/vuln/detail/CVE-2015-1198 The Debian page definitely uses the name "Harri Hirvola" which seems to be the author of that archiver. The CVE talks about a directory traversal vulnerability in an archiver so this sounds like what I expected. After all this looks like the CVE points to an incorrect CPE entry. I will contact MITRE to dispute that CPE entry and in the portstree I will revert the commit. Please also have a look at CVE-2015-1198 and take some actions because our port is very likely also vulnerable. -- Bernhard Froehlich http://www.bluelife.at/ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 11:52:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 447006B3B7A; Mon, 27 Sep 2021 11:52:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ1Gl1NYVz4tqN; Mon, 27 Sep 2021 11:52:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10C481075A; Mon, 27 Sep 2021 11:52:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RBqksT007460; Mon, 27 Sep 2021 11:52:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RBqkX6007459; Mon, 27 Sep 2021 11:52:46 GMT (envelope-from git) Date: Mon, 27 Sep 2021 11:52:46 GMT Message-Id: <202109271152.18RBqkX6007459@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 55579d6a5006 - main - multimedia/minisatip: Update to 1.1.45 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 55579d6a5006f726e59a2cfb19e98a07c1731284 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 11:52:47 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=55579d6a5006f726e59a2cfb19e98a07c1731284 commit 55579d6a5006f726e59a2cfb19e98a07c1731284 Author: Bernhard Froehlich AuthorDate: 2021-09-27 08:59:43 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-27 11:34:14 +0000 multimedia/minisatip: Update to 1.1.45 --- multimedia/minisatip/Makefile | 2 +- multimedia/minisatip/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/minisatip/Makefile b/multimedia/minisatip/Makefile index 7a0b98829d97..1fbf27958517 100644 --- a/multimedia/minisatip/Makefile +++ b/multimedia/minisatip/Makefile @@ -1,7 +1,7 @@ # Created by: Bernhard Froehlich PORTNAME= minisatip -PORTVERSION= 1.1.44 +PORTVERSION= 1.1.45 DISTVERSIONPREFIX= v CATEGORIES= multimedia diff --git a/multimedia/minisatip/distinfo b/multimedia/minisatip/distinfo index 4279f4217a32..b966eb6cfe75 100644 --- a/multimedia/minisatip/distinfo +++ b/multimedia/minisatip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631601884 -SHA256 (catalinii-minisatip-v1.1.44_GH0.tar.gz) = 0f4785640b7d179d0c0a22951f42d9dca7eb5cae96790887cb1d74ea9078f0c4 -SIZE (catalinii-minisatip-v1.1.44_GH0.tar.gz) = 381831 +TIMESTAMP = 1632728886 +SHA256 (catalinii-minisatip-v1.1.45_GH0.tar.gz) = 7a3dbe652421abd824416bbcebe2986df4fccc95f2a294e2752e562453c11157 +SIZE (catalinii-minisatip-v1.1.45_GH0.tar.gz) = 381840 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 11:52:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7A4B6B3DF6; Mon, 27 Sep 2021 11:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ1Gn4lZgz4thJ; Mon, 27 Sep 2021 11:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ED6E10C01; Mon, 27 Sep 2021 11:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RBqnQf007510; Mon, 27 Sep 2021 11:52:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RBqnxo007509; Mon, 27 Sep 2021 11:52:49 GMT (envelope-from git) Date: Mon, 27 Sep 2021 11:52:49 GMT Message-Id: <202109271152.18RBqnxo007509@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: d91356587353 - main - archivers/ha: Revert "Add CPE information" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d91356587353d4ec0ac116623486eab85ee39fc7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 11:52:50 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=d91356587353d4ec0ac116623486eab85ee39fc7 commit d91356587353d4ec0ac116623486eab85ee39fc7 Author: Bernhard Froehlich AuthorDate: 2021-09-27 11:27:24 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-27 11:52:14 +0000 archivers/ha: Revert "Add CPE information" The CVE-2015-1198 points to an invalid CPE entry for "Linux High Availability". This reverts commit 8e36aa89c5357316ed5bf1cc3d877624b51e21a6. Discussed with: ak@ See: https://nvd.nist.gov/vuln/detail/CVE-2015-1198 See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774954 --- archivers/ha/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 15f05c41b881..3e69951b4d82 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -16,8 +16,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix ALL_TARGET= ha -USES= cpe gmake tar:tgz -CPE_VENDOR= linux-ha +USES= gmake tar:tgz post-patch: @${REINPLACE_CMD} 's,,,' \ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 11:52:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90C966B3B7B; Mon, 27 Sep 2021 11:52:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ1Gm24nvz4v27; Mon, 27 Sep 2021 11:52:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28D3E1075B; Mon, 27 Sep 2021 11:52:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RBqmT6007486; Mon, 27 Sep 2021 11:52:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RBqmKd007485; Mon, 27 Sep 2021 11:52:48 GMT (envelope-from git) Date: Mon, 27 Sep 2021 11:52:48 GMT Message-Id: <202109271152.18RBqmKd007485@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: aabd3c60967c - main - multimedia/dtv-scan-tables: Update to 20210430 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: aabd3c60967c06a0f7489ec52745bb45ce65c715 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 11:52:48 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=aabd3c60967c06a0f7489ec52745bb45ce65c715 commit aabd3c60967c06a0f7489ec52745bb45ce65c715 Author: Bernhard Froehlich AuthorDate: 2021-09-27 09:01:16 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-27 11:34:15 +0000 multimedia/dtv-scan-tables: Update to 20210430 --- multimedia/dtv-scan-tables/Makefile | 2 +- multimedia/dtv-scan-tables/distinfo | 6 +- multimedia/dtv-scan-tables/pkg-plist | 564 ++++++++++++++++++++++++----------- 3 files changed, 390 insertions(+), 182 deletions(-) diff --git a/multimedia/dtv-scan-tables/Makefile b/multimedia/dtv-scan-tables/Makefile index 094f05b1d1ad..1493dd6b8776 100644 --- a/multimedia/dtv-scan-tables/Makefile +++ b/multimedia/dtv-scan-tables/Makefile @@ -1,7 +1,7 @@ # Created by: Dreamcat4 PORTNAME= dtv-scan-tables -PORTVERSION= 20200902 +PORTVERSION= 20210430 CATEGORIES= multimedia MASTER_SITES= LOCAL/decke diff --git a/multimedia/dtv-scan-tables/distinfo b/multimedia/dtv-scan-tables/distinfo index 1f4b7e35e70d..bbd73f2c4ef4 100644 --- a/multimedia/dtv-scan-tables/distinfo +++ b/multimedia/dtv-scan-tables/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606828709 -SHA256 (dtv-scan-tables-20200902.tar.xz) = af4285c2d20006190776a6ee813641f551777b656c0a58c2747216eec925797c -SIZE (dtv-scan-tables-20200902.tar.xz) = 311164 +TIMESTAMP = 1632729490 +SHA256 (dtv-scan-tables-20210430.tar.xz) = 936d06a4c5ef6eca753a5ba042ee89f1c2ac20b525f9605ca6809d2cf98bb1bc +SIZE (dtv-scan-tables-20210430.tar.xz) = 307840 diff --git a/multimedia/dtv-scan-tables/pkg-plist b/multimedia/dtv-scan-tables/pkg-plist index ac8f9e247f76..031f1d3878f5 100644 --- a/multimedia/dtv-scan-tables/pkg-plist +++ b/multimedia/dtv-scan-tables/pkg-plist @@ -114,72 +114,55 @@ %%DATADIR%%/dvb-c/se-Gothnet %%DATADIR%%/dvb-c/se-comhem %%DATADIR%%/dvb-s/ABS-2-75.0E +%%DATADIR%%/dvb-s/ABS-22A-75.0E %%DATADIR%%/dvb-s/ABS-2A-75.0E %%DATADIR%%/dvb-s/ABS-3A-3.0W %%DATADIR%%/dvb-s/ABS-6-159.0E -%%DATADIR%%/dvb-s/ABS-7-116.1E -%%DATADIR%%/dvb-s/ABS2-75.0E %%DATADIR%%/dvb-s/AMC-11-131.0W +%%DATADIR%%/dvb-s/AMC-15-&-EchoStar-105SES-11-105.0W %%DATADIR%%/dvb-s/AMC-15-105.0W +%%DATADIR%%/dvb-s/AMC-21-&-Galaxy-30-125.0W %%DATADIR%%/dvb-s/AMC-21-124.9W -%%DATADIR%%/dvb-s/AMC-8-139.0W -%%DATADIR%%/dvb-s/AMC1-103.0W -%%DATADIR%%/dvb-s/AMC10_C-135.0W -%%DATADIR%%/dvb-s/AMC11_C-131.0W -%%DATADIR%%/dvb-s/AMC16-85.0W -%%DATADIR%%/dvb-s/AMC18_C-105.0W -%%DATADIR%%/dvb-s/AMC4-101.0W -%%DATADIR%%/dvb-s/AMC5-79.0W -%%DATADIR%%/dvb-s/AMC6-72.0W -%%DATADIR%%/dvb-s/AMC8_C-139.0W -%%DATADIR%%/dvb-s/AMC9-83.0W -%%DATADIR%%/dvb-s/AMC9_C-83.0W +%%DATADIR%%/dvb-s/Africasat-1a-46.0E %%DATADIR%%/dvb-s/Al-Yah-1-52.5E %%DATADIR%%/dvb-s/Alcomsat-1-24.8W %%DATADIR%%/dvb-s/Amazonas-2-61.0W %%DATADIR%%/dvb-s/Amazonas-3-61.0W %%DATADIR%%/dvb-s/Amazonas-5-61.0W -%%DATADIR%%/dvb-s/Amazonas3-61.0W +%%DATADIR%%/dvb-s/Amos-17-17.0E %%DATADIR%%/dvb-s/Amos-3-4.0W +%%DATADIR%%/dvb-s/Amos-37-4.0W %%DATADIR%%/dvb-s/Amos-4-65.0E -%%DATADIR%%/dvb-s/Amos-4.0W %%DATADIR%%/dvb-s/Amos-7-3.9W %%DATADIR%%/dvb-s/Anik-F1R-107.3W -%%DATADIR%%/dvb-s/Anik-F1R_C-107.3W +%%DATADIR%%/dvb-s/Anik-F1RG1-107.3W %%DATADIR%%/dvb-s/Anik-F2-111.1W -%%DATADIR%%/dvb-s/Anik-F2_C-111.1W +%%DATADIR%%/dvb-s/Anik-F3-&-T8-&-EchoStar-14-119.0W %%DATADIR%%/dvb-s/Anik-F3-118.8W -%%DATADIR%%/dvb-s/Anik-F3-119.0W %%DATADIR%%/dvb-s/Apstar-6C-134.0E %%DATADIR%%/dvb-s/Apstar-7-76.5E %%DATADIR%%/dvb-s/Apstar-9-142.0E -%%DATADIR%%/dvb-s/Apstar6_C-134.0E %%DATADIR%%/dvb-s/Arabsat-5A-30.5E +%%DATADIR%%/dvb-s/Arabsat-5A6A-30.5E %%DATADIR%%/dvb-s/Arabsat-5C-20.0E +%%DATADIR%%/dvb-s/Arabsat-6A-30.5E %%DATADIR%%/dvb-s/Arsat-1-71.8W %%DATADIR%%/dvb-s/Arsat-2-81.0W %%DATADIR%%/dvb-s/AsiaSat-5-100.5E %%DATADIR%%/dvb-s/AsiaSat-6Thaicom-7-120.0E %%DATADIR%%/dvb-s/AsiaSat-7-105.5E %%DATADIR%%/dvb-s/AsiaSat-9-122.0E -%%DATADIR%%/dvb-s/AsiaSat2_C-100.5E -%%DATADIR%%/dvb-s/AsiaSat3S_C-105.5E -%%DATADIR%%/dvb-s/Asiasat4_C-122.2E -%%DATADIR%%/dvb-s/Astra-19.2E %%DATADIR%%/dvb-s/Astra-1KR-19.2E %%DATADIR%%/dvb-s/Astra-1L-19.2E %%DATADIR%%/dvb-s/Astra-1M-19.2E %%DATADIR%%/dvb-s/Astra-1N-19.2E -%%DATADIR%%/dvb-s/Astra-23.5E -%%DATADIR%%/dvb-s/Astra-28.2E %%DATADIR%%/dvb-s/Astra-2E-28.5E %%DATADIR%%/dvb-s/Astra-2F-28.2E %%DATADIR%%/dvb-s/Astra-2G-28.2E %%DATADIR%%/dvb-s/Astra-3B-23.5E +%%DATADIR%%/dvb-s/Astra-4A-&-SES-5-4.9E %%DATADIR%%/dvb-s/Astra-4A-4.8E %%DATADIR%%/dvb-s/Astra-5B-31.5E -%%DATADIR%%/dvb-s/AzerSpace-1Africasat-1a-46.0E -%%DATADIR%%/dvb-s/AzerSpace-2Intelsat-38-45.0E %%DATADIR%%/dvb-s/BRIsat-150.5E %%DATADIR%%/dvb-s/Badr-4-26.0E %%DATADIR%%/dvb-s/Badr-5-26.0E @@ -187,260 +170,219 @@ %%DATADIR%%/dvb-s/Badr-7-26.0E %%DATADIR%%/dvb-s/Bangabandhu-1-119.1E %%DATADIR%%/dvb-s/Belintersat-1-51.5E -%%DATADIR%%/dvb-s/BrasilSat-B1-75.0W -%%DATADIR%%/dvb-s/BrasilSat-B2-65.0W -%%DATADIR%%/dvb-s/BrasilSat-B4-70.0W -%%DATADIR%%/dvb-s/BrasilsatB4-84.0W %%DATADIR%%/dvb-s/BulgariaSat-1-1.9E %%DATADIR%%/dvb-s/ChinaSat-10-110.5E %%DATADIR%%/dvb-s/ChinaSat-11-98.0E %%DATADIR%%/dvb-s/ChinaSat-12-87.5E %%DATADIR%%/dvb-s/ChinaSat-6A-125.0E %%DATADIR%%/dvb-s/ChinaSat-6B-115.5E -%%DATADIR%%/dvb-s/ChinaSat-9-92.2E -%%DATADIR%%/dvb-s/ChinaSat5A-87.5E +%%DATADIR%%/dvb-s/ChinaSat-6C-130.0E +%%DATADIR%%/dvb-s/Ciel-2-&-SES-15-129.0W %%DATADIR%%/dvb-s/Ciel-2-129.0W -%%DATADIR%%/dvb-s/DirecTV-7S-119.0W %%DATADIR%%/dvb-s/EchoStar-10-110.0W %%DATADIR%%/dvb-s/EchoStar-105SES-11-105.0W %%DATADIR%%/dvb-s/EchoStar-11-110.0W %%DATADIR%%/dvb-s/EchoStar-14-119.0W %%DATADIR%%/dvb-s/EchoStar-16-61.5W %%DATADIR%%/dvb-s/EchoStar-9Galaxy-23-121.0W -%%DATADIR%%/dvb-s/Echostar-10+11-110.0W -%%DATADIR%%/dvb-s/Estrela-do-Sul-63.0W +%%DATADIR%%/dvb-s/Es'hail-1-25.5E +%%DATADIR%%/dvb-s/Es'hail-2-25.8E %%DATADIR%%/dvb-s/Eutelsat-10A-10.0E %%DATADIR%%/dvb-s/Eutelsat-113-West-A-113.0W %%DATADIR%%/dvb-s/Eutelsat-115-West-B-114.9W %%DATADIR%%/dvb-s/Eutelsat-117-West-A-116.8W +%%DATADIR%%/dvb-s/Eutelsat-117-West-AB-117.0W %%DATADIR%%/dvb-s/Eutelsat-117-West-B-117.0W -%%DATADIR%%/dvb-s/Eutelsat-12-West-B-12.5W %%DATADIR%%/dvb-s/Eutelsat-16A-16.0E %%DATADIR%%/dvb-s/Eutelsat-172B-172.0E %%DATADIR%%/dvb-s/Eutelsat-21B-21.5E +%%DATADIR%%/dvb-s/Eutelsat-33E-&-Intelsat-28-33.0E %%DATADIR%%/dvb-s/Eutelsat-33E-33.0E +%%DATADIR%%/dvb-s/Eutelsat-36B-&-Express-AMU1-36.0E %%DATADIR%%/dvb-s/Eutelsat-36B-35.9E +%%DATADIR%%/dvb-s/Eutelsat-3B-&-Rascom-QAF-1R-3.0E %%DATADIR%%/dvb-s/Eutelsat-3B-3.1E %%DATADIR%%/dvb-s/Eutelsat-5-West-A-5.0W +%%DATADIR%%/dvb-s/Eutelsat-5-West-B-5.0W %%DATADIR%%/dvb-s/Eutelsat-65-West-A-65.0W %%DATADIR%%/dvb-s/Eutelsat-7-West-A-7.3W %%DATADIR%%/dvb-s/Eutelsat-70B-70.5E -%%DATADIR%%/dvb-s/Eutelsat-7A-7.0E %%DATADIR%%/dvb-s/Eutelsat-7B-7.0E +%%DATADIR%%/dvb-s/Eutelsat-7B7C-7.0E +%%DATADIR%%/dvb-s/Eutelsat-7C-7.0E %%DATADIR%%/dvb-s/Eutelsat-8-West-B-8.0W +%%DATADIR%%/dvb-s/Eutelsat-9B-&-Ka-Sat-9A-9.0E %%DATADIR%%/dvb-s/Eutelsat-9B-9.0E %%DATADIR%%/dvb-s/Eutelsat-Ka-Sat-9A-9.0E -%%DATADIR%%/dvb-s/Eutelsat5_5.0W -%%DATADIR%%/dvb-s/Eutelsat9-9.0E -%%DATADIR%%/dvb-s/EutelsatW2-16E -%%DATADIR%%/dvb-s/Express-3A-11.0W -%%DATADIR%%/dvb-s/Express-AM33-96.5E +%%DATADIR%%/dvb-s/Express-103-96.5E +%%DATADIR%%/dvb-s/Express-80-80.0E %%DATADIR%%/dvb-s/Express-AM44-11.0W %%DATADIR%%/dvb-s/Express-AM5-140.0E +%%DATADIR%%/dvb-s/Express-AM5AT2-140.0E %%DATADIR%%/dvb-s/Express-AM6-53.0E %%DATADIR%%/dvb-s/Express-AM7-40.0E %%DATADIR%%/dvb-s/Express-AM8-14.0W %%DATADIR%%/dvb-s/Express-AMU1-36.1E %%DATADIR%%/dvb-s/Express-AT1-56.0E %%DATADIR%%/dvb-s/Express-AT2-140.0E -%%DATADIR%%/dvb-s/ExpressAM1-40.0E -%%DATADIR%%/dvb-s/ExpressAM2-80.0E -%%DATADIR%%/dvb-s/ExpressAM22-53.0E %%DATADIR%%/dvb-s/G-Sat-10-83.0E +%%DATADIR%%/dvb-s/G-Sat-1030-83.0E %%DATADIR%%/dvb-s/G-Sat-15-93.5E +%%DATADIR%%/dvb-s/G-Sat-1517-93.5E %%DATADIR%%/dvb-s/G-Sat-16-55.0E %%DATADIR%%/dvb-s/G-Sat-17-93.5E %%DATADIR%%/dvb-s/G-Sat-18-74.0E +%%DATADIR%%/dvb-s/G-Sat-30-83.0E %%DATADIR%%/dvb-s/G-Sat-8-55.0E +%%DATADIR%%/dvb-s/G-Sat-816-&-Yamal-402-55.0E %%DATADIR%%/dvb-s/G-Sat-9-97.3E %%DATADIR%%/dvb-s/Galaxy-13Horizons-1-127.0W -%%DATADIR%%/dvb-s/Galaxy-14-125.0W %%DATADIR%%/dvb-s/Galaxy-15-133.0W +%%DATADIR%%/dvb-s/Galaxy-16-&-T11T14-99.2W %%DATADIR%%/dvb-s/Galaxy-16-99.0W +%%DATADIR%%/dvb-s/Galaxy-17-&-Nimiq-6-91.0W %%DATADIR%%/dvb-s/Galaxy-17-91.0W %%DATADIR%%/dvb-s/Galaxy-18-123.0W %%DATADIR%%/dvb-s/Galaxy-19-97.0W -%%DATADIR%%/dvb-s/Galaxy-25-93.1W %%DATADIR%%/dvb-s/Galaxy-28-89.0W +%%DATADIR%%/dvb-s/Galaxy-30-125.0W +%%DATADIR%%/dvb-s/Galaxy-3C-&-Spaceway-3-&-Intelsat-3031-95.0W %%DATADIR%%/dvb-s/Galaxy-3C-95.0W -%%DATADIR%%/dvb-s/Galaxy10R-123.0W -%%DATADIR%%/dvb-s/Galaxy13_C-127.0W -%%DATADIR%%/dvb-s/Galaxy14_C-125.0W -%%DATADIR%%/dvb-s/Galaxy15_C-133.0W -%%DATADIR%%/dvb-s/Galaxy16_C-99.0W -%%DATADIR%%/dvb-s/Galaxy17-91.0W -%%DATADIR%%/dvb-s/Galaxy17_C-91.0W -%%DATADIR%%/dvb-s/Galaxy19-97.0W -%%DATADIR%%/dvb-s/Galaxy19_C-97.0W -%%DATADIR%%/dvb-s/Galaxy23_C-121.0W -%%DATADIR%%/dvb-s/Galaxy25-93.0W -%%DATADIR%%/dvb-s/Galaxy27-129.0W -%%DATADIR%%/dvb-s/Galaxy28-89.0W -%%DATADIR%%/dvb-s/Galaxy28_C-89.0W -%%DATADIR%%/dvb-s/Galaxy3C-95.0W -%%DATADIR%%/dvb-s/Galaxy3C_C-95.0W %%DATADIR%%/dvb-s/Hellas-Sat-3-39.0E -%%DATADIR%%/dvb-s/Hispasat-30.0W -%%DATADIR%%/dvb-s/Hispasat-30W-4-30.0W +%%DATADIR%%/dvb-s/Hellas-Sat-34-39.0E +%%DATADIR%%/dvb-s/Hellas-Sat-4-39.0E %%DATADIR%%/dvb-s/Hispasat-30W-5-30.0W +%%DATADIR%%/dvb-s/Hispasat-30W-530W-6-30.0W +%%DATADIR%%/dvb-s/Hispasat-30W-6-30.0W +%%DATADIR%%/dvb-s/Hispasat-74W-1-73.9W +%%DATADIR%%/dvb-s/Horizons-2-&-Intelsat-15-85.0E %%DATADIR%%/dvb-s/Horizons-2-84.8E -%%DATADIR%%/dvb-s/Hotbird-13.0E +%%DATADIR%%/dvb-s/Horizons-3e-169.0E %%DATADIR%%/dvb-s/Hotbird-13B-13.0E %%DATADIR%%/dvb-s/Hotbird-13C-13.0E %%DATADIR%%/dvb-s/Hotbird-13E-13.0E -%%DATADIR%%/dvb-s/IA7-129.0W -%%DATADIR%%/dvb-s/Insat-4A-83.0E -%%DATADIR%%/dvb-s/Insat2E_C-83.0E -%%DATADIR%%/dvb-s/Insat3A_C-93.5E -%%DATADIR%%/dvb-s/Insat4A_C-83.0E -%%DATADIR%%/dvb-s/Insat4B_C-93.5E -%%DATADIR%%/dvb-s/Intel4-72.0E -%%DATADIR%%/dvb-s/Intel904-60.0E %%DATADIR%%/dvb-s/Intelsat-10-02-1.0W -%%DATADIR%%/dvb-s/Intelsat-10-47.5E -%%DATADIR%%/dvb-s/Intelsat-1002-1.0W -%%DATADIR%%/dvb-s/Intelsat-11-43.0W +%%DATADIR%%/dvb-s/Intelsat-11-&-Sky-Brasil-1-43.1W %%DATADIR%%/dvb-s/Intelsat-11-43.1W -%%DATADIR%%/dvb-s/Intelsat-12-45.0E %%DATADIR%%/dvb-s/Intelsat-14-45.0W %%DATADIR%%/dvb-s/Intelsat-15-85.2E %%DATADIR%%/dvb-s/Intelsat-17-66.0E %%DATADIR%%/dvb-s/Intelsat-18-180.0E %%DATADIR%%/dvb-s/Intelsat-19-166.0E -%%DATADIR%%/dvb-s/Intelsat-1R-45.0W %%DATADIR%%/dvb-s/Intelsat-20-68.5E +%%DATADIR%%/dvb-s/Intelsat-2036-68.5E %%DATADIR%%/dvb-s/Intelsat-21-58.0W %%DATADIR%%/dvb-s/Intelsat-22-72.1E %%DATADIR%%/dvb-s/Intelsat-23-53.0W %%DATADIR%%/dvb-s/Intelsat-25-31.5W %%DATADIR%%/dvb-s/Intelsat-28-32.9E -%%DATADIR%%/dvb-s/Intelsat-29e-50.0W %%DATADIR%%/dvb-s/Intelsat-33e-60.0E %%DATADIR%%/dvb-s/Intelsat-34-55.5W %%DATADIR%%/dvb-s/Intelsat-35e-34.5W +%%DATADIR%%/dvb-s/Intelsat-36-68.5E %%DATADIR%%/dvb-s/Intelsat-37e-18.0W -%%DATADIR%%/dvb-s/Intelsat-3R-43.0W -%%DATADIR%%/dvb-s/Intelsat-6B-43.0W -%%DATADIR%%/dvb-s/Intelsat-705-50.0W -%%DATADIR%%/dvb-s/Intelsat-707-53.0W -%%DATADIR%%/dvb-s/Intelsat-902-62.0E -%%DATADIR%%/dvb-s/Intelsat-903-34.5W +%%DATADIR%%/dvb-s/Intelsat-38-45.1E +%%DATADIR%%/dvb-s/Intelsat-39-62.0E +%%DATADIR%%/dvb-s/Intelsat-901-27.5W +%%DATADIR%%/dvb-s/Intelsat-905-&-Alcomsat-1-24.5W %%DATADIR%%/dvb-s/Intelsat-905-24.5W %%DATADIR%%/dvb-s/Intelsat-906-64.2E -%%DATADIR%%/dvb-s/Intelsat-907-27.5W -%%DATADIR%%/dvb-s/Intelsat21_C-58.0W -%%DATADIR%%/dvb-s/Intelsat34-55.5W -%%DATADIR%%/dvb-s/Intelsat34_C-55.5W -%%DATADIR%%/dvb-s/Intelsat8_C-166.0E %%DATADIR%%/dvb-s/JCSAT-2B-154.0E %%DATADIR%%/dvb-s/JCSAT-3A-128.0E %%DATADIR%%/dvb-s/JCSAT-4B-124.0E +%%DATADIR%%/dvb-s/JCSAT-5A-&-Vinasat-12-132.0E %%DATADIR%%/dvb-s/JCSAT-5A-132.0E -%%DATADIR%%/dvb-s/JCSat3A_C-128.0E %%DATADIR%%/dvb-s/KazSat-2-86.5E %%DATADIR%%/dvb-s/KazSat-3-58.5E %%DATADIR%%/dvb-s/Koreasat-5-113.0E +%%DATADIR%%/dvb-s/Koreasat-55A-113.0E %%DATADIR%%/dvb-s/Koreasat-5A-113.0E %%DATADIR%%/dvb-s/Koreasat-6-116.0E +%%DATADIR%%/dvb-s/Koreasat-67-116.0E %%DATADIR%%/dvb-s/Koreasat-7-116.0E %%DATADIR%%/dvb-s/LaoSat-1-128.5E %%DATADIR%%/dvb-s/Measat-3-91.5E %%DATADIR%%/dvb-s/Measat-3a-91.4E %%DATADIR%%/dvb-s/Measat-3b-91.5E -%%DATADIR%%/dvb-s/Measat3_C-91.5E +%%DATADIR%%/dvb-s/NSS-10-&-Telstar-11N-37.5W %%DATADIR%%/dvb-s/NSS-10-37.4W -%%DATADIR%%/dvb-s/NSS-10-37.5W %%DATADIR%%/dvb-s/NSS-12-57.0E %%DATADIR%%/dvb-s/NSS-5-50.5E -%%DATADIR%%/dvb-s/NSS-6-95.0E %%DATADIR%%/dvb-s/NSS-7-20.0W -%%DATADIR%%/dvb-s/NSS-7-22.0W -%%DATADIR%%/dvb-s/NSS-806-40.5W %%DATADIR%%/dvb-s/NSS-9-177.0W -%%DATADIR%%/dvb-s/Nahuel-1-71.8W %%DATADIR%%/dvb-s/NigComSat-1R-42.5E +%%DATADIR%%/dvb-s/Nilesat-201-&-Eutelsat-7-West-A-7.0W %%DATADIR%%/dvb-s/Nilesat-201-7.0W -%%DATADIR%%/dvb-s/Nilesat101+102-7.0W %%DATADIR%%/dvb-s/Nimiq-4-82.0W %%DATADIR%%/dvb-s/Nimiq-5-72.7W %%DATADIR%%/dvb-s/Nimiq-6-91.1W +%%DATADIR%%/dvb-s/Nusantara-Satu-146.0E %%DATADIR%%/dvb-s/Optus-10-156.0E %%DATADIR%%/dvb-s/Optus-D1-160.0E %%DATADIR%%/dvb-s/Optus-D2-152.0E %%DATADIR%%/dvb-s/Optus-D3-156.0E -%%DATADIR%%/dvb-s/OptusC1-156.0E -%%DATADIR%%/dvb-s/OptusD1-160.0E -%%DATADIR%%/dvb-s/PAS-43.0W +%%DATADIR%%/dvb-s/Optus-D310-156.0E %%DATADIR%%/dvb-s/Paksat-1R-38.0E -%%DATADIR%%/dvb-s/Palapa-D-113.0E -%%DATADIR%%/dvb-s/PalapaC2_C-113.0E %%DATADIR%%/dvb-s/QuetzSat-1-77.0W %%DATADIR%%/dvb-s/Rascom-QAF-1R-2.8E -%%DATADIR%%/dvb-s/SBS6-74.0W %%DATADIR%%/dvb-s/SES-1-101.0W +%%DATADIR%%/dvb-s/SES-10-67.0W +%%DATADIR%%/dvb-s/SES-12-95.0E %%DATADIR%%/dvb-s/SES-14-47.5W +%%DATADIR%%/dvb-s/SES-15-129.0W +%%DATADIR%%/dvb-s/SES-2-&-TKSat-1-87.1W %%DATADIR%%/dvb-s/SES-2-87.0W %%DATADIR%%/dvb-s/SES-3-103.0W %%DATADIR%%/dvb-s/SES-4-22.0W %%DATADIR%%/dvb-s/SES-5-5.0E %%DATADIR%%/dvb-s/SES-6-40.5W %%DATADIR%%/dvb-s/SES-7-108.2E +%%DATADIR%%/dvb-s/SES-79-&-Telkom-4-108.2E %%DATADIR%%/dvb-s/SES-8-95.0E +%%DATADIR%%/dvb-s/SES-812-95.0E %%DATADIR%%/dvb-s/SES-9-108.2E -%%DATADIR%%/dvb-s/SES1_C-101.0W -%%DATADIR%%/dvb-s/SES2-87.0W -%%DATADIR%%/dvb-s/SES2_C-87.0W -%%DATADIR%%/dvb-s/SES3_C-103.0W %%DATADIR%%/dvb-s/ST-2-88.0E -%%DATADIR%%/dvb-s/ST1_C-80.0E -%%DATADIR%%/dvb-s/Satmex-5-116.8W -%%DATADIR%%/dvb-s/Satmex-6-113.0W -%%DATADIR%%/dvb-s/Sirius-5.0E %%DATADIR%%/dvb-s/Sky-Brasil-1-43.1W %%DATADIR%%/dvb-s/Sky-Mexico-1-78.8W +%%DATADIR%%/dvb-s/Star-One-C1-&-Eutelsat-65-West-A-65.0W %%DATADIR%%/dvb-s/Star-One-C1-65.0W %%DATADIR%%/dvb-s/Star-One-C2-70.0W +%%DATADIR%%/dvb-s/Star-One-C2C4-70.0W %%DATADIR%%/dvb-s/Star-One-C3-75.0W %%DATADIR%%/dvb-s/Star-One-C4-70.0W +%%DATADIR%%/dvb-s/Star-One-D1-84.0W %%DATADIR%%/dvb-s/Superbird-B3-162.0E %%DATADIR%%/dvb-s/Superbird-C2-144.0E +%%DATADIR%%/dvb-s/T10T12-&-SES-3-103.0W +%%DATADIR%%/dvb-s/T10T12-102.8W +%%DATADIR%%/dvb-s/T5-&-EchoStar-1011-110.0W +%%DATADIR%%/dvb-s/T8-119.0W +%%DATADIR%%/dvb-s/T9ST16-&-SES-1-101.0W %%DATADIR%%/dvb-s/TKSat-1-87.2W -%%DATADIR%%/dvb-s/Telecom2-8.0W %%DATADIR%%/dvb-s/Telkom-3S-118.0E %%DATADIR%%/dvb-s/Telkom-4-108.0E -%%DATADIR%%/dvb-s/Telkom1_C-108.0E %%DATADIR%%/dvb-s/Telstar-11N-37.6W %%DATADIR%%/dvb-s/Telstar-12-Vantage-15.0W %%DATADIR%%/dvb-s/Telstar-14R-63.0W -%%DATADIR%%/dvb-s/Telstar-18-138.0E %%DATADIR%%/dvb-s/Telstar-18-Vantage-138.0E -%%DATADIR%%/dvb-s/Telstar10_C-76.5E -%%DATADIR%%/dvb-s/Telstar12-15.0W -%%DATADIR%%/dvb-s/Telstar18_C-138.0E +%%DATADIR%%/dvb-s/Thaicom-4-&-Bangabandhu-1-119.3E %%DATADIR%%/dvb-s/Thaicom-4-119.5E -%%DATADIR%%/dvb-s/Thaicom-5-78.5E %%DATADIR%%/dvb-s/Thaicom-6-78.5E +%%DATADIR%%/dvb-s/Thaicom-68-78.5E %%DATADIR%%/dvb-s/Thaicom-8-78.5E -%%DATADIR%%/dvb-s/Thaicom1A_C-120.0E -%%DATADIR%%/dvb-s/Thaicom2_C-78.5E -%%DATADIR%%/dvb-s/Thaicom5_C-78.5E -%%DATADIR%%/dvb-s/Thor-1.0W %%DATADIR%%/dvb-s/Thor-5-0.8W %%DATADIR%%/dvb-s/Thor-6-0.8W %%DATADIR%%/dvb-s/Thor-7-0.6W %%DATADIR%%/dvb-s/Trksat-3A-42.0E +%%DATADIR%%/dvb-s/Trksat-3A4A-42.0E %%DATADIR%%/dvb-s/Trksat-4A-42.0E %%DATADIR%%/dvb-s/Trksat-4B-50.0E %%DATADIR%%/dvb-s/TurkmenlemMonacoSat-52.0E -%%DATADIR%%/dvb-s/Turksat-42.0E %%DATADIR%%/dvb-s/Vinasat-1-132.0E %%DATADIR%%/dvb-s/Vinasat-2-131.8E -%%DATADIR%%/dvb-s/Vinasat1_C-132.0E -%%DATADIR%%/dvb-s/WGS-3-12.5W -%%DATADIR%%/dvb-s/Yamal-202-49.0E %%DATADIR%%/dvb-s/Yamal-401-90.0E %%DATADIR%%/dvb-s/Yamal-402-54.9E -%%DATADIR%%/dvb-s/Yamal201-90.0E +%%DATADIR%%/dvb-s/Yamal-601-49.0E %%DATADIR%%/dvb-t/ad-Andorra %%DATADIR%%/dvb-t/at-All %%DATADIR%%/dvb-t/au-Adelaide @@ -1523,8 +1465,10 @@ %%DATADIR%%/dvb-t/vn-Thaibinh %%DATADIR%%/isdb-t/ar-Argentina %%DATADIR%%/isdb-t/br-Brazil +%%DATADIR%%/isdb-t/br-ac-Brasileia %%DATADIR%%/isdb-t/br-ac-Bujari %%DATADIR%%/isdb-t/br-ac-CruzeiroDoSul +%%DATADIR%%/isdb-t/br-ac-Epitaciolandia %%DATADIR%%/isdb-t/br-ac-PortoAcre %%DATADIR%%/isdb-t/br-ac-RioBranco %%DATADIR%%/isdb-t/br-ac-SenadorGuiomard @@ -1547,7 +1491,7 @@ %%DATADIR%%/isdb-t/br-al-MatrizDeCamaragibe %%DATADIR%%/isdb-t/br-al-Messias %%DATADIR%%/isdb-t/br-al-Murici -%%DATADIR%%/isdb-t/br-al-PalmeiraDosIndios +%%DATADIR%%/isdb-t/br-al-PalmeiraDosindios %%DATADIR%%/isdb-t/br-al-PaoDeAcucar %%DATADIR%%/isdb-t/br-al-Penedo %%DATADIR%%/isdb-t/br-al-Piacabucu @@ -1563,13 +1507,16 @@ %%DATADIR%%/isdb-t/br-al-SaoSebastiao %%DATADIR%%/isdb-t/br-al-Satuba %%DATADIR%%/isdb-t/br-al-UniaoDosPalmares +%%DATADIR%%/isdb-t/br-am-Autazes %%DATADIR%%/isdb-t/br-am-Barcelos %%DATADIR%%/isdb-t/br-am-BenjaminConstant %%DATADIR%%/isdb-t/br-am-BocaDoAcre %%DATADIR%%/isdb-t/br-am-Borba +%%DATADIR%%/isdb-t/br-am-Canutama %%DATADIR%%/isdb-t/br-am-Carauari %%DATADIR%%/isdb-t/br-am-CareiroDaVarzea %%DATADIR%%/isdb-t/br-am-Coari +%%DATADIR%%/isdb-t/br-am-Codajas %%DATADIR%%/isdb-t/br-am-Eirunepe %%DATADIR%%/isdb-t/br-am-Envira %%DATADIR%%/isdb-t/br-am-FonteBoa @@ -1581,25 +1528,31 @@ %%DATADIR%%/isdb-t/br-am-Manaus %%DATADIR%%/isdb-t/br-am-Manicore %%DATADIR%%/isdb-t/br-am-Maues +%%DATADIR%%/isdb-t/br-am-NovoAirao %%DATADIR%%/isdb-t/br-am-Parintins %%DATADIR%%/isdb-t/br-am-PresidenteFigueiredo +%%DATADIR%%/isdb-t/br-am-RioPretoDaEva %%DATADIR%%/isdb-t/br-am-SaoGabrielDaCachoeira +%%DATADIR%%/isdb-t/br-am-Silves +%%DATADIR%%/isdb-t/br-am-Tabatinga %%DATADIR%%/isdb-t/br-am-Tefe %%DATADIR%%/isdb-t/br-am-Urucara +%%DATADIR%%/isdb-t/br-ap-LaranjalDoJari %%DATADIR%%/isdb-t/br-ap-Macapa %%DATADIR%%/isdb-t/br-ap-Santana -%%DATADIR%%/isdb-t/br-ba-Aiquara %%DATADIR%%/isdb-t/br-ba-Alagoinhas %%DATADIR%%/isdb-t/br-ba-Alcobaca %%DATADIR%%/isdb-t/br-ba-Almadina %%DATADIR%%/isdb-t/br-ba-Amargosa %%DATADIR%%/isdb-t/br-ba-AmeliaRodrigues %%DATADIR%%/isdb-t/br-ba-Anage +%%DATADIR%%/isdb-t/br-ba-Angical %%DATADIR%%/isdb-t/br-ba-Anguera %%DATADIR%%/isdb-t/br-ba-Antas %%DATADIR%%/isdb-t/br-ba-AntonioCardoso %%DATADIR%%/isdb-t/br-ba-Aracatu %%DATADIR%%/isdb-t/br-ba-Araci +%%DATADIR%%/isdb-t/br-ba-Aramari %%DATADIR%%/isdb-t/br-ba-Aratuipe %%DATADIR%%/isdb-t/br-ba-AurelinoLeal %%DATADIR%%/isdb-t/br-ba-BaixaGrande @@ -1611,7 +1564,9 @@ %%DATADIR%%/isdb-t/br-ba-Biritinga %%DATADIR%%/isdb-t/br-ba-BomJesusDaLapa %%DATADIR%%/isdb-t/br-ba-Brejoes +%%DATADIR%%/isdb-t/br-ba-Brejolandia %%DATADIR%%/isdb-t/br-ba-Brumado +%%DATADIR%%/isdb-t/br-ba-Cachoeira %%DATADIR%%/isdb-t/br-ba-Caetite %%DATADIR%%/isdb-t/br-ba-Cairu %%DATADIR%%/isdb-t/br-ba-CaldeiraoGrande @@ -1627,6 +1582,7 @@ %%DATADIR%%/isdb-t/br-ba-CapimGrosso %%DATADIR%%/isdb-t/br-ba-Caraibas %%DATADIR%%/isdb-t/br-ba-CasaNova +%%DATADIR%%/isdb-t/br-ba-Catu %%DATADIR%%/isdb-t/br-ba-Central %%DATADIR%%/isdb-t/br-ba-CiceroDantas %%DATADIR%%/isdb-t/br-ba-ConceicaoDaFeira @@ -1635,8 +1591,9 @@ %%DATADIR%%/isdb-t/br-ba-ConceicaoDoJacuipe %%DATADIR%%/isdb-t/br-ba-Conde %%DATADIR%%/isdb-t/br-ba-CoracaoDeMaria +%%DATADIR%%/isdb-t/br-ba-Coribe %%DATADIR%%/isdb-t/br-ba-CruzDasAlmas -%%DATADIR%%/isdb-t/br-ba-DiasD'Avila +%%DATADIR%%/isdb-t/br-ba-DiasD'avila %%DATADIR%%/isdb-t/br-ba-EntreRios %%DATADIR%%/isdb-t/br-ba-Esplanada %%DATADIR%%/isdb-t/br-ba-EuclidesDaCunha @@ -1658,6 +1615,7 @@ %%DATADIR%%/isdb-t/br-ba-Irece %%DATADIR%%/isdb-t/br-ba-Itaberaba %%DATADIR%%/isdb-t/br-ba-Itabuna +%%DATADIR%%/isdb-t/br-ba-Itaete %%DATADIR%%/isdb-t/br-ba-Itagiba %%DATADIR%%/isdb-t/br-ba-Itamaraju %%DATADIR%%/isdb-t/br-ba-Itambe @@ -1673,6 +1631,7 @@ %%DATADIR%%/isdb-t/br-ba-Jequie %%DATADIR%%/isdb-t/br-ba-Jeremoabo %%DATADIR%%/isdb-t/br-ba-Juazeiro +%%DATADIR%%/isdb-t/br-ba-Lapao %%DATADIR%%/isdb-t/br-ba-LauroDeFreitas %%DATADIR%%/isdb-t/br-ba-LivramentoDeNossaSenhora %%DATADIR%%/isdb-t/br-ba-LuisEduardoMagalhaes @@ -1685,9 +1644,11 @@ %%DATADIR%%/isdb-t/br-ba-MonteSanto %%DATADIR%%/isdb-t/br-ba-MorroDoChapeu %%DATADIR%%/isdb-t/br-ba-Mucuri +%%DATADIR%%/isdb-t/br-ba-MunizFerreira %%DATADIR%%/isdb-t/br-ba-Muritiba %%DATADIR%%/isdb-t/br-ba-Nazare %%DATADIR%%/isdb-t/br-ba-NovaVicosa +%%DATADIR%%/isdb-t/br-ba-Ouricangas %%DATADIR%%/isdb-t/br-ba-PalmasDeMonteAlto %%DATADIR%%/isdb-t/br-ba-Paramirim %%DATADIR%%/isdb-t/br-ba-PauloAfonso @@ -1697,6 +1658,8 @@ %%DATADIR%%/isdb-t/br-ba-Pocoes %%DATADIR%%/isdb-t/br-ba-Pojuca %%DATADIR%%/isdb-t/br-ba-PortoSeguro +%%DATADIR%%/isdb-t/br-ba-Prado +%%DATADIR%%/isdb-t/br-ba-PresidenteDutra %%DATADIR%%/isdb-t/br-ba-PresidenteJanioQuadros %%DATADIR%%/isdb-t/br-ba-RafaelJambeiro %%DATADIR%%/isdb-t/br-ba-Remanso @@ -1708,6 +1671,7 @@ %%DATADIR%%/isdb-t/br-ba-Salvador %%DATADIR%%/isdb-t/br-ba-SantaBarbara %%DATADIR%%/isdb-t/br-ba-SantaCruzCabralia +%%DATADIR%%/isdb-t/br-ba-SantaLuzia %%DATADIR%%/isdb-t/br-ba-SantaMariaDaVitoria %%DATADIR%%/isdb-t/br-ba-Santaluz %%DATADIR%%/isdb-t/br-ba-Santanopolis @@ -1716,6 +1680,7 @@ %%DATADIR%%/isdb-t/br-ba-SantoEstevao %%DATADIR%%/isdb-t/br-ba-SaoDesiderio %%DATADIR%%/isdb-t/br-ba-SaoDomingos +%%DATADIR%%/isdb-t/br-ba-SaoFelix %%DATADIR%%/isdb-t/br-ba-SaoFelixDoCoribe %%DATADIR%%/isdb-t/br-ba-SaoFranciscoDoConde %%DATADIR%%/isdb-t/br-ba-SaoGoncaloDosCampos @@ -1727,6 +1692,7 @@ %%DATADIR%%/isdb-t/br-ba-Serrinha %%DATADIR%%/isdb-t/br-ba-Serrolandia %%DATADIR%%/isdb-t/br-ba-SimoesFilho +%%DATADIR%%/isdb-t/br-ba-SitioDoMato %%DATADIR%%/isdb-t/br-ba-Sobradinho %%DATADIR%%/isdb-t/br-ba-Tanhacu %%DATADIR%%/isdb-t/br-ba-Tanquinho @@ -1747,12 +1713,15 @@ %%DATADIR%%/isdb-t/br-ce-Acarape %%DATADIR%%/isdb-t/br-ce-Acarau %%DATADIR%%/isdb-t/br-ce-Alcantaras +%%DATADIR%%/isdb-t/br-ce-AltoSanto %%DATADIR%%/isdb-t/br-ce-Aquiraz %%DATADIR%%/isdb-t/br-ce-Aracati %%DATADIR%%/isdb-t/br-ce-Barbalha +%%DATADIR%%/isdb-t/br-ce-Barro %%DATADIR%%/isdb-t/br-ce-Beberibe %%DATADIR%%/isdb-t/br-ce-BelaCruz %%DATADIR%%/isdb-t/br-ce-BoaViagem +%%DATADIR%%/isdb-t/br-ce-BrejoSanto %%DATADIR%%/isdb-t/br-ce-Camocim %%DATADIR%%/isdb-t/br-ce-Caninde %%DATADIR%%/isdb-t/br-ce-Carire @@ -1760,14 +1729,17 @@ %%DATADIR%%/isdb-t/br-ce-Cascavel %%DATADIR%%/isdb-t/br-ce-Caucaia %%DATADIR%%/isdb-t/br-ce-Chorozinho +%%DATADIR%%/isdb-t/br-ce-Coreau(ubauna) %%DATADIR%%/isdb-t/br-ce-Crateus %%DATADIR%%/isdb-t/br-ce-Crato %%DATADIR%%/isdb-t/br-ce-Eusebio %%DATADIR%%/isdb-t/br-ce-Forquilha %%DATADIR%%/isdb-t/br-ce-Fortaleza +%%DATADIR%%/isdb-t/br-ce-Frecheirinha %%DATADIR%%/isdb-t/br-ce-Groairas %%DATADIR%%/isdb-t/br-ce-Guaiuba %%DATADIR%%/isdb-t/br-ce-Horizonte +%%DATADIR%%/isdb-t/br-ce-Ibiapina %%DATADIR%%/isdb-t/br-ce-Ico %%DATADIR%%/isdb-t/br-ce-Iguatu %%DATADIR%%/isdb-t/br-ce-Itaitinga @@ -1780,19 +1752,28 @@ %%DATADIR%%/isdb-t/br-ce-Massape %%DATADIR%%/isdb-t/br-ce-Meruoca %%DATADIR%%/isdb-t/br-ce-MissaoVelha +%%DATADIR%%/isdb-t/br-ce-MoradaNova +%%DATADIR%%/isdb-t/br-ce-Mucambo %%DATADIR%%/isdb-t/br-ce-Pacajus %%DATADIR%%/isdb-t/br-ce-Pacatuba +%%DATADIR%%/isdb-t/br-ce-Pacoti %%DATADIR%%/isdb-t/br-ce-Paracuru +%%DATADIR%%/isdb-t/br-ce-Paraipaba %%DATADIR%%/isdb-t/br-ce-Pindoretama %%DATADIR%%/isdb-t/br-ce-Quixada %%DATADIR%%/isdb-t/br-ce-Quixeramobim %%DATADIR%%/isdb-t/br-ce-Russas %%DATADIR%%/isdb-t/br-ce-SantanaDoAcarau +%%DATADIR%%/isdb-t/br-ce-SantanaDoCariri %%DATADIR%%/isdb-t/br-ce-SaoGoncaloDoAmarante +%%DATADIR%%/isdb-t/br-ce-SenadorPompeu %%DATADIR%%/isdb-t/br-ce-Sobral +%%DATADIR%%/isdb-t/br-ce-Taua %%DATADIR%%/isdb-t/br-ce-Tiangua +%%DATADIR%%/isdb-t/br-ce-Trairi %%DATADIR%%/isdb-t/br-ce-Ubajara %%DATADIR%%/isdb-t/br-ce-Varjota +%%DATADIR%%/isdb-t/br-ce-VicosaDoCeara %%DATADIR%%/isdb-t/br-df-Brasilia %%DATADIR%%/isdb-t/br-df-Brasilia(brazlandia) %%DATADIR%%/isdb-t/br-df-Brasilia(ceilandia) @@ -1801,9 +1782,12 @@ %%DATADIR%%/isdb-t/br-df-Brasilia(samambaia) %%DATADIR%%/isdb-t/br-df-Brasilia(sobradinho) %%DATADIR%%/isdb-t/br-df-Brasilia(taguatinga) +%%DATADIR%%/isdb-t/br-es-Alegre %%DATADIR%%/isdb-t/br-es-AlfredoChaves %%DATADIR%%/isdb-t/br-es-Anchieta %%DATADIR%%/isdb-t/br-es-Aracruz +%%DATADIR%%/isdb-t/br-es-AtilioVivacqua +%%DATADIR%%/isdb-t/br-es-BaixoGuandu %%DATADIR%%/isdb-t/br-es-BarraDeSaoFrancisco %%DATADIR%%/isdb-t/br-es-CachoeiroDeItapemirim %%DATADIR%%/isdb-t/br-es-Cariacica @@ -1811,11 +1795,15 @@ %%DATADIR%%/isdb-t/br-es-Colatina %%DATADIR%%/isdb-t/br-es-ConceicaoDaBarra %%DATADIR%%/isdb-t/br-es-DomingosMartins +%%DATADIR%%/isdb-t/br-es-Ecoporanga %%DATADIR%%/isdb-t/br-es-Fundao %%DATADIR%%/isdb-t/br-es-GovernadorLindenberg(novoBrasil) +%%DATADIR%%/isdb-t/br-es-Guacui %%DATADIR%%/isdb-t/br-es-Guarapari %%DATADIR%%/isdb-t/br-es-Ibiracu %%DATADIR%%/isdb-t/br-es-Itapemirim +%%DATADIR%%/isdb-t/br-es-Iuna +%%DATADIR%%/isdb-t/br-es-Jaguare %%DATADIR%%/isdb-t/br-es-JoaoNeiva %%DATADIR%%/isdb-t/br-es-Linhares %%DATADIR%%/isdb-t/br-es-Marataizes @@ -1823,49 +1811,65 @@ %%DATADIR%%/isdb-t/br-es-MimosoDoSul %%DATADIR%%/isdb-t/br-es-Montanha %%DATADIR%%/isdb-t/br-es-Mucurici +%%DATADIR%%/isdb-t/br-es-MunizFreire %%DATADIR%%/isdb-t/br-es-NovaVenecia %%DATADIR%%/isdb-t/br-es-Piuma %%DATADIR%%/isdb-t/br-es-PontoBelo %%DATADIR%%/isdb-t/br-es-PresidenteKennedy +%%DATADIR%%/isdb-t/br-es-RioBananal %%DATADIR%%/isdb-t/br-es-RioNovoDoSul +%%DATADIR%%/isdb-t/br-es-SantaLeopoldina %%DATADIR%%/isdb-t/br-es-SaoDomingosDoNorte %%DATADIR%%/isdb-t/br-es-SaoGabrielDaPalha +%%DATADIR%%/isdb-t/br-es-SaoJoseDoCalcado %%DATADIR%%/isdb-t/br-es-SaoMateus %%DATADIR%%/isdb-t/br-es-Serra +%%DATADIR%%/isdb-t/br-es-Sooretama %%DATADIR%%/isdb-t/br-es-VendaNovaDoImigrante %%DATADIR%%/isdb-t/br-es-Viana +%%DATADIR%%/isdb-t/br-es-VilaValerio %%DATADIR%%/isdb-t/br-es-VilaVelha %%DATADIR%%/isdb-t/br-es-Vitoria +%%DATADIR%%/isdb-t/br-es-aguaDoceDoNorte +%%DATADIR%%/isdb-t/br-es-aguiaBranca %%DATADIR%%/isdb-t/br-go-AbadiaDeGoias %%DATADIR%%/isdb-t/br-go-Abadiania -%%DATADIR%%/isdb-t/br-go-AguaLimpa -%%DATADIR%%/isdb-t/br-go-AguasLindasDeGoias +%%DATADIR%%/isdb-t/br-go-Acreuna %%DATADIR%%/isdb-t/br-go-Alexania %%DATADIR%%/isdb-t/br-go-Aloandia %%DATADIR%%/isdb-t/br-go-AltoParaisoDeGoias +%%DATADIR%%/isdb-t/br-go-Amaralina %%DATADIR%%/isdb-t/br-go-Anapolis +%%DATADIR%%/isdb-t/br-go-Anicuns %%DATADIR%%/isdb-t/br-go-AparecidaDeGoiania %%DATADIR%%/isdb-t/br-go-Aragarcas %%DATADIR%%/isdb-t/br-go-Aragoiania +%%DATADIR%%/isdb-t/br-go-Aruana %%DATADIR%%/isdb-t/br-go-BelaVistaDeGoias +%%DATADIR%%/isdb-t/br-go-BomJardimDeGoias %%DATADIR%%/isdb-t/br-go-BomJesusDeGoias %%DATADIR%%/isdb-t/br-go-Bonfinopolis %%DATADIR%%/isdb-t/br-go-Brazabrantes -%%DATADIR%%/isdb-t/br-go-BuritiAlegre +%%DATADIR%%/isdb-t/br-go-Britania %%DATADIR%%/isdb-t/br-go-CachoeiraAlta %%DATADIR%%/isdb-t/br-go-Cacu %%DATADIR%%/isdb-t/br-go-Caiaponia %%DATADIR%%/isdb-t/br-go-CaldasNovas %%DATADIR%%/isdb-t/br-go-Caldazinha +%%DATADIR%%/isdb-t/br-go-Campinorte %%DATADIR%%/isdb-t/br-go-CampoLimpoDeGoias +%%DATADIR%%/isdb-t/br-go-CarmoDoRioVerde %%DATADIR%%/isdb-t/br-go-Catalao +%%DATADIR%%/isdb-t/br-go-Caturai %%DATADIR%%/isdb-t/br-go-Cavalcante %%DATADIR%%/isdb-t/br-go-CidadeOcidental %%DATADIR%%/isdb-t/br-go-CorumbaDeGoias %%DATADIR%%/isdb-t/br-go-Cristalina %%DATADIR%%/isdb-t/br-go-Crixas %%DATADIR%%/isdb-t/br-go-Edeia +%%DATADIR%%/isdb-t/br-go-EstrelaDoNorte %%DATADIR%%/isdb-t/br-go-Formosa +%%DATADIR%%/isdb-t/br-go-Formoso %%DATADIR%%/isdb-t/br-go-Goianapolis %%DATADIR%%/isdb-t/br-go-Goiandira %%DATADIR%%/isdb-t/br-go-Goianesia @@ -1880,19 +1884,26 @@ %%DATADIR%%/isdb-t/br-go-Ipora %%DATADIR%%/isdb-t/br-go-Itaberai %%DATADIR%%/isdb-t/br-go-Itapaci +%%DATADIR%%/isdb-t/br-go-Itaruma %%DATADIR%%/isdb-t/br-go-Itaucu %%DATADIR%%/isdb-t/br-go-Itumbiara %%DATADIR%%/isdb-t/br-go-Jandaia %%DATADIR%%/isdb-t/br-go-Jatai %%DATADIR%%/isdb-t/br-go-Jussara %%DATADIR%%/isdb-t/br-go-Luziania +%%DATADIR%%/isdb-t/br-go-MaraRosa %%DATADIR%%/isdb-t/br-go-Minacu %%DATADIR%%/isdb-t/br-go-Mineiros %%DATADIR%%/isdb-t/br-go-MontesClarosDeGoias %%DATADIR%%/isdb-t/br-go-Montividiu %%DATADIR%%/isdb-t/br-go-Morrinhos +%%DATADIR%%/isdb-t/br-go-Mossamedes +%%DATADIR%%/isdb-t/br-go-MundoNovo +%%DATADIR%%/isdb-t/br-go-Mutunopolis +%%DATADIR%%/isdb-t/br-go-Nazario %%DATADIR%%/isdb-t/br-go-Neropolis %%DATADIR%%/isdb-t/br-go-Niquelandia +%%DATADIR%%/isdb-t/br-go-NovaAurora %%DATADIR%%/isdb-t/br-go-NovaVeneza %%DATADIR%%/isdb-t/br-go-NovoGama %%DATADIR%%/isdb-t/br-go-OuroVerdeDeGoias @@ -1901,16 +1912,22 @@ %%DATADIR%%/isdb-t/br-go-PalmeirasDeGoias %%DATADIR%%/isdb-t/br-go-Panama %%DATADIR%%/isdb-t/br-go-Paranaiguara +%%DATADIR%%/isdb-t/br-go-Parauna %%DATADIR%%/isdb-t/br-go-Piracanjuba %%DATADIR%%/isdb-t/br-go-Pirenopolis %%DATADIR%%/isdb-t/br-go-PiresDoRio -%%DATADIR%%/isdb-t/br-go-PlanaltinaDeGoias +%%DATADIR%%/isdb-t/br-go-Planaltina %%DATADIR%%/isdb-t/br-go-Porangatu %%DATADIR%%/isdb-t/br-go-Posse +%%DATADIR%%/isdb-t/br-go-ProfessorJamil %%DATADIR%%/isdb-t/br-go-Quirinopolis %%DATADIR%%/isdb-t/br-go-RioVerde %%DATADIR%%/isdb-t/br-go-Rubiataba +%%DATADIR%%/isdb-t/br-go-Sanclerlandia +%%DATADIR%%/isdb-t/br-go-SantaBarbaraDeGoias %%DATADIR%%/isdb-t/br-go-SantaHelenaDeGoias +%%DATADIR%%/isdb-t/br-go-SantaTerezaDeGoias +%%DATADIR%%/isdb-t/br-go-SantaTerezinhaDeGoias %%DATADIR%%/isdb-t/br-go-SantoAntonioDeGoias %%DATADIR%%/isdb-t/br-go-SantoAntonioDoDescoberto %%DATADIR%%/isdb-t/br-go-SaoLuisDeMontesBelos @@ -1918,10 +1935,14 @@ %%DATADIR%%/isdb-t/br-go-SaoSimao %%DATADIR%%/isdb-t/br-go-SenadorCanedo %%DATADIR%%/isdb-t/br-go-TerezopolisDeGoias +%%DATADIR%%/isdb-t/br-go-TresRanchos %%DATADIR%%/isdb-t/br-go-Trindade +%%DATADIR%%/isdb-t/br-go-Trombas %%DATADIR%%/isdb-t/br-go-Turvania %%DATADIR%%/isdb-t/br-go-Uruacu %%DATADIR%%/isdb-t/br-go-ValparaisoDeGoias +%%DATADIR%%/isdb-t/br-go-aguaLimpa +%%DATADIR%%/isdb-t/br-go-aguasLindasDeGoias %%DATADIR%%/isdb-t/br-ma-Acailandia %%DATADIR%%/isdb-t/br-ma-Alcantara %%DATADIR%%/isdb-t/br-ma-AmaranteDoMaranhao @@ -1932,21 +1953,31 @@ %%DATADIR%%/isdb-t/br-ma-Bacurituba %%DATADIR%%/isdb-t/br-ma-Balsas %%DATADIR%%/isdb-t/br-ma-BaraoDeGrajau +%%DATADIR%%/isdb-t/br-ma-BarraDoCorda +%%DATADIR%%/isdb-t/br-ma-BelaVistaDoMaranhao +%%DATADIR%%/isdb-t/br-ma-BomJardim +%%DATADIR%%/isdb-t/br-ma-BomJesusDasSelvas +%%DATADIR%%/isdb-t/br-ma-BuritiBravo %%DATADIR%%/isdb-t/br-ma-CachoeiraGrande %%DATADIR%%/isdb-t/br-ma-Cajapio %%DATADIR%%/isdb-t/br-ma-Caxias %%DATADIR%%/isdb-t/br-ma-Codo +%%DATADIR%%/isdb-t/br-ma-CoelhoNeto %%DATADIR%%/isdb-t/br-ma-Coroata %%DATADIR%%/isdb-t/br-ma-Davinopolis %%DATADIR%%/isdb-t/br-ma-HumbertoDeCampos %%DATADIR%%/isdb-t/br-ma-Icatu +%%DATADIR%%/isdb-t/br-ma-IgarapeDoMeio %%DATADIR%%/isdb-t/br-ma-Imperatriz %%DATADIR%%/isdb-t/br-ma-JoaoLisboa +%%DATADIR%%/isdb-t/br-ma-Mirador +%%DATADIR%%/isdb-t/br-ma-Moncao %%DATADIR%%/isdb-t/br-ma-Morros %%DATADIR%%/isdb-t/br-ma-PacoDoLumiar %%DATADIR%%/isdb-t/br-ma-Pedreiras %%DATADIR%%/isdb-t/br-ma-Pindare-mirim %%DATADIR%%/isdb-t/br-ma-Pinheiro +%%DATADIR%%/isdb-t/br-ma-PioXii %%DATADIR%%/isdb-t/br-ma-PresidenteJuscelino %%DATADIR%%/isdb-t/br-ma-PrimeiraCruz %%DATADIR%%/isdb-t/br-ma-Raposa @@ -1962,15 +1993,16 @@ %%DATADIR%%/isdb-t/br-ma-SenadorLaRocque %%DATADIR%%/isdb-t/br-ma-Timon %%DATADIR%%/isdb-t/br-ma-TrizidelaDoVale +%%DATADIR%%/isdb-t/br-ma-Tufilandia %%DATADIR%%/isdb-t/br-ma-VargemGrande %%DATADIR%%/isdb-t/br-ma-Viana %%DATADIR%%/isdb-t/br-ma-ZeDoca -%%DATADIR%%/isdb-t/br-mg-AguaComprida %%DATADIR%%/isdb-t/br-mg-Aguanil -%%DATADIR%%/isdb-t/br-mg-AguasFormosas +%%DATADIR%%/isdb-t/br-mg-Aimores %%DATADIR%%/isdb-t/br-mg-Alfenas %%DATADIR%%/isdb-t/br-mg-Almenara %%DATADIR%%/isdb-t/br-mg-Alpinopolis +%%DATADIR%%/isdb-t/br-mg-Alterosa %%DATADIR%%/isdb-t/br-mg-Andradas %%DATADIR%%/isdb-t/br-mg-Aracai %%DATADIR%%/isdb-t/br-mg-Aracuai @@ -1988,7 +2020,9 @@ %%DATADIR%%/isdb-t/br-mg-BeloVale %%DATADIR%%/isdb-t/br-mg-Betim %%DATADIR%%/isdb-t/br-mg-Biquinhas +%%DATADIR%%/isdb-t/br-mg-BoaEsperanca %%DATADIR%%/isdb-t/br-mg-Bocaiuva +%%DATADIR%%/isdb-t/br-mg-BomJesusDoAmparo %%DATADIR%%/isdb-t/br-mg-Bonfim %%DATADIR%%/isdb-t/br-mg-BordaDaMata %%DATADIR%%/isdb-t/br-mg-BrasiliaDeMinas @@ -1999,27 +2033,34 @@ %%DATADIR%%/isdb-t/br-mg-Caetanopolis %%DATADIR%%/isdb-t/br-mg-Caete %%DATADIR%%/isdb-t/br-mg-Cambui +%%DATADIR%%/isdb-t/br-mg-Cambuquira %%DATADIR%%/isdb-t/br-mg-Campanha %%DATADIR%%/isdb-t/br-mg-Campestre %%DATADIR%%/isdb-t/br-mg-CampinaVerde %%DATADIR%%/isdb-t/br-mg-CampoBelo %%DATADIR%%/isdb-t/br-mg-CamposAltos +%%DATADIR%%/isdb-t/br-mg-Capelinha %%DATADIR%%/isdb-t/br-mg-CapimBranco %%DATADIR%%/isdb-t/br-mg-CapitaoEneas %%DATADIR%%/isdb-t/br-mg-Caratinga +%%DATADIR%%/isdb-t/br-mg-CarlosChagas %%DATADIR%%/isdb-t/br-mg-CarmoDaCachoeira %%DATADIR%%/isdb-t/br-mg-CarmoDeMinas +%%DATADIR%%/isdb-t/br-mg-CarmoDoCajuru %%DATADIR%%/isdb-t/br-mg-CarmoDoParanaiba %%DATADIR%%/isdb-t/br-mg-CarmoDoRioClaro %%DATADIR%%/isdb-t/br-mg-CasaGrande %%DATADIR%%/isdb-t/br-mg-Cassia %%DATADIR%%/isdb-t/br-mg-Cataguases +%%DATADIR%%/isdb-t/br-mg-CedroDoAbaete %%DATADIR%%/isdb-t/br-mg-Chacara %%DATADIR%%/isdb-t/br-mg-Claraval +%%DATADIR%%/isdb-t/br-mg-Claudio %%DATADIR%%/isdb-t/br-mg-Coimbra %%DATADIR%%/isdb-t/br-mg-ConceicaoDasAlagoas %%DATADIR%%/isdb-t/br-mg-Confins %%DATADIR%%/isdb-t/br-mg-Congonhas +%%DATADIR%%/isdb-t/br-mg-CongonhasDoNorte %%DATADIR%%/isdb-t/br-mg-Conquista %%DATADIR%%/isdb-t/br-mg-ConselheiroLafaiete %%DATADIR%%/isdb-t/br-mg-Contagem @@ -2027,14 +2068,16 @@ %%DATADIR%%/isdb-t/br-mg-Cordisburgo %%DATADIR%%/isdb-t/br-mg-Coromandel %%DATADIR%%/isdb-t/br-mg-CoronelFabriciano +%%DATADIR%%/isdb-t/br-mg-CorregoDanta +%%DATADIR%%/isdb-t/br-mg-Cristais %%DATADIR%%/isdb-t/br-mg-CruzeiroDaFortaleza %%DATADIR%%/isdb-t/br-mg-Curvelo %%DATADIR%%/isdb-t/br-mg-Delta %%DATADIR%%/isdb-t/br-mg-Diamantina +%%DATADIR%%/isdb-t/br-mg-Dionisio %%DATADIR%%/isdb-t/br-mg-Divinopolis %%DATADIR%%/isdb-t/br-mg-DoresDeCampos %%DATADIR%%/isdb-t/br-mg-EloiMendes -%%DATADIR%%/isdb-t/br-mg-EntreRiosDeMinas %%DATADIR%%/isdb-t/br-mg-Esmeraldas %%DATADIR%%/isdb-t/br-mg-EwbankDaCamara %%DATADIR%%/isdb-t/br-mg-Florestal @@ -2044,8 +2087,10 @@ %%DATADIR%%/isdb-t/br-mg-Frutal %%DATADIR%%/isdb-t/br-mg-Funilandia %%DATADIR%%/isdb-t/br-mg-GovernadorValadares +%%DATADIR%%/isdb-t/br-mg-Guanhaes %%DATADIR%%/isdb-t/br-mg-Guaxupe %%DATADIR%%/isdb-t/br-mg-Guimarania +%%DATADIR%%/isdb-t/br-mg-Ibia %%DATADIR%%/isdb-t/br-mg-Ibirite %%DATADIR%%/isdb-t/br-mg-Igarape %%DATADIR%%/isdb-t/br-mg-Indianopolis @@ -2056,7 +2101,10 @@ %%DATADIR%%/isdb-t/br-mg-Itabirito %%DATADIR%%/isdb-t/br-mg-Itaguara %%DATADIR%%/isdb-t/br-mg-Itajuba +%%DATADIR%%/isdb-t/br-mg-Itamarandiba +%%DATADIR%%/isdb-t/br-mg-Itaobim %%DATADIR%%/isdb-t/br-mg-Itapagipe +%%DATADIR%%/isdb-t/br-mg-Itatiaiucu %%DATADIR%%/isdb-t/br-mg-Itauna %%DATADIR%%/isdb-t/br-mg-Ituiutaba %%DATADIR%%/isdb-t/br-mg-Iturama @@ -2066,6 +2114,7 @@ %%DATADIR%%/isdb-t/br-mg-Januaria %%DATADIR%%/isdb-t/br-mg-Jequitiba %%DATADIR%%/isdb-t/br-mg-Jequitinhonha +%%DATADIR%%/isdb-t/br-mg-Jesuania %%DATADIR%%/isdb-t/br-mg-JoaoMonlevade %%DATADIR%%/isdb-t/br-mg-JoaoPinheiro %%DATADIR%%/isdb-t/br-mg-Juatuba @@ -2075,26 +2124,34 @@ %%DATADIR%%/isdb-t/br-mg-Lambari %%DATADIR%%/isdb-t/br-mg-Lavras %%DATADIR%%/isdb-t/br-mg-Leopoldina *** 901 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:00:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3180B6B4153; Mon, 27 Sep 2021 12:00:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ1Rc0wWtz4vlp; Mon, 27 Sep 2021 12:00:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3C15105C2; Mon, 27 Sep 2021 12:00:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RC0RWp017201; Mon, 27 Sep 2021 12:00:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RC0Ri1017200; Mon, 27 Sep 2021 12:00:27 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:00:27 GMT Message-Id: <202109271200.18RC0Ri1017200@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: 265f9d8b9f62 - main - math/R-cran-influenceR: Update to 0.1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 265f9d8b9f6276fe1c493a43ed970784cf880eab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:00:28 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=265f9d8b9f6276fe1c493a43ed970784cf880eab commit 265f9d8b9f6276fe1c493a43ed970784cf880eab Author: TAKATSU Tomonari AuthorDate: 2021-09-27 06:38:36 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-27 12:00:03 +0000 math/R-cran-influenceR: Update to 0.1.0.1 --- math/R-cran-influenceR/Makefile | 5 ++--- math/R-cran-influenceR/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/math/R-cran-influenceR/Makefile b/math/R-cran-influenceR/Makefile index 1514ddd47a29..8ee7b05b0818 100644 --- a/math/R-cran-influenceR/Makefile +++ b/math/R-cran-influenceR/Makefile @@ -1,8 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= influenceR -PORTVERSION= 0.1.0 -PORTREVISION= 4 +PORTVERSION= 0.1.0.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,7 +10,7 @@ COMMENT= Software Tools to Quantify Structural Importance of Nodes in a Network LICENSE= GPLv2 -CRAN_DEPENDS= R-cran-igraph>0:math/R-cran-igraph +CRAN_DEPENDS= R-cran-igraph>=1.0.1:math/R-cran-igraph BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/math/R-cran-influenceR/distinfo b/math/R-cran-influenceR/distinfo index d0e44e4a8012..9fc9a363f02b 100644 --- a/math/R-cran-influenceR/distinfo +++ b/math/R-cran-influenceR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469186410 -SHA256 (influenceR_0.1.0.tar.gz) = 4fc9324179bd8896875fc0e879a8a96b9ef2a6cf42a296c3b7b4d9098519e98a -SIZE (influenceR_0.1.0.tar.gz) = 23498 +TIMESTAMP = 1632724651 +SHA256 (influenceR_0.1.0.1.tar.gz) = 63c46f1175fced33fb1b78d4d56e37fbee09b408945b0106dac36e3344cd4766 +SIZE (influenceR_0.1.0.1.tar.gz) = 26731 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:00:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5502A6B43D1; Mon, 27 Sep 2021 12:00:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ1Rd1zC3z4vlq; Mon, 27 Sep 2021 12:00:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23DAD10B8F; Mon, 27 Sep 2021 12:00:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RC0T5N017225; Mon, 27 Sep 2021 12:00:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RC0Tne017224; Mon, 27 Sep 2021 12:00:29 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:00:29 GMT Message-Id: <202109271200.18RC0Tne017224@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: a2cb1afd0420 - main - devel/R-cran-pillar: Update to 1.6.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a2cb1afd04206b09c31202f71bbd6e222e3cec4b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:00:29 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2cb1afd04206b09c31202f71bbd6e222e3cec4b commit a2cb1afd04206b09c31202f71bbd6e222e3cec4b Author: TAKATSU Tomonari AuthorDate: 2021-09-27 07:26:03 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-27 12:00:03 +0000 devel/R-cran-pillar: Update to 1.6.3 --- devel/R-cran-pillar/Makefile | 2 +- devel/R-cran-pillar/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/R-cran-pillar/Makefile b/devel/R-cran-pillar/Makefile index b511a4390f06..f756a719266e 100644 --- a/devel/R-cran-pillar/Makefile +++ b/devel/R-cran-pillar/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= pillar -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-pillar/distinfo b/devel/R-cran-pillar/distinfo index becbcc93d7e4..957648dc37be 100644 --- a/devel/R-cran-pillar/distinfo +++ b/devel/R-cran-pillar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627642130 -SHA256 (pillar_1.6.2.tar.gz) = dad1840cff4f6922dabf0f7008ed01ba443d840709c468d3aceeaa92f0b1c698 -SIZE (pillar_1.6.2.tar.gz) = 1130321 +TIMESTAMP = 1632727352 +SHA256 (pillar_1.6.3.tar.gz) = 72f86cddd3b211253bdba2a412b32775af56b6ae16192320beacce91e5278ac5 +SIZE (pillar_1.6.3.tar.gz) = 1130236 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:17:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F30716B4E05; Mon, 27 Sep 2021 12:17:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ1qH6VTQz3CxJ; Mon, 27 Sep 2021 12:17:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB0C810D7C; Mon, 27 Sep 2021 12:17:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RCHVSN034738; Mon, 27 Sep 2021 12:17:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RCHVIx034737; Mon, 27 Sep 2021 12:17:31 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:17:31 GMT Message-Id: <202109271217.18RCHVIx034737@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Jason W. Bacon" Subject: git: 96d32d811873 - main - biology/biostar-tools: Add biology/kallisto run depend to metaport MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jwb X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 96d32d811873af3c99e0e6380de7f6dba3603399 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:17:32 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=96d32d811873af3c99e0e6380de7f6dba3603399 commit 96d32d811873af3c99e0e6380de7f6dba3603399 Author: Jason W. Bacon AuthorDate: 2021-09-27 12:14:45 +0000 Commit: Jason W. Bacon CommitDate: 2021-09-27 12:14:45 +0000 biology/biostar-tools: Add biology/kallisto run depend to metaport Also clean up other deps for consistency --- biology/biostar-tools/Makefile | 9 +++++---- biology/biostar-tools/distinfo | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/biology/biostar-tools/Makefile b/biology/biostar-tools/Makefile index 67ccc93ab5ad..820774928d6d 100644 --- a/biology/biostar-tools/Makefile +++ b/biology/biostar-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= biostar-tools -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= biology python MAINTAINER= jwb@FreeBSD.org @@ -24,8 +24,8 @@ RUN_DEPENDS= wget>0:ftp/wget \ picard-tools>0:biology/picard-tools \ bbmap>0:biology/bbmap \ minimap2>0:biology/minimap2 \ - bwa>=0:biology/bwa \ - bowtie2>=0:biology/bowtie2 \ + bwa>0:biology/bwa \ + bowtie2>0:biology/bowtie2 \ samtools>0:biology/samtools \ emboss>0:biology/emboss \ bedtools>0:biology/bedtools \ @@ -59,7 +59,8 @@ RUN_DEPENDS= wget>0:ftp/wget \ mafft>0:biology/mafft \ clustal-omega>0:biology/clustal-omega \ ${PYTHON_PKGNAMEPREFIX}pywgsim>0:biology/py-pywgsim@${PY_FLAVOR} \ - sam2pairwise:biology/sam2pairwise + sam2pairwise>0:biology/sam2pairwise \ + kallisto>0:biology/kallisto USES= metaport python diff --git a/biology/biostar-tools/distinfo b/biology/biostar-tools/distinfo index eff441099c51..b4ad4f4ea3af 100644 --- a/biology/biostar-tools/distinfo +++ b/biology/biostar-tools/distinfo @@ -1 +1 @@ -TIMESTAMP = 1631047196 +TIMESTAMP = 1632744796 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:35:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26D6B6B4DC7; Mon, 27 Sep 2021 12:35:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2Ct6Hgmz3Dt6; Mon, 27 Sep 2021 12:35:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4EB710C79; Mon, 27 Sep 2021 12:35:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RCZMet061541; Mon, 27 Sep 2021 12:35:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RCZM4F061540; Mon, 27 Sep 2021 12:35:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:35:22 GMT Message-Id: <202109271235.18RCZM4F061540@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 25f4f3f594b7 - main - cad/opencascade: fix build on 32-bit architectures other than i386 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 25f4f3f594b7b8b1c4e7eff25dc27e04d4b8dce1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:35:23 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=25f4f3f594b7b8b1c4e7eff25dc27e04d4b8dce1 commit 25f4f3f594b7b8b1c4e7eff25dc27e04d4b8dce1 Author: Piotr Kubaj AuthorDate: 2021-09-27 12:22:32 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-27 12:22:32 +0000 cad/opencascade: fix build on 32-bit architectures other than i386 --- cad/opencascade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 3ff291a6a28c..1b7bab2fa2c5 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -99,7 +99,7 @@ DOXYGEN_RUN_DEPENDS= ${LOCALBASE}/www/MathJax/MathJax.js:www/mathjax .include -.if ${ARCH} == "i386" +.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == mips || ${ARCH} == powerpc || ${ARCH} == powerpcspe || ${ARCH} == "i386" BITS= 32 .else BITS= 64 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:35:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B9A56B51C1; Mon, 27 Sep 2021 12:35:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2Cx38Rnz3DT4; Mon, 27 Sep 2021 12:35:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06D5911221; Mon, 27 Sep 2021 12:35:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RCZOBl061589; Mon, 27 Sep 2021 12:35:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RCZO73061588; Mon, 27 Sep 2021 12:35:24 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:35:24 GMT Message-Id: <202109271235.18RCZO73061588@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 68b096b82715 - main - graphics/gifski: fix build on powerpc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 68b096b827154ef68e6e02887680dde88f2e6bda Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:35:26 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=68b096b827154ef68e6e02887680dde88f2e6bda commit 68b096b827154ef68e6e02887680dde88f2e6bda Author: Piotr Kubaj AuthorDate: 2021-09-27 12:22:37 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-27 12:22:37 +0000 graphics/gifski: fix build on powerpc --- graphics/gifski/files/patch-powerpc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/graphics/gifski/files/patch-powerpc b/graphics/gifski/files/patch-powerpc new file mode 100644 index 000000000000..b9159f01c024 --- /dev/null +++ b/graphics/gifski/files/patch-powerpc @@ -0,0 +1,10 @@ +--- cargo-crates/crossbeam-utils-0.8.5/no_atomic.rs.orig 2021-07-12 16:01:05.023177000 +0200 ++++ cargo-crates/crossbeam-utils-0.8.5/no_atomic.rs 2021-07-12 16:01:16.538869000 +0200 +@@ -30,6 +30,7 @@ + "mipsel-unknown-none", + "mipsisa32r6-unknown-linux-gnu", + "mipsisa32r6el-unknown-linux-gnu", ++ "powerpc-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "powerpc-unknown-linux-gnuspe", + "powerpc-unknown-linux-musl", From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:35:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1069D6B51C0; Mon, 27 Sep 2021 12:35:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2Cv6wzPz3DT0; Mon, 27 Sep 2021 12:35:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF44C10FD4; Mon, 27 Sep 2021 12:35:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RCZN3A061565; Mon, 27 Sep 2021 12:35:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RCZNoR061564; Mon, 27 Sep 2021 12:35:23 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:35:23 GMT Message-Id: <202109271235.18RCZNoR061564@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 0189e706132d - main - databases/libpbl: fix build on powerpc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0189e706132d6cef1903f4b8b45199aae09d6331 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:35:24 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=0189e706132d6cef1903f4b8b45199aae09d6331 commit 0189e706132d6cef1903f4b8b45199aae09d6331 Author: Piotr Kubaj AuthorDate: 2021-09-27 12:22:35 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-27 12:22:35 +0000 databases/libpbl: fix build on powerpc powerpc has 64-bit time_t. Tested for no breakage on amd64, i386 and powerpc64. --- databases/libpbl/files/patch-pblPerform.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/databases/libpbl/files/patch-pblPerform.c b/databases/libpbl/files/patch-pblPerform.c new file mode 100644 index 000000000000..151d8a0ed7c5 --- /dev/null +++ b/databases/libpbl/files/patch-pblPerform.c @@ -0,0 +1,11 @@ +--- pblPerform.c.orig 2021-09-26 20:04:50 UTC ++++ pblPerform.c +@@ -85,7 +85,7 @@ if( end.tv_usec < start.tv_usec )\ + start.tv_sec++;\ + }\ + \ +-printf( "%s took %ld.%.6ld\n", tag, (long)end.tv_sec - start.tv_sec, (long)end.tv_usec );\ ++printf( "%s took %lld.%.6lld\n", tag, (long long)end.tv_sec - start.tv_sec, (long long)end.tv_usec );\ + }\ + + /*****************************************************************************/ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:35:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 677086B51C2; Mon, 27 Sep 2021 12:35:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2Cy1sQmz3DwP; Mon, 27 Sep 2021 12:35:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CF2410FD5; Mon, 27 Sep 2021 12:35:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RCZQik061613; Mon, 27 Sep 2021 12:35:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RCZQQk061612; Mon, 27 Sep 2021 12:35:26 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:35:26 GMT Message-Id: <202109271235.18RCZQQk061612@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: de79f7754ee1 - main - devel/cargo-generate: fix build on powerpc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: de79f7754ee12f6b0a2d9269e1fd770668b18143 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:35:26 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=de79f7754ee12f6b0a2d9269e1fd770668b18143 commit de79f7754ee12f6b0a2d9269e1fd770668b18143 Author: Piotr Kubaj AuthorDate: 2021-09-27 12:22:42 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-27 12:22:42 +0000 devel/cargo-generate: fix build on powerpc --- devel/cargo-generate/files/patch-powerpc | 82 ++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/devel/cargo-generate/files/patch-powerpc b/devel/cargo-generate/files/patch-powerpc new file mode 100644 index 000000000000..8c85f46aea5d --- /dev/null +++ b/devel/cargo-generate/files/patch-powerpc @@ -0,0 +1,82 @@ +--- cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 +--- cargo-crates/crossbeam-epoch-0.9.5/no_atomic.rs.orig 2021-07-12 16:01:21.814570000 +0200 ++++ cargo-crates/crossbeam-epoch-0.9.5/no_atomic.rs 2021-07-12 16:01:34.083879000 +0200 +@@ -30,6 +30,7 @@ + "mipsel-unknown-none", + "mipsisa32r6-unknown-linux-gnu", + "mipsisa32r6el-unknown-linux-gnu", ++ "powerpc-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "powerpc-unknown-linux-gnuspe", + "powerpc-unknown-linux-musl", +--- cargo-crates/crossbeam-utils-0.8.5/no_atomic.rs.orig 2021-07-12 16:01:05.023177000 +0200 ++++ cargo-crates/crossbeam-utils-0.8.5/no_atomic.rs 2021-07-12 16:01:16.538869000 +0200 +@@ -30,6 +30,7 @@ + "mipsel-unknown-none", + "mipsisa32r6-unknown-linux-gnu", + "mipsisa32r6el-unknown-linux-gnu", ++ "powerpc-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "powerpc-unknown-linux-gnuspe", + "powerpc-unknown-linux-musl", From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:45:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D28276B571C; Mon, 27 Sep 2021 12:45:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2RJ5Q8Yz3F8G; Mon, 27 Sep 2021 12:45:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99B5E11351; Mon, 27 Sep 2021 12:45:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RCjGRk074763; Mon, 27 Sep 2021 12:45:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RCjGcK074762; Mon, 27 Sep 2021 12:45:16 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:45:16 GMT Message-Id: <202109271245.18RCjGcK074762@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 7b013f0f7d26 - main - net/unison2{32, 40}: unbreak against immutable strings in OCaml 4.06+. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7b013f0f7d260b8a3732b3028f8ee6f4f6d07615 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:45:16 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b013f0f7d260b8a3732b3028f8ee6f4f6d07615 commit 7b013f0f7d260b8a3732b3028f8ee6f4f6d07615 Author: Alexey Dokuchaev AuthorDate: 2021-09-27 12:44:18 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-27 12:44:27 +0000 net/unison2{32,40}: unbreak against immutable strings in OCaml 4.06+. --- net/unison232/Makefile | 4 ---- net/unison232/files/patch-Makefile.OCaml | 29 +++++++++++++++++++++++++++++ net/unison240/Makefile | 4 ---- net/unison240/files/patch-Makefile.OCaml | 29 +++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 8 deletions(-) diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 30fcf0fe4897..970b35e96d39 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -61,10 +61,6 @@ USES+= gettext-runtime gnome PLIST_SUB+= X11="" .endif -post-patch: - @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \ - ${WRKSRC}/Makefile.OCaml - post-build: d=$$(mktemp -d) && trap "rm -rf $$d" 0 && ( cd ${WRKSRC} && HOME=$$d ./unison -selftest -ui text -batch ) .if ${FLAVOR} == x11 diff --git a/net/unison232/files/patch-Makefile.OCaml b/net/unison232/files/patch-Makefile.OCaml new file mode 100644 index 000000000000..8c9629cf3e8e --- /dev/null +++ b/net/unison232/files/patch-Makefile.OCaml @@ -0,0 +1,29 @@ +--- Makefile.OCaml.orig 2009-06-18 09:29:40 UTC ++++ Makefile.OCaml +@@ -65,7 +65,7 @@ OCAMLLIBDIR=$(shell ocamlc -v | tail -n -1 | sed -e 's + # This should be set to an appropriate value automatically, depending + # on whether the lablgtk library is available + LABLGTKLIB=$(OCAMLLIBDIR)/lablgtk +-LABLGTK2LIB=$(OCAMLLIBDIR)/lablgtk2 ++LABLGTK2LIB=$(OCAMLLIBDIR)/site-lib/lablgtk2 + ##BCP [3/2007]: Removed temporarily, since the OSX UI is not working well + ## at the moment and we don't want to confuse people by building it by default + ifeq ($(OSARCH),osx) +@@ -84,7 +84,7 @@ buildexecutable:: + ### Default parameters + + INCLFLAGS=-I lwt -I ubase +-CAMLFLAGS+=$(INCLFLAGS) ++CAMLFLAGS+=$(INCLFLAGS) -unsafe-string + + ifeq ($(OSARCH),win32) + # Win32 system +@@ -246,7 +246,7 @@ endif + + # Gtk2 GUI + ifeq ($(UISTYLE), gtk2) +- CAMLFLAGS+=-I +lablgtk2 ++ CAMLFLAGS+=-I +site-lib/lablgtk2 + OCAMLOBJS+=pixmaps.cmo uigtk2.cmo linkgtk2.cmo + OCAMLLIBS+=lablgtk.cma + endif diff --git a/net/unison240/Makefile b/net/unison240/Makefile index 38f82a554fb8..a65bd9dcff63 100644 --- a/net/unison240/Makefile +++ b/net/unison240/Makefile @@ -63,10 +63,6 @@ pre-patch: @${REINPLACE_CMD} -e 's,= Unix\.symlink,s1 s2 & s1 s2,' \ ${WRKSRC}/system/system_generic.ml -post-patch: - @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \ - ${WRKSRC}/Makefile.OCaml - post-build: (cd ${WRKSRC} && HOME=${WRKSRC} ./unison -selftest -ui text -batch) .if ${FLAVOR} == x11 diff --git a/net/unison240/files/patch-Makefile.OCaml b/net/unison240/files/patch-Makefile.OCaml new file mode 100644 index 000000000000..dfd96642b5e9 --- /dev/null +++ b/net/unison240/files/patch-Makefile.OCaml @@ -0,0 +1,29 @@ +--- Makefile.OCaml.orig 2014-12-30 02:21:28 UTC ++++ Makefile.OCaml +@@ -72,7 +72,7 @@ OCAMLLIBDIR=$(shell ocamlc -v | tail -1 | sed -e 's/.* + # This should be set to an appropriate value automatically, depending + # on whether the lablgtk library is available + LABLGTKLIB=$(OCAMLLIBDIR)/lablgtk +-LABLGTK2LIB=$(OCAMLLIBDIR)/lablgtk2 ++LABLGTK2LIB=$(OCAMLLIBDIR)/site-lib/lablgtk2 + ##BCP [3/2007]: Removed temporarily, since the OSX UI is not working well + ## at the moment and we don't want to confuse people by building it by default + ifeq ($(OSARCH),osx) +@@ -91,7 +91,7 @@ buildexecutable:: + ### Default parameters + + INCLFLAGS=-I lwt -I ubase -I system +-CAMLFLAGS+=$(INCLFLAGS) ++CAMLFLAGS+=$(INCLFLAGS) -unsafe-string + CAMLFLAGS+=-I system/$(SYSTEM) -I lwt/$(SYSTEM) + + ifeq ($(OSARCH),win32) +@@ -292,7 +292,7 @@ endif + + # Gtk2 GUI + ifeq ($(UISTYLE), gtk2) +- CAMLFLAGS+=-I +lablgtk2 ++ CAMLFLAGS+=-I +site-lib/lablgtk2 + OCAMLOBJS+=pixmaps.cmo uigtk2.cmo linkgtk2.cmo + OCAMLLIBS+=lablgtk.cma + endif From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 12:52:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 880326B5A1A; Mon, 27 Sep 2021 12:52:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2bn3B6qz3FtG; Mon, 27 Sep 2021 12:52:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D05E11720; Mon, 27 Sep 2021 12:52:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RCqb4Q087796; Mon, 27 Sep 2021 12:52:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RCqbPI087795; Mon, 27 Sep 2021 12:52:37 GMT (envelope-from git) Date: Mon, 27 Sep 2021 12:52:37 GMT Message-Id: <202109271252.18RCqbPI087795@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 508f524467ba - main - textproc/groonga: Update version 11.0.4=>11.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 508f524467ba9732160c5cca7d10374c69bcf565 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 12:52:37 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=508f524467ba9732160c5cca7d10374c69bcf565 commit 508f524467ba9732160c5cca7d10374c69bcf565 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 12:50:01 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-27 12:52:30 +0000 textproc/groonga: Update version 11.0.4=>11.0.6 Relnotes: https://groonga.org/docs/news.html#release-11-0-6-2021-08-29 --- textproc/groonga/Makefile | 4 ++-- textproc/groonga/distinfo | 6 +++--- textproc/groonga/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index ad781917614a..9f589716543e 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,5 +1,5 @@ PORTNAME= groonga -PORTVERSION= 11.0.4 +PORTVERSION= 11.0.6 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -57,7 +57,7 @@ post-patch: '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.20.1/auto/install + ${WRKSRC}/vendor/nginx-1.21.1/auto/install # Avoid conflict with C++20 by adding .txt suffix @${MV} ${WRKSRC}/version ${WRKSRC}/version.txt @${REINPLACE_CMD} -Ei .c++20 '/test|cat/s/[[:<:]]version/&.txt/' \ diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 413ed3b9843e..e243b4f2ab08 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625172103 -SHA256 (groonga-11.0.4.tar.gz) = 6bf20cae8675cc0808bfb0b1e24923e5bc883280b4a3eb1e1e1a952da5144aa7 -SIZE (groonga-11.0.4.tar.gz) = 18395233 +TIMESTAMP = 1632746968 +SHA256 (groonga-11.0.6.tar.gz) = 456d2515896d8e77b120052b093257c2f6ca3435a1dd2c7c72b803b4652f51a9 +SIZE (groonga-11.0.6.tar.gz) = 18504892 diff --git a/textproc/groonga/pkg-plist b/textproc/groonga/pkg-plist index 16810ce4f3f3..c82ce170c638 100644 --- a/textproc/groonga/pkg-plist +++ b/textproc/groonga/pkg-plist @@ -84,6 +84,7 @@ include/groonga/groonga/type.h include/groonga/groonga/util.h include/groonga/groonga/vector.h include/groonga/groonga/version.h +include/groonga/groonga/wal.h include/groonga/groonga/windows.h include/groonga/groonga/windows_event_logger.h include/groonga/groonga/window_function.h From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:04:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 896766B5A2E; Mon, 27 Sep 2021 13:04:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2s92w2yz3GNs; Mon, 27 Sep 2021 13:04:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4461411A21; Mon, 27 Sep 2021 13:04:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RD4DTn002486; Mon, 27 Sep 2021 13:04:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RD4DoF002485; Mon, 27 Sep 2021 13:04:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 13:04:13 GMT Message-Id: <202109271304.18RD4DoF002485@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 3ffd64288e6d - main - graphics/geoserver: Update version 2.19.1=>2.19.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3ffd64288e6d983064b5ffdebedfe751c160c8df Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:04:13 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ffd64288e6d983064b5ffdebedfe751c160c8df commit 3ffd64288e6d983064b5ffdebedfe751c160c8df Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 12:58:45 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-27 12:58:45 +0000 graphics/geoserver: Update version 2.19.1=>2.19.2 Relnotes: http://geoserver.org/announcements/2021/07/18/geoserver-2-19-2-released.html --- graphics/geoserver/Makefile | 7 ++++--- graphics/geoserver/distinfo | 6 +++--- graphics/geoserver/pkg-plist | 12 ++++++------ 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/graphics/geoserver/Makefile b/graphics/geoserver/Makefile index 7a0bdadbbacb..30d624ae71b6 100644 --- a/graphics/geoserver/Makefile +++ b/graphics/geoserver/Makefile @@ -1,7 +1,7 @@ # Created by: Wen heping PORTNAME= geoserver -PORTVERSION= 2.19.1 +PORTVERSION= 2.19.2 CATEGORIES= graphics geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -23,9 +23,10 @@ GEOSERVERDIR= ${PREFIX}/${PORTNAME} GEODIRS= data_dir etc lib logs modules resources webapps USE_RC_SUBR= ${PORTNAME} -PLIST_SUB= G="${GEOSERVERDIR:S,^${PREFIX}/,,}" VER1=25.1 MVER=${PORTVERSION} \ +PLIST_SUB= G="${GEOSERVERDIR:S,^${PREFIX}/,,}" VER1=25.2 MVER=${PORTVERSION} \ VER3=1.1.3 BATIK=1.14 GWC=1.19.1 ECLIPSE=2.15.0 JETTY=9.4.36.v20210114 \ - IMAGEIO=1.3.6 JT=1.1.20 JT1=1.6.0 SPRING=5.1.20 SPRINGS=5.1.13 SI=2.0.1 + IMAGEIO=1.3.9 JT=1.1.20 JT1=1.6.0 SPRING=5.1.20 SPRINGS=5.1.13 SI=2.0.1 \ + WICKET=7.18.0 SUB_LIST= GEOSERVERDIR="${GEOSERVERDIR}" JAVA="${JAVA}" SUB_FILES= pkg-message NO_ARCH= yes diff --git a/graphics/geoserver/distinfo b/graphics/geoserver/distinfo index edbcf50c5b95..2f7759b10d5c 100644 --- a/graphics/geoserver/distinfo +++ b/graphics/geoserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621892376 -SHA256 (geoserver-2.19.1-bin.zip) = fc814f2647ec6ac7a421052c1b5d78d0362476e96e20a9f252329eaa3a132290 -SIZE (geoserver-2.19.1-bin.zip) = 103918833 +TIMESTAMP = 1632747472 +SHA256 (geoserver-2.19.2-bin.zip) = 1e6d117310f14cadf987ee05647f0748d74260898d0a72b80e93c7c8fb3e6c08 +SIZE (geoserver-2.19.2-bin.zip) = 103982460 diff --git a/graphics/geoserver/pkg-plist b/graphics/geoserver/pkg-plist index 7c1668334c62..2c6c3b44e27b 100644 --- a/graphics/geoserver/pkg-plist +++ b/graphics/geoserver/pkg-plist @@ -821,14 +821,14 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/txw2-2.4.0-b180830.0438.jar %%G%%/webapps/%%G%%/WEB-INF/lib/unit-api-2.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/uom-lib-common-2.0.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-core-7.6.0.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-datetime-7.6.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-core-%%WICKET%%.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-datetime-%%WICKET%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/wicket-dnd-0.7.3.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-extensions-7.6.0.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-request-7.6.0.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-util-7.6.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-extensions-%%WICKET%%.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-request-%%WICKET%%.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-util-%%WICKET%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/wicket-webjars-0.5.3.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/wicketstuff-select2-7.6.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/wicketstuff-select2-%%WICKET%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/xalan-2.7.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/xml-apis-1.4.01.jar %%G%%/webapps/%%G%%/WEB-INF/lib/xml-apis-ext-1.3.04.jar From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:04:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DBB16B5853; Mon, 27 Sep 2021 13:04:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2sB3WkYz3GNv; Mon, 27 Sep 2021 13:04:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A8771193C; Mon, 27 Sep 2021 13:04:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RD4E1K002510; Mon, 27 Sep 2021 13:04:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RD4EZB002509; Mon, 27 Sep 2021 13:04:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 13:04:14 GMT Message-Id: <202109271304.18RD4EZB002509@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 573d84f2e6f2 - main - databases/geoserver-mysql-plugin: Update version 2.19.1=>2.19.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 573d84f2e6f279da05512a578e34ae2796c3e536 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:04:14 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=573d84f2e6f279da05512a578e34ae2796c3e536 commit 573d84f2e6f279da05512a578e34ae2796c3e536 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 13:02:40 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-27 13:02:40 +0000 databases/geoserver-mysql-plugin: Update version 2.19.1=>2.19.2 --- databases/geoserver-mysql-plugin/Makefile | 4 ++-- databases/geoserver-mysql-plugin/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/geoserver-mysql-plugin/Makefile b/databases/geoserver-mysql-plugin/Makefile index b842230cebd5..2f46f21613e9 100644 --- a/databases/geoserver-mysql-plugin/Makefile +++ b/databases/geoserver-mysql-plugin/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Logvinov PORTNAME= geoserver -PORTVERSION= 2.19.1 +PORTVERSION= 2.19.2 CATEGORIES= databases geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions PKGNAMESUFFIX= -mysql-plugin @@ -21,7 +21,7 @@ NO_ARCH= yes GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib SUB_FILES= pkg-message -PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-25.1.jar \ +PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-25.2.jar \ ${GSLIBDIR}/mysql-connector-java-8.0.23.jar do-install: diff --git a/databases/geoserver-mysql-plugin/distinfo b/databases/geoserver-mysql-plugin/distinfo index df6b1eebef19..583d686e1820 100644 --- a/databases/geoserver-mysql-plugin/distinfo +++ b/databases/geoserver-mysql-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621919872 -SHA256 (geoserver-2.19.1-mysql-plugin.zip) = a7c401211e36301c9e4f69aa04cc0b7dac85957e8f93f876a41ec4448ba70b28 -SIZE (geoserver-2.19.1-mysql-plugin.zip) = 2316838 +TIMESTAMP = 1632747630 +SHA256 (geoserver-2.19.2-mysql-plugin.zip) = c6612aedd8597a7219af839c23ef416bb1930277e6406d9e25a142a18558435b +SIZE (geoserver-2.19.2-mysql-plugin.zip) = 2316819 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:08:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56F696B58DB; Mon, 27 Sep 2021 13:08:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ2xh1lfXz3Gxw; Mon, 27 Sep 2021 13:08:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C01D116E4; Mon, 27 Sep 2021 13:08:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RD88q9002897; Mon, 27 Sep 2021 13:08:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RD88qx002896; Mon, 27 Sep 2021 13:08:08 GMT (envelope-from git) Date: Mon, 27 Sep 2021 13:08:08 GMT Message-Id: <202109271308.18RD88qx002896@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: e7fe207f32cd - main - x11-fonts/sudo-font: Update to 0.60 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e7fe207f32cd531abf43e08a0b8c4e0e51b1aec6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:08:08 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7fe207f32cd531abf43e08a0b8c4e0e51b1aec6 commit e7fe207f32cd531abf43e08a0b8c4e0e51b1aec6 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-09-26 21:24:37 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-09-27 13:08:05 +0000 x11-fonts/sudo-font: Update to 0.60 --- x11-fonts/sudo-font/Makefile | 2 +- x11-fonts/sudo-font/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-fonts/sudo-font/Makefile b/x11-fonts/sudo-font/Makefile index 4963bba0d543..db91a392f297 100644 --- a/x11-fonts/sudo-font/Makefile +++ b/x11-fonts/sudo-font/Makefile @@ -1,6 +1,6 @@ PORTNAME= sudo-font DISTVERSIONPREFIX= v -DISTVERSION= 0.55.2 +DISTVERSION= 0.60 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/jenskutilek/sudo-font/raw/${DISTVERSIONFULL}/dist/ DISTNAME= sudo diff --git a/x11-fonts/sudo-font/distinfo b/x11-fonts/sudo-font/distinfo index 1f0d4d33ecfe..47073c304597 100644 --- a/x11-fonts/sudo-font/distinfo +++ b/x11-fonts/sudo-font/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624608576 -SHA256 (sudo-font-v0.55.2/sudo.zip) = fd39608d0a531b68777c68c5ab31f873a6803191a210be102d3d4cc1d66cce59 -SIZE (sudo-font-v0.55.2/sudo.zip) = 2492093 +TIMESTAMP = 1632691434 +SHA256 (sudo-font-v0.60/sudo.zip) = c843128559d3a6a9b3185b997e5b0b2d02410e1b6163a1451ce21940592cce34 +SIZE (sudo-font-v0.60/sudo.zip) = 2539030 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:14:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E06E6B5A50; Mon, 27 Sep 2021 13:14:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ35Y3nJ4z3H9X; Mon, 27 Sep 2021 13:14:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6163411C15; Mon, 27 Sep 2021 13:14:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RDEvME015777; Mon, 27 Sep 2021 13:14:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RDEvZ5015776; Mon, 27 Sep 2021 13:14:57 GMT (envelope-from git) Date: Mon, 27 Sep 2021 13:14:57 GMT Message-Id: <202109271314.18RDEvZ5015776@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mathieu Arnold Subject: git: fccfb7d4979a - main - dns/bind916: update to 9.16.21 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fccfb7d4979a04e260ecc162cdcfe54a0feec9b7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:14:57 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=fccfb7d4979a04e260ecc162cdcfe54a0feec9b7 commit fccfb7d4979a04e260ecc162cdcfe54a0feec9b7 Author: Mathieu Arnold AuthorDate: 2021-09-27 12:44:11 +0000 Commit: Mathieu Arnold CommitDate: 2021-09-27 13:14:35 +0000 dns/bind916: update to 9.16.21 Changes: https://downloads.isc.org/isc/bind9/9.16.21/doc/arm/html/notes.html#notes-for-bind-9-16-21 --- dns/bind916/Makefile | 2 +- dns/bind916/distinfo | 6 +++--- dns/bind916/files/extrapatch-bind-min-override-ttl | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile index c7c38968d3e7..3265d09cd51d 100644 --- a/dns/bind916/Makefile +++ b/dns/bind916/Makefile @@ -40,7 +40,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.16.20 +ISCVERSION= 9.16.21 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind916/distinfo b/dns/bind916/distinfo index 8345629d7896..ce029531078a 100644 --- a/dns/bind916/distinfo +++ b/dns/bind916/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629182644 -SHA256 (bind-9.16.20.tar.xz) = 4d0d93c0d0b63080609e84625f24ff8777f8d164e78a75b1c19c334ce42d5b58 -SIZE (bind-9.16.20.tar.xz) = 5042196 +TIMESTAMP = 1632745650 +SHA256 (bind-9.16.21.tar.xz) = 65da5fd4fb80b7d0d7452876f81fd6d67cdcee54a5e3c1d65610334665dfa815 +SIZE (bind-9.16.21.tar.xz) = 5057816 diff --git a/dns/bind916/files/extrapatch-bind-min-override-ttl b/dns/bind916/files/extrapatch-bind-min-override-ttl index 1dce8f15d7d6..e1f06078adc4 100644 --- a/dns/bind916/files/extrapatch-bind-min-override-ttl +++ b/dns/bind916/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2021-07-09 08:02:03 UTC +--- bin/named/config.c.orig 2021-09-07 09:37:05 UTC +++ bin/named/config.c @@ -180,6 +180,7 @@ options {\n\ notify-source *;\n\ @@ -10,9 +10,9 @@ Add the override-cache-ttl feature. parental-source *;\n\ parental-source-v6 *;\n\ provide-ixfr true;\n\ ---- bin/named/server.c.orig 2021-07-09 08:02:03 UTC +--- bin/named/server.c.orig 2021-09-07 09:37:05 UTC +++ bin/named/server.c -@@ -4406,6 +4406,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4411,6 +4411,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -24,7 +24,7 @@ Add the override-cache-ttl feature. result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- lib/dns/include/dns/view.h.orig 2021-07-09 08:02:03 UTC +--- lib/dns/include/dns/view.h.orig 2021-09-07 09:37:05 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,7 @@ struct dns_view { bool requestnsid; @@ -34,7 +34,7 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2021-07-09 08:02:03 UTC +--- lib/dns/resolver.c.orig 2021-09-07 09:37:05 UTC +++ lib/dns/resolver.c @@ -6476,6 +6476,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } @@ -49,7 +49,7 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2021-07-09 08:02:03 UTC +--- lib/isccfg/namedconf.c.orig 2021-09-07 09:37:05 UTC +++ lib/isccfg/namedconf.c @@ -2048,6 +2048,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:14:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A7C86B5A53; Mon, 27 Sep 2021 13:14:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ35Z6QcGz3HTn; Mon, 27 Sep 2021 13:14:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 848C711777; Mon, 27 Sep 2021 13:14:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RDEwKx015801; Mon, 27 Sep 2021 13:14:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RDEwa7015800; Mon, 27 Sep 2021 13:14:58 GMT (envelope-from git) Date: Mon, 27 Sep 2021 13:14:58 GMT Message-Id: <202109271314.18RDEwa7015800@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mathieu Arnold Subject: git: 0a3c220a10cf - main - dns/bind9-devel: update to latest commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0a3c220a10cf9744f6a5b89a48d41ef893258eaa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:14:59 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a3c220a10cf9744f6a5b89a48d41ef893258eaa commit 0a3c220a10cf9744f6a5b89a48d41ef893258eaa Author: Mathieu Arnold AuthorDate: 2021-09-27 12:51:34 +0000 Commit: Mathieu Arnold CommitDate: 2021-09-27 13:14:39 +0000 dns/bind9-devel: update to latest commit --- dns/bind9-devel/Makefile | 35 ++++------------------------- dns/bind9-devel/distinfo | 6 ++--- dns/bind9-devel/files/extrapatch-bind-tools | 8 +++---- 3 files changed, 10 insertions(+), 39 deletions(-) diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 8a6aff840f2c..17317eab892d 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -49,13 +49,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools # XXX: remove tar:bz2 USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.17.18a0.2021.09.20 +ISCVERSION= 9.17.18a0.2021.09.24 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= be99fc92b63ef2463cadb2f90162982ed3ed289d +GL_COMMIT= eeec53eb5da5c0968e099f01c6236127f9813a97 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} @@ -92,21 +92,17 @@ CONFLICTS= bind911 bind912 bind913 bind914 bind916 MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFAULT= DLZ_FILESYSTEM GSSAPI_NONE IDN JSON LMDB MANPAGES \ +OPTIONS_DEFAULT= GSSAPI_NONE IDN JSON LMDB MANPAGES \ TCP_FASTOPEN DNSTAP OPTIONS_DEFINE= DNSTAP DOCS FIXED_RRSET GEOIP IDN JSON LARGE_FILE LMDB \ MANPAGES OVERRIDECACHE PORTREVISION QUERYTRACE \ START_LATE TCP_FASTOPEN -OPTIONS_GROUP= DLZ -OPTIONS_GROUP_DLZ= DLZ_BDB DLZ_FILESYSTEM DLZ_LDAP DLZ_MYSQL \ - DLZ_POSTGRESQL DLZ_STUB - OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE .if defined(BIND_TOOLS_SLAVE) -OPTIONS_EXCLUDE= ${OPTIONS_GROUP_DLZ} DNSTAP DOCS GEOIP LMDB \ +OPTIONS_EXCLUDE= DNSTAP DOCS GEOIP LMDB \ OVERRIDECACHE PORTREVISION QUERYTRACE START_LATE \ TCP_FASTOPEN .endif # BIND_TOOLS_SLAVE @@ -114,13 +110,6 @@ OPTIONS_EXCLUDE= ${OPTIONS_GROUP_DLZ} DNSTAP DOCS GEOIP LMDB \ OPTIONS_SUB= yes CRYPTO_DESC= Choose which crypto engine to use -DLZ_BDB_DESC= DLZ BDB driver -DLZ_DESC= Dynamically Loadable Zones -DLZ_FILESYSTEM_DESC= DLZ filesystem driver -DLZ_LDAP_DESC= DLZ LDAP driver -DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) -DLZ_POSTGRESQL_DESC= DLZ Postgres driver -DLZ_STUB_DESC= DLZ stub driver DNSTAP_DESC= Provides fast passive logging of DNS messages FIXED_RRSET_DESC= Enable fixed rrset ordering GSSAPI_BASE_DESC= Using Heimdal in base @@ -135,22 +124,6 @@ QUERYTRACE_DESC= Enable the very verbose query tracelogging START_LATE_DESC= Start BIND late in the boot process (see help) TCP_FASTOPEN_DESC= RFC 7413 support -DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes -DLZ_BDB_USES= bdb - -DLZ_FILESYSTEM_CONFIGURE_ON= --with-dlz-filesystem=yes - -DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes -DLZ_LDAP_USE= OPENLDAP=yes - -DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes -DLZ_MYSQL_USES= mysql - -DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes -DLZ_POSTGRESQL_USES= pgsql - -DLZ_STUB_CONFIGURE_ON= --with-dlz-stub=yes - DNSTAP_CONFIGURE_ENABLE= dnstap DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ libprotobuf-c.so:devel/protobuf-c diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index ca046ef53dd2..78c37cfdd258 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632153636 -SHA256 (isc-projects-bind9-be99fc92b63ef2463cadb2f90162982ed3ed289d_GL0.tar.gz) = 5bdcd0999fb97f70c8622b90270665cccba9467d943984ce06845545ef5c605f -SIZE (isc-projects-bind9-be99fc92b63ef2463cadb2f90162982ed3ed289d_GL0.tar.gz) = 6192681 +TIMESTAMP = 1632746052 +SHA256 (isc-projects-bind9-eeec53eb5da5c0968e099f01c6236127f9813a97_GL0.tar.gz) = 771af250c5eed45337cc418827c7fad50ff6fbd09e31f40c126ceb96fd202bae +SIZE (isc-projects-bind9-eeec53eb5da5c0968e099f01c6236127f9813a97_GL0.tar.gz) = 6123928 diff --git a/dns/bind9-devel/files/extrapatch-bind-tools b/dns/bind9-devel/files/extrapatch-bind-tools index ed20ba2432ba..a38b3bd1fa14 100644 --- a/dns/bind9-devel/files/extrapatch-bind-tools +++ b/dns/bind9-devel/files/extrapatch-bind-tools @@ -1,6 +1,6 @@ Only select the "tools" part of bind for building. ---- Makefile.am.orig 2021-09-17 07:10:48 UTC +--- Makefile.am.orig 2021-09-24 03:34:18 UTC +++ Makefile.am @@ -8,8 +8,6 @@ CLEANFILES = bind.keys.h bind.keys.h: bind.keys Makefile @@ -11,14 +11,12 @@ Only select the "tools" part of bind for building. .PHONY: doc EXTRA_DIST = \ ---- bin/Makefile.am.orig 2021-09-17 07:10:48 UTC +--- bin/Makefile.am.orig 2021-09-24 03:34:18 UTC +++ bin/Makefile.am @@ -1 +1 @@ -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins +SUBDIRS = dig delv dnssec tools nsupdate --SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins -+SUBDIRS = dig delv dnssec tools nsupdate ---- bin/tools/Makefile.am.orig 2021-09-17 07:10:48 UTC +--- bin/tools/Makefile.am.orig 2021-09-24 03:34:18 UTC +++ bin/tools/Makefile.am @@ -11,7 +11,6 @@ LDADD += \ bin_PROGRAMS = \ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:15:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 749726B5A54; Mon, 27 Sep 2021 13:15:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ35c0zkjz3H9p; Mon, 27 Sep 2021 13:14:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A42B011AC5; Mon, 27 Sep 2021 13:14:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RDExwl015832; Mon, 27 Sep 2021 13:14:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RDExER015831; Mon, 27 Sep 2021 13:14:59 GMT (envelope-from git) Date: Mon, 27 Sep 2021 13:14:59 GMT Message-Id: <202109271314.18RDExER015831@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mathieu Arnold Subject: git: 7f4b7cf97aae - main - lang/perl5-devel: update to v5.35.4-44-ge36174629b MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7f4b7cf97aaefe544371d86fe38c9b0450400fe9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:15:00 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f4b7cf97aaefe544371d86fe38c9b0450400fe9 commit 7f4b7cf97aaefe544371d86fe38c9b0450400fe9 Author: Mathieu Arnold AuthorDate: 2021-09-27 13:14:13 +0000 Commit: Mathieu Arnold CommitDate: 2021-09-27 13:14:44 +0000 lang/perl5-devel: update to v5.35.4-44-ge36174629b --- lang/perl5-devel/Makefile | 2 +- lang/perl5-devel/distinfo | 6 +++--- lang/perl5-devel/pkg-plist | 2 ++ lang/perl5-devel/version.mk | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lang/perl5-devel/Makefile b/lang/perl5-devel/Makefile index 8b12dcbb50fa..8bae24ef6134 100644 --- a/lang/perl5-devel/Makefile +++ b/lang/perl5-devel/Makefile @@ -31,7 +31,7 @@ USES= cpe USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.35.3-181-ge4e803bd2e +GH_TAGNAME= v5.35.4-44-ge36174629b # Give a hint of where libperl.so can be found. USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE diff --git a/lang/perl5-devel/distinfo b/lang/perl5-devel/distinfo index 6713f17247a8..2142b0f89bd9 100644 --- a/lang/perl5-devel/distinfo +++ b/lang/perl5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632152224 -SHA256 (perl/Perl-perl5-v5.35.3-181-ge4e803bd2e_GH0.tar.gz) = 6822b65f785f9a884b9f23621c522c6476ef59dc4b060856682d6d1f7994f27d -SIZE (perl/Perl-perl5-v5.35.3-181-ge4e803bd2e_GH0.tar.gz) = 20027777 +TIMESTAMP = 1632746838 +SHA256 (perl/Perl-perl5-v5.35.4-44-ge36174629b_GH0.tar.gz) = 518a1cd963aa8f8e8c9706ce10e8ec1210e04c5b53c6b58ea6ec0617384c5e2f +SIZE (perl/Perl-perl5-v5.35.4-44-ge36174629b_GH0.tar.gz) = 20037426 diff --git a/lang/perl5-devel/pkg-plist b/lang/perl5-devel/pkg-plist index 8b9f406b3472..639e09479068 100644 --- a/lang/perl5-devel/pkg-plist +++ b/lang/perl5-devel/pkg-plist @@ -974,6 +974,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5352delta.1.gz %%MAN1%%/perl5353delta.1.gz %%MAN1%%/perl5354delta.1.gz +%%MAN1%%/perl5355delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1778,6 +1779,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5352delta.pod %%PRIV_LIB%%/pod/perl5353delta.pod %%PRIV_LIB%%/pod/perl5354delta.pod +%%PRIV_LIB%%/pod/perl5355delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod diff --git a/lang/perl5-devel/version.mk b/lang/perl5-devel/version.mk index cec051170593..f0d36624f2aa 100644 --- a/lang/perl5-devel/version.mk +++ b/lang/perl5-devel/version.mk @@ -1,2 +1,2 @@ -PERL_VERSION= 5.35.4 +PERL_VERSION= 5.35.5 PERL5_DEPEND= perl5>=5.35<5.36 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:17:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1AE666B5ED5; Mon, 27 Sep 2021 13:17:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ38f70ZTz3HSF; Mon, 27 Sep 2021 13:17:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC33111BE3; Mon, 27 Sep 2021 13:17:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RDHcKK016257; Mon, 27 Sep 2021 13:17:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RDHcd5016256; Mon, 27 Sep 2021 13:17:38 GMT (envelope-from git) Date: Mon, 27 Sep 2021 13:17:38 GMT Message-Id: <202109271317.18RDHcd5016256@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Mathieu Arnold Subject: git: 8ecddd296f08 - 2021Q3 - dns/bind916: update to 9.16.21 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 8ecddd296f08d19694b3f44916b34f544a0e33ec Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:17:39 -0000 The branch 2021Q3 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ecddd296f08d19694b3f44916b34f544a0e33ec commit 8ecddd296f08d19694b3f44916b34f544a0e33ec Author: Mathieu Arnold AuthorDate: 2021-09-27 12:44:11 +0000 Commit: Mathieu Arnold CommitDate: 2021-09-27 13:17:16 +0000 dns/bind916: update to 9.16.21 Changes: https://downloads.isc.org/isc/bind9/9.16.21/doc/arm/html/notes.html#notes-for-bind-9-16-21 (cherry picked from commit fccfb7d4979a04e260ecc162cdcfe54a0feec9b7) --- dns/bind916/Makefile | 2 +- dns/bind916/distinfo | 6 +++--- dns/bind916/files/extrapatch-bind-min-override-ttl | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile index c7c38968d3e7..3265d09cd51d 100644 --- a/dns/bind916/Makefile +++ b/dns/bind916/Makefile @@ -40,7 +40,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.16.20 +ISCVERSION= 9.16.21 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind916/distinfo b/dns/bind916/distinfo index 8345629d7896..ce029531078a 100644 --- a/dns/bind916/distinfo +++ b/dns/bind916/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629182644 -SHA256 (bind-9.16.20.tar.xz) = 4d0d93c0d0b63080609e84625f24ff8777f8d164e78a75b1c19c334ce42d5b58 -SIZE (bind-9.16.20.tar.xz) = 5042196 +TIMESTAMP = 1632745650 +SHA256 (bind-9.16.21.tar.xz) = 65da5fd4fb80b7d0d7452876f81fd6d67cdcee54a5e3c1d65610334665dfa815 +SIZE (bind-9.16.21.tar.xz) = 5057816 diff --git a/dns/bind916/files/extrapatch-bind-min-override-ttl b/dns/bind916/files/extrapatch-bind-min-override-ttl index 1dce8f15d7d6..e1f06078adc4 100644 --- a/dns/bind916/files/extrapatch-bind-min-override-ttl +++ b/dns/bind916/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2021-07-09 08:02:03 UTC +--- bin/named/config.c.orig 2021-09-07 09:37:05 UTC +++ bin/named/config.c @@ -180,6 +180,7 @@ options {\n\ notify-source *;\n\ @@ -10,9 +10,9 @@ Add the override-cache-ttl feature. parental-source *;\n\ parental-source-v6 *;\n\ provide-ixfr true;\n\ ---- bin/named/server.c.orig 2021-07-09 08:02:03 UTC +--- bin/named/server.c.orig 2021-09-07 09:37:05 UTC +++ bin/named/server.c -@@ -4406,6 +4406,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4411,6 +4411,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -24,7 +24,7 @@ Add the override-cache-ttl feature. result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- lib/dns/include/dns/view.h.orig 2021-07-09 08:02:03 UTC +--- lib/dns/include/dns/view.h.orig 2021-09-07 09:37:05 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,7 @@ struct dns_view { bool requestnsid; @@ -34,7 +34,7 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2021-07-09 08:02:03 UTC +--- lib/dns/resolver.c.orig 2021-09-07 09:37:05 UTC +++ lib/dns/resolver.c @@ -6476,6 +6476,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } @@ -49,7 +49,7 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2021-07-09 08:02:03 UTC +--- lib/isccfg/namedconf.c.orig 2021-09-07 09:37:05 UTC +++ lib/isccfg/namedconf.c @@ -2048,6 +2048,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:38:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAC166B5B6A; Mon, 27 Sep 2021 13:38:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ3cM5Ybdz3JGQ; Mon, 27 Sep 2021 13:38:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from ubik.madpilot.net (host-82-59-69-236.retail.telecomitalia.it [82.59.69.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 1AB3127C4; Mon, 27 Sep 2021 13:38:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 From: Guido Falsi To: Baptiste Daroussin Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> Message-ID: <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> Date: Mon, 27 Sep 2021 15:38:09 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:38:11 -0000 On 27/09/21 12:43, Guido Falsi wrote: > On 27/09/21 12:12, Guido Falsi wrote: >> On 27/09/21 12:02, Baptiste Daroussin wrote: >>> On Mon, Sep 27, 2021 at 11:30:47AM +0200, Guido Falsi wrote: >>>> On 27/09/21 10:40, Baptiste Daroussin wrote: >>>>> The branch main has been updated by bapt: >>>>> >>>>> URL: >>>>> https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 >>>>> >>>>> >>>>> commit 895bc805a975e4d6848427d88063cc8651e36fe4 >>>>> Author:     Evgeniy Khramtsov >>>>> AuthorDate: 2021-09-22 22:57:30 +0000 >>>>> Commit:     Baptiste Daroussin >>>>> CommitDate: 2021-09-27 08:38:52 +0000 >>>>> >>>>>       www/webkit2-gtk3: update to 2.34.0 >>>>>       PR:      255528 >>>>>       Changes: >>>>> https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html >>>>> https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html >>>>> https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html >>>>> https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html >>>>> https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html >>>>> https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html >>>>> https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html >>>>> https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html >>>>> https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html >>>>> https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html >>>> >>>> Not sure why, but this is failing for me in poudriere, FreeBSD >>>> 14.0-CURRENT >>>> main-n249429-181bfb42fd0. Cannot investigate further tight now whough. >>>> >>> >>> Strange, I just built it on main-n249556-c96da199458 >> >> I'll try to investigate further later, unluckily I'm busy right now. I noticed I have the GSTREAMER option disabled in that poudriere jail. Enabling GSTREAMER again makes it compile. So while this narrows things down the option should be removed or fixed. -- Guido Falsi From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:47:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6852C6B5F55; Mon, 27 Sep 2021 13:47:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ3py2TqHz3Jrb; Mon, 27 Sep 2021 13:47:22 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632750442; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kGr5hyMc/t4xqIBz/SdGT2Qkz5xK/w/HE7Xgk26A3sk=; b=Yj5rpSs9bhhptPQfHPaeHilRNJvTEZuwNY5xiLHtbsYnJZkhXWBuzqdUMykA6S/HH7vfha KII0K7hdi3QSPX6H65CsLEbdkIbyhoaBGoLcbdyOrTmHz/YHKaMmxiLNOH+OSTBIFOJRO5 yyweczHg+uFSJeZIirPE391LGA+s4cMnhyT9kF05gsd5/+LBmwDFsqWTtpSitt6mUX+v56 mDnA/NzDsPDMClTGCe6o6EBLc1GymHZcajWDDjGAsS6h0mxB/OhCA2yk+Tq57vi8emzSC0 JrJi8ikJHzS3PputA7p66eVdcGmB/7DxCJnX3P+o5E6bVM4wLGVryvfjWboOyA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3A9FD6057; Mon, 27 Sep 2021 13:47:22 +0000 (UTC) Date: Mon, 27 Sep 2021 13:47:22 +0000 From: Alexey Dokuchaev To: Guido Falsi Cc: Baptiste Daroussin , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 Message-ID: References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632750442; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kGr5hyMc/t4xqIBz/SdGT2Qkz5xK/w/HE7Xgk26A3sk=; b=Y0YmqD+d6KvBBTn2nsyyFZRx7NUtVGLWxB8gBMR9LWXsiyNz3Dpi1g9YxH7OqikA8O3KZ1 /C/zfZYhhtY+ebXT/0OnZDd9FvtJXhobjdkahncYUCgFErm60zaRdQIrWJ87A1jJQiN74Z CMY2mY3SHIqV3n3zXwEuSP2usFpD6f2VuiIHEBl2qXqAeCK4TFsR2tH9LeI4BjAyFrTWf+ Gg3AxZ4/ApUo520FLsm+pvLSleNhirIrhcCRNl8/3ju6qRKXnsYcujFleWKOcDi9iMPHcf s6oatbzGzab5mLo3qfYmhhTdndvMMg/lAh6LQf0j1JgphptVZRgf1XMTJlnS2w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632750442; a=rsa-sha256; cv=none; b=tNIydMFqvNWD5NaNFkaeGMAn4O5ExFI5Y+QeGltUjTKpOLmAcHe9hv8xO3dZcKwdMD6B88 efgFxW6Rx+qKBLtVowW6N5p4w6Pgug2nQdHCmLiopbQNfJ80IeRu/JjsWe9ITwzZ9+fv0B 6xgtr8m4bW7Ayzz+p+67ADjIq8aFL03hXfgkx5Bf846GS1bVvTvdIVVpPn1yPvuOVHgfPP goyxWVDYybNTvOLmI7ma15bEoP/OFa+9wzwPzds1E8JOic1Ij/CyHaM18W+vgiBNuBFUSK p+/WwGKZ0QgqVB6xXo5LbosGeNlGm61EXQI0qlyKjThcoPrR0yhVDo7XsdgFQQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:47:22 -0000 On Mon, Sep 27, 2021 at 03:38:09PM +0200, Guido Falsi wrote: > ... > I noticed I have the GSTREAMER option disabled in that poudriere jail. > > Enabling GSTREAMER again makes it compile. > > So while this narrows things down the option should be removed or fixed. Please don't remove this very useful option, at most it could be marked as BROKEN unilt it's fixed. I'll look into it once I have some spare time. ./danfe From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 13:47:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B59E6B6501; Mon, 27 Sep 2021 13:47:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ3q109tPz3Jbm; Mon, 27 Sep 2021 13:47:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from aniel.nours.eu (nours.eu [IPv6:2001:41d0:8:3a4d::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id C0A1C2A37; Mon, 27 Sep 2021 13:47:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id C164D38611; Mon, 27 Sep 2021 15:47:22 +0200 (CEST) Date: Mon, 27 Sep 2021 15:47:22 +0200 From: Baptiste Daroussin To: Guido Falsi Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, evgeniy@khramtsov.org Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 Message-ID: <20210927134722.ej34iaqktwhjob5q@aniel.nours.eu> References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 13:47:25 -0000 On Mon, Sep 27, 2021 at 03:38:09PM +0200, Guido Falsi wrote: > On 27/09/21 12:43, Guido Falsi wrote: > > On 27/09/21 12:12, Guido Falsi wrote: > > > On 27/09/21 12:02, Baptiste Daroussin wrote: > > > > On Mon, Sep 27, 2021 at 11:30:47AM +0200, Guido Falsi wrote: > > > > > On 27/09/21 10:40, Baptiste Daroussin wrote: > > > > > > The branch main has been updated by bapt: > > > > > > > > > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 > > > > > > > > > > > > > > > > > > commit 895bc805a975e4d6848427d88063cc8651e36fe4 > > > > > > Author:     Evgeniy Khramtsov > > > > > > AuthorDate: 2021-09-22 22:57:30 +0000 > > > > > > Commit:     Baptiste Daroussin > > > > > > CommitDate: 2021-09-27 08:38:52 +0000 > > > > > > > > > > > >       www/webkit2-gtk3: update to 2.34.0 > > > > > >       PR:      255528 > > > > > >       Changes: > > > > > > https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html > > > > > > https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html > > > > > > https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html > > > > > > https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html > > > > > > https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html > > > > > > https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html > > > > > > https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html > > > > > > https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html > > > > > > https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html > > > > > > https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html > > > > > > > > > > Not sure why, but this is failing for me in poudriere, > > > > > FreeBSD 14.0-CURRENT > > > > > main-n249429-181bfb42fd0. Cannot investigate further tight now whough. > > > > > > > > > > > > > Strange, I just built it on main-n249556-c96da199458 > > > > > > I'll try to investigate further later, unluckily I'm busy right now. > > I noticed I have the GSTREAMER option disabled in that poudriere jail. > > Enabling GSTREAMER again makes it compile. > > So while this narrows things down the option should be removed or fixed. Fixed is probably the best idea, let me CC the submitter :D Best regards, Bapt From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 14:10:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E96AE6B6D49; Mon, 27 Sep 2021 14:10:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ4KN6DH7z3LnN; Mon, 27 Sep 2021 14:10:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-82-59-69-236.retail.telecomitalia.it [82.59.69.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 189802C24; Mon, 27 Sep 2021 14:10:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 To: Alexey Dokuchaev Cc: Baptiste Daroussin , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> From: Guido Falsi Message-ID: <7efc5dc6-483e-e2e9-b84d-eb37979527f8@FreeBSD.org> Date: Mon, 27 Sep 2021 16:10:14 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 14:10:17 -0000 On 27/09/21 15:47, Alexey Dokuchaev wrote: > On Mon, Sep 27, 2021 at 03:38:09PM +0200, Guido Falsi wrote: >> ... >> I noticed I have the GSTREAMER option disabled in that poudriere jail. >> >> Enabling GSTREAMER again makes it compile. >> >> So while this narrows things down the option should be removed or fixed. > > Please don't remove this very useful option, at most it could be marked as > BROKEN unilt it's fixed. I'll look into it once I have some spare time. I suspect I was not perfectly clear. The option works when enabled, but when disabled brakes the port. So by "removing the option" i meant just that, remove the option and make the functionality mandatory. Most probably I disabled it to avoid some dependencies I don't care to have installed, but I can personally live with those. -- Guido Falsi From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 14:25:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ACC5D6B6CFE; Mon, 27 Sep 2021 14:25:59 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ4gW4Q7Gz3MY1; Mon, 27 Sep 2021 14:25:59 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632752759; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ERrzC6QaUG4xa2jqPCRc0h1gzYt4+GLXFsnaiziqqII=; b=LAkvRyYN5y/IVvsws24fMEqAwN8rTXXB+3F+evIDec0HBecwnhiYzVWdtPltm33TzMxxg5 3vcasuL2az9yrqejH/RBqSSr1IhP1TIwCazZH9KNz8zckEchYQx1+OTHnPirAzEGbY68OQ dYGLGVLgM9KF8lClaj9uxqCUA2JseeeB+NiZu4IFTwzFGj5cST6jj33ARrumwU2iJAqHiD 46//68aFunNRMUm77neWvcCbeA4VY/6gUUnILWUk86hRJxFiaBQA0y14sIMkErDl8qFnIt x6O/h8zisuX1NnuxWJ/h3R3kYBW0MF1eVrdZgmwEgbxbcfW53TZ2FhcD4rqwZg== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 844326559; Mon, 27 Sep 2021 14:25:59 +0000 (UTC) Date: Mon, 27 Sep 2021 14:25:59 +0000 From: Alexey Dokuchaev To: Guido Falsi Cc: Baptiste Daroussin , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 Message-ID: References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> <7efc5dc6-483e-e2e9-b84d-eb37979527f8@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7efc5dc6-483e-e2e9-b84d-eb37979527f8@FreeBSD.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632752759; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ERrzC6QaUG4xa2jqPCRc0h1gzYt4+GLXFsnaiziqqII=; b=GGMjWSV0KISJL3TyFqEi7eIG1UJAr7WOi52E6/c4Yrb95DQrfrUt8gR/DjHbND3XEroere 4zPYuzFK4MSRvC/e01mNiFm/w8F7FB8LG8oj5fpLUsQvf9r2/ySFyGU692C0KN5fMerCoi 5eh9Wb0B6OTyPhmDZ8F04mehfS1FGHfe7YFb8cytMmk/zVNvxTY4y81S08XC6WIJWTV6Wl GpmyXv7Rr8RYltIzRbx4LoQ+TnoZBx+8oZTMrM9VzSjV3xUjWGwWI/5r28Rpq5sA9D81AY wUAl8zCFidFLnUV2uvPDjSQqhlcs+VdnPf+lZEyWkMwreBvpJEBxmYv72biynQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632752759; a=rsa-sha256; cv=none; b=U8RPn6vYmV3K0l7rAWWhMzgjWpoq9SoXbU1kK8O7YnqQmbTnSKIC0DO4FUmCDC/m3REPLT j+M1TpQHzNDTnow7DOiyB3UHmC3+TEBftS3YhpsVZeGCSmgoGZfziMBVACTwIEIAWbRcQ8 JTAxPo/5qqC+1i9EiFx1Qag0QppVg5+TbzcP14pVsP9GXnOyMK9FJrPOrLsA5mJP5FCdW4 te4UqoWmw8nEBYDhJ/WY6RQzDGJCjzoQFnVi809BOR+qU2VyYUY5T9DB9VmzbT6dTAE9RW tGuf6DMZLlFPBELlkgv7If/biw5qKLdj5CTsxW/2Sd71nhwvd9rtATfscnp4ag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 14:25:59 -0000 On Mon, Sep 27, 2021 at 04:10:14PM +0200, Guido Falsi wrote: > On 27/09/21 15:47, Alexey Dokuchaev wrote: > > On Mon, Sep 27, 2021 at 03:38:09PM +0200, Guido Falsi wrote: > >> ... > >> I noticed I have the GSTREAMER option disabled in that poudriere jail. > >> > >> Enabling GSTREAMER again makes it compile. > >> > >> So while this narrows things down the option should be removed or fixed. > > > > Please don't remove this very useful option, at most it could be marked as > > BROKEN unilt it's fixed. I'll look into it once I have some spare time. > > I suspect I was not perfectly clear. The option works when enabled, but > when disabled brakes the port. This was quite clear. I suspect it was me who wasn't clear: when I said "marked as BROKEN" I meant the option, not the port, but even what's not really called for. > So by "removing the option" i meant just that, remove the option and > make the functionality mandatory. And this is what I'm against. I always disable GStreamer in all the ports I can, so this option is important, hence please don't remove it and give those who's motivated enough some time to look into fixing it. It's not a big deal and most users won't notice as it's enabled by default, but removing and then reintroducing it would cause needless repochurn. ./danfe From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 14:30:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F33E6B6C73; Mon, 27 Sep 2021 14:30:06 +0000 (UTC) (envelope-from evgeniy@khramtsov.org) Received: from mxa.khramtsov.org (mxa.khramtsov.org [IPv6:2a0a:e5c0:2:10f::f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ4mG1v6Hz3Mdy; Mon, 27 Sep 2021 14:30:06 +0000 (UTC) (envelope-from evgeniy@khramtsov.org) Received: from mxa.khramtsov.org (mxa.khramtsov.org [IPv6:2a0a:e5c0:2:10f::f]) by mxa.khramtsov.org (Postfix) with ESMTP id 0EA5B1260CD; Mon, 27 Sep 2021 14:29:16 +0000 (UTC) Date: Mon, 27 Sep 2021 17:29:47 +0300 From: Evgeniy Khramtsov To: Baptiste Daroussin , Guido Falsi Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 Message-ID: <20210927142947.2hkxgql7xveyqwxf@vax.khramtsov.org> References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> <20210927134722.ej34iaqktwhjob5q@aniel.nours.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210927134722.ej34iaqktwhjob5q@aniel.nours.eu> X-Rspamd-Queue-Id: 4HJ4mG1v6Hz3Mdy X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 14:30:06 -0000 Confirmed locally: - The revert patch doesn't affect this. - 2.32 could build with GSTREAMER=off, so I'll try to bisect not later than this week. I lack C++ expertise to do a fix other than revert. I think upstream doesn't have a CI for Linux with LLVM toolchain and libc++, unfortunately. Need to check after fixing GSTREAMER=off what CI they have, and if FreeBSD can be added. Sorry for omitting inverted options QA, I was in hurry for security fixes. On Mon, Sep 27, 2021 at 03:47:22PM +0200, Baptiste Daroussin wrote: > On Mon, Sep 27, 2021 at 03:38:09PM +0200, Guido Falsi wrote: > > On 27/09/21 12:43, Guido Falsi wrote: > > > On 27/09/21 12:12, Guido Falsi wrote: > > > > On 27/09/21 12:02, Baptiste Daroussin wrote: > > > > > On Mon, Sep 27, 2021 at 11:30:47AM +0200, Guido Falsi wrote: > > > > > > On 27/09/21 10:40, Baptiste Daroussin wrote: > > > > > > > The branch main has been updated by bapt: > > > > > > > > > > > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 > > > > > > > > > > > > > > > > > > > > > commit 895bc805a975e4d6848427d88063cc8651e36fe4 > > > > > > > Author:     Evgeniy Khramtsov > > > > > > > AuthorDate: 2021-09-22 22:57:30 +0000 > > > > > > > Commit:     Baptiste Daroussin > > > > > > > CommitDate: 2021-09-27 08:38:52 +0000 > > > > > > > > > > > > > >       www/webkit2-gtk3: update to 2.34.0 > > > > > > >       PR:      255528 > > > > > > >       Changes: > > > > > > > https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html > > > > > > > https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html > > > > > > > https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html > > > > > > > https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html > > > > > > > https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html > > > > > > > https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html > > > > > > > https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html > > > > > > > https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html > > > > > > > https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html > > > > > > > https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html > > > > > > > > > > > > Not sure why, but this is failing for me in poudriere, > > > > > > FreeBSD 14.0-CURRENT > > > > > > main-n249429-181bfb42fd0. Cannot investigate further tight now whough. > > > > > > > > > > > > > > > > Strange, I just built it on main-n249556-c96da199458 > > > > > > > > I'll try to investigate further later, unluckily I'm busy right now. > > > > I noticed I have the GSTREAMER option disabled in that poudriere jail. > > > > Enabling GSTREAMER again makes it compile. > > > > So while this narrows things down the option should be removed or fixed. > > Fixed is probably the best idea, let me CC the submitter :D > > Best regards, > Bapt From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 14:39:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E7796B7310; Mon, 27 Sep 2021 14:39:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ4yd1ffvz3NKV; Mon, 27 Sep 2021 14:39:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1929912C3B; Mon, 27 Sep 2021 14:39:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18REd5M5022216; Mon, 27 Sep 2021 14:39:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18REd46d022215; Mon, 27 Sep 2021 14:39:04 GMT (envelope-from git) Date: Mon, 27 Sep 2021 14:39:04 GMT Message-Id: <202109271439.18REd46d022215@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ashish SHUKLA Subject: git: 2f5d5ba96eda - main - irc/soju: update to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ashish X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2f5d5ba96eda4c0ffcdaf348cfcb200cc68e0333 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 14:39:05 -0000 The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f5d5ba96eda4c0ffcdaf348cfcb200cc68e0333 commit 2f5d5ba96eda4c0ffcdaf348cfcb200cc68e0333 Author: Ashish SHUKLA AuthorDate: 2021-09-27 14:38:10 +0000 Commit: Ashish SHUKLA CommitDate: 2021-09-27 14:38:57 +0000 irc/soju: update to 0.2.1 - Remove already upstreamed patch --- irc/soju/Makefile | 3 +-- irc/soju/distinfo | 6 +++--- irc/soju/files/patch-cmd_soju_main.go | 9 --------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/irc/soju/Makefile b/irc/soju/Makefile index d3cffb881a1f..8da0fa181cf5 100644 --- a/irc/soju/Makefile +++ b/irc/soju/Makefile @@ -1,7 +1,6 @@ PORTNAME= soju DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 -PORTREVISION= 1 +DISTVERSION= 0.2.1 CATEGORIES= irc MASTER_SITES= https://git.sr.ht/~emersion/go-scfg/archive/:goscfg \ https://git.sr.ht/~sircmpwn/go-bare/archive/:gobare diff --git a/irc/soju/distinfo b/irc/soju/distinfo index c59b42216f73..9d22772e91b5 100644 --- a/irc/soju/distinfo +++ b/irc/soju/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1631871991 +TIMESTAMP = 1632752559 SHA256 (142a8aa629fc.tar.gz) = e4207bf970ca3bee03c7e71759af7dbe8f937fcf7a34a541af10ea2c7109a216 SIZE (142a8aa629fc.tar.gz) = 3112 SHA256 (ab86bc2846d9.tar.gz) = 97243a3ef98a3038a04ca8fb61af72d8323057312a67a8a3336772c11871f9a9 SIZE (ab86bc2846d9.tar.gz) = 24974 -SHA256 (emersion-soju-v0.2.0_GH0.tar.gz) = 58186fc2e51633d17f09ae8d9dd28c5e01360b272fca61a775493ce8f6c876fc -SIZE (emersion-soju-v0.2.0_GH0.tar.gz) = 87141 +SHA256 (emersion-soju-v0.2.1_GH0.tar.gz) = 3558db9f78da3d0311b45e42307ef01af3218156b0370d85a1d7eef4d2811559 +SIZE (emersion-soju-v0.2.1_GH0.tar.gz) = 87378 SHA256 (emersion-go-sasl-7bfe0ed36a21_GH0.tar.gz) = 81a37103a797ba674f0d023c98165ec84a45799971d8834e345077d084abbbb7 SIZE (emersion-go-sasl-7bfe0ed36a21_GH0.tar.gz) = 7106 SHA256 (go-irc-irc-v3.1.4_GH0.tar.gz) = 80d869495bbc0e732cb33760833a7d3c35a25e0dbd3a720f57bfbf86884d2f87 diff --git a/irc/soju/files/patch-cmd_soju_main.go b/irc/soju/files/patch-cmd_soju_main.go deleted file mode 100644 index f0a2a1f03f41..000000000000 --- a/irc/soju/files/patch-cmd_soju_main.go +++ /dev/null @@ -1,9 +0,0 @@ ---- cmd/soju/main.go.orig 2021-09-13 12:23:33 UTC -+++ cmd/soju/main.go -@@ -253,5 +253,6 @@ func proxyProtoListener(ln net.Listener, srv *soju.Ser - } - return proxyproto.IGNORE, nil - }, -+ ReadHeaderTimeout: 5 * time.Second, - } - } From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 14:49:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 770996B70FC; Mon, 27 Sep 2021 14:49:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ5BJ2x1sz3Q2t; Mon, 27 Sep 2021 14:49:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 415FD12F54; Mon, 27 Sep 2021 14:49:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18REnCXq035908; Mon, 27 Sep 2021 14:49:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18REnCrl035907; Mon, 27 Sep 2021 14:49:12 GMT (envelope-from git) Date: Mon, 27 Sep 2021 14:49:12 GMT Message-Id: <202109271449.18REnCrl035907@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ashish SHUKLA Subject: git: 950cb3e67cc0 - main - www/element-web: Update to 1.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ashish X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 950cb3e67cc0694edb2d8302c0661737493841ba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 14:49:12 -0000 The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=950cb3e67cc0694edb2d8302c0661737493841ba commit 950cb3e67cc0694edb2d8302c0661737493841ba Author: Ashish SHUKLA AuthorDate: 2021-09-27 14:47:53 +0000 Commit: Ashish SHUKLA CommitDate: 2021-09-27 14:47:53 +0000 www/element-web: Update to 1.9.0 Approved by: maintainer (implicit, version bump, as per PR 258262) --- www/element-web/Makefile | 2 +- www/element-web/distinfo | 6 +- www/element-web/pkg-plist | 210 +++++++++++++++++++++++----------------------- 3 files changed, 109 insertions(+), 109 deletions(-) diff --git a/www/element-web/Makefile b/www/element-web/Makefile index 2e7bdfb8f793..92d6f03c8324 100644 --- a/www/element-web/Makefile +++ b/www/element-web/Makefile @@ -1,6 +1,6 @@ PORTNAME= element DISTVERSIONPREFIX= v -DISTVERSION= 1.8.4 +DISTVERSION= 1.9.0 CATEGORIES= www MASTER_SITES= https://github.com/vector-im/element-web/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= -web diff --git a/www/element-web/distinfo b/www/element-web/distinfo index 9d6c3432b4e3..eb6458af89fe 100644 --- a/www/element-web/distinfo +++ b/www/element-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631558219 -SHA256 (element-v1.8.4.tar.gz) = 5787a44ace859920a95059408a94f2add7b8cfe12b4026fdcf392d6d7f18b42f -SIZE (element-v1.8.4.tar.gz) = 15923134 +TIMESTAMP = 1632753861 +SHA256 (element-v1.9.0.tar.gz) = 40c2dad41833f5f780011f4f2955c0ce5443ced2416671881be4ac3e0c2f611c +SIZE (element-v1.9.0.tar.gz) = 15631650 diff --git a/www/element-web/pkg-plist b/www/element-web/pkg-plist index d5474fc4d718..7ecb3d19ba19 100644 --- a/www/element-web/pkg-plist +++ b/www/element-web/pkg-plist @@ -1,80 +1,80 @@ -%%WWWDIR%%/8e3ab70aa1f93ebcc0d1.worker.js -%%WWWDIR%%/8e3ab70aa1f93ebcc0d1.worker.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/0.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/0.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/1.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/1.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/2.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/2.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/24.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/24.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/25.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/25.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/26.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/26.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/27.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/27.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/28.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/28.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/29.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/29.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/3.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/3.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/30.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/30.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/4.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/4.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/5.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/5.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/6.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/6.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/7.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/7.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/bundle.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/bundle.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/bundle.js.LICENSE.txt -%%WWWDIR%%/bundles/54f5339d2374e0da110a/bundle.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/compatibility-view.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/compatibility-view.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/compatibility-view.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/element-web-app.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/element-web-app.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/element-web-component-index.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/element-web-component-index.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/error-view.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/error-view.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/error-view.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/init.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/init.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/jitsi.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/jitsi.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/jitsi.js.LICENSE.txt -%%WWWDIR%%/bundles/54f5339d2374e0da110a/jitsi.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/mobileguide.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/mobileguide.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-dark-custom.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-dark-custom.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-dark-custom.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-dark.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-dark.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-dark.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-legacy-dark.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-legacy-dark.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-legacy-dark.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-legacy.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-legacy.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-legacy.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-light-custom.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-light-custom.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-light-custom.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-light.css -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-light.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/theme-light.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/usercontent.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/usercontent.js.map -%%WWWDIR%%/bundles/54f5339d2374e0da110a/vendors~init.js -%%WWWDIR%%/bundles/54f5339d2374e0da110a/vendors~init.js.LICENSE.txt -%%WWWDIR%%/bundles/54f5339d2374e0da110a/vendors~init.js.map +%%WWWDIR%%/377627b798e45e1a8885.worker.js +%%WWWDIR%%/377627b798e45e1a8885.worker.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/0.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/0.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/1.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/1.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/2.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/2.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/24.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/24.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/25.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/25.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/26.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/26.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/27.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/27.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/28.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/28.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/29.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/29.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/3.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/3.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/30.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/30.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/4.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/4.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/5.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/5.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/6.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/6.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/7.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/7.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/bundle.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/bundle.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/bundle.js.LICENSE.txt +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/bundle.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/compatibility-view.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/compatibility-view.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/compatibility-view.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/element-web-app.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/element-web-app.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/element-web-component-index.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/element-web-component-index.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/error-view.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/error-view.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/error-view.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/init.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/init.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/jitsi.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/jitsi.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/jitsi.js.LICENSE.txt +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/jitsi.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/mobileguide.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/mobileguide.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-dark-custom.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-dark-custom.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-dark-custom.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-dark.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-dark.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-dark.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-legacy-dark.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-legacy-dark.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-legacy-dark.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-legacy-light.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-legacy-light.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-legacy-light.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-light-custom.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-light-custom.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-light-custom.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-light.css +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-light.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/theme-light.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/usercontent.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/usercontent.js.map +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/vendors~init.js +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/vendors~init.js.LICENSE.txt +%%WWWDIR%%/bundles/f2060cfcfa9f5c1ec16a/vendors~init.js.map %%WWWDIR%%/config.sample.json %%WWWDIR%%/contribute.json %%WWWDIR%%/decoder-ring/datatypes.js @@ -170,52 +170,51 @@ %%WWWDIR%%/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.8aee240.woff2 %%WWWDIR%%/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.293e5ba.woff2 %%WWWDIR%%/i18n/bg.4b5932f.json -%%WWWDIR%%/i18n/ca.0dd8067.json -%%WWWDIR%%/i18n/cs.282d29f.json +%%WWWDIR%%/i18n/ca.05a7c99.json +%%WWWDIR%%/i18n/cs.ea2e9ff.json %%WWWDIR%%/i18n/da.a884aa6.json -%%WWWDIR%%/i18n/de_DE.959eb39.json +%%WWWDIR%%/i18n/de_DE.0341c75.json %%WWWDIR%%/i18n/el.800c2ea.json -%%WWWDIR%%/i18n/en_EN.ede9f02.json +%%WWWDIR%%/i18n/en_EN.74565c2.json %%WWWDIR%%/i18n/en_US.09e5089.json -%%WWWDIR%%/i18n/eo.19e6907.json -%%WWWDIR%%/i18n/es.d979a74.json -%%WWWDIR%%/i18n/et.93c376e.json +%%WWWDIR%%/i18n/eo.750dc6d.json +%%WWWDIR%%/i18n/es.72eb5ed.json +%%WWWDIR%%/i18n/et.c9f183c.json %%WWWDIR%%/i18n/eu.861a26e.json %%WWWDIR%%/i18n/fi.b7f8798.json -%%WWWDIR%%/i18n/fr.60123b6.json -%%WWWDIR%%/i18n/gl.d180102.json +%%WWWDIR%%/i18n/fr.1c19a5b.json +%%WWWDIR%%/i18n/gl.6bf7b63.json %%WWWDIR%%/i18n/he.b3a5901.json %%WWWDIR%%/i18n/hi.bd40c94.json -%%WWWDIR%%/i18n/hu.2a8e98b.json +%%WWWDIR%%/i18n/hu.e075694.json %%WWWDIR%%/i18n/is.0ca93e6.json -%%WWWDIR%%/i18n/it.01158b7.json -%%WWWDIR%%/i18n/ja.962cd3e.json +%%WWWDIR%%/i18n/it.b64bfc6.json +%%WWWDIR%%/i18n/ja.cffb768.json %%WWWDIR%%/i18n/jbo.bf20f59.json %%WWWDIR%%/i18n/kab.cd3937e.json %%WWWDIR%%/i18n/ko.b4efaed.json -%%WWWDIR%%/i18n/languages.507b259.json +%%WWWDIR%%/i18n/languages.1d0bc35.json %%WWWDIR%%/i18n/languages.json %%WWWDIR%%/i18n/lt.36b3649.json %%WWWDIR%%/i18n/lv.148434d.json %%WWWDIR%%/i18n/nb_NO.949166f.json -%%WWWDIR%%/i18n/nl.efe7009.json +%%WWWDIR%%/i18n/nl.9648a2c.json %%WWWDIR%%/i18n/nn.58aa961.json -%%WWWDIR%%/i18n/pl.a4f44e2.json +%%WWWDIR%%/i18n/pl.a4a8fba.json %%WWWDIR%%/i18n/pt.ed9c123.json -%%WWWDIR%%/i18n/pt_BR.ae9bd23.json -%%WWWDIR%%/i18n/ru.381bcec.json +%%WWWDIR%%/i18n/pt_BR.7aa5997.json +%%WWWDIR%%/i18n/ru.74b6b73.json %%WWWDIR%%/i18n/sk.90e8e24.json -%%WWWDIR%%/i18n/sq.ed5d667.json +%%WWWDIR%%/i18n/sq.ced108c.json %%WWWDIR%%/i18n/sr.8d915b4.json -%%WWWDIR%%/i18n/sv.8ce1d29.json +%%WWWDIR%%/i18n/sv.effe7a4.json %%WWWDIR%%/i18n/te.3234605.json -%%WWWDIR%%/i18n/th.d9649f0.json +%%WWWDIR%%/i18n/th.da1cf0c.json %%WWWDIR%%/i18n/tr.cbb462b.json -%%WWWDIR%%/i18n/uk.19e281e.json +%%WWWDIR%%/i18n/uk.9fa8d14.json %%WWWDIR%%/i18n/vls.b42f7e8.json -%%WWWDIR%%/i18n/zh_Hans.751f697.json -%%WWWDIR%%/i18n/zh_Hant.62b2278.json -%%WWWDIR%%/img/betas/spaces.475c2e5.png +%%WWWDIR%%/i18n/zh_Hans.bbee871.json +%%WWWDIR%%/i18n/zh_Hant.b0b1d85.json %%WWWDIR%%/img/camera.2f271b6.svg %%WWWDIR%%/img/cancel-small.495f44c.svg %%WWWDIR%%/img/cancel.4b9715b.svg @@ -262,6 +261,7 @@ %%WWWDIR%%/img/element-icons/lock.1f264bd.svg %%WWWDIR%%/img/element-icons/message/chevron-up.90f4709.svg %%WWWDIR%%/img/element-icons/message/fwd.d1f50ee.svg +%%WWWDIR%%/img/element-icons/message/thread.1f48874.svg %%WWWDIR%%/img/element-icons/notifications.d298b39.svg %%WWWDIR%%/img/element-icons/pause.c4c0886.svg %%WWWDIR%%/img/element-icons/play.a72552b.svg @@ -449,10 +449,10 @@ %%WWWDIR%%/mobile_guide/index.html %%WWWDIR%%/olm.91fced0.wasm %%WWWDIR%%/olm_legacy.js -%%WWWDIR%%/opus-decoderWorker.min.6fe2ced.js -%%WWWDIR%%/opus-encoderWorker.min.b4c5d1b.js -%%WWWDIR%%/recorder-worklet.342e864.js -%%WWWDIR%%/recorder-worklet.342e864.js.map +%%WWWDIR%%/opus-decoderWorker.min.0bf459c.js +%%WWWDIR%%/opus-encoderWorker.min.c72fcd6.js +%%WWWDIR%%/recorder-worklet.7602083.js +%%WWWDIR%%/recorder-worklet.7602083.js.map %%WWWDIR%%/static/incompatible-browser.html %%WWWDIR%%/static/unable-to-load.html %%WWWDIR%%/sw.js From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:02:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 780D36B74F2; Mon, 27 Sep 2021 15:02:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ5TB2twGz3QJw; Mon, 27 Sep 2021 15:02:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4459612DD2; Mon, 27 Sep 2021 15:02:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RF26Dh061459; Mon, 27 Sep 2021 15:02:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RF26BD061458; Mon, 27 Sep 2021 15:02:06 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:02:06 GMT Message-Id: <202109271502.18RF26BD061458@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 09b0d7764386 - main - databases/mariadb105-server: fix build on powerpc64le MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 09b0d776438600cc33e3c83f1a7273688bf156a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:02:06 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=09b0d776438600cc33e3c83f1a7273688bf156a7 commit 09b0d776438600cc33e3c83f1a7273688bf156a7 Author: Piotr Kubaj AuthorDate: 2021-09-27 14:59:55 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-27 14:59:55 +0000 databases/mariadb105-server: fix build on powerpc64le Add FreeBSD variants for Linux-only code. --- .../files/patch-include_my__cpu.h | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/databases/mariadb105-server/files/patch-include_my__cpu.h b/databases/mariadb105-server/files/patch-include_my__cpu.h new file mode 100644 index 000000000000..e205cbfa05e2 --- /dev/null +++ b/databases/mariadb105-server/files/patch-include_my__cpu.h @@ -0,0 +1,48 @@ +--- include/my_cpu.h.orig 2021-09-27 13:32:48 UTC ++++ include/my_cpu.h +@@ -23,7 +23,8 @@ + The defines are the same ones used by the linux kernel + */ + +-#ifdef _ARCH_PWR8 ++#if defined(_ARCH_PWR8) ++#if defined(linux) + #include + /* Very low priority */ + #define HMT_very_low() __ppc_set_ppr_very_low() +@@ -37,6 +38,22 @@ + #define HMT_medium_high() __ppc_set_ppr_med_high() + /* High priority */ + #define HMT_high() asm volatile("or 3,3,3") ++#elif defined(__FreeBSD__) ++#include ++#include ++/* Very low priority */ ++#define HMT_very_low() __asm__ volatile ("or 31,31,31") ++/* Low priority */ ++#define HMT_low() __asm__ volatile ("or 1,1,1") ++/* Medium low priority */ ++#define HMT_medium_low() __asm__ volatile ("or 6,6,6") ++/* Medium priority */ ++#define HMT_medium() __asm__ volatile ("or 2,2,2") ++/* Medium high priority */ ++#define HMT_medium_high() __asm__ volatile ("or 5,5,5") ++/* High priority */ ++#define HMT_high() asm volatile("or 3,3,3") ++#endif + #else + #define HMT_very_low() + #define HMT_low() +@@ -81,7 +98,12 @@ static inline void MY_RELAX_CPU(void) + __asm__ __volatile__ ("pause"); + #endif + #elif defined(_ARCH_PWR8) ++#if defined(linux) + __ppc_get_timebase(); ++#elif defined(__FreeBSD__) ++ uint64_t __tb; ++ __asm__ volatile ("mfspr %0, 268" : "=r" (__tb)); ++#endif + #elif defined __GNUC__ && (defined __arm__ || defined __aarch64__) + /* Mainly, prevent the compiler from optimizing away delay loops */ + #ifdef _aarch64_ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:02:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 857416B789D; Mon, 27 Sep 2021 15:02:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ5T91t5Pz3QRw; Mon, 27 Sep 2021 15:02:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 20E2D1318F; Mon, 27 Sep 2021 15:02:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RF25nY061435; Mon, 27 Sep 2021 15:02:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RF25xt061434; Mon, 27 Sep 2021 15:02:05 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:02:05 GMT Message-Id: <202109271502.18RF25xt061434@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: f74356590dc7 - main - databases/libpbl: unbreak on all architectures MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f74356590dc7d69760c434aa7493c2f1c41fcdd1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:02:05 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f74356590dc7d69760c434aa7493c2f1c41fcdd1 commit f74356590dc7d69760c434aa7493c2f1c41fcdd1 Author: Piotr Kubaj AuthorDate: 2021-09-27 14:59:54 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-27 14:59:54 +0000 databases/libpbl: unbreak on all architectures Tested on armv7. --- databases/libpbl/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/databases/libpbl/Makefile b/databases/libpbl/Makefile index afc1085adad4..65552877ad2a 100644 --- a/databases/libpbl/Makefile +++ b/databases/libpbl/Makefile @@ -14,10 +14,6 @@ LICENSE= LGPL21+ MAKEFILE= makefile TEST_TARGET= test -BROKEN_armv6= Fails to build: cannot compile pblPerform.c -BROKEN_armv7= Fails to build: cannot compile pblPerform.c -BROKEN_mips= Fails to build: cannot compile pblPerform.c - WRKSRC= ${WRKDIR}/${DISTNAME}/src PLIST_FILES= include/pbl.h \ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:02:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA5E56B78A3; Mon, 27 Sep 2021 15:02:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ5TC4BMDz3QK2; Mon, 27 Sep 2021 15:02:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A57B12EF0; Mon, 27 Sep 2021 15:02:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RF279F061483; Mon, 27 Sep 2021 15:02:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RF27Yk061482; Mon, 27 Sep 2021 15:02:07 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:02:07 GMT Message-Id: <202109271502.18RF27Yk061482@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: ab9e723ecd1c - main - databases/mariadb104-server: fix build on powerpc64le MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ab9e723ecd1c68a2cb9bb8c479b7e19dd825db26 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:02:07 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab9e723ecd1c68a2cb9bb8c479b7e19dd825db26 commit ab9e723ecd1c68a2cb9bb8c479b7e19dd825db26 Author: Piotr Kubaj AuthorDate: 2021-09-27 14:59:56 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-27 14:59:56 +0000 databases/mariadb104-server: fix build on powerpc64le Same fix as for databases/mariadb105-server. --- .../files/patch-include_my__cpu.h | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/databases/mariadb104-server/files/patch-include_my__cpu.h b/databases/mariadb104-server/files/patch-include_my__cpu.h new file mode 100644 index 000000000000..e205cbfa05e2 --- /dev/null +++ b/databases/mariadb104-server/files/patch-include_my__cpu.h @@ -0,0 +1,48 @@ +--- include/my_cpu.h.orig 2021-09-27 13:32:48 UTC ++++ include/my_cpu.h +@@ -23,7 +23,8 @@ + The defines are the same ones used by the linux kernel + */ + +-#ifdef _ARCH_PWR8 ++#if defined(_ARCH_PWR8) ++#if defined(linux) + #include + /* Very low priority */ + #define HMT_very_low() __ppc_set_ppr_very_low() +@@ -37,6 +38,22 @@ + #define HMT_medium_high() __ppc_set_ppr_med_high() + /* High priority */ + #define HMT_high() asm volatile("or 3,3,3") ++#elif defined(__FreeBSD__) ++#include ++#include ++/* Very low priority */ ++#define HMT_very_low() __asm__ volatile ("or 31,31,31") ++/* Low priority */ ++#define HMT_low() __asm__ volatile ("or 1,1,1") ++/* Medium low priority */ ++#define HMT_medium_low() __asm__ volatile ("or 6,6,6") ++/* Medium priority */ ++#define HMT_medium() __asm__ volatile ("or 2,2,2") ++/* Medium high priority */ ++#define HMT_medium_high() __asm__ volatile ("or 5,5,5") ++/* High priority */ ++#define HMT_high() asm volatile("or 3,3,3") ++#endif + #else + #define HMT_very_low() + #define HMT_low() +@@ -81,7 +98,12 @@ static inline void MY_RELAX_CPU(void) + __asm__ __volatile__ ("pause"); + #endif + #elif defined(_ARCH_PWR8) ++#if defined(linux) + __ppc_get_timebase(); ++#elif defined(__FreeBSD__) ++ uint64_t __tb; ++ __asm__ volatile ("mfspr %0, 268" : "=r" (__tb)); ++#endif + #elif defined __GNUC__ && (defined __arm__ || defined __aarch64__) + /* Mainly, prevent the compiler from optimizing away delay loops */ + #ifdef _aarch64_ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:29:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 559C56680C2; Mon, 27 Sep 2021 15:29:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ65J1fJ8z3k5M; Mon, 27 Sep 2021 15:29:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FB53137D3; Mon, 27 Sep 2021 15:29:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFTuG6089230; Mon, 27 Sep 2021 15:29:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFTtfO089229; Mon, 27 Sep 2021 15:29:55 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:29:55 GMT Message-Id: <202109271529.18RFTtfO089229@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mikael Urankar Subject: git: ab84ba53f1bd - main - devel/libconcurrent: Update to 20210731 snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ab84ba53f1bd30e057323bc0ee7e277c5716256f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:29:56 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab84ba53f1bd30e057323bc0ee7e277c5716256f commit ab84ba53f1bd30e057323bc0ee7e277c5716256f Author: Mikael Urankar AuthorDate: 2021-09-27 15:18:15 +0000 Commit: Mikael Urankar CommitDate: 2021-09-27 15:29:53 +0000 devel/libconcurrent: Update to 20210731 snapshot While here fix build on aarch64. --- devel/libconcurrent/Makefile | 5 ++--- devel/libconcurrent/distinfo | 6 +++--- devel/libconcurrent/files/patch-makefile | 16 ++++++++++++++++ 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/devel/libconcurrent/Makefile b/devel/libconcurrent/Makefile index 80c07e04fc9c..2c47568600d8 100644 --- a/devel/libconcurrent/Makefile +++ b/devel/libconcurrent/Makefile @@ -1,6 +1,5 @@ PORTNAME= libconcurrent -PORTVERSION= 0.0.20160629 -PORTREVISION= 3 +PORTVERSION= 0.0.20210731 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org @@ -17,7 +16,7 @@ USES= gmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= sharow # Rolling release -GH_TAGNAME= d84e7374c89be147ed7c0ba0fe844dad7f7ebb3e +GH_TAGNAME= 50fe214cac8e17a8bdafdcf37c20365cbbc0caa4 MAKEFILE= makefile MAKE_ARGS= LIBCONCURRENT_DESTDIR=${STAGEDIR}${PREFIX} diff --git a/devel/libconcurrent/distinfo b/devel/libconcurrent/distinfo index 6e6684348552..ecb71800049b 100644 --- a/devel/libconcurrent/distinfo +++ b/devel/libconcurrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513271521 -SHA256 (sharow-libconcurrent-0.0.20160629-d84e7374c89be147ed7c0ba0fe844dad7f7ebb3e_GH0.tar.gz) = 109acebc18bf81f16046e5f5011544ae4c849a8c1d31daebd7395fb0413b6a6f -SIZE (sharow-libconcurrent-0.0.20160629-d84e7374c89be147ed7c0ba0fe844dad7f7ebb3e_GH0.tar.gz) = 10374 +TIMESTAMP = 1632677911 +SHA256 (sharow-libconcurrent-0.0.20210731-50fe214cac8e17a8bdafdcf37c20365cbbc0caa4_GH0.tar.gz) = a941b567f872ac4f3abfa8cb59c1e5104cc95ffa3e87d6dc522afe16120c6413 +SIZE (sharow-libconcurrent-0.0.20210731-50fe214cac8e17a8bdafdcf37c20365cbbc0caa4_GH0.tar.gz) = 11771 diff --git a/devel/libconcurrent/files/patch-makefile b/devel/libconcurrent/files/patch-makefile new file mode 100644 index 000000000000..a31b2fbe37cb --- /dev/null +++ b/devel/libconcurrent/files/patch-makefile @@ -0,0 +1,16 @@ +https://github.com/sharow/libconcurrent/pull/15 + +--- makefile.orig 2021-09-27 11:43:44 UTC ++++ makefile +@@ -66,6 +66,11 @@ else ifeq ($(LIBCONCURRENT_ARCH),arm64) # MacOS, iOS, + LIBCONCURRENT_ARCH_BITS=64 + AS=as + ASFLAGS= ++ else ifeq ($(SYSTEM), FreeBSD) ++ ARCH=aarch64 ++ ARCH_BITS=64 ++ AS=as ++ ASFLAGS= + endif + else ifeq ($(LIBCONCURRENT_ARCH), aarch64) # Linux + LIBCONCURRENT_ARCH=aarch64 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:50:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9CE16B7C7C; Mon, 27 Sep 2021 15:50:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6Y75bYNz3kx7; Mon, 27 Sep 2021 15:50:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9532013AC4; Mon, 27 Sep 2021 15:50:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFoZhh023510; Mon, 27 Sep 2021 15:50:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFoZuU023509; Mon, 27 Sep 2021 15:50:35 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:50:35 GMT Message-Id: <202109271550.18RFoZuU023509@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Stefan E=C3=9Fer?= Subject: git: a642f92e86d3 - main - misc/py-pexpect: fix most of the test cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: se X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a642f92e86d3b022e67d99f1c1dbd9fe6499c634 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:50:35 -0000 The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=a642f92e86d3b022e67d99f1c1dbd9fe6499c634 commit a642f92e86d3b022e67d99f1c1dbd9fe6499c634 Author: Stefan Eßer AuthorDate: 2021-09-27 13:49:11 +0000 Commit: Stefan Eßer CommitDate: 2021-09-27 15:49:50 +0000 misc/py-pexpect: fix most of the test cases A number of test cases included in the pexpect distribution failed on FreeBSD. The patches included in the commit fix most of these tests. One of the tests used /bin/bash and long options for the nl command. Other tests assumed pipe buffers larger than provided by FreeBSD. 3 tests are still failing: tests/test_replwrap.py::REPLWrapTestCase::test_existing_spawn FAILED The text received contains bracketed paste escape characters when a bash version 5.1 or newer is installed. There may be another problem with this test, though, since it seems to depend on some bash rc file of the account executing this test. tests/test_socket.py::ExpectTestCase::test_interrupt FAILED tests/test_socket.py::ExpectTestCase::test_multiple_interrupts FAILED These two test seem to fail due to an early exit of the sending process. It appears to be in Zombie state and cannot be signaled. The "non-blocking read" seems to be blocking in this situation. The real cause is unclear, it seems to be a mismatch between process lifetime semantics in Linux and FreeBSD. I have removed an infinite wait loop with these patches, which causes a test failure to be detected (instead of preventing the execution of any further test cases). I have created a pull request on Github to get these patches into the upstream, but it seems that the owner of the pexpect repository is not very active. Approved by: sunpoet (maintainer) --- misc/py-pexpect/Makefile | 1 + misc/py-pexpect/files/patch-pexpect_bashrc.sh | 8 ++++ .../files/patch-tests_PexpectTestCase.py | 11 +++++ misc/py-pexpect/files/patch-tests_test__expect.py | 47 ++++++++++++++++++++++ misc/py-pexpect/files/patch-tests_test__misc.py | 20 +++++++++ .../files/patch-tests_test__popen__spawn.py | 20 +++++++++ .../py-pexpect/files/patch-tests_test__replwrap.py | 11 +++++ misc/py-pexpect/files/patch-tests_test__socket.py | 26 ++++++++++++ 8 files changed, 144 insertions(+) diff --git a/misc/py-pexpect/Makefile b/misc/py-pexpect/Makefile index bfd97b12b97f..c234ebf85a97 100644 --- a/misc/py-pexpect/Makefile +++ b/misc/py-pexpect/Makefile @@ -2,6 +2,7 @@ PORTNAME= pexpect PORTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pexpect/files/patch-pexpect_bashrc.sh b/misc/py-pexpect/files/patch-pexpect_bashrc.sh new file mode 100644 index 000000000000..da3b2719271c --- /dev/null +++ b/misc/py-pexpect/files/patch-pexpect_bashrc.sh @@ -0,0 +1,8 @@ +--- pexpect/bashrc.sh.orig 2020-01-17 17:08:15 UTC ++++ pexpect/bashrc.sh +@@ -14,3 +14,5 @@ PS1="$" + + # Unset PROMPT_COMMAND, so that it can't change PS1 to something unexpected. + unset PROMPT_COMMAND ++ ++bind 'set enable-bracketed-paste off' diff --git a/misc/py-pexpect/files/patch-tests_PexpectTestCase.py b/misc/py-pexpect/files/patch-tests_PexpectTestCase.py new file mode 100644 index 000000000000..4f71643ec7f1 --- /dev/null +++ b/misc/py-pexpect/files/patch-tests_PexpectTestCase.py @@ -0,0 +1,11 @@ +--- tests/PexpectTestCase.py.orig 2020-01-17 17:08:15 UTC ++++ tests/PexpectTestCase.py +@@ -97,7 +97,7 @@ class PexpectTestCase(unittest.TestCase): + raise AssertionError("%s was not raised" % excClass) + + @contextlib.contextmanager +- def assertRaisesRegexp(self, excClass, pattern): ++ def assertRaisesRegex(self, excClass, pattern): + import re + try: + yield diff --git a/misc/py-pexpect/files/patch-tests_test__expect.py b/misc/py-pexpect/files/patch-tests_test__expect.py new file mode 100644 index 000000000000..5d068493d7e9 --- /dev/null +++ b/misc/py-pexpect/files/patch-tests_test__expect.py @@ -0,0 +1,47 @@ +--- tests/test_expect.py.orig 2021-09-22 12:21:58 UTC ++++ tests/test_expect.py +@@ -411,7 +411,7 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase): + def test_before_across_chunks(self): + # https://github.com/pexpect/pexpect/issues/478 + child = pexpect.spawn( +- '''/bin/bash -c "openssl rand -base64 {} 2>/dev/null | head -500 | nl --number-format=rz --number-width=5 2>&1 ; echo 'PATTERN!!!'"'''.format(1024 * 1024 * 2), ++ '''/bin/sh -c "openssl rand -base64 {} 2>/dev/null | head -500 | nl -n rz -w 5 2>&1 ; echo 'PATTERN!!!'"'''.format(1024 * 1024 * 2), + searchwindowsize=128 + ) + child.expect(['PATTERN']) +@@ -456,7 +456,7 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase): + child = pexpect.spawn('cat', echo=False) + child.sendline('BEGIN') + for i in range(100): +- child.sendline('foo' * 100) ++ child.sendline('foo' * 10) + e = child.expect([b'xyzzy', pexpect.TIMEOUT], + searchwindowsize=10, timeout=0.001) + self.assertEqual(e, 1) +@@ -473,7 +473,7 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase): + child = pexpect.spawn('cat', echo=False) + child.sendline('BEGIN') + for i in range(100): +- child.sendline('foo' * 100) ++ child.sendline('foo' * 10) + e = child.expect([b'xyzzy', pexpect.TIMEOUT], + searchwindowsize=10, timeout=0.5) + self.assertEqual(e, 1) +@@ -569,13 +569,13 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase) + + def test_bad_arg(self): + p = pexpect.spawn('cat') +- with self.assertRaisesRegexp(TypeError, '.*must be one of'): ++ with self.assertRaisesRegex(TypeError, '.*must be one of'): + p.expect(1) +- with self.assertRaisesRegexp(TypeError, '.*must be one of'): ++ with self.assertRaisesRegex(TypeError, '.*must be one of'): + p.expect([1, b'2']) +- with self.assertRaisesRegexp(TypeError, '.*must be one of'): ++ with self.assertRaisesRegex(TypeError, '.*must be one of'): + p.expect_exact(1) +- with self.assertRaisesRegexp(TypeError, '.*must be one of'): ++ with self.assertRaisesRegex(TypeError, '.*must be one of'): + p.expect_exact([1, b'2']) + + def test_timeout_none(self): diff --git a/misc/py-pexpect/files/patch-tests_test__misc.py b/misc/py-pexpect/files/patch-tests_test__misc.py new file mode 100644 index 000000000000..668854c6b5de --- /dev/null +++ b/misc/py-pexpect/files/patch-tests_test__misc.py @@ -0,0 +1,20 @@ +--- tests/test_misc.py.orig 2020-01-17 17:08:15 UTC ++++ tests/test_misc.py +@@ -214,7 +214,7 @@ class TestCaseMisc(PexpectTestCase.PexpectTestCase): + # Force an invalid state to test isalive + child.ptyproc.terminated = 0 + try: +- with self.assertRaisesRegexp(pexpect.ExceptionPexpect, ++ with self.assertRaisesRegex(pexpect.ExceptionPexpect, + ".*" + expect_errmsg): + child.isalive() + finally: +@@ -224,7 +224,7 @@ class TestCaseMisc(PexpectTestCase.PexpectTestCase): + def test_bad_arguments_suggest_fdpsawn(self): + " assert custom exception for spawn(int). " + expect_errmsg = "maybe you want to use fdpexpect.fdspawn" +- with self.assertRaisesRegexp(pexpect.ExceptionPexpect, ++ with self.assertRaisesRegex(pexpect.ExceptionPexpect, + ".*" + expect_errmsg): + pexpect.spawn(1) + diff --git a/misc/py-pexpect/files/patch-tests_test__popen__spawn.py b/misc/py-pexpect/files/patch-tests_test__popen__spawn.py new file mode 100644 index 000000000000..e95c4f38abf9 --- /dev/null +++ b/misc/py-pexpect/files/patch-tests_test__popen__spawn.py @@ -0,0 +1,20 @@ +--- tests/test_popen_spawn.py.orig 2020-01-17 17:08:15 UTC ++++ tests/test_popen_spawn.py +@@ -110,13 +110,13 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase) + + def test_bad_arg(self): + p = PopenSpawn('cat') +- with self.assertRaisesRegexp(TypeError, '.*must be one of'): ++ with self.assertRaisesRegex(TypeError, '.*must be one of'): + p.expect(1) +- with self.assertRaisesRegexp(TypeError, '.*must be one of'): ++ with self.assertRaisesRegex(TypeError, '.*must be one of'): + p.expect([1, b'2']) +- with self.assertRaisesRegexp(TypeError, '.*must be one of'): ++ with self.assertRaisesRegex(TypeError, '.*must be one of'): + p.expect_exact(1) +- with self.assertRaisesRegexp(TypeError, '.*must be one of'): ++ with self.assertRaisesRegex(TypeError, '.*must be one of'): + p.expect_exact([1, b'2']) + + def test_timeout_none(self): diff --git a/misc/py-pexpect/files/patch-tests_test__replwrap.py b/misc/py-pexpect/files/patch-tests_test__replwrap.py new file mode 100644 index 000000000000..7f98316ee132 --- /dev/null +++ b/misc/py-pexpect/files/patch-tests_test__replwrap.py @@ -0,0 +1,11 @@ +--- tests/test_replwrap.py.orig 2021-09-22 14:15:55 UTC ++++ tests/test_replwrap.py +@@ -24,7 +24,7 @@ class REPLWrapTestCase(unittest.TestCase): + + def test_bash(self): + bash = replwrap.bash() +- res = bash.run_command("alias") ++ res = bash.run_command("alias xyzzy=true; alias") + assert 'alias' in res, res + + try: diff --git a/misc/py-pexpect/files/patch-tests_test__socket.py b/misc/py-pexpect/files/patch-tests_test__socket.py new file mode 100644 index 000000000000..625390650e44 --- /dev/null +++ b/misc/py-pexpect/files/patch-tests_test__socket.py @@ -0,0 +1,26 @@ +--- tests/test_socket.py.orig 2020-01-17 17:08:15 UTC ++++ tests/test_socket.py +@@ -201,8 +201,8 @@ class ExpectTestCase(PexpectTestCase.PexpectTestCase): + while not all_read.is_set(): + time.sleep(1.0) + os.kill(test_proc.pid, signal.SIGWINCH) +- while not timed_out.is_set(): +- time.sleep(1.0) ++# while not timed_out.is_set(): ++# time.sleep(1.0) + test_proc.join(timeout=5.0) + self.assertEqual(test_proc.exitcode, errno.ETIMEDOUT) + +@@ -214,9 +214,9 @@ class ExpectTestCase(PexpectTestCase.PexpectTestCase): + test_proc.start() + while not all_read.is_set(): + time.sleep(1.0) +- while not timed_out.is_set(): +- os.kill(test_proc.pid, signal.SIGWINCH) +- time.sleep(1.0) ++# while not timed_out.is_set(): ++# os.kill(test_proc.pid, signal.SIGWINCH) ++# time.sleep(1.0) + test_proc.join(timeout=5.0) + self.assertEqual(test_proc.exitcode, errno.ETIMEDOUT) + From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDFAC6683A1; Mon, 27 Sep 2021 15:58:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kC5h1qz3lbn; Mon, 27 Sep 2021 15:58:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F07513AE0; Mon, 27 Sep 2021 15:58:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwR13030178; Mon, 27 Sep 2021 15:58:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwRDf030177; Mon, 27 Sep 2021 15:58:27 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:27 GMT Message-Id: <202109271558.18RFwRDf030177@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ffd7f1117ff0 - main - */Makefile: Sort SUBDIRs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ffd7f1117ff0f4d0bd56ec8c12c5db14794636a9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:27 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffd7f1117ff0f4d0bd56ec8c12c5db14794636a9 commit ffd7f1117ff0f4d0bd56ec8c12c5db14794636a9 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:24:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:49 +0000 */Makefile: Sort SUBDIRs --- benchmarks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 511849625cf8..a95460fa0e53 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -83,9 +83,9 @@ SUBDIR += rubygem-railsbench SUBDIR += scimark2 SUBDIR += scimark2c + SUBDIR += shellbench SUBDIR += siege SUBDIR += sipp - SUBDIR += shellbench SUBDIR += slowloris SUBDIR += smhasher SUBDIR += spp From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0BEDD668766; Mon, 27 Sep 2021 15:58:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kD6tlrz3lZM; Mon, 27 Sep 2021 15:58:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC9D313F06; Mon, 27 Sep 2021 15:58:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwSkx030205; Mon, 27 Sep 2021 15:58:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwSL1030204; Mon, 27 Sep 2021 15:58:28 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:28 GMT Message-Id: <202109271558.18RFwSL1030204@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 27ef9941bc2d - main - databases/py-asyncmy: Add py-asyncmy 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 27ef9941bc2dcc15da30ae8f6c0b1cad40a03aeb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=27ef9941bc2dcc15da30ae8f6c0b1cad40a03aeb commit 27ef9941bc2dcc15da30ae8f6c0b1cad40a03aeb Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:28:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:49 +0000 databases/py-asyncmy: Add py-asyncmy 0.2.0 asyncmy is a fast asyncio MySQL driver, which reuse most of pymysql and aiomysql but rewrite core protocol with cython to speedup. WWW: https://github.com/long2ice/asyncmy --- databases/Makefile | 1 + databases/py-asyncmy/Makefile | 21 +++++++++++++++++++++ databases/py-asyncmy/distinfo | 3 +++ databases/py-asyncmy/pkg-descr | 4 ++++ 4 files changed, 29 insertions(+) diff --git a/databases/Makefile b/databases/Makefile index 2c84d32b33df..77055c0b0356 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -749,6 +749,7 @@ SUBDIR += py-aiosqlite SUBDIR += py-alembic SUBDIR += py-apsw + SUBDIR += py-asyncmy SUBDIR += py-asyncpg SUBDIR += py-berkeleydb SUBDIR += py-bsddb3 diff --git a/databases/py-asyncmy/Makefile b/databases/py-asyncmy/Makefile new file mode 100644 index 000000000000..ad1f41bb6931 --- /dev/null +++ b/databases/py-asyncmy/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= asyncmy +PORTVERSION= 0.2.0 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fast asyncio MySQL driver + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent cython distutils + +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + +.include diff --git a/databases/py-asyncmy/distinfo b/databases/py-asyncmy/distinfo new file mode 100644 index 000000000000..aa5ee43eea25 --- /dev/null +++ b/databases/py-asyncmy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632664284 +SHA256 (asyncmy-0.2.0.tar.gz) = b0c8c13d5d408a76eb65d767096d02757cd4e2b364c1c81384521cb8021cc160 +SIZE (asyncmy-0.2.0.tar.gz) = 60411 diff --git a/databases/py-asyncmy/pkg-descr b/databases/py-asyncmy/pkg-descr new file mode 100644 index 000000000000..0249ef17c154 --- /dev/null +++ b/databases/py-asyncmy/pkg-descr @@ -0,0 +1,4 @@ +asyncmy is a fast asyncio MySQL driver, which reuse most of pymysql and aiomysql +but rewrite core protocol with cython to speedup. + +WWW: https://github.com/long2ice/asyncmy From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 75DCF66853B; Mon, 27 Sep 2021 15:58:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kH1bS6z3lJD; Mon, 27 Sep 2021 15:58:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 035ED13E98; Mon, 27 Sep 2021 15:58:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwUYt030255; Mon, 27 Sep 2021 15:58:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwU2Y030254; Mon, 27 Sep 2021 15:58:30 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:30 GMT Message-Id: <202109271558.18RFwU2Y030254@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e6cc56f31627 - main - security/py-krb5: Add py-krb5 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e6cc56f31627da94c78976d0d6dd16b9ec401b48 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:31 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6cc56f31627da94c78976d0d6dd16b9ec401b48 commit e6cc56f31627da94c78976d0d6dd16b9ec401b48 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:28:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:49 +0000 security/py-krb5: Add py-krb5 0.1.1 This library provides Python functions that wraps the Kerberos 5 C API. Due to the complex nature of this API it is highly recommended to use something like python-gssapi which exposes the Kerberos authentication details through GSSAPI. WWW: https://github.com/jborean93/pykrb5 --- security/Makefile | 1 + security/py-krb5/Makefile | 31 ++++++++++++++++++++++ security/py-krb5/distinfo | 3 +++ security/py-krb5/files/patch-setup.py | 10 +++++++ security/py-krb5/files/patch-src-krb5-_principal.c | 14 ++++++++++ security/py-krb5/pkg-descr | 5 ++++ 6 files changed, 64 insertions(+) diff --git a/security/Makefile b/security/Makefile index 0944fb9343fc..61d75e88a893 100644 --- a/security/Makefile +++ b/security/Makefile @@ -923,6 +923,7 @@ SUBDIR += py-kerberos SUBDIR += py-keyring SUBDIR += py-keyrings.alt + SUBDIR += py-krb5 SUBDIR += py-libnacl SUBDIR += py-m2crypto SUBDIR += py-maec diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile new file mode 100644 index 000000000000..797ef9d7d49f --- /dev/null +++ b/security/py-krb5/Makefile @@ -0,0 +1,31 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= krb5 +PORTVERSION= 0.1.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Kerberos API bindings for Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent cython distutils + +MAKE_ENV= KRB5_KRB5CONFIG=${KRB5CONFIG} + +OPTIONS_SINGLE= GSSAPI +OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +OPTIONS_DEFAULT=GSSAPI_BASE + +GSSAPI_BASE_USES= gssapi +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_MIT_USES= gssapi:mit + +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + +.include diff --git a/security/py-krb5/distinfo b/security/py-krb5/distinfo new file mode 100644 index 000000000000..3d9ab060c02c --- /dev/null +++ b/security/py-krb5/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632664288 +SHA256 (krb5-0.1.1.tar.gz) = 0228e07b16da996e638bb088594642662ac560eede53e67af4f6bea00186c0c2 +SIZE (krb5-0.1.1.tar.gz) = 1083721 diff --git a/security/py-krb5/files/patch-setup.py b/security/py-krb5/files/patch-setup.py new file mode 100644 index 000000000000..c97047808a99 --- /dev/null +++ b/security/py-krb5/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2021-09-13 20:29:11 UTC ++++ setup.py +@@ -189,7 +189,6 @@ if compile_args is None: + else: + compile_args = shlex.split(run_command(f"{kc} --cflags krb5")) + +- compile_args.append("-Werror") + + # Python 3.8 on macOS errors on these deprecation warnings. We ignore them as things are fixed on 3.9 but the + # code still needs to compile on 3.8. diff --git a/security/py-krb5/files/patch-src-krb5-_principal.c b/security/py-krb5/files/patch-src-krb5-_principal.c new file mode 100644 index 000000000000..bd1158b9c18c --- /dev/null +++ b/security/py-krb5/files/patch-src-krb5-_principal.c @@ -0,0 +1,14 @@ +--- src/krb5/_principal.c.orig 2021-09-13 20:29:39 UTC ++++ src/krb5/_principal.c +@@ -18669,7 +18669,11 @@ if (!__Pyx_RefNanny) { + * + * + */ ++#if defined(KRB5_PRINCIPAL_PARSE_IGNORE_REALM) + __pyx_t_4 = __Pyx_PyInt_From_int32_t(KRB5_PRINCIPAL_PARSE_IGNORE_REALM); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 68, __pyx_L1_error) ++#elif defined(KRB5_PRINCIPAL_PARSE_NO_REALM) ++ __pyx_t_4 = __Pyx_PyInt_From_int32_t(KRB5_PRINCIPAL_PARSE_NO_REALM); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 68, __pyx_L1_error) ++#endif + __Pyx_GOTREF(__pyx_t_4); + if (__Pyx_SetNameInClass(__pyx_t_3, __pyx_n_s_ignore_realm, __pyx_t_4) < 0) __PYX_ERR(1, 68, __pyx_L1_error) + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; diff --git a/security/py-krb5/pkg-descr b/security/py-krb5/pkg-descr new file mode 100644 index 000000000000..3c374ee7c3a2 --- /dev/null +++ b/security/py-krb5/pkg-descr @@ -0,0 +1,5 @@ +This library provides Python functions that wraps the Kerberos 5 C API. Due to +the complex nature of this API it is highly recommended to use something like +python-gssapi which exposes the Kerberos authentication details through GSSAPI. + +WWW: https://github.com/jborean93/pykrb5 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CD37668770; Mon, 27 Sep 2021 15:58:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kR1RRHz3l8b; Mon, 27 Sep 2021 15:58:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E625A13BC2; Mon, 27 Sep 2021 15:58:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwcWF030429; Mon, 27 Sep 2021 15:58:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwcrv030428; Mon, 27 Sep 2021 15:58:38 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:38 GMT Message-Id: <202109271558.18RFwcrv030428@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0e1e73c545bc - main - sysutils/parallel: Update to 20210922 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0e1e73c545bc9142e30ff1c39b56506978bf8930 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e1e73c545bc9142e30ff1c39b56506978bf8930 commit 0e1e73c545bc9142e30ff1c39b56506978bf8930 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:20 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:51 +0000 sysutils/parallel: Update to 20210922 Changes: https://git.savannah.gnu.org/cgit/parallel.git/tree/NEWS --- sysutils/parallel/Makefile | 2 +- sysutils/parallel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile index e5e08425c788..eb97c710e4da 100644 --- a/sysutils/parallel/Makefile +++ b/sysutils/parallel/Makefile @@ -1,7 +1,7 @@ # Created by: Chris Howey PORTNAME= parallel -PORTVERSION= 20210822 +PORTVERSION= 20210922 CATEGORIES= sysutils MASTER_SITES= GNU diff --git a/sysutils/parallel/distinfo b/sysutils/parallel/distinfo index c620412d4d19..1b3acfbd9345 100644 --- a/sysutils/parallel/distinfo +++ b/sysutils/parallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036910 -SHA256 (parallel-20210822.tar.bz2) = 781659ed2726ef8eafda7e7da898b2488b0c6d3f9251786d218a5c81b1e83822 -SIZE (parallel-20210822.tar.bz2) = 2267474 +TIMESTAMP = 1632664300 +SHA256 (parallel-20210922.tar.bz2) = dedca94fc41f2054dbadd9b8361e56015fc8af5d1961c1b982b63e6d86494d66 +SIZE (parallel-20210922.tar.bz2) = 2268320 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 446086683AB; Mon, 27 Sep 2021 15:58:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kG1BSpz3lZR; Mon, 27 Sep 2021 15:58:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC173136E3; Mon, 27 Sep 2021 15:58:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwTvU030231; Mon, 27 Sep 2021 15:58:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwTV0030230; Mon, 27 Sep 2021 15:58:29 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:29 GMT Message-Id: <202109271558.18RFwTV0030230@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 49e503201871 - main - devel/py-debugpy: Add py-debugpy 1.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 49e5032018715d2f3fdade9703ca3f5ab0865b7c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=49e5032018715d2f3fdade9703ca3f5ab0865b7c commit 49e5032018715d2f3fdade9703ca3f5ab0865b7c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:28:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:49 +0000 devel/py-debugpy: Add py-debugpy 1.4.3 This debugger implements the Debug Adapter Protocol: debugProtocol.json [1]. [1] https://github.com/microsoft/vscode-debugadapter-node/blob/main/debugProtocol.json WWW: https://github.com/microsoft/debugpy --- devel/Makefile | 1 + devel/py-debugpy/Makefile | 22 +++ devel/py-debugpy/distinfo | 3 + ...pydevd-_pydev_imps-_pydev_SimpleXMLRPCServer.py | 63 ++++++ ...dored-pydevd-_pydev_imps-_pydev_SocketServer.py | 40 ++++ ...-_vendored-pydevd-_pydev_imps-_pydev_inspect.py | 211 +++++++++++++++++++++ ...ndored-pydevd-_pydev_imps-_pydev_pkgutil_old.py | 38 ++++ ...vendored-pydevd-_pydev_imps-_pydev_xmlrpclib.py | 181 ++++++++++++++++++ ...devd_bundle-pydevconsole_code_for_ironpython.py | 75 ++++++++ ...-_vendored-pydevd-_pydevd_bundle-pydevd_exec.py | 11 ++ ...dored-pydevd-pydevd_attach_to_process-_check.py | 7 + ...tach_to_process-winappdbg-plugins-do_example.py | 16 ++ ...tach_to_process-winappdbg-plugins-do_exchain.py | 19 ++ ..._to_process-winappdbg-plugins-do_exploitable.py | 16 ++ devel/py-debugpy/pkg-descr | 5 + 15 files changed, 708 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 8441479638df..1a8e2d0cf685 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4400,6 +4400,7 @@ SUBDIR += py-ddt SUBDIR += py-ddtrace SUBDIR += py-debtcollector + SUBDIR += py-debugpy SUBDIR += py-debugtools SUBDIR += py-decorator SUBDIR += py-decorator4 diff --git a/devel/py-debugpy/Makefile b/devel/py-debugpy/Makefile new file mode 100644 index 000000000000..e010939dda1e --- /dev/null +++ b/devel/py-debugpy/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= debugpy +PORTVERSION= 1.4.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Implementation of the Debug Adapter Protocol for Python + +LICENSE= EPL MIT +LICENSE_COMB= dual +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE + +USES= dos2unix python:3.6+ zip +USE_PYTHON= autoplist concurrent cython distutils + +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + +.include diff --git a/devel/py-debugpy/distinfo b/devel/py-debugpy/distinfo new file mode 100644 index 000000000000..1d84c85620a4 --- /dev/null +++ b/devel/py-debugpy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632664286 +SHA256 (debugpy-1.4.3.zip) = 4d53fe5aecf03ba466aa7fa7474c2b2fe28b2a6c0d36688d1e29382bfe88dd5f +SIZE (debugpy-1.4.3.zip) = 4149685 diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_SimpleXMLRPCServer.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_SimpleXMLRPCServer.py new file mode 100644 index 000000000000..9ff1943d667f --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_SimpleXMLRPCServer.py @@ -0,0 +1,63 @@ +--- src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_SimpleXMLRPCServer.py.orig 2021-09-26 20:11:30 UTC ++++ src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_SimpleXMLRPCServer.py +@@ -155,7 +155,7 @@ def remove_duplicates(lst): + for x in lst: + u[x] = 1 + +- return u.keys() ++ return list(u.keys()) + + class SimpleXMLRPCDispatcher: + """Mix-in class that dispatches XML-RPC requests. +@@ -260,13 +260,13 @@ class SimpleXMLRPCDispatcher: + response = (response,) + response = xmlrpclib.dumps(response, methodresponse=1, + allow_none=self.allow_none, encoding=self.encoding) +- except Fault, fault: ++ except Fault as fault: + response = xmlrpclib.dumps(fault, allow_none=self.allow_none, + encoding=self.encoding) + except: + # report exception back to server + response = xmlrpclib.dumps( +- xmlrpclib.Fault(1, "%s:%s" % (sys.exc_type, sys.exc_value)), #@UndefinedVariable exc_value only available when we actually have an exception ++ xmlrpclib.Fault(1, "%s:%s" % (sys.exc_info()[0], sys.exc_info()[1])), #@UndefinedVariable exc_value only available when we actually have an exception + encoding=self.encoding, allow_none=self.allow_none, + ) + +@@ -277,7 +277,7 @@ class SimpleXMLRPCDispatcher: + + Returns a list of the methods supported by the server.""" + +- methods = self.funcs.keys() ++ methods = list(self.funcs.keys()) + if self.instance is not None: + # Instance can implement _listMethod to return a list of + # methods +@@ -314,7 +314,7 @@ class SimpleXMLRPCDispatcher: + Returns a string containing documentation for the specified method.""" + + method = None +- if self.funcs.has_key(method_name): ++ if method_name in self.funcs: + method = self.funcs[method_name] + elif self.instance is not None: + # Instance can implement _methodHelp to return help for a method +@@ -363,7 +363,7 @@ class SimpleXMLRPCDispatcher: + # XXX A marshalling error in any response will fail the entire + # multicall. If someone cares they should fix this. + results.append([self._dispatch(method_name, params)]) +- except Fault, fault: ++ except Fault as fault: + results.append( + {'faultCode' : fault.faultCode, + 'faultString' : fault.faultString} +@@ -371,7 +371,7 @@ class SimpleXMLRPCDispatcher: + except: + results.append( + {'faultCode' : 1, +- 'faultString' : "%s:%s" % (sys.exc_type, sys.exc_value)} #@UndefinedVariable exc_value only available when we actually have an exception ++ 'faultString' : "%s:%s" % (sys.exc_info()[0], sys.exc_info()[1])} #@UndefinedVariable exc_value only available when we actually have an exception + ) + return results + diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_SocketServer.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_SocketServer.py new file mode 100644 index 000000000000..55b356d5f5ea --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_SocketServer.py @@ -0,0 +1,40 @@ +--- src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_SocketServer.py.orig 2021-09-09 10:13:20 UTC ++++ src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_SocketServer.py +@@ -336,12 +336,12 @@ class BaseServer: + The default is to print a traceback and continue. + + """ +- print '-'*40 +- print 'Exception happened during processing of request from', +- print client_address ++ print('-'*40) ++ print('Exception happened during processing of request from', end=' ') ++ print(client_address) + import traceback + traceback.print_exc() # XXX But this goes to stderr! +- print '-'*40 ++ print('-'*40) + + + class TCPServer(BaseServer): +@@ -528,7 +528,7 @@ class ForkingMixIn: + if not pid: continue + try: + self.active_children.remove(pid) +- except ValueError, e: ++ except ValueError as e: + raise ValueError('%s. x=%d and list=%r' % (e.message, pid, + self.active_children)) + +@@ -703,10 +703,7 @@ class DatagramRequestHandler(BaseRequestHandler): + """Define self.rfile and self.wfile for datagram sockets.""" + + def setup(self): +- try: +- from cStringIO import StringIO +- except ImportError: +- from StringIO import StringIO ++ from io import StringIO + self.packet, self.socket = self.request + self.rfile = StringIO(self.packet) + self.wfile = StringIO() diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_inspect.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_inspect.py new file mode 100644 index 000000000000..f7dc737269c0 --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_inspect.py @@ -0,0 +1,211 @@ +--- src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_inspect.py.orig 2021-09-26 20:08:06 UTC ++++ src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_inspect.py +@@ -44,7 +44,7 @@ def isclass(object): + Class objects provide these attributes: + __doc__ documentation string + __module__ name of module in which this class was defined""" +- return isinstance(object, types.ClassType) or hasattr(object, '__bases__') ++ return isinstance(object, type) or hasattr(object, '__bases__') + + def ismethod(object): + """Return true if the object is an instance method. +@@ -267,7 +267,7 @@ def getdoc(object): + doc = object.__doc__ + except AttributeError: + return None +- if not isinstance(doc, (str, unicode)): ++ if not isinstance(doc, str): + return None + try: + lines = string.split(string.expandtabs(doc), '\n') +@@ -290,30 +290,29 @@ def getfile(object): + if ismodule(object): + if hasattr(object, '__file__'): + return object.__file__ +- raise TypeError, 'arg is a built-in module' ++ raise TypeError('arg is a built-in module') + if isclass(object): + object = sys.modules.get(object.__module__) + if hasattr(object, '__file__'): + return object.__file__ +- raise TypeError, 'arg is a built-in class' ++ raise TypeError('arg is a built-in class') + if ismethod(object): +- object = object.im_func ++ object = object.__func__ + if isfunction(object): +- object = object.func_code ++ object = object.__code__ + if istraceback(object): + object = object.tb_frame + if isframe(object): + object = object.f_code + if iscode(object): + return object.co_filename +- raise TypeError, 'arg is not a module, class, method, ' \ +- 'function, traceback, frame, or code object' ++ raise TypeError('arg is not a module, class, method, ' \ ++ 'function, traceback, frame, or code object') + + def getmoduleinfo(path): + """Get the module name, suffix, mode, and module type for a given file.""" + filename = os.path.basename(path) +- suffixes = map(lambda (suffix, mode, mtype): +- (-len(suffix), suffix, mode, mtype), imp.get_suffixes()) ++ suffixes = [(-len(suffix_mode_mtype[0]), suffix_mode_mtype[0], suffix_mode_mtype[1], suffix_mode_mtype[2]) for suffix_mode_mtype in imp.get_suffixes()] + suffixes.sort() # try longest suffixes first, in case they overlap + for neglen, suffix, mode, mtype in suffixes: + if filename[neglen:] == suffix: +@@ -356,12 +355,12 @@ def getmodule(object): + file = getabsfile(object) + except TypeError: + return None +- if modulesbyfile.has_key(file): ++ if file in modulesbyfile: + return sys.modules[modulesbyfile[file]] +- for module in sys.modules.values(): ++ for module in list(sys.modules.values()): + if hasattr(module, '__file__'): + modulesbyfile[getabsfile(module)] = module.__name__ +- if modulesbyfile.has_key(file): ++ if file in modulesbyfile: + return sys.modules[modulesbyfile[file]] + main = sys.modules['__main__'] + if hasattr(main, object.__name__): +@@ -384,7 +383,7 @@ def findsource(object): + try: + file = open(getsourcefile(object)) + except (TypeError, IOError): +- raise IOError, 'could not get source code' ++ raise IOError('could not get source code') + lines = file.readlines() + file.close() + +@@ -396,26 +395,26 @@ def findsource(object): + pat = re.compile(r'^\s*class\s*' + name + r'\b') + for i in range(len(lines)): + if pat.match(lines[i]): return lines, i +- else: raise IOError, 'could not find class definition' ++ else: raise IOError('could not find class definition') + + if ismethod(object): +- object = object.im_func ++ object = object.__func__ + if isfunction(object): +- object = object.func_code ++ object = object.__code__ + if istraceback(object): + object = object.tb_frame + if isframe(object): + object = object.f_code + if iscode(object): + if not hasattr(object, 'co_firstlineno'): +- raise IOError, 'could not find function definition' ++ raise IOError('could not find function definition') + lnum = object.co_firstlineno - 1 + pat = re.compile(r'^(\s*def\s)|(.*\slambda(:|\s))') + while lnum > 0: + if pat.match(lines[lnum]): break + lnum = lnum - 1 + return lines, lnum +- raise IOError, 'could not find code object' ++ raise IOError('could not find code object') + + def getcomments(object): + """Get lines of comments immediately preceding an object's source code.""" +@@ -479,7 +478,9 @@ class BlockFinder: + self.started = 0 + self.last = 0 + +- def tokeneater(self, type, token, (srow, scol), (erow, ecol), line): ++ def tokeneater(self, type, token, xxx_todo_changeme, xxx_todo_changeme1, line): ++ (srow, scol) = xxx_todo_changeme ++ (erow, ecol) = xxx_todo_changeme1 + if not self.started: + if type == tokenize.NAME: self.started = 1 + elif type == tokenize.NEWLINE: +@@ -488,15 +489,15 @@ class BlockFinder: + self.indent = self.indent + 1 + elif type == tokenize.DEDENT: + self.indent = self.indent - 1 +- if self.indent == 0: raise EndOfBlock, self.last ++ if self.indent == 0: raise EndOfBlock(self.last) + elif type == tokenize.NAME and scol == 0: +- raise EndOfBlock, self.last ++ raise EndOfBlock(self.last) + + def getblock(lines): + """Extract the block of code at the top of the given list of lines.""" + try: + tokenize.tokenize(ListReader(lines).readline, BlockFinder().tokeneater) +- except EndOfBlock, eob: ++ except EndOfBlock as eob: + return lines[:eob.args[0]] + # Fooling the indent/dedent logic implies a one-line definition + return lines[:1] +@@ -530,7 +531,7 @@ def walktree(classes, children, parent): + classes.sort(lambda a, b: cmp(a.__name__, b.__name__)) + for c in classes: + results.append((c, c.__bases__)) +- if children.has_key(c): ++ if c in children: + results.append(walktree(children[c], children, c)) + return results + +@@ -548,13 +549,13 @@ def getclasstree(classes, unique=0): + for c in classes: + if c.__bases__: + for parent in c.__bases__: +- if not children.has_key(parent): ++ if parent not in children: + children[parent] = [] + children[parent].append(c) + if unique and parent in classes: break + elif c not in roots: + roots.append(c) +- for parent in children.keys(): ++ for parent in list(children.keys()): + if parent not in classes: + roots.append(parent) + return walktree(roots, children, None) +@@ -569,7 +570,7 @@ def getargs(co): + Three things are returned: (args, varargs, varkw), where 'args' is + a list of argument names (possibly containing nested lists), and + 'varargs' and 'varkw' are the names of the * and ** arguments or None.""" +- if not iscode(co): raise TypeError, 'arg is not a code object' ++ if not iscode(co): raise TypeError('arg is not a code object') + + nargs = co.co_argcount + names = co.co_varnames +@@ -622,10 +623,10 @@ def getargspec(func): + 'varargs' and 'varkw' are the names of the * and ** arguments or None. + 'defaults' is an n-tuple of the default values of the last n arguments.""" + if ismethod(func): +- func = func.im_func +- if not isfunction(func): raise TypeError, 'arg is not a Python function' +- args, varargs, varkw = getargs(func.func_code) +- return args, varargs, varkw, func.func_defaults ++ func = func.__func__ ++ if not isfunction(func): raise TypeError('arg is not a Python function') ++ args, varargs, varkw = getargs(func.__code__) ++ return args, varargs, varkw, func.__defaults__ + + def getargvalues(frame): + """Get information about arguments passed into a particular frame. +@@ -645,8 +646,8 @@ def joinseq(seq): + + def strseq(object, convert, join=joinseq): + """Recursively walk a sequence, stringifying each element.""" +- if type(object) in [types.ListType, types.TupleType]: +- return join(map(lambda o, c=convert, j=join: strseq(o, c, j), object)) ++ if type(object) in [list, tuple]: ++ return join(list(map(lambda o, c=convert, j=join: strseq(o, c, j), object))) + else: + return convert(object) + +@@ -785,4 +786,4 @@ def stack(context=1): + + def trace(context=1): + """Return a list of records for the stack below the current exception.""" +- return getinnerframes(sys.exc_traceback, context) #@UndefinedVariable ++ return getinnerframes(sys.exc_info()[2], context) #@UndefinedVariable diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_pkgutil_old.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_pkgutil_old.py new file mode 100644 index 000000000000..a95f1c6ea248 --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_pkgutil_old.py @@ -0,0 +1,38 @@ +--- src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_pkgutil_old.py.orig 2021-09-26 20:08:06 UTC ++++ src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_pkgutil_old.py +@@ -140,7 +140,7 @@ def iter_modules(path=None, prefix=''): + if path is None: + importers = iter_importers() + else: +- importers = map(get_importer, path) ++ importers = list(map(get_importer, path)) + + yielded = {} + for i in importers: +@@ -329,7 +329,7 @@ try: + from zipimport import zipimporter + + def iter_zipimport_modules(importer, prefix=''): +- dirlist = zipimport._zip_directory_cache[importer.archive].keys() ++ dirlist = list(zipimport._zip_directory_cache[importer.archive].keys()) + dirlist.sort() + _prefix = importer.prefix + plen = len(_prefix) +@@ -526,7 +526,7 @@ def extend_path(path, name): + path = path[:] # Start with a copy of the existing path + + for dir in sys.path: +- if not isinstance(dir, basestring) or not os.path.isdir(dir): ++ if not isinstance(dir, str) or not os.path.isdir(dir): + continue + subdir = os.path.join(dir, pname) + # XXX This may still add duplicate entries to path on +@@ -540,7 +540,7 @@ def extend_path(path, name): + if os.path.isfile(pkgfile): + try: + f = open(pkgfile) +- except IOError, msg: ++ except IOError as msg: + sys.stderr.write("Can't open %s: %s\n" % + (pkgfile, msg)) + else: diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_xmlrpclib.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_xmlrpclib.py new file mode 100644 index 000000000000..e923b44a4e37 --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydev_imps-_pydev_xmlrpclib.py @@ -0,0 +1,181 @@ +--- src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_xmlrpclib.py.orig 2021-09-26 20:08:06 UTC ++++ src/debugpy/_vendored/pydevd/_pydev_imps/_pydev_xmlrpclib.py +@@ -146,9 +146,9 @@ from types import * + # Internal stuff + + try: +- unicode ++ str + except NameError: +- unicode = None # unicode support not available ++ str = None # unicode support not available + + try: + import datetime +@@ -162,8 +162,8 @@ except (NameError, AttributeError): + + def _decode(data, encoding, is8bit=re.compile("[\x80-\xff]").search): + # decode non-ascii string (if possible) +- if unicode and encoding and is8bit(data): +- data = unicode(data, encoding) ++ if str and encoding and is8bit(data): ++ data = str(data, encoding) + return data + + def escape(s, replace=string.replace): +@@ -171,7 +171,7 @@ def escape(s, replace=string.replace): + s = replace(s, "<", "<") + return replace(s, ">", ">",) + +-if unicode: ++if str: + def _stringify(string): + # convert to 7-bit ascii if possible + try: +@@ -186,11 +186,11 @@ __version__ = "1.0.1" + + # xmlrpc integer limits + try: +- long ++ int + except NameError: + long = int +-MAXINT = long(2) ** 31 - 1 +-MININT = long(-2) ** 31 ++MAXINT = int(2) ** 31 - 1 ++MININT = int(-2) ** 31 + + # -------------------------------------------------------------------- + # Error constants (from Dan Libby's specification at +@@ -319,7 +319,7 @@ else: + def __int__(self): + return self.value + +- def __nonzero__(self): ++ def __bool__(self): + return self.value + + True, False = Boolean(1), Boolean(0) +@@ -420,9 +420,9 @@ def _datetime_type(data): + + import base64 + try: +- import cStringIO as StringIO ++ import io as StringIO + except ImportError: +- import StringIO ++ import io + + class Binary: + """Wrapper for binary data.""" +@@ -448,7 +448,7 @@ class Binary: + + def encode(self, out): + out.write("\n") +- base64.encode(StringIO.StringIO(self.data), out) ++ base64.encode(io.StringIO(self.data), out) + out.write("\n") + + def _binary(data): +@@ -682,7 +682,7 @@ class Marshaller: + write("\n") + dispatch[StringType] = dump_string + +- if unicode: ++ if str: + def dump_unicode(self, value, write, escape=escape): + value = value.encode(self.encoding) + write("") +@@ -692,7 +692,7 @@ class Marshaller: + + def dump_array(self, value, write): + i = id(value) +- if self.memo.has_key(i): ++ if i in self.memo: + raise TypeError("cannot marshal recursive sequences") + self.memo[i] = None + dump = self.__dump +@@ -706,15 +706,15 @@ class Marshaller: + + def dump_struct(self, value, write, escape=escape): + i = id(value) +- if self.memo.has_key(i): ++ if i in self.memo: + raise TypeError("cannot marshal recursive dictionaries") + self.memo[i] = None + dump = self.__dump + write("\n") +- for k, v in value.items(): ++ for k, v in list(value.items()): + write("\n") + if type(k) is not StringType: +- if unicode and type(k) is UnicodeType: ++ if str and type(k) is UnicodeType: + k = k.encode(self.encoding) + else: + raise TypeError("dictionary key must be string") +@@ -1230,12 +1230,12 @@ class Transport: + if isinstance(host, TupleType): + host, x509 = host + +- import urllib +- auth, host = urllib.splituser(host) ++ import urllib.request, urllib.parse, urllib.error ++ auth, host = urllib.parse.splituser(host) + + if auth: + import base64 +- auth = base64.encodestring(urllib.unquote(auth)) ++ auth = base64.encodestring(urllib.parse.unquote(auth)) + auth = string.join(string.split(auth), "") # get rid of whitespace + extra_headers = [ + ("Authorization", "Basic " + auth) +@@ -1253,9 +1253,9 @@ class Transport: + + def make_connection(self, host): + # create a HTTP connection object from a host descriptor +- import httplib ++ import http.client + host, extra_headers, x509 = self.get_host_info(host) +- return httplib.HTTP(host) ++ return http.client.HTTP(host) + + ## + # Send request header. +@@ -1278,7 +1278,7 @@ class Transport: + connection.putheader("Host", host) + if extra_headers: + if isinstance(extra_headers, DictType): +- extra_headers = extra_headers.items() ++ extra_headers = list(extra_headers.items()) + for key, value in extra_headers: + connection.putheader(key, value) + +@@ -1355,10 +1355,10 @@ class SafeTransport(Transport): + def make_connection(self, host): + # create a HTTPS connection object from a host descriptor + # host may be a string, or a (host, x509-dict) tuple +- import httplib ++ import http.client + host, extra_headers, x509 = self.get_host_info(host) + try: +- HTTPS = httplib.HTTPS ++ HTTPS = http.client.HTTPS + except AttributeError: + raise NotImplementedError( + "your version of httplib doesn't support HTTPS" +@@ -1410,11 +1410,11 @@ class ServerProxy: + # establish a "logical" server connection + + # get the url +- import urllib +- type, uri = urllib.splittype(uri) ++ import urllib.request, urllib.parse, urllib.error ++ type, uri = urllib.parse.splittype(uri) + if type not in ("http", "https"): + raise IOError("unsupported XML-RPC protocol") +- self.__host, self.__handler = urllib.splithost(uri) ++ self.__host, self.__handler = urllib.parse.splithost(uri) + if not self.__handler: + self.__handler = "/RPC2" + diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydevd_bundle-pydevconsole_code_for_ironpython.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydevd_bundle-pydevconsole_code_for_ironpython.py new file mode 100644 index 000000000000..32bdefe9ce2f --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydevd_bundle-pydevconsole_code_for_ironpython.py @@ -0,0 +1,75 @@ +--- src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code_for_ironpython.py.orig 2021-09-26 20:08:05 UTC ++++ src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code_for_ironpython.py +@@ -102,23 +102,23 @@ def _maybe_compile(compiler, source, filename, symbol) + + try: + code = compiler(source, filename, symbol) +- except SyntaxError, err: ++ except SyntaxError as err: + pass + + try: + code1 = compiler(source + "\n", filename, symbol) +- except SyntaxError, err1: ++ except SyntaxError as err1: + pass + + try: + code2 = compiler(source + "\n\n", filename, symbol) +- except SyntaxError, err2: ++ except SyntaxError as err2: + pass + + if code: + return code + if not code1 and repr(err1) == repr(err2): +- raise SyntaxError, err1 ++ raise SyntaxError(err1) + + def _compile(source, filename, symbol): + return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT) +@@ -302,7 +302,7 @@ class InteractiveInterpreter: + + """ + try: +- exec code in self.locals ++ exec(code, self.locals) + except SystemExit: + raise + except: +@@ -338,7 +338,7 @@ class InteractiveInterpreter: + value = SyntaxError(msg, (filename, lineno, offset, line)) + sys.last_value = value + list = traceback.format_exception_only(type, value) +- map(self.write, list) ++ list(map(self.write, list)) + + def showtraceback(self, *args, **kwargs): + """Display the exception that just occurred. +@@ -361,7 +361,7 @@ class InteractiveInterpreter: + list[len(list):] = traceback.format_exception_only(type, value) + finally: + tblist = tb = None +- map(self.write, list) ++ list(map(self.write, list)) + + def write(self, data): + """Write a string. +@@ -436,7 +436,7 @@ class InteractiveConsole(InteractiveInterpreter): + line = self.raw_input(prompt) + # Can be None if sys.stdin was redefined + encoding = getattr(sys.stdin, "encoding", None) +- if encoding and not isinstance(line, unicode): ++ if encoding and not isinstance(line, str): + line = line.decode(encoding) + except EOFError: + self.write("\n") +@@ -480,7 +480,7 @@ class InteractiveConsole(InteractiveInterpreter): + implementation. + + """ +- return raw_input(prompt) ++ return input(prompt) + + + def interact(banner=None, readfunc=None, local=None): diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydevd_bundle-pydevd_exec.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydevd_bundle-pydevd_exec.py new file mode 100644 index 000000000000..dff8307276da --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-_pydevd_bundle-pydevd_exec.py @@ -0,0 +1,11 @@ +--- src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec.py.orig 2021-09-26 20:08:05 UTC ++++ src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec.py +@@ -1,5 +1,5 @@ + def Exec(exp, global_vars, local_vars=None): + if local_vars is not None: +- exec exp in global_vars, local_vars ++ exec(exp, global_vars, local_vars) + else: +- exec exp in global_vars +\ No newline at end of file ++ exec(exp, global_vars) diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-_check.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-_check.py new file mode 100644 index 000000000000..0c14352ae3d1 --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-_check.py @@ -0,0 +1,7 @@ +--- src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py.orig 2021-09-09 10:13:20 UTC ++++ src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py +@@ -1,2 +1,2 @@ + import add_code_to_python_process +-print add_code_to_python_process.run_python_code(3736, "print(20)", connect_debugger_tracing=False) +\ No newline at end of file ++print(add_code_to_python_process.run_python_code(3736, "print(20)", connect_debugger_tracing=False)) diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_example.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_example.py new file mode 100644 index 000000000000..231418caedee --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_example.py @@ -0,0 +1,16 @@ +--- src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/plugins/do_example.py.orig 2021-09-09 10:13:22 UTC ++++ src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/plugins/do_example.py +@@ -34,8 +34,8 @@ __revision__ = "$Id$" + + def do(self, arg): + ".example - This is an example plugin for the command line debugger" +- print "This is an example command." +- print "%s.do(%r, %r):" % (__name__, self, arg) +- print " last event", self.lastEvent +- print " prefix", self.cmdprefix +- print " arguments", self.split_tokens(arg) ++ print("This is an example command.") ++ print("%s.do(%r, %r):" % (__name__, self, arg)) ++ print(" last event", self.lastEvent) ++ print(" prefix", self.cmdprefix) ++ print(" arguments", self.split_tokens(arg)) diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_exchain.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_exchain.py new file mode 100644 index 000000000000..4519a2140a3b --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_exchain.py @@ -0,0 +1,19 @@ +--- src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py.orig 2021-09-26 20:11:29 UTC ++++ src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py +@@ -37,8 +37,8 @@ from winappdbg import HexDump, Table + def do(self, arg): + ".exchain - Show the SEH chain" + thread = self.get_thread_from_prefix() +- print "Exception handlers for thread %d" % thread.get_tid() +- print ++ print("Exception handlers for thread %d" % thread.get_tid()) ++ print() + table = Table() + table.addRow("Block", "Function") + bits = thread.get_bits() +@@ -48,4 +48,4 @@ def do(self, arg): + if seh_func is not None: + seh_func = HexDump.address(seh_func, bits) + table.addRow(seh, seh_func) +- print table.getOutput() ++ print(table.getOutput()) diff --git a/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_exploitable.py b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_exploitable.py new file mode 100644 index 000000000000..e9697d176bb6 --- /dev/null +++ b/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-winappdbg-plugins-do_exploitable.py @@ -0,0 +1,16 @@ +--- src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py.orig 2021-09-09 10:13:22 UTC ++++ src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py +@@ -43,8 +43,8 @@ def do(self, arg): + + status, rule, description = crash.isExploitable() + +- print "-" * 79 +- print "Exploitability: %s" % status +- print "Matched rule: %s" % rule +- print "Description: %s" % description +- print "-" * 79 ++ print("-" * 79) ++ print("Exploitability: %s" % status) ++ print("Matched rule: %s" % rule) ++ print("Description: %s" % description) ++ print("-" * 79) diff --git a/devel/py-debugpy/pkg-descr b/devel/py-debugpy/pkg-descr new file mode 100644 index 000000000000..aa8192038d11 --- /dev/null +++ b/devel/py-debugpy/pkg-descr @@ -0,0 +1,5 @@ +This debugger implements the Debug Adapter Protocol: debugProtocol.json [1]. + +[1] https://github.com/microsoft/vscode-debugadapter-node/blob/main/debugProtocol.json + +WWW: https://github.com/microsoft/debugpy From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 091466683AD; Mon, 27 Sep 2021 15:58:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kJ2qVZz3lhN; Mon, 27 Sep 2021 15:58:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2565913F07; Mon, 27 Sep 2021 15:58:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwW2n030279; Mon, 27 Sep 2021 15:58:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwWb7030278; Mon, 27 Sep 2021 15:58:32 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:32 GMT Message-Id: <202109271558.18RFwWb7030278@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 97eafe7f848e - main - devel/rubygem-actionpack-page_caching: Add rubygem-actionpack-page_caching 1.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 97eafe7f848e1dea606288f55d89127df8266360 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:33 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=97eafe7f848e1dea606288f55d89127df8266360 commit 97eafe7f848e1dea606288f55d89127df8266360 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:28:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:50 +0000 devel/rubygem-actionpack-page_caching: Add rubygem-actionpack-page_caching 1.2.4 Static page caching for Action Pack (removed from core in Rails 4.0) WWW: https://github.com/rails/actionpack-page_caching --- devel/Makefile | 1 + devel/rubygem-actionpack-page_caching/Makefile | 21 +++++++++++++++++++++ devel/rubygem-actionpack-page_caching/distinfo | 3 +++ devel/rubygem-actionpack-page_caching/pkg-descr | 3 +++ 4 files changed, 28 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 1a8e2d0cf685..de251f194795 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5565,6 +5565,7 @@ SUBDIR += rubygem-CFPropertyList SUBDIR += rubygem-abstract SUBDIR += rubygem-actionpack-action_caching + SUBDIR += rubygem-actionpack-page_caching SUBDIR += rubygem-actionview4 SUBDIR += rubygem-actionview5 SUBDIR += rubygem-actionview50 diff --git a/devel/rubygem-actionpack-page_caching/Makefile b/devel/rubygem-actionpack-page_caching/Makefile new file mode 100644 index 000000000000..666d150ca8f2 --- /dev/null +++ b/devel/rubygem-actionpack-page_caching/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= actionpack-page_caching +PORTVERSION= 1.2.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Static page caching for Action Pack (removed from core in Rails 4.0) + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-actionpack61>=4.0:www/rubygem-actionpack61 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/devel/rubygem-actionpack-page_caching/distinfo b/devel/rubygem-actionpack-page_caching/distinfo new file mode 100644 index 000000000000..abcabd59bc96 --- /dev/null +++ b/devel/rubygem-actionpack-page_caching/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632664290 +SHA256 (rubygem/actionpack-page_caching-1.2.4.gem) = 867e8c387ff7120c144262172c1d58d6fd74b441313b1edc7cfa2153777898f1 +SIZE (rubygem/actionpack-page_caching-1.2.4.gem) = 16896 diff --git a/devel/rubygem-actionpack-page_caching/pkg-descr b/devel/rubygem-actionpack-page_caching/pkg-descr new file mode 100644 index 000000000000..690abf9f7e3f --- /dev/null +++ b/devel/rubygem-actionpack-page_caching/pkg-descr @@ -0,0 +1,3 @@ +Static page caching for Action Pack (removed from core in Rails 4.0) + +WWW: https://github.com/rails/actionpack-page_caching From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A65D86B7F54; Mon, 27 Sep 2021 15:58:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kK405Qz3lLn; Mon, 27 Sep 2021 15:58:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4309413AE1; Mon, 27 Sep 2021 15:58:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwXpS030303; Mon, 27 Sep 2021 15:58:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwX7i030302; Mon, 27 Sep 2021 15:58:33 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:33 GMT Message-Id: <202109271558.18RFwX7i030302@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 36b7d66bee07 - main - databases/mydumper: Update to 0.11.1-3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 36b7d66bee072e5ae740a741b523f80ce0a218d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:33 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=36b7d66bee072e5ae740a741b523f80ce0a218d9 commit 36b7d66bee072e5ae740a741b523f80ce0a218d9 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:36:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:50 +0000 databases/mydumper: Update to 0.11.1-3 Changes: https://github.com/maxbube/mydumper/releases --- databases/mydumper/Makefile | 2 +- databases/mydumper/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile index 8dcc43211b19..7eeeb148fd27 100644 --- a/databases/mydumper/Makefile +++ b/databases/mydumper/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= mydumper -DISTVERSION= 0.10.7-2 +DISTVERSION= 0.11.1-3 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/mydumper/distinfo b/databases/mydumper/distinfo index 4bc8b082eb0c..2aa673897a88 100644 --- a/databases/mydumper/distinfo +++ b/databases/mydumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626891024 -SHA256 (maxbube-mydumper-v0.10.7-2_GH0.tar.gz) = 2e7cbd5e22422c418f2803755e1735878c060a2eff61c036799b2fc1443c751c -SIZE (maxbube-mydumper-v0.10.7-2_GH0.tar.gz) = 71660 +TIMESTAMP = 1632664292 +SHA256 (maxbube-mydumper-v0.11.1-3_GH0.tar.gz) = ec5da4b19522f7b78bf546a9f726166d21f64c3f3e534f55a94313ca1208d770 +SIZE (maxbube-mydumper-v0.11.1-3_GH0.tar.gz) = 77589 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C3AA66852C; Mon, 27 Sep 2021 15:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kM5lkWz3lhS; Mon, 27 Sep 2021 15:58:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C62E13B35; Mon, 27 Sep 2021 15:58:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwZhY030357; Mon, 27 Sep 2021 15:58:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwZX5030356; Mon, 27 Sep 2021 15:58:35 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:35 GMT Message-Id: <202109271558.18RFwZX5030356@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0acc6cf1fa14 - main - ftp/curl: Update to 7.79.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0acc6cf1fa14d5896f270f0e2dc2572836492eb4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0acc6cf1fa14d5896f270f0e2dc2572836492eb4 commit 0acc6cf1fa14d5896f270f0e2dc2572836492eb4 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:36:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:50 +0000 ftp/curl: Update to 7.79.1 Changes: https://curl.se/changes.html --- ftp/curl/Makefile | 2 +- ftp/curl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index abde21f32ed6..18778306e793 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,7 +1,7 @@ # Created by: Neil Blakey-Milner PORTNAME= curl -PORTVERSION= 7.79.0 +PORTVERSION= 7.79.1 CATEGORIES= ftp net www MASTER_SITES= https://curl.se/download/ \ https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index d54d475983d1..3b76da844e2a 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036866 -SHA256 (curl-7.79.0.tar.xz) = 2a1420076f9ffc35c982c78e85b7a69e2ef5d532267895fdb2eac16ad9b680c9 -SIZE (curl-7.79.0.tar.xz) = 2463072 +TIMESTAMP = 1632664294 +SHA256 (curl-7.79.1.tar.xz) = 0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689 +SIZE (curl-7.79.1.tar.xz) = 2465212 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05AB26B7F58; Mon, 27 Sep 2021 15:58:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kN6DSbz3lqx; Mon, 27 Sep 2021 15:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9995013BC1; Mon, 27 Sep 2021 15:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwaQr030381; Mon, 27 Sep 2021 15:58:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwaEN030380; Mon, 27 Sep 2021 15:58:36 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:36 GMT Message-Id: <202109271558.18RFwaEN030380@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e9303c86bc97 - main - security/snoopy: Update to 2.4.14 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e9303c86bc972d664f2948bc0099f0b917c3b10d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:37 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9303c86bc972d664f2948bc0099f0b917c3b10d commit e9303c86bc972d664f2948bc0099f0b917c3b10d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:06 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:51 +0000 security/snoopy: Update to 2.4.14 Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog --- security/snoopy/Makefile | 2 +- security/snoopy/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/snoopy/Makefile b/security/snoopy/Makefile index ac0681295633..d47f750eb934 100644 --- a/security/snoopy/Makefile +++ b/security/snoopy/Makefile @@ -1,7 +1,7 @@ # Created by: Philippe Audeoud PORTNAME= snoopy -PORTVERSION= 2.4.12 +PORTVERSION= 2.4.14 CATEGORIES= security MASTER_SITES= https://github.com/a2o/snoopy/releases/download/snoopy-${PORTVERSION}/ diff --git a/security/snoopy/distinfo b/security/snoopy/distinfo index dce721565360..c87de05ddb6f 100644 --- a/security/snoopy/distinfo +++ b/security/snoopy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478321 -SHA256 (snoopy-2.4.12.tar.gz) = a178ac2da1ad41c480801e25c4c633ca05c54cc0da31a0d9c675a9d0a82826e6 -SIZE (snoopy-2.4.12.tar.gz) = 615967 +TIMESTAMP = 1632664296 +SHA256 (snoopy-2.4.14.tar.gz) = 6f305f49d87d56906061ded9083dc0308365f966a13edacc3eb59191221ced1a +SIZE (snoopy-2.4.14.tar.gz) = 617535 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F09E466877B; Mon, 27 Sep 2021 15:58:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kW5SQtz3lrK; Mon, 27 Sep 2021 15:58:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9437A13B36; Mon, 27 Sep 2021 15:58:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwhjN030533; Mon, 27 Sep 2021 15:58:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwhAA030532; Mon, 27 Sep 2021 15:58:43 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:43 GMT Message-Id: <202109271558.18RFwhAA030532@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 2e3fc4b99b54 - main - graphics/py-pyvips: Fix *_DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2e3fc4b99b544406d065ff5421740a91779739b6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e3fc4b99b544406d065ff5421740a91779739b6 commit 2e3fc4b99b544406d065ff5421740a91779739b6 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:52 +0000 graphics/py-pyvips: Fix *_DEPENDS - Sort *_DEPENDS - Update WWW - Bump PORTREVISION for dependency change - Take maintainership --- graphics/py-pyvips/Makefile | 16 ++++++++-------- graphics/py-pyvips/pkg-descr | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/graphics/py-pyvips/Makefile b/graphics/py-pyvips/Makefile index b3eb7e6795e1..2357eb9ce9ed 100644 --- a/graphics/py-pyvips/Makefile +++ b/graphics/py-pyvips/Makefile @@ -2,25 +2,25 @@ PORTNAME= pyvips PORTVERSION= 2.1.15 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Binding for the libvips image processing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} LIB_DEPENDS= libvips.so:graphics/vips +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} -USES= gnome pkgconfig python:3.6+ - +USES= gnome python:3.6+ USE_GNOME= glib20 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include diff --git a/graphics/py-pyvips/pkg-descr b/graphics/py-pyvips/pkg-descr index dd59888cb1ba..0892528cbbfa 100644 --- a/graphics/py-pyvips/pkg-descr +++ b/graphics/py-pyvips/pkg-descr @@ -1,3 +1,3 @@ This module wraps the libvips image processing library. -WWW: https://pypi.org/project/pyvips/ +WWW: https://github.com/libvips/pyvips From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A8B09668558; Mon, 27 Sep 2021 15:58:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kl3ZHFz3lgN; Mon, 27 Sep 2021 15:58:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35ADB136E6; Mon, 27 Sep 2021 15:58:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwtnn030785; Mon, 27 Sep 2021 15:58:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwtij030784; Mon, 27 Sep 2021 15:58:55 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:55 GMT Message-Id: <202109271558.18RFwtij030784@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3c9ff3ac9087 - main - databases/py-sqlalchemy14: Update to 1.4.25 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3c9ff3ac908709f433c870e18dcc35053ffbd121 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c9ff3ac908709f433c870e18dcc35053ffbd121 commit 3c9ff3ac908709f433c870e18dcc35053ffbd121 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:49 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:55 +0000 databases/py-sqlalchemy14: Update to 1.4.25 Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html --- databases/py-sqlalchemy14/Makefile | 2 +- databases/py-sqlalchemy14/distinfo | 6 +++--- databases/py-sqlalchemy14/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/databases/py-sqlalchemy14/Makefile b/databases/py-sqlalchemy14/Makefile index 13286dcd6c48..729786f5d8aa 100644 --- a/databases/py-sqlalchemy14/Makefile +++ b/databases/py-sqlalchemy14/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlalchemy -PORTVERSION= 1.4.23 +PORTVERSION= 1.4.25 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlalchemy14/distinfo b/databases/py-sqlalchemy14/distinfo index f031b3149cc4..21a507df032b 100644 --- a/databases/py-sqlalchemy14/distinfo +++ b/databases/py-sqlalchemy14/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037034 -SHA256 (SQLAlchemy-1.4.23.tar.gz) = 76ff246881f528089bf19385131b966197bb494653990396d2ce138e2a447583 -SIZE (SQLAlchemy-1.4.23.tar.gz) = 7730769 +TIMESTAMP = 1632664322 +SHA256 (SQLAlchemy-1.4.25.tar.gz) = 1adf3d25e2e33afbcd48cfad8076f9378793be43e7fec3e4334306cac6bec138 +SIZE (SQLAlchemy-1.4.25.tar.gz) = 7776002 diff --git a/databases/py-sqlalchemy14/pkg-plist b/databases/py-sqlalchemy14/pkg-plist index b8ab3fa130cd..035377bd1bce 100644 --- a/databases/py-sqlalchemy14/pkg-plist +++ b/databases/py-sqlalchemy14/pkg-plist @@ -6,6 +6,7 @@ %%PORTDOCS%%%%DOCSDIR%%/_modules/examples/association/proxied_association.html %%PORTDOCS%%%%DOCSDIR%%/_modules/examples/asyncio/async_orm.html %%PORTDOCS%%%%DOCSDIR%%/_modules/examples/asyncio/basic.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/asyncio/gather_orm_statements.html %%PORTDOCS%%%%DOCSDIR%%/_modules/examples/asyncio/greenlet_orm.html %%PORTDOCS%%%%DOCSDIR%%/_modules/examples/custom_attributes/active_column_defaults.html %%PORTDOCS%%%%DOCSDIR%%/_modules/examples/custom_attributes/custom_management.html @@ -428,6 +429,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/async_orm.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/basic.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/gather_orm_statements.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/greenlet_orm.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/active_column_defaults.py From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDEB9668773; Mon, 27 Sep 2021 15:58:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kT3NyCz3l8d; Mon, 27 Sep 2021 15:58:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CF0F13F08; Mon, 27 Sep 2021 15:58:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwfuC030485; Mon, 27 Sep 2021 15:58:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwffN030484; Mon, 27 Sep 2021 15:58:41 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:41 GMT Message-Id: <202109271558.18RFwffN030484@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: db6da805fe77 - main - www/you-get: Update to 0.4.1545 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: db6da805fe77baae3135611c4a3f4966111321f8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=db6da805fe77baae3135611c4a3f4966111321f8 commit db6da805fe77baae3135611c4a3f4966111321f8 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:52 +0000 www/you-get: Update to 0.4.1545 Changes: https://github.com/soimort/you-get/commits/develop --- www/you-get/Makefile | 2 +- www/you-get/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/you-get/Makefile b/www/you-get/Makefile index 7c216d0775e8..8e2e04beedca 100644 --- a/www/you-get/Makefile +++ b/www/you-get/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= you-get -PORTVERSION= 0.4.1527 +PORTVERSION= 0.4.1545 CATEGORIES= www MASTER_SITES= CHEESESHOP diff --git a/www/you-get/distinfo b/www/you-get/distinfo index 385da7045169..0e88c2096ffc 100644 --- a/www/you-get/distinfo +++ b/www/you-get/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189701 -SHA256 (you-get-0.4.1527.tar.gz) = 470b2f76ccad5dbe37bc4a8779056cf6da67f4322fe723e2b9227e825da595c9 -SIZE (you-get-0.4.1527.tar.gz) = 164994 +TIMESTAMP = 1632664304 +SHA256 (you-get-0.4.1545.tar.gz) = 63e9b0527424c565303fe3d8ede1cd35d48a4ecf4afe72e1c12b0e90b9fdcd39 +SIZE (you-get-0.4.1545.tar.gz) = 165835 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3422A66853D; Mon, 27 Sep 2021 15:58:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kL57BTz3lfL; Mon, 27 Sep 2021 15:58:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79C6813E32; Mon, 27 Sep 2021 15:58:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwYSH030330; Mon, 27 Sep 2021 15:58:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwYm1030329; Mon, 27 Sep 2021 15:58:34 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:34 GMT Message-Id: <202109271558.18RFwYm1030329@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 1484dfde71fe - main - devel/avro-cpp: Cosmetic change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1484dfde71fec28a3464610d2940ba8242674178 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1484dfde71fec28a3464610d2940ba8242674178 commit 1484dfde71fec28a3464610d2940ba8242674178 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:36:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:50 +0000 devel/avro-cpp: Cosmetic change --- devel/avro-cpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index f16f378b6bbe..b69945409c24 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -21,10 +21,10 @@ USE_CXXSTD= c++11 USE_LDCONFIG= yes WRKSRC_SUBDIR= lang/c++ -CPE_VENDOR= apache - PLIST_SUB= PORTVERSION=${PORTVERSION} +CPE_VENDOR= apache + GH_ACCOUNT= apache USE_GITHUB= yes From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD575668536; Mon, 27 Sep 2021 15:58:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kV4Lhjz3lfm; Mon, 27 Sep 2021 15:58:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D3D813E99; Mon, 27 Sep 2021 15:58:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwgO6030509; Mon, 27 Sep 2021 15:58:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwgFO030508; Mon, 27 Sep 2021 15:58:42 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:42 GMT Message-Id: <202109271558.18RFwgFO030508@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 73cb43b91c6b - main - graphics/vips: Modernize Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 73cb43b91c6bfa251ece6b14561deb681eb977a5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:43 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=73cb43b91c6bfa251ece6b14561deb681eb977a5 commit 73cb43b91c6bfa251ece6b14561deb681eb977a5 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:52 +0000 graphics/vips: Modernize Makefile - Sort *_DEPENDS - Sort OPTIONS_* - Take maintainership --- graphics/vips/Makefile | 145 +++++++++++++++++++++---------------------------- 1 file changed, 61 insertions(+), 84 deletions(-) diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 82f74ab43424..77cbefdb5817 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -5,123 +5,100 @@ PORTVERSION= 8.11.4 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Free image processing system LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= bash:shells/bash -#LIB_DEPENDS= libgirepository-1.0.so:devel/gobject-introspection -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libharfbuzz.so:print/harfbuzz \ - libexpat.so:textproc/expat2 - -USES= compiler:c++11-lang cpe gettext gmake gnome libtool localbase \ - pathfix pkgconfig python shebangfix + libharfbuzz.so:print/harfbuzz +RUN_DEPENDS= bash:shells/bash -SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile +USES= compiler:c++11-lang cpe gettext gmake gnome libtool localbase pathfix pkgconfig python shebangfix USE_GNOME= glib20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-nifti \ - --without-openslide \ - --without-pdfium \ - --without-imagequant \ - --without-doxygen \ - --disable-introspection +CONFIGURE_ARGS= --disable-introspection \ + --without-doxygen \ + --without-imagequant \ + --without-nifti \ + --without-openslide \ + --without-pdfium +GNU_CONFIGURE= yes USE_LDCONFIG= yes -PLIST_SUB= VERSION="${PORTVERSION:R}" +PLIST_SUB= VERSION=${PORTVERSION:R} -OPTIONS_DEFINE= DEBUG DOCS X11 GSF FFTW ORC LCMS2 OPENEXR HEIF POPPLER LIBRSVG2 MATIO CFITSIO WEBP PANGO TIFF GIF PNG JPEG LIBEXIF -OPTIONS_RADIO= MAGICK +SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile + +OPTIONS_DEFINE= CFITSIO DEBUG DOCS FFTW GIF GSF HEIF JPEG LCMS2 LIBEXIF LIBRSVG2 MATIO OPENEXR ORC PANGO PNG POPPLER TIFF WEBP X11 +OPTIONS_RADIO= MAGICK OPTIONS_RADIO_MAGICK= IMAGEMAGICK GRAPHMAGICK -OPTIONS_DEFAULT= X11 GSF FFTW ORC LCMS2 OPENEXR HEIF POPPLER LIBRSVG2 MATIO CFITSIO WEBP PANGO TIFF GIF PNG JPEG LIBEXIF IMAGEMAGICK +OPTIONS_DEFAULT=CFITSIO FFTW GIF GSF HEIF IMAGEMAGICK JPEG LCMS2 LIBEXIF LIBRSVG2 MATIO OPENEXR ORC PANGO PNG POPPLER TIFF WEBP X11 +GSF_DESC= Structured file formats support +ORC_DESC= ORC language support +HEIF_DESC= HEIF image format support +MATIO_DESC= Matlab MAT format support +CFITSIO_CONFIGURE_WITH= cfitsio +CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio DEBUG_CONFIGURE_ENABLE= debug DEBUG_INSTALL_TARGET_OFF= install-strip - -DOCS_CONFIGURE_ENABLE= gtk-doc gtk-doc-html DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc - -X11_CONFIGURE_WITH= x - -IMAGEMAGICK_CONFIGURE_ON= --with-magickpackage=MagickCore +DOCS_CONFIGURE_ENABLE= gtk-doc gtk-doc-html +FFTW_CONFIGURE_WITH= fftw +FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 +GIF_CONFIGURE_WITH= giflib +GIF_LIB_DEPENDS= libgif.so:graphics/giflib GRAPHMAGICK_CONFIGURE_ON= --with-magickpackage=GraphicsMagick - -GSF_DESC= Structured file formats support +GRAPHMAGICK_LIB_DEPENDS=libGraphicsMagick.so:graphics/GraphicsMagick GSF_CONFIGURE_WITH= gsf GSF_USE= GNOME=libgsf - -FFTW_CONFIGURE_WITH= fftw -FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 - -ORC_DESC= ORC language support -ORC_CONFIGURE_WITH= orc -ORC_LIB_DEPENDS= liborc-0.4.so:devel/orc - -LCMS2_CONFIGURE_WITH= lcms -LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 - -OPENEXR_CONFIGURE_WITH= OpenEXR -OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr \ - libImath.so:math/Imath - -HEIF_DESC= HEIF image format support HEIF_CONFIGURE_WITH= heif HEIF_LIB_DEPENDS= libheif.so:graphics/libheif - -POPPLER_CONFIGURE_WITH= poppler -POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib -POPPLER_USE= GNOME=cairo - +IMAGEMAGICK_CONFIGURE_ON= --with-magickpackage=MagickCore +JPEG_CONFIGURE_WITH= jpeg +JPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg +JPEG_USES= jpeg +LCMS2_CONFIGURE_WITH= lcms +LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 +LIBEXIF_CONFIGURE_WITH= libexif +LIBEXIF_LIB_DEPENDS= libexif.so:graphics/libexif LIBRSVG2_CONFIGURE_WITH=rsvg -LIBRSVG2_USE= GNOME=librsvg2 GNOME=cairo - -MATIO_DESC= Matlab MAT format support +LIBRSVG2_USE= GNOME=cairo,librsvg2 MATIO_CONFIGURE_WITH= matio -MATIO_LIB_DEPENDS= libmatio.so:math/matio \ - libhdf5.so:science/hdf5 - -CFITSIO_CONFIGURE_WITH= cfitsio -CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio - -WEBP_CONFIGURE_WITH= libwebp -WEBP_LIB_DEPENDS= libwebp.so:graphics/webp - +MATIO_LIB_DEPENDS= libmatio.so:math/matio +OPENEXR_CONFIGURE_WITH= OpenEXR +OPENEXR_LIB_DEPENDS= libImath.so:math/Imath libOpenEXR.so:graphics/openexr +ORC_CONFIGURE_WITH= orc +ORC_LIB_DEPENDS= liborc-0.4.so:devel/orc PANGO_CONFIGURE_WITH= pangoft2 PANGO_USE= GNOME=pango - -TIFF_CONFIGURE_WITH= tiff -TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff - -GIF_CONFIGURE_WITH= giflib -GIF_LIB_DEPENDS= libgif.so:graphics/giflib - PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:graphics/png - -JPEG_CONFIGURE_WITH= jpeg -JPEG_USES= jpeg -JPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg - -LIBEXIF_CONFIGURE_WITH= libexif -LIBEXIF_LIB_DEPENDS= libexif.so:graphics/libexif +POPPLER_CONFIGURE_WITH= poppler +POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib +POPPLER_USE= GNOME=cairo +TIFF_CONFIGURE_WITH= tiff +TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff +WEBP_CONFIGURE_WITH= libwebp +WEBP_LIB_DEPENDS= libwebp.so:graphics/webp +X11_CONFIGURE_WITH= x .include .if ${PORT_OPTIONS:MIMAGEMAGICK} -. if ${PORT_OPTIONS:MX11} -LIB_DEPENDS+= libMagickCore-7.so:graphics/ImageMagick7 -. else -LIB_DEPENDS+= libMagickCore-7.so:graphics/ImageMagick7-nox11 -. endif -.elif ${PORT_OPTIONS:MGRAPHMAGICK} -LIB_DEPENDS+= libGraphicsMagick.so:graphics/GraphicsMagick +.if ${PORT_OPTIONS:MX11} +LIB_DEPENDS+= libMagickCore-7.so:graphics/ImageMagick7 .else -CONFIGURE_ARGS+= --without-magick +LIB_DEPENDS+= libMagickCore-7.so:graphics/ImageMagick7-nox11 +.endif +.endif + +.if !${PORT_OPTIONS:MGRAPHMAGICK} && !${PORT_OPTIONS:MIMAGEMAGICK} +CONFIGURE_ARGS+=--without-magick .endif .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7735266835D; Mon, 27 Sep 2021 15:58:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kb6CSSz3lcZ; Mon, 27 Sep 2021 15:58:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DA8413E9A; Mon, 27 Sep 2021 15:58:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwlwI030611; Mon, 27 Sep 2021 15:58:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwlhi030610; Mon, 27 Sep 2021 15:58:47 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:47 GMT Message-Id: <202109271558.18RFwlhi030610@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fe235af38e46 - main - devel/p5-Const-Exporter: Update to 1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fe235af38e464b6e09021516d10f39890d2a1f43 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe235af38e464b6e09021516d10f39890d2a1f43 commit fe235af38e464b6e09021516d10f39890d2a1f43 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:53 +0000 devel/p5-Const-Exporter: Update to 1.2.1 Changes: https://metacpan.org/dist/Const-Exporter/changes --- devel/p5-Const-Exporter/Makefile | 2 +- devel/p5-Const-Exporter/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Const-Exporter/Makefile b/devel/p5-Const-Exporter/Makefile index bb4b784c8a2a..5066e3f9f25c 100644 --- a/devel/p5-Const-Exporter/Makefile +++ b/devel/p5-Const-Exporter/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= Const-Exporter -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v CATEGORIES= devel perl5 MASTER_SITES= CPAN diff --git a/devel/p5-Const-Exporter/distinfo b/devel/p5-Const-Exporter/distinfo index d2be50af066a..afc1b84bf3a1 100644 --- a/devel/p5-Const-Exporter/distinfo +++ b/devel/p5-Const-Exporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619198419 -SHA256 (Const-Exporter-v1.2.0.tar.gz) = bda8d71d73b4b37f706d221e4bd3561596662e00d7eb43e0f50c8f4feacc53e7 -SIZE (Const-Exporter-v1.2.0.tar.gz) = 21010 +TIMESTAMP = 1632664310 +SHA256 (Const-Exporter-v1.2.1.tar.gz) = bba633507640ce1be084a87bb3bdc1a39c169d99457399981522f46dd5f67278 +SIZE (Const-Exporter-v1.2.1.tar.gz) = 21109 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 686AE668366; Mon, 27 Sep 2021 15:58:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kf27M2z3llw; Mon, 27 Sep 2021 15:58:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7EA2513E9B; Mon, 27 Sep 2021 15:58:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwnwZ030659; Mon, 27 Sep 2021 15:58:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwnhC030658; Mon, 27 Sep 2021 15:58:49 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:49 GMT Message-Id: <202109271558.18RFwnhC030658@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 326050f1357d - main - devel/p5-Test2-Harness: Update to 1.000073 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 326050f1357d396256d74158af74dbef0bd87cd9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=326050f1357d396256d74158af74dbef0bd87cd9 commit 326050f1357d396256d74158af74dbef0bd87cd9 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:36 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:54 +0000 devel/p5-Test2-Harness: Update to 1.000073 Changes: https://metacpan.org/dist/Test2-Harness/changes --- devel/p5-Test2-Harness/Makefile | 7 +++---- devel/p5-Test2-Harness/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/p5-Test2-Harness/Makefile b/devel/p5-Test2-Harness/Makefile index 20f65347ce0c..7581e4b19d4c 100644 --- a/devel/p5-Test2-Harness/Makefile +++ b/devel/p5-Test2-Harness/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= Test2-Harness -PORTVERSION= 1.000072 +PORTVERSION= 1.000073 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST @@ -20,7 +20,6 @@ RUN_DEPENDS= p5-Data-UUID>=0:devel/p5-Data-UUID \ p5-Long-Jump>=0.000001:devel/p5-Long-Jump \ p5-Scope-Guard>=0:devel/p5-Scope-Guard \ p5-Term-Table>=0.015:devel/p5-Term-Table \ - p5-Test2-Plugin-Cover>=0.000022:devel/p5-Test2-Plugin-Cover \ p5-Test2-Plugin-MemUsage>=0.002002:devel/p5-Test2-Plugin-MemUsage \ p5-Test2-Plugin-UUID>=0.002001:devel/p5-Test2-Plugin-UUID \ p5-Test2-Suite>=0.000127:devel/p5-Test2-Suite \ @@ -40,7 +39,7 @@ RECOMMENDED_BUILD_DEPENDS= p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \ p5-HTTP-Tiny-Multipart>=0.08:www/p5-HTTP-Tiny-Multipart \ p5-IO-Pager>=1.00:devel/p5-IO-Pager \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ - p5-Test2-Plugin-Cover>=0.000024:devel/p5-Test2-Plugin-Cover \ + p5-Test2-Plugin-Cover>=0.000025:devel/p5-Test2-Plugin-Cover \ p5-Test2-Plugin-DBIProfile>=0.002002:devel/p5-Test2-Plugin-DBIProfile \ p5-Test2-Plugin-IOEvents>=0.001001:devel/p5-Test2-Plugin-IOEvents RECOMMENDED_RUN_DEPENDS=p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \ @@ -48,7 +47,7 @@ RECOMMENDED_RUN_DEPENDS=p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \ p5-HTTP-Tiny-Multipart>=0.08:www/p5-HTTP-Tiny-Multipart \ p5-IO-Pager>=1.00:devel/p5-IO-Pager \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ - p5-Test2-Plugin-Cover>=0.000024:devel/p5-Test2-Plugin-Cover \ + p5-Test2-Plugin-Cover>=0.000025:devel/p5-Test2-Plugin-Cover \ p5-Test2-Plugin-DBIProfile>=0.002002:devel/p5-Test2-Plugin-DBIProfile \ p5-Test2-Plugin-IOEvents>=0.001001:devel/p5-Test2-Plugin-IOEvents diff --git a/devel/p5-Test2-Harness/distinfo b/devel/p5-Test2-Harness/distinfo index 86fe75ce6329..ad2ee599d845 100644 --- a/devel/p5-Test2-Harness/distinfo +++ b/devel/p5-Test2-Harness/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036972 -SHA256 (Test2-Harness-1.000072.tar.gz) = 10a6463af36890c176e29ddf7d2113fdc5f718b1485a2ecd596a8dc9b92ff6b8 -SIZE (Test2-Harness-1.000072.tar.gz) = 337835 +TIMESTAMP = 1632664312 +SHA256 (Test2-Harness-1.000073.tar.gz) = a6f295bf0b92c4db8f559e194da93671c3baef3debc57c95e2fe3335bbfc1d75 +SIZE (Test2-Harness-1.000073.tar.gz) = 338010 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2AC5668539; Mon, 27 Sep 2021 15:58:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kc3brnz3lhy; Mon, 27 Sep 2021 15:58:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 595B1136E5; Mon, 27 Sep 2021 15:58:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwmnG030635; Mon, 27 Sep 2021 15:58:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwmEv030634; Mon, 27 Sep 2021 15:58:48 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:48 GMT Message-Id: <202109271558.18RFwmEv030634@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 8484ae94a630 - main - devel/p5-Proc-ProcessTable: Update PORTSCOUT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8484ae94a630c67892211e20cdde802e215b5203 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8484ae94a630c67892211e20cdde802e215b5203 commit 8484ae94a630c67892211e20cdde802e215b5203 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:35 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:53 +0000 devel/p5-Proc-ProcessTable: Update PORTSCOUT --- devel/p5-Proc-ProcessTable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-Proc-ProcessTable/Makefile b/devel/p5-Proc-ProcessTable/Makefile index e548730ee297..fce64692f4d4 100644 --- a/devel/p5-Proc-ProcessTable/Makefile +++ b/devel/p5-Proc-ProcessTable/Makefile @@ -18,7 +18,7 @@ USE_PERL5= configure OPTIONS_DEFINE= DOCS -PORTSCOUT= limit:^[0-9\.]*$$ +PORTSCOUT= limit:^[0-9\.]*$$ skipv:0.611,0.612 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Proc/ProcessTable/ProcessTable.so From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF5AD668553; Mon, 27 Sep 2021 15:58:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kY394pz3lp7; Mon, 27 Sep 2021 15:58:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD93C13B37; Mon, 27 Sep 2021 15:58:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwiFO030557; Mon, 27 Sep 2021 15:58:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwiiX030556; Mon, 27 Sep 2021 15:58:44 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:44 GMT Message-Id: <202109271558.18RFwiiX030556@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4b6aa94eebc2 - main - devel/p5-BorderStyles-Standard: Update to 0.007 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4b6aa94eebc26572f6ea8fab45464ed32900bd28 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:46 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b6aa94eebc26572f6ea8fab45464ed32900bd28 commit 4b6aa94eebc26572f6ea8fab45464ed32900bd28 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:52 +0000 devel/p5-BorderStyles-Standard: Update to 0.007 Changes: https://metacpan.org/dist/BorderStyles-Standard/changes --- devel/p5-BorderStyles-Standard/Makefile | 2 +- devel/p5-BorderStyles-Standard/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-BorderStyles-Standard/Makefile b/devel/p5-BorderStyles-Standard/Makefile index 186d06bcbf29..060d9fe28231 100644 --- a/devel/p5-BorderStyles-Standard/Makefile +++ b/devel/p5-BorderStyles-Standard/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= BorderStyles-Standard -PORTVERSION= 0.006 +PORTVERSION= 0.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLANCAR diff --git a/devel/p5-BorderStyles-Standard/distinfo b/devel/p5-BorderStyles-Standard/distinfo index a46c812809c4..b9de269b3b68 100644 --- a/devel/p5-BorderStyles-Standard/distinfo +++ b/devel/p5-BorderStyles-Standard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620928573 -SHA256 (BorderStyles-Standard-0.006.tar.gz) = 9127956e28102bc0a877d36db7c330e0537788273debbba1c9862184a79ebe03 -SIZE (BorderStyles-Standard-0.006.tar.gz) = 22504 +TIMESTAMP = 1632664306 +SHA256 (BorderStyles-Standard-0.007.tar.gz) = 9318972ccef98414ea878cedd64243c29acd8d3d0283b75bdb0ab5edb0cbb641 +SIZE (BorderStyles-Standard-0.007.tar.gz) = 23234 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD9F9668537; Mon, 27 Sep 2021 15:58:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kZ2rG1z3lhn; Mon, 27 Sep 2021 15:58:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F46413F09; Mon, 27 Sep 2021 15:58:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwjkB030583; Mon, 27 Sep 2021 15:58:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwjSO030582; Mon, 27 Sep 2021 15:58:45 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:45 GMT Message-Id: <202109271558.18RFwjSO030582@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 6a0a0e754354 - main - devel/p5-Config-Tiny: Update to 2.27 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6a0a0e754354cf0cb76169b9387df964c0735d57 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:47 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a0a0e754354cf0cb76169b9387df964c0735d57 commit 6a0a0e754354cf0cb76169b9387df964c0735d57 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:53 +0000 devel/p5-Config-Tiny: Update to 2.27 Changes: https://metacpan.org/dist/Config-Tiny/changes --- devel/p5-Config-Tiny/Makefile | 2 +- devel/p5-Config-Tiny/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Config-Tiny/Makefile b/devel/p5-Config-Tiny/Makefile index b5e86d5f7150..95a6a2de9fc4 100644 --- a/devel/p5-Config-Tiny/Makefile +++ b/devel/p5-Config-Tiny/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey Skvortsov PORTNAME= Config-Tiny -PORTVERSION= 2.26 +PORTVERSION= 2.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Config-Tiny/distinfo b/devel/p5-Config-Tiny/distinfo index 75ab4a8cc4bc..a58a13923fb0 100644 --- a/devel/p5-Config-Tiny/distinfo +++ b/devel/p5-Config-Tiny/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296123 -SHA256 (Config-Tiny-2.26.tgz) = 83b53291baec7884fbdfeb2a231297202df266cac58638b895ce25ec877dcf5f -SIZE (Config-Tiny-2.26.tgz) = 22443 +TIMESTAMP = 1632664308 +SHA256 (Config-Tiny-2.27.tgz) = 38b01b7014223a2890acdb84d67b08bfd6ddbd91b34e0de613b87cd961e0629d +SIZE (Config-Tiny-2.27.tgz) = 22653 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 087D1668542; Mon, 27 Sep 2021 15:58:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kP6jF4z3lr3; Mon, 27 Sep 2021 15:58:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C00DD13CF9; Mon, 27 Sep 2021 15:58:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwbLl030405; Mon, 27 Sep 2021 15:58:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwbqB030404; Mon, 27 Sep 2021 15:58:37 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:37 GMT Message-Id: <202109271558.18RFwbqB030404@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a1ef3cfad429 - main - sysutils/debhelper: Update to 13.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a1ef3cfad4292259e188bddd69ba93dec0ba62a8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1ef3cfad4292259e188bddd69ba93dec0ba62a8 commit a1ef3cfad4292259e188bddd69ba93dec0ba62a8 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:51 +0000 sysutils/debhelper: Update to 13.5.2 Changes: https://salsa.debian.org/debian/debhelper/-/blob/main/debian/changelog --- sysutils/debhelper/Makefile | 2 +- sysutils/debhelper/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/debhelper/Makefile b/sysutils/debhelper/Makefile index 0544a43dde24..a6e52fac993f 100644 --- a/sysutils/debhelper/Makefile +++ b/sysutils/debhelper/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= debhelper -PORTVERSION= 13.5.1 +PORTVERSION= 13.5.2 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/sysutils/debhelper/distinfo b/sysutils/debhelper/distinfo index 01db3d988a43..c051e8c8bf84 100644 --- a/sysutils/debhelper/distinfo +++ b/sysutils/debhelper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036906 -SHA256 (debhelper_13.5.1.tar.xz) = 390c3c8fd008aa74b0de1e790bc1e157fd3ba1b1901146679ee9b43dce97f04b -SIZE (debhelper_13.5.1.tar.xz) = 563280 +TIMESTAMP = 1632664298 +SHA256 (debhelper_13.5.2.tar.xz) = e6ee453ad12deac19cd22c09f1814daf332c0cbd692aae85b8f4f98caba55196 +SIZE (debhelper_13.5.2.tar.xz) = 563424 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48330668350; Mon, 27 Sep 2021 15:58:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kS2Rqfz3lrD; Mon, 27 Sep 2021 15:58:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D8FA136E4; Mon, 27 Sep 2021 15:58:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwd0F030453; Mon, 27 Sep 2021 15:58:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwdwF030452; Mon, 27 Sep 2021 15:58:39 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:39 GMT Message-Id: <202109271558.18RFwdwF030452@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: b6b97284627f - main - www/llhttp: Update to 6.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b6b97284627fc03401f1f3c83b6a025e4b02f2ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:41 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6b97284627fc03401f1f3c83b6a025e4b02f2ed commit b6b97284627fc03401f1f3c83b6a025e4b02f2ed Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:51 +0000 www/llhttp: Update to 6.0.5 Changes: https://github.com/nodejs/llhttp/releases --- www/llhttp/Makefile | 7 +--- www/llhttp/distinfo | 6 ++-- www/llhttp/files/CMakeLists.txt | 64 ----------------------------------- www/llhttp/files/patch-CMakeLists.txt | 46 +++++++++++++++++++++++++ 4 files changed, 50 insertions(+), 73 deletions(-) diff --git a/www/llhttp/Makefile b/www/llhttp/Makefile index 8e6de18aa8ff..db89c6965f5b 100644 --- a/www/llhttp/Makefile +++ b/www/llhttp/Makefile @@ -1,9 +1,8 @@ # Created by: Po-Chuan Hsieh PORTNAME= llhttp -PORTVERSION= 6.0.4 +PORTVERSION= 6.0.5 DISTVERSIONPREFIX= release/v -PORTREVISION= 1 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org @@ -19,8 +18,4 @@ CMAKE_ON= BUILD_SHARED_LIBS GH_ACCOUNT= nodejs USE_GITHUB= yes -post-patch: -# https://github.com/nodejs/llhttp/blob/master/CMakeLists.txt - @${CP} ${FILESDIR}/CMakeLists.txt ${WRKSRC}/ - .include diff --git a/www/llhttp/distinfo b/www/llhttp/distinfo index f53b9c676117..c18cf6b28087 100644 --- a/www/llhttp/distinfo +++ b/www/llhttp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629364640 -SHA256 (nodejs-llhttp-release-v6.0.4_GH0.tar.gz) = a2dc90e41060f89a7682c4c325e226599139a78e65bb5b79f28d6a52bac267c4 -SIZE (nodejs-llhttp-release-v6.0.4_GH0.tar.gz) = 37328 +TIMESTAMP = 1632664302 +SHA256 (nodejs-llhttp-release-v6.0.5_GH0.tar.gz) = 28d5bc494d379228cd7a9af32dfc518fc9e6c5ad56838cafb63e8062bee06bda +SIZE (nodejs-llhttp-release-v6.0.5_GH0.tar.gz) = 38102 diff --git a/www/llhttp/files/CMakeLists.txt b/www/llhttp/files/CMakeLists.txt deleted file mode 100644 index 2a3bb13a0028..000000000000 --- a/www/llhttp/files/CMakeLists.txt +++ /dev/null @@ -1,64 +0,0 @@ -cmake_minimum_required(VERSION 3.5.1) -cmake_policy(SET CMP0069 NEW) - -project(llhttp C) - -set(CMAKE_C_STANDARD 99) - -# -# Options -# -# Generic option -#option(BUILD_SHARED_LIBS "Build shared libraries (.dll/.so) instead of static ones (.lib/.a)" OFF) - -# Source code -set(LLHTTP_SOURCES - src/llhttp.c - src/http.c - src/api.c -) - -set(LLHTTP_HEADERS - include/llhttp.h -) - -add_library(llhttp) -add_library(llhttp_static STATIC) -add_library(llhttp::llhttp ALIAS llhttp) - -target_sources(llhttp PRIVATE ${LLHTTP_SOURCES} ${LLHTTP_HEADERS}) -target_sources(llhttp_static PRIVATE ${LLHTTP_SOURCES} ${LLHTTP_HEADERS}) - -# On windows with Visual Studio, add a debug postfix so that release -# and debug libraries can coexist. -if(MSVC) - set(CMAKE_DEBUG_POSTFIX "d") -endif() - -target_include_directories(llhttp PUBLIC - $ - $ -) -target_include_directories(llhttp_static PUBLIC - $ - $ -) - - -set_target_properties(llhttp PROPERTIES PUBLIC_HEADER ${LLHTTP_HEADERS}) -set_target_properties(llhttp_static PROPERTIES OUTPUT_NAME llhttp) - -install(TARGETS llhttp - EXPORT llhttp - ARCHIVE DESTINATION lib - PUBLIC_HEADER DESTINATION include/ -) -install(TARGETS llhttp_static - ARCHIVE DESTINATION lib -) - -# This is required to work with FetchContent -install(EXPORT llhttp - FILE llhttp-config.cmake - NAMESPACE llhttp:: - DESTINATION lib/cmake/llhttp) diff --git a/www/llhttp/files/patch-CMakeLists.txt b/www/llhttp/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..a4fdd7981dee --- /dev/null +++ b/www/llhttp/files/patch-CMakeLists.txt @@ -0,0 +1,46 @@ +--- CMakeLists.txt.orig 2021-08-25 00:31:04 UTC ++++ CMakeLists.txt +@@ -9,7 +9,7 @@ set(CMAKE_C_STANDARD 99) + # Options + # + # Generic option +-option(BUILD_SHARED_LIBS "Build shared libraries (.dll/.so) instead of static ones (.lib/.a)" OFF) ++#option(BUILD_SHARED_LIBS "Build shared libraries (.dll/.so) instead of static ones (.lib/.a)" OFF) + + # Source code + set(LLHTTP_SOURCES +@@ -23,9 +23,11 @@ set(LLHTTP_HEADERS + ) + + add_library(llhttp) ++add_library(llhttp_static STATIC) + add_library(llhttp::llhttp ALIAS llhttp) + + target_sources(llhttp PRIVATE ${LLHTTP_SOURCES} ${LLHTTP_HEADERS}) ++target_sources(llhttp_static PRIVATE ${LLHTTP_SOURCES} ${LLHTTP_HEADERS}) + + # On windows with Visual Studio, add a debug postfix so that release + # and debug libraries can coexist. +@@ -37,13 +39,22 @@ target_include_directories(llhttp PUBLIC + $ + $ + ) ++target_include_directories(llhttp_static PUBLIC ++ $ ++ $ ++) + ++ + set_target_properties(llhttp PROPERTIES PUBLIC_HEADER ${LLHTTP_HEADERS}) ++set_target_properties(llhttp_static PROPERTIES OUTPUT_NAME llhttp) + + install(TARGETS llhttp + EXPORT llhttp + ARCHIVE DESTINATION lib + PUBLIC_HEADER DESTINATION include/ ++) ++install(TARGETS llhttp_static ++ ARCHIVE DESTINATION lib + ) + + # This is required to work with FetchContent From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F52E668369; Mon, 27 Sep 2021 15:58:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kg0smjz3lj5; Mon, 27 Sep 2021 15:58:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3FF513F0A; Mon, 27 Sep 2021 15:58:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwo1F030683; Mon, 27 Sep 2021 15:58:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwooe030682; Mon, 27 Sep 2021 15:58:50 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:50 GMT Message-Id: <202109271558.18RFwooe030682@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 01ca582fe2b8 - main - devel/p5-Test2-Harness-UI: Update to 0.000086 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 01ca582fe2b866aaeb66ce4b1caffbc222b0291b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:52 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=01ca582fe2b866aaeb66ce4b1caffbc222b0291b commit 01ca582fe2b866aaeb66ce4b1caffbc222b0291b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:54 +0000 devel/p5-Test2-Harness-UI: Update to 0.000086 Changes: https://metacpan.org/dist/Test2-Harness-UI/changes --- devel/p5-Test2-Harness-UI/Makefile | 2 +- devel/p5-Test2-Harness-UI/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Test2-Harness-UI/Makefile b/devel/p5-Test2-Harness-UI/Makefile index 044dfd6cd0fb..9ce018bd395b 100644 --- a/devel/p5-Test2-Harness-UI/Makefile +++ b/devel/p5-Test2-Harness-UI/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= Test2-Harness-UI -PORTVERSION= 0.000084 +PORTVERSION= 0.000086 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST diff --git a/devel/p5-Test2-Harness-UI/distinfo b/devel/p5-Test2-Harness-UI/distinfo index a9921e09b4ef..31b14f6ac9bf 100644 --- a/devel/p5-Test2-Harness-UI/distinfo +++ b/devel/p5-Test2-Harness-UI/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036974 -SHA256 (Test2-Harness-UI-0.000084.tar.gz) = 34f198246d77a244aa1b64db18d0b3ec9527ea92c1f2fb233911d755d13f2b19 -SIZE (Test2-Harness-UI-0.000084.tar.gz) = 276171 +TIMESTAMP = 1632664314 +SHA256 (Test2-Harness-UI-0.000086.tar.gz) = 2581ad26d9c405030bc8690064a28d4db39da9eccc5dfcd064ef8dfddae327ec +SIZE (Test2-Harness-UI-0.000086.tar.gz) = 276268 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 632BB668556; Mon, 27 Sep 2021 15:58:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kj0ycxz3lgC; Mon, 27 Sep 2021 15:58:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E062313AE2; Mon, 27 Sep 2021 15:58:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwqwA030737; Mon, 27 Sep 2021 15:58:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwq0c030736; Mon, 27 Sep 2021 15:58:52 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:52 GMT Message-Id: <202109271558.18RFwq0c030736@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 1990963940f5 - main - devel/p5-XS-Parse-Keyword: Update to 0.17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1990963940f52a9057a10277e40fec3a0d9322cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:53 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1990963940f52a9057a10277e40fec3a0d9322cd commit 1990963940f52a9057a10277e40fec3a0d9322cd Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:54 +0000 devel/p5-XS-Parse-Keyword: Update to 0.17 Changes: https://metacpan.org/dist/XS-Parse-Keyword/changes --- devel/p5-XS-Parse-Keyword/Makefile | 2 +- devel/p5-XS-Parse-Keyword/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-XS-Parse-Keyword/Makefile b/devel/p5-XS-Parse-Keyword/Makefile index 275c91746108..95286b1eb129 100644 --- a/devel/p5-XS-Parse-Keyword/Makefile +++ b/devel/p5-XS-Parse-Keyword/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= XS-Parse-Keyword -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS diff --git a/devel/p5-XS-Parse-Keyword/distinfo b/devel/p5-XS-Parse-Keyword/distinfo index 72b37f8cd9d1..6e3698dc48c3 100644 --- a/devel/p5-XS-Parse-Keyword/distinfo +++ b/devel/p5-XS-Parse-Keyword/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036980 -SHA256 (XS-Parse-Keyword-0.15.tar.gz) = 49de7c193d4b02998521829258445a66171dc088849bdf7cf74ef9f8f3efcb56 -SIZE (XS-Parse-Keyword-0.15.tar.gz) = 58491 +TIMESTAMP = 1632664318 +SHA256 (XS-Parse-Keyword-0.17.tar.gz) = e16a9f3f119f7d9cdf020744172cf7c7b8ecba5b82ce05f6e2218d4de096a430 +SIZE (XS-Parse-Keyword-0.17.tar.gz) = 63886 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A66286B7EDC; Mon, 27 Sep 2021 15:58:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kl0K96z3lgJ; Mon, 27 Sep 2021 15:58:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0767D13E34; Mon, 27 Sep 2021 15:58:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwruM030761; Mon, 27 Sep 2021 15:58:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwr6H030760; Mon, 27 Sep 2021 15:58:53 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:53 GMT Message-Id: <202109271558.18RFwr6H030760@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5aeb72f312f2 - main - math/p5-Math-GMPq: Update to 0.47 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5aeb72f312f23d0d315158278eee993c7f7bd806 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5aeb72f312f23d0d315158278eee993c7f7bd806 commit 5aeb72f312f23d0d315158278eee993c7f7bd806 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:48 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:55 +0000 math/p5-Math-GMPq: Update to 0.47 Changes: https://metacpan.org/dist/Math-GMPq/changes --- math/p5-Math-GMPq/Makefile | 2 +- math/p5-Math-GMPq/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-GMPq/Makefile b/math/p5-Math-GMPq/Makefile index 0dfe40ab8437..6ef51a0c2c90 100644 --- a/math/p5-Math-GMPq/Makefile +++ b/math/p5-Math-GMPq/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= Math-GMPq -PORTVERSION= 0.46 +PORTVERSION= 0.47 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-GMPq/distinfo b/math/p5-Math-GMPq/distinfo index 48ca4bf58876..d90800531e2e 100644 --- a/math/p5-Math-GMPq/distinfo +++ b/math/p5-Math-GMPq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478353 -SHA256 (Math-GMPq-0.46.tar.gz) = 748ea1bdd51c09cc953bf7436c73eeee8252c710ea9ce0af93c8ac935124723d -SIZE (Math-GMPq-0.46.tar.gz) = 44863 +TIMESTAMP = 1632664320 +SHA256 (Math-GMPq-0.47.tar.gz) = b6d02c468826c331936cc318303d5d40f38c78c6c82f68f543736e578a62e8fc +SIZE (Math-GMPq-0.47.tar.gz) = 50383 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 454FF66857C; Mon, 27 Sep 2021 15:58:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kq0KHLz3lmJ; Mon, 27 Sep 2021 15:58:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABCFA13AE3; Mon, 27 Sep 2021 15:58:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwwxZ030863; Mon, 27 Sep 2021 15:58:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwwnE030862; Mon, 27 Sep 2021 15:58:58 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:58 GMT Message-Id: <202109271558.18RFwwnE030862@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 70d88be4f967 - main - devel/py-absl-py: Update to 0.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 70d88be4f967d087d87543b64d2d9d2dccd1e7b3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=70d88be4f967d087d87543b64d2d9d2dccd1e7b3 commit 70d88be4f967d087d87543b64d2d9d2dccd1e7b3 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:56 +0000 devel/py-absl-py: Update to 0.14.0 Changes: https://github.com/abseil/abseil-py/blob/master/absl/CHANGELOG.md --- devel/py-absl-py/Makefile | 2 +- devel/py-absl-py/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-absl-py/Makefile b/devel/py-absl-py/Makefile index 714cdba2fff2..7172796833da 100644 --- a/devel/py-absl-py/Makefile +++ b/devel/py-absl-py/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= absl-py -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-absl-py/distinfo b/devel/py-absl-py/distinfo index 0e2e3b4faa8a..94ce3753b9d8 100644 --- a/devel/py-absl-py/distinfo +++ b/devel/py-absl-py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189709 -SHA256 (absl-py-0.13.0.tar.gz) = 6953272383486044699fd0e9f00aad167a27e08ce19aae66c6c4b10e7e767793 -SIZE (absl-py-0.13.0.tar.gz) = 114421 +TIMESTAMP = 1632664328 +SHA256 (absl-py-0.14.0.tar.gz) = 7675ddb70ffd0e37a2e69322f8f2cd37b19e03a27f43420bea5850597ded9504 +SIZE (absl-py-0.14.0.tar.gz) = 114368 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9711466878E; Mon, 27 Sep 2021 15:59:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ks3fskz3ls7; Mon, 27 Sep 2021 15:59:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0240136E8; Mon, 27 Sep 2021 15:59:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx0g3030911; Mon, 27 Sep 2021 15:59:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx0H2030910; Mon, 27 Sep 2021 15:59:00 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:00 GMT Message-Id: <202109271559.18RFx0H2030910@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 17a524c40b7d - main - devel/py-ddtrace: Update to 0.53.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 17a524c40b7d2f053df9ded5596545efae20aad7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:02 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17a524c40b7d2f053df9ded5596545efae20aad7 commit 17a524c40b7d2f053df9ded5596545efae20aad7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:53 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:56 +0000 devel/py-ddtrace: Update to 0.53.2 Changes: https://github.com/DataDog/dd-trace-py/releases --- devel/py-ddtrace/Makefile | 4 ++-- devel/py-ddtrace/distinfo | 6 +++--- devel/py-ddtrace/files/patch-setup.py | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/devel/py-ddtrace/Makefile b/devel/py-ddtrace/Makefile index 894f5418d8c1..eb4996a5b66b 100644 --- a/devel/py-ddtrace/Makefile +++ b/devel/py-ddtrace/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= ddtrace -PORTVERSION= 0.53.1 +PORTVERSION= 0.53.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD3 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=4<6.1:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=4:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tenacity>=5:devel/py-tenacity@${PY_FLAVOR} diff --git a/devel/py-ddtrace/distinfo b/devel/py-ddtrace/distinfo index 8bbc87f02c6a..40ff9df02515 100644 --- a/devel/py-ddtrace/distinfo +++ b/devel/py-ddtrace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227512 -SHA256 (ddtrace-0.53.1.tar.gz) = 34dfa04790e001e3e57fa90e696415b5f61a9fa8c6ac67f518156dbb1f5e949d -SIZE (ddtrace-0.53.1.tar.gz) = 1344789 +TIMESTAMP = 1632664332 +SHA256 (ddtrace-0.53.2.tar.gz) = e1334dc848796e1d26754a629abf34c051f8b8b300979af04436efe7b8a7556d +SIZE (ddtrace-0.53.2.tar.gz) = 1343454 diff --git a/devel/py-ddtrace/files/patch-setup.py b/devel/py-ddtrace/files/patch-setup.py new file mode 100644 index 000000000000..3a11d49e2645 --- /dev/null +++ b/devel/py-ddtrace/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-09-21 14:40:10 UTC ++++ setup.py +@@ -202,7 +202,7 @@ setup( + "Programming Language :: Python :: 3.9", + ], + use_scm_version={"write_to": "ddtrace/_version.py"}, +- setup_requires=["setuptools_scm[toml]>=4,<6.1", "cython"], ++ setup_requires=["setuptools_scm[toml]>=4", "cython"], + ext_modules=ext_modules + + cythonize( + [ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39DA66683D7; Mon, 27 Sep 2021 15:58:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kg6xvvz3lcs; Mon, 27 Sep 2021 15:58:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA4FD13E33; Mon, 27 Sep 2021 15:58:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwpOg030709; Mon, 27 Sep 2021 15:58:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwpPj030708; Mon, 27 Sep 2021 15:58:51 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:51 GMT Message-Id: <202109271558.18RFwpPj030708@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 89a79ea3e7ef - main - devel/p5-Test2-Plugin-Cover: Update to 0.000025 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 89a79ea3e7ef95dc556f562d6b17edece31b0f2b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:52 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=89a79ea3e7ef95dc556f562d6b17edece31b0f2b commit 89a79ea3e7ef95dc556f562d6b17edece31b0f2b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:54 +0000 devel/p5-Test2-Plugin-Cover: Update to 0.000025 Changes: https://metacpan.org/dist/Test2-Plugin-Cover/changes --- devel/p5-Test2-Plugin-Cover/Makefile | 2 +- devel/p5-Test2-Plugin-Cover/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Test2-Plugin-Cover/Makefile b/devel/p5-Test2-Plugin-Cover/Makefile index 0c5c54b7a577..d4bd4d0cbc82 100644 --- a/devel/p5-Test2-Plugin-Cover/Makefile +++ b/devel/p5-Test2-Plugin-Cover/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= Test2-Plugin-Cover -PORTVERSION= 0.000024 +PORTVERSION= 0.000025 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST diff --git a/devel/p5-Test2-Plugin-Cover/distinfo b/devel/p5-Test2-Plugin-Cover/distinfo index 6769f27561ee..4c947ddf6574 100644 --- a/devel/p5-Test2-Plugin-Cover/distinfo +++ b/devel/p5-Test2-Plugin-Cover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103078 -SHA256 (Test2-Plugin-Cover-0.000024.tar.gz) = 318e16045dc822d2e36499978da062647113489f6b3fd73876e6e291e13248d3 -SIZE (Test2-Plugin-Cover-0.000024.tar.gz) = 30088 +TIMESTAMP = 1632664316 +SHA256 (Test2-Plugin-Cover-0.000025.tar.gz) = fe7abf963227c32b5bc85b4274e44fee9925ed9fce26ed48ce5b0ebc3ac775dd +SIZE (Test2-Plugin-Cover-0.000025.tar.gz) = 30751 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7FE2866856E; Mon, 27 Sep 2021 15:59:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6l20TXwz3lkG; Mon, 27 Sep 2021 15:59:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E821E13E36; Mon, 27 Sep 2021 15:59:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx8An031087; Mon, 27 Sep 2021 15:59:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx8mD031086; Mon, 27 Sep 2021 15:59:08 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:08 GMT Message-Id: <202109271559.18RFx8mD031086@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 231ea8e94a6e - main - devel/py-pip-tools: Update to 6.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 231ea8e94a6e8237863f6ca20e64b80f84856b29 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:10 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=231ea8e94a6e8237863f6ca20e64b80f84856b29 commit 231ea8e94a6e8237863f6ca20e64b80f84856b29 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:58 +0000 devel/py-pip-tools: Update to 6.3.0 Changes: https://github.com/jazzband/pip-tools/releases --- devel/py-pip-tools/Makefile | 2 +- devel/py-pip-tools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-pip-tools/Makefile b/devel/py-pip-tools/Makefile index 6600df7f963d..1e5555ce195b 100644 --- a/devel/py-pip-tools/Makefile +++ b/devel/py-pip-tools/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pip-tools -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pip-tools/distinfo b/devel/py-pip-tools/distinfo index 38a8e7b1e43c..8f2c09bcffa2 100644 --- a/devel/py-pip-tools/distinfo +++ b/devel/py-pip-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624630114 -SHA256 (pip-tools-6.2.0.tar.gz) = 9ed38c73da4993e531694ea151f77048b4dbf2ba7b94c4a569daa39568cc6564 -SIZE (pip-tools-6.2.0.tar.gz) = 126385 +TIMESTAMP = 1632664346 +SHA256 (pip-tools-6.3.0.tar.gz) = 1835a1848bdfb22b2b6e5d10d630844ff5ee15e24b6c3bf92319c76f205d347f +SIZE (pip-tools-6.3.0.tar.gz) = 109511 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CAB36668797; Mon, 27 Sep 2021 15:59:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kz2Cv9z3lmg; Mon, 27 Sep 2021 15:59:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 884A513CFB; Mon, 27 Sep 2021 15:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx5XT031015; Mon, 27 Sep 2021 15:59:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx5gX031014; Mon, 27 Sep 2021 15:59:05 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:05 GMT Message-Id: <202109271559.18RFx5gX031014@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 05c47a1ab694 - main - devel/py-jupyterlab: Update to 3.1.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 05c47a1ab6942333a2eb43e876cfea50bf934061 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=05c47a1ab6942333a2eb43e876cfea50bf934061 commit 05c47a1ab6942333a2eb43e876cfea50bf934061 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:57 +0000 devel/py-jupyterlab: Update to 3.1.13 Changes: https://github.com/jupyterlab/jupyterlab/blob/3.1.x/CHANGELOG.md https://github.com/jupyterlab/jupyterlab/commits/3.1.x --- devel/py-jupyterlab/Makefile | 2 +- devel/py-jupyterlab/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-jupyterlab/Makefile b/devel/py-jupyterlab/Makefile index 2a977ab8dd2b..db3a762dc279 100644 --- a/devel/py-jupyterlab/Makefile +++ b/devel/py-jupyterlab/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= jupyterlab -PORTVERSION= 3.1.12 +PORTVERSION= 3.1.13 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jupyterlab/distinfo b/devel/py-jupyterlab/distinfo index 08367d446ff1..e5b0805371ab 100644 --- a/devel/py-jupyterlab/distinfo +++ b/devel/py-jupyterlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227536 -SHA256 (jupyterlab-3.1.12.tar.gz) = d16d244b09ff6c101672637101313263bfd76d4c057bfe79a401fea54e1be0e9 -SIZE (jupyterlab-3.1.12.tar.gz) = 15415700 +TIMESTAMP = 1632664340 +SHA256 (jupyterlab-3.1.13.tar.gz) = 48a6214ba8310d8bdb3eb6bac8eedf449c77d1bbb6f81b586267c158ad00b899 +SIZE (jupyterlab-3.1.13.tar.gz) = 15424762 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D4A66B7F7C; Mon, 27 Sep 2021 15:58:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kp42P5z3ls2; Mon, 27 Sep 2021 15:58:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CC9713F0C; Mon, 27 Sep 2021 15:58:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwvCS030833; Mon, 27 Sep 2021 15:58:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwvRC030832; Mon, 27 Sep 2021 15:58:57 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:57 GMT Message-Id: <202109271558.18RFwvRC030832@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 198ca7503cc7 - main - deskutils/py-send2trash: Update to 1.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 198ca7503cc71fb005110d8fcc819ce3a86f637f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=198ca7503cc71fb005110d8fcc819ce3a86f637f commit 198ca7503cc71fb005110d8fcc819ce3a86f637f Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:55 +0000 deskutils/py-send2trash: Update to 1.8.0 Changes: https://github.com/arsenetar/send2trash/releases --- deskutils/py-send2trash/Makefile | 5 ++--- deskutils/py-send2trash/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index da5315664a1e..e32b35fffefa 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -1,8 +1,7 @@ # Created by: Rusmir Dusko PORTNAME= send2trash -DISTVERSION= 1.5.0 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,7 @@ COMMENT= Small package that sends files to the Trash LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= dos2unix python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/deskutils/py-send2trash/distinfo b/deskutils/py-send2trash/distinfo index 8baeb61592bc..4a6f886e1533 100644 --- a/deskutils/py-send2trash/distinfo +++ b/deskutils/py-send2trash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609598879 -SHA256 (Send2Trash-1.5.0.tar.gz) = 60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2 -SIZE (Send2Trash-1.5.0.tar.gz) = 10892 +TIMESTAMP = 1632664326 +SHA256 (Send2Trash-1.8.0.tar.gz) = d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d +SIZE (Send2Trash-1.8.0.tar.gz) = 13455 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43740668885; Mon, 27 Sep 2021 15:59:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kt4C40z3lvR; Mon, 27 Sep 2021 15:59:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24F4513F0D; Mon, 27 Sep 2021 15:59:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx2Zw030937; Mon, 27 Sep 2021 15:59:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx2mp030936; Mon, 27 Sep 2021 15:59:02 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:02 GMT Message-Id: <202109271559.18RFx2mp030936@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c72e8fd229d4 - main - devel/py-frictionless: Update to 4.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c72e8fd229d42133b6088f9655cec6a33d264481 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c72e8fd229d42133b6088f9655cec6a33d264481 commit c72e8fd229d42133b6088f9655cec6a33d264481 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:56 +0000 devel/py-frictionless: Update to 4.17.1 Changes: https://github.com/frictionlessdata/frictionless-py/blob/main/CHANGELOG.md https://github.com/frictionlessdata/frictionless-py/commits/main --- devel/py-frictionless/Makefile | 2 +- devel/py-frictionless/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-frictionless/Makefile b/devel/py-frictionless/Makefile index 4dbb2f52ce38..b1d62520901f 100644 --- a/devel/py-frictionless/Makefile +++ b/devel/py-frictionless/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= frictionless -PORTVERSION= 4.16.6 +PORTVERSION= 4.17.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-frictionless/distinfo b/devel/py-frictionless/distinfo index ce901a51b18c..3b66c9aa502e 100644 --- a/devel/py-frictionless/distinfo +++ b/devel/py-frictionless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227520 -SHA256 (frictionless-4.16.6.tar.gz) = c16ae4e787104088fbe9ecb340011c70b30214c3ca132c45bee5b09b0ef168c0 -SIZE (frictionless-4.16.6.tar.gz) = 167098 +TIMESTAMP = 1632664334 +SHA256 (frictionless-4.17.1.tar.gz) = e0b6aea23072014ee1e1cd57f2228f462b21d263cc998b2aa738a17a789fafff +SIZE (frictionless-4.17.1.tar.gz) = 167576 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7645D668895; Mon, 27 Sep 2021 15:59:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kz5m72z3lgy; Mon, 27 Sep 2021 15:59:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2AC713B38; Mon, 27 Sep 2021 15:59:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx6c8031039; Mon, 27 Sep 2021 15:59:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx60j031038; Mon, 27 Sep 2021 15:59:06 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:06 GMT Message-Id: <202109271559.18RFx60j031038@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: b9f86979c7ba - main - devel/py-libcst: Update to 0.3.21 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b9f86979c7ba3df10cb9ab47ed7b5de00ae1c186 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9f86979c7ba3df10cb9ab47ed7b5de00ae1c186 commit b9f86979c7ba3df10cb9ab47ed7b5de00ae1c186 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:58 +0000 devel/py-libcst: Update to 0.3.21 Changes: https://github.com/Instagram/LibCST/releases --- devel/py-libcst/Makefile | 3 ++- devel/py-libcst/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index 4cb395d3c169..7964b2d9aaca 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= libcst -PORTVERSION= 0.3.20 +PORTVERSION= 0.3.21 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ COMMENT= Concrete syntax tree with AST-like properties LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.2:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-inspect>=0.4.0:devel/py-typing-inspect@${PY_FLAVOR} diff --git a/devel/py-libcst/distinfo b/devel/py-libcst/distinfo index f53e8a37083c..f8218dd27def 100644 --- a/devel/py-libcst/distinfo +++ b/devel/py-libcst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037094 -SHA256 (libcst-0.3.20.tar.gz) = 9d50d4eab28b570e254cc63287ce3009b945be4114c7a29662b67204cfc18060 -SIZE (libcst-0.3.20.tar.gz) = 418791 +TIMESTAMP = 1632664342 +SHA256 (libcst-0.3.21.tar.gz) = 4302a8f09cd9e5ab5962f8e126d032bba98541893dd38cce6b4770969fed059d +SIZE (libcst-0.3.21.tar.gz) = 576548 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 22C556687A6; Mon, 27 Sep 2021 15:59:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6l62bHsz3m2y; Mon, 27 Sep 2021 15:59:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CFF513E37; Mon, 27 Sep 2021 15:59:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxDE5031189; Mon, 27 Sep 2021 15:59:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxDMj031188; Mon, 27 Sep 2021 15:59:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:13 GMT Message-Id: <202109271559.18RFxDMj031188@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 677f24857ee5 - main - devel/py-xdis: Update to 5.0.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 677f24857ee5a980e1dc972890fabcef5772c422 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=677f24857ee5a980e1dc972890fabcef5772c422 commit 677f24857ee5a980e1dc972890fabcef5772c422 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:59 +0000 devel/py-xdis: Update to 5.0.13 Changes: https://github.com/rocky/python-xdis/releases --- devel/py-xdis/Makefile | 2 +- devel/py-xdis/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-xdis/Makefile b/devel/py-xdis/Makefile index 8311491c8620..dd074c78823f 100644 --- a/devel/py-xdis/Makefile +++ b/devel/py-xdis/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= xdis -PORTVERSION= 5.0.12 +PORTVERSION= 5.0.13 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-xdis/distinfo b/devel/py-xdis/distinfo index 20709e4f110f..0d8c32d860fd 100644 --- a/devel/py-xdis/distinfo +++ b/devel/py-xdis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037168 -SHA256 (xdis-5.0.12.tar.gz) = fba33d89574eca1a070c2a46f5f131866ef141df23feef937a00406a669e665f -SIZE (xdis-5.0.12.tar.gz) = 292848 +TIMESTAMP = 1632664354 +SHA256 (xdis-5.0.13.tar.gz) = 5b8e767a8c38a8d5f45ddaefd3a616808c326a703ce0e51eb71b7ea2fd1f5632 +SIZE (xdis-5.0.13.tar.gz) = 293239 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F10D7668373; Mon, 27 Sep 2021 15:59:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6l55TMNz3lqY; Mon, 27 Sep 2021 15:59:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5729A13B39; Mon, 27 Sep 2021 15:59:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxCNZ031165; Mon, 27 Sep 2021 15:59:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxCB6031164; Mon, 27 Sep 2021 15:59:12 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:12 GMT Message-Id: <202109271559.18RFxCB6031164@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7a1e816c6f04 - main - devel/py-python-application: Update to 2.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7a1e816c6f0498c7afcc67f3bea827a528108eb7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a1e816c6f0498c7afcc67f3bea827a528108eb7 commit 7a1e816c6f0498c7afcc67f3bea827a528108eb7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:59 +0000 devel/py-python-application: Update to 2.8.0 - Update LICENSE Changes: https://github.com/AGProjects/python-application/blob/master/ChangeLog --- devel/py-python-application/Makefile | 8 +++++--- devel/py-python-application/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/py-python-application/Makefile b/devel/py-python-application/Makefile index 6fa742936456..229e0a55faa9 100644 --- a/devel/py-python-application/Makefile +++ b/devel/py-python-application/Makefile @@ -1,8 +1,7 @@ # Created by: Eugene Grosbein PORTNAME= python-application -PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTVERSION= 2.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +9,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Basic building blocks for python applications -LICENSE= LGPL20+ +LICENSE= LGPL21+ + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-python-application/distinfo b/devel/py-python-application/distinfo index 373b41fb63cd..78905fd924ea 100644 --- a/devel/py-python-application/distinfo +++ b/devel/py-python-application/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629364640 -SHA256 (python-application-1.2.9.tar.gz) = 2bab78f0bae44e81295cdc90decf6aef39714b7bdf641b2926fb2f01229536d3 -SIZE (python-application-1.2.9.tar.gz) = 40622 +TIMESTAMP = 1632664352 +SHA256 (python-application-2.8.0.tar.gz) = 72028b68fbf171bb5544402b997ee5e56c846698b1559d0e07de421ab68763eb +SIZE (python-application-2.8.0.tar.gz) = 55619 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 94A4B6B7EF5; Mon, 27 Sep 2021 15:59:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lK0CkTz3m1s; Mon, 27 Sep 2021 15:59:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA4D413B3C; Mon, 27 Sep 2021 15:59:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxMrN031393; Mon, 27 Sep 2021 15:59:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxMt2031392; Mon, 27 Sep 2021 15:59:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:22 GMT Message-Id: <202109271559.18RFxMt2031392@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9b778e94c82e - main - science/py-spaghetti: Update to 1.6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9b778e94c82e3f1e9eea7e5ca8b1a6b23f0cccc7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b778e94c82e3f1e9eea7e5ca8b1a6b23f0cccc7 commit 9b778e94c82e3f1e9eea7e5ca8b1a6b23f0cccc7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:01 +0000 science/py-spaghetti: Update to 1.6.4 Changes: https://github.com/pysal/spaghetti/releases --- science/py-spaghetti/Makefile | 2 +- science/py-spaghetti/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/py-spaghetti/Makefile b/science/py-spaghetti/Makefile index 256ad5677f30..54271a4b8dd8 100644 --- a/science/py-spaghetti/Makefile +++ b/science/py-spaghetti/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= spaghetti -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.4 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-spaghetti/distinfo b/science/py-spaghetti/distinfo index 88c247c9dd43..37aca9e60565 100644 --- a/science/py-spaghetti/distinfo +++ b/science/py-spaghetti/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625323615 -SHA256 (spaghetti-1.6.2.tar.gz) = 278c722e985563e679d006e65266355bf6be3464824b2fd20a41aa178a8ec1c6 -SIZE (spaghetti-1.6.2.tar.gz) = 58580 +TIMESTAMP = 1632664368 +SHA256 (spaghetti-1.6.4.tar.gz) = f8c139d776a487b4b183db910a5d11d3142aca872e850303438c7b150f4d37f0 +SIZE (spaghetti-1.6.4.tar.gz) = 75688 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77BC56688AF; Mon, 27 Sep 2021 15:59:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6l80X8Jz3lkb; Mon, 27 Sep 2021 15:59:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A305F13E38; Mon, 27 Sep 2021 15:59:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxEXX031213; Mon, 27 Sep 2021 15:59:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxEbu031212; Mon, 27 Sep 2021 15:59:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:14 GMT Message-Id: <202109271559.18RFxEbu031212@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fd96ef12dea0 - main - graphics/py-tifffile: Update to 2021.8.30 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fd96ef12dea05e65c33337b3395dd60e73695295 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:17 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd96ef12dea05e65c33337b3395dd60e73695295 commit fd96ef12dea05e65c33337b3395dd60e73695295 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:00 +0000 graphics/py-tifffile: Update to 2021.8.30 Changes: https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst --- graphics/py-tifffile/Makefile | 2 +- graphics/py-tifffile/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/py-tifffile/Makefile b/graphics/py-tifffile/Makefile index bb553920fd59..0e60354422f1 100644 --- a/graphics/py-tifffile/Makefile +++ b/graphics/py-tifffile/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= tifffile -PORTVERSION= 2021.7.2 +PORTVERSION= 2021.8.30 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-tifffile/distinfo b/graphics/py-tifffile/distinfo index 023fde6117d8..6d753da70833 100644 --- a/graphics/py-tifffile/distinfo +++ b/graphics/py-tifffile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626714622 -SHA256 (tifffile-2021.7.2.tar.gz) = 17fc5ca901f7d7b827a16e4695668e6120319324efe6d1333258397d8a71dedb -SIZE (tifffile-2021.7.2.tar.gz) = 253302 +TIMESTAMP = 1632664356 +SHA256 (tifffile-2021.8.30.tar.gz) = 8760e61e30106ea0dab9ec42a238d70a3ff55dde9c54456e7b748fe717cb782d +SIZE (tifffile-2021.8.30.tar.gz) = 258311 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0305A66836A; Mon, 27 Sep 2021 15:58:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6km4WbZz3lxR; Mon, 27 Sep 2021 15:58:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5424E13F0B; Mon, 27 Sep 2021 15:58:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwuY8030809; Mon, 27 Sep 2021 15:58:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwuYe030808; Mon, 27 Sep 2021 15:58:56 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:56 GMT Message-Id: <202109271558.18RFwuYe030808@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c977d950b09a - main - databases/py-zodbpickle: Update to 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c977d950b09a5f31fef5d0ea1c4d473beedbd298 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:58:57 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c977d950b09a5f31fef5d0ea1c4d473beedbd298 commit c977d950b09a5f31fef5d0ea1c4d473beedbd298 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:55 +0000 databases/py-zodbpickle: Update to 2.1.0 Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst --- databases/py-zodbpickle/Makefile | 2 +- databases/py-zodbpickle/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/py-zodbpickle/Makefile b/databases/py-zodbpickle/Makefile index e3488054491a..a9089618fb22 100644 --- a/databases/py-zodbpickle/Makefile +++ b/databases/py-zodbpickle/Makefile @@ -1,7 +1,7 @@ # Created by: Mark Felder PORTNAME= zodbpickle -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-zodbpickle/distinfo b/databases/py-zodbpickle/distinfo index 112718fc17d4..f6c16c7d5461 100644 --- a/databases/py-zodbpickle/distinfo +++ b/databases/py-zodbpickle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577693915 -SHA256 (zodbpickle-2.0.0.tar.gz) = e0d9930f46d41f086a763f40a12d014c46bbc5e19e728c8d66d7a06fef616739 -SIZE (zodbpickle-2.0.0.tar.gz) = 183073 +TIMESTAMP = 1632664324 +SHA256 (zodbpickle-2.1.0.tar.gz) = ca6a89b55fd1298bf4a9bc9b5640805792e4c27ebf0153a194ec63b8ec1df2a8 +SIZE (zodbpickle-2.1.0.tar.gz) = 183007 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 29A6D66857E; Mon, 27 Sep 2021 15:59:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kr5CRmz3lmQ; Mon, 27 Sep 2021 15:59:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFA6C136E7; Mon, 27 Sep 2021 15:58:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFwxGI030887; Mon, 27 Sep 2021 15:58:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwxCo030886; Mon, 27 Sep 2021 15:58:59 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:59 GMT Message-Id: <202109271558.18RFwxCo030886@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 80790b92d6ce - main - devel/py-check-manifest: Update to 0.47 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 80790b92d6ce259318eabfb4a95c430eb6a221a4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:01 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=80790b92d6ce259318eabfb4a95c430eb6a221a4 commit 80790b92d6ce259318eabfb4a95c430eb6a221a4 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:56 +0000 devel/py-check-manifest: Update to 0.47 Changes: https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst --- devel/py-check-manifest/Makefile | 2 +- devel/py-check-manifest/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-check-manifest/Makefile b/devel/py-check-manifest/Makefile index 9f25a338929c..9bae92d6b46c 100644 --- a/devel/py-check-manifest/Makefile +++ b/devel/py-check-manifest/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= check-manifest -PORTVERSION= 0.46 +PORTVERSION= 0.47 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-check-manifest/distinfo b/devel/py-check-manifest/distinfo index 3515eb785604..4db53f2a4089 100644 --- a/devel/py-check-manifest/distinfo +++ b/devel/py-check-manifest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609953903 -SHA256 (check-manifest-0.46.tar.gz) = 5895e42a012989bdc51854a02c82c8d6898112a4ab11f2d7878200520b49d428 -SIZE (check-manifest-0.46.tar.gz) = 42182 +TIMESTAMP = 1632664330 +SHA256 (check-manifest-0.47.tar.gz) = 56dadd260a9c7d550b159796d2894b6d0bcc176a94cbc426d9bb93e5e48d12ce +SIZE (check-manifest-0.47.tar.gz) = 42682 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC8FD668816; Mon, 27 Sep 2021 15:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kx1JCSz3ly8; Mon, 27 Sep 2021 15:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 627B0136E9; Mon, 27 Sep 2021 15:59:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx4T3030991; Mon, 27 Sep 2021 15:59:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx4av030990; Mon, 27 Sep 2021 15:59:04 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:04 GMT Message-Id: <202109271559.18RFx4av030990@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5bb7a6006ae9 - main - devel/py-hypothesis: Update to 6.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5bb7a6006ae99a20421ffa3c153515da79607b02 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:06 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bb7a6006ae99a20421ffa3c153515da79607b02 commit 5bb7a6006ae99a20421ffa3c153515da79607b02 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:55 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:57 +0000 devel/py-hypothesis: Update to 6.22.0 Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst --- devel/py-hypothesis/Makefile | 2 +- devel/py-hypothesis/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index af47ffdc1572..930540b59b36 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,7 +1,7 @@ # Created by: Brendan Molloy PORTNAME= hypothesis -PORTVERSION= 6.21.6 +PORTVERSION= 6.22.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 8e461e7aac40..0acc9ceb38ae 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227530 -SHA256 (hypothesis-6.21.6.tar.gz) = 29b72005910f2a548d727e5d5accf862a6ae84e49176d748fb6ca040ef657592 -SIZE (hypothesis-6.21.6.tar.gz) = 312489 +TIMESTAMP = 1632664338 +SHA256 (hypothesis-6.22.0.tar.gz) = 3c297228cfea7665b10afccb6a7c3e509c2bc4b477bdbe89e00080280368eca7 +SIZE (hypothesis-6.22.0.tar.gz) = 312549 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C846A66891F; Mon, 27 Sep 2021 15:59:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lB0V8cz3lnH; Mon, 27 Sep 2021 15:59:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02ED313E39; Mon, 27 Sep 2021 15:59:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxGAI031267; Mon, 27 Sep 2021 15:59:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxGmS031266; Mon, 27 Sep 2021 15:59:16 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:16 GMT Message-Id: <202109271559.18RFxGmS031266@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5c605bb2f0c9 - main - net/py-smbprotocol: Update to 1.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5c605bb2f0c936244c7faba89dccf9c40e70ad72 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c605bb2f0c936244c7faba89dccf9c40e70ad72 commit 5c605bb2f0c936244c7faba89dccf9c40e70ad72 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:22 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:00 +0000 net/py-smbprotocol: Update to 1.7.0 Changes: https://github.com/jborean93/smbprotocol/releases --- net/py-smbprotocol/Makefile | 2 +- net/py-smbprotocol/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/py-smbprotocol/Makefile b/net/py-smbprotocol/Makefile index 7f6b6289c85d..1df95d16aeb5 100644 --- a/net/py-smbprotocol/Makefile +++ b/net/py-smbprotocol/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= smbprotocol -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-smbprotocol/distinfo b/net/py-smbprotocol/distinfo index eafada6539b9..bc33161e5058 100644 --- a/net/py-smbprotocol/distinfo +++ b/net/py-smbprotocol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037206 -SHA256 (smbprotocol-1.6.2.tar.gz) = 96b7b49586da3567fa43919a7cb8a3ba434324dbf893b48087af0ecb248e335a -SIZE (smbprotocol-1.6.2.tar.gz) = 116602 +TIMESTAMP = 1632664360 +SHA256 (smbprotocol-1.7.0.tar.gz) = 4202c4286068a972b61d13f1b48d3b3272f583c77c7475e43ac88a7346b3cda9 +SIZE (smbprotocol-1.7.0.tar.gz) = 116458 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20B8E66837F; Mon, 27 Sep 2021 15:59:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lC4xfTz3lqp; Mon, 27 Sep 2021 15:59:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28B7B13B3A; Mon, 27 Sep 2021 15:59:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxIhV031291; Mon, 27 Sep 2021 15:59:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxI1i031290; Mon, 27 Sep 2021 15:59:18 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:18 GMT Message-Id: <202109271559.18RFxI1i031290@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a4638fcf0575 - main - print/py-fonttools: Update to 4.27.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a4638fcf0575451874cea6db853e86851d30dc42 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4638fcf0575451874cea6db853e86851d30dc42 commit a4638fcf0575451874cea6db853e86851d30dc42 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:00 +0000 print/py-fonttools: Update to 4.27.1 Changes: https://github.com/fonttools/fonttools/releases --- print/py-fonttools/Makefile | 2 +- print/py-fonttools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 8d046c752646..c1bf7fdd23ba 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -1,7 +1,7 @@ # Created by: Joseph Koshy PORTNAME= fonttools -PORTVERSION= 4.27.0 +PORTVERSION= 4.27.1 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/py-fonttools/distinfo b/print/py-fonttools/distinfo index ca180d17be49..eee84f02f326 100644 --- a/print/py-fonttools/distinfo +++ b/print/py-fonttools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037212 -SHA256 (fonttools-4.27.0.zip) = 22ca101453fbc41fc5e34749402e41bdc41064b66daea80440cc12f501a45ad7 -SIZE (fonttools-4.27.0.zip) = 4524559 +TIMESTAMP = 1632664362 +SHA256 (fonttools-4.27.1.zip) = 6e483f77dc5b862452c2888ec944fca5b79cffb741c7469786a442360681b4e8 +SIZE (fonttools-4.27.1.zip) = 4522523 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 06897668A03; Mon, 27 Sep 2021 15:59:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lH138Vz3m1c; Mon, 27 Sep 2021 15:59:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97D1913B3B; Mon, 27 Sep 2021 15:59:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxLFZ031369; Mon, 27 Sep 2021 15:59:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxLjj031368; Mon, 27 Sep 2021 15:59:21 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:21 GMT Message-Id: <202109271559.18RFxLjj031368@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 931b97d41fa6 - main - science/py-h5py: Update version requirement of BUILD_DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 931b97d41fa6986f608fad8d4bedaa6c7c0a4c5d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=931b97d41fa6986f608fad8d4bedaa6c7c0a4c5d commit 931b97d41fa6986f608fad8d4bedaa6c7c0a4c5d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:01 +0000 science/py-h5py: Update version requirement of BUILD_DEPENDS --- science/py-h5py/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile index 33fecba77268..3f95bb39e820 100644 --- a/science/py-h5py/Makefile +++ b/science/py-h5py/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licenses/license.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.15:lang/cython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} \ ${RUN_DEPENDS} LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.14.5,1:math/py-numpy@${PY_FLAVOR} From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3970668A11; Mon, 27 Sep 2021 15:59:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lb20bGz3m6c; Mon, 27 Sep 2021 15:59:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3402713E3B; Mon, 27 Sep 2021 15:59:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxXnM031621; Mon, 27 Sep 2021 15:59:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxX91031620; Mon, 27 Sep 2021 15:59:33 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:33 GMT Message-Id: <202109271559.18RFxX91031620@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: aea37fbee70a - main - databases/rubygem-globalid-rails61: Update to 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: aea37fbee70aae7f46f634546374fff812f7751f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aea37fbee70aae7f46f634546374fff812f7751f commit aea37fbee70aae7f46f634546374fff812f7751f Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:03 +0000 databases/rubygem-globalid-rails61: Update to 0.5.2 Changes: https://github.com/rails/globalid/releases --- databases/rubygem-globalid-rails61/Makefile | 4 ++-- databases/rubygem-globalid-rails61/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/rubygem-globalid-rails61/Makefile b/databases/rubygem-globalid-rails61/Makefile index 8bc4e782e0fd..67d5fb25652a 100644 --- a/databases/rubygem-globalid-rails61/Makefile +++ b/databases/rubygem-globalid-rails61/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= globalid -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.2 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails61 @@ -12,7 +12,7 @@ COMMENT= URIs for your models makes it easy to pass references around LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport61>=4.2.0:devel/rubygem-activesupport61 +RUN_DEPENDS= rubygem-activesupport61>=5.0:devel/rubygem-activesupport61 USES= gem USE_RUBY= yes diff --git a/databases/rubygem-globalid-rails61/distinfo b/databases/rubygem-globalid-rails61/distinfo index 30ad220803a6..8202853087d9 100644 --- a/databases/rubygem-globalid-rails61/distinfo +++ b/databases/rubygem-globalid-rails61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549638071 -SHA256 (rubygem/globalid-0.4.2.gem) = 61f72a3817e0d8ca0c382460847ed19b821805b5a9ad3204774b9cc976b37dfe -SIZE (rubygem/globalid-0.4.2.gem) = 12800 +TIMESTAMP = 1632664386 +SHA256 (rubygem/globalid-0.5.2.gem) = 75539151585a63882a34a6c11e12fe0c506c684a35e5dd5308bb8e09f5e0dc4c +SIZE (rubygem/globalid-0.5.2.gem) = 13312 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2978366898F; Mon, 27 Sep 2021 15:59:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lb39lkz3mLF; Mon, 27 Sep 2021 15:59:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73CCA13AE5; Mon, 27 Sep 2021 15:59:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxY0n031645; Mon, 27 Sep 2021 15:59:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxYJ9031644; Mon, 27 Sep 2021 15:59:34 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:34 GMT Message-Id: <202109271559.18RFxYJ9031644@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a2985b3ca4cf - main - devel/rubygem-CFPropertyList: Update to 3.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a2985b3ca4cfa1a4fd2c8a608bfaa1413d12ab05 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2985b3ca4cfa1a4fd2c8a608bfaa1413d12ab05 commit a2985b3ca4cfa1a4fd2c8a608bfaa1413d12ab05 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:04 +0000 devel/rubygem-CFPropertyList: Update to 3.0.4 Changes: https://github.com/ckruse/CFPropertyList/commits/master --- devel/rubygem-CFPropertyList/Makefile | 4 +++- devel/rubygem-CFPropertyList/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-CFPropertyList/Makefile b/devel/rubygem-CFPropertyList/Makefile index 32ebdf33f458..d4acf970e3de 100644 --- a/devel/rubygem-CFPropertyList/Makefile +++ b/devel/rubygem-CFPropertyList/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= CFPropertyList -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,6 +11,8 @@ COMMENT= Read, write and manipulate both binary and XML property lists LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml + USES= gem USE_RUBY= yes diff --git a/devel/rubygem-CFPropertyList/distinfo b/devel/rubygem-CFPropertyList/distinfo index 9a88854efc83..e8170ee62f30 100644 --- a/devel/rubygem-CFPropertyList/distinfo +++ b/devel/rubygem-CFPropertyList/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607539841 -SHA256 (rubygem/CFPropertyList-3.0.3.gem) = 047f474797a1a71e7bf654e875bd836a9ffed3a47b641f1d83720db9504e4045 -SIZE (rubygem/CFPropertyList-3.0.3.gem) = 18432 +TIMESTAMP = 1632664388 +SHA256 (rubygem/CFPropertyList-3.0.4.gem) = b37306a66b8718f2d7d08db0c79627b77f01eeab21537f8e14724f153e424303 +SIZE (rubygem/CFPropertyList-3.0.4.gem) = 18432 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39DCA6687A0; Mon, 27 Sep 2021 15:59:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6l41cTRz3lvv; Mon, 27 Sep 2021 15:59:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A24013E9C; Mon, 27 Sep 2021 15:59:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxB1I031141; Mon, 27 Sep 2021 15:59:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxBYL031140; Mon, 27 Sep 2021 15:59:11 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:11 GMT Message-Id: <202109271559.18RFxBYL031140@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e75b4d8a1211 - main - devel/py-pytest-twisted: Update to 1.13.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e75b4d8a1211746a34baecf65431cf64af9861ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:13 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e75b4d8a1211746a34baecf65431cf64af9861ed commit e75b4d8a1211746a34baecf65431cf64af9861ed Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:59 +0000 devel/py-pytest-twisted: Update to 1.13.4 Changes: https://github.com/pytest-dev/pytest-twisted/commits/main --- devel/py-pytest-twisted/Makefile | 4 ++-- devel/py-pytest-twisted/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pytest-twisted/Makefile b/devel/py-pytest-twisted/Makefile index 207532d8a5ba..51c77c73cfc0 100644 --- a/devel/py-pytest-twisted/Makefile +++ b/devel/py-pytest-twisted/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pytest-twisted -PORTVERSION= 1.13.2 +PORTVERSION= 1.13.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=2.3:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-pytest-twisted/distinfo b/devel/py-pytest-twisted/distinfo index 5c952e2f9301..c099e7a1a36e 100644 --- a/devel/py-pytest-twisted/distinfo +++ b/devel/py-pytest-twisted/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601627927 -SHA256 (pytest-twisted-1.13.2.zip) = cee2320becc5625050ab221b8f38533e636651a24644612f4726891fdf1f1847 -SIZE (pytest-twisted-1.13.2.zip) = 22430 +TIMESTAMP = 1632664350 +SHA256 (pytest-twisted-1.13.4.tar.gz) = 4b9644258a267f63f8ba24b91b83c9f3372caec393722f8d8263674fc51168e1 +SIZE (pytest-twisted-1.13.4.tar.gz) = 14626 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3BECD668838; Mon, 27 Sep 2021 15:59:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6l90V22z3lw3; Mon, 27 Sep 2021 15:59:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C92C913F0E; Mon, 27 Sep 2021 15:59:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxFNo031243; Mon, 27 Sep 2021 15:59:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxFv8031242; Mon, 27 Sep 2021 15:59:15 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:15 GMT Message-Id: <202109271559.18RFxFv8031242@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: b2f352db4da3 - main - misc/py-tqdm: Update to 4.62.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b2f352db4da3f1536f4d012db8ae5af90dee26a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2f352db4da3f1536f4d012db8ae5af90dee26a1 commit b2f352db4da3f1536f4d012db8ae5af90dee26a1 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:00 +0000 misc/py-tqdm: Update to 4.62.3 Changes: https://github.com/tqdm/tqdm/releases --- misc/py-tqdm/Makefile | 2 +- misc/py-tqdm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 6edb83f383a8..be2bba8ba069 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,5 +1,5 @@ PORTNAME= tqdm -PORTVERSION= 4.62.2 +PORTVERSION= 4.62.3 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index 8831e2f9b5ff..33f279b6f0a4 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037190 -SHA256 (tqdm-4.62.2.tar.gz) = a4d6d112e507ef98513ac119ead1159d286deab17dffedd96921412c2d236ff5 -SIZE (tqdm-4.62.2.tar.gz) = 169564 +TIMESTAMP = 1632664358 +SHA256 (tqdm-4.62.3.tar.gz) = d359de7217506c9851b7869f3708d8ee53ed70a1b8edbba4dbcb47442592920d +SIZE (tqdm-4.62.3.tar.gz) = 167952 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 380646683EE; Mon, 27 Sep 2021 15:59:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6kv59ZBz3lgh; Mon, 27 Sep 2021 15:59:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FAEE13CFA; Mon, 27 Sep 2021 15:59:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx33D030961; Mon, 27 Sep 2021 15:59:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx3nl030960; Mon, 27 Sep 2021 15:59:03 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:03 GMT Message-Id: <202109271559.18RFx3nl030960@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 750179ee03bf - main - devel/py-fsspec: Update to 2021.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 750179ee03bf44316bdbac63cdad6ba347085bbb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=750179ee03bf44316bdbac63cdad6ba347085bbb commit 750179ee03bf44316bdbac63cdad6ba347085bbb Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:57 +0000 devel/py-fsspec: Update to 2021.9.0 Changes: https://github.com/intake/filesystem_spec/blob/master/docs/source/changelog.rst --- devel/py-fsspec/Makefile | 2 +- devel/py-fsspec/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-fsspec/Makefile b/devel/py-fsspec/Makefile index 6cfc1ff5ee48..d07d4e0461ae 100644 --- a/devel/py-fsspec/Makefile +++ b/devel/py-fsspec/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= fsspec -PORTVERSION= 2021.8.1 +PORTVERSION= 2021.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-fsspec/distinfo b/devel/py-fsspec/distinfo index 38548c909302..ae2341bde244 100644 --- a/devel/py-fsspec/distinfo +++ b/devel/py-fsspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227522 -SHA256 (fsspec-2021.8.1.tar.gz) = af125917788b77782899bbd4484d29e5407f53d2bb04cdfa025fe4931201a555 -SIZE (fsspec-2021.8.1.tar.gz) = 121523 +TIMESTAMP = 1632664336 +SHA256 (fsspec-2021.9.0.tar.gz) = b5bbe7846c571597e013a917483d561d712ef1e8a13b71629ea8a24c6ffbc3e9 +SIZE (fsspec-2021.9.0.tar.gz) = 126274 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87162668913; Mon, 27 Sep 2021 15:59:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6l32MfGz3lqP; Mon, 27 Sep 2021 15:59:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 159AB136EA; Mon, 27 Sep 2021 15:59:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx9qI031117; Mon, 27 Sep 2021 15:59:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx9iX031116; Mon, 27 Sep 2021 15:59:09 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:09 GMT Message-Id: <202109271559.18RFx9iX031116@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f62c56086cd9 - main - devel/py-poetry-core: Update to 1.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f62c56086cd9042c5c32f2f4b209f5c3baa1903c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f62c56086cd9042c5c32f2f4b209f5c3baa1903c commit f62c56086cd9042c5c32f2f4b209f5c3baa1903c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:58 +0000 devel/py-poetry-core: Update to 1.0.6 Changes: https://github.com/python-poetry/poetry-core/releases --- devel/py-poetry-core/Makefile | 2 +- devel/py-poetry-core/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-poetry-core/Makefile b/devel/py-poetry-core/Makefile index 3ca24b6a0fd6..7a903bcebf1b 100644 --- a/devel/py-poetry-core/Makefile +++ b/devel/py-poetry-core/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= poetry-core -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-poetry-core/distinfo b/devel/py-poetry-core/distinfo index d488d5fe14fd..c321a23e79ab 100644 --- a/devel/py-poetry-core/distinfo +++ b/devel/py-poetry-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227542 -SHA256 (poetry-core-1.0.5.tar.gz) = 8cad9893ea70e344b2ce1a75d3834ba3fb1bac8123f89aad758e59e2a5d67805 -SIZE (poetry-core-1.0.5.tar.gz) = 346202 +TIMESTAMP = 1632664348 +SHA256 (poetry-core-1.0.6.tar.gz) = dd3c97003579242236890306836f2acc86d9741e6bea320dda6f844f16b0d845 +SIZE (poetry-core-1.0.6.tar.gz) = 346130 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 997EE668558; Mon, 27 Sep 2021 15:59:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6l00KW2z3m0Z; Mon, 27 Sep 2021 15:59:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C315613E35; Mon, 27 Sep 2021 15:59:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFx7Vq031063; Mon, 27 Sep 2021 15:59:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFx7i0031062; Mon, 27 Sep 2021 15:59:07 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:07 GMT Message-Id: <202109271559.18RFx7i0031062@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: bd1430be5774 - main - devel/py-pip-api: Update to 0.0.22 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bd1430be577469b3f83c988fed0d4154b37ecf16 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd1430be577469b3f83c988fed0d4154b37ecf16 commit bd1430be577469b3f83c988fed0d4154b37ecf16 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:58 +0000 devel/py-pip-api: Update to 0.0.22 Changes: https://github.com/di/pip-api/blob/master/CHANGELOG --- devel/py-pip-api/Makefile | 2 +- devel/py-pip-api/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-pip-api/Makefile b/devel/py-pip-api/Makefile index 46208c390510..59d28af95a2a 100644 --- a/devel/py-pip-api/Makefile +++ b/devel/py-pip-api/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pip-api -PORTVERSION= 0.0.21 +PORTVERSION= 0.0.22 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pip-api/distinfo b/devel/py-pip-api/distinfo index 877ede1568cf..a6be179cbf29 100644 --- a/devel/py-pip-api/distinfo +++ b/devel/py-pip-api/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037140 -SHA256 (pip-api-0.0.21.tar.gz) = 0a47c65eeafe5dea419def12eb78ef91f8048b544b3ca98e1cc487e0934781c7 -SIZE (pip-api-0.0.21.tar.gz) = 105864 +TIMESTAMP = 1632664344 +SHA256 (pip-api-0.0.22.tar.gz) = 9cae6f6368436ffc57ecd2a0f7704515b1d5ed31b553efec88c8042f91bcd787 +SIZE (pip-api-0.0.22.tar.gz) = 106106 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E85B4668A8A; Mon, 27 Sep 2021 15:59:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lR52yNz3mHX; Mon, 27 Sep 2021 15:59:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 430F613E9F; Mon, 27 Sep 2021 15:59:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxQsd031465; Mon, 27 Sep 2021 15:59:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxQ8D031464; Mon, 27 Sep 2021 15:59:26 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:26 GMT Message-Id: <202109271559.18RFxQ8D031464@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3c6d4fcddcc8 - main - textproc/py-elasticsearch: Update to 7.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3c6d4fcddcc85859d665eff52ec3a2eac424964d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:33 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c6d4fcddcc85859d665eff52ec3a2eac424964d commit 3c6d4fcddcc85859d665eff52ec3a2eac424964d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:02 +0000 textproc/py-elasticsearch: Update to 7.15.0 Changes: https://github.com/elastic/elasticsearch-py/releases --- textproc/py-elasticsearch/Makefile | 2 +- textproc/py-elasticsearch/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index 331051063930..8cd940c34a42 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= elasticsearch -PORTVERSION= 7.14.1 +PORTVERSION= 7.15.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-elasticsearch/distinfo b/textproc/py-elasticsearch/distinfo index 410e1ba3af0d..0b2d66766eeb 100644 --- a/textproc/py-elasticsearch/distinfo +++ b/textproc/py-elasticsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037238 -SHA256 (elasticsearch-7.14.1.tar.gz) = f928898fe06869516f2603f9a96a6f166c06888233806b31ac6568bac0266501 -SIZE (elasticsearch-7.14.1.tar.gz) = 228370 +TIMESTAMP = 1632664374 +SHA256 (elasticsearch-7.15.0.tar.gz) = 6c47eb68f643f3d7d6a6d971e571448b900b9470dc481421c9af9d28a1303911 +SIZE (elasticsearch-7.15.0.tar.gz) = 241840 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AECAE668B08; Mon, 27 Sep 2021 15:59:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lY2L7wz3mL4; Mon, 27 Sep 2021 15:59:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D64A813CFC; Mon, 27 Sep 2021 15:59:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxU1E031567; Mon, 27 Sep 2021 15:59:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxUNT031566; Mon, 27 Sep 2021 15:59:30 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:30 GMT Message-Id: <202109271559.18RFxUNT031566@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9c3041c2c8d5 - main - databases/rubygem-globalid-rails52: Update to 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9c3041c2c8d5d9016c45c781dab3332d76cd3c37 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c3041c2c8d5d9016c45c781dab3332d76cd3c37 commit 9c3041c2c8d5d9016c45c781dab3332d76cd3c37 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:03 +0000 databases/rubygem-globalid-rails52: Update to 0.5.2 Changes: https://github.com/rails/globalid/releases --- databases/rubygem-globalid-rails52/Makefile | 4 ++-- databases/rubygem-globalid-rails52/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/rubygem-globalid-rails52/Makefile b/databases/rubygem-globalid-rails52/Makefile index 82a8eae6708d..3f3fe54cee4a 100644 --- a/databases/rubygem-globalid-rails52/Makefile +++ b/databases/rubygem-globalid-rails52/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= globalid -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.2 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails52 @@ -12,7 +12,7 @@ COMMENT= URIs for your models makes it easy to pass references around LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport52>=4.2.0:devel/rubygem-activesupport52 +RUN_DEPENDS= rubygem-activesupport52>=5.0:devel/rubygem-activesupport52 USES= gem USE_RUBY= yes diff --git a/databases/rubygem-globalid-rails52/distinfo b/databases/rubygem-globalid-rails52/distinfo index 30ad220803a6..6649dbff6cb0 100644 --- a/databases/rubygem-globalid-rails52/distinfo +++ b/databases/rubygem-globalid-rails52/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549638071 -SHA256 (rubygem/globalid-0.4.2.gem) = 61f72a3817e0d8ca0c382460847ed19b821805b5a9ad3204774b9cc976b37dfe -SIZE (rubygem/globalid-0.4.2.gem) = 12800 +TIMESTAMP = 1632664382 +SHA256 (rubygem/globalid-0.5.2.gem) = 75539151585a63882a34a6c11e12fe0c506c684a35e5dd5308bb8e09f5e0dc4c +SIZE (rubygem/globalid-0.5.2.gem) = 13312 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88308668842; Mon, 27 Sep 2021 15:59:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lN0XQTz3m26; Mon, 27 Sep 2021 15:59:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5F9413AE4; Mon, 27 Sep 2021 15:59:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxNkg031417; Mon, 27 Sep 2021 15:59:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxNNT031416; Mon, 27 Sep 2021 15:59:23 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:23 GMT Message-Id: <202109271559.18RFxNNT031416@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a96101ea0263 - main - security/py-pyspnego: Update to 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a96101ea02631137bf0cf814aa33e113e15b9346 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a96101ea02631137bf0cf814aa33e113e15b9346 commit a96101ea02631137bf0cf814aa33e113e15b9346 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:45 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:01 +0000 security/py-pyspnego: Update to 0.2.0 Changes: https://github.com/jborean93/pyspnego/releases --- security/py-pyspnego/Makefile | 13 ++++++++++--- security/py-pyspnego/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/security/py-pyspnego/Makefile b/security/py-pyspnego/Makefile index 41e1f519b037..d1071f98e0d5 100644 --- a/security/py-pyspnego/Makefile +++ b/security/py-pyspnego/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pyspnego -PORTVERSION= 0.1.6 +PORTVERSION= 0.2.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,14 @@ OPTIONS_DEFINE= KERBEROS YAML KERBEROS_DESC= Kerberos authentication support YAML_DESC= YAML output support -KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${PY_FLAVOR} +KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}krb5>=0:security/py-krb5@${PY_FLAVOR} YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} -.include +.include + +.if ${PYTHON_REL} < 30700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} +.endif + +.include diff --git a/security/py-pyspnego/distinfo b/security/py-pyspnego/distinfo index c0c29478ebf0..8056d800f366 100644 --- a/security/py-pyspnego/distinfo +++ b/security/py-pyspnego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405451 -SHA256 (pyspnego-0.1.6.tar.gz) = 0356bccedc033b7266d89503eca50717f81fc9d3b98cb1dd5227bb7c1a9275ae -SIZE (pyspnego-0.1.6.tar.gz) = 94331 +TIMESTAMP = 1632664370 +SHA256 (pyspnego-0.2.0.tar.gz) = 1ca9f6720da219f3f7d793a975be2c54e16509b4a85b2d85b359e96a1d7bdf4d +SIZE (pyspnego-0.2.0.tar.gz) = 107781 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F619668A8D; Mon, 27 Sep 2021 15:59:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lX1ZkBz3mFh; Mon, 27 Sep 2021 15:59:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2A1F13F0F; Mon, 27 Sep 2021 15:59:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxTar031543; Mon, 27 Sep 2021 15:59:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxTFP031542; Mon, 27 Sep 2021 15:59:29 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:29 GMT Message-Id: <202109271559.18RFxTFP031542@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f7d464b2167d - main - databases/rubygem-globalid-rails50: Update to 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f7d464b2167d13f9675fdd876f4a4796b0e90844 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:37 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7d464b2167d13f9675fdd876f4a4796b0e90844 commit f7d464b2167d13f9675fdd876f4a4796b0e90844 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:03 +0000 databases/rubygem-globalid-rails50: Update to 0.5.2 Changes: https://github.com/rails/globalid/releases --- databases/rubygem-globalid-rails50/Makefile | 4 ++-- databases/rubygem-globalid-rails50/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/rubygem-globalid-rails50/Makefile b/databases/rubygem-globalid-rails50/Makefile index b00d7fe3693a..8d43e2b64efd 100644 --- a/databases/rubygem-globalid-rails50/Makefile +++ b/databases/rubygem-globalid-rails50/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= globalid -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.2 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails50 @@ -12,7 +12,7 @@ COMMENT= URIs for your models makes it easy to pass references around LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport50>=4.2.0:devel/rubygem-activesupport50 +RUN_DEPENDS= rubygem-activesupport50>=5.0:devel/rubygem-activesupport50 USES= gem USE_RUBY= yes diff --git a/databases/rubygem-globalid-rails50/distinfo b/databases/rubygem-globalid-rails50/distinfo index 30ad220803a6..4e71da380907 100644 --- a/databases/rubygem-globalid-rails50/distinfo +++ b/databases/rubygem-globalid-rails50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549638071 -SHA256 (rubygem/globalid-0.4.2.gem) = 61f72a3817e0d8ca0c382460847ed19b821805b5a9ad3204774b9cc976b37dfe -SIZE (rubygem/globalid-0.4.2.gem) = 12800 +TIMESTAMP = 1632664380 +SHA256 (rubygem/globalid-0.5.2.gem) = 75539151585a63882a34a6c11e12fe0c506c684a35e5dd5308bb8e09f5e0dc4c +SIZE (rubygem/globalid-0.5.2.gem) = 13312 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A6F9668B07; Mon, 27 Sep 2021 15:59:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lZ03LSz3m4T; Mon, 27 Sep 2021 15:59:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F1C113F10; Mon, 27 Sep 2021 15:59:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxVIC031591; Mon, 27 Sep 2021 15:59:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxVqV031590; Mon, 27 Sep 2021 15:59:31 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:31 GMT Message-Id: <202109271559.18RFxVqV031590@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7fca39a6c219 - main - databases/rubygem-globalid-rails60: Update to 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7fca39a6c21998432129eab108b682240d168039 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fca39a6c21998432129eab108b682240d168039 commit 7fca39a6c21998432129eab108b682240d168039 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:03 +0000 databases/rubygem-globalid-rails60: Update to 0.5.2 Changes: https://github.com/rails/globalid/releases --- databases/rubygem-globalid-rails60/Makefile | 4 ++-- databases/rubygem-globalid-rails60/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/rubygem-globalid-rails60/Makefile b/databases/rubygem-globalid-rails60/Makefile index 3abf1a31fd4a..46027f1b57fb 100644 --- a/databases/rubygem-globalid-rails60/Makefile +++ b/databases/rubygem-globalid-rails60/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= globalid -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.2 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails60 @@ -12,7 +12,7 @@ COMMENT= URIs for your models makes it easy to pass references around LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport60>=4.2.0:devel/rubygem-activesupport60 +RUN_DEPENDS= rubygem-activesupport60>=5.0:devel/rubygem-activesupport60 USES= gem USE_RUBY= yes diff --git a/databases/rubygem-globalid-rails60/distinfo b/databases/rubygem-globalid-rails60/distinfo index 30ad220803a6..4f37e99cb6a6 100644 --- a/databases/rubygem-globalid-rails60/distinfo +++ b/databases/rubygem-globalid-rails60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549638071 -SHA256 (rubygem/globalid-0.4.2.gem) = 61f72a3817e0d8ca0c382460847ed19b821805b5a9ad3204774b9cc976b37dfe -SIZE (rubygem/globalid-0.4.2.gem) = 12800 +TIMESTAMP = 1632664384 +SHA256 (rubygem/globalid-0.5.2.gem) = 75539151585a63882a34a6c11e12fe0c506c684a35e5dd5308bb8e09f5e0dc4c +SIZE (rubygem/globalid-0.5.2.gem) = 13312 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E1A3F668B13; Mon, 27 Sep 2021 15:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lg2cdMz3mGF; Mon, 27 Sep 2021 15:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D8E213F11; Mon, 27 Sep 2021 15:59:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxcNa031747; Mon, 27 Sep 2021 15:59:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxcVJ031746; Mon, 27 Sep 2021 15:59:38 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:38 GMT Message-Id: <202109271559.18RFxcVJ031746@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c943db11d2b2 - main - devel/rubygem-aws-sdk-comprehend: Update to 1.52.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c943db11d2b27fc7a19763960bdfd47125f8acc6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c943db11d2b27fc7a19763960bdfd47125f8acc6 commit c943db11d2b27fc7a19763960bdfd47125f8acc6 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:05 +0000 devel/rubygem-aws-sdk-comprehend: Update to 1.52.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-comprehend/CHANGELOG.md --- devel/rubygem-aws-sdk-comprehend/Makefile | 2 +- devel/rubygem-aws-sdk-comprehend/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-comprehend/Makefile b/devel/rubygem-aws-sdk-comprehend/Makefile index c93c83f51090..e2b8a12b5c9f 100644 --- a/devel/rubygem-aws-sdk-comprehend/Makefile +++ b/devel/rubygem-aws-sdk-comprehend/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-comprehend -PORTVERSION= 1.51.0 +PORTVERSION= 1.52.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-comprehend/distinfo b/devel/rubygem-aws-sdk-comprehend/distinfo index 78218c6b07d4..57aa47651d7c 100644 --- a/devel/rubygem-aws-sdk-comprehend/distinfo +++ b/devel/rubygem-aws-sdk-comprehend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037414 -SHA256 (rubygem/aws-sdk-comprehend-1.51.0.gem) = 0ad7fe65d992e8baf4c33d8dd6d8d4a6963bb7545bd831bd59b7bfb89f502343 -SIZE (rubygem/aws-sdk-comprehend-1.51.0.gem) = 71680 +TIMESTAMP = 1632664394 +SHA256 (rubygem/aws-sdk-comprehend-1.52.0.gem) = 99efcd788d98a21617f7fe2bdcb0fd6ec2039e3d73caeda03419f2e849e110c4 +SIZE (rubygem/aws-sdk-comprehend-1.52.0.gem) = 74752 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E329E668B14; Mon, 27 Sep 2021 15:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lg2LnRz3mLR; Mon, 27 Sep 2021 15:59:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8F6A13AE7; Mon, 27 Sep 2021 15:59:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxbal031717; Mon, 27 Sep 2021 15:59:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxbFL031716; Mon, 27 Sep 2021 15:59:37 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:37 GMT Message-Id: <202109271559.18RFxbFL031716@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: b69a70d061a8 - main - devel/rubygem-aws-sdk-appsync: Update to 1.44.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b69a70d061a8975f907e85d91a4dad7554c50cd7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b69a70d061a8975f907e85d91a4dad7554c50cd7 commit b69a70d061a8975f907e85d91a4dad7554c50cd7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:04 +0000 devel/rubygem-aws-sdk-appsync: Update to 1.44.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-appsync/CHANGELOG.md --- devel/rubygem-aws-sdk-appsync/Makefile | 2 +- devel/rubygem-aws-sdk-appsync/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-appsync/Makefile b/devel/rubygem-aws-sdk-appsync/Makefile index 048c48d928d9..5accf959c0fe 100644 --- a/devel/rubygem-aws-sdk-appsync/Makefile +++ b/devel/rubygem-aws-sdk-appsync/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-appsync -PORTVERSION= 1.43.0 +PORTVERSION= 1.44.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appsync/distinfo b/devel/rubygem-aws-sdk-appsync/distinfo index b3dc6de13693..641843d3e60f 100644 --- a/devel/rubygem-aws-sdk-appsync/distinfo +++ b/devel/rubygem-aws-sdk-appsync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037338 -SHA256 (rubygem/aws-sdk-appsync-1.43.0.gem) = 563fd1bfb5ae01eb22201176a93db6968354fb54ed108158b6c6b74dfa08d1c9 -SIZE (rubygem/aws-sdk-appsync-1.43.0.gem) = 47616 +TIMESTAMP = 1632664392 +SHA256 (rubygem/aws-sdk-appsync-1.44.0.gem) = 0cfef2aa57b5f8c74feeda377e68aa1b6d05dfa0bef5e9b15695246a1a28e9e3 +SIZE (rubygem/aws-sdk-appsync-1.44.0.gem) = 48640 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6120E668A01; Mon, 27 Sep 2021 15:59:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lG2MyNz3mBZ; Mon, 27 Sep 2021 15:59:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7829C13E9E; Mon, 27 Sep 2021 15:59:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxKBY031339; Mon, 27 Sep 2021 15:59:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxKgb031338; Mon, 27 Sep 2021 15:59:20 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:20 GMT Message-Id: <202109271559.18RFxKgb031338@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 2bac633bac41 - main - print/py-ufolib2: Update to 0.11.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2bac633bac41c2463cb812fbe682d618c411df0c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:23 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bac633bac41c2463cb812fbe682d618c411df0c commit 2bac633bac41c2463cb812fbe682d618c411df0c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:31 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:01 +0000 print/py-ufolib2: Update to 0.11.3 Changes: https://github.com/fonttools/ufoLib2/releases --- print/py-ufolib2/Makefile | 2 +- print/py-ufolib2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/print/py-ufolib2/Makefile b/print/py-ufolib2/Makefile index 5c476b387c01..a3caf369abda 100644 --- a/print/py-ufolib2/Makefile +++ b/print/py-ufolib2/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= ufolib2 -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/py-ufolib2/distinfo b/print/py-ufolib2/distinfo index f4042c5924b0..d287f02f42fe 100644 --- a/print/py-ufolib2/distinfo +++ b/print/py-ufolib2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037216 -SHA256 (ufoLib2-0.11.2.zip) = 062a949296238574baf2ed35dd342eea58c4889b619dde266b55a242d4d1a3d5 -SIZE (ufoLib2-0.11.2.zip) = 118224 +TIMESTAMP = 1632664366 +SHA256 (ufoLib2-0.11.3.zip) = 49bfd95bb5eec1ee28a5e2760abd478abaf221d1b8d20a98cc02cbc53c269646 +SIZE (ufoLib2-0.11.3.zip) = 119311 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6183D668A93; Mon, 27 Sep 2021 15:59:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lc3bs5z3mD0; Mon, 27 Sep 2021 15:59:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9788013AE6; Mon, 27 Sep 2021 15:59:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxZKM031669; Mon, 27 Sep 2021 15:59:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxZXv031668; Mon, 27 Sep 2021 15:59:35 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:35 GMT Message-Id: <202109271559.18RFxZXv031668@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: bbb9cff246d6 - main - devel/rubygem-actionpack-action_caching: Use Rails 6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bbb9cff246d64cb65e4091bb28dfadd8943319e6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbb9cff246d64cb65e4091bb28dfadd8943319e6 commit bbb9cff246d64cb65e4091bb28dfadd8943319e6 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:04 +0000 devel/rubygem-actionpack-action_caching: Use Rails 6.1 - Bump PORTREVISION for dependency change --- devel/rubygem-actionpack-action_caching/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-actionpack-action_caching/Makefile b/devel/rubygem-actionpack-action_caching/Makefile index 4263e9bf7a2c..1a8e3ba2aacd 100644 --- a/devel/rubygem-actionpack-action_caching/Makefile +++ b/devel/rubygem-actionpack-action_caching/Makefile @@ -2,6 +2,7 @@ PORTNAME= actionpack-action_caching PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Action caching for Action Pack (removed from core in Rails 4.0) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-actionpack4>=4.0:www/rubygem-actionpack4 +RUN_DEPENDS= rubygem-actionpack61>=4.0:www/rubygem-actionpack61 USES= gem USE_RUBY= yes From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE398668937; Mon, 27 Sep 2021 15:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lf5QFxz3m9K; Mon, 27 Sep 2021 15:59:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 409FB13AE8; Mon, 27 Sep 2021 15:59:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxekK031771; Mon, 27 Sep 2021 15:59:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxe7I031770; Mon, 27 Sep 2021 15:59:40 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:40 GMT Message-Id: <202109271559.18RFxe7I031770@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4070ce703f53 - main - devel/rubygem-aws-sdk-core: Update to 3.121.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4070ce703f5343841f4cea942b2147554ea3a000 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4070ce703f5343841f4cea942b2147554ea3a000 commit 4070ce703f5343841f4cea942b2147554ea3a000 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:05 +0000 devel/rubygem-aws-sdk-core: Update to 3.121.1 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/CHANGELOG.md --- devel/rubygem-aws-sdk-core/Makefile | 2 +- devel/rubygem-aws-sdk-core/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-core/Makefile b/devel/rubygem-aws-sdk-core/Makefile index 986f037b69ad..465642c71958 100644 --- a/devel/rubygem-aws-sdk-core/Makefile +++ b/devel/rubygem-aws-sdk-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-core -PORTVERSION= 3.121.0 +PORTVERSION= 3.121.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-core/distinfo b/devel/rubygem-aws-sdk-core/distinfo index 04fdf4c75e93..fd8780a29329 100644 --- a/devel/rubygem-aws-sdk-core/distinfo +++ b/devel/rubygem-aws-sdk-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037428 -SHA256 (rubygem/aws-sdk-core-3.121.0.gem) = 886aa2d97080dae711bb18f0cb4ce00f2f1f9f3ab52d3c79526f54253bd0f4eb -SIZE (rubygem/aws-sdk-core-3.121.0.gem) = 301056 +TIMESTAMP = 1632664396 +SHA256 (rubygem/aws-sdk-core-3.121.1.gem) = 0693bd547661da7b0ce49f2e38465dddd43087c6399fb6ce871c01c049bb545a +SIZE (rubygem/aws-sdk-core-3.121.1.gem) = 301056 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B9FD668B03; Mon, 27 Sep 2021 15:59:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lV5pbJz3mHr; Mon, 27 Sep 2021 15:59:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C5E613EA0; Mon, 27 Sep 2021 15:59:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxSwC031519; Mon, 27 Sep 2021 15:59:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxSJ3031518; Mon, 27 Sep 2021 15:59:28 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:28 GMT Message-Id: <202109271559.18RFxSJ3031518@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 492b63e092ba - main - databases/rubygem-globalid-rails5: Update to 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 492b63e092ba4fb3a2e74662ba3ab0c005c3e24d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=492b63e092ba4fb3a2e74662ba3ab0c005c3e24d commit 492b63e092ba4fb3a2e74662ba3ab0c005c3e24d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:02 +0000 databases/rubygem-globalid-rails5: Update to 0.5.2 Changes: https://github.com/rails/globalid/releases --- databases/rubygem-globalid-rails5/Makefile | 4 ++-- databases/rubygem-globalid-rails5/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/rubygem-globalid-rails5/Makefile b/databases/rubygem-globalid-rails5/Makefile index cdb64724a395..d1379deab520 100644 --- a/databases/rubygem-globalid-rails5/Makefile +++ b/databases/rubygem-globalid-rails5/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= globalid -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.2 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 @@ -12,7 +12,7 @@ COMMENT= URIs for your models makes it easy to pass references around LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 +RUN_DEPENDS= rubygem-activesupport5>=5.0:devel/rubygem-activesupport5 USES= gem USE_RUBY= yes diff --git a/databases/rubygem-globalid-rails5/distinfo b/databases/rubygem-globalid-rails5/distinfo index 30ad220803a6..4306ab997a65 100644 --- a/databases/rubygem-globalid-rails5/distinfo +++ b/databases/rubygem-globalid-rails5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549638071 -SHA256 (rubygem/globalid-0.4.2.gem) = 61f72a3817e0d8ca0c382460847ed19b821805b5a9ad3204774b9cc976b37dfe -SIZE (rubygem/globalid-0.4.2.gem) = 12800 +TIMESTAMP = 1632664378 +SHA256 (rubygem/globalid-0.5.2.gem) = 75539151585a63882a34a6c11e12fe0c506c684a35e5dd5308bb8e09f5e0dc4c +SIZE (rubygem/globalid-0.5.2.gem) = 13312 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4ABE66884A; Mon, 27 Sep 2021 15:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lf2PMFz3mGB; Mon, 27 Sep 2021 15:59:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA3F013EA1; Mon, 27 Sep 2021 15:59:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxaHH031693; Mon, 27 Sep 2021 15:59:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxamq031692; Mon, 27 Sep 2021 15:59:36 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:36 GMT Message-Id: <202109271559.18RFxamq031692@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4d5176088314 - main - devel/rubygem-aws-partitions: Update to 1.506.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4d5176088314543f722f469dfff24a830ffc39ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d5176088314543f722f469dfff24a830ffc39ca commit 4d5176088314543f722f469dfff24a830ffc39ca Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:06 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:04 +0000 devel/rubygem-aws-partitions: Update to 1.506.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md --- devel/rubygem-aws-partitions/Makefile | 2 +- devel/rubygem-aws-partitions/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index 59eb1cca2b86..9c843e5e2beb 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-partitions -PORTVERSION= 1.503.0 +PORTVERSION= 1.506.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index 47e66491b8a0..63f74a90e7e5 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227592 -SHA256 (rubygem/aws-partitions-1.503.0.gem) = 0a2bfe2c6b8d583decdd2e379847c760d9eb8e1738a00c44b635af5b37e7b2fc -SIZE (rubygem/aws-partitions-1.503.0.gem) = 35840 +TIMESTAMP = 1632664390 +SHA256 (rubygem/aws-partitions-1.506.0.gem) = 9aa956acb1b9e8bcdde4d4ad108ac9b0fe4f7a6d3cb3edfa68af64ea303cd7bd +SIZE (rubygem/aws-partitions-1.506.0.gem) = 36352 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5686E668988; Mon, 27 Sep 2021 15:59:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lP2d61z3m2B; Mon, 27 Sep 2021 15:59:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1874513B3D; Mon, 27 Sep 2021 15:59:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxO02031441; Mon, 27 Sep 2021 15:59:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxO3Z031440; Mon, 27 Sep 2021 15:59:24 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:24 GMT Message-Id: <202109271559.18RFxO3Z031440@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 651c959a990c - main - sysutils/py-upt-cpan: Update to 0.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 651c959a990cf0e30c942810f8289717b8f2b166 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=651c959a990cf0e30c942810f8289717b8f2b166 commit 651c959a990cf0e30c942810f8289717b8f2b166 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:02 +0000 sysutils/py-upt-cpan: Update to 0.6.1 Changes: https://framagit.org/upt/upt-cpan/-/blob/master/CHANGELOG --- sysutils/py-upt-cpan/Makefile | 2 +- sysutils/py-upt-cpan/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/py-upt-cpan/Makefile b/sysutils/py-upt-cpan/Makefile index 2d79814a3a98..6607c45e8d95 100644 --- a/sysutils/py-upt-cpan/Makefile +++ b/sysutils/py-upt-cpan/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= upt-cpan -PORTVERSION= 0.6 +PORTVERSION= 0.6.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-upt-cpan/distinfo b/sysutils/py-upt-cpan/distinfo index 28ede5fa0d93..5fd8363a3c5f 100644 --- a/sysutils/py-upt-cpan/distinfo +++ b/sysutils/py-upt-cpan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577145701 -SHA256 (upt-cpan-0.6.tar.gz) = 624b58e05edb9539e4972222d72d8ca991def512cd2bed833e2900c167ad8deb -SIZE (upt-cpan-0.6.tar.gz) = 5439 +TIMESTAMP = 1632664372 +SHA256 (upt-cpan-0.6.1.tar.gz) = de06eda9b6805f1099a806a874c6a812c5b1a8d73108b2dc79f041c0b9943a78 +SIZE (upt-cpan-0.6.1.tar.gz) = 6320 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8A677668848; Mon, 27 Sep 2021 15:59:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lT33vcz3m2R; Mon, 27 Sep 2021 15:59:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7870213E3A; Mon, 27 Sep 2021 15:59:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxRBP031495; Mon, 27 Sep 2021 15:59:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxRvk031494; Mon, 27 Sep 2021 15:59:27 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:27 GMT Message-Id: <202109271559.18RFxRvk031494@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: d0715c4dd02e - main - textproc/py-sphinx-inline-tabs: Update to 2021.8.17b10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d0715c4dd02e46fd21ead808bcae280c115948ba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0715c4dd02e46fd21ead808bcae280c115948ba commit d0715c4dd02e46fd21ead808bcae280c115948ba Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:02 +0000 textproc/py-sphinx-inline-tabs: Update to 2021.8.17b10 Changes: https://github.com/pradyunsg/sphinx-inline-tabs/commits/main --- textproc/py-sphinx-inline-tabs/Makefile | 3 +-- textproc/py-sphinx-inline-tabs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/textproc/py-sphinx-inline-tabs/Makefile b/textproc/py-sphinx-inline-tabs/Makefile index fc1a72b3e796..7c39d8aa41b8 100644 --- a/textproc/py-sphinx-inline-tabs/Makefile +++ b/textproc/py-sphinx-inline-tabs/Makefile @@ -1,8 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= sphinx-inline-tabs -PORTVERSION= 2021.4.11b9 -PORTREVISION= 1 +PORTVERSION= 2021.8.17b10 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-sphinx-inline-tabs/distinfo b/textproc/py-sphinx-inline-tabs/distinfo index 92ccfe2eb6a5..9b54a851f1bb 100644 --- a/textproc/py-sphinx-inline-tabs/distinfo +++ b/textproc/py-sphinx-inline-tabs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405455 -SHA256 (sphinx_inline_tabs-2021.4.11b9.tar.gz) = 09267b9980b405bada41e63f9912769a394731e0e015068cda7feab1a13f8fe5 -SIZE (sphinx_inline_tabs-2021.4.11b9.tar.gz) = 42257 +TIMESTAMP = 1632664376 +SHA256 (sphinx_inline_tabs-2021.8.17b10.tar.gz) = 6e37b4aa5f2baa8d946d7da95b87775f70023d8d0719c77c414fc168ff22c636 +SIZE (sphinx_inline_tabs-2021.8.17b10.tar.gz) = 42848 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE08F668AA0; Mon, 27 Sep 2021 15:59:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ll0029z3mNn; Mon, 27 Sep 2021 15:59:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F307136EB; Mon, 27 Sep 2021 15:59:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxg1i031819; Mon, 27 Sep 2021 15:59:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxgTk031818; Mon, 27 Sep 2021 15:59:42 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:42 GMT Message-Id: <202109271559.18RFxgTk031818@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 074aa8c94f4c - main - devel/rubygem-aws-sdk-ecr: Update to 1.47.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 074aa8c94f4ca0e04996e5964a6d5d5730b2e1be Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:49 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=074aa8c94f4ca0e04996e5964a6d5d5730b2e1be commit 074aa8c94f4ca0e04996e5964a6d5d5730b2e1be Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:05 +0000 devel/rubygem-aws-sdk-ecr: Update to 1.47.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ecr/CHANGELOG.md --- devel/rubygem-aws-sdk-ecr/Makefile | 2 +- devel/rubygem-aws-sdk-ecr/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-ecr/Makefile b/devel/rubygem-aws-sdk-ecr/Makefile index 6ffc5ddb360c..30a01c15c128 100644 --- a/devel/rubygem-aws-sdk-ecr/Makefile +++ b/devel/rubygem-aws-sdk-ecr/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-ecr -PORTVERSION= 1.46.0 +PORTVERSION= 1.47.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ecr/distinfo b/devel/rubygem-aws-sdk-ecr/distinfo index f1161a10fe7c..0e40bd00a273 100644 --- a/devel/rubygem-aws-sdk-ecr/distinfo +++ b/devel/rubygem-aws-sdk-ecr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037470 -SHA256 (rubygem/aws-sdk-ecr-1.46.0.gem) = 0217f0f2fbbccbc4160a2a0a3073110a7bf88b03ed9d82a59e4094e8a93a0c21 -SIZE (rubygem/aws-sdk-ecr-1.46.0.gem) = 50688 +TIMESTAMP = 1632664400 +SHA256 (rubygem/aws-sdk-ecr-1.47.0.gem) = f92058360de78fcfc918c061571378571da886f1f3d327d033ba4edfaf340243 +SIZE (rubygem/aws-sdk-ecr-1.47.0.gem) = 52224 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 751C2668B17; Mon, 27 Sep 2021 15:59:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lq4cP3z3mLw; Mon, 27 Sep 2021 15:59:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E06313EA2; Mon, 27 Sep 2021 15:59:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxkds031897; Mon, 27 Sep 2021 15:59:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxkh3031896; Mon, 27 Sep 2021 15:59:46 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:46 GMT Message-Id: <202109271559.18RFxkh3031896@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: b45417dd2606 - main - devel/rubygem-aws-sdk-iot: Update to 1.76.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b45417dd2606249b478f27a7ec7a39b0d7200cb4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b45417dd2606249b478f27a7ec7a39b0d7200cb4 commit b45417dd2606249b478f27a7ec7a39b0d7200cb4 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:06 +0000 devel/rubygem-aws-sdk-iot: Update to 1.76.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-iot/CHANGELOG.md --- devel/rubygem-aws-sdk-iot/Makefile | 2 +- devel/rubygem-aws-sdk-iot/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-iot/Makefile b/devel/rubygem-aws-sdk-iot/Makefile index 816d5ef7d5ff..b8357cbf2049 100644 --- a/devel/rubygem-aws-sdk-iot/Makefile +++ b/devel/rubygem-aws-sdk-iot/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-iot -PORTVERSION= 1.75.0 +PORTVERSION= 1.76.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iot/distinfo b/devel/rubygem-aws-sdk-iot/distinfo index 1cdedff1a704..30c4918625d9 100644 --- a/devel/rubygem-aws-sdk-iot/distinfo +++ b/devel/rubygem-aws-sdk-iot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037552 -SHA256 (rubygem/aws-sdk-iot-1.75.0.gem) = ddce1b15e79e2587822850591983313ec986b56b09217a3ffc939289d9940471 -SIZE (rubygem/aws-sdk-iot-1.75.0.gem) = 223744 +TIMESTAMP = 1632664406 +SHA256 (rubygem/aws-sdk-iot-1.76.0.gem) = cd019d05417ad105f1855204d0167cdf67536f48767bd8078e13149001c01050 +SIZE (rubygem/aws-sdk-iot-1.76.0.gem) = 224768 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 92451668A00; Mon, 27 Sep 2021 15:59:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lD5SXnz3lt8; Mon, 27 Sep 2021 15:59:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49ADC13E9D; Mon, 27 Sep 2021 15:59:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxJ9D031315; Mon, 27 Sep 2021 15:59:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxJGE031314; Mon, 27 Sep 2021 15:59:19 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:19 GMT Message-Id: <202109271559.18RFxJGE031314@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 6086b8e225e1 - main - print/py-ttfautohint-py: Update to 0.4.3.post1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6086b8e225e1f850b3a6dde4462e68ed55319195 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6086b8e225e1f850b3a6dde4462e68ed55319195 commit 6086b8e225e1f850b3a6dde4462e68ed55319195 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:38:28 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:00 +0000 print/py-ttfautohint-py: Update to 0.4.3.post1 Changes: https://github.com/fonttools/ttfautohint-py/releases --- print/py-ttfautohint-py/Makefile | 2 ++ print/py-ttfautohint-py/distinfo | 6 +++--- print/py-ttfautohint-py/files/patch-setup.py | 16 +++++++++------- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/print/py-ttfautohint-py/Makefile b/print/py-ttfautohint-py/Makefile index 84f82562084c..87e5b09596f5 100644 --- a/print/py-ttfautohint-py/Makefile +++ b/print/py-ttfautohint-py/Makefile @@ -2,7 +2,9 @@ PORTNAME= ttfautohint-py PORTVERSION= 0.4.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= .post1 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/py-ttfautohint-py/distinfo b/print/py-ttfautohint-py/distinfo index a5cf5d2914b7..31084f45da81 100644 --- a/print/py-ttfautohint-py/distinfo +++ b/print/py-ttfautohint-py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575793791 -SHA256 (fonttools-ttfautohint-py-v0.4.3_GH0.tar.gz) = fba8e3e5e927f783b2e8e6db38807a69a0efb6fc1873533baa7caea57d41655a -SIZE (fonttools-ttfautohint-py-v0.4.3_GH0.tar.gz) = 186488 +TIMESTAMP = 1632664364 +SHA256 (fonttools-ttfautohint-py-v0.4.3.post1_GH0.tar.gz) = f26c92a3fde57bc66c526237f37d89c4d13c886b2d1fa9044bc391c0cdd3494c +SIZE (fonttools-ttfautohint-py-v0.4.3.post1_GH0.tar.gz) = 186678 diff --git a/print/py-ttfautohint-py/files/patch-setup.py b/print/py-ttfautohint-py/files/patch-setup.py index 678f277f0629..ea98b5613b88 100644 --- a/print/py-ttfautohint-py/files/patch-setup.py +++ b/print/py-ttfautohint-py/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2019-04-10 15:00:42 UTC +--- setup.py.orig 2021-08-12 11:55:42 UTC +++ setup.py -@@ -11,17 +11,6 @@ from io import open +@@ -11,19 +11,8 @@ from io import open cmdclass = {} @@ -10,14 +10,16 @@ - print("warning: wheel package is not installed", file=sys.stderr) -else: - class UniversalBdistWheel(bdist_wheel): -- + - def get_tag(self): - return ('py2.py3', 'none',) + bdist_wheel.get_tag(self)[2:] -- -- cmdclass['bdist_wheel'] = UniversalBdistWheel - +- cmdclass['bdist_wheel'] = UniversalBdistWheel +- +- class SharedLibrary(Extension): + + if sys.platform == "darwin": @@ -74,7 +63,6 @@ class SharedLibBuildExt(build_ext): verbose=self.verbose, dry_run=self.dry_run) @@ -26,7 +28,7 @@ env = dict(os.environ) if sys.platform == "win32": -@@ -109,7 +97,7 @@ with open("README.rst", "r", encoding="u +@@ -109,7 +97,7 @@ with open("README.rst", "r", encoding="utf-8") as read setup( name="ttfautohint-py", From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC327668A1A; Mon, 27 Sep 2021 15:59:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lg5MJ7z3mJM; Mon, 27 Sep 2021 15:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7734F13E3C; Mon, 27 Sep 2021 15:59:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxfu8031795; Mon, 27 Sep 2021 15:59:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxfFZ031794; Mon, 27 Sep 2021 15:59:41 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:41 GMT Message-Id: <202109271559.18RFxfFZ031794@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 17bacaa0e4bb - main - devel/rubygem-aws-sdk-ec2: Update to 1.264.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 17bacaa0e4bbdcff0f91c0614f5e8bc500c2aba0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:45 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17bacaa0e4bbdcff0f91c0614f5e8bc500c2aba0 commit 17bacaa0e4bbdcff0f91c0614f5e8bc500c2aba0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:05 +0000 devel/rubygem-aws-sdk-ec2: Update to 1.264.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md --- devel/rubygem-aws-sdk-ec2/Makefile | 2 +- devel/rubygem-aws-sdk-ec2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-ec2/Makefile b/devel/rubygem-aws-sdk-ec2/Makefile index 2144887a827b..8711728c0d98 100644 --- a/devel/rubygem-aws-sdk-ec2/Makefile +++ b/devel/rubygem-aws-sdk-ec2/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-ec2 -PORTVERSION= 1.263.0 +PORTVERSION= 1.264.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ec2/distinfo b/devel/rubygem-aws-sdk-ec2/distinfo index e44adc7b03cd..6f4d84652194 100644 --- a/devel/rubygem-aws-sdk-ec2/distinfo +++ b/devel/rubygem-aws-sdk-ec2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037466 -SHA256 (rubygem/aws-sdk-ec2-1.263.0.gem) = 4e2119805b8c4f63d2d023296b9b4b78d752e1d19f57b13e02b8f9d0990ae7d6 -SIZE (rubygem/aws-sdk-ec2-1.263.0.gem) = 805376 +TIMESTAMP = 1632664398 +SHA256 (rubygem/aws-sdk-ec2-1.264.0.gem) = 938b6e125e9a943b465bbbd47a6009aa0565d2afa3c4d3206935a7afce52d1d9 +SIZE (rubygem/aws-sdk-ec2-1.264.0.gem) = 807936 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6A666688CD; Mon, 27 Sep 2021 15:59:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lp3dnfz3mP1; Mon, 27 Sep 2021 15:59:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBB1413E3D; Mon, 27 Sep 2021 15:59:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxi6w031873; Mon, 27 Sep 2021 15:59:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxiUj031872; Mon, 27 Sep 2021 15:59:44 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:44 GMT Message-Id: <202109271559.18RFxiUj031872@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 91facbc4d589 - main - devel/rubygem-aws-sdk-imagebuilder: Update to 1.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 91facbc4d58965ba9eaea20361723245a212f184 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=91facbc4d58965ba9eaea20361723245a212f184 commit 91facbc4d58965ba9eaea20361723245a212f184 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:06 +0000 devel/rubygem-aws-sdk-imagebuilder: Update to 1.30.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-imagebuilder/CHANGELOG.md --- devel/rubygem-aws-sdk-imagebuilder/Makefile | 2 +- devel/rubygem-aws-sdk-imagebuilder/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-imagebuilder/Makefile b/devel/rubygem-aws-sdk-imagebuilder/Makefile index 8ab98ddb4a8f..01f269b61e00 100644 --- a/devel/rubygem-aws-sdk-imagebuilder/Makefile +++ b/devel/rubygem-aws-sdk-imagebuilder/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-imagebuilder -PORTVERSION= 1.29.0 +PORTVERSION= 1.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-imagebuilder/distinfo b/devel/rubygem-aws-sdk-imagebuilder/distinfo index 49f7c4e9aad4..4bf017f1ae1c 100644 --- a/devel/rubygem-aws-sdk-imagebuilder/distinfo +++ b/devel/rubygem-aws-sdk-imagebuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037546 -SHA256 (rubygem/aws-sdk-imagebuilder-1.29.0.gem) = 3876fab04023c2a33fb5bd97ad1a71b04fe3c0767a6e7eb6d68a93a1eebd2e85 -SIZE (rubygem/aws-sdk-imagebuilder-1.29.0.gem) = 61952 +TIMESTAMP = 1632664404 +SHA256 (rubygem/aws-sdk-imagebuilder-1.30.0.gem) = 4e2c991baed4f90dfad6c539fbb0f9b3fc00313549362227d321209d86a54424 +SIZE (rubygem/aws-sdk-imagebuilder-1.30.0.gem) = 64000 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1AD8E668A3A; Mon, 27 Sep 2021 16:00:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m01ntbz3mTk; Mon, 27 Sep 2021 15:59:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FE4513F12; Mon, 27 Sep 2021 15:59:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxtZK032095; Mon, 27 Sep 2021 15:59:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxtjM032094; Mon, 27 Sep 2021 15:59:55 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:55 GMT Message-Id: <202109271559.18RFxtjM032094@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 211d176a8704 - main - devel/rubygem-aws-sdk-opensearchservice: Update to 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 211d176a8704b0d7fa441bc46e88abc3e320cf2d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:02 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=211d176a8704b0d7fa441bc46e88abc3e320cf2d commit 211d176a8704b0d7fa441bc46e88abc3e320cf2d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:09 +0000 devel/rubygem-aws-sdk-opensearchservice: Update to 1.1.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-opensearchservice/CHANGELOG.md --- devel/rubygem-aws-sdk-opensearchservice/Makefile | 2 +- devel/rubygem-aws-sdk-opensearchservice/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-opensearchservice/Makefile b/devel/rubygem-aws-sdk-opensearchservice/Makefile index f3438bb5e96b..8517c0eb7600 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/Makefile +++ b/devel/rubygem-aws-sdk-opensearchservice/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-opensearchservice -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opensearchservice/distinfo b/devel/rubygem-aws-sdk-opensearchservice/distinfo index 25e5dbdcdcd9..eb743b367edd 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/distinfo +++ b/devel/rubygem-aws-sdk-opensearchservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036838 -SHA256 (rubygem/aws-sdk-opensearchservice-1.0.0.gem) = c390382c8352660df467874ce838c185760d8a7f5a37e62948d640c8324c7d9b -SIZE (rubygem/aws-sdk-opensearchservice-1.0.0.gem) = 66560 +TIMESTAMP = 1632664422 +SHA256 (rubygem/aws-sdk-opensearchservice-1.1.0.gem) = 7ff79e02890dab4e497539fa032b4da47789e8c4fca3c7dc1387beeed9700a59 +SIZE (rubygem/aws-sdk-opensearchservice-1.1.0.gem) = 67072 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 236CC668A3B; Mon, 27 Sep 2021 16:00:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m13d2Nz3m7n; Mon, 27 Sep 2021 15:59:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1212313E3F; Mon, 27 Sep 2021 15:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxqoA032047; Mon, 27 Sep 2021 15:59:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxq8c032046; Mon, 27 Sep 2021 15:59:52 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:52 GMT Message-Id: <202109271559.18RFxq8c032046@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 03367be63052 - main - devel/rubygem-aws-sdk-mediatailor: Update to 1.45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03367be630525b68fbbe70b33b81dfa956d23143 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=03367be630525b68fbbe70b33b81dfa956d23143 commit 03367be630525b68fbbe70b33b81dfa956d23143 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:08 +0000 devel/rubygem-aws-sdk-mediatailor: Update to 1.45.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-mediatailor/CHANGELOG.md --- devel/rubygem-aws-sdk-mediatailor/Makefile | 2 +- devel/rubygem-aws-sdk-mediatailor/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-mediatailor/Makefile b/devel/rubygem-aws-sdk-mediatailor/Makefile index 77859b0d9253..80f0c4aa2c34 100644 --- a/devel/rubygem-aws-sdk-mediatailor/Makefile +++ b/devel/rubygem-aws-sdk-mediatailor/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-mediatailor -PORTVERSION= 1.44.0 +PORTVERSION= 1.45.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediatailor/distinfo b/devel/rubygem-aws-sdk-mediatailor/distinfo index 0e93902c61ca..5bf6f57aeb2a 100644 --- a/devel/rubygem-aws-sdk-mediatailor/distinfo +++ b/devel/rubygem-aws-sdk-mediatailor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037658 -SHA256 (rubygem/aws-sdk-mediatailor-1.44.0.gem) = e93e513a3333b41b4a7c6985fdd1f502db97f315d1522f1ecf6fb466d2110547 -SIZE (rubygem/aws-sdk-mediatailor-1.44.0.gem) = 42496 +TIMESTAMP = 1632664418 +SHA256 (rubygem/aws-sdk-mediatailor-1.45.0.gem) = b6e4cda5edad5f2f03759e3ad33c824d11f213ad06547c89029f04dffa0b471e +SIZE (rubygem/aws-sdk-mediatailor-1.45.0.gem) = 43520 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 055B6668B19; Mon, 27 Sep 2021 15:59:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lw0F6tz3mR7; Mon, 27 Sep 2021 15:59:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96F7A13EA3; Mon, 27 Sep 2021 15:59:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxns0031969; Mon, 27 Sep 2021 15:59:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxn2h031968; Mon, 27 Sep 2021 15:59:49 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:49 GMT Message-Id: <202109271559.18RFxn2h031968@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: bcd7e455dd26 - main - devel/rubygem-aws-sdk-licensemanager: Update to 1.33.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bcd7e455dd26ff86502b9b41f9fd67b0045a476e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:57 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcd7e455dd26ff86502b9b41f9fd67b0045a476e commit bcd7e455dd26ff86502b9b41f9fd67b0045a476e Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:07 +0000 devel/rubygem-aws-sdk-licensemanager: Update to 1.33.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-licensemanager/CHANGELOG.md --- devel/rubygem-aws-sdk-licensemanager/Makefile | 2 +- devel/rubygem-aws-sdk-licensemanager/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-licensemanager/Makefile b/devel/rubygem-aws-sdk-licensemanager/Makefile index 0aa19bd451dc..be410502c216 100644 --- a/devel/rubygem-aws-sdk-licensemanager/Makefile +++ b/devel/rubygem-aws-sdk-licensemanager/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-licensemanager -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-licensemanager/distinfo b/devel/rubygem-aws-sdk-licensemanager/distinfo index a8e0963a102e..f17e7967722b 100644 --- a/devel/rubygem-aws-sdk-licensemanager/distinfo +++ b/devel/rubygem-aws-sdk-licensemanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037616 -SHA256 (rubygem/aws-sdk-licensemanager-1.32.0.gem) = ad5acaed4de3f2d4f1c4d1981def11d71a6b758b61da655d68ced4f1ea1c22f1 -SIZE (rubygem/aws-sdk-licensemanager-1.32.0.gem) = 51200 +TIMESTAMP = 1632664412 +SHA256 (rubygem/aws-sdk-licensemanager-1.33.0.gem) = e648907948081d9b2d04e90c910b76f32b72df849cf44cec2cd799317c86fad3 +SIZE (rubygem/aws-sdk-licensemanager-1.33.0.gem) = 53760 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 208F36688D9; Mon, 27 Sep 2021 16:00:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m32hstz3m7x; Mon, 27 Sep 2021 16:00:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8857913F13; Mon, 27 Sep 2021 15:59:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxu1i032125; Mon, 27 Sep 2021 15:59:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxu7T032124; Mon, 27 Sep 2021 15:59:56 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:56 GMT Message-Id: <202109271559.18RFxu7T032124@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 006f5c2a3cc7 - main - devel/rubygem-aws-sdk-ssm: Update to 1.118.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 006f5c2a3cc7412b66503169278f94a6010bec36 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=006f5c2a3cc7412b66503169278f94a6010bec36 commit 006f5c2a3cc7412b66503169278f94a6010bec36 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:09 +0000 devel/rubygem-aws-sdk-ssm: Update to 1.118.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ssm/CHANGELOG.md --- devel/rubygem-aws-sdk-ssm/Makefile | 2 +- devel/rubygem-aws-sdk-ssm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-ssm/Makefile b/devel/rubygem-aws-sdk-ssm/Makefile index 46a7a17141ee..43fbae514f6d 100644 --- a/devel/rubygem-aws-sdk-ssm/Makefile +++ b/devel/rubygem-aws-sdk-ssm/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-ssm -PORTVERSION= 1.117.0 +PORTVERSION= 1.118.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssm/distinfo b/devel/rubygem-aws-sdk-ssm/distinfo index 3abea1271ef6..ad4f0b62e66f 100644 --- a/devel/rubygem-aws-sdk-ssm/distinfo +++ b/devel/rubygem-aws-sdk-ssm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037798 -SHA256 (rubygem/aws-sdk-ssm-1.117.0.gem) = 3a796e11090d973a05e16a7b21c86c47a5cd5764e1296470824e81d8bfa562aa -SIZE (rubygem/aws-sdk-ssm-1.117.0.gem) = 254464 +TIMESTAMP = 1632664424 +SHA256 (rubygem/aws-sdk-ssm-1.118.0.gem) = 47dd6fe791d3fdd96727d736f237dd100678c8380f804eabefa68ef81508c944 +SIZE (rubygem/aws-sdk-ssm-1.118.0.gem) = 257024 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4815B668A48; Mon, 27 Sep 2021 16:00:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m62YFgz3mRw; Mon, 27 Sep 2021 16:00:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9D5B13E41; Mon, 27 Sep 2021 15:59:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxwSi032173; Mon, 27 Sep 2021 15:59:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxwsm032172; Mon, 27 Sep 2021 15:59:58 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:58 GMT Message-Id: <202109271559.18RFxwsm032172@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c6e40247a55e - main - devel/rubygem-bootsnap: Update to 1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c6e40247a55ef17f371005a265f6a4b660a5e48e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6e40247a55ef17f371005a265f6a4b660a5e48e commit c6e40247a55ef17f371005a265f6a4b660a5e48e Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:09 +0000 devel/rubygem-bootsnap: Update to 1.9.1 Changes: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md --- devel/rubygem-bootsnap/Makefile | 2 +- devel/rubygem-bootsnap/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-bootsnap/Makefile b/devel/rubygem-bootsnap/Makefile index 47ef7032b4f5..7db999cac97d 100644 --- a/devel/rubygem-bootsnap/Makefile +++ b/devel/rubygem-bootsnap/Makefile @@ -1,5 +1,5 @@ PORTNAME= bootsnap -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-bootsnap/distinfo b/devel/rubygem-bootsnap/distinfo index 72b6711951c1..a473a5f08605 100644 --- a/devel/rubygem-bootsnap/distinfo +++ b/devel/rubygem-bootsnap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227616 -SHA256 (rubygem/bootsnap-1.9.0.gem) = 8278369c85bc1f368a6bcc1dca0b0859e989d692d0638fa916a011e5958a007b -SIZE (rubygem/bootsnap-1.9.0.gem) = 36864 +TIMESTAMP = 1632664428 +SHA256 (rubygem/bootsnap-1.9.1.gem) = a2930d1dcc10d1e46389c765e633f77a0f6bb8aa5c8b2a2d12b8190487cab2d9 +SIZE (rubygem/bootsnap-1.9.1.gem) = 36864 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A28E668AA5; Mon, 27 Sep 2021 15:59:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ln2Xdcz3m79; Mon, 27 Sep 2021 15:59:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3E8E13AE9; Mon, 27 Sep 2021 15:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxh44031843; Mon, 27 Sep 2021 15:59:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxh1b031842; Mon, 27 Sep 2021 15:59:43 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:43 GMT Message-Id: <202109271559.18RFxh1b031842@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7f7511a561b7 - main - devel/rubygem-aws-sdk-iam: Update to 1.61.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7f7511a561b7e09efffd4d21879f6ebe85aad103 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f7511a561b7e09efffd4d21879f6ebe85aad103 commit 7f7511a561b7e09efffd4d21879f6ebe85aad103 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:06 +0000 devel/rubygem-aws-sdk-iam: Update to 1.61.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-iam/CHANGELOG.md --- devel/rubygem-aws-sdk-iam/Makefile | 2 +- devel/rubygem-aws-sdk-iam/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-iam/Makefile b/devel/rubygem-aws-sdk-iam/Makefile index e93a82873647..d0ebbfb5262f 100644 --- a/devel/rubygem-aws-sdk-iam/Makefile +++ b/devel/rubygem-aws-sdk-iam/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-iam -PORTVERSION= 1.60.0 +PORTVERSION= 1.61.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iam/distinfo b/devel/rubygem-aws-sdk-iam/distinfo index aa7b2277ea0b..730c6628ebd8 100644 --- a/devel/rubygem-aws-sdk-iam/distinfo +++ b/devel/rubygem-aws-sdk-iam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037542 -SHA256 (rubygem/aws-sdk-iam-1.60.0.gem) = 2cce9d693fc50dbdc6344b372452d229c6bda50df21b801678b1364b59978c7c -SIZE (rubygem/aws-sdk-iam-1.60.0.gem) = 185856 +TIMESTAMP = 1632664402 +SHA256 (rubygem/aws-sdk-iam-1.61.0.gem) = 152808136e755298a7cc4e1ed7e66eba8defec014af802987103c1398d60acd4 +SIZE (rubygem/aws-sdk-iam-1.61.0.gem) = 186368 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11F1C66893B; Mon, 27 Sep 2021 15:59:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lt3xsxz3mK8; Mon, 27 Sep 2021 15:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B07D13B3E; Mon, 27 Sep 2021 15:59:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxmUX031945; Mon, 27 Sep 2021 15:59:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxmQh031944; Mon, 27 Sep 2021 15:59:48 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:48 GMT Message-Id: <202109271559.18RFxmQh031944@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 06c0f53930bc - main - devel/rubygem-aws-sdk-lexmodelsv2: Update to 1.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 06c0f53930bc4b33f6ba5c8d2904d3aeb5711c4a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=06c0f53930bc4b33f6ba5c8d2904d3aeb5711c4a commit 06c0f53930bc4b33f6ba5c8d2904d3aeb5711c4a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:07 +0000 devel/rubygem-aws-sdk-lexmodelsv2: Update to 1.11.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-lexmodelsv2/CHANGELOG.md --- devel/rubygem-aws-sdk-lexmodelsv2/Makefile | 2 +- devel/rubygem-aws-sdk-lexmodelsv2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-lexmodelsv2/Makefile b/devel/rubygem-aws-sdk-lexmodelsv2/Makefile index a49a4c69e6ac..9af69ce35416 100644 --- a/devel/rubygem-aws-sdk-lexmodelsv2/Makefile +++ b/devel/rubygem-aws-sdk-lexmodelsv2/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-lexmodelsv2 -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lexmodelsv2/distinfo b/devel/rubygem-aws-sdk-lexmodelsv2/distinfo index ef963dbf40b4..612a0b38f740 100644 --- a/devel/rubygem-aws-sdk-lexmodelsv2/distinfo +++ b/devel/rubygem-aws-sdk-lexmodelsv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037612 -SHA256 (rubygem/aws-sdk-lexmodelsv2-1.10.0.gem) = 619cad08e4bad38a3fbb64c5c5ff0a28d1af6a121b9dcdaba84699f73cfeb585 -SIZE (rubygem/aws-sdk-lexmodelsv2-1.10.0.gem) = 97792 +TIMESTAMP = 1632664410 +SHA256 (rubygem/aws-sdk-lexmodelsv2-1.11.0.gem) = afcaa1bd9de3f1a11b0128d73fcef5ba70bc503c3261fe711283b43e27cb9bfb +SIZE (rubygem/aws-sdk-lexmodelsv2-1.11.0.gem) = 102912 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D11736687DF; Mon, 27 Sep 2021 16:00:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mB1tQDz3mZv; Mon, 27 Sep 2021 16:00:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 574EB13CFD; Mon, 27 Sep 2021 16:00:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG03jh035150; Mon, 27 Sep 2021 16:00:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG03UZ035147; Mon, 27 Sep 2021 16:00:03 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:03 GMT Message-Id: <202109271600.18RG03UZ035147@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 796cec1e4ee6 - main - devel/rubygem-marcel: Update to 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 796cec1e4ee6d8176f886a87e2f265ef3bc9f23b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=796cec1e4ee6d8176f886a87e2f265ef3bc9f23b commit 796cec1e4ee6d8176f886a87e2f265ef3bc9f23b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:10 +0000 devel/rubygem-marcel: Update to 1.0.2 Changes: https://github.com/rails/marcel/releases --- devel/rubygem-marcel/Makefile | 2 +- devel/rubygem-marcel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-marcel/Makefile b/devel/rubygem-marcel/Makefile index 79d06ee90ec2..4d6c72782f24 100644 --- a/devel/rubygem-marcel/Makefile +++ b/devel/rubygem-marcel/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= marcel -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-marcel/distinfo b/devel/rubygem-marcel/distinfo index cfea98e4f8c0..7905546ea1af 100644 --- a/devel/rubygem-marcel/distinfo +++ b/devel/rubygem-marcel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619198877 -SHA256 (rubygem/marcel-1.0.1.gem) = 037769de6c9a982b21f35b0d7d38111aba8b760c785c8d1451da1e646e00e02e -SIZE (rubygem/marcel-1.0.1.gem) = 39424 +TIMESTAMP = 1632664436 +SHA256 (rubygem/marcel-1.0.2.gem) = a013b677ef46cbcb49fd5c59b3d35803d2ee04dd75d8bfdc43533fc5a31f7e4e +SIZE (rubygem/marcel-1.0.2.gem) = 45056 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0D016687E0; Mon, 27 Sep 2021 16:00:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mC6Mt7z3mSD; Mon, 27 Sep 2021 16:00:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72D3313CFE; Mon, 27 Sep 2021 16:00:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0481035365; Mon, 27 Sep 2021 16:00:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG04ti035362; Mon, 27 Sep 2021 16:00:04 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:04 GMT Message-Id: <202109271600.18RG04ti035362@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: bab972fb8cbb - main - devel/rubygem-mixlib-install: Update to 3.12.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bab972fb8cbbb7d9b6de74ac63691560342fecfd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bab972fb8cbbb7d9b6de74ac63691560342fecfd commit bab972fb8cbbb7d9b6de74ac63691560342fecfd Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:11 +0000 devel/rubygem-mixlib-install: Update to 3.12.16 Changes: https://github.com/chef/mixlib-install/blob/main/CHANGELOG.md --- devel/rubygem-mixlib-install/Makefile | 2 +- devel/rubygem-mixlib-install/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-mixlib-install/Makefile b/devel/rubygem-mixlib-install/Makefile index 64bdfa953100..fd5e32dd8214 100644 --- a/devel/rubygem-mixlib-install/Makefile +++ b/devel/rubygem-mixlib-install/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= mixlib-install -PORTVERSION= 3.12.11 +PORTVERSION= 3.12.16 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-mixlib-install/distinfo b/devel/rubygem-mixlib-install/distinfo index 2b05a7841b16..61fcb9c0bc28 100644 --- a/devel/rubygem-mixlib-install/distinfo +++ b/devel/rubygem-mixlib-install/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405497 -SHA256 (rubygem/mixlib-install-3.12.11.gem) = 3e6f84c57262de5210d596617c0a0634af89c89ac0d460e8ee35b5d8a8dd1494 -SIZE (rubygem/mixlib-install-3.12.11.gem) = 41984 +TIMESTAMP = 1632664438 +SHA256 (rubygem/mixlib-install-3.12.16.gem) = 5deac6c4be1d6d4eb57b263ad759b432f1e2141e71764cc3f3ace920d2e8d94e +SIZE (rubygem/mixlib-install-3.12.16.gem) = 41984 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66CD6668870; Mon, 27 Sep 2021 16:00:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mK33MJz3mSj; Mon, 27 Sep 2021 16:00:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7A4513CFF; Mon, 27 Sep 2021 16:00:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG09Xc036436; Mon, 27 Sep 2021 16:00:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG09KX036433; Mon, 27 Sep 2021 16:00:09 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:09 GMT Message-Id: <202109271600.18RG09KX036433@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0b956c29de86 - main - misc/rubygem-octicons: Update to 15.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0b956c29de8605495f87a36308b9487b3cbadcfa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b956c29de8605495f87a36308b9487b3cbadcfa commit 0b956c29de8605495f87a36308b9487b3cbadcfa Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:12 +0000 misc/rubygem-octicons: Update to 15.2.0 Changes: https://github.com/primer/octicons/releases --- misc/rubygem-octicons/Makefile | 2 +- misc/rubygem-octicons/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/rubygem-octicons/Makefile b/misc/rubygem-octicons/Makefile index a562e490bd40..e4acb5f86926 100644 --- a/misc/rubygem-octicons/Makefile +++ b/misc/rubygem-octicons/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= octicons -PORTVERSION= 15.1.0 +PORTVERSION= 15.2.0 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-octicons/distinfo b/misc/rubygem-octicons/distinfo index 89d02f698c6d..def84844b4bf 100644 --- a/misc/rubygem-octicons/distinfo +++ b/misc/rubygem-octicons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037940 -SHA256 (rubygem/octicons-15.1.0.gem) = 540189ea1e0bf3fa304d76380fc02610d98bed54b3d034cb46be3eaea22491ab -SIZE (rubygem/octicons-15.1.0.gem) = 148992 +TIMESTAMP = 1632664448 +SHA256 (rubygem/octicons-15.2.0.gem) = 2f8ab86ba61241d206f66ce5f4fd900559f16081fa90d6445b67f8f1e278d7db +SIZE (rubygem/octicons-15.2.0.gem) = 150528 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 21C48668AAE; Mon, 27 Sep 2021 16:00:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m14HMWz3mTr; Mon, 27 Sep 2021 15:59:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 599D413E40; Mon, 27 Sep 2021 15:59:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxssC032071; Mon, 27 Sep 2021 15:59:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxsxL032070; Mon, 27 Sep 2021 15:59:54 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:54 GMT Message-Id: <202109271559.18RFxsxL032070@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f1f635a1a2b0 - main - devel/rubygem-aws-sdk-memorydb: Update to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f1f635a1a2b0414f2ff34db6c86fd3897b9b0597 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1f635a1a2b0414f2ff34db6c86fd3897b9b0597 commit f1f635a1a2b0414f2ff34db6c86fd3897b9b0597 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:08 +0000 devel/rubygem-aws-sdk-memorydb: Update to 1.2.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-memorydb/CHANGELOG.md --- devel/rubygem-aws-sdk-memorydb/Makefile | 4 ++-- devel/rubygem-aws-sdk-memorydb/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-aws-sdk-memorydb/Makefile b/devel/rubygem-aws-sdk-memorydb/Makefile index 6737e515aad0..b49be1d34ffa 100644 --- a/devel/rubygem-aws-sdk-memorydb/Makefile +++ b/devel/rubygem-aws-sdk-memorydb/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-memorydb -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Official AWS Ruby gem for Amazon MemoryDB LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-aws-sdk-core>=3.119.0<4:devel/rubygem-aws-sdk-core \ +RUN_DEPENDS= rubygem-aws-sdk-core>=3.120.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem diff --git a/devel/rubygem-aws-sdk-memorydb/distinfo b/devel/rubygem-aws-sdk-memorydb/distinfo index 3c267c036214..67cd72a02391 100644 --- a/devel/rubygem-aws-sdk-memorydb/distinfo +++ b/devel/rubygem-aws-sdk-memorydb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227600 -SHA256 (rubygem/aws-sdk-memorydb-1.1.0.gem) = b0d91245e2f77c618feeea0f30985d1c97f247172bb249a485c832899cca5a91 -SIZE (rubygem/aws-sdk-memorydb-1.1.0.gem) = 47616 +TIMESTAMP = 1632664420 +SHA256 (rubygem/aws-sdk-memorydb-1.2.0.gem) = 452079c05552768daaabdf0d7ee14804385e30a0faa23c834357535731be11cf +SIZE (rubygem/aws-sdk-memorydb-1.2.0.gem) = 47616 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 505676687DC; Mon, 27 Sep 2021 16:00:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m66NClz3mVB; Mon, 27 Sep 2021 16:00:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D61913EA5; Mon, 27 Sep 2021 16:00:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxxYI032197; Mon, 27 Sep 2021 15:59:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxxE0032196; Mon, 27 Sep 2021 15:59:59 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:59 GMT Message-Id: <202109271559.18RFxxE0032196@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 6757a446df80 - main - devel/rubygem-ffi-libarchive: Update to 1.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6757a446df8072135dd2e7e5ea589ef20b0220ae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:10 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6757a446df8072135dd2e7e5ea589ef20b0220ae commit 6757a446df8072135dd2e7e5ea589ef20b0220ae Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:10 +0000 devel/rubygem-ffi-libarchive: Update to 1.1.3 Changes: https://github.com/chef/ffi-libarchive/blob/main/CHANGELOG.md --- devel/rubygem-ffi-libarchive/Makefile | 2 +- devel/rubygem-ffi-libarchive/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-ffi-libarchive/Makefile b/devel/rubygem-ffi-libarchive/Makefile index bede57d77efc..029ca08fba0b 100644 --- a/devel/rubygem-ffi-libarchive/Makefile +++ b/devel/rubygem-ffi-libarchive/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= ffi-libarchive -PORTVERSION= 1.0.17 +PORTVERSION= 1.1.3 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-ffi-libarchive/distinfo b/devel/rubygem-ffi-libarchive/distinfo index 258d3ee49008..771f21e212d3 100644 --- a/devel/rubygem-ffi-libarchive/distinfo +++ b/devel/rubygem-ffi-libarchive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405491 -SHA256 (rubygem/ffi-libarchive-1.0.17.gem) = 7db625d98f2aada6c20f7a6180909fe4f18e9415b84d3d5841b9e708cde3abf2 -SIZE (rubygem/ffi-libarchive-1.0.17.gem) = 15872 +TIMESTAMP = 1632664430 +SHA256 (rubygem/ffi-libarchive-1.1.3.gem) = 41be182035a09e04fac5928f65794f9adf60eb8e0a36002fb6575457bcb6dd3f +SIZE (rubygem/ffi-libarchive-1.1.3.gem) = 16384 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC5556687E5; Mon, 27 Sep 2021 16:00:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mG1Jllz3mVX; Mon, 27 Sep 2021 16:00:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B36A013BC6; Mon, 27 Sep 2021 16:00:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG06kv035793; Mon, 27 Sep 2021 16:00:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG06Nc035790; Mon, 27 Sep 2021 16:00:06 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:06 GMT Message-Id: <202109271600.18RG06Nc035790@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e59dce6a8ea2 - main - devel/rubygem-sidekiq-unique-jobs: Update to 7.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e59dce6a8ea23ad792e5da7f313dbab89f226c37 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e59dce6a8ea23ad792e5da7f313dbab89f226c37 commit e59dce6a8ea23ad792e5da7f313dbab89f226c37 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:26 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:11 +0000 devel/rubygem-sidekiq-unique-jobs: Update to 7.1.6 Changes: https://github.com/mhenrixon/sidekiq-unique-jobs/releases --- devel/rubygem-sidekiq-unique-jobs/Makefile | 2 +- devel/rubygem-sidekiq-unique-jobs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-sidekiq-unique-jobs/Makefile b/devel/rubygem-sidekiq-unique-jobs/Makefile index d517ac0839a1..4a10cb639f73 100644 --- a/devel/rubygem-sidekiq-unique-jobs/Makefile +++ b/devel/rubygem-sidekiq-unique-jobs/Makefile @@ -1,5 +1,5 @@ PORTNAME= sidekiq-unique-jobs -PORTVERSION= 7.0.12 +PORTVERSION= 7.1.6 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sidekiq-unique-jobs/distinfo b/devel/rubygem-sidekiq-unique-jobs/distinfo index 5a4a69a96247..bbc9e932c9bf 100644 --- a/devel/rubygem-sidekiq-unique-jobs/distinfo +++ b/devel/rubygem-sidekiq-unique-jobs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214230 -SHA256 (rubygem/sidekiq-unique-jobs-7.0.12.gem) = a071fbdd7ab98db34f5a1f0775d697196337b8e9b5d4212750a45dc5bd641109 -SIZE (rubygem/sidekiq-unique-jobs-7.0.12.gem) = 76800 +TIMESTAMP = 1632664442 +SHA256 (rubygem/sidekiq-unique-jobs-7.1.6.gem) = 320c85cabcf47e90c6738c029b50dc7c375d023245b1c80efd482c580eced8fb +SIZE (rubygem/sidekiq-unique-jobs-7.1.6.gem) = 79872 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF7A9668879; Mon, 27 Sep 2021 16:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mb1Cvdz3mkx; Mon, 27 Sep 2021 16:00:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FF68136EE; Mon, 27 Sep 2021 16:00:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0NFn041766; Mon, 27 Sep 2021 16:00:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0NkH041765; Mon, 27 Sep 2021 16:00:23 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:23 GMT Message-Id: <202109271600.18RG0NkH041765@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9c0625bead81 - main - textproc/rubygem-elasticsearch-transport: Update to 7.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9c0625bead812364b3504637ca94db879b098f1a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:32 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c0625bead812364b3504637ca94db879b098f1a commit 9c0625bead812364b3504637ca94db879b098f1a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:15 +0000 textproc/rubygem-elasticsearch-transport: Update to 7.15.0 Changes: https://github.com/elastic/elasticsearch-ruby/releases --- textproc/rubygem-elasticsearch-transport/Makefile | 2 +- textproc/rubygem-elasticsearch-transport/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/rubygem-elasticsearch-transport/Makefile b/textproc/rubygem-elasticsearch-transport/Makefile index 99b8206bd233..0ddd5370c952 100644 --- a/textproc/rubygem-elasticsearch-transport/Makefile +++ b/textproc/rubygem-elasticsearch-transport/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= elasticsearch-transport -PORTVERSION= 7.14.1 +PORTVERSION= 7.15.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-elasticsearch-transport/distinfo b/textproc/rubygem-elasticsearch-transport/distinfo index 869ff9c54f62..846d5fe1383b 100644 --- a/textproc/rubygem-elasticsearch-transport/distinfo +++ b/textproc/rubygem-elasticsearch-transport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037992 -SHA256 (rubygem/elasticsearch-transport-7.14.1.gem) = 480f801936bc33bafad8eed1850e19c8e6dee25b397885db6f11b536a019f4cf -SIZE (rubygem/elasticsearch-transport-7.14.1.gem) = 56320 +TIMESTAMP = 1632664472 +SHA256 (rubygem/elasticsearch-transport-7.15.0.gem) = c42e7557b0a522c7bfd54841aec0fb948964b38d12a927e9b69cc180a390ef58 +SIZE (rubygem/elasticsearch-transport-7.15.0.gem) = 56320 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C4EB668A4A; Mon, 27 Sep 2021 16:00:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m66NGtz3mMw; Mon, 27 Sep 2021 16:00:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45314136ED; Mon, 27 Sep 2021 16:00:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG029F034926; Mon, 27 Sep 2021 16:00:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG02X1034923; Mon, 27 Sep 2021 16:00:02 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:02 GMT Message-Id: <202109271600.18RG02X1034923@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 090b37e9e595 - main - devel/rubygem-grpc-google-iam-v1: Update to 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 090b37e9e5959361ac58fe28f4ba3293761e40c0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=090b37e9e5959361ac58fe28f4ba3293761e40c0 commit 090b37e9e5959361ac58fe28f4ba3293761e40c0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:10 +0000 devel/rubygem-grpc-google-iam-v1: Update to 1.0.0 Changes: https://github.com/googleapis/common-protos-ruby/releases https://github.com/googleapis/common-protos-ruby/blob/master/grpc-google-iam-v1/CHANGELOG.md --- devel/rubygem-grpc-google-iam-v1/Makefile | 4 ++-- devel/rubygem-grpc-google-iam-v1/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-grpc-google-iam-v1/Makefile b/devel/rubygem-grpc-google-iam-v1/Makefile index fd45d91e93f5..dcdb900088e9 100644 --- a/devel/rubygem-grpc-google-iam-v1/Makefile +++ b/devel/rubygem-grpc-google-iam-v1/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= grpc-google-iam-v1 -PORTVERSION= 0.6.11 +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Google IAM gRPC client library LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \ - rubygem-googleapis-common-protos>=1.3.11<2.0:devel/rubygem-googleapis-common-protos \ + rubygem-googleapis-common-protos>=1.3.12<2.0:devel/rubygem-googleapis-common-protos \ rubygem-grpc>=1.27<2:net/rubygem-grpc USES= gem diff --git a/devel/rubygem-grpc-google-iam-v1/distinfo b/devel/rubygem-grpc-google-iam-v1/distinfo index 9a21852b58d7..a627dcbcfb56 100644 --- a/devel/rubygem-grpc-google-iam-v1/distinfo +++ b/devel/rubygem-grpc-google-iam-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296175 -SHA256 (rubygem/grpc-google-iam-v1-0.6.11.gem) = 3a536dd99debe0e214805a8da244d5518d0bc11033d49ef2af1c47b3e56e9fc9 -SIZE (rubygem/grpc-google-iam-v1-0.6.11.gem) = 8192 +TIMESTAMP = 1632664434 +SHA256 (rubygem/grpc-google-iam-v1-1.0.0.gem) = f3c5e3631720371c298d90bbe7bac75ae8816e142e0e5cca09cf12fcd3536942 +SIZE (rubygem/grpc-google-iam-v1-1.0.0.gem) = 7168 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35634668B85; Mon, 27 Sep 2021 16:00:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mW1Cftz3mhj; Mon, 27 Sep 2021 16:00:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C716C13EA7; Mon, 27 Sep 2021 16:00:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0JxO040827; Mon, 27 Sep 2021 16:00:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0JN5040820; Mon, 27 Sep 2021 16:00:19 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:19 GMT Message-Id: <202109271600.18RG0JN5040820@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5272d0ba02f3 - main - sysutils/rubygem-chef-vault: Update to 4.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5272d0ba02f3bdae269d3a32b46d3bb85a21979b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:28 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5272d0ba02f3bdae269d3a32b46d3bb85a21979b commit 5272d0ba02f3bdae269d3a32b46d3bb85a21979b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:14 +0000 sysutils/rubygem-chef-vault: Update to 4.1.4 Changes: https://github.com/chef/chef-vault/blob/main/CHANGELOG.md --- sysutils/rubygem-chef-vault/Makefile | 2 +- sysutils/rubygem-chef-vault/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-chef-vault/Makefile b/sysutils/rubygem-chef-vault/Makefile index 2e60797ec26f..56c7c70bb784 100644 --- a/sysutils/rubygem-chef-vault/Makefile +++ b/sysutils/rubygem-chef-vault/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= chef-vault -PORTVERSION= 4.1.0 +PORTVERSION= 4.1.4 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-chef-vault/distinfo b/sysutils/rubygem-chef-vault/distinfo index 94345c9ac68f..b94268c8ccf2 100644 --- a/sysutils/rubygem-chef-vault/distinfo +++ b/sysutils/rubygem-chef-vault/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605901802 -SHA256 (rubygem/chef-vault-4.1.0.gem) = 241d031d9dd54dd612aa6fc22b580eeb30aa4a044427ee8099fbbfc6d57fece6 -SIZE (rubygem/chef-vault-4.1.0.gem) = 22528 +TIMESTAMP = 1632664466 +SHA256 (rubygem/chef-vault-4.1.4.gem) = e1f585ca8e99da84b4bedcd5db3706e492de12721e500b9d424134981d46fea7 +SIZE (rubygem/chef-vault-4.1.4.gem) = 22528 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35BC66689A9; Mon, 27 Sep 2021 16:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mR2mGFz3mhV; Mon, 27 Sep 2021 16:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86E6213F15; Mon, 27 Sep 2021 16:00:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0G6Y039259; Mon, 27 Sep 2021 16:00:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0G3G039253; Mon, 27 Sep 2021 16:00:16 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:16 GMT Message-Id: <202109271600.18RG0G3G039253@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5ac973874e67 - main - sysutils/rubygem-chef-bin: Update to 16.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5ac973874e67a1f2b5cf027092847d3d6250632a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ac973874e67a1f2b5cf027092847d3d6250632a commit 5ac973874e67a1f2b5cf027092847d3d6250632a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:40:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:13 +0000 sysutils/rubygem-chef-bin: Update to 16.14.1 Changes: https://docs.chef.io/release_notes_client/ --- sysutils/rubygem-chef-bin/Makefile | 2 +- sysutils/rubygem-chef-bin/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-chef-bin/Makefile b/sysutils/rubygem-chef-bin/Makefile index 9ce34af27e70..4bfab9217a73 100644 --- a/sysutils/rubygem-chef-bin/Makefile +++ b/sysutils/rubygem-chef-bin/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= chef-bin -PORTVERSION= 16.13.16 +PORTVERSION= 16.14.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-chef-bin/distinfo b/sysutils/rubygem-chef-bin/distinfo index b8d718917806..9f74ff5bc239 100644 --- a/sysutils/rubygem-chef-bin/distinfo +++ b/sysutils/rubygem-chef-bin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405515 -SHA256 (rubygem/chef-bin-16.13.16.gem) = 6aa62a8bdda28db8748188d555b879b476924ec56b633233f2bce84c5c7ec190 -SIZE (rubygem/chef-bin-16.13.16.gem) = 10752 +TIMESTAMP = 1632664460 +SHA256 (rubygem/chef-bin-16.14.1.gem) = 1d931851fe71ab9bee7d319f881ee762fe8e9f0b6083fe25a3f5fa41146ac39d +SIZE (rubygem/chef-bin-16.14.1.gem) = 10752 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB19E6687D8; Mon, 27 Sep 2021 16:00:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m40jcNz3md4; Mon, 27 Sep 2021 16:00:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFCA613BC4; Mon, 27 Sep 2021 15:59:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxv9l032149; Mon, 27 Sep 2021 15:59:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxvYC032148; Mon, 27 Sep 2021 15:59:57 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:57 GMT Message-Id: <202109271559.18RFxvYC032148@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0545e4286718 - main - devel/rubygem-aws-sdk-wafv2: Update to 1.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0545e42867185edfb0b15b81190ff8c72d1a25e0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0545e42867185edfb0b15b81190ff8c72d1a25e0 commit 0545e42867185edfb0b15b81190ff8c72d1a25e0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:20 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:09 +0000 devel/rubygem-aws-sdk-wafv2: Update to 1.27.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-wafv2/CHANGELOG.md --- devel/rubygem-aws-sdk-wafv2/Makefile | 2 +- devel/rubygem-aws-sdk-wafv2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-wafv2/Makefile b/devel/rubygem-aws-sdk-wafv2/Makefile index b737612f4b4c..54ad60faa9ab 100644 --- a/devel/rubygem-aws-sdk-wafv2/Makefile +++ b/devel/rubygem-aws-sdk-wafv2/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-wafv2 -PORTVERSION= 1.26.0 +PORTVERSION= 1.27.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-wafv2/distinfo b/devel/rubygem-aws-sdk-wafv2/distinfo index 837555ac196b..e071a9245445 100644 --- a/devel/rubygem-aws-sdk-wafv2/distinfo +++ b/devel/rubygem-aws-sdk-wafv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037838 -SHA256 (rubygem/aws-sdk-wafv2-1.26.0.gem) = f8905091fb517cbc0ba001e0e7ac02d18688cb9e7e6ec4eb38ff68e11a64c789 -SIZE (rubygem/aws-sdk-wafv2-1.26.0.gem) = 109056 +TIMESTAMP = 1632664426 +SHA256 (rubygem/aws-sdk-wafv2-1.27.0.gem) = 5b2635c135dcd823505609497b76dfb87f47d97f31ea3aa957403bedf3bec29b +SIZE (rubygem/aws-sdk-wafv2-1.27.0.gem) = 109568 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 044C7668B2F; Mon, 27 Sep 2021 16:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mJ3SSHz3mbL; Mon, 27 Sep 2021 16:00:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0832C13B40; Mon, 27 Sep 2021 16:00:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG08LM036225; Mon, 27 Sep 2021 16:00:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG08e8036222; Mon, 27 Sep 2021 16:00:08 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:08 GMT Message-Id: <202109271600.18RG08e8036222@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 416281de54bd - main - misc/rubygem-mime-types-data: Update to 3.2021.0901 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 416281de54bd73ea0d1d7d53aa8b7f55558f2ea2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:17 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=416281de54bd73ea0d1d7d53aa8b7f55558f2ea2 commit 416281de54bd73ea0d1d7d53aa8b7f55558f2ea2 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:12 +0000 misc/rubygem-mime-types-data: Update to 3.2021.0901 Changes: https://github.com/mime-types/mime-types-data/blob/master/History.md --- misc/rubygem-mime-types-data/Makefile | 2 +- misc/rubygem-mime-types-data/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/rubygem-mime-types-data/Makefile b/misc/rubygem-mime-types-data/Makefile index 202baefdb83f..5d2824306afc 100644 --- a/misc/rubygem-mime-types-data/Makefile +++ b/misc/rubygem-mime-types-data/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= mime-types-data -PORTVERSION= 3.2021.0225 +PORTVERSION= 3.2021.0901 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-mime-types-data/distinfo b/misc/rubygem-mime-types-data/distinfo index 1144d835e56b..c8a54f3ad301 100644 --- a/misc/rubygem-mime-types-data/distinfo +++ b/misc/rubygem-mime-types-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619198907 -SHA256 (rubygem/mime-types-data-3.2021.0225.gem) = b1bae3b70776fc81794da9e727a53b60c38715ad7839e24fe337de0ffec10cde -SIZE (rubygem/mime-types-data-3.2021.0225.gem) = 167936 +TIMESTAMP = 1632664446 +SHA256 (rubygem/mime-types-data-3.2021.0901.gem) = bbf3ccee18705de9c2644ce1cd9738b5709ca3cbc1f603e50c9a9388cddcbcfc +SIZE (rubygem/mime-types-data-3.2021.0901.gem) = 170496 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 605C36688F7; Mon, 27 Sep 2021 16:00:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mK33BGz3mgv; Mon, 27 Sep 2021 16:00:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0455C13BC7; Mon, 27 Sep 2021 16:00:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Aka036705; Mon, 27 Sep 2021 16:00:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0AMx036702; Mon, 27 Sep 2021 16:00:10 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:10 GMT Message-Id: <202109271600.18RG0AMx036702@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9a94c8fb95b8 - main - net/rubygem-google-cloud-bigtable: Update to 2.6.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9a94c8fb95b8eac291bf51b07963ee7714508779 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a94c8fb95b8eac291bf51b07963ee7714508779 commit 9a94c8fb95b8eac291bf51b07963ee7714508779 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:12 +0000 net/rubygem-google-cloud-bigtable: Update to 2.6.3 Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-bigtable/CHANGELOG.md --- net/rubygem-google-cloud-bigtable/Makefile | 2 +- net/rubygem-google-cloud-bigtable/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rubygem-google-cloud-bigtable/Makefile b/net/rubygem-google-cloud-bigtable/Makefile index 93bef32808dc..4afc4531ee15 100644 --- a/net/rubygem-google-cloud-bigtable/Makefile +++ b/net/rubygem-google-cloud-bigtable/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= google-cloud-bigtable -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.3 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-bigtable/distinfo b/net/rubygem-google-cloud-bigtable/distinfo index 1739357e3c36..786b2f205f4c 100644 --- a/net/rubygem-google-cloud-bigtable/distinfo +++ b/net/rubygem-google-cloud-bigtable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628439638 -SHA256 (rubygem/google-cloud-bigtable-2.6.2.gem) = 846ae23cc76eab566115e71668a2af2099e671bf17e6dba91581816ed51ddde0 -SIZE (rubygem/google-cloud-bigtable-2.6.2.gem) = 89088 +TIMESTAMP = 1632664450 +SHA256 (rubygem/google-cloud-bigtable-2.6.3.gem) = 73262a07128e73dfb4170c4a0c3910a1983c441c81ef566ebf92a0913123c8cf +SIZE (rubygem/google-cloud-bigtable-2.6.3.gem) = 89088 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 420226689A5; Mon, 27 Sep 2021 16:00:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mN2Fbzz3mXw; Mon, 27 Sep 2021 16:00:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39A9913B41; Mon, 27 Sep 2021 16:00:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0DAQ037728; Mon, 27 Sep 2021 16:00:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0DZL037723; Mon, 27 Sep 2021 16:00:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:13 GMT Message-Id: <202109271600.18RG0DZL037723@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fdc0eeb8e098 - main - net/rubygem-google-cloud-pubsub: Update to 2.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fdc0eeb8e09865bb5c81708c7c8e3ed5423fcf2f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdc0eeb8e09865bb5c81708c7c8e3ed5423fcf2f commit fdc0eeb8e09865bb5c81708c7c8e3ed5423fcf2f Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:40:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:13 +0000 net/rubygem-google-cloud-pubsub: Update to 2.8.1 Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-pubsub/CHANGELOG.md --- net/rubygem-google-cloud-pubsub/Makefile | 2 +- net/rubygem-google-cloud-pubsub/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rubygem-google-cloud-pubsub/Makefile b/net/rubygem-google-cloud-pubsub/Makefile index edd9b7c38b52..d4dd7f8f3111 100644 --- a/net/rubygem-google-cloud-pubsub/Makefile +++ b/net/rubygem-google-cloud-pubsub/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= google-cloud-pubsub -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-pubsub/distinfo b/net/rubygem-google-cloud-pubsub/distinfo index a02d5af0318b..ee8fc55a09a4 100644 --- a/net/rubygem-google-cloud-pubsub/distinfo +++ b/net/rubygem-google-cloud-pubsub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037950 -SHA256 (rubygem/google-cloud-pubsub-2.8.0.gem) = b67a3e2a2b3b8a0eac32ba484658606f0bf3b15dcb208b58bf375ac1af1d7dde -SIZE (rubygem/google-cloud-pubsub-2.8.0.gem) = 83968 +TIMESTAMP = 1632664454 +SHA256 (rubygem/google-cloud-pubsub-2.8.1.gem) = e39dc3af0ef22233795a40163bd209026c4cdd91b425c3fd78e20291f8c9178a +SIZE (rubygem/google-cloud-pubsub-2.8.1.gem) = 83968 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4CA12668B3E; Mon, 27 Sep 2021 16:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mS1Zx4z3mfN; Mon, 27 Sep 2021 16:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B193113AED; Mon, 27 Sep 2021 16:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Hhf039792; Mon, 27 Sep 2021 16:00:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0Hn1039787; Mon, 27 Sep 2021 16:00:17 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:17 GMT Message-Id: <202109271600.18RG0Hn1039787@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4edd5d9ad1f2 - main - sysutils/rubygem-chef-config: Update to 16.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4edd5d9ad1f25edd7707ed4cdd09b763e46e8dda Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4edd5d9ad1f25edd7707ed4cdd09b763e46e8dda commit 4edd5d9ad1f25edd7707ed4cdd09b763e46e8dda Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:40:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:14 +0000 sysutils/rubygem-chef-config: Update to 16.14.1 Changes: https://docs.chef.io/release_notes_client/ --- sysutils/rubygem-chef-config/Makefile | 2 +- sysutils/rubygem-chef-config/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-chef-config/Makefile b/sysutils/rubygem-chef-config/Makefile index f8c10a53af22..b5de42f91847 100644 --- a/sysutils/rubygem-chef-config/Makefile +++ b/sysutils/rubygem-chef-config/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= chef-config -PORTVERSION= 16.13.16 +PORTVERSION= 16.14.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-chef-config/distinfo b/sysutils/rubygem-chef-config/distinfo index a857ddc37f59..a68c231b6419 100644 --- a/sysutils/rubygem-chef-config/distinfo +++ b/sysutils/rubygem-chef-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405517 -SHA256 (rubygem/chef-config-16.13.16.gem) = cc1ddad739818ee9ae4df8c0590fb1155f7224a0118cfbbc7078128ab1768c2f -SIZE (rubygem/chef-config-16.13.16.gem) = 51712 +TIMESTAMP = 1632664462 +SHA256 (rubygem/chef-config-16.14.1.gem) = c70c18320f5e54578d0a4c60cdf748d1be9de686e6bb8312b1e03a0561716ecf +SIZE (rubygem/chef-config-16.14.1.gem) = 51712 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E47B566895E; Mon, 27 Sep 2021 16:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mg0N9Sz3mWb; Mon, 27 Sep 2021 16:00:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C297413E49; Mon, 27 Sep 2021 16:00:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0RdT041868; Mon, 27 Sep 2021 16:00:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0RiT041867; Mon, 27 Sep 2021 16:00:27 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:27 GMT Message-Id: <202109271600.18RG0RiT041867@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 100ea8c2b053 - main - devel/rubygem-actionview50: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 100ea8c2b053b99a36a4d2c57a0ca4888b237fee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=100ea8c2b053b99a36a4d2c57a0ca4888b237fee commit 100ea8c2b053b99a36a4d2c57a0ca4888b237fee Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:16 +0000 devel/rubygem-actionview50: Add USES=cpe --- devel/rubygem-actionview50/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-actionview50/Makefile b/devel/rubygem-actionview50/Makefile index 152eb80e5a0f..a8661410fd89 100644 --- a/devel/rubygem-actionview50/Makefile +++ b/devel/rubygem-actionview50/Makefile @@ -18,11 +18,13 @@ RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport rubygem-rails-dom-testing-rails50>=2.0<3:textproc/rubygem-rails-dom-testing-rails50 \ rubygem-rails-html-sanitizer>=1.0.3<2:textproc/rubygem-rails-html-sanitizer -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails + PORTSCOUT= limit:^5\.0\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 470D26687EA; Mon, 27 Sep 2021 16:00:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mX3PGWz3mmy; Mon, 27 Sep 2021 16:00:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4A5413E47; Mon, 27 Sep 2021 16:00:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0KNZ041322; Mon, 27 Sep 2021 16:00:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0K4Z041319; Mon, 27 Sep 2021 16:00:20 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:20 GMT Message-Id: <202109271600.18RG0K4Z041319@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4411ca89df17 - main - textproc/rubygem-elasticsearch: Update to 7.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4411ca89df177ceeabf24a764d395ae806b6feda Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4411ca89df177ceeabf24a764d395ae806b6feda commit 4411ca89df177ceeabf24a764d395ae806b6feda Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:14 +0000 textproc/rubygem-elasticsearch: Update to 7.15.0 Changes: https://github.com/elastic/elasticsearch-ruby/releases --- textproc/rubygem-elasticsearch/Makefile | 2 +- textproc/rubygem-elasticsearch/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/rubygem-elasticsearch/Makefile b/textproc/rubygem-elasticsearch/Makefile index 743fed73dcc1..3a80efed0178 100644 --- a/textproc/rubygem-elasticsearch/Makefile +++ b/textproc/rubygem-elasticsearch/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= elasticsearch -PORTVERSION= 7.14.1 +PORTVERSION= 7.15.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-elasticsearch/distinfo b/textproc/rubygem-elasticsearch/distinfo index 359feed88f81..90962cdc3e03 100644 --- a/textproc/rubygem-elasticsearch/distinfo +++ b/textproc/rubygem-elasticsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037982 -SHA256 (rubygem/elasticsearch-7.14.1.gem) = f17dc58f00b9eeca8fe1608ef2ea0911a1979a60ba103776aad359531aeaa3f3 -SIZE (rubygem/elasticsearch-7.14.1.gem) = 14848 +TIMESTAMP = 1632664468 +SHA256 (rubygem/elasticsearch-7.15.0.gem) = 11c293b73ea84b558053efc4f93fd00784bc7929ea8f92d4c044b99d8183b637 +SIZE (rubygem/elasticsearch-7.15.0.gem) = 14848 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C300668874; Mon, 27 Sep 2021 16:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mQ5ZwXz3mc4; Mon, 27 Sep 2021 16:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 522F813B42; Mon, 27 Sep 2021 16:00:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Eu4038240; Mon, 27 Sep 2021 16:00:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0Eol038235; Mon, 27 Sep 2021 16:00:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:14 GMT Message-Id: <202109271600.18RG0Eol038235@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7d9eeaa9e5a1 - main - net/rubygem-train: Update to 3.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7d9eeaa9e5a11bb5729c6d62b8ccdb4721c88d03 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d9eeaa9e5a11bb5729c6d62b8ccdb4721c88d03 commit 7d9eeaa9e5a11bb5729c6d62b8ccdb4721c88d03 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:40:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:13 +0000 net/rubygem-train: Update to 3.8.1 Changes: https://github.com/inspec/train/blob/main/CHANGELOG.md --- net/rubygem-train/Makefile | 2 +- net/rubygem-train/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rubygem-train/Makefile b/net/rubygem-train/Makefile index 97b86428359b..2e9554498c5f 100644 --- a/net/rubygem-train/Makefile +++ b/net/rubygem-train/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= train -PORTVERSION= 3.7.2 +PORTVERSION= 3.8.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-train/distinfo b/net/rubygem-train/distinfo index 820ac2385ffb..a0400aef3467 100644 --- a/net/rubygem-train/distinfo +++ b/net/rubygem-train/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189767 -SHA256 (rubygem/train-3.7.2.gem) = f9d72d312a3a913ebc0d0bf56a8ef3d33128ffc28cc2766f3be46aa8a0da1eb2 -SIZE (rubygem/train-3.7.2.gem) = 15360 +TIMESTAMP = 1632664456 +SHA256 (rubygem/train-3.8.1.gem) = 978917382554891081c5bf1ac5e34304d0b8d5596256c69a29659aa8f14a5244 +SIZE (rubygem/train-3.8.1.gem) = 15360 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 464856687CF; Mon, 27 Sep 2021 15:59:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ls5TPLz3mDw; Mon, 27 Sep 2021 15:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46AE713E3E; Mon, 27 Sep 2021 15:59:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxlpF031921; Mon, 27 Sep 2021 15:59:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxl3W031920; Mon, 27 Sep 2021 15:59:47 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:47 GMT Message-Id: <202109271559.18RFxl3W031920@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 552f37dad562 - main - devel/rubygem-aws-sdk-kafka: Update to 1.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 552f37dad562b07636d8c41515bd18cbdccab697 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=552f37dad562b07636d8c41515bd18cbdccab697 commit 552f37dad562b07636d8c41515bd18cbdccab697 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:07 +0000 devel/rubygem-aws-sdk-kafka: Update to 1.41.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-kafka/CHANGELOG.md --- devel/rubygem-aws-sdk-kafka/Makefile | 2 +- devel/rubygem-aws-sdk-kafka/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-kafka/Makefile b/devel/rubygem-aws-sdk-kafka/Makefile index 5221cd5b5b5d..1b622402b26c 100644 --- a/devel/rubygem-aws-sdk-kafka/Makefile +++ b/devel/rubygem-aws-sdk-kafka/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-kafka -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kafka/distinfo b/devel/rubygem-aws-sdk-kafka/distinfo index 5ba9966e55fb..d3bef1a771f6 100644 --- a/devel/rubygem-aws-sdk-kafka/distinfo +++ b/devel/rubygem-aws-sdk-kafka/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037582 -SHA256 (rubygem/aws-sdk-kafka-1.40.0.gem) = 195c2666cdb36610d9ddba2fc1a9e59693ea5c16db58015f8746e4c8b6122b0d -SIZE (rubygem/aws-sdk-kafka-1.40.0.gem) = 39936 +TIMESTAMP = 1632664408 +SHA256 (rubygem/aws-sdk-kafka-1.41.0.gem) = ae5121318079b5fa4f7121acee970986152cb0871cdad84a1fa94a26e539b826 +SIZE (rubygem/aws-sdk-kafka-1.41.0.gem) = 40448 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C91E0668B4F; Mon, 27 Sep 2021 16:00:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mh0htyz3mnH; Mon, 27 Sep 2021 16:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FD7813F16; Mon, 27 Sep 2021 16:00:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0THH041916; Mon, 27 Sep 2021 16:00:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0TUD041915; Mon, 27 Sep 2021 16:00:29 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:29 GMT Message-Id: <202109271600.18RG0TUD041915@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e9c52370d4f0 - main - databases/rubygem-activemodel60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e9c52370d4f062d2fea0ca030e93b971677ea395 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9c52370d4f062d2fea0ca030e93b971677ea395 commit e9c52370d4f062d2fea0ca030e93b971677ea395 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:16 +0000 databases/rubygem-activemodel60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- databases/rubygem-activemodel60/Makefile | 2 +- databases/rubygem-activemodel60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/rubygem-activemodel60/Makefile b/databases/rubygem-activemodel60/Makefile index c23630748739..334bdf177ef6 100644 --- a/databases/rubygem-activemodel60/Makefile +++ b/databases/rubygem-activemodel60/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= activemodel -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/databases/rubygem-activemodel60/distinfo b/databases/rubygem-activemodel60/distinfo index f2ac711710b0..cff52b8b752f 100644 --- a/databases/rubygem-activemodel60/distinfo +++ b/databases/rubygem-activemodel60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298716 -SHA256 (rubygem/activemodel-6.0.3.7.gem) = f1aceff039036d032b39b0b9a60b382e59aefd31ce5ad919c274e0142ed55ff7 -SIZE (rubygem/activemodel-6.0.3.7.gem) = 58880 +TIMESTAMP = 1632664476 +SHA256 (rubygem/activemodel-6.0.4.1.gem) = cea1ab91a11b9dc1d57f285bd307d9987758ee10c9ed8da933b6ec14c82745d4 +SIZE (rubygem/activemodel-6.0.4.1.gem) = 58880 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 953AD6689A4; Mon, 27 Sep 2021 16:00:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mL08Tlz3mSr; Mon, 27 Sep 2021 16:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3026913AEC; Mon, 27 Sep 2021 16:00:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Cce037202; Mon, 27 Sep 2021 16:00:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0CCS037197; Mon, 27 Sep 2021 16:00:12 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:12 GMT Message-Id: <202109271600.18RG0CCS037197@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f93e0e5c1255 - main - net/rubygem-google-cloud-errors: Update to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f93e0e5c12552cc765409971b7b361430883b23d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f93e0e5c12552cc765409971b7b361430883b23d commit f93e0e5c12552cc765409971b7b361430883b23d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:40:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:13 +0000 net/rubygem-google-cloud-errors: Update to 1.2.0 Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-errors/CHANGELOG.md --- net/rubygem-google-cloud-errors/Makefile | 2 +- net/rubygem-google-cloud-errors/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rubygem-google-cloud-errors/Makefile b/net/rubygem-google-cloud-errors/Makefile index ba9608785947..9aac07c669e0 100644 --- a/net/rubygem-google-cloud-errors/Makefile +++ b/net/rubygem-google-cloud-errors/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= google-cloud-errors -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-errors/distinfo b/net/rubygem-google-cloud-errors/distinfo index 06bde6d45e87..1cff46781b36 100644 --- a/net/rubygem-google-cloud-errors/distinfo +++ b/net/rubygem-google-cloud-errors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320982 -SHA256 (rubygem/google-cloud-errors-1.1.0.gem) = e0a7d8f1991f66216e7f3642a3f19d90dbc5e4675ca6ba9ccf826eb34c4a7060 -SIZE (rubygem/google-cloud-errors-1.1.0.gem) = 14336 +TIMESTAMP = 1632664452 +SHA256 (rubygem/google-cloud-errors-1.2.0.gem) = 6d47eb4cea8d6630bb2a30a5e4f5d0de338601a17f32e8afcccf4c66b9765359 +SIZE (rubygem/google-cloud-errors-1.2.0.gem) = 14848 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33C32668D82; Mon, 27 Sep 2021 16:00:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mv0GWVz3n2C; Mon, 27 Sep 2021 16:00:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4595D13B44; Mon, 27 Sep 2021 16:00:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0eD8043017; Mon, 27 Sep 2021 16:00:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0eIS043016; Mon, 27 Sep 2021 16:00:40 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:40 GMT Message-Id: <202109271600.18RG0eIS043016@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a08088322e39 - main - www/rubygem-actioncable60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a08088322e395df60fa8a775d3559d2b0b55d602 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a08088322e395df60fa8a775d3559d2b0b55d602 commit a08088322e395df60fa8a775d3559d2b0b55d602 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:19 +0000 www/rubygem-actioncable60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- www/rubygem-actioncable60/Makefile | 2 +- www/rubygem-actioncable60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-actioncable60/Makefile b/www/rubygem-actioncable60/Makefile index fe33e0a1bac9..d890a64a3335 100644 --- a/www/rubygem-actioncable60/Makefile +++ b/www/rubygem-actioncable60/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= actioncable -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/www/rubygem-actioncable60/distinfo b/www/rubygem-actioncable60/distinfo index 1beebf02f576..e9affd62aec7 100644 --- a/www/rubygem-actioncable60/distinfo +++ b/www/rubygem-actioncable60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298734 -SHA256 (rubygem/actioncable-6.0.3.7.gem) = baf4fb13204f1f62de0b7fced46a18908293b641f38669a12329f05c3f13bbe8 -SIZE (rubygem/actioncable-6.0.3.7.gem) = 42496 +TIMESTAMP = 1632664494 +SHA256 (rubygem/actioncable-6.0.4.1.gem) = 390edd2a66448c4ba8686c11514be45264e995304cd05095d5bc5e55126e68ef +SIZE (rubygem/actioncable-6.0.4.1.gem) = 42496 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9ABF6687EE; Mon, 27 Sep 2021 16:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mb1Czrz3mky; Mon, 27 Sep 2021 16:00:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4769413E48; Mon, 27 Sep 2021 16:00:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0O3R041790; Mon, 27 Sep 2021 16:00:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0Obb041789; Mon, 27 Sep 2021 16:00:24 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:24 GMT Message-Id: <202109271600.18RG0Obb041789@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 80028acc4f11 - main - textproc/rubygem-elasticsearch-xpack: Update to 7.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 80028acc4f11e977a1ac19a6de35b9e31940af17 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:32 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=80028acc4f11e977a1ac19a6de35b9e31940af17 commit 80028acc4f11e977a1ac19a6de35b9e31940af17 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:28 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:15 +0000 textproc/rubygem-elasticsearch-xpack: Update to 7.15.0 Changes: https://github.com/elastic/elasticsearch-ruby/releases --- textproc/rubygem-elasticsearch-xpack/Makefile | 2 +- textproc/rubygem-elasticsearch-xpack/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/rubygem-elasticsearch-xpack/Makefile b/textproc/rubygem-elasticsearch-xpack/Makefile index adec4bd72ec5..f15c089012e0 100644 --- a/textproc/rubygem-elasticsearch-xpack/Makefile +++ b/textproc/rubygem-elasticsearch-xpack/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= elasticsearch-xpack -PORTVERSION= 7.14.1 +PORTVERSION= 7.15.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-elasticsearch-xpack/distinfo b/textproc/rubygem-elasticsearch-xpack/distinfo index cf75e3f252d5..3357b8bcb1ac 100644 --- a/textproc/rubygem-elasticsearch-xpack/distinfo +++ b/textproc/rubygem-elasticsearch-xpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037994 -SHA256 (rubygem/elasticsearch-xpack-7.14.1.gem) = e2f65e432e8c68fd37defa57d355b33ed376a161642ed1d56bbe1f6e71182284 -SIZE (rubygem/elasticsearch-xpack-7.14.1.gem) = 60928 +TIMESTAMP = 1632664474 +SHA256 (rubygem/elasticsearch-xpack-7.15.0.gem) = 1c682ccead674aab89f2a9738b40a55687e58ef69a9bf2ee9e8c9719624b0326 +SIZE (rubygem/elasticsearch-xpack-7.15.0.gem) = 60928 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EAB6E668ACC; Mon, 27 Sep 2021 16:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6md4Skvz3mZ1; Mon, 27 Sep 2021 16:00:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF37713EAA; Mon, 27 Sep 2021 16:00:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Sgm041892; Mon, 27 Sep 2021 16:00:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0SWF041891; Mon, 27 Sep 2021 16:00:28 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:28 GMT Message-Id: <202109271600.18RG0SWF041891@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: d2ef68c4d030 - main - devel/rubygem-actionview52: Cosmetic change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d2ef68c4d030187883341a97f53749994a0b176c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2ef68c4d030187883341a97f53749994a0b176c commit d2ef68c4d030187883341a97f53749994a0b176c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:31 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:16 +0000 devel/rubygem-actionview52: Cosmetic change --- devel/rubygem-actionview52/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-actionview52/Makefile b/devel/rubygem-actionview52/Makefile index 12e2ff30f8a6..776cc4c9cc79 100644 --- a/devel/rubygem-actionview52/Makefile +++ b/devel/rubygem-actionview52/Makefile @@ -21,10 +21,10 @@ RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport USES= cpe gem USE_RUBY= yes -CPE_VENDOR= rubyonrails - NO_ARCH= yes +CPE_VENDOR= rubyonrails + PORTSCOUT= limit:^5\.2\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE7BE66893D; Mon, 27 Sep 2021 15:59:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6lx54DPz3mB9; Mon, 27 Sep 2021 15:59:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACA57136EC; Mon, 27 Sep 2021 15:59:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxoOm031999; Mon, 27 Sep 2021 15:59:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxoDV031998; Mon, 27 Sep 2021 15:59:50 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:50 GMT Message-Id: <202109271559.18RFxoDV031998@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9eb76340adc6 - main - devel/rubygem-aws-sdk-mediaconvert: Update to 1.75.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9eb76340adc6c8e5e7d0922f59c8ca797c5801b1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9eb76340adc6c8e5e7d0922f59c8ca797c5801b1 commit 9eb76340adc6c8e5e7d0922f59c8ca797c5801b1 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:07 +0000 devel/rubygem-aws-sdk-mediaconvert: Update to 1.75.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-mediaconvert/CHANGELOG.md --- devel/rubygem-aws-sdk-mediaconvert/Makefile | 2 +- devel/rubygem-aws-sdk-mediaconvert/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-mediaconvert/Makefile b/devel/rubygem-aws-sdk-mediaconvert/Makefile index e18b5e8913ed..01a4ea742a55 100644 --- a/devel/rubygem-aws-sdk-mediaconvert/Makefile +++ b/devel/rubygem-aws-sdk-mediaconvert/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-mediaconvert -PORTVERSION= 1.74.0 +PORTVERSION= 1.75.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediaconvert/distinfo b/devel/rubygem-aws-sdk-mediaconvert/distinfo index 4547d19db3dc..b53cd832eb7d 100644 --- a/devel/rubygem-aws-sdk-mediaconvert/distinfo +++ b/devel/rubygem-aws-sdk-mediaconvert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037646 -SHA256 (rubygem/aws-sdk-mediaconvert-1.74.0.gem) = bf5f3b3ed4f0efadb0f2e17dc0404202601a1cc6766f1d30239bf7b44cfd4352 -SIZE (rubygem/aws-sdk-mediaconvert-1.74.0.gem) = 439296 +TIMESTAMP = 1632664414 +SHA256 (rubygem/aws-sdk-mediaconvert-1.75.0.gem) = dd802fe1c291f46d6b73a3c89489a19fa42f0d63388d894a6bc401559451ab23 +SIZE (rubygem/aws-sdk-mediaconvert-1.75.0.gem) = 449024 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:59:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B47E668A38; Mon, 27 Sep 2021 15:59:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ly4T4Sz3mKR; Mon, 27 Sep 2021 15:59:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE4BB13EA4; Mon, 27 Sep 2021 15:59:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RFxpeF032023; Mon, 27 Sep 2021 15:59:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFxpM2032022; Mon, 27 Sep 2021 15:59:51 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:59:51 GMT Message-Id: <202109271559.18RFxpM2032022@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5b9ea36a4c8f - main - devel/rubygem-aws-sdk-mediapackagevod: Update to 1.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5b9ea36a4c8fe940f250a7e9fe173d6fb087742b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 15:59:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b9ea36a4c8fe940f250a7e9fe173d6fb087742b commit 5b9ea36a4c8fe940f250a7e9fe173d6fb087742b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:08 +0000 devel/rubygem-aws-sdk-mediapackagevod: Update to 1.28.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-mediapackagevod/CHANGELOG.md --- devel/rubygem-aws-sdk-mediapackagevod/Makefile | 2 +- devel/rubygem-aws-sdk-mediapackagevod/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-mediapackagevod/Makefile b/devel/rubygem-aws-sdk-mediapackagevod/Makefile index 35d785f9cb6b..2c7d607000d0 100644 --- a/devel/rubygem-aws-sdk-mediapackagevod/Makefile +++ b/devel/rubygem-aws-sdk-mediapackagevod/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-mediapackagevod -PORTVERSION= 1.27.0 +PORTVERSION= 1.28.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediapackagevod/distinfo b/devel/rubygem-aws-sdk-mediapackagevod/distinfo index 4a8c753344be..1124f311cd33 100644 --- a/devel/rubygem-aws-sdk-mediapackagevod/distinfo +++ b/devel/rubygem-aws-sdk-mediapackagevod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037652 -SHA256 (rubygem/aws-sdk-mediapackagevod-1.27.0.gem) = f2a35a3ac1c580d5a5c7824791629946ebcd982b991c5cfb9b0b62e63890c9c8 -SIZE (rubygem/aws-sdk-mediapackagevod-1.27.0.gem) = 30208 +TIMESTAMP = 1632664416 +SHA256 (rubygem/aws-sdk-mediapackagevod-1.28.0.gem) = 7a8d77199142b4705197d9897efff36c9a58c27062993bc8b1c2b9c49b650ccc +SIZE (rubygem/aws-sdk-mediapackagevod-1.28.0.gem) = 30208 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 80649668AD6; Mon, 27 Sep 2021 16:00:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mn1Xprz3mr1; Mon, 27 Sep 2021 16:00:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2FA013B43; Mon, 27 Sep 2021 16:00:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0bl7042969; Mon, 27 Sep 2021 16:00:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0bSl042968; Mon, 27 Sep 2021 16:00:37 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:37 GMT Message-Id: <202109271600.18RG0bSl042968@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 79e68e0f8177 - main - net/rubygem-activestorage60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 79e68e0f817717fd0f6a12f83f5b0a11d42563c2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=79e68e0f817717fd0f6a12f83f5b0a11d42563c2 commit 79e68e0f817717fd0f6a12f83f5b0a11d42563c2 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:49 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:18 +0000 net/rubygem-activestorage60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- net/rubygem-activestorage60/Makefile | 2 +- net/rubygem-activestorage60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rubygem-activestorage60/Makefile b/net/rubygem-activestorage60/Makefile index 115095040d84..fc80c1ef3729 100644 --- a/net/rubygem-activestorage60/Makefile +++ b/net/rubygem-activestorage60/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= activestorage -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/net/rubygem-activestorage60/distinfo b/net/rubygem-activestorage60/distinfo index ca866861eb83..618cfd26cc50 100644 --- a/net/rubygem-activestorage60/distinfo +++ b/net/rubygem-activestorage60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298730 -SHA256 (rubygem/activestorage-6.0.3.7.gem) = e468a989cd6bae0db81199ea89cfaabe2553fc2bf6e2138239095939289116fa -SIZE (rubygem/activestorage-6.0.3.7.gem) = 50688 +TIMESTAMP = 1632664490 +SHA256 (rubygem/activestorage-6.0.4.1.gem) = a5d08d6ce17cadae0977ab9b3629334076343575d0f20438093b3574c82cd0bc +SIZE (rubygem/activestorage-6.0.4.1.gem) = 51200 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03A80668B50; Mon, 27 Sep 2021 16:00:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mk3Nlkz3mWk; Mon, 27 Sep 2021 16:00:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56EDA13F17; Mon, 27 Sep 2021 16:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0WqZ041995; Mon, 27 Sep 2021 16:00:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0Wr0041991; Mon, 27 Sep 2021 16:00:32 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:32 GMT Message-Id: <202109271600.18RG0Wr0041991@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e296e63c2317 - main - devel/rubygem-actionview60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e296e63c2317b2335398a06b2832d08a0bd1b464 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e296e63c2317b2335398a06b2832d08a0bd1b464 commit e296e63c2317b2335398a06b2832d08a0bd1b464 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:17 +0000 devel/rubygem-actionview60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- devel/rubygem-actionview60/Makefile | 6 +++--- devel/rubygem-actionview60/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-actionview60/Makefile b/devel/rubygem-actionview60/Makefile index 530d2a06ead2..d8beed0732a8 100644 --- a/devel/rubygem-actionview60/Makefile +++ b/devel/rubygem-actionview60/Makefile @@ -1,7 +1,7 @@ # Created by: Steve Wills PORTNAME= actionview -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 @@ -21,10 +21,10 @@ RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport USES= cpe gem USE_RUBY= yes -CPE_VENDOR= rubyonrails - NO_ARCH= yes +CPE_VENDOR= rubyonrails + PORTSCOUT= limit:^6\.0\. .include diff --git a/devel/rubygem-actionview60/distinfo b/devel/rubygem-actionview60/distinfo index 98daa7c4e369..c82a83b070ff 100644 --- a/devel/rubygem-actionview60/distinfo +++ b/devel/rubygem-actionview60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298720 -SHA256 (rubygem/actionview-6.0.3.7.gem) = e51ef8dd5e2096870beff4dd148fa798d810d4f25673ec9a47f083fe32e2a0c3 -SIZE (rubygem/actionview-6.0.3.7.gem) = 169984 +TIMESTAMP = 1632664480 +SHA256 (rubygem/actionview-6.0.4.1.gem) = 61f630f3ade849c4e708d13cacbd38121e526ecf3465d58debb3f289016db80d +SIZE (rubygem/actionview-6.0.4.1.gem) = 169984 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 526FC6687DD; Mon, 27 Sep 2021 16:00:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6m73Dm5z3mXH; Mon, 27 Sep 2021 16:00:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31FA913E43; Mon, 27 Sep 2021 16:00:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG019n034253; Mon, 27 Sep 2021 16:00:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG01c2034230; Mon, 27 Sep 2021 16:00:01 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:01 GMT Message-Id: <202109271600.18RG01c2034230@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ea1ab09ec173 - main - devel/rubygem-google-apis-storage_v1: Update to 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ea1ab09ec17311ad3c745b31f8559a3c6d90de06 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea1ab09ec17311ad3c745b31f8559a3c6d90de06 commit ea1ab09ec17311ad3c745b31f8559a3c6d90de06 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:22 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:10 +0000 devel/rubygem-google-apis-storage_v1: Update to 0.7.0 Changes: https://github.com/googleapis/google-api-ruby-client/releases https://github.com/googleapis/google-api-ruby-client/blob/master/generated/google-apis-storage_v1/CHANGELOG.md --- devel/rubygem-google-apis-storage_v1/Makefile | 2 +- devel/rubygem-google-apis-storage_v1/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-google-apis-storage_v1/Makefile b/devel/rubygem-google-apis-storage_v1/Makefile index 1bf4204ce847..3c8aaa654285 100644 --- a/devel/rubygem-google-apis-storage_v1/Makefile +++ b/devel/rubygem-google-apis-storage_v1/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= google-apis-storage_v1 -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-storage_v1/distinfo b/devel/rubygem-google-apis-storage_v1/distinfo index ef27f9665ec6..d995f751d967 100644 --- a/devel/rubygem-google-apis-storage_v1/distinfo +++ b/devel/rubygem-google-apis-storage_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625585582 -SHA256 (rubygem/google-apis-storage_v1-0.6.0.gem) = b606858e504abb02b4e056ffe79cee6c34329d73578efe9dad4be60f37d8509f -SIZE (rubygem/google-apis-storage_v1-0.6.0.gem) = 38400 +TIMESTAMP = 1632664432 +SHA256 (rubygem/google-apis-storage_v1-0.7.0.gem) = 63fffe906ab8bb9a229cdf08b207a5acd0e0060630bc5165ceb5314423ca02dd +SIZE (rubygem/google-apis-storage_v1-0.7.0.gem) = 38400 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CB9956687F4; Mon, 27 Sep 2021 16:00:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ml22Lxz3mgK; Mon, 27 Sep 2021 16:00:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8757F13E4C; Mon, 27 Sep 2021 16:00:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Xk1042867; Mon, 27 Sep 2021 16:00:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0XIB042866; Mon, 27 Sep 2021 16:00:33 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:33 GMT Message-Id: <202109271600.18RG0XIB042866@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 1fbb5219a760 - main - devel/rubygem-activejob60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1fbb5219a7607772c64f5f33571ab7c593ae845b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fbb5219a7607772c64f5f33571ab7c593ae845b commit 1fbb5219a7607772c64f5f33571ab7c593ae845b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:17 +0000 devel/rubygem-activejob60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- devel/rubygem-activejob60/Makefile | 2 +- devel/rubygem-activejob60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-activejob60/Makefile b/devel/rubygem-activejob60/Makefile index 86ed3f068187..3faa024e601f 100644 --- a/devel/rubygem-activejob60/Makefile +++ b/devel/rubygem-activejob60/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Jost Meixner PORTNAME= activejob -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/devel/rubygem-activejob60/distinfo b/devel/rubygem-activejob60/distinfo index a2f51517096f..388133b1f035 100644 --- a/devel/rubygem-activejob60/distinfo +++ b/devel/rubygem-activejob60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298722 -SHA256 (rubygem/activejob-6.0.3.7.gem) = 727c6eb841061fdde7090f6992c3c9bf30c3eacb4235e4935e930d8bb77ca93b -SIZE (rubygem/activejob-6.0.3.7.gem) = 31744 +TIMESTAMP = 1632664482 +SHA256 (rubygem/activejob-6.0.4.1.gem) = 71744dc6d49a89c64124ce660b48528a1783f508384112f532c1ced009998d64 +SIZE (rubygem/activejob-6.0.4.1.gem) = 31744 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E44A5668B44; Mon, 27 Sep 2021 16:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6md1cF4z3mYq; Mon, 27 Sep 2021 16:00:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68B2413EA8; Mon, 27 Sep 2021 16:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0P2i041818; Mon, 27 Sep 2021 16:00:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0P78041817; Mon, 27 Sep 2021 16:00:25 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:25 GMT Message-Id: <202109271600.18RG0P78041817@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7974b48879a9 - main - devel/rubygem-actionview4: Cosmetic change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7974b48879a9ff6949dd147ca1364a73399a11fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7974b48879a9ff6949dd147ca1364a73399a11fa commit 7974b48879a9ff6949dd147ca1364a73399a11fa Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:15 +0000 devel/rubygem-actionview4: Cosmetic change --- devel/rubygem-actionview4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-actionview4/Makefile b/devel/rubygem-actionview4/Makefile index c4d3ddfdc41e..18bcdfc9f58c 100644 --- a/devel/rubygem-actionview4/Makefile +++ b/devel/rubygem-actionview4/Makefile @@ -21,10 +21,10 @@ RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 USES= cpe gem USE_RUBY= yes -CPE_VENDOR= rubyonrails - NO_ARCH= yes +CPE_VENDOR= rubyonrails + PORTSCOUT= limit:^4\.2\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 039DC668976; Mon, 27 Sep 2021 16:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nB2WT1z3n9v; Mon, 27 Sep 2021 16:01:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26F2513E56; Mon, 27 Sep 2021 16:00:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0sua043317; Mon, 27 Sep 2021 16:00:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0se4043316; Mon, 27 Sep 2021 16:00:54 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:54 GMT Message-Id: <202109271600.18RG0se4043316@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f3f04e902d29 - main - textproc/rubygem-actiontext61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f3f04e902d29c755c06672a9d236effac12bb61b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:06 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3f04e902d29c755c06672a9d236effac12bb61b commit f3f04e902d29c755c06672a9d236effac12bb61b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:31 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:22 +0000 textproc/rubygem-actiontext61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- textproc/rubygem-actiontext61/Makefile | 2 +- textproc/rubygem-actiontext61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/rubygem-actiontext61/Makefile b/textproc/rubygem-actiontext61/Makefile index bbbca2fa979a..cf7c43789c0d 100644 --- a/textproc/rubygem-actiontext61/Makefile +++ b/textproc/rubygem-actiontext61/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= actiontext -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/textproc/rubygem-actiontext61/distinfo b/textproc/rubygem-actiontext61/distinfo index 4e1aad0db589..c761cbd20d70 100644 --- a/textproc/rubygem-actiontext61/distinfo +++ b/textproc/rubygem-actiontext61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298758 -SHA256 (rubygem/actiontext-6.1.3.2.gem) = 0787918e22bb621b55a3d569258c22e0365450120e47b3486dc1f3742d9bd9fd -SIZE (rubygem/actiontext-6.1.3.2.gem) = 18944 +TIMESTAMP = 1632664518 +SHA256 (rubygem/actiontext-6.1.4.1.gem) = 02953e65adb6805e0279ffaf44f4faceb4e89adc038d0ed7b73b018831f18e54 +SIZE (rubygem/actiontext-6.1.4.1.gem) = 19456 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E887D668D59; Mon, 27 Sep 2021 16:01:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nX4cpgz3n43; Mon, 27 Sep 2021 16:01:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3041713FA0; Mon, 27 Sep 2021 16:01:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1Bkn045620; Mon, 27 Sep 2021 16:01:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1BN2045607; Mon, 27 Sep 2021 16:01:11 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:11 GMT Message-Id: <202109271601.18RG1BN2045607@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e76fd2b41286 - main - devel/ipython: Update to 7.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e76fd2b41286802629d9644f01f65432f3d69d0c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e76fd2b41286802629d9644f01f65432f3d69d0c commit e76fd2b41286802629d9644f01f65432f3d69d0c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:25 +0000 devel/ipython: Update to 7.28.0 Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst https://ipython.readthedocs.io/en/stable/whatsnew/version7.html --- devel/ipython/Makefile | 2 +- devel/ipython/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 977f18e98b0b..f04ac76b32c4 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,7 +1,7 @@ # Created by: Dryice Liu PORTNAME= ipython -PORTVERSION= 7.27.0 +PORTVERSION= 7.28.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 4666529b33df..535ec446cd86 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227676 -SHA256 (ipython-7.27.0.tar.gz) = 58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13 -SIZE (ipython-7.27.0.tar.gz) = 5190328 +TIMESTAMP = 1632664544 +SHA256 (ipython-7.28.0.tar.gz) = 2097be5c814d1b974aea57673176a924c4c8c9583890e7a5f082f547b9975b11 +SIZE (ipython-7.28.0.tar.gz) = 5150515 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F877668F0B; Mon, 27 Sep 2021 16:01:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nY39tKz3nFP; Mon, 27 Sep 2021 16:01:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57AEA13F23; Mon, 27 Sep 2021 16:01:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1Dh7046854; Mon, 27 Sep 2021 16:01:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1DX4046853; Mon, 27 Sep 2021 16:01:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:13 GMT Message-Id: <202109271601.18RG1DX4046853@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5529291c72eb - main - devel/py-voluptuous: Update to 0.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5529291c72ebb5325b5e63acb57dcb99df55c020 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:23 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5529291c72ebb5325b5e63acb57dcb99df55c020 commit 5529291c72ebb5325b5e63acb57dcb99df55c020 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:48 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:26 +0000 devel/py-voluptuous: Update to 0.12.2 Changes: https://github.com/alecthomas/voluptuous/releases https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md --- devel/py-voluptuous/Makefile | 2 +- devel/py-voluptuous/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-voluptuous/Makefile b/devel/py-voluptuous/Makefile index 7d5fa06ee102..a2f44c927231 100644 --- a/devel/py-voluptuous/Makefile +++ b/devel/py-voluptuous/Makefile @@ -1,5 +1,5 @@ PORTNAME= voluptuous -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-voluptuous/distinfo b/devel/py-voluptuous/distinfo index a63a1dbdedf3..b6d075bda61f 100644 --- a/devel/py-voluptuous/distinfo +++ b/devel/py-voluptuous/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366372 -SHA256 (voluptuous-0.12.1.tar.gz) = 663572419281ddfaf4b4197fd4942d181630120fb39b333e3adad70aeb56444b -SIZE (voluptuous-0.12.1.tar.gz) = 47476 +TIMESTAMP = 1632664548 +SHA256 (voluptuous-0.12.2.tar.gz) = 4db1ac5079db9249820d49c891cb4660a6f8cae350491210abce741fabf56513 +SIZE (voluptuous-0.12.2.tar.gz) = 48477 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67BD1668F13; Mon, 27 Sep 2021 16:01:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ng01gsz3n9P; Mon, 27 Sep 2021 16:01:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A429813B5A; Mon, 27 Sep 2021 16:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1Fma046902; Mon, 27 Sep 2021 16:01:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1Fsf046901; Mon, 27 Sep 2021 16:01:15 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:15 GMT Message-Id: <202109271601.18RG1Fsf046901@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 75dfcae0a2f7 - main - security/py-josepy: Update to 1.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 75dfcae0a2f7ef007e422e9d43cbab7fb1459b0e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=75dfcae0a2f7ef007e422e9d43cbab7fb1459b0e commit 75dfcae0a2f7ef007e422e9d43cbab7fb1459b0e Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:26 +0000 security/py-josepy: Update to 1.9.0 Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst --- security/py-josepy/Makefile | 2 +- security/py-josepy/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-josepy/Makefile b/security/py-josepy/Makefile index ea6f81c53760..34c41388ec63 100644 --- a/security/py-josepy/Makefile +++ b/security/py-josepy/Makefile @@ -1,7 +1,7 @@ # Created by: Carlos J Puga Medina PORTNAME= josepy -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-josepy/distinfo b/security/py-josepy/distinfo index ab211d568820..ed4b5be8a19c 100644 --- a/security/py-josepy/distinfo +++ b/security/py-josepy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624630224 -SHA256 (josepy-1.8.0.tar.gz) = a5a182eb499665d99e7ec54bb3fe389f9cbc483d429c9651f20384ba29564269 -SIZE (josepy-1.8.0.tar.gz) = 57507 +TIMESTAMP = 1632664552 +SHA256 (josepy-1.9.0.tar.gz) = 51cce8d97ced0556aae0ce3161b26d5f0f54bc42c749d3c606edc6d97d9802dc +SIZE (josepy-1.9.0.tar.gz) = 56932 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1614F668CBC; Mon, 27 Sep 2021 16:00:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ms6tlbz3mrQ; Mon, 27 Sep 2021 16:00:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B9EE13EAD; Mon, 27 Sep 2021 16:00:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0duI042993; Mon, 27 Sep 2021 16:00:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0dGJ042992; Mon, 27 Sep 2021 16:00:39 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:39 GMT Message-Id: <202109271600.18RG0dGJ042992@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0d4f40655e5e - main - textproc/rubygem-actiontext60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0d4f40655e5e4d787f209d5d85db4ff53272af82 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:47 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d4f40655e5e4d787f209d5d85db4ff53272af82 commit 0d4f40655e5e4d787f209d5d85db4ff53272af82 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:18 +0000 textproc/rubygem-actiontext60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- textproc/rubygem-actiontext60/Makefile | 2 +- textproc/rubygem-actiontext60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/rubygem-actiontext60/Makefile b/textproc/rubygem-actiontext60/Makefile index eb66263e7c1f..490172310bbb 100644 --- a/textproc/rubygem-actiontext60/Makefile +++ b/textproc/rubygem-actiontext60/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= actiontext -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/textproc/rubygem-actiontext60/distinfo b/textproc/rubygem-actiontext60/distinfo index 6dc8889e22b4..41f66010596c 100644 --- a/textproc/rubygem-actiontext60/distinfo +++ b/textproc/rubygem-actiontext60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298732 -SHA256 (rubygem/actiontext-6.0.3.7.gem) = 016aa2df7f0ad70deee31357497fcf43d91bc134b146eeb158e9896f2fc142cd -SIZE (rubygem/actiontext-6.0.3.7.gem) = 17408 +TIMESTAMP = 1632664492 +SHA256 (rubygem/actiontext-6.0.4.1.gem) = 9466887c902c791b7b716b6d5169d9f02487cb0ac8bea54fe6e37b7d2e19df03 +SIZE (rubygem/actiontext-6.0.4.1.gem) = 17408 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 832906689EF; Mon, 27 Sep 2021 16:01:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ng3kbwz3nFn; Mon, 27 Sep 2021 16:01:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3076713FA3; Mon, 27 Sep 2021 16:01:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1KWO047004; Mon, 27 Sep 2021 16:01:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1KA0047003; Mon, 27 Sep 2021 16:01:20 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:20 GMT Message-Id: <202109271601.18RG1KA0047003@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 1805c9d5a951 - main - editors/rubygem-neovim: Update to 0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1805c9d5a951140033dedb443d258c38f9f4931d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1805c9d5a951140033dedb443d258c38f9f4931d commit 1805c9d5a951140033dedb443d258c38f9f4931d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:27 +0000 editors/rubygem-neovim: Update to 0.9.0 - Update WWW Changes: https://github.com/neovim/neovim-ruby/blob/main/CHANGELOG.md --- editors/rubygem-neovim/Makefile | 2 +- editors/rubygem-neovim/distinfo | 6 +++--- editors/rubygem-neovim/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editors/rubygem-neovim/Makefile b/editors/rubygem-neovim/Makefile index 9f493cbdb082..6a62f1a861b4 100644 --- a/editors/rubygem-neovim/Makefile +++ b/editors/rubygem-neovim/Makefile @@ -1,7 +1,7 @@ # Created by: Adam Weinberger PORTNAME= neovim -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= editors rubygems MASTER_SITES= RG diff --git a/editors/rubygem-neovim/distinfo b/editors/rubygem-neovim/distinfo index fdec8767f92e..bb3e6a88234b 100644 --- a/editors/rubygem-neovim/distinfo +++ b/editors/rubygem-neovim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580348609 -SHA256 (rubygem/neovim-0.8.1.gem) = 716fcbc5865f48c768efbf2d09f8d5220ac1c5dcd15391b0b04f5193495cd951 -SIZE (rubygem/neovim-0.8.1.gem) = 43520 +TIMESTAMP = 1632664560 +SHA256 (rubygem/neovim-0.9.0.gem) = 851238dd718719eab132fa458e9d28efd18645e88b5d3921c21e4b62ae8040be +SIZE (rubygem/neovim-0.9.0.gem) = 45056 diff --git a/editors/rubygem-neovim/pkg-descr b/editors/rubygem-neovim/pkg-descr index 78bc39632e19..d30359438eaf 100644 --- a/editors/rubygem-neovim/pkg-descr +++ b/editors/rubygem-neovim/pkg-descr @@ -1,4 +1,4 @@ These are ruby bindings to interact with neovim. This package is NOT required to edit or highlight ruby files from within neovim. -WWW: https://github.com/alexgenco/neovim-ruby +WWW: https://github.com/neovim/neovim-ruby From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB83D668B2B; Mon, 27 Sep 2021 16:00:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mF5lXjz3mdp; Mon, 27 Sep 2021 16:00:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0F6613AEB; Mon, 27 Sep 2021 16:00:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG05k8035581; Mon, 27 Sep 2021 16:00:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG05BB035578; Mon, 27 Sep 2021 16:00:05 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:05 GMT Message-Id: <202109271600.18RG05BB035578@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: d5dd6b145416 - main - devel/rubygem-rubocop-rspec: Update to 2.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d5dd6b14541614330e0ff416576ffbdd67c9a63a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5dd6b14541614330e0ff416576ffbdd67c9a63a commit d5dd6b14541614330e0ff416576ffbdd67c9a63a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:11 +0000 devel/rubygem-rubocop-rspec: Update to 2.5.0 Changes: https://github.com/rubocop/rubocop-rspec/releases --- devel/rubygem-rubocop-rspec/Makefile | 5 ++--- devel/rubygem-rubocop-rspec/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-rubocop-rspec/Makefile b/devel/rubygem-rubocop-rspec/Makefile index 3e2c15aa6f9b..9f4b5dcb93e6 100644 --- a/devel/rubygem-rubocop-rspec/Makefile +++ b/devel/rubygem-rubocop-rspec/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= rubocop-rspec -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,7 @@ COMMENT= RuboCop plugin of code style checking for RSpec files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.md -RUN_DEPENDS= rubygem-rubocop>=1.0<2:devel/rubygem-rubocop \ - rubygem-rubocop-ast>=1.1.0:devel/rubygem-rubocop-ast +RUN_DEPENDS= rubygem-rubocop>=1.19<2:devel/rubygem-rubocop USES= gem USE_RUBY= yes diff --git a/devel/rubygem-rubocop-rspec/distinfo b/devel/rubygem-rubocop-rspec/distinfo index 2f507d9bb3c2..f8009a2f7fa6 100644 --- a/devel/rubygem-rubocop-rspec/distinfo +++ b/devel/rubygem-rubocop-rspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622213982 -SHA256 (rubygem/rubocop-rspec-2.4.0.gem) = 3155905264c91209977312932155b17a1fa19427185d044e787acfa8cc316869 -SIZE (rubygem/rubocop-rspec-2.4.0.gem) = 69632 +TIMESTAMP = 1632664440 +SHA256 (rubygem/rubocop-rspec-2.5.0.gem) = cd9d051f075b2164ca753609bf1dd344bafc98684d38b1f0d322a818d61ffb0c +SIZE (rubygem/rubocop-rspec-2.5.0.gem) = 70656 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC616668D8C; Mon, 27 Sep 2021 16:00:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6n4348kz3mpb; Mon, 27 Sep 2021 16:00:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A35313B47; Mon, 27 Sep 2021 16:00:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0nav043221; Mon, 27 Sep 2021 16:00:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0nkA043220; Mon, 27 Sep 2021 16:00:49 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:49 GMT Message-Id: <202109271600.18RG0nkA043220@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 81827b29ed40 - main - devel/rubygem-activesupport61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 81827b29ed404431ac781672660f2c750ca33cca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:57 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=81827b29ed404431ac781672660f2c750ca33cca commit 81827b29ed404431ac781672660f2c750ca33cca Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:21 +0000 devel/rubygem-activesupport61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- devel/rubygem-activesupport61/Makefile | 2 +- devel/rubygem-activesupport61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-activesupport61/Makefile b/devel/rubygem-activesupport61/Makefile index af6956d3d3cf..54229950c7e2 100644 --- a/devel/rubygem-activesupport61/Makefile +++ b/devel/rubygem-activesupport61/Makefile @@ -1,7 +1,7 @@ # Created by: Jonathan Weiss () PORTNAME= activesupport -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/devel/rubygem-activesupport61/distinfo b/devel/rubygem-activesupport61/distinfo index b86ca65163bf..2ee95ae849b3 100644 --- a/devel/rubygem-activesupport61/distinfo +++ b/devel/rubygem-activesupport61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298750 -SHA256 (rubygem/activesupport-6.1.3.2.gem) = d9074834deca6676aabd432f16c392e991eca1f675cbcefc38671a0a7d6b5db3 -SIZE (rubygem/activesupport-6.1.3.2.gem) = 219136 +TIMESTAMP = 1632664510 +SHA256 (rubygem/activesupport-6.1.4.1.gem) = 44b781877c2189aa15ca5451e2d310dcedfd16c01df1106f68a91b82990cfda5 +SIZE (rubygem/activesupport-6.1.4.1.gem) = 219648 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 027FB668B07; Mon, 27 Sep 2021 16:01:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nH0R4Zz3n3N; Mon, 27 Sep 2021 16:01:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2C2313E57; Mon, 27 Sep 2021 16:00:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0wvY044141; Mon, 27 Sep 2021 16:00:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0w6D044140; Mon, 27 Sep 2021 16:00:58 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:58 GMT Message-Id: <202109271600.18RG0w6D044140@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: cc6ebe6ddfe8 - main - www/rubygem-railties61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cc6ebe6ddfe8172511b5cbabb748632def45a798 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc6ebe6ddfe8172511b5cbabb748632def45a798 commit cc6ebe6ddfe8172511b5cbabb748632def45a798 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:23 +0000 www/rubygem-railties61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- www/rubygem-railties61/Makefile | 2 +- www/rubygem-railties61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-railties61/Makefile b/www/rubygem-railties61/Makefile index 4cbce18a3997..11de26be82a3 100644 --- a/www/rubygem-railties61/Makefile +++ b/www/rubygem-railties61/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= railties -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/www/rubygem-railties61/distinfo b/www/rubygem-railties61/distinfo index 12b357e16b0d..7e9d652f6850 100644 --- a/www/rubygem-railties61/distinfo +++ b/www/rubygem-railties61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298766 -SHA256 (rubygem/railties-6.1.3.2.gem) = 027763dc9f2b24f085ed3684b6b3fc49f6c872e5844736ff80fb18d250be219f -SIZE (rubygem/railties-6.1.3.2.gem) = 456704 +TIMESTAMP = 1632664526 +SHA256 (rubygem/railties-6.1.4.1.gem) = 7e03a6b27a1ab455e9d9c52b6dfb1cae34065ea04382272e19da63860ca897cf +SIZE (rubygem/railties-6.1.4.1.gem) = 457216 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65B5966886E; Mon, 27 Sep 2021 16:00:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mH5FTkz3mbK; Mon, 27 Sep 2021 16:00:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C503D13E44; Mon, 27 Sep 2021 16:00:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG07QE036011; Mon, 27 Sep 2021 16:00:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG07uG036009; Mon, 27 Sep 2021 16:00:07 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:07 GMT Message-Id: <202109271600.18RG07uG036009@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9b035050c035 - main - devel/rubygem-un: Update to 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9b035050c035ea069c266f169f8f7c27657089f2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b035050c035ea069c266f169f8f7c27657089f2 commit 9b035050c035ea069c266f169f8f7c27657089f2 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:39:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:12 +0000 devel/rubygem-un: Update to 0.2.0 Changes: https://github.com/ruby/un/commits/master --- devel/rubygem-un/Makefile | 2 +- devel/rubygem-un/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-un/Makefile b/devel/rubygem-un/Makefile index d91d2f457884..58acd2b02824 100644 --- a/devel/rubygem-un/Makefile +++ b/devel/rubygem-un/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= un -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-un/distinfo b/devel/rubygem-un/distinfo index ef1a0610ee3e..499114ba7e8d 100644 --- a/devel/rubygem-un/distinfo +++ b/devel/rubygem-un/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609598807 -SHA256 (rubygem/un-0.1.0.gem) = d77d6abe94d100156b586a58fab1cf72d244e683fd9fc9fcb7b4a3fcd325af68 -SIZE (rubygem/un-0.1.0.gem) = 9728 +TIMESTAMP = 1632664444 +SHA256 (rubygem/un-0.2.0.gem) = ffa9e13ff83e35e2e7e8cff0318bcf4295395ee5fb286e7eb02cb2e84063b9dd +SIZE (rubygem/un-0.2.0.gem) = 10240 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03891668E86; Mon, 27 Sep 2021 16:01:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nH0Rbgz3n83; Mon, 27 Sep 2021 16:01:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3EC813BD0; Mon, 27 Sep 2021 16:00:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0xXX044165; Mon, 27 Sep 2021 16:00:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0xNR044164; Mon, 27 Sep 2021 16:00:59 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:59 GMT Message-Id: <202109271600.18RG0xNR044164@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 50bbbfbbce29 - main - portuguese/hunspell: Update to 20210922 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 50bbbfbbce29d71e35ca4794f86a929819e238dc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=50bbbfbbce29d71e35ca4794f86a929819e238dc commit 50bbbfbbce29d71e35ca4794f86a929819e238dc Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:23 +0000 portuguese/hunspell: Update to 20210922 --- portuguese/hunspell/Makefile | 2 +- portuguese/hunspell/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/portuguese/hunspell/Makefile b/portuguese/hunspell/Makefile index da6eea70d815..742d2829126b 100644 --- a/portuguese/hunspell/Makefile +++ b/portuguese/hunspell/Makefile @@ -1,5 +1,5 @@ PORTNAME= hunspell -PORTVERSION= 20210625 +PORTVERSION= 20210922 CATEGORIES= portuguese textproc MASTER_SITES= https://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/:BR \ diff --git a/portuguese/hunspell/distinfo b/portuguese/hunspell/distinfo index 0f1ff415a36b..f353aabe3f76 100644 --- a/portuguese/hunspell/distinfo +++ b/portuguese/hunspell/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1625323703 -SHA256 (hunspell/hunspell-pt_PT-20210625.tar.gz) = 3d81bff9d29c165a7f5a91d152ae153e5499be5e470a3900f05f63b98f775047 -SIZE (hunspell/hunspell-pt_PT-20210625.tar.gz) = 258518 +TIMESTAMP = 1632664528 +SHA256 (hunspell/hunspell-pt_PT-20210922.tar.gz) = e840cf9894e621b8941081039c62a3420a1a6d939a0c75d7152b035aa5d368fd +SIZE (hunspell/hunspell-pt_PT-20210922.tar.gz) = 258738 SHA256 (hunspell/ptBR-2013-10-30AOC-2.zip) = ff20a997e4296b8b0bef2e6c19be437fa99442e7d7b3ea55cf9e0e1a6ab52a56 SIZE (hunspell/ptBR-2013-10-30AOC-2.zip) = 1378689 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7AFF9668E0D; Mon, 27 Sep 2021 16:01:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nK4JXfz3nDf; Mon, 27 Sep 2021 16:01:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43A0213F1F; Mon, 27 Sep 2021 16:01:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG13D2044245; Mon, 27 Sep 2021 16:01:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG13mW044244; Mon, 27 Sep 2021 16:01:03 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:03 GMT Message-Id: <202109271601.18RG13mW044244@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: dd666a20a7a4 - main - math/p5-Math-BigInt-FastCalc: Update to 0.5011 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dd666a20a7a4da52568ac6e65f99619ca80d8463 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd666a20a7a4da52568ac6e65f99619ca80d8463 commit dd666a20a7a4da52568ac6e65f99619ca80d8463 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:24 +0000 math/p5-Math-BigInt-FastCalc: Update to 0.5011 Changes: https://metacpan.org/dist/Math-BigInt-FastCalc/changes --- math/p5-Math-BigInt-FastCalc/Makefile | 2 +- math/p5-Math-BigInt-FastCalc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index 8a4460688d17..9afe4943c6d6 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.5010 +PORTVERSION= 0.5011 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-BigInt-FastCalc/distinfo b/math/p5-Math-BigInt-FastCalc/distinfo index 65fa9c199f44..67b56af57a54 100644 --- a/math/p5-Math-BigInt-FastCalc/distinfo +++ b/math/p5-Math-BigInt-FastCalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625323717 -SHA256 (Math-BigInt-FastCalc-0.5010.tar.gz) = 83dd03a8be0ba184ed31d726dddf1c6050f4597db51181e58d9b6bdcbdb5c283 -SIZE (Math-BigInt-FastCalc-0.5010.tar.gz) = 2847653 +TIMESTAMP = 1632664534 +SHA256 (Math-BigInt-FastCalc-0.5011.tar.gz) = 745992421b06290fd4ecdff5c2236c5fb242c6b138fd4109adddabe01923f7ac +SIZE (Math-BigInt-FastCalc-0.5011.tar.gz) = 2598974 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 45706668E8E; Mon, 27 Sep 2021 16:01:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nS39RTz3nF2; Mon, 27 Sep 2021 16:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E085913EBB; Mon, 27 Sep 2021 16:01:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG18Se044372; Mon, 27 Sep 2021 16:01:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG18vb044371; Mon, 27 Sep 2021 16:01:08 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:08 GMT Message-Id: <202109271601.18RG18vb044371@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ab857edd8cb2 - main - textproc/p5-XML-MyXML: Update to 1.07 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ab857edd8cb2ffa02ebdc06310eadc72b9702902 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab857edd8cb2ffa02ebdc06310eadc72b9702902 commit ab857edd8cb2ffa02ebdc06310eadc72b9702902 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:25 +0000 textproc/p5-XML-MyXML: Update to 1.07 Changes: https://metacpan.org/dist/XML-MyXML/changes --- textproc/p5-XML-MyXML/Makefile | 2 +- textproc/p5-XML-MyXML/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/p5-XML-MyXML/Makefile b/textproc/p5-XML-MyXML/Makefile index be3ca7931319..796de6b1d152 100644 --- a/textproc/p5-XML-MyXML/Makefile +++ b/textproc/p5-XML-MyXML/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= XML-MyXML -PORTVERSION= 1.06 +PORTVERSION= 1.07 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN diff --git a/textproc/p5-XML-MyXML/distinfo b/textproc/p5-XML-MyXML/distinfo index 1ae518d0659e..d7700baf8cbd 100644 --- a/textproc/p5-XML-MyXML/distinfo +++ b/textproc/p5-XML-MyXML/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602524197 -SHA256 (XML-MyXML-1.06.tar.gz) = b0f4d8acb92b19c9de002e3d462c56f20a0a9fac8cc69a1eb9da9d4f11f0f4e7 -SIZE (XML-MyXML-1.06.tar.gz) = 25863 +TIMESTAMP = 1632664540 +SHA256 (XML-MyXML-1.07.tar.gz) = b45ea43ea78e12f09adcc5d6510d6a9b993640f3bda7d33a8263bee0d62cc682 +SIZE (XML-MyXML-1.07.tar.gz) = 25941 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C06F66887C; Mon, 27 Sep 2021 16:00:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mj2Fvkz3mqb; Mon, 27 Sep 2021 16:00:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3930713EAB; Mon, 27 Sep 2021 16:00:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0VR5041942; Mon, 27 Sep 2021 16:00:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0VwA041941; Mon, 27 Sep 2021 16:00:31 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:31 GMT Message-Id: <202109271600.18RG0VwA041941@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a501a896b3b9 - main - databases/rubygem-activerecord60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a501a896b3b90c377e7a8c8f72130de0dd1a6f0c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a501a896b3b90c377e7a8c8f72130de0dd1a6f0c commit a501a896b3b90c377e7a8c8f72130de0dd1a6f0c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:17 +0000 databases/rubygem-activerecord60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- databases/rubygem-activerecord60/Makefile | 2 +- databases/rubygem-activerecord60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/rubygem-activerecord60/Makefile b/databases/rubygem-activerecord60/Makefile index e6c61184c914..c25fa9a6c3ee 100644 --- a/databases/rubygem-activerecord60/Makefile +++ b/databases/rubygem-activerecord60/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= activerecord -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/databases/rubygem-activerecord60/distinfo b/databases/rubygem-activerecord60/distinfo index 4fd9b9d2c907..f85006911a20 100644 --- a/databases/rubygem-activerecord60/distinfo +++ b/databases/rubygem-activerecord60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298718 -SHA256 (rubygem/activerecord-6.0.3.7.gem) = 515f9e1fb3de980c1932e302b3fd4e403e6271fa5bd9155760225e920dcfa179 -SIZE (rubygem/activerecord-6.0.3.7.gem) = 407552 +TIMESTAMP = 1632664478 +SHA256 (rubygem/activerecord-6.0.4.1.gem) = f4ab8468fd51f50bccb394425be757c8541fb26fe22a68381939d33dbb6e88e0 +SIZE (rubygem/activerecord-6.0.4.1.gem) = 410624 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC37F668A6F; Mon, 27 Sep 2021 16:00:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mw0NM9z3mrW; Mon, 27 Sep 2021 16:00:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C503A13F18; Mon, 27 Sep 2021 16:00:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0hYV043095; Mon, 27 Sep 2021 16:00:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0hXW043094; Mon, 27 Sep 2021 16:00:43 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:43 GMT Message-Id: <202109271600.18RG0hXW043094@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 6e26d63f1a39 - main - www/rubygem-railties60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6e26d63f1a3999b7b88de8499bc1faee6c7b86f5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e26d63f1a3999b7b88de8499bc1faee6c7b86f5 commit 6e26d63f1a3999b7b88de8499bc1faee6c7b86f5 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:19 +0000 www/rubygem-railties60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- www/rubygem-railties60/Makefile | 2 +- www/rubygem-railties60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-railties60/Makefile b/www/rubygem-railties60/Makefile index 849dbd2106fd..307d349be224 100644 --- a/www/rubygem-railties60/Makefile +++ b/www/rubygem-railties60/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= railties -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/www/rubygem-railties60/distinfo b/www/rubygem-railties60/distinfo index 2ad7cf85f440..80439fb5ba66 100644 --- a/www/rubygem-railties60/distinfo +++ b/www/rubygem-railties60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298740 -SHA256 (rubygem/railties-6.0.3.7.gem) = 82a3c056b4cc6efda8901db119647bf3a60963e7cbea7cddc9da22e680416161 -SIZE (rubygem/railties-6.0.3.7.gem) = 455168 +TIMESTAMP = 1632664500 +SHA256 (rubygem/railties-6.0.4.1.gem) = e4743f2aaa895962f94c1d6777daffff3fb578818a1544d58e5a40a76d27856c +SIZE (rubygem/railties-6.0.4.1.gem) = 455680 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 313DB668CC0; Mon, 27 Sep 2021 16:00:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6n01nk9z3n2Z; Mon, 27 Sep 2021 16:00:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17D9413F84; Mon, 27 Sep 2021 16:00:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0jt0043143; Mon, 27 Sep 2021 16:00:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0jFh043142; Mon, 27 Sep 2021 16:00:45 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:45 GMT Message-Id: <202109271600.18RG0jFh043142@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 671089023c5b - main - databases/rubygem-activerecord61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 671089023c5b9d40f4dfc7046d8e0be3ad0e8c90 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:53 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=671089023c5b9d40f4dfc7046d8e0be3ad0e8c90 commit 671089023c5b9d40f4dfc7046d8e0be3ad0e8c90 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:20 +0000 databases/rubygem-activerecord61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- databases/rubygem-activerecord61/Makefile | 2 +- databases/rubygem-activerecord61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/rubygem-activerecord61/Makefile b/databases/rubygem-activerecord61/Makefile index 7b0a60352f42..d79af239344e 100644 --- a/databases/rubygem-activerecord61/Makefile +++ b/databases/rubygem-activerecord61/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= activerecord -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/databases/rubygem-activerecord61/distinfo b/databases/rubygem-activerecord61/distinfo index f4d48404d94b..e481082e0e6e 100644 --- a/databases/rubygem-activerecord61/distinfo +++ b/databases/rubygem-activerecord61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298744 -SHA256 (rubygem/activerecord-6.1.3.2.gem) = c8400e75c1caa43aefcc6dd1d21c427030f4190ee606931ff8f97da12a46e539 -SIZE (rubygem/activerecord-6.1.3.2.gem) = 429056 +TIMESTAMP = 1632664504 +SHA256 (rubygem/activerecord-6.1.4.1.gem) = 4a22709593cf8e164939286bc1635efcd87378244ad17e87becb1f7324dd8fb1 +SIZE (rubygem/activerecord-6.1.4.1.gem) = 430592 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1912A668AF6; Mon, 27 Sep 2021 16:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nB4WSbz3n7l; Mon, 27 Sep 2021 16:01:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01C1E13E55; Mon, 27 Sep 2021 16:00:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0qKc043293; Mon, 27 Sep 2021 16:00:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0qEx043292; Mon, 27 Sep 2021 16:00:52 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:52 GMT Message-Id: <202109271600.18RG0qEx043292@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: de4eb9dfb3c4 - main - net/rubygem-activestorage61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: de4eb9dfb3c444156092c7a73782655770ded65c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=de4eb9dfb3c444156092c7a73782655770ded65c commit de4eb9dfb3c444156092c7a73782655770ded65c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:26 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:22 +0000 net/rubygem-activestorage61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- net/rubygem-activestorage61/Makefile | 2 +- net/rubygem-activestorage61/distinfo | 6 +++--- .../files/patch-activestorage.gemspec | 13 ------------- .../files/patch-app-models-active_storage-variant.rb | 13 ------------- .../patch-app-models-active_storage-variant_with_record.rb | 13 ------------- 5 files changed, 4 insertions(+), 43 deletions(-) diff --git a/net/rubygem-activestorage61/Makefile b/net/rubygem-activestorage61/Makefile index dc6060c418fd..f9ad93c313f8 100644 --- a/net/rubygem-activestorage61/Makefile +++ b/net/rubygem-activestorage61/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= activestorage -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/net/rubygem-activestorage61/distinfo b/net/rubygem-activestorage61/distinfo index 20f468b77cc9..ebe6e36b338e 100644 --- a/net/rubygem-activestorage61/distinfo +++ b/net/rubygem-activestorage61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298756 -SHA256 (rubygem/activestorage-6.1.3.2.gem) = 0f4319e41fb01cc6c12f0bf7cd97a8dc79771fc1f6d308da3a246294c79c7769 -SIZE (rubygem/activestorage-6.1.3.2.gem) = 54784 +TIMESTAMP = 1632664516 +SHA256 (rubygem/activestorage-6.1.4.1.gem) = 716fdda141aa3a9c027f59d0effb08cbf5291fad1df82d50e9e4e1edd2ff769e +SIZE (rubygem/activestorage-6.1.4.1.gem) = 55296 diff --git a/net/rubygem-activestorage61/files/patch-activestorage.gemspec b/net/rubygem-activestorage61/files/patch-activestorage.gemspec deleted file mode 100644 index 8eba09555892..000000000000 --- a/net/rubygem-activestorage61/files/patch-activestorage.gemspec +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/rails/rails/commit/b80a2bdeb955c81649e483f2f020a3d5f407c2f9 - ---- activestorage.gemspec.orig 2021-05-06 14:05:12 UTC -+++ activestorage.gemspec -@@ -28,7 +28,7 @@ Gem::Specification.new do |s| - s.add_runtime_dependency(%q.freeze, ["= 6.1.3.2"]) - s.add_runtime_dependency(%q.freeze, ["= 6.1.3.2"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.0.0"]) -- s.add_runtime_dependency(%q.freeze, ["~> 1.0.2"]) -+ s.add_runtime_dependency(%q.freeze, [">= 1.1.0"]) - else - s.add_dependency(%q.freeze, ["= 6.1.3.2"]) - s.add_dependency(%q.freeze, ["= 6.1.3.2"]) diff --git a/net/rubygem-activestorage61/files/patch-app-models-active_storage-variant.rb b/net/rubygem-activestorage61/files/patch-app-models-active_storage-variant.rb deleted file mode 100644 index 5e5ac0de6d53..000000000000 --- a/net/rubygem-activestorage61/files/patch-app-models-active_storage-variant.rb +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/rails/rails/commit/b80a2bdeb955c81649e483f2f020a3d5f407c2f9 - ---- app/models/active_storage/variant.rb.orig 2021-04-24 11:45:24 UTC -+++ app/models/active_storage/variant.rb -@@ -89,7 +89,7 @@ class ActiveStorage::Variant - end - - def filename -- ActiveStorage::Filename.new "#{blob.filename.base}.#{variation.format}" -+ ActiveStorage::Filename.new "#{blob.filename.base}.#{variation.format.downcase}" - end - - alias_method :content_type_for_serving, :content_type diff --git a/net/rubygem-activestorage61/files/patch-app-models-active_storage-variant_with_record.rb b/net/rubygem-activestorage61/files/patch-app-models-active_storage-variant_with_record.rb deleted file mode 100644 index bc1dc981240d..000000000000 --- a/net/rubygem-activestorage61/files/patch-app-models-active_storage-variant_with_record.rb +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/rails/rails/commit/b80a2bdeb955c81649e483f2f020a3d5f407c2f9 - ---- app/models/active_storage/variant_with_record.rb.orig 2021-04-24 11:45:24 UTC -+++ app/models/active_storage/variant_with_record.rb -@@ -33,7 +33,7 @@ class ActiveStorage::VariantWithRecord - def transform_blob - blob.open do |input| - variation.transform(input) do |output| -- yield io: output, filename: "#{blob.filename.base}.#{variation.format}", -+ yield io: output, filename: "#{blob.filename.base}.#{variation.format.downcase}", - content_type: variation.content_type, service_name: blob.service.name - end - end From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01ECA6689E5; Mon, 27 Sep 2021 16:01:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nH0RSCz3n82; Mon, 27 Sep 2021 16:01:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05759136F7; Mon, 27 Sep 2021 16:01:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG10N9044195; Mon, 27 Sep 2021 16:01:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG10FB044194; Mon, 27 Sep 2021 16:01:00 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:00 GMT Message-Id: <202109271601.18RG10FB044194@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 07a52deb6692 - main - converters/p5-Convert-ASN1: Update to 0.33 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 07a52deb66926709238f2fae7fb8498c9ba96ebf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=07a52deb66926709238f2fae7fb8498c9ba96ebf commit 07a52deb66926709238f2fae7fb8498c9ba96ebf Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:23 +0000 converters/p5-Convert-ASN1: Update to 0.33 Changes: https://metacpan.org/dist/Convert-ASN1/changes --- converters/p5-Convert-ASN1/Makefile | 2 +- converters/p5-Convert-ASN1/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/converters/p5-Convert-ASN1/Makefile b/converters/p5-Convert-ASN1/Makefile index 03d2e4bc7184..ff3565cab4e1 100644 --- a/converters/p5-Convert-ASN1/Makefile +++ b/converters/p5-Convert-ASN1/Makefile @@ -1,7 +1,7 @@ # Created by: Marc Fournier PORTNAME= Convert-ASN1 -PORTVERSION= 0.31 +PORTVERSION= 0.33 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/converters/p5-Convert-ASN1/distinfo b/converters/p5-Convert-ASN1/distinfo index fb8fc44f8b25..061f9e6b9c74 100644 --- a/converters/p5-Convert-ASN1/distinfo +++ b/converters/p5-Convert-ASN1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189713 -SHA256 (Convert-ASN1-0.31.tar.gz) = 6fe4c1ba744c3a8212bf2c9b2703d93530acc153435cf2f93633540b439fbbeb -SIZE (Convert-ASN1-0.31.tar.gz) = 79188 +TIMESTAMP = 1632664530 +SHA256 (Convert-ASN1-0.33.tar.gz) = 1fdf004520c79e3a244cf9688616293516c11793d746c761f367496eb3d06076 +SIZE (Convert-ASN1-0.33.tar.gz) = 79306 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 255896689A7; Mon, 27 Sep 2021 16:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mR138Jz3mhN; Mon, 27 Sep 2021 16:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6423B13E45; Mon, 27 Sep 2021 16:00:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0FAq038745; Mon, 27 Sep 2021 16:00:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0FbZ038737; Mon, 27 Sep 2021 16:00:15 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:15 GMT Message-Id: <202109271600.18RG0FbZ038737@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c5681f181958 - main - net/rubygem-train-core: Update to 3.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c5681f181958dd08ea6229496032ead4fc5b02e9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5681f181958dd08ea6229496032ead4fc5b02e9 commit c5681f181958dd08ea6229496032ead4fc5b02e9 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:40:43 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:13 +0000 net/rubygem-train-core: Update to 3.8.1 Changes: https://github.com/inspec/train/blob/main/CHANGELOG.md --- net/rubygem-train-core/Makefile | 2 +- net/rubygem-train-core/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rubygem-train-core/Makefile b/net/rubygem-train-core/Makefile index 37321c772233..c1c34015c0db 100644 --- a/net/rubygem-train-core/Makefile +++ b/net/rubygem-train-core/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= train-core -PORTVERSION= 3.7.2 +PORTVERSION= 3.8.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-train-core/distinfo b/net/rubygem-train-core/distinfo index ab150416b34e..9429f8088f09 100644 --- a/net/rubygem-train-core/distinfo +++ b/net/rubygem-train-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189769 -SHA256 (rubygem/train-core-3.7.2.gem) = 477f8fc8c5725d4a45b77d0df6680dcd064820c7171a5d05b3a05e4f906703eb -SIZE (rubygem/train-core-3.7.2.gem) = 45568 +TIMESTAMP = 1632664458 +SHA256 (rubygem/train-core-3.8.1.gem) = d710aae3fb1d799be344a7e59c287afd57621f64b4a4987585999abeb79ebc1b +SIZE (rubygem/train-core-3.8.1.gem) = 46080 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5879D6688FE; Mon, 27 Sep 2021 16:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mS3jTdz3mcF; Mon, 27 Sep 2021 16:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8FA513AEE; Mon, 27 Sep 2021 16:00:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0I0n040326; Mon, 27 Sep 2021 16:00:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0IZP040319; Mon, 27 Sep 2021 16:00:18 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:18 GMT Message-Id: <202109271600.18RG0IZP040319@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 20905e968ae2 - main - sysutils/rubygem-chef-utils: Update to 16.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 20905e968ae2b99d096ae79f346774ee01965aa4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=20905e968ae2b99d096ae79f346774ee01965aa4 commit 20905e968ae2b99d096ae79f346774ee01965aa4 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:14 +0000 sysutils/rubygem-chef-utils: Update to 16.14.1 Changes: https://docs.chef.io/release_notes_client/ --- sysutils/rubygem-chef-utils/Makefile | 2 +- sysutils/rubygem-chef-utils/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-chef-utils/Makefile b/sysutils/rubygem-chef-utils/Makefile index a4a0e718db0f..cc730434143c 100644 --- a/sysutils/rubygem-chef-utils/Makefile +++ b/sysutils/rubygem-chef-utils/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= chef-utils -PORTVERSION= 16.13.16 +PORTVERSION= 16.14.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-chef-utils/distinfo b/sysutils/rubygem-chef-utils/distinfo index 0b6303e23ae4..c63a40673f35 100644 --- a/sysutils/rubygem-chef-utils/distinfo +++ b/sysutils/rubygem-chef-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405519 -SHA256 (rubygem/chef-utils-16.13.16.gem) = 5e9229007c77f0064f675c74286feffc639c0d1b96f90899fdd03894dab09300 -SIZE (rubygem/chef-utils-16.13.16.gem) = 31744 +TIMESTAMP = 1632664464 +SHA256 (rubygem/chef-utils-16.14.1.gem) = 85d9e1162be2141df268d20d6dce015de3bc77c170c3fc49761759debea0ca6b +SIZE (rubygem/chef-utils-16.14.1.gem) = 31744 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C98E668ABF; Mon, 27 Sep 2021 16:00:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mY4F3Pz3mff; Mon, 27 Sep 2021 16:00:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C12813BC8; Mon, 27 Sep 2021 16:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Lq4041742; Mon, 27 Sep 2021 16:00:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0Ls7041741; Mon, 27 Sep 2021 16:00:21 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:21 GMT Message-Id: <202109271600.18RG0Ls7041741@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c811d1d22fbc - main - textproc/rubygem-elasticsearch-api: Update to 7.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c811d1d22fbcf36bfb7b684888399badbd38166a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c811d1d22fbcf36bfb7b684888399badbd38166a commit c811d1d22fbcf36bfb7b684888399badbd38166a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:15 +0000 textproc/rubygem-elasticsearch-api: Update to 7.15.0 Changes: https://github.com/elastic/elasticsearch-ruby/releases --- textproc/rubygem-elasticsearch-api/Makefile | 2 +- textproc/rubygem-elasticsearch-api/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/rubygem-elasticsearch-api/Makefile b/textproc/rubygem-elasticsearch-api/Makefile index 4abf36f63a9f..ed67c8b66a75 100644 --- a/textproc/rubygem-elasticsearch-api/Makefile +++ b/textproc/rubygem-elasticsearch-api/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= elasticsearch-api -PORTVERSION= 7.14.1 +PORTVERSION= 7.15.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-elasticsearch-api/distinfo b/textproc/rubygem-elasticsearch-api/distinfo index d6e0f8a69306..935ec0a5b84c 100644 --- a/textproc/rubygem-elasticsearch-api/distinfo +++ b/textproc/rubygem-elasticsearch-api/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037984 -SHA256 (rubygem/elasticsearch-api-7.14.1.gem) = 25dbee8522a6fb46fc1f3a9a5a7b7ad09f084610615d04eb5a5f627058a65471 -SIZE (rubygem/elasticsearch-api-7.14.1.gem) = 92672 +TIMESTAMP = 1632664470 +SHA256 (rubygem/elasticsearch-api-7.15.0.gem) = b3f4f7275c156f0e49ef8e0d2e73a454042a50841dfc844b1052f5e372083c10 +SIZE (rubygem/elasticsearch-api-7.15.0.gem) = 95232 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E00B9668A69; Mon, 27 Sep 2021 16:00:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mm3dwKz3msf; Mon, 27 Sep 2021 16:00:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B04D013AEF; Mon, 27 Sep 2021 16:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Z2O042915; Mon, 27 Sep 2021 16:00:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0ZQi042914; Mon, 27 Sep 2021 16:00:35 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:35 GMT Message-Id: <202109271600.18RG0ZQi042914@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e26b745bcfbb - main - mail/rubygem-actionmailbox60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e26b745bcfbb699901d2872173a5c09470cd43ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e26b745bcfbb699901d2872173a5c09470cd43ed commit e26b745bcfbb699901d2872173a5c09470cd43ed Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:35 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:18 +0000 mail/rubygem-actionmailbox60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- mail/rubygem-actionmailbox60/Makefile | 2 +- mail/rubygem-actionmailbox60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/rubygem-actionmailbox60/Makefile b/mail/rubygem-actionmailbox60/Makefile index 052cce4c2289..2a2612b71e42 100644 --- a/mail/rubygem-actionmailbox60/Makefile +++ b/mail/rubygem-actionmailbox60/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= actionmailbox -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/mail/rubygem-actionmailbox60/distinfo b/mail/rubygem-actionmailbox60/distinfo index 0968cd326d07..9133058b070e 100644 --- a/mail/rubygem-actionmailbox60/distinfo +++ b/mail/rubygem-actionmailbox60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298726 -SHA256 (rubygem/actionmailbox-6.0.3.7.gem) = 7271aa107cdaf6dff603cba8581c06e83f978ea4d3d43106a35fbf35028415de -SIZE (rubygem/actionmailbox-6.0.3.7.gem) = 20992 +TIMESTAMP = 1632664486 +SHA256 (rubygem/actionmailbox-6.0.4.1.gem) = 7ea740274387f1b955a6f23288baac88c3e6eb8543a98d825efec9105b850b61 +SIZE (rubygem/actionmailbox-6.0.4.1.gem) = 20992 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3090C668A72; Mon, 27 Sep 2021 16:00:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mz5Zrsz3n2V; Mon, 27 Sep 2021 16:00:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E635C136F3; Mon, 27 Sep 2021 16:00:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0irZ043119; Mon, 27 Sep 2021 16:00:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0i2w043118; Mon, 27 Sep 2021 16:00:44 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:44 GMT Message-Id: <202109271600.18RG0i2w043118@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: cf2ce85cc743 - main - databases/rubygem-activemodel61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cf2ce85cc743af28f36ee86c8be8d820517822ae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf2ce85cc743af28f36ee86c8be8d820517822ae commit cf2ce85cc743af28f36ee86c8be8d820517822ae Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:20 +0000 databases/rubygem-activemodel61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- databases/rubygem-activemodel61/Makefile | 2 +- databases/rubygem-activemodel61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/rubygem-activemodel61/Makefile b/databases/rubygem-activemodel61/Makefile index 903fee09f902..58fb85985978 100644 --- a/databases/rubygem-activemodel61/Makefile +++ b/databases/rubygem-activemodel61/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= activemodel -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/databases/rubygem-activemodel61/distinfo b/databases/rubygem-activemodel61/distinfo index db9fe098b19d..bab17cbf4b0f 100644 --- a/databases/rubygem-activemodel61/distinfo +++ b/databases/rubygem-activemodel61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298742 -SHA256 (rubygem/activemodel-6.1.3.2.gem) = 5459410a49855d18b89ecf2d509cb74924e37559a01a991b41d9fb4c201cedbe -SIZE (rubygem/activemodel-6.1.3.2.gem) = 61952 +TIMESTAMP = 1632664502 +SHA256 (rubygem/activemodel-6.1.4.1.gem) = 032f5bbe1fc88aa2fb4db97807026c01fe1a41571672d01f2d0b454b49553d9a +SIZE (rubygem/activemodel-6.1.4.1.gem) = 62464 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3ACCF6689CD; Mon, 27 Sep 2021 16:00:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6n2541cz3mtg; Mon, 27 Sep 2021 16:00:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 458A713E52; Mon, 27 Sep 2021 16:00:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0lx3043167; Mon, 27 Sep 2021 16:00:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0lIv043166; Mon, 27 Sep 2021 16:00:47 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:47 GMT Message-Id: <202109271600.18RG0lIv043166@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 28df8928e203 - main - devel/rubygem-actionview61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 28df8928e20363091a2b8a65e33b21e6a9b3d001 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=28df8928e20363091a2b8a65e33b21e6a9b3d001 commit 28df8928e20363091a2b8a65e33b21e6a9b3d001 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:20 +0000 devel/rubygem-actionview61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- devel/rubygem-actionview61/Makefile | 6 +++--- devel/rubygem-actionview61/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-actionview61/Makefile b/devel/rubygem-actionview61/Makefile index 3d029ecdff6a..02ef54bdf03c 100644 --- a/devel/rubygem-actionview61/Makefile +++ b/devel/rubygem-actionview61/Makefile @@ -1,7 +1,7 @@ # Created by: Steve Wills PORTNAME= actionview -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 @@ -21,10 +21,10 @@ RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport USES= cpe gem USE_RUBY= yes -CPE_VENDOR= rubyonrails - NO_ARCH= yes +CPE_VENDOR= rubyonrails + PORTSCOUT= limit:^6\.1\. .include diff --git a/devel/rubygem-actionview61/distinfo b/devel/rubygem-actionview61/distinfo index b390ced640ad..87265653deb5 100644 --- a/devel/rubygem-actionview61/distinfo +++ b/devel/rubygem-actionview61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298746 -SHA256 (rubygem/actionview-6.1.3.2.gem) = 56fb0011ed74b19915c4068c0778d737ea9bbadc7ecd7461502c6b379e58cde4 -SIZE (rubygem/actionview-6.1.3.2.gem) = 171008 +TIMESTAMP = 1632664506 +SHA256 (rubygem/actionview-6.1.4.1.gem) = 7f08294f1f0e39ea9db211bafedbded068223abf54659581ce440c3a0b8bc4f9 +SIZE (rubygem/actionview-6.1.4.1.gem) = 171520 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 732B7668D8E; Mon, 27 Sep 2021 16:00:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6n51cVLz3mpj; Mon, 27 Sep 2021 16:00:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB8FB13F1A; Mon, 27 Sep 2021 16:00:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0o9t043245; Mon, 27 Sep 2021 16:00:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0o7q043244; Mon, 27 Sep 2021 16:00:50 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:50 GMT Message-Id: <202109271600.18RG0o7q043244@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fd08b0b7280a - main - mail/rubygem-actionmailbox61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fd08b0b7280a77927b2128f427f6bd2f5003b61a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:58 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd08b0b7280a77927b2128f427f6bd2f5003b61a commit fd08b0b7280a77927b2128f427f6bd2f5003b61a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:21 +0000 mail/rubygem-actionmailbox61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- mail/rubygem-actionmailbox61/Makefile | 2 +- mail/rubygem-actionmailbox61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/rubygem-actionmailbox61/Makefile b/mail/rubygem-actionmailbox61/Makefile index b0af589a79b3..6983cb2ad1c9 100644 --- a/mail/rubygem-actionmailbox61/Makefile +++ b/mail/rubygem-actionmailbox61/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= actionmailbox -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/mail/rubygem-actionmailbox61/distinfo b/mail/rubygem-actionmailbox61/distinfo index 028d9455280d..9316786d9037 100644 --- a/mail/rubygem-actionmailbox61/distinfo +++ b/mail/rubygem-actionmailbox61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298752 -SHA256 (rubygem/actionmailbox-6.1.3.2.gem) = a58f9360bd724cfa5c69f428fb4f720727a028221cc34eeca3bce0e5521f39e0 -SIZE (rubygem/actionmailbox-6.1.3.2.gem) = 22016 +TIMESTAMP = 1632664512 +SHA256 (rubygem/actionmailbox-6.1.4.1.gem) = 06e39f90ad0da00acf860265188c438b74fa96aa69990216652508cda56d5f99 +SIZE (rubygem/actionmailbox-6.1.4.1.gem) = 22016 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E2DDE668B43; Mon, 27 Sep 2021 16:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6md2gbYz3mYt; Mon, 27 Sep 2021 16:00:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D8C613EA9; Mon, 27 Sep 2021 16:00:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Qu4041844; Mon, 27 Sep 2021 16:00:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0QYg041843; Mon, 27 Sep 2021 16:00:26 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:26 GMT Message-Id: <202109271600.18RG0QYg041843@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9e3a9ff95dce - main - devel/rubygem-actionview5: Cosmetic change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9e3a9ff95dcebcd4c3e36bd9e1d25b751af23dae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e3a9ff95dcebcd4c3e36bd9e1d25b751af23dae commit 9e3a9ff95dcebcd4c3e36bd9e1d25b751af23dae Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:16 +0000 devel/rubygem-actionview5: Cosmetic change --- devel/rubygem-actionview5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-actionview5/Makefile b/devel/rubygem-actionview5/Makefile index 706ba76b7090..7e0023c4bac9 100644 --- a/devel/rubygem-actionview5/Makefile +++ b/devel/rubygem-actionview5/Makefile @@ -21,10 +21,10 @@ RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 USES= cpe gem USE_RUBY= yes -CPE_VENDOR= rubyonrails - NO_ARCH= yes +CPE_VENDOR= rubyonrails + PORTSCOUT= limit:^5\.1\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 45632668D56; Mon, 27 Sep 2021 16:01:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nR0n1Xz3n5v; Mon, 27 Sep 2021 16:01:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9AC613E7F; Mon, 27 Sep 2021 16:01:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG17wX044348; Mon, 27 Sep 2021 16:01:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG17TM044347; Mon, 27 Sep 2021 16:01:07 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:07 GMT Message-Id: <202109271601.18RG17TM044347@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 465313e11f37 - main - security/p5-Crypt-OpenSSL-RSA: Strip shared library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 465313e11f378b4ce87de0c44e532bc0894c21a9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=465313e11f378b4ce87de0c44e532bc0894c21a9 commit 465313e11f378b4ce87de0c44e532bc0894c21a9 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:25 +0000 security/p5-Crypt-OpenSSL-RSA: Strip shared library - Bump PORTREVISION for package change --- security/p5-Crypt-OpenSSL-RSA/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 07b568765eac..615d7b1405e0 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -2,6 +2,7 @@ PORTNAME= Crypt-OpenSSL-RSA PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +22,7 @@ RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \ USES= perl5 ssl USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/RSA/RSA.so + .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48EB0668CDB; Mon, 27 Sep 2021 16:01:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nS2kWPz3nF1; Mon, 27 Sep 2021 16:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F71F13EBC; Mon, 27 Sep 2021 16:01:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG19fW044396; Mon, 27 Sep 2021 16:01:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG19OR044395; Mon, 27 Sep 2021 16:01:09 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:09 GMT Message-Id: <202109271601.18RG19OR044395@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4655122ca156 - main - www/p5-WWW-Mechanize: Update to 2.05 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4655122ca156b60d8bb25093511559d698847ef9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4655122ca156b60d8bb25093511559d698847ef9 commit 4655122ca156b60d8bb25093511559d698847ef9 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:25 +0000 www/p5-WWW-Mechanize: Update to 2.05 Changes: https://metacpan.org/dist/WWW-Mechanize/changes --- www/p5-WWW-Mechanize/Makefile | 2 +- www/p5-WWW-Mechanize/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index b773827e747b..6099837f4c3a 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,7 +1,7 @@ # Created by: Anton Berezin PORTNAME= WWW-Mechanize -PORTVERSION= 2.04 +PORTVERSION= 2.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo index 3e68f1498ba9..5be961c6f17b 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628439654 -SHA256 (WWW-Mechanize-2.04.tar.gz) = ed51bd38c01f53d023f6edf0fab9cd615971fd3ad3bd6c03a1546ebd82d66171 -SIZE (WWW-Mechanize-2.04.tar.gz) = 184311 +TIMESTAMP = 1632664542 +SHA256 (WWW-Mechanize-2.05.tar.gz) = 0c77284103e93d098fa8b277802b589cfd1df8c11a8968e5ecd377f863c21dd9 +SIZE (WWW-Mechanize-2.05.tar.gz) = 184292 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B45F1668E89; Mon, 27 Sep 2021 16:01:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nK4Jcvz3nBJ; Mon, 27 Sep 2021 16:01:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F41613E78; Mon, 27 Sep 2021 16:01:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG11dU044221; Mon, 27 Sep 2021 16:01:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG11P2044220; Mon, 27 Sep 2021 16:01:01 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:01 GMT Message-Id: <202109271601.18RG11P2044220@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a54182b68021 - main - math/p5-Math-BigInt: Update to 1.999824 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a54182b6802181866338ce651b62967e20ada9de Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a54182b6802181866338ce651b62967e20ada9de commit a54182b6802181866338ce651b62967e20ada9de Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:23 +0000 math/p5-Math-BigInt: Update to 1.999824 Changes: https://metacpan.org/dist/Math-BigInt/changes --- math/p5-Math-BigInt/Makefile | 2 +- math/p5-Math-BigInt/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 4da9df923e0b..d84e163b6bf1 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -1,7 +1,7 @@ # Created by: tobez PORTNAME= Math-BigInt -PORTVERSION= 1.999823 +PORTVERSION= 1.999824 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo index ded9c0bab2a8..649186cd26a0 100644 --- a/math/p5-Math-BigInt/distinfo +++ b/math/p5-Math-BigInt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626281130 -SHA256 (Math-BigInt-1.999823.tar.gz) = 01f3d556f870743ac32c757145f13d72fb56933b64b668994f284278be9bc593 -SIZE (Math-BigInt-1.999823.tar.gz) = 3057110 +TIMESTAMP = 1632664532 +SHA256 (Math-BigInt-1.999824.tar.gz) = 11613b9e449783064592ca77dec6e5bb303856d0c15442cd7f1708b583d55613 +SIZE (Math-BigInt-1.999824.tar.gz) = 3063251 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFA19668AD4; Mon, 27 Sep 2021 16:00:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mm1Cs5z3mZF; Mon, 27 Sep 2021 16:00:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA13D13BCA; Mon, 27 Sep 2021 16:00:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0Y1O042891; Mon, 27 Sep 2021 16:00:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0Yg3042890; Mon, 27 Sep 2021 16:00:34 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:34 GMT Message-Id: <202109271600.18RG0Yg3042890@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 2f91aec48e37 - main - devel/rubygem-activesupport60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2f91aec48e37fa1c57d554f5968afcabed3e6a29 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:41 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f91aec48e37fa1c57d554f5968afcabed3e6a29 commit 2f91aec48e37fa1c57d554f5968afcabed3e6a29 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:35 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:18 +0000 devel/rubygem-activesupport60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- devel/rubygem-activesupport60/Makefile | 2 +- devel/rubygem-activesupport60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-activesupport60/Makefile b/devel/rubygem-activesupport60/Makefile index 0725c825f756..dfcdbc4a040c 100644 --- a/devel/rubygem-activesupport60/Makefile +++ b/devel/rubygem-activesupport60/Makefile @@ -1,7 +1,7 @@ # Created by: Jonathan Weiss () PORTNAME= activesupport -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/devel/rubygem-activesupport60/distinfo b/devel/rubygem-activesupport60/distinfo index c6a07389a128..48ffd3bf48ca 100644 --- a/devel/rubygem-activesupport60/distinfo +++ b/devel/rubygem-activesupport60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298724 -SHA256 (rubygem/activesupport-6.0.3.7.gem) = 5f0c107e6d3a12e1e7348505d1a56f26c8cd8fc8dd5d75bd83bfa8eb894ee030 -SIZE (rubygem/activesupport-6.0.3.7.gem) = 214016 +TIMESTAMP = 1632664484 +SHA256 (rubygem/activesupport-6.0.4.1.gem) = 1ddf5753c01a344c9356082b25a2fb130652f5d6e0b6b7d59f1ebb47fcbbb9d1 +SIZE (rubygem/activesupport-6.0.4.1.gem) = 214528 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A530668A6A; Mon, 27 Sep 2021 16:00:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mn372hz3mr8; Mon, 27 Sep 2021 16:00:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDDDD13AF0; Mon, 27 Sep 2021 16:00:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0af8042940; Mon, 27 Sep 2021 16:00:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0agQ042939; Mon, 27 Sep 2021 16:00:36 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:36 GMT Message-Id: <202109271600.18RG0agQ042939@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 20ee81df0473 - main - mail/rubygem-actionmailer60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 20ee81df04733430d8a8df626c8082a23b31873b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:45 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=20ee81df04733430d8a8df626c8082a23b31873b commit 20ee81df04733430d8a8df626c8082a23b31873b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:41:36 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:18 +0000 mail/rubygem-actionmailer60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- mail/rubygem-actionmailer60/Makefile | 2 +- mail/rubygem-actionmailer60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/rubygem-actionmailer60/Makefile b/mail/rubygem-actionmailer60/Makefile index bd31337d9a88..23b9bb7bf8ec 100644 --- a/mail/rubygem-actionmailer60/Makefile +++ b/mail/rubygem-actionmailer60/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= actionmailer -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/mail/rubygem-actionmailer60/distinfo b/mail/rubygem-actionmailer60/distinfo index 35cb3b6f0edf..337096bd8895 100644 --- a/mail/rubygem-actionmailer60/distinfo +++ b/mail/rubygem-actionmailer60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298728 -SHA256 (rubygem/actionmailer-6.0.3.7.gem) = 2fc1d2af0d6306e372870e0177c5c5d5fb373c32b3a178234c9df68865e651a4 -SIZE (rubygem/actionmailer-6.0.3.7.gem) = 31232 +TIMESTAMP = 1632664488 +SHA256 (rubygem/actionmailer-6.0.4.1.gem) = 357e32b4a17ce9e85f068d90f9ca841cab7f8c37d667cd3ddcc5330e01aeb1db +SIZE (rubygem/actionmailer-6.0.4.1.gem) = 31232 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4A2E668ADC; Mon, 27 Sep 2021 16:00:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mv72HFz3mjq; Mon, 27 Sep 2021 16:00:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 828BE13E4E; Mon, 27 Sep 2021 16:00:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0fJv043041; Mon, 27 Sep 2021 16:00:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0fhr043040; Mon, 27 Sep 2021 16:00:41 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:41 GMT Message-Id: <202109271600.18RG0fhr043040@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7180d5013071 - main - www/rubygem-actionpack60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7180d5013071fb694d320326aa1f01365e7adb98 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7180d5013071fb694d320326aa1f01365e7adb98 commit 7180d5013071fb694d320326aa1f01365e7adb98 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:19 +0000 www/rubygem-actionpack60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- www/rubygem-actionpack60/Makefile | 2 +- www/rubygem-actionpack60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-actionpack60/Makefile b/www/rubygem-actionpack60/Makefile index a202fde3ba04..1687122b9db5 100644 --- a/www/rubygem-actionpack60/Makefile +++ b/www/rubygem-actionpack60/Makefile @@ -1,7 +1,7 @@ # Created by: Jonathan Weiss () PORTNAME= actionpack -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/www/rubygem-actionpack60/distinfo b/www/rubygem-actionpack60/distinfo index 135a9b299a1c..b47194f871c6 100644 --- a/www/rubygem-actionpack60/distinfo +++ b/www/rubygem-actionpack60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298736 -SHA256 (rubygem/actionpack-6.0.3.7.gem) = 32479c62b269c96fa511277b850d81711a32b12796d2654f026032ffe48961ab -SIZE (rubygem/actionpack-6.0.3.7.gem) = 217600 +TIMESTAMP = 1632664496 +SHA256 (rubygem/actionpack-6.0.4.1.gem) = 6fa124867dabefa977f64f30005ed918a71fe6d745b1bb6f0fbd05bef2767a03 +SIZE (rubygem/actionpack-6.0.4.1.gem) = 218112 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7190668A70; Mon, 27 Sep 2021 16:00:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6mw0nrDz3mrd; Mon, 27 Sep 2021 16:00:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9FE70136F2; Mon, 27 Sep 2021 16:00:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0g8O043065; Mon, 27 Sep 2021 16:00:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0g5C043064; Mon, 27 Sep 2021 16:00:42 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:42 GMT Message-Id: <202109271600.18RG0g5C043064@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f0f0cc1b26f1 - main - www/rubygem-rails60: Update to 6.0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f0f0cc1b26f166735e105ce71b420ec6995d92c8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0f0cc1b26f166735e105ce71b420ec6995d92c8 commit f0f0cc1b26f166735e105ce71b420ec6995d92c8 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:19 +0000 www/rubygem-rails60: Update to 6.0.4.1 Changes: https://github.com/rails/rails/releases --- www/rubygem-rails60/Makefile | 2 +- www/rubygem-rails60/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-rails60/Makefile b/www/rubygem-rails60/Makefile index 881acf8e469a..765d90aff87e 100644 --- a/www/rubygem-rails60/Makefile +++ b/www/rubygem-rails60/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= rails -PORTVERSION= 6.0.3.7 +PORTVERSION= 6.0.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/www/rubygem-rails60/distinfo b/www/rubygem-rails60/distinfo index f41b1a087d33..c323a0b2c8c0 100644 --- a/www/rubygem-rails60/distinfo +++ b/www/rubygem-rails60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298738 -SHA256 (rubygem/rails-6.0.3.7.gem) = 41e295498229ae1134c052b2529df7835bd5639b92e54a30979b4b0d45601a6f -SIZE (rubygem/rails-6.0.3.7.gem) = 6656 +TIMESTAMP = 1632664498 +SHA256 (rubygem/rails-6.0.4.1.gem) = 62f6b50573e2afc305575f580ed72783512874464726d8e52fe8c10b981d1ee0 +SIZE (rubygem/rails-6.0.4.1.gem) = 6656 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 51048668CCC; Mon, 27 Sep 2021 16:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nB4vzZz3nDD; Mon, 27 Sep 2021 16:01:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84B6813EB5; Mon, 27 Sep 2021 16:00:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0vYW043693; Mon, 27 Sep 2021 16:00:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0vgi043685; Mon, 27 Sep 2021 16:00:57 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:57 GMT Message-Id: <202109271600.18RG0vgi043685@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 42af6d7a29a9 - main - www/rubygem-rails61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 42af6d7a29a925184f1e802930995fbb5c37b9e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:06 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=42af6d7a29a925184f1e802930995fbb5c37b9e8 commit 42af6d7a29a925184f1e802930995fbb5c37b9e8 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:23 +0000 www/rubygem-rails61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- www/rubygem-rails61/Makefile | 2 +- www/rubygem-rails61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-rails61/Makefile b/www/rubygem-rails61/Makefile index f17e6c69d0a5..0e1bc598a366 100644 --- a/www/rubygem-rails61/Makefile +++ b/www/rubygem-rails61/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= rails -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/www/rubygem-rails61/distinfo b/www/rubygem-rails61/distinfo index db704102e746..8e4a9f8d683f 100644 --- a/www/rubygem-rails61/distinfo +++ b/www/rubygem-rails61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298764 -SHA256 (rubygem/rails-6.1.3.2.gem) = 36680669c708bec0a4fb3cdcbae65df62fd99a2a94b0b1f60732ad8322bd963a -SIZE (rubygem/rails-6.1.3.2.gem) = 6656 +TIMESTAMP = 1632664524 +SHA256 (rubygem/rails-6.1.4.1.gem) = 7f5dd7a71046aedb6859eb4288b31b738fb8544bd9fb27574085b58cbaa8a9f8 +SIZE (rubygem/rails-6.1.4.1.gem) = 6656 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52947668D5E; Mon, 27 Sep 2021 16:01:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ng4WlBz3myb; Mon, 27 Sep 2021 16:01:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9A2513F26; Mon, 27 Sep 2021 16:01:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1HhK046951; Mon, 27 Sep 2021 16:01:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1HOT046950; Mon, 27 Sep 2021 16:01:17 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:17 GMT Message-Id: <202109271601.18RG1HOT046950@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 817c663c08bb - main - devel/rubygem-dynflow: Update to 1.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 817c663c08bbf988a7c37a7b7d2a40bb5708894d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=817c663c08bbf988a7c37a7b7d2a40bb5708894d commit 817c663c08bbf988a7c37a7b7d2a40bb5708894d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:27 +0000 devel/rubygem-dynflow: Update to 1.6.1 Changes: https://github.com/Dynflow/dynflow/commits/master --- devel/rubygem-dynflow/Makefile | 3 ++- devel/rubygem-dynflow/distinfo | 6 +++--- devel/rubygem-dynflow/files/patch-gemspec | 11 +++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-dynflow/Makefile b/devel/rubygem-dynflow/Makefile index ce13c5d8efd8..8a7f162e6c88 100644 --- a/devel/rubygem-dynflow/Makefile +++ b/devel/rubygem-dynflow/Makefile @@ -1,5 +1,5 @@ PORTNAME= dynflow -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,6 +13,7 @@ RUN_DEPENDS= rubygem-algebrick>=0.7.0<0.8:devel/rubygem-algebrick \ rubygem-apipie-params>=0:devel/rubygem-apipie-params \ rubygem-concurrent-ruby>=1.1.3<1.2:devel/rubygem-concurrent-ruby \ rubygem-concurrent-ruby-edge>=0.6.0<0.7:devel/rubygem-concurrent-ruby-edge \ + rubygem-msgpack>=1.3.3<2:devel/rubygem-msgpack \ rubygem-multi_json>=0:devel/rubygem-multi_json \ rubygem-sequel>=4.0.0:devel/rubygem-sequel diff --git a/devel/rubygem-dynflow/distinfo b/devel/rubygem-dynflow/distinfo index fb6592f87983..a567590dbb1a 100644 --- a/devel/rubygem-dynflow/distinfo +++ b/devel/rubygem-dynflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624630280 -SHA256 (rubygem/dynflow-1.5.0.gem) = 7c73367bb693c6ee9372c83109d701d3cd2ee0802b002fb11cca46c10e3a36f4 -SIZE (rubygem/dynflow-1.5.0.gem) = 980480 +TIMESTAMP = 1632664556 +SHA256 (rubygem/dynflow-1.6.1.gem) = 3bae318099859f385b6425b0f319a90f3a4a3d46048ffe6209386e5b754da919 +SIZE (rubygem/dynflow-1.6.1.gem) = 986112 diff --git a/devel/rubygem-dynflow/files/patch-gemspec b/devel/rubygem-dynflow/files/patch-gemspec new file mode 100644 index 000000000000..1b28aec4c740 --- /dev/null +++ b/devel/rubygem-dynflow/files/patch-gemspec @@ -0,0 +1,11 @@ +--- dynflow.gemspec.orig 2021-09-26 15:29:02 UTC ++++ dynflow.gemspec +@@ -24,7 +24,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q.freeze, [">= 0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.3.3"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 1.3", ">= 1.3.3"]) + s.add_runtime_dependency(%q.freeze, [">= 0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.7.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.1.3"]) From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B04C0668DB2; Mon, 27 Sep 2021 16:01:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nk38cNz3nKV; Mon, 27 Sep 2021 16:01:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AAC3914208; Mon, 27 Sep 2021 16:01:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1N9L047076; Mon, 27 Sep 2021 16:01:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1NvX047075; Mon, 27 Sep 2021 16:01:23 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:23 GMT Message-Id: <202109271601.18RG1NvX047075@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4bc276f53238 - main - security/rubygem-doorkeeper-rails5: Update to 5.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4bc276f53238e9fa9e2e7b18c5cfbbe52c62b793 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:31 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bc276f53238e9fa9e2e7b18c5cfbbe52c62b793 commit 4bc276f53238e9fa9e2e7b18c5cfbbe52c62b793 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:45 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:28 +0000 security/rubygem-doorkeeper-rails5: Update to 5.5.3 Changes: https://github.com/doorkeeper-gem/doorkeeper/releases --- security/rubygem-doorkeeper-rails5/Makefile | 2 +- security/rubygem-doorkeeper-rails5/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/rubygem-doorkeeper-rails5/Makefile b/security/rubygem-doorkeeper-rails5/Makefile index ce945eee7631..f799d35f9a85 100644 --- a/security/rubygem-doorkeeper-rails5/Makefile +++ b/security/rubygem-doorkeeper-rails5/Makefile @@ -1,5 +1,5 @@ PORTNAME= doorkeeper -PORTVERSION= 5.5.2 +PORTVERSION= 5.5.3 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 diff --git a/security/rubygem-doorkeeper-rails5/distinfo b/security/rubygem-doorkeeper-rails5/distinfo index bb5c9792031b..9aa9510bdcc5 100644 --- a/security/rubygem-doorkeeper-rails5/distinfo +++ b/security/rubygem-doorkeeper-rails5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626542082 -SHA256 (rubygem/doorkeeper-5.5.2.gem) = 297c4b64024518bdc30bfadb04a85d47a3e388bc43330fd28fde17e3d769dcc2 -SIZE (rubygem/doorkeeper-5.5.2.gem) = 101888 +TIMESTAMP = 1632664566 +SHA256 (rubygem/doorkeeper-5.5.3.gem) = 27e1c9e7b7a50944c522d10b4c50776102073b63949642f3bc7af325068b46df +SIZE (rubygem/doorkeeper-5.5.3.gem) = 101888 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1520D668D5A; Mon, 27 Sep 2021 16:01:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nY2ggnz3n6H; Mon, 27 Sep 2021 16:01:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8318014206; Mon, 27 Sep 2021 16:01:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1E8n046878; Mon, 27 Sep 2021 16:01:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1Ehh046877; Mon, 27 Sep 2021 16:01:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:14 GMT Message-Id: <202109271601.18RG1Ehh046877@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 8ac4732ed968 - main - net/py-urllib3: Update to 1.26.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8ac4732ed968619dba99458e67482049993f69a2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:23 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ac4732ed968619dba99458e67482049993f69a2 commit 8ac4732ed968619dba99458e67482049993f69a2 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:26 +0000 net/py-urllib3: Update to 1.26.7 Changes: https://github.com/urllib3/urllib3/releases --- net/py-urllib3/Makefile | 2 +- net/py-urllib3/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index c0d882940304..ea77e8780d08 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -1,7 +1,7 @@ # Created by: Olivier Duchateau PORTNAME= urllib3 -PORTVERSION= 1.26.6 +PORTVERSION= 1.26.7 PORTEPOCH= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP diff --git a/net/py-urllib3/distinfo b/net/py-urllib3/distinfo index b131c350891b..bae0e3363968 100644 --- a/net/py-urllib3/distinfo +++ b/net/py-urllib3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627120926 -SHA256 (urllib3-1.26.6.tar.gz) = f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f -SIZE (urllib3-1.26.6.tar.gz) = 289927 +TIMESTAMP = 1632664550 +SHA256 (urllib3-1.26.7.tar.gz) = 4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece +SIZE (urllib3-1.26.7.tar.gz) = 291350 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15D8F668E93; Mon, 27 Sep 2021 16:01:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nX6g1kz3n44; Mon, 27 Sep 2021 16:01:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B94F13EBE; Mon, 27 Sep 2021 16:01:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1CSd046826; Mon, 27 Sep 2021 16:01:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1CSf046825; Mon, 27 Sep 2021 16:01:12 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:12 GMT Message-Id: <202109271601.18RG1CSf046825@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 581326af50fa - main - devel/py-nbconvert: Update to 6.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 581326af50fa4f2cbe6f60a28dd1850cbe796434 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=581326af50fa4f2cbe6f60a28dd1850cbe796434 commit 581326af50fa4f2cbe6f60a28dd1850cbe796434 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:26 +0000 devel/py-nbconvert: Update to 6.2.0 Changes: https://github.com/jupyter/nbconvert/blob/main/docs/source/changelog.rst --- devel/py-nbconvert/Makefile | 2 +- devel/py-nbconvert/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-nbconvert/Makefile b/devel/py-nbconvert/Makefile index 88b2b75026f7..2d43f975c3cc 100644 --- a/devel/py-nbconvert/Makefile +++ b/devel/py-nbconvert/Makefile @@ -1,5 +1,5 @@ PORTNAME= nbconvert -PORTVERSION= 6.1.0 +PORTVERSION= 6.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-nbconvert/distinfo b/devel/py-nbconvert/distinfo index c6b10439ab9f..af1f85025167 100644 --- a/devel/py-nbconvert/distinfo +++ b/devel/py-nbconvert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624630216 -SHA256 (nbconvert-6.1.0.tar.gz) = d22a8ff202644d31db254d24d52c3a96c82156623fcd7c7f987bba2612303ec9 -SIZE (nbconvert-6.1.0.tar.gz) = 894596 +TIMESTAMP = 1632664546 +SHA256 (nbconvert-6.2.0.tar.gz) = 16ceecd0afaa8fd26c245fa32e2c52066c02f13aa73387fffafd84750baea863 +SIZE (nbconvert-6.2.0.tar.gz) = 898501 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:00:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 28352668E00; Mon, 27 Sep 2021 16:00:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6n21cQZz3n0F; Mon, 27 Sep 2021 16:00:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B1FE136F4; Mon, 27 Sep 2021 16:00:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0m41043191; Mon, 27 Sep 2021 16:00:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0muE043190; Mon, 27 Sep 2021 16:00:48 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:48 GMT Message-Id: <202109271600.18RG0muE043190@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 67373857586e - main - devel/rubygem-activejob61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 67373857586ef25f820feb0ccf3b310f9999af39 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:00:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=67373857586ef25f820feb0ccf3b310f9999af39 commit 67373857586ef25f820feb0ccf3b310f9999af39 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:20 +0000 devel/rubygem-activejob61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- devel/rubygem-activejob61/Makefile | 2 +- devel/rubygem-activejob61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-activejob61/Makefile b/devel/rubygem-activejob61/Makefile index 0856166838c2..e0701eaf371f 100644 --- a/devel/rubygem-activejob61/Makefile +++ b/devel/rubygem-activejob61/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Jost Meixner PORTNAME= activejob -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/devel/rubygem-activejob61/distinfo b/devel/rubygem-activejob61/distinfo index 9d709f91fcae..7ac028325588 100644 --- a/devel/rubygem-activejob61/distinfo +++ b/devel/rubygem-activejob61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298748 -SHA256 (rubygem/activejob-6.1.3.2.gem) = b8f7949f79e583e69077e995fc084ed6c505012a7011f7faa41d7606d5ca005d -SIZE (rubygem/activejob-6.1.3.2.gem) = 32768 +TIMESTAMP = 1632664508 +SHA256 (rubygem/activejob-6.1.4.1.gem) = 169e7cf2d9ecad34db8199c2da577e853c6a65523c9cd9177b3d2b3e4104ece0 +SIZE (rubygem/activejob-6.1.4.1.gem) = 32768 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D22A7668CF7; Mon, 27 Sep 2021 16:01:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nx2J8Yz3nD3; Mon, 27 Sep 2021 16:01:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 533C614095; Mon, 27 Sep 2021 16:01:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1XXb047304; Mon, 27 Sep 2021 16:01:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1XuB047303; Mon, 27 Sep 2021 16:01:33 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:33 GMT Message-Id: <202109271601.18RG1XuB047303@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: bb4b4cf9ca48 - main - www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bb4b4cf9ca48617f4dc8f888ee65e0717637ccd0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:43 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb4b4cf9ca48617f4dc8f888ee65e0717637ccd0 commit bb4b4cf9ca48617f4dc8f888ee65e0717637ccd0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:45:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:30 +0000 www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update - Bump PORTREVISION for package change --- www/gitlab-ce/Makefile | 4 ++-- www/gitlab-ce/files/patch-Gemfile | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 3fec018b727c..40128bca9a42 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -2,7 +2,7 @@ PORTNAME= gitlab-ce PORTVERSION= 14.3.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -24,7 +24,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \ yarn>=1.10.0:www/yarn \ gtar>0:archivers/gtar \ bash>0:shells/bash \ - rubygem-rails61>=6.1.3.2<6.1.4:www/rubygem-rails61 \ + rubygem-rails61>=6.1.3.2<6.2:www/rubygem-rails61 \ rubygem-bootsnap14>=1.4.6<2.0:devel/rubygem-bootsnap14 \ rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \ rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \ diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile index ea879687e2dc..bf2d26d8a95e 100644 --- a/www/gitlab-ce/files/patch-Gemfile +++ b/www/gitlab-ce/files/patch-Gemfile @@ -1,5 +1,14 @@ --- Gemfile.orig 2021-09-21 10:06:28 UTC +++ Gemfile +@@ -2,7 +2,7 @@ + + source 'https://rubygems.org' + +-gem 'rails', '~> 6.1.3.2' ++gem 'rails', '>= 6.1.3.2', '< 6.2' + + gem 'bootsnap', '~> 1.4.6' + @@ -88,7 +88,7 @@ gem 'gpgme', '~> 2.0.19' # GitLab fork with several improvements to original library. For full list of changes # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8A7D668D4C; Mon, 27 Sep 2021 16:01:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6n73L9rz3msW; Mon, 27 Sep 2021 16:00:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C5A2B13AF3; Mon, 27 Sep 2021 16:00:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0puS043269; Mon, 27 Sep 2021 16:00:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0pmo043268; Mon, 27 Sep 2021 16:00:51 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:51 GMT Message-Id: <202109271600.18RG0pmo043268@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 90e1945faa07 - main - mail/rubygem-actionmailer61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 90e1945faa0712e03ccd422288da4537d9192b38 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:02 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=90e1945faa0712e03ccd422288da4537d9192b38 commit 90e1945faa0712e03ccd422288da4537d9192b38 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:21 +0000 mail/rubygem-actionmailer61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- mail/rubygem-actionmailer61/Makefile | 2 +- mail/rubygem-actionmailer61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/rubygem-actionmailer61/Makefile b/mail/rubygem-actionmailer61/Makefile index 3bf9d9487523..475c31c6d114 100644 --- a/mail/rubygem-actionmailer61/Makefile +++ b/mail/rubygem-actionmailer61/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= actionmailer -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/mail/rubygem-actionmailer61/distinfo b/mail/rubygem-actionmailer61/distinfo index 513f20267e7b..4474848c6dde 100644 --- a/mail/rubygem-actionmailer61/distinfo +++ b/mail/rubygem-actionmailer61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298754 -SHA256 (rubygem/actionmailer-6.1.3.2.gem) = 978b37c0defc62f07e664880b5f323ff4b4238e0b3f5d9a87668c5f7a7570ddb -SIZE (rubygem/actionmailer-6.1.3.2.gem) = 30720 +TIMESTAMP = 1632664514 +SHA256 (rubygem/actionmailer-6.1.4.1.gem) = 229525238eeba137d9ecdc6c331fac07c76a2305ea66f102642f16a6043d4003 +SIZE (rubygem/actionmailer-6.1.4.1.gem) = 30720 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:11:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E296E66AA81; Mon, 27 Sep 2021 16:11:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ7114vmsz3r7G; Mon, 27 Sep 2021 16:11:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFEBD13B5D; Mon, 27 Sep 2021 16:01:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1OcA047106; Mon, 27 Sep 2021 16:01:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1OK4047105; Mon, 27 Sep 2021 16:01:24 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:24 GMT Message-Id: <202109271601.18RG1OK4047105@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e82a95215f20 - main - security/rubygem-doorkeeper-rails50: Update to 5.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e82a95215f20bd7e2fb1dd2bb2c53a4a0b785c5d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:11:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e82a95215f20bd7e2fb1dd2bb2c53a4a0b785c5d commit e82a95215f20bd7e2fb1dd2bb2c53a4a0b785c5d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:53 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:28 +0000 security/rubygem-doorkeeper-rails50: Update to 5.5.3 Changes: https://github.com/doorkeeper-gem/doorkeeper/releases --- security/rubygem-doorkeeper-rails50/Makefile | 2 +- security/rubygem-doorkeeper-rails50/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/rubygem-doorkeeper-rails50/Makefile b/security/rubygem-doorkeeper-rails50/Makefile index 01ced7bf5c0b..92e3ee72a480 100644 --- a/security/rubygem-doorkeeper-rails50/Makefile +++ b/security/rubygem-doorkeeper-rails50/Makefile @@ -1,5 +1,5 @@ PORTNAME= doorkeeper -PORTVERSION= 5.5.2 +PORTVERSION= 5.5.3 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails50 diff --git a/security/rubygem-doorkeeper-rails50/distinfo b/security/rubygem-doorkeeper-rails50/distinfo index 60887ab9312f..fa87c3b3c76e 100644 --- a/security/rubygem-doorkeeper-rails50/distinfo +++ b/security/rubygem-doorkeeper-rails50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626542084 -SHA256 (rubygem/doorkeeper-5.5.2.gem) = 297c4b64024518bdc30bfadb04a85d47a3e388bc43330fd28fde17e3d769dcc2 -SIZE (rubygem/doorkeeper-5.5.2.gem) = 101888 +TIMESTAMP = 1632664568 +SHA256 (rubygem/doorkeeper-5.5.3.gem) = 27e1c9e7b7a50944c522d10b4c50776102073b63949642f3bc7af325068b46df +SIZE (rubygem/doorkeeper-5.5.3.gem) = 101888 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42214668D98; Mon, 27 Sep 2021 16:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nB4Fq3z3n35; Mon, 27 Sep 2021 16:01:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 658D7136F6; Mon, 27 Sep 2021 16:00:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0uiD043371; Mon, 27 Sep 2021 16:00:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0uqi043370; Mon, 27 Sep 2021 16:00:56 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:56 GMT Message-Id: <202109271600.18RG0uqi043370@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3175c96bc480 - main - www/rubygem-actionpack61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3175c96bc4809e8d0a03968dce5fffd6952e63bb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3175c96bc4809e8d0a03968dce5fffd6952e63bb commit 3175c96bc4809e8d0a03968dce5fffd6952e63bb Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:22 +0000 www/rubygem-actionpack61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- www/rubygem-actionpack61/Makefile | 2 +- www/rubygem-actionpack61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-actionpack61/Makefile b/www/rubygem-actionpack61/Makefile index 57a96a1d7faa..020534e7199d 100644 --- a/www/rubygem-actionpack61/Makefile +++ b/www/rubygem-actionpack61/Makefile @@ -1,7 +1,7 @@ # Created by: Jonathan Weiss () PORTNAME= actionpack -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/www/rubygem-actionpack61/distinfo b/www/rubygem-actionpack61/distinfo index 09cf68dcd837..b728fb48076d 100644 --- a/www/rubygem-actionpack61/distinfo +++ b/www/rubygem-actionpack61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298762 -SHA256 (rubygem/actionpack-6.1.3.2.gem) = a5165a3eaaaf9ee1652d645d5fddcf5a4b08b7a3e8c8d2bdb284ae4769d9aff1 -SIZE (rubygem/actionpack-6.1.3.2.gem) = 224768 +TIMESTAMP = 1632664522 +SHA256 (rubygem/actionpack-6.1.4.1.gem) = 2a5e0af9f561e8b7f27b1f4088a3d6d4283ec7eaa283f0db345ecb152dd6fe75 +SIZE (rubygem/actionpack-6.1.4.1.gem) = 225280 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E70F9668E0F; Mon, 27 Sep 2021 16:01:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nL5TtBz3n1H; Mon, 27 Sep 2021 16:01:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8850013E7A; Mon, 27 Sep 2021 16:01:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG15ul044294; Mon, 27 Sep 2021 16:01:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG15ff044293; Mon, 27 Sep 2021 16:01:05 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:05 GMT Message-Id: <202109271601.18RG15ff044293@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 78405b561654 - main - net-mgmt/p5-SNMP-Info: Update to 3.80 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 78405b5616540097ae02b1758f7a750a13a52e7a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=78405b5616540097ae02b1758f7a750a13a52e7a commit 78405b5616540097ae02b1758f7a750a13a52e7a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:24 +0000 net-mgmt/p5-SNMP-Info: Update to 3.80 Changes: https://metacpan.org/dist/SNMP-Info/changes --- net-mgmt/p5-SNMP-Info/Makefile | 2 +- net-mgmt/p5-SNMP-Info/distinfo | 6 +++--- net-mgmt/p5-SNMP-Info/pkg-plist | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index 41ed34467b69..73128d28d377 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -1,7 +1,7 @@ # Created by: arved PORTNAME= SNMP-Info -PORTVERSION= 3.78 +PORTVERSION= 3.80 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net-mgmt/p5-SNMP-Info/distinfo b/net-mgmt/p5-SNMP-Info/distinfo index 1d1297499d38..8f89ac0e7c4d 100644 --- a/net-mgmt/p5-SNMP-Info/distinfo +++ b/net-mgmt/p5-SNMP-Info/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227662 -SHA256 (SNMP-Info-3.78.tar.gz) = 5f5bdd37f6eb43ddbe5ec069d71684aec7f17cd0f26877cc72c922985a99159c -SIZE (SNMP-Info-3.78.tar.gz) = 578683 +TIMESTAMP = 1632664538 +SHA256 (SNMP-Info-3.80.tar.gz) = 4294b4652f4762279eb0e72af0f241944dc41da6342c14904e2e4100e67eab2b +SIZE (SNMP-Info-3.80.tar.gz) = 579808 diff --git a/net-mgmt/p5-SNMP-Info/pkg-plist b/net-mgmt/p5-SNMP-Info/pkg-plist index 97b98251fac0..7d70c03efa7b 100644 --- a/net-mgmt/p5-SNMP-Info/pkg-plist +++ b/net-mgmt/p5-SNMP-Info/pkg-plist @@ -115,7 +115,9 @@ %%SITE_PERL%%/SNMP/Info/Layer3/Redlion.pm %%SITE_PERL%%/SNMP/Info/Layer3/Scalance.pm %%SITE_PERL%%/SNMP/Info/Layer3/SonicWALL.pm +%%SITE_PERL%%/SNMP/Info/Layer3/Steelfusion.pm %%SITE_PERL%%/SNMP/Info/Layer3/Steelhead.pm +%%SITE_PERL%%/SNMP/Info/Layer3/SteelheadEx.pm %%SITE_PERL%%/SNMP/Info/Layer3/Sun.pm %%SITE_PERL%%/SNMP/Info/Layer3/Tasman.pm %%SITE_PERL%%/SNMP/Info/Layer3/Teltonika.pm @@ -254,7 +256,9 @@ %%PERL5_MAN3%%/SNMP::Info::Layer3::Redlion.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Scalance.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::SonicWALL.3.gz +%%PERL5_MAN3%%/SNMP::Info::Layer3::Steelfusion.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Steelhead.3.gz +%%PERL5_MAN3%%/SNMP::Info::Layer3::SteelheadEx.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Sun.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Tasman.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Teltonika.3.gz From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 44045668E04; Mon, 27 Sep 2021 16:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nB4P2Sz3n0g; Mon, 27 Sep 2021 16:01:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BBF913BCF; Mon, 27 Sep 2021 16:00:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG0tfi043347; Mon, 27 Sep 2021 16:00:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG0tAr043346; Mon, 27 Sep 2021 16:00:55 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:00:55 GMT Message-Id: <202109271600.18RG0tAr043346@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c9127d2d70c4 - main - www/rubygem-actioncable61: Update to 6.1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c9127d2d70c43fc7a8e2c7b0be6846bacc76d49d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:06 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9127d2d70c43fc7a8e2c7b0be6846bacc76d49d commit c9127d2d70c43fc7a8e2c7b0be6846bacc76d49d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:42:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:22 +0000 www/rubygem-actioncable61: Update to 6.1.4.1 Changes: https://github.com/rails/rails/releases --- www/rubygem-actioncable61/Makefile | 2 +- www/rubygem-actioncable61/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-actioncable61/Makefile b/www/rubygem-actioncable61/Makefile index 531ea6c8079a..54d34b486a61 100644 --- a/www/rubygem-actioncable61/Makefile +++ b/www/rubygem-actioncable61/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= actioncable -PORTVERSION= 6.1.3.2 +PORTVERSION= 6.1.4.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/www/rubygem-actioncable61/distinfo b/www/rubygem-actioncable61/distinfo index 36022b179175..447618046886 100644 --- a/www/rubygem-actioncable61/distinfo +++ b/www/rubygem-actioncable61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298760 -SHA256 (rubygem/actioncable-6.1.3.2.gem) = 0792e3dde6f85d2fec45dd048b0fc84b6ecec94f5011bf44c210f278c2522697 -SIZE (rubygem/actioncable-6.1.3.2.gem) = 41984 +TIMESTAMP = 1632664520 +SHA256 (rubygem/actioncable-6.1.4.1.gem) = 5d7cca7aefeee6ea95003f32786196749c9b6c92f8a96937fda066156d2d9846 +SIZE (rubygem/actioncable-6.1.4.1.gem) = 41984 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:11:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E261866A8DE; Mon, 27 Sep 2021 16:11:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ7114ktMz3qtm; Mon, 27 Sep 2021 16:11:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44CA514091; Mon, 27 Sep 2021 16:01:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1SYl047178; Mon, 27 Sep 2021 16:01:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1Sm1047177; Mon, 27 Sep 2021 16:01:28 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:28 GMT Message-Id: <202109271601.18RG1Sm1047177@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0bbb05e83b73 - main - textproc/rubygem-spreadsheet: Update to 1.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0bbb05e83b731ad23dc5a5ab5bc061bd5e50668e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:11:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bbb05e83b731ad23dc5a5ab5bc061bd5e50668e commit 0bbb05e83b731ad23dc5a5ab5bc061bd5e50668e Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:45:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:29 +0000 textproc/rubygem-spreadsheet: Update to 1.3.0 Changes: https://github.com/zdavatz/spreadsheet/blob/master/History.md --- textproc/rubygem-spreadsheet/Makefile | 2 +- textproc/rubygem-spreadsheet/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/rubygem-spreadsheet/Makefile b/textproc/rubygem-spreadsheet/Makefile index 3141b17ec618..0c5b595edf1b 100644 --- a/textproc/rubygem-spreadsheet/Makefile +++ b/textproc/rubygem-spreadsheet/Makefile @@ -1,7 +1,7 @@ # Created by: Akinori MUSHA aka knu PORTNAME= spreadsheet -PORTVERSION= 1.2.9 +PORTVERSION= 1.3.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-spreadsheet/distinfo b/textproc/rubygem-spreadsheet/distinfo index 5e1e2a9d04b2..03c3a24e2c2a 100644 --- a/textproc/rubygem-spreadsheet/distinfo +++ b/textproc/rubygem-spreadsheet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626714716 -SHA256 (rubygem/spreadsheet-1.2.9.gem) = 51e3e6a2b55026c1dcb99e4264fa9962e41434a241a04c6099cc40e47fd0304b -SIZE (rubygem/spreadsheet-1.2.9.gem) = 368640 +TIMESTAMP = 1632664574 +SHA256 (rubygem/spreadsheet-1.3.0.gem) = e93cd797106422205465868017c43a751cfc9f4f9c21159df3194c9ecc7590b6 +SIZE (rubygem/spreadsheet-1.3.0.gem) = 366080 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F6ED668F02; Mon, 27 Sep 2021 16:01:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nL0gCYz3nDn; Mon, 27 Sep 2021 16:01:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67D8F13EB9; Mon, 27 Sep 2021 16:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG145v044270; Mon, 27 Sep 2021 16:01:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG14a7044269; Mon, 27 Sep 2021 16:01:04 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:04 GMT Message-Id: <202109271601.18RG14a7044269@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 57915711a256 - main - math/p5-Math-GMP: Update to 2.22 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 57915711a256e8536d99c29a5dc7bbf2f162893c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:13 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=57915711a256e8536d99c29a5dc7bbf2f162893c commit 57915711a256e8536d99c29a5dc7bbf2f162893c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:24 +0000 math/p5-Math-GMP: Update to 2.22 Changes: https://metacpan.org/dist/Math-GMP/changes --- math/p5-Math-GMP/Makefile | 2 +- math/p5-Math-GMP/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 1dc2acf8d3d8..8c19cf8833d7 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -1,7 +1,7 @@ # Created by: will PORTNAME= Math-GMP -PORTVERSION= 2.21 +PORTVERSION= 2.22 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-GMP/distinfo b/math/p5-Math-GMP/distinfo index f9df7a8efee4..b789c127ed63 100644 --- a/math/p5-Math-GMP/distinfo +++ b/math/p5-Math-GMP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227656 -SHA256 (Math-GMP-2.21.tar.gz) = e0501223cd853adb13a1510bda22158b84db11b8441e63ad57c0e67f08af9f49 -SIZE (Math-GMP-2.21.tar.gz) = 35247 +TIMESTAMP = 1632664536 +SHA256 (Math-GMP-2.22.tar.gz) = 90d3403940c6636dd09a6ba1f18020b89d1e8882c65fab2cc53ba61222755f70 +SIZE (Math-GMP-2.22.tar.gz) = 33615 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAA73668D55; Mon, 27 Sep 2021 16:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nN2QJ8z3mxZ; Mon, 27 Sep 2021 16:01:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7E3914185; Mon, 27 Sep 2021 16:01:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG16e8044324; Mon, 27 Sep 2021 16:01:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG16Qk044323; Mon, 27 Sep 2021 16:01:06 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:06 GMT Message-Id: <202109271601.18RG16Qk044323@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 023fa7d63a4b - main - security/p5-Crypt-OpenSSL-Random: Cosmetic change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 023fa7d63a4b5de858350dc5307acc82a891cb3a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=023fa7d63a4b5de858350dc5307acc82a891cb3a commit 023fa7d63a4b5de858350dc5307acc82a891cb3a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:43:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:24 +0000 security/p5-Crypt-OpenSSL-Random: Cosmetic change --- security/p5-Crypt-OpenSSL-Random/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index b6d424a69d3d..82ca7abc9665 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -16,10 +16,11 @@ LICENSE_FILE_ART10= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Crypt-OpenSSL-Guess>=0.11:security/p5-Crypt-OpenSSL-Guess -MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} USES= perl5 ssl USE_PERL5= configure +MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/Random/Random.so From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 464876689EE; Mon, 27 Sep 2021 16:01:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nf5JNmz3n9K; Mon, 27 Sep 2021 16:01:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C5DAB13EBF; Mon, 27 Sep 2021 16:01:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1GpV046926; Mon, 27 Sep 2021 16:01:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1GrG046925; Mon, 27 Sep 2021 16:01:16 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:16 GMT Message-Id: <202109271601.18RG1GrG046925@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 463eeeb4e643 - main - textproc/py-humanfriendly: Update to 10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 463eeeb4e64363d07e8820f40cc4f871e2ddf485 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=463eeeb4e64363d07e8820f40cc4f871e2ddf485 commit 463eeeb4e64363d07e8820f40cc4f871e2ddf485 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:27 +0000 textproc/py-humanfriendly: Update to 10.0 Changes: https://github.com/xolox/python-humanfriendly/blob/master/CHANGELOG.rst https://humanfriendly.readthedocs.io/en/latest/changelog.html --- textproc/py-humanfriendly/Makefile | 2 +- textproc/py-humanfriendly/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-humanfriendly/Makefile b/textproc/py-humanfriendly/Makefile index 38a64dc9e288..fc94bc02d85e 100644 --- a/textproc/py-humanfriendly/Makefile +++ b/textproc/py-humanfriendly/Makefile @@ -1,5 +1,5 @@ PORTNAME= humanfriendly -PORTVERSION= 9.2 +PORTVERSION= 10.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-humanfriendly/distinfo b/textproc/py-humanfriendly/distinfo index 99520c100949..5f759f49518d 100644 --- a/textproc/py-humanfriendly/distinfo +++ b/textproc/py-humanfriendly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624726378 -SHA256 (humanfriendly-9.2.tar.gz) = f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18ff9c48 -SIZE (humanfriendly-9.2.tar.gz) = 360080 +TIMESTAMP = 1632664554 +SHA256 (humanfriendly-10.0.tar.gz) = 6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc +SIZE (humanfriendly-10.0.tar.gz) = 360702 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49064668DAB; Mon, 27 Sep 2021 16:01:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nf612sz3nMk; Mon, 27 Sep 2021 16:01:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 274C813EC0; Mon, 27 Sep 2021 16:01:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1IS4046980; Mon, 27 Sep 2021 16:01:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1I5g046979; Mon, 27 Sep 2021 16:01:18 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:18 GMT Message-Id: <202109271601.18RG1I5g046979@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 23bf7f48e199 - main - devel/rubygem-inspec-core: Update to 4.41.20 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 23bf7f48e199c267b58369b5cdccbd17976a57e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=23bf7f48e199c267b58369b5cdccbd17976a57e2 commit 23bf7f48e199c267b58369b5cdccbd17976a57e2 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:27 +0000 devel/rubygem-inspec-core: Update to 4.41.20 Changes: https://github.com/inspec/inspec/releases https://github.com/inspec/inspec/blob/main/CHANGELOG.md --- devel/rubygem-inspec-core/Makefile | 2 +- devel/rubygem-inspec-core/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-inspec-core/Makefile b/devel/rubygem-inspec-core/Makefile index 7080fe218d62..0dec92c3fe2c 100644 --- a/devel/rubygem-inspec-core/Makefile +++ b/devel/rubygem-inspec-core/Makefile @@ -1,7 +1,7 @@ # Created by: Matthias Fechner PORTNAME= inspec-core -PORTVERSION= 4.38.9 +PORTVERSION= 4.41.20 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-inspec-core/distinfo b/devel/rubygem-inspec-core/distinfo index 8bcce3065dfd..a612d177d113 100644 --- a/devel/rubygem-inspec-core/distinfo +++ b/devel/rubygem-inspec-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628427970 -SHA256 (rubygem/inspec-core-4.38.9.gem) = d4b7f62ba96df66148f0f8ba07a78a2179de7ec0c6e830460f455a93890e940b -SIZE (rubygem/inspec-core-4.38.9.gem) = 373760 +TIMESTAMP = 1632664558 +SHA256 (rubygem/inspec-core-4.41.20.gem) = 81e48fbf755fe59842968af88225e851257b6aaf77afc63328e65b2ac23ee428 +SIZE (rubygem/inspec-core-4.41.20.gem) = 375808 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90022668E98; Mon, 27 Sep 2021 16:01:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6ng4HxYz3nFp; Mon, 27 Sep 2021 16:01:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A09D13B5C; Mon, 27 Sep 2021 16:01:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1LgN047028; Mon, 27 Sep 2021 16:01:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1LgM047027; Mon, 27 Sep 2021 16:01:21 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:21 GMT Message-Id: <202109271601.18RG1LgM047027@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a47a046c9479 - main - net/rubygem-http_parser.rb: Update to 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a47a046c947987e0127bb0478079ce0fe0c16d69 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a47a046c947987e0127bb0478079ce0fe0c16d69 commit a47a046c947987e0127bb0478079ce0fe0c16d69 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:28 +0000 net/rubygem-http_parser.rb: Update to 0.8.0 Changes: https://github.com/tmm1/http_parser.rb/commits/master --- net/rubygem-http_parser.rb/Makefile | 2 +- net/rubygem-http_parser.rb/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rubygem-http_parser.rb/Makefile b/net/rubygem-http_parser.rb/Makefile index b0e7cf404079..e373a4c50f97 100644 --- a/net/rubygem-http_parser.rb/Makefile +++ b/net/rubygem-http_parser.rb/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= http_parser.rb -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-http_parser.rb/distinfo b/net/rubygem-http_parser.rb/distinfo index 59820ba03028..68f75279b534 100644 --- a/net/rubygem-http_parser.rb/distinfo +++ b/net/rubygem-http_parser.rb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626383216 -SHA256 (rubygem/http_parser.rb-0.7.0.gem) = 176ab661633ed25a11a415a745cd82957eaa6eed414aec3327809ae848300af6 -SIZE (rubygem/http_parser.rb-0.7.0.gem) = 194560 +TIMESTAMP = 1632664562 +SHA256 (rubygem/http_parser.rb-0.8.0.gem) = 5a0932f1fa82ce08a8516a2685d5a86031c000560f89946913c555a0697544be +SIZE (rubygem/http_parser.rb-0.8.0.gem) = 195072 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE783668CEE; Mon, 27 Sep 2021 16:01:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6np38KMz3nN7; Mon, 27 Sep 2021 16:01:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1ABC01420A; Mon, 27 Sep 2021 16:01:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1QTx047154; Mon, 27 Sep 2021 16:01:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1Q7L047153; Mon, 27 Sep 2021 16:01:26 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:26 GMT Message-Id: <202109271601.18RG1Q7L047153@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a6f947725ccb - main - sysutils/rubygem-chef: Update to 16.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a6f947725ccbfd09537c15bcb50806caff965991 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6f947725ccbfd09537c15bcb50806caff965991 commit a6f947725ccbfd09537c15bcb50806caff965991 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:45:06 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:29 +0000 sysutils/rubygem-chef: Update to 16.14.1 Changes: https://docs.chef.io/release_notes_client/ --- sysutils/rubygem-chef/Makefile | 2 +- sysutils/rubygem-chef/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index 58ec471b587d..e0cf360b1170 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -1,7 +1,7 @@ # Created by: Renaud Chaput PORTNAME= chef -PORTVERSION= 16.13.16 +PORTVERSION= 16.14.1 CATEGORIES= sysutils MASTER_SITES= RG diff --git a/sysutils/rubygem-chef/distinfo b/sysutils/rubygem-chef/distinfo index 1f70b14f688b..d436c4b5b11c 100644 --- a/sysutils/rubygem-chef/distinfo +++ b/sysutils/rubygem-chef/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405527 -SHA256 (rubygem/chef-16.13.16.gem) = cc38c2f8b64fc7f37cf5e8ee18bb20a084f8fe0507d3c443f2c7c2cfd86919ab -SIZE (rubygem/chef-16.13.16.gem) = 1902592 +TIMESTAMP = 1632664572 +SHA256 (rubygem/chef-16.14.1.gem) = 69c7dc797aaa094b89336b676e878e168574727bdde4ac1028d51ae2dd0ef4f7 +SIZE (rubygem/chef-16.14.1.gem) = 1902592 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F65B668B1C; Mon, 27 Sep 2021 16:01:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6np37ktz3nCY; Mon, 27 Sep 2021 16:01:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F32E213FA5; Mon, 27 Sep 2021 16:01:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1P0H047130; Mon, 27 Sep 2021 16:01:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1P2k047129; Mon, 27 Sep 2021 16:01:25 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:25 GMT Message-Id: <202109271601.18RG1P2k047129@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 33f46b525fdb - main - sysutils/rubygem-bundler: Update to 2.2.28 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 33f46b525fdb303b77f81ba5b1ad5d99ea73281a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=33f46b525fdb303b77f81ba5b1ad5d99ea73281a commit 33f46b525fdb303b77f81ba5b1ad5d99ea73281a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:29 +0000 sysutils/rubygem-bundler: Update to 2.2.28 Changes: https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md --- sysutils/rubygem-bundler/Makefile | 2 +- sysutils/rubygem-bundler/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-bundler/Makefile b/sysutils/rubygem-bundler/Makefile index 69f8a605e7bb..412b1a39f776 100644 --- a/sysutils/rubygem-bundler/Makefile +++ b/sysutils/rubygem-bundler/Makefile @@ -1,7 +1,7 @@ # Created by: Robert Gogolok PORTNAME= bundler -PORTVERSION= 2.2.27 +PORTVERSION= 2.2.28 PORTEPOCH= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-bundler/distinfo b/sysutils/rubygem-bundler/distinfo index ee950efbc8e2..640c8a807694 100644 --- a/sysutils/rubygem-bundler/distinfo +++ b/sysutils/rubygem-bundler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227712 -SHA256 (rubygem/bundler-2.2.27.gem) = 21d85c47937496b08b021df716b4eaa81e2223a04e8eba92ee9e767b9e1b3ed8 -SIZE (rubygem/bundler-2.2.27.gem) = 391680 +TIMESTAMP = 1632664570 +SHA256 (rubygem/bundler-2.2.28.gem) = ae9022e6a845dc822635bd8884ea91a8f4c454cbff8ee7bc3114391a8525afe7 +SIZE (rubygem/bundler-2.2.28.gem) = 392192 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7331D668DBD; Mon, 27 Sep 2021 16:01:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nq0KXdz3nSx; Mon, 27 Sep 2021 16:01:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50F2413EC8; Mon, 27 Sep 2021 16:01:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1Tg2047202; Mon, 27 Sep 2021 16:01:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1TGT047201; Mon, 27 Sep 2021 16:01:29 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:29 GMT Message-Id: <202109271601.18RG1TGT047201@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f256db7c994a - main - devel/gitaly: Fix Gemfile for rubygem-activesupport61 6.1.4.1 update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f256db7c994a5a0bf6ca28a901c1d2852211a81b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:37 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f256db7c994a5a0bf6ca28a901c1d2852211a81b commit f256db7c994a5a0bf6ca28a901c1d2852211a81b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:45:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:29 +0000 devel/gitaly: Fix Gemfile for rubygem-activesupport61 6.1.4.1 update - Bump PORTREVISION for package change --- devel/gitaly/Makefile | 2 +- devel/gitaly/files/patch-ruby_Gemfile | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index 8f793ffd6269..fa3c993d856b 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitaly DISTVERSION= 14.3.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/gitaly/files/patch-ruby_Gemfile b/devel/gitaly/files/patch-ruby_Gemfile index 2e700525ffc0..5cd62893b24e 100644 --- a/devel/gitaly/files/patch-ruby_Gemfile +++ b/devel/gitaly/files/patch-ruby_Gemfile @@ -1,6 +1,11 @@ ---- ruby/Gemfile.orig 2021-08-31 13:54:28 UTC +--- ruby/Gemfile.orig 2021-09-21 10:03:53 UTC +++ ruby/Gemfile -@@ -7,27 +7,16 @@ gem 'activesupport', '~> 6.1.3.2' +@@ -3,31 +3,20 @@ source 'https://rubygems.org' + gem 'rugged', '~> 1.1' + gem 'github-linguist', '~> 7.12', require: 'linguist' + gem 'gitlab-markup', '~> 1.7.1' +-gem 'activesupport', '~> 6.1.3.2' ++gem 'activesupport', '>= 6.1.3.2', '< 6.2' gem 'rdoc', '~> 6.0' gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBC58668E19; Mon, 27 Sep 2021 16:01:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nr2yBWz3nWV; Mon, 27 Sep 2021 16:01:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 829FA1420B; Mon, 27 Sep 2021 16:01:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1U04047232; Mon, 27 Sep 2021 16:01:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1UJq047231; Mon, 27 Sep 2021 16:01:30 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:30 GMT Message-Id: <202109271601.18RG1UJq047231@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5193d2209644 - main - devel/py-billiard: Add NO_ARCH MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5193d220964447d5da4b95b48c6122ee822f8268 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5193d220964447d5da4b95b48c6122ee822f8268 commit 5193d220964447d5da4b95b48c6122ee822f8268 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:45:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:30 +0000 devel/py-billiard: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-billiard/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-billiard/Makefile b/devel/py-billiard/Makefile index 4bbfbeebdc3a..aa18555e1a13 100644 --- a/devel/py-billiard/Makefile +++ b/devel/py-billiard/Makefile @@ -14,4 +14,6 @@ LICENSE= BSD3CLAUSE USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7DCA4668F17; Mon, 27 Sep 2021 16:01:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nt74lSz3nCr; Mon, 27 Sep 2021 16:01:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C451214094; Mon, 27 Sep 2021 16:01:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1WPS047280; Mon, 27 Sep 2021 16:01:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1WtI047279; Mon, 27 Sep 2021 16:01:32 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:32 GMT Message-Id: <202109271601.18RG1WtI047279@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c59be564611c - main - sysutils/rubygem-fluentd: Fix gemspec for rubygem-http_parser.rb 0.9.0 update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c59be564611c45e48351155e62ad23134407a6e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c59be564611c45e48351155e62ad23134407a6e5 commit c59be564611c45e48351155e62ad23134407a6e5 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:45:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:30 +0000 sysutils/rubygem-fluentd: Fix gemspec for rubygem-http_parser.rb 0.9.0 update - Bump PORTREVISION for package change --- sysutils/rubygem-fluentd/Makefile | 3 ++- sysutils/rubygem-fluentd/files/patch-gemspec | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/sysutils/rubygem-fluentd/Makefile b/sysutils/rubygem-fluentd/Makefile index c9c33bfe54bd..d39c98bd5350 100644 --- a/sysutils/rubygem-fluentd/Makefile +++ b/sysutils/rubygem-fluentd/Makefile @@ -1,5 +1,6 @@ PORTNAME= fluentd PORTVERSION= 1.13.3 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ LICENSE= APACHE20 RUN_DEPENDS= \ rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-cool.io>=1.4.5<2.0.0:devel/rubygem-cool.io \ - rubygem-http_parser.rb>=0.5.1<0.8.0:net/rubygem-http_parser.rb \ + rubygem-http_parser.rb>=0.5.1<0.9.0:net/rubygem-http_parser.rb \ rubygem-msgpack>=1.3.1<2.0.0:devel/rubygem-msgpack \ rubygem-serverengine>=2.2.2<3.0.0:net/rubygem-serverengine \ rubygem-sigdump>=0.2.2<0.3:devel/rubygem-sigdump \ diff --git a/sysutils/rubygem-fluentd/files/patch-gemspec b/sysutils/rubygem-fluentd/files/patch-gemspec new file mode 100644 index 000000000000..aff3f37871dd --- /dev/null +++ b/sysutils/rubygem-fluentd/files/patch-gemspec @@ -0,0 +1,11 @@ +--- fluentd.gemspec.orig 2021-09-26 15:36:14 UTC ++++ fluentd.gemspec +@@ -29,7 +29,7 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) + s.add_runtime_dependency(%q.freeze, [">= 1.4.5", "< 2.0.0"]) + s.add_runtime_dependency(%q.freeze, [">= 2.2.2", "< 3.0.0"]) +- s.add_runtime_dependency(%q.freeze, [">= 0.5.1", "< 0.8.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 0.5.1", "< 0.9.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.2.2"]) + s.add_runtime_dependency(%q.freeze, [">= 1.0", "< 3.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:01:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4223D6689F7; Mon, 27 Sep 2021 16:01:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ6nr3d8Yz3nKp; Mon, 27 Sep 2021 16:01:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A730A14093; Mon, 27 Sep 2021 16:01:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1VtB047256; Mon, 27 Sep 2021 16:01:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1VoP047255; Mon, 27 Sep 2021 16:01:31 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:31 GMT Message-Id: <202109271601.18RG1VoP047255@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5cd7577ec006 - main - sysutils/py-azure-cli-core: Fix build with py-humanfriendly 10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5cd7577ec006318a5e9b9184b22ae60c8a1972a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:01:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cd7577ec006318a5e9b9184b22ae60c8a1972a7 commit 5cd7577ec006318a5e9b9184b22ae60c8a1972a7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:45:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:30 +0000 sysutils/py-azure-cli-core: Fix build with py-humanfriendly 10.0 - Bump PORTREVISION for package change --- sysutils/py-azure-cli-core/Makefile | 3 ++- sysutils/py-azure-cli-core/files/patch-setup.py | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/sysutils/py-azure-cli-core/Makefile b/sysutils/py-azure-cli-core/Makefile index 2e07b85775f7..4e7124d22046 100644 --- a/sysutils/py-azure-cli-core/Makefile +++ b/sysutils/py-azure-cli-core/Makefile @@ -1,5 +1,6 @@ PORTNAME= azure-cli-core PORTVERSION= 2.28.0 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adal>=1.2.7:net-mgmt/py-adal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-telemetry>=1.0.6:sysutils/py-azure-cli-telemetry@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.1:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}humanfriendly>=4.7<10.0:textproc/py-humanfriendly@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}humanfriendly>=4.7<11.0:textproc/py-humanfriendly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}knack>=0.8.2:devel/py-knack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msal>=1.10.0<2.0.0:devel/py-msal@${PY_FLAVOR} \ diff --git a/sysutils/py-azure-cli-core/files/patch-setup.py b/sysutils/py-azure-cli-core/files/patch-setup.py new file mode 100644 index 000000000000..1b946ddcdf6e --- /dev/null +++ b/sysutils/py-azure-cli-core/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-09-03 06:33:24 UTC ++++ setup.py +@@ -49,7 +49,7 @@ DEPENDENCIES = [ + 'azure-common~=1.1', + 'azure-mgmt-core>=1.2.0,<1.3.0', # the preview version of azure-mgmt-core is 1.3.0b1, it cannot fit azure-core >=1.14.0 + 'cryptography>=3.2,<3.4', +- 'humanfriendly>=4.7,<10.0', ++ 'humanfriendly>=4.7,<11.0', + 'jmespath', + 'knack~=0.8.2', + 'msal>=1.10.0,<2.0.0', From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:11:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CAD5266A7E0; Mon, 27 Sep 2021 16:11:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ7114vW0z3r1S; Mon, 27 Sep 2021 16:11:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C8C71410F; Mon, 27 Sep 2021 16:01:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RG1MHv047052; Mon, 27 Sep 2021 16:01:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RG1Mqa047051; Mon, 27 Sep 2021 16:01:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:01:22 GMT Message-Id: <202109271601.18RG1Mqa047051@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: eec663d8ccf5 - main - security/rubygem-doorkeeper: Update to 5.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eec663d8ccf545ecc4f99f474b24ed87783253a9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:11:17 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eec663d8ccf545ecc4f99f474b24ed87783253a9 commit eec663d8ccf545ecc4f99f474b24ed87783253a9 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:44:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:56:28 +0000 security/rubygem-doorkeeper: Update to 5.5.3 Changes: https://github.com/doorkeeper-gem/doorkeeper/releases --- security/rubygem-doorkeeper/Makefile | 2 +- security/rubygem-doorkeeper/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/rubygem-doorkeeper/Makefile b/security/rubygem-doorkeeper/Makefile index bda31a33e8a1..c86be476fad6 100644 --- a/security/rubygem-doorkeeper/Makefile +++ b/security/rubygem-doorkeeper/Makefile @@ -1,5 +1,5 @@ PORTNAME= doorkeeper -PORTVERSION= 5.5.2 +PORTVERSION= 5.5.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-doorkeeper/distinfo b/security/rubygem-doorkeeper/distinfo index 0c54a7336858..4e8e4977f6bd 100644 --- a/security/rubygem-doorkeeper/distinfo +++ b/security/rubygem-doorkeeper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626542080 -SHA256 (rubygem/doorkeeper-5.5.2.gem) = 297c4b64024518bdc30bfadb04a85d47a3e388bc43330fd28fde17e3d769dcc2 -SIZE (rubygem/doorkeeper-5.5.2.gem) = 101888 +TIMESTAMP = 1632664564 +SHA256 (rubygem/doorkeeper-5.5.3.gem) = 27e1c9e7b7a50944c522d10b4c50776102073b63949642f3bc7af325068b46df +SIZE (rubygem/doorkeeper-5.5.3.gem) = 101888 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:23:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 062ED66B3C4; Mon, 27 Sep 2021 16:23:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ7HQ6p5bz3sG2; Mon, 27 Sep 2021 16:23:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8FED13FEF; Mon, 27 Sep 2021 16:23:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RGNkWW074168; Mon, 27 Sep 2021 16:23:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RGNk86074167; Mon, 27 Sep 2021 16:23:46 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:23:46 GMT Message-Id: <202109271623.18RGNk86074167@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 1d98fa2884c9 - main - sysutils/monit: Add $PREFIX to monitrc.sample MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1d98fa2884c9b43ecdd2c5b640b191cb803a406a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:23:47 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d98fa2884c9b43ecdd2c5b640b191cb803a406a commit 1d98fa2884c9b43ecdd2c5b640b191cb803a406a Author: Jose Luis Duran AuthorDate: 2021-09-27 16:18:31 +0000 Commit: Rainer Hurling CommitDate: 2021-09-27 16:18:31 +0000 sysutils/monit: Add $PREFIX to monitrc.sample PR: 258725 Approved by: Martin Pala (maintainer) --- sysutils/monit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 7c35cdc9290f..f450065a7728 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -2,6 +2,7 @@ PORTNAME= monit DISTVERSION= 5.29.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://mmonit.com/monit/dist/ @@ -34,6 +35,9 @@ SSL_CONFIGURE_OFF= --without-ssl post-install: ${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample + @${REINPLACE_CMD} -i '' -e \ + "s|include /etc/monit.d|include ${PREFIX}/etc/monit.d|" \ + ${STAGEDIR}${PREFIX}/etc/monitrc.sample ${INSTALL} -d ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${STAGEDIR}${DOCSDIR} From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:26:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D1D266B03B; Mon, 27 Sep 2021 16:26:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ7Lm1h8gz3s8M; Mon, 27 Sep 2021 16:26:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1951013FF0; Mon, 27 Sep 2021 16:26:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RGQelc074527; Mon, 27 Sep 2021 16:26:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RGQeYp074526; Mon, 27 Sep 2021 16:26:40 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:26:40 GMT Message-Id: <202109271626.18RGQeYp074526@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 5f2826549850 - main - databases/mongodb42: Update to 4.2.17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5f2826549850e5221f7e0eb93a05a0f3bde65275 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:26:40 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f2826549850e5221f7e0eb93a05a0f3bde65275 commit 5f2826549850e5221f7e0eb93a05a0f3bde65275 Author: Ronald Klop AuthorDate: 2021-09-27 16:24:41 +0000 Commit: Neel Chauhan CommitDate: 2021-09-27 16:24:41 +0000 databases/mongodb42: Update to 4.2.17 PR: 258743 --- databases/mongodb42/Makefile | 3 +-- databases/mongodb42/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/databases/mongodb42/Makefile b/databases/mongodb42/Makefile index e2a5d99ea132..472210ec4353 100644 --- a/databases/mongodb42/Makefile +++ b/databases/mongodb42/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.2.16 +DISTVERSION= 4.2.17 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -31,7 +31,6 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix USE_RC_SUBR= mongod -CONFLICTS_BUILD= mongo-cxx-driver CONFLICTS_INSTALL= mongodb36 mongodb4[04] mongodb50 OPTIONS_DEFINE= LTO SASL SSL diff --git a/databases/mongodb42/distinfo b/databases/mongodb42/distinfo index 6ea9c771935b..b793bea07a60 100644 --- a/databases/mongodb42/distinfo +++ b/databases/mongodb42/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631386367 -SHA256 (mongodb-src-r4.2.16.tar.gz) = d7509aea31b3df2c9e1c3aa4b0ad4aa752f6bdab7fd4efadd4d0291377977bca -SIZE (mongodb-src-r4.2.16.tar.gz) = 62206525 +TIMESTAMP = 1632392379 +SHA256 (mongodb-src-r4.2.17.tar.gz) = e329ef22656337aef855d0ff6c9e79572fc8ace94c37c8996f63c0871c1bbf50 +SIZE (mongodb-src-r4.2.17.tar.gz) = 62216350 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:26:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85A2F66B078; Mon, 27 Sep 2021 16:26:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ7Ln2pprz3sJb; Mon, 27 Sep 2021 16:26:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3832214606; Mon, 27 Sep 2021 16:26:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RGQfCe074554; Mon, 27 Sep 2021 16:26:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RGQfp5074553; Mon, 27 Sep 2021 16:26:41 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:26:41 GMT Message-Id: <202109271626.18RGQfp5074553@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 0b86d686ac8d - main - databases/mongodb42-tools: update to 4.2.17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0b86d686ac8d7ac9359a12999db5e670875c964b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:26:41 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b86d686ac8d7ac9359a12999db5e670875c964b commit 0b86d686ac8d7ac9359a12999db5e670875c964b Author: Ronald Klop AuthorDate: 2021-09-27 16:25:16 +0000 Commit: Neel Chauhan CommitDate: 2021-09-27 16:25:16 +0000 databases/mongodb42-tools: update to 4.2.17 PR: 258748 --- databases/mongodb42-tools/Makefile | 2 +- databases/mongodb42-tools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/mongodb42-tools/Makefile b/databases/mongodb42-tools/Makefile index 5cb9db7f6aa6..199326181105 100644 --- a/databases/mongodb42-tools/Makefile +++ b/databases/mongodb42-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb42-tools DISTVERSIONPREFIX= r -DISTVERSION= 4.2.16 +DISTVERSION= 4.2.17 CATEGORIES= databases MAINTAINER= ronald-lists@klop.ws diff --git a/databases/mongodb42-tools/distinfo b/databases/mongodb42-tools/distinfo index 3bf87f26c2bb..280fa750118f 100644 --- a/databases/mongodb42-tools/distinfo +++ b/databases/mongodb42-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631274037 -SHA256 (mongodb-mongo-tools-r4.2.16_GH0.tar.gz) = 171499dfb43e1667b459cbdb21f2c3d54a91dea9b7eb7f8ecdfe70f1aad59916 -SIZE (mongodb-mongo-tools-r4.2.16_GH0.tar.gz) = 15028673 +TIMESTAMP = 1632392434 +SHA256 (mongodb-mongo-tools-r4.2.17_GH0.tar.gz) = ea7e620f9c445bb70f078910b43819756f6a718abd6d69561b3a62e766faab71 +SIZE (mongodb-mongo-tools-r4.2.17_GH0.tar.gz) = 15028859 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 16:52:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66EFE66BCF0; Mon, 27 Sep 2021 16:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ7wx2Jvqz3tkg; Mon, 27 Sep 2021 16:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24AAE14C1D; Mon, 27 Sep 2021 16:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RGqnhC014158; Mon, 27 Sep 2021 16:52:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RGqne2014157; Mon, 27 Sep 2021 16:52:49 GMT (envelope-from git) Date: Mon, 27 Sep 2021 16:52:49 GMT Message-Id: <202109271652.18RGqne2014157@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jesper Schmitz Mouridsen Subject: git: 0e258aed2fc7 - main - editors/featherpad: Update to 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jsm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0e258aed2fc78d2fdd847ee2ff8568b944533e1c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:52:49 -0000 The branch main has been updated by jsm: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e258aed2fc78d2fdd847ee2ff8568b944533e1c commit 0e258aed2fc78d2fdd847ee2ff8568b944533e1c Author: Jesper Schmitz Mouridsen AuthorDate: 2021-09-27 16:51:14 +0000 Commit: Jesper Schmitz Mouridsen CommitDate: 2021-09-27 16:51:14 +0000 editors/featherpad: Update to 1.0.0 --- editors/featherpad/Makefile | 3 +-- editors/featherpad/distinfo | 6 +++--- editors/featherpad/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile index 47b211e0c756..da56cc24ab4c 100644 --- a/editors/featherpad/Makefile +++ b/editors/featherpad/Makefile @@ -1,9 +1,8 @@ # Created by: Olivier Duchateau PORTNAME= featherpad -PORTVERSION= 0.18.0 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= V -PORTREVISION= 1 CATEGORIES= editors MAINTAINER= jsm@FreeBSD.org diff --git a/editors/featherpad/distinfo b/editors/featherpad/distinfo index e84308744341..f976558f12a9 100644 --- a/editors/featherpad/distinfo +++ b/editors/featherpad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618815052 -SHA256 (tsujan-FeatherPad-V0.18.0_GH0.tar.gz) = aca3b2b0ff695cc5cfbd2546cf9e82f0faac00db165634fd2ceed609c39a9921 -SIZE (tsujan-FeatherPad-V0.18.0_GH0.tar.gz) = 967643 +TIMESTAMP = 1632757871 +SHA256 (tsujan-FeatherPad-V1.0.0_GH0.tar.gz) = ad9f090241053aeafd3238cf8d2e175de1a49988c620ad9629b2557cb8a9d5df +SIZE (tsujan-FeatherPad-V1.0.0_GH0.tar.gz) = 1010200 diff --git a/editors/featherpad/pkg-plist b/editors/featherpad/pkg-plist index 90de565e4c8f..1c1fd86b7ce7 100644 --- a/editors/featherpad/pkg-plist +++ b/editors/featherpad/pkg-plist @@ -13,6 +13,7 @@ share/applications/featherpad.desktop %%DATADIR%%/translations/featherpad_el.qm %%DATADIR%%/translations/featherpad_eo.qm %%DATADIR%%/translations/featherpad_es.qm +%%DATADIR%%/translations/featherpad_et.qm %%DATADIR%%/translations/featherpad_fa.qm %%DATADIR%%/translations/featherpad_fi.qm %%DATADIR%%/translations/featherpad_fr.qm @@ -32,6 +33,8 @@ share/applications/featherpad.desktop %%DATADIR%%/translations/featherpad_si.qm %%DATADIR%%/translations/featherpad_sk_SK.qm %%DATADIR%%/translations/featherpad_tr.qm +%%DATADIR%%/translations/featherpad_uk.qm %%DATADIR%%/translations/featherpad_zh_CN.qm %%DATADIR%%/translations/featherpad_zh_TW.qm share/icons/hicolor/scalable/apps/featherpad.svg +share/metainfo/featherpad.metainfo.xml From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:09:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35C1D66B975; Mon, 27 Sep 2021 17:09:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8J60lLHz3vP0; Mon, 27 Sep 2021 17:09:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDC0E14AE5; Mon, 27 Sep 2021 17:09:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RH9Po0028385; Mon, 27 Sep 2021 17:09:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RH9PlC028384; Mon, 27 Sep 2021 17:09:25 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:09:25 GMT Message-Id: <202109271709.18RH9PlC028384@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: b500f4e0fd56 - main - x11/lavalauncher: unbreak build with librsvg >= 2.52 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b500f4e0fd5602b66b48738f04b72834460ce1f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:09:26 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b500f4e0fd5602b66b48738f04b72834460ce1f6 commit b500f4e0fd5602b66b48738f04b72834460ce1f6 Author: Jan Beich AuthorDate: 2021-09-27 16:21:18 +0000 Commit: Jan Beich CommitDate: 2021-09-27 17:09:05 +0000 x11/lavalauncher: unbreak build with librsvg >= 2.52 src/types/image_t.c:214:4: error: 'rsvg_handle_render_cairo' is deprecated: Use 'rsvg_handle_render_document' instead [-Werror,-Wdeprecated-declarations] rsvg_handle_render_cairo(image->rsvg_handle, cairo); ^ /usr/local/include/librsvg-2.0/librsvg/rsvg-cairo.h:94:1: note: 'rsvg_handle_render_cairo' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_render_document) ^ /usr/local/include/librsvg-2.0/librsvg/rsvg.h:50:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' ^ /usr/local/include/glib-2.0/glib/gmacros.h:1112:44: note: expanded from macro 'G_DEPRECATED_FOR' ^ Reported by: antoine (via bug 258561 exp-run) --- x11/lavalauncher/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11/lavalauncher/Makefile b/x11/lavalauncher/Makefile index 3bd3a9f9db22..bf68202f4f27 100644 --- a/x11/lavalauncher/Makefile +++ b/x11/lavalauncher/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ USES= compiler:c11 gnome meson pkgconfig USE_GNOME= cairo PLIST_FILES= bin/${PORTNAME} +MESON_ARGS= -Dwerror=false # https://lists.sr.ht/~leon_plickat/lavalauncher/%3Cilyo-li28-wny%40FreeBSD.org%3E OPTIONS_DEFINE= EPOLL INOTIFY LIBRSVG2 MANPAGES OPTIONS_DEFAULT=EPOLL INOTIFY LIBRSVG2 MANPAGES From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:09:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83AFB66BF8B; Mon, 27 Sep 2021 17:09:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8J82xgkz3vXH; Mon, 27 Sep 2021 17:09:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44E0914C56; Mon, 27 Sep 2021 17:09:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RH9SYJ028433; Mon, 27 Sep 2021 17:09:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RH9SDY028432; Mon, 27 Sep 2021 17:09:28 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:09:28 GMT Message-Id: <202109271709.18RH9SDY028432@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: ea81c720a80b - main - graphics/vulkan-extension-layer: update to 1.2.193 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ea81c720a80b5871e77ebc9543dec96d9336905c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:09:28 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea81c720a80b5871e77ebc9543dec96d9336905c commit ea81c720a80b5871e77ebc9543dec96d9336905c Author: Jan Beich AuthorDate: 2021-09-23 14:57:34 +0000 Commit: Jan Beich CommitDate: 2021-09-27 17:09:05 +0000 graphics/vulkan-extension-layer: update to 1.2.193 Changes: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.2.191...v1.2.193 Reported by: portscout --- graphics/vulkan-extension-layer/Makefile | 2 +- graphics/vulkan-extension-layer/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index e55296f598e2..1ad783223cb0 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-extension-layer DISTVERSIONPREFIX= v -DISTVERSION= 1.2.191 +DISTVERSION= 1.2.193 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-extension-layer/distinfo b/graphics/vulkan-extension-layer/distinfo index 21ab753aa28e..e2fe2ac997a8 100644 --- a/graphics/vulkan-extension-layer/distinfo +++ b/graphics/vulkan-extension-layer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631337976 -SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.2.191_GH0.tar.gz) = 4e28b31d6f7da95360ffbf8a79ccdc4b2f49734609d351d0a7096f18cd6daafc -SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.2.191_GH0.tar.gz) = 438150 +TIMESTAMP = 1632409054 +SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.2.193_GH0.tar.gz) = d4a39081346410faf538e941a66404bad993912b84495a1b5ec111dd7d1201c3 +SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.2.193_GH0.tar.gz) = 438128 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:09:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81D3366BE96; Mon, 27 Sep 2021 17:09:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8J71lcwz3vP1; Mon, 27 Sep 2021 17:09:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1DD1514D6D; Mon, 27 Sep 2021 17:09:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RH9Rv8028409; Mon, 27 Sep 2021 17:09:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RH9Ria028408; Mon, 27 Sep 2021 17:09:27 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:09:27 GMT Message-Id: <202109271709.18RH9Ria028408@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 1a573917a4d5 - main - devel/glib20: update to 2.70.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1a573917a4d5a472697aa03674834a328ec83f0d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:09:27 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a573917a4d5a472697aa03674834a328ec83f0d commit 1a573917a4d5a472697aa03674834a328ec83f0d Author: Jan Beich AuthorDate: 2021-09-17 10:17:56 +0000 Commit: Jan Beich CommitDate: 2021-09-27 17:09:05 +0000 devel/glib20: update to 2.70.0 Changes: https://gitlab.gnome.org/GNOME/glib/-/blob/2.70.0/NEWS PR: 258598 Tested by: Evgeniy Khramtsov Approved by: tcberner --- devel/glib20/Makefile | 4 ++-- devel/glib20/distinfo | 6 +++--- devel/glib20/files/patch-glib_meson.build | 10 +++++----- devel/glib20/pkg-plist | 2 ++ 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index f497fd1c9d2b..62d08626ae72 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -1,7 +1,7 @@ # Created by: Vanilla I. Shu PORTNAME= glib -DISTVERSION= 2.68.4 +DISTVERSION= 2.70.0 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= GNOME @@ -33,7 +33,7 @@ BINARY_ALIAS= python3=${PYTHON_CMD} PORTSCOUT= limitw:1,even CPE_VENDOR= gnome -_LIBVERSION= 0.6800.4 +_LIBVERSION= 0.7000.0 PLIST_SUB= LIBVERSION=${_LIBVERSION} OPTIONS_DEFINE= DEBUG FAM_ALTBACKEND MANPAGES NLS diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index 20f655e839fc..4b649f9977f0 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629386845 -SHA256 (gnome/glib-2.68.4.tar.xz) = 62fd061d08a75492617e625a73e2c05e259f831acbb8e1f8b9c81f23f7993a3b -SIZE (gnome/glib-2.68.4.tar.xz) = 4945212 +TIMESTAMP = 1631873876 +SHA256 (gnome/glib-2.70.0.tar.xz) = 200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742 +SIZE (gnome/glib-2.70.0.tar.xz) = 4796812 diff --git a/devel/glib20/files/patch-glib_meson.build b/devel/glib20/files/patch-glib_meson.build index a8370e5de939..35d4a9fae9c3 100644 --- a/devel/glib20/files/patch-glib_meson.build +++ b/devel/glib20/files/patch-glib_meson.build @@ -1,11 +1,11 @@ ---- glib/meson.build.orig 2021-06-10 11:57:57.246194400 -0700 -+++ glib/meson.build 2021-07-17 12:05:52.342851000 -0700 -@@ -377,7 +377,7 @@ +--- glib/meson.build.orig 2021-09-17 10:17:56 UTC ++++ glib/meson.build +@@ -367,7 +367,7 @@ libglib = library('glib-2.0', # intl.lib is not compatible with SAFESEH link_args : [noseh_link_args, glib_link_flags, win32_ldflags], include_directories : configinc, -- dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep], -+ dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep] + libutil, +- dependencies : [pcre, thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep], ++ dependencies : [pcre, thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep] + libutil, c_args : glib_c_args, objc_args : glib_c_args, ) diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index a292150ea817..ac0d084c45cc 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -123,6 +123,7 @@ include/glib-2.0/gio/gpermission.h include/glib-2.0/gio/gpollableinputstream.h include/glib-2.0/gio/gpollableoutputstream.h include/glib-2.0/gio/gpollableutils.h +include/glib-2.0/gio/gpowerprofilemonitor.h include/glib-2.0/gio/gpropertyaction.h include/glib-2.0/gio/gproxy.h include/glib-2.0/gio/gproxyaddress.h @@ -211,6 +212,7 @@ include/glib-2.0/glib/gi18n.h include/glib-2.0/glib/giochannel.h include/glib-2.0/glib/gkeyfile.h include/glib-2.0/glib/glib-autocleanups.h +include/glib-2.0/glib/glib-typeof.h include/glib-2.0/glib/glist.h include/glib-2.0/glib/gmacros.h include/glib-2.0/glib/gmain.h From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:11:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A447366BDA1; Mon, 27 Sep 2021 17:11:11 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8L74Mxnz3vvx; Mon, 27 Sep 2021 17:11:11 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632762671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=u4vEoeaUCL0PyEhDPwdM0BFJzxFfMCj3u7+d07U4ba4=; b=MPUrseSXbHIAqVgq4sZYi94lkMlQXBJSSiVuenDPIJXE2s+Hq/Q/SXGhUxvyamvnfABlYF DctBbISolTKvlq/EiWRcTZW3UB8uahjqcWFLBQeXsf+H3Sj4DOqsqSv5g08MhwIqNYvdd2 OazqP0afyoOUTpaUwKplYWtLkMMWbnodmnvU34UG4LsskOWccEuVOlf3lrlapguH+M3O/F yhLf5ePSu+sVmfZKZamCdb1PrMQy2mw45tkqgHK5yvyg0s7BNadD3X9bxZWh74p3e7Zhd5 wtCWXDrtIhl9ywd7HOvQlY1iKyiCo9ilFZcPcrYKsQSK/rsw5aJH6iTC44iEmA== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 819B88B3D; Mon, 27 Sep 2021 17:11:11 +0000 (UTC) From: Jan Beich To: ports-committers@FreeBSD.org Cc: dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 1a573917a4d5 - main - devel/glib20: update to 2.70.0 References: <202109271709.18RH9Ria028408__17618.6895858095$1632762586$gmane$org@gitrepo.freebsd.org> Date: Mon, 27 Sep 2021 19:11:07 +0200 In-Reply-To: <202109271709.18RH9Ria028408__17618.6895858095$1632762586$gmane$org@gitrepo.freebsd.org> (Jan Beich's message of "Mon, 27 Sep 2021 17:09:27 GMT") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632762671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=u4vEoeaUCL0PyEhDPwdM0BFJzxFfMCj3u7+d07U4ba4=; b=ZGfjNOPXcRrwgESZJ4cSLBGVbeZw0SEuOl50N0+cAubq5GPfcJ8quZhYuDXGHcKLZMbqxD AjjTIFFzGIwlIuWOQthaIyDI0lQAsJIkgmhVQdTkudXCpvqcjCHPx9WYonHgl4gsTakn52 b3SC/9JchGJzYIo0Hu99rsKpLz936VoiCxn5ld/3RVbNV9yqsAZ9+Qsgm/AZjLE/kyt/fi oFBaoDZZ97zd2wKAQ6vQp4E7L6fblBx+oFjhM82Nn3B/bBRpvBCuInCH2m/or/sN1P+GaN wc2Yi+Bc0BZdMtP+f3quPfDpp4FCA8onBT1S467GWB3gzRDaVJxqvbXFlI9rHw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632762671; a=rsa-sha256; cv=none; b=tzj7nF5M/1D1j/CJ8UebnBEzpxrDkEOL0MXljTzDBxC0Cutgedfs2WW/mJJj91773a6fCf 0iHe7AIkg4E3vwbay7Ql00SE5DjrF8Y6f3QlTgstPGRx+C9AO2NfpcsCau3BofJCW5Z43f MtgK5O1MQ5O9pC6YTBzFxcrI4rYNCsHs3bQAF9GN96hX1AHN5bR4gDAE5rcCLxRe/eoYDR MQMsQf/SNdulyS/79TEw9yxVfWUbDf5OZTHM6KQjK+HRCxMopj7AwBgVAyL16Ul84KRRAp lOk6fQ/Rj9AwoPvHV6xd0xBywDtlj7sq8TGQi7gbdgGSY8U6a4Ei9b6rhBMeIQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:11:11 -0000 Jan Beich writes: > The branch main has been updated by jbeich: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=1a573917a4d5a472697aa03674834a328ec83f0d > > commit 1a573917a4d5a472697aa03674834a328ec83f0d > Author: Jan Beich > AuthorDate: 2021-09-17 10:17:56 +0000 > Commit: Jan Beich > CommitDate: 2021-09-27 17:09:05 +0000 > > devel/glib20: update to 2.70.0 > > Changes: https://gitlab.gnome.org/GNOME/glib/-/blob/2.70.0/NEWS > PR: 258598 > Tested by: Evgeniy Khramtsov > Approved by: tcberner Exp-run by: antoine From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:15:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1546F66C3B8; Mon, 27 Sep 2021 17:15:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8QZ07flz3w7j; Mon, 27 Sep 2021 17:15:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D696A15104; Mon, 27 Sep 2021 17:15:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RHF1gH042076; Mon, 27 Sep 2021 17:15:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RHF18h042075; Mon, 27 Sep 2021 17:15:01 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:15:01 GMT Message-Id: <202109271715.18RHF18h042075@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 2e7adbf64071 - main - net/storj: update Storj programs to version 1.39.5. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2e7adbf640715bcb298ff995c1b720c279312aa1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:15:02 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e7adbf640715bcb298ff995c1b720c279312aa1 commit 2e7adbf640715bcb298ff995c1b720c279312aa1 Author: Alexey Dokuchaev AuthorDate: 2021-09-27 17:14:46 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-27 17:14:46 +0000 net/storj: update Storj programs to version 1.39.5. Reported on: https://t.me/storjRU --- net/storj/Makefile | 5 +---- net/storj/Makefile.deps | 26 ++++++++++------------ net/storj/distinfo | 58 +++++++++++++++++++++---------------------------- 3 files changed, 37 insertions(+), 52 deletions(-) diff --git a/net/storj/Makefile b/net/storj/Makefile index 26db927a2cc0..86f0e602d804 100644 --- a/net/storj/Makefile +++ b/net/storj/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME= storj -PORTVERSION= 1.37.2 +PORTVERSION= 1.39.5 DISTVERSIONPREFIX= v CATEGORIES= net @@ -10,9 +10,6 @@ COMMENT= Decentralized cloud object storage LICENSE= AGPLv3 -DEPRECATED= Deprecated in favour of net/storj due to v3 rearchitecture -EXPIRATION_DATE=2021-12-31 - USES= go:modules USE_GITHUB= yes diff --git a/net/storj/Makefile.deps b/net/storj/Makefile.deps index 950ed196fa8c..2590574a6cde 100644 --- a/net/storj/Makefile.deps +++ b/net/storj/Makefile.deps @@ -8,7 +8,7 @@ GH_TUPLE= \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ boombuler:barcode:6c824513bacc:boombuler_barcode/vendor/github.com/boombuler/barcode \ btcsuite:btcutil:a53e38424cce:btcsuite_btcutil/vendor/github.com/btcsuite/btcutil \ - calebcase:tmpfile:v1.0.2:calebcase_tmpfile/vendor/github.com/calebcase/tmpfile \ + calebcase:tmpfile:v1.0.3:calebcase_tmpfile/vendor/github.com/calebcase/tmpfile \ census-instrumentation:opencensus-go:v0.22.2:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v2.1.1:cespare_xxhash/vendor/github.com/cespare/xxhash/v2 \ cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \ @@ -21,20 +21,20 @@ GH_TUPLE= \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-redis:redis:v8.7.1:go_redis_redis/vendor/github.com/go-redis/redis/v8 \ - go-rod:rod:v0.100.0:go_rod_rod/vendor/github.com/go-rod/rod \ go-task:slim-sprig:348f09dbbbc0:go_task_slim_sprig/vendor/github.com/go-task/slim-sprig \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_0/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:4f45737414dc:golang_crypto/vendor/golang.org/x/crypto \ + golang:crypto:32db794688a5:golang_crypto/vendor/golang.org/x/crypto \ golang:groupcache:215e87163ea7:golang_groupcache/vendor/github.com/golang/groupcache \ + golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \ golang:net:89ef3d95e781:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ - golang:sys:977fb7262007:golang_sys/vendor/golang.org/x/sys \ + golang:sys:f4d43177bf5e:golang_sys/vendor/golang.org/x/sys \ golang:term:7de9c90e9dd1:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ golang:time:3af7569d3a1e:golang_time/vendor/golang.org/x/time \ @@ -64,15 +64,14 @@ GH_TUPLE= \ jtolds:monkit-hw:141a0da276b3:jtolds_monkit_hw/vendor/github.com/jtolds/monkit-hw/v2 \ jtolds:tracetagger:v2.0.0-rc5:jtolds_tracetagger/vendor/github.com/jtolds/tracetagger/v2 \ loov:hrtime:v1.0.3:loov_hrtime/vendor/github.com/loov/hrtime \ - lucas-clemente:quic-go:v0.22.0:lucas_clemente_quic_go/vendor/github.com/lucas-clemente/quic-go \ + lucas-clemente:quic-go:v0.23.0:lucas_clemente_quic_go/vendor/github.com/lucas-clemente/quic-go \ magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \ - marten-seemann:qtls-go1-15:v0.1.5:marten_seemann_qtls_go1_15/vendor/github.com/marten-seemann/qtls-go1-15 \ marten-seemann:qtls-go1-16:v0.1.4:marten_seemann_qtls_go1_16/vendor/github.com/marten-seemann/qtls-go1-16 \ - marten-seemann:qtls-go1-17:v0.1.0-rc.1:marten_seemann_qtls_go1_17/vendor/github.com/marten-seemann/qtls-go1-17 \ + marten-seemann:qtls-go1-17:v0.1.0:marten_seemann_qtls_go1_17/vendor/github.com/marten-seemann/qtls-go1-17 \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.7:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ - mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ + mattn:go-sqlite3:v1.14.8:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ nsf:jsondiff:f29ed568f4ce:nsf_jsondiff/vendor/github.com/nsf/jsondiff \ nsf:termbox-go:38ba6e5628f1:nsf_termbox_go/vendor/github.com/nsf/termbox-go \ @@ -87,7 +86,7 @@ GH_TUPLE= \ segmentio:analytics-go:v3.1.0:segmentio_analytics_go/vendor/gopkg.in/segmentio/analytics-go.v3 \ segmentio:backo-go:23eae7c10bd3:segmentio_backo_go/vendor/github.com/segmentio/backo-go \ shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ - spacemonkeygo:monkit:v3.0.14:spacemonkeygo_monkit/vendor/github.com/spacemonkeygo/monkit/v3 \ + spacemonkeygo:monkit:v3.0.15:spacemonkeygo_monkit/vendor/github.com/spacemonkeygo/monkit/v3 \ spacemonkeygo:spacelog:2296661a0572:spacemonkeygo_spacelog/vendor/github.com/spacemonkeygo/spacelog \ spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ @@ -95,11 +94,11 @@ GH_TUPLE= \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \ - storj:common:70ba30f208a9:storj_common/vendor/storj.io/common \ - storj:drpc:v0.0.24:storj_drpc/vendor/storj.io/drpc \ + storj:common:56ad343b6a7e:storj_common/vendor/storj.io/common \ + storj:drpc:v0.0.26:storj_drpc/vendor/storj.io/drpc \ storj:monkit-jaeger:debb1cbcbbd7:storj_monkit_jaeger/vendor/storj.io/monkit-jaeger \ storj:private:af46b647eda5:storj_private/vendor/storj.io/private \ - storj:uplink:799c214b35ac:storj_uplink/vendor/storj.io/uplink \ + storj:uplink:4aeb0a767a86:storj_uplink/vendor/storj.io/uplink \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ stripe:stripe-go:v72.51.0:stripe_stripe_go/vendor/github.com/stripe/stripe-go/v72 \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ @@ -108,9 +107,6 @@ GH_TUPLE= \ uber-go:zap:v1.16.0:uber_go_zap/vendor/go.uber.org/zap \ vivint:infectious:25a574ae18a3:vivint_infectious/vendor/github.com/vivint/infectious \ xtgo:uuid:a0b114877d4c:xtgo_uuid/vendor/github.com/xtgo/uuid \ - ysmood:goob:v0.3.0:ysmood_goob/vendor/github.com/ysmood/goob \ - ysmood:gson:v0.6.4:ysmood_gson/vendor/github.com/ysmood/gson \ - ysmood:leakless:v0.7.0:ysmood_leakless/vendor/github.com/ysmood/leakless \ yuin:gopher-lua:ab39c6098bdb:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua \ zeebo:admission:v3.0.2:zeebo_admission/vendor/github.com/zeebo/admission/v3 \ zeebo:assert:v1.3.0:zeebo_assert/vendor/github.com/zeebo/assert \ diff --git a/net/storj/distinfo b/net/storj/distinfo index 4b66c035e982..cd102cea9e1e 100644 --- a/net/storj/distinfo +++ b/net/storj/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1629995542 -SHA256 (storj-storj-v1.37.2_GH0.tar.gz) = 3d67047ee60ff985a31da62e010d9b348f702b95ce980ea53a6146a9f2b40711 -SIZE (storj-storj-v1.37.2_GH0.tar.gz) = 6573333 +TIMESTAMP = 1632436414 +SHA256 (storj-storj-v1.39.5_GH0.tar.gz) = ded21a45372e02503e5733eb68967a859583eacde25babade114cf77a858aa67 +SIZE (storj-storj-v1.39.5_GH0.tar.gz) = 6700097 SHA256 (VividCortex-ewma-v1.1.1_GH0.tar.gz) = 3b2d62412b7ba2726a379cc0ae557595c027dc8206d0ef98f13831281b8f2b85 SIZE (VividCortex-ewma-v1.1.1_GH0.tar.gz) = 6042 SHA256 (alessio-shellescape-v1.2.2_GH0.tar.gz) = f3cc6a97a0f91a5be58bbf0ab3fa9bcd049a61789944f9e3f0c353cb9e851103 @@ -17,8 +17,8 @@ SHA256 (boombuler-barcode-6c824513bacc_GH0.tar.gz) = 504c70d22b4d54047200d08fc15 SIZE (boombuler-barcode-6c824513bacc_GH0.tar.gz) = 62988 SHA256 (btcsuite-btcutil-a53e38424cce_GH0.tar.gz) = b85c0c933fee1fcaed6aabb6ab37b77e96369ee5817d6e881d332e2ed1c9a72f SIZE (btcsuite-btcutil-a53e38424cce_GH0.tar.gz) = 170307 -SHA256 (calebcase-tmpfile-v1.0.2_GH0.tar.gz) = 4d668c7345a7ec6879640afc5f63f4ffe9de8d52fb21206df2cd60555f421920 -SIZE (calebcase-tmpfile-v1.0.2_GH0.tar.gz) = 6459 +SHA256 (calebcase-tmpfile-v1.0.3_GH0.tar.gz) = e7c241df2937aefecc0bf5098d796511e494ebce5d7baa7e14287be4e87fdfc2 +SIZE (calebcase-tmpfile-v1.0.3_GH0.tar.gz) = 6594 SHA256 (census-instrumentation-opencensus-go-v0.22.2_GH0.tar.gz) = 0aa930142b669d7c47e2b8343f6adc9f03414a9c45763c5f746de95231d6ad6d SIZE (census-instrumentation-opencensus-go-v0.22.2_GH0.tar.gz) = 165321 SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148 @@ -43,8 +43,6 @@ SHA256 (go-ini-ini-v1.62.0_GH0.tar.gz) = 926ca2ff49018dc5c0991f3a790bc2083a3c52c SIZE (go-ini-ini-v1.62.0_GH0.tar.gz) = 50314 SHA256 (go-redis-redis-v8.7.1_GH0.tar.gz) = a3fc63767c14b86b4e55856bc55a2376186847bc162835d90d77d539ed2d79a0 SIZE (go-redis-redis-v8.7.1_GH0.tar.gz) = 132591 -SHA256 (go-rod-rod-v0.100.0_GH0.tar.gz) = db136a0b5bf09bf7c6f1171e14650a23b238aca94d0ba092e77f0abfce03bb99 -SIZE (go-rod-rod-v0.100.0_GH0.tar.gz) = 358887 SHA256 (go-task-slim-sprig-348f09dbbbc0_GH0.tar.gz) = c52607aad259efae7f725eadf0493933c206d36b776df117f94f6b2eeb4fd8b1 SIZE (go-task-slim-sprig-348f09dbbbc0_GH0.tar.gz) = 40034 SHA256 (go-tomb-tomb-dd632973f1e7_GH0.tar.gz) = b67f4ee9324a78176bc3196fe262388696aeb3f31d9879d498200219f9c4c554 @@ -57,10 +55,12 @@ SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fb SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725 SHA256 (golang-appengine-v1.6.5_GH0.tar.gz) = 4e7df5d4ec2dda0f59f26925b36a087843fd1a165adb938712068376bf791316 SIZE (golang-appengine-v1.6.5_GH0.tar.gz) = 332903 -SHA256 (golang-crypto-4f45737414dc_GH0.tar.gz) = a741e69ef8961b0e4cac39e52b7a6513bc26ebc3648bdf87d62fc0860eeefb24 -SIZE (golang-crypto-4f45737414dc_GH0.tar.gz) = 1727053 +SHA256 (golang-crypto-32db794688a5_GH0.tar.gz) = c971927593630ecfa6531da54a579bf04186c354e365975cd86ea0e4c2c82fb7 +SIZE (golang-crypto-32db794688a5_GH0.tar.gz) = 1732714 SHA256 (golang-groupcache-215e87163ea7_GH0.tar.gz) = 500b097a42fb5c0cd516f1bb56e9c745ba6c1c910b4dc7296aea2b9120ee5e70 SIZE (golang-groupcache-215e87163ea7_GH0.tar.gz) = 26040 +SHA256 (golang-mod-v0.4.2_GH0.tar.gz) = ce4131eb443ac67ededb139a43bae4fbb2c4b84843936495c6a6de92b8033917 +SIZE (golang-mod-v0.4.2_GH0.tar.gz) = 104584 SHA256 (golang-net-89ef3d95e781_GH0.tar.gz) = af0ad30ddac9b752cc156b88d8db6a49ac252629b4ce69e7de39b9989f9f7e27 SIZE (golang-net-89ef3d95e781_GH0.tar.gz) = 1247563 SHA256 (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 28b3a51a8bd90beb5952d1080218ea238127edfe9455ad48921989619ff918a8 @@ -69,8 +69,8 @@ SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06 SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 -SHA256 (golang-sys-977fb7262007_GH0.tar.gz) = 11c4dfe83ceae6376054cc95e8f1b303a29985fc407c87cf9e360fd64d7937ce -SIZE (golang-sys-977fb7262007_GH0.tar.gz) = 1192386 +SHA256 (golang-sys-f4d43177bf5e_GH0.tar.gz) = 540368d044b62b33ce78a739d3099d5aee7915df9c707b34d930364f67303600 +SIZE (golang-sys-f4d43177bf5e_GH0.tar.gz) = 1210850 SHA256 (golang-term-7de9c90e9dd1_GH0.tar.gz) = 73603eaab2ab2bfe05061d64ad09f8ed7469de6964a672398f7bf82cffb4b1da SIZE (golang-term-7de9c90e9dd1_GH0.tar.gz) = 15239 SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 @@ -129,24 +129,22 @@ SHA256 (jtolds-tracetagger-v2.0.0-rc5_GH0.tar.gz) = 64fe472585b4acd937cd3aaa5945 SIZE (jtolds-tracetagger-v2.0.0-rc5_GH0.tar.gz) = 7791 SHA256 (loov-hrtime-v1.0.3_GH0.tar.gz) = a2b858befcbe7867cebe76d3bfe39afcfa2487465e7f760b3bb37474da94b53a SIZE (loov-hrtime-v1.0.3_GH0.tar.gz) = 16451 -SHA256 (lucas-clemente-quic-go-v0.22.0_GH0.tar.gz) = 39fef6471a03d66495df3aabb1ede5258853798ea62caa7863b5d7e24cf6cf13 -SIZE (lucas-clemente-quic-go-v0.22.0_GH0.tar.gz) = 519237 +SHA256 (lucas-clemente-quic-go-v0.23.0_GH0.tar.gz) = 38e6a2aaf8b3db598ceadfd55ae0e923cde2004336e3ba3bdad365d27be5fa14 +SIZE (lucas-clemente-quic-go-v0.23.0_GH0.tar.gz) = 520167 SHA256 (magiconair-properties-v1.8.5_GH0.tar.gz) = f85ea629d145006f4df18fd8251fa005d95c311b068848043232f52d247ba45c SIZE (magiconair-properties-v1.8.5_GH0.tar.gz) = 30514 -SHA256 (marten-seemann-qtls-go1-15-v0.1.5_GH0.tar.gz) = 48739062bf17180f55a6e49d9c6a90ba7611a4a492327b8a69a2a73459bc73dd -SIZE (marten-seemann-qtls-go1-15-v0.1.5_GH0.tar.gz) = 413602 SHA256 (marten-seemann-qtls-go1-16-v0.1.4_GH0.tar.gz) = e6166cfc140acb6cfc11526444640e31ed47cf8b9c31f5812904a7735ecd8aa6 SIZE (marten-seemann-qtls-go1-16-v0.1.4_GH0.tar.gz) = 415515 -SHA256 (marten-seemann-qtls-go1-17-v0.1.0-rc.1_GH0.tar.gz) = b6c2e14ef93c448dd4e8872197a0fa2e851bcf33fb1e498a90e8526ee338fb35 -SIZE (marten-seemann-qtls-go1-17-v0.1.0-rc.1_GH0.tar.gz) = 421690 +SHA256 (marten-seemann-qtls-go1-17-v0.1.0_GH0.tar.gz) = e1c22bac3a614f31b0ca5d32c2a5aeee9b5032f3b23b8951810c21e990ed3997 +SIZE (marten-seemann-qtls-go1-17-v0.1.0_GH0.tar.gz) = 421611 SHA256 (mattn-go-colorable-v0.1.6_GH0.tar.gz) = e313129503025c383b5e69082fb1144e83a864d12ec45bb7a224d3fc4a635fbc SIZE (mattn-go-colorable-v0.1.6_GH0.tar.gz) = 9472 SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 SHA256 (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 09270ddb93b2d77d4b3903bbadacbb3a3d4f0cce93c373fb21503840829d8697 SIZE (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 16089 -SHA256 (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = ed015860c9b3e701d8cce7dcb0bcb2e2f53071718334465b10abb696f7de0e58 -SIZE (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = 2335418 +SHA256 (mattn-go-sqlite3-v1.14.8_GH0.tar.gz) = 522a8f673690f99144f4e460eddc0fd5284c2e39676ac0687b5f575f19812cf6 +SIZE (mattn-go-sqlite3-v1.14.8_GH0.tar.gz) = 2404082 SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048 SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826 SHA256 (nsf-jsondiff-f29ed568f4ce_GH0.tar.gz) = 7b9ffc6603abccd330583ec9bf91e51d9177d5ebb52e34a7cab0ffc34ac2e514 @@ -175,8 +173,8 @@ SHA256 (segmentio-backo-go-23eae7c10bd3_GH0.tar.gz) = e11d38f68223e9ec5fc4224543 SIZE (segmentio-backo-go-23eae7c10bd3_GH0.tar.gz) = 2963 SHA256 (shopspring-decimal-v1.2.0_GH0.tar.gz) = 59fa76645f63d7383d3f306fe2f7136d923e2aa514d9a9353938d9654b842f58 SIZE (shopspring-decimal-v1.2.0_GH0.tar.gz) = 37755 -SHA256 (spacemonkeygo-monkit-v3.0.14_GH0.tar.gz) = 6aeb508e8c90d564cfd54f3b0bf6b80857388f66556aaef6c8b67bd477a2f4c8 -SIZE (spacemonkeygo-monkit-v3.0.14_GH0.tar.gz) = 350169 +SHA256 (spacemonkeygo-monkit-v3.0.15_GH0.tar.gz) = c46cf161420e2a1a8efb3c2fbfd69d2d94350cfb2e39bf117407757971b41109 +SIZE (spacemonkeygo-monkit-v3.0.15_GH0.tar.gz) = 350898 SHA256 (spacemonkeygo-spacelog-2296661a0572_GH0.tar.gz) = 0c29780eb883b7c42a882d2b9c087b203fc75e661d85cba2c2b0416ddd16a962 SIZE (spacemonkeygo-spacelog-2296661a0572_GH0.tar.gz) = 16360 SHA256 (spf13-afero-v1.6.0_GH0.tar.gz) = d1942de010ac7932bd21618aaf478b4f1413980449c061032f18beac7805d068 @@ -191,16 +189,16 @@ SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac09 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 SHA256 (spf13-viper-v1.7.1_GH0.tar.gz) = de85215b50e9fbb2cdf63b0aa9df826a866dff8f718ba2dc3f5866e98d5bd39a SIZE (spf13-viper-v1.7.1_GH0.tar.gz) = 82641 -SHA256 (storj-common-70ba30f208a9_GH0.tar.gz) = 067300967d060320a35153feba2077861e9abd96ea643b8cb4c2e3c4c745c5bd -SIZE (storj-common-70ba30f208a9_GH0.tar.gz) = 451824 -SHA256 (storj-drpc-v0.0.24_GH0.tar.gz) = 4c3dff69615d92a45a71a36368b1ee6369dcab27d47456438985c38db5f30f1b -SIZE (storj-drpc-v0.0.24_GH0.tar.gz) = 227181 +SHA256 (storj-common-56ad343b6a7e_GH0.tar.gz) = d00f7a59a88b916f6938ca3d6fe44bf999f1eab873540918f14692c00d621bb9 +SIZE (storj-common-56ad343b6a7e_GH0.tar.gz) = 453964 +SHA256 (storj-drpc-v0.0.26_GH0.tar.gz) = 6170e48b3fab83f39174f4bddbad8b35cb9f4ceab3d2a65f9b0a15831dd85b9d +SIZE (storj-drpc-v0.0.26_GH0.tar.gz) = 250043 SHA256 (storj-monkit-jaeger-debb1cbcbbd7_GH0.tar.gz) = 1aeffa912917c6ce61e270c0ada6b1b1cae1ce9f01a63066b964673d36bac442 SIZE (storj-monkit-jaeger-debb1cbcbbd7_GH0.tar.gz) = 34905 SHA256 (storj-private-af46b647eda5_GH0.tar.gz) = ff2d4892e3c0d6f6e1354149be96bed11367f3f084d0454911307b8561661c43 SIZE (storj-private-af46b647eda5_GH0.tar.gz) = 97972 -SHA256 (storj-uplink-799c214b35ac_GH0.tar.gz) = 85648ee337b2b096f1cda843cd3065276899e1dc10b03617d786580c5f385325 -SIZE (storj-uplink-799c214b35ac_GH0.tar.gz) = 153793 +SHA256 (storj-uplink-4aeb0a767a86_GH0.tar.gz) = aec57839d1f27602f198b75396c26d1cf45349c5a89be2f68a31c3e2ff014fb1 +SIZE (storj-uplink-4aeb0a767a86_GH0.tar.gz) = 159970 SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 SHA256 (stripe-stripe-go-v72.51.0_GH0.tar.gz) = c057b6bba741a62899fa2eb33d9be81e77d6c725773c20edba1e34815de6f542 @@ -217,12 +215,6 @@ SHA256 (vivint-infectious-25a574ae18a3_GH0.tar.gz) = 02f3b5efe0f8ad252ec2e39a3eb SIZE (vivint-infectious-25a574ae18a3_GH0.tar.gz) = 29905 SHA256 (xtgo-uuid-a0b114877d4c_GH0.tar.gz) = 7c8311a61fd2facf661da136f2d7f9a1caaca5a1b27c5edfd85a8c12cb85b61d SIZE (xtgo-uuid-a0b114877d4c_GH0.tar.gz) = 4028 -SHA256 (ysmood-goob-v0.3.0_GH0.tar.gz) = 55b073cf2c6ba56c916270508f959d6060942240e58d2fcf3afcf8a19d06ddf0 -SIZE (ysmood-goob-v0.3.0_GH0.tar.gz) = 3477 -SHA256 (ysmood-gson-v0.6.4_GH0.tar.gz) = 6779a1bfd1ff5f7e4c94ada0449805cdb32f28e0d98ae8a979b05d4e5695ab6a -SIZE (ysmood-gson-v0.6.4_GH0.tar.gz) = 4687 -SHA256 (ysmood-leakless-v0.7.0_GH0.tar.gz) = 22ba7cb076ff27ccbc9ca6ee399dfaf18785b6f6b33d143305ce2e03169dc9da -SIZE (ysmood-leakless-v0.7.0_GH0.tar.gz) = 4022887 SHA256 (yuin-gopher-lua-ab39c6098bdb_GH0.tar.gz) = 709a4aeb7a033157f678db2a5f785a1bfc541cbeb5cf53a1e92ba8d8fd93fd07 SIZE (yuin-gopher-lua-ab39c6098bdb_GH0.tar.gz) = 161569 SHA256 (zeebo-admission-v3.0.2_GH0.tar.gz) = a4b216b3a99f4fd9be215e46ca8d3994af9c10101ee1ca3def626360354a18ec From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:16:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 541AA66C3CC; Mon, 27 Sep 2021 17:16:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8Rs20Mqz3wJZ; Mon, 27 Sep 2021 17:16:09 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632762969; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=uz5rYCafGSpOeOeTMP1WaPHEBKT92F4oGxEeYzNATYQ=; b=MFouJNg0tTOqoXf08mLxkrzKPJrAKK45CsKylFURUU9R2r5ZucVshIDYILW87inq5jTaEK AhArTV/LAfZNqHkKdqzDtdIh2xNixovRMvjpNZaJpr8ZGAVDWxOUqzstU5iARA+QvcNcC3 9LsDWty/haJk2OD77ocWNEIZB4ZftL0i3sOed9KNij7XIZ22GcyLGunbkN8YVXqTisHAsX EWqIpGyxjNEQejxzssn7s3gPSjAhtiuI/X/1l1RO9FwKvjKi3gLVYbALFXXK6vtGcP0qBB tgQg0v/lNppD6Y7RasSgHJTEzX3///SGWgG5ZVe7Dvw4E0CF7DSiHxq7fakGEA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 289178ADD; Mon, 27 Sep 2021 17:16:09 +0000 (UTC) Date: Mon, 27 Sep 2021 17:16:09 +0000 From: Alexey Dokuchaev To: Daniel Engberg Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 43aecf3caff4 - main - net/libstorj: Deprecate port and set expiration date to 2021-12-31 Message-ID: References: <202109042143.184LhvpP088857@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109042143.184LhvpP088857@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632762969; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=uz5rYCafGSpOeOeTMP1WaPHEBKT92F4oGxEeYzNATYQ=; b=Z/Rc1vNMKXA/rFuyk/qUOnAKqmkUe9bvGZk6KsGwI9FfNr3X6l6lPBdCMnFtda4KTBKX8v aqbOGXw9wL5oortZLjlaPYexH5HeKA2XS170ypuZxHiWEw+xQRvaN8hLg0USbWBW9HT++J vTh4jubWz+lhYD0xKcytqLJjPmwS7ofxyPaIybqfhdvJB+CDWGJykcoLBL71eOVwd2vg90 P2Tw+0V/WNuDnzOdDHeM9NKef6jo2vIkpjPunN6a0vJYpe3Prq6A+CPabZcMrzIo2TENrA wJEE4JHrPRgTIEz+PKcLfpU4jhqABlHlWC6sbz1+BGvGjTtBkzRzuZ546lpAIw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632762969; a=rsa-sha256; cv=none; b=CR0rlyRC7qdOem3KMjlZ8WAD/byxneHpONM4aRHUR/d+G/g5UwSD5Ofrg6cgrRviGDsfWz szcIkIWNnJgvLaIjt5obF0PCd+s6y72M8j0RNYiX8HlRFN2FBQ8yx+F38zEXucfSXqsmX8 JEXgv9go4xMq/YdUbDlhDTFSurdI+li9AYS4cyVMTEQCWHXP+UgHMe6IilPt7p7lElWm3o geLCcphvQLOxibBdxv9kH0/D7zljRKOT2oho47dXRFoxCW9jTnRUegCHqwJJ2/eMy5Tt3G cXC2Q297+Wy8R3oLhcKgNyOnPUsDa3/Wh+3PX0HAxiAByPeRZbzL9RnB0xnAyw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:16:09 -0000 On Sat, Sep 04, 2021 at 09:43:57PM +0000, Daniel Engberg wrote: > commit 43aecf3caff44ffb8aa87474d2728d8bda3c95ef > > net/libstorj: Deprecate port and set expiration date to 2021-12-31 > > Deprecated upstream > > Reference: https://github.com/storj/libstorj > > Maintainer timeout > > PR: 257129 > Approved by: tcberner (mentor) > Differential Revision: https://reviews.freebsd.org/D31701 > --- > net/storj/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/net/storj/Makefile b/net/storj/Makefile > index 75ce722c9634..26db927a2cc0 100644 > --- a/net/storj/Makefile > +++ b/net/storj/Makefile > @@ -10,6 +10,9 @@ COMMENT= Decentralized cloud object storage > > LICENSE= AGPLv3 > > +DEPRECATED= Deprecated in favour of net/storj due to v3 rearchitecture > +EXPIRATION_DATE=2021-12-31 You've deprecated the wrong port. :-) ./danfe From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:17:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25C1666BE66; Mon, 27 Sep 2021 17:17:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8TH0bCZz3wNB; Mon, 27 Sep 2021 17:17:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9BA814FA9; Mon, 27 Sep 2021 17:17:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RHHMFN042357; Mon, 27 Sep 2021 17:17:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RHHM2A042356; Mon, 27 Sep 2021 17:17:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:17:22 GMT Message-Id: <202109271717.18RHHM2A042356@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: b519e329d627 - 2021Q3 - graphics/vulkan-extension-layer: update to 1.2.193 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: b519e329d627dd3ec579a91f018f5a4aaf9d7b0d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:17:23 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b519e329d627dd3ec579a91f018f5a4aaf9d7b0d commit b519e329d627dd3ec579a91f018f5a4aaf9d7b0d Author: Jan Beich AuthorDate: 2021-09-23 14:57:34 +0000 Commit: Jan Beich CommitDate: 2021-09-27 17:17:12 +0000 graphics/vulkan-extension-layer: update to 1.2.193 Changes: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.2.191...v1.2.193 Reported by: portscout (cherry picked from commit ea81c720a80b5871e77ebc9543dec96d9336905c) --- graphics/vulkan-extension-layer/Makefile | 2 +- graphics/vulkan-extension-layer/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index e55296f598e2..1ad783223cb0 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-extension-layer DISTVERSIONPREFIX= v -DISTVERSION= 1.2.191 +DISTVERSION= 1.2.193 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-extension-layer/distinfo b/graphics/vulkan-extension-layer/distinfo index 21ab753aa28e..e2fe2ac997a8 100644 --- a/graphics/vulkan-extension-layer/distinfo +++ b/graphics/vulkan-extension-layer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631337976 -SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.2.191_GH0.tar.gz) = 4e28b31d6f7da95360ffbf8a79ccdc4b2f49734609d351d0a7096f18cd6daafc -SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.2.191_GH0.tar.gz) = 438150 +TIMESTAMP = 1632409054 +SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.2.193_GH0.tar.gz) = d4a39081346410faf538e941a66404bad993912b84495a1b5ec111dd7d1201c3 +SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.2.193_GH0.tar.gz) = 438128 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:17:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89B2766BD70; Mon, 27 Sep 2021 17:17:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8Tw3Sltz3wLq; Mon, 27 Sep 2021 17:17:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56D4D148F4; Mon, 27 Sep 2021 17:17:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RHHuxV042519; Mon, 27 Sep 2021 17:17:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RHHuF4042518; Mon, 27 Sep 2021 17:17:56 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:17:56 GMT Message-Id: <202109271717.18RHHuF4042518@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: 21a942c2520d - main - graphics/gexiv2: update to 0.12.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 21a942c2520da1667031ef77c79a7ff869d96e28 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:17:56 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=21a942c2520da1667031ef77c79a7ff869d96e28 commit 21a942c2520da1667031ef77c79a7ff869d96e28 Author: Christoph Moench-Tegeder AuthorDate: 2021-09-27 17:15:31 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-09-27 17:17:46 +0000 graphics/gexiv2: update to 0.12.3 https://download.gnome.org/sources/gexiv2/0.12/gexiv2-0.12.2.news https://download.gnome.org/sources/gexiv2/0.12/gexiv2-0.12.3.news PR: 258739 Reported by: nc --- graphics/gexiv2/Makefile | 2 +- graphics/gexiv2/distinfo | 6 +++--- graphics/gexiv2/pkg-plist | 15 +++++++++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 541111c6d5be..7e778197598a 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -1,7 +1,7 @@ # Created by: Mario Sergio Fujikawa Ferreira PORTNAME= gexiv2 -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.3 CATEGORIES= graphics MASTER_SITES= GNOME diff --git a/graphics/gexiv2/distinfo b/graphics/gexiv2/distinfo index cb997dc30c8e..e6a1571f171a 100644 --- a/graphics/gexiv2/distinfo +++ b/graphics/gexiv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590317532 -SHA256 (gexiv2-0.12.1.tar.xz) = 8aeafd59653ea88f6b78cb03780ee9fd61a2f993070c5f0d0976bed93ac2bd77 -SIZE (gexiv2-0.12.1.tar.xz) = 372104 +TIMESTAMP = 1632733663 +SHA256 (gexiv2-0.12.3.tar.xz) = d23b7972a2fc6f840150bad1ed79c1cbec672951e180c1e1ec33ca6c730c59f3 +SIZE (gexiv2-0.12.3.tar.xz) = 380376 diff --git a/graphics/gexiv2/pkg-plist b/graphics/gexiv2/pkg-plist index 0461e7347f51..89ec936e99d5 100644 --- a/graphics/gexiv2/pkg-plist +++ b/graphics/gexiv2/pkg-plist @@ -1,12 +1,12 @@ -include/gexiv2/gexiv2.h include/gexiv2/gexiv2-enums.h include/gexiv2/gexiv2-log.h -include/gexiv2/gexiv2-metadata.h include/gexiv2/gexiv2-managed-stream.h +include/gexiv2/gexiv2-metadata.h include/gexiv2/gexiv2-preview-properties.h include/gexiv2/gexiv2-preview-image.h include/gexiv2/gexiv2-startup.h include/gexiv2/gexiv2-version.h +include/gexiv2/gexiv2.h lib/girepository-1.0/GExiv2-0.10.typelib lib/libgexiv2.so lib/libgexiv2.so.2 @@ -18,12 +18,19 @@ share/gir-1.0/GExiv2-0.10.gir %%DOCS%%share/gtk-doc/html/gexiv2/GExiv2PreviewProperties.html %%DOCS%%share/gtk-doc/html/gexiv2/annotation-glossary.html %%DOCS%%share/gtk-doc/html/gexiv2/api-index-0-10-6.html +%%DOCS%%share/gtk-doc/html/gexiv2/api-index-0-12-1.html +%%DOCS%%share/gtk-doc/html/gexiv2/api-index-0-12-2.html +%%DOCS%%share/gtk-doc/html/gexiv2/api-index-deprecated.html %%DOCS%%share/gtk-doc/html/gexiv2/api-index-full.html %%DOCS%%share/gtk-doc/html/gexiv2/ch01.html -%%DOCS%%share/gtk-doc/html/gexiv2/deprecated-api-index.html +%%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-Functions-related-to-EXIF-metadata.html +%%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-Functions-related-to-IPTC-metadata.html +%%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-Functions-related-to-XMP-metadata.html +%%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-High-level-functions-for-specific-information.html %%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-Library-initialisation.html +%%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-Library-version-information.html %%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-Logging-functionality.html -%%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-gexiv2-version.html +%%DOCS%%share/gtk-doc/html/gexiv2/gexiv2-Reading-and-writing-metadata.html %%DOCS%%share/gtk-doc/html/gexiv2/gexiv2.devhelp2 %%DOCS%%share/gtk-doc/html/gexiv2/home.png %%DOCS%%share/gtk-doc/html/gexiv2/index.html From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:20:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA46866BF79; Mon, 27 Sep 2021 17:20:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8XY4H3Nz4Qxk; Mon, 27 Sep 2021 17:20:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7389714F6F; Mon, 27 Sep 2021 17:20:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RHKDvP047167; Mon, 27 Sep 2021 17:20:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RHKDkF047160; Mon, 27 Sep 2021 17:20:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:20:13 GMT Message-Id: <202109271720.18RHKDkF047160@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: 83e541e2ae6b - main - finance/gnucash: Update to 4.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 83e541e2ae6bbaacc01614dea7bcfb52fc9efc24 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:20:13 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=83e541e2ae6bbaacc01614dea7bcfb52fc9efc24 commit 83e541e2ae6bbaacc01614dea7bcfb52fc9efc24 Author: Guido Falsi AuthorDate: 2021-09-27 17:18:46 +0000 Commit: Guido Falsi CommitDate: 2021-09-27 17:20:08 +0000 finance/gnucash: Update to 4.7 --- finance/gnucash/Makefile | 43 ++++++++++++++++++++++--------------------- finance/gnucash/distinfo | 6 +++--- finance/gnucash/pkg-plist | 1 + 3 files changed, 26 insertions(+), 24 deletions(-) diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 808be75ae8fc..46ef16c86be6 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,7 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 4.6 +PORTVERSION= 4.7 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -43,23 +43,24 @@ CMAKE_ARGS= -DCOMPILE_GSCHEMAS=OFF \ SHEBANG_FILES= common/gnc-test-env.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} -GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \ - org.gnucash.dialogs.checkprinting.gschema.xml \ - org.gnucash.dialogs.commodities.gschema.xml \ - org.gnucash.dialogs.export.csv.gschema.xml \ - org.gnucash.dialogs.gschema.xml \ - org.gnucash.dialogs.import.csv.gschema.xml \ - org.gnucash.dialogs.import.generic.gschema.xml \ - org.gnucash.dialogs.import.qif.gschema.xml \ - org.gnucash.dialogs.reconcile.gschema.xml \ - org.gnucash.dialogs.sxs.gschema.xml \ - org.gnucash.dialogs.totd.gschema.xml \ - org.gnucash.general.finance-quote.gschema.xml \ - org.gnucash.gschema.xml \ - org.gnucash.history.gschema.xml \ - org.gnucash.warnings.gschema.xml \ - org.gnucash.window.pages.account.tree.gschema.xml \ - org.gnucash.window.pages.gschema.xml +GLIB_SCHEMAS= org.gnucash.GnuCash.deprecated.gschema.xml \ + org.gnucash.GnuCash.dialogs.business.gschema.xml \ + org.gnucash.GnuCash.dialogs.checkprinting.gschema.xml \ + org.gnucash.GnuCash.dialogs.commodities.gschema.xml \ + org.gnucash.GnuCash.dialogs.export.csv.gschema.xml \ + org.gnucash.GnuCash.dialogs.gschema.xml \ + org.gnucash.GnuCash.dialogs.import.csv.gschema.xml \ + org.gnucash.GnuCash.dialogs.import.generic.gschema.xml \ + org.gnucash.GnuCash.dialogs.import.qif.gschema.xml \ + org.gnucash.GnuCash.dialogs.reconcile.gschema.xml \ + org.gnucash.GnuCash.dialogs.sxs.gschema.xml \ + org.gnucash.GnuCash.dialogs.totd.gschema.xml \ + org.gnucash.GnuCash.general.finance-quote.gschema.xml \ + org.gnucash.GnuCash.gschema.xml \ + org.gnucash.GnuCash.history.gschema.xml \ + org.gnucash.GnuCash.warnings.gschema.xml \ + org.gnucash.GnuCash.window.pages.account.tree.gschema.xml \ + org.gnucash.GnuCash.window.pages.gschema.xml OPTIONS_DEFINE= AQBANKING DATABASE DOCS NLS OFX PYTHON OPTIONS_DEFAULT= AQBANKING OFX @@ -74,8 +75,8 @@ AQBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ libgwengui-gtk3.so:devel/gwenhywfar-gtk3 \ libktoblzcheck.so:finance/ktoblzcheck \ libaqbanking.so:finance/aqbanking -AQBANKING_VARS= GLIB_SCHEMAS+="org.gnucash.dialogs.import.hbci.gschema.xml \ - org.gnucash.dialogs.flicker.gschema.xml" +AQBANKING_VARS= GLIB_SCHEMAS+="org.gnucash.GnuCash.dialogs.flicker.gschema.xml \ + org.gnucash.GnuCash.dialogs.import.hbci.gschema.xml" DATABASE_CMAKE_BOOL= WITH_SQL DATABASE_BUILD_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers DATABASE_LIB_DEPENDS= libdbi.so:databases/libdbi @@ -84,7 +85,7 @@ NLS_CMAKE_BOOL_OFF= DISABLE_NLS NLS_USES= gettext-runtime OFX_CMAKE_BOOL= WITH_OFX OFX_LIB_DEPENDS= libofx.so:finance/libofx -OFX_VARS= GLIB_SCHEMAS+=org.gnucash.dialogs.import.ofx.gschema.xml +OFX_VARS= GLIB_SCHEMAS+=org.gnucash.GnuCash.dialogs.import.ofx.gschema.xml PYTHON_CMAKE_BOOL= WITH_PYTHON PYTHON_USES= python:3.3+ diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 748f6b80ec97..b0c8fa807ba7 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624869965 -SHA256 (gnucash-4.6.tar.bz2) = 251b01dfb9f9c679db26926f934ca4d13c7092a485be04f60e2031d85a445733 -SIZE (gnucash-4.6.tar.bz2) = 14591886 +TIMESTAMP = 1632691525 +SHA256 (gnucash-4.7.tar.bz2) = fc9ff34020cca560e5753d2b3bca2aab39d2adcf40836e18d0c935a7f7db2062 +SIZE (gnucash-4.7.tar.bz2) = 14677705 diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist index 437387b26115..acb269419d56 100644 --- a/finance/gnucash/pkg-plist +++ b/finance/gnucash/pkg-plist @@ -1067,6 +1067,7 @@ share/metainfo/gnucash.appdata.xml %%DATADIR%%/icons/hicolor/24x24/actions/gnc-split-trans.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-sx-new.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-transfer.png +%%DATADIR%%/migratable-prefs.xml %%DATADIR%%/pixmaps/gnucash-icon-48x48.bmp %%DATADIR%%/pixmaps/gnucash-icon.ico %%DATADIR%%/pixmaps/gnucash_splash.png From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:20:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15A4166BEF4; Mon, 27 Sep 2021 17:20:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8XZ6C2vz4R3J; Mon, 27 Sep 2021 17:20:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84C5F15090; Mon, 27 Sep 2021 17:20:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RHKEjS047667; Mon, 27 Sep 2021 17:20:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RHKE0c047660; Mon, 27 Sep 2021 17:20:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:20:14 GMT Message-Id: <202109271720.18RHKE0c047660@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: b10a4cc1b8b7 - main - finance/gnucash-docs: Update to 4.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b10a4cc1b8b70d7b9d23efefbabaea513a187874 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:20:15 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=b10a4cc1b8b70d7b9d23efefbabaea513a187874 commit b10a4cc1b8b70d7b9d23efefbabaea513a187874 Author: Guido Falsi AuthorDate: 2021-09-27 17:19:33 +0000 Commit: Guido Falsi CommitDate: 2021-09-27 17:20:08 +0000 finance/gnucash-docs: Update to 4.7 --- finance/gnucash-docs/Makefile | 13 +- finance/gnucash-docs/distinfo | 6 +- finance/gnucash-docs/pkg-plist | 294 ++++++++++------------------------------- 3 files changed, 73 insertions(+), 240 deletions(-) diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index 13c37607b48c..ebea1857f45d 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -2,7 +2,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -DISTVERSION= 4.6 +DISTVERSION= 4.7 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION} @@ -12,19 +12,10 @@ COMMENT= Documentation for gnucash LIB_DEPENDS= librarian.so:textproc/rarian RUN_DEPENDS= yelp:x11/yelp -USES= autoreconf localbase gmake gnome +USES= cmake localbase gnome USE_GNOME= libxml2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -INSTALLS_OMF= yes -GNU_CONFIGURE= yes NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e '/scrollkeeper-preinstall/s|$$(docdir)|$$(gnomehelpdir)|' \ - ${WRKSRC}/omf.make ${WRKSRC}/guide/C/Makefile.in ${WRKSRC}/guide/de/Makefile.in \ - ${WRKSRC}/guide/it/Makefile.in ${WRKSRC}/guide/ja/Makefile.in \ - ${WRKSRC}/help/C/Makefile.in ${WRKSRC}/help/de/Makefile.in \ - ${WRKSRC}/help/it/Makefile.in - .include diff --git a/finance/gnucash-docs/distinfo b/finance/gnucash-docs/distinfo index 12c10643ad3c..7b07e03dfffd 100644 --- a/finance/gnucash-docs/distinfo +++ b/finance/gnucash-docs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624871157 -SHA256 (gnucash-docs-4.6.tar.gz) = 5c4f8957d4e4a27bd7be3bc42f6a0823c1bfa4da1efff3fc17d57db43899c58c -SIZE (gnucash-docs-4.6.tar.gz) = 73704192 +TIMESTAMP = 1632691650 +SHA256 (gnucash-docs-4.7.tar.gz) = 33fc05c9220247636c22bcd12227b95420a4991b9fdd9027e2fc29b16f58b03b +SIZE (gnucash-docs-4.7.tar.gz) = 65802097 diff --git a/finance/gnucash-docs/pkg-plist b/finance/gnucash-docs/pkg-plist index eacdf4a0d0e9..d36f1c07e150 100644 --- a/finance/gnucash-docs/pkg-plist +++ b/finance/gnucash-docs/pkg-plist @@ -1,6 +1,6 @@ +%%DATADIR%%/COPYING +%%DATADIR%%/COPYING-DOCS share/gnome/help/gnucash-guide/C/appendixa.xml -share/gnome/help/gnucash-guide/C/appendixb.xml -share/gnome/help/gnucash-guide/C/appendixc.xml share/gnome/help/gnucash-guide/C/appendixd.xml share/gnome/help/gnucash-guide/C/ch_accts.xml share/gnome/help/gnucash-guide/C/ch_basics.xml @@ -29,7 +29,6 @@ share/gnome/help/gnucash-guide/C/figures/accts_DefaultIncomeAccounts.png share/gnome/help/gnucash-guide/C/figures/accts_toplevel.png share/gnome/help/gnucash-guide/C/figures/accts_tree.png share/gnome/help/gnucash-guide/C/figures/basics_AccountRelationships.png -share/gnome/help/gnucash-guide/C/figures/basics_AccountRelationships.svg share/gnome/help/gnucash-guide/C/figures/basics_Accounts.png share/gnome/help/gnucash-guide/C/figures/basics_AccountsSampleQIF.png share/gnome/help/gnucash-guide/C/figures/basics_CheckAccount.png @@ -221,11 +220,10 @@ share/gnome/help/gnucash-guide/C/figures/txns_sxn_ledger3.png share/gnome/help/gnucash-guide/C/figures/txns_sxn_ledger4.png share/gnome/help/gnucash-guide/C/gnc-docbookx.dtd share/gnome/help/gnucash-guide/C/gnc-glossary.xml +share/gnome/help/gnucash-guide/C/gnc-locale-C.dtd share/gnome/help/gnucash-guide/C/gnucash-guide.xml share/gnome/help/gnucash-guide/C/legal.xml share/gnome/help/gnucash-guide/de/appendixa.xml -share/gnome/help/gnucash-guide/de/appendixb.xml -share/gnome/help/gnucash-guide/de/appendixc.xml share/gnome/help/gnucash-guide/de/appendixd.xml share/gnome/help/gnucash-guide/de/appendixe.xml share/gnome/help/gnucash-guide/de/ch_accts.xml @@ -257,7 +255,6 @@ share/gnome/help/gnucash-guide/de/figures/accts_DefaultIncomeAccounts.png share/gnome/help/gnucash-guide/de/figures/accts_toplevel.png share/gnome/help/gnucash-guide/de/figures/accts_tree.png share/gnome/help/gnucash-guide/de/figures/basics_AccountRelationships.png -share/gnome/help/gnucash-guide/de/figures/basics_AccountRelationships.svg share/gnome/help/gnucash-guide/de/figures/basics_Accounts.png share/gnome/help/gnucash-guide/de/figures/basics_AccountsSampleQIF.png share/gnome/help/gnucash-guide/de/figures/basics_CheckAccount.png @@ -454,6 +451,8 @@ share/gnome/help/gnucash-guide/de/figures/txns_sxn_ledger3.png share/gnome/help/gnucash-guide/de/figures/txns_sxn_ledger4.png share/gnome/help/gnucash-guide/de/glossary.xml share/gnome/help/gnucash-guide/de/gnc-docbookx.dtd +share/gnome/help/gnucash-guide/de/gnc-locale-C.dtd +share/gnome/help/gnucash-guide/de/gnc-locale-de.dtd share/gnome/help/gnucash-guide/de/gnucash-guide.xml share/gnome/help/gnucash-guide/it/figures/accts_CreateAssetsAccount.png share/gnome/help/gnucash-guide/it/figures/accts_DefaultExpenseAccounts.png @@ -461,7 +460,6 @@ share/gnome/help/gnucash-guide/it/figures/accts_DefaultIncomeAccounts.png share/gnome/help/gnucash-guide/it/figures/accts_toplevel.png share/gnome/help/gnucash-guide/it/figures/accts_tree.png share/gnome/help/gnucash-guide/it/figures/basics_AccountRelationships.png -share/gnome/help/gnucash-guide/it/figures/basics_AccountRelationships.svg share/gnome/help/gnucash-guide/it/figures/basics_Accounts.png share/gnome/help/gnucash-guide/it/figures/basics_AccountsSampleQIF.png share/gnome/help/gnucash-guide/it/figures/basics_CheckAccount.png @@ -621,10 +619,10 @@ share/gnome/help/gnucash-guide/it/figures/txns_sxn_ledger2.png share/gnome/help/gnucash-guide/it/figures/txns_sxn_ledger3.png share/gnome/help/gnucash-guide/it/figures/txns_sxn_ledger4.png share/gnome/help/gnucash-guide/it/gnc-docbookx.dtd +share/gnome/help/gnucash-guide/it/gnc-locale-C.dtd +share/gnome/help/gnucash-guide/it/gnc-locale-it.dtd share/gnome/help/gnucash-guide/it/gnucash-guide.xml share/gnome/help/gnucash-guide/ja/appendixa.xml -share/gnome/help/gnucash-guide/ja/appendixb.xml -share/gnome/help/gnucash-guide/ja/appendixc.xml share/gnome/help/gnucash-guide/ja/appendixd.xml share/gnome/help/gnucash-guide/ja/ch_accts.xml share/gnome/help/gnucash-guide/ja/ch_basics.xml @@ -650,7 +648,6 @@ share/gnome/help/gnucash-guide/ja/figures/accts_DefaultIncomeAccounts.png share/gnome/help/gnucash-guide/ja/figures/accts_toplevel.png share/gnome/help/gnucash-guide/ja/figures/accts_tree.png share/gnome/help/gnucash-guide/ja/figures/basics_AccountRelationships.png -share/gnome/help/gnucash-guide/ja/figures/basics_AccountRelationships.svg share/gnome/help/gnucash-guide/ja/figures/basics_Accounts.png share/gnome/help/gnucash-guide/ja/figures/basics_AccountsSampleQIF.png share/gnome/help/gnucash-guide/ja/figures/basics_CheckAccount.png @@ -832,11 +829,11 @@ share/gnome/help/gnucash-guide/ja/figures/txns_sxn_ledger2.png share/gnome/help/gnucash-guide/ja/figures/txns_sxn_ledger3.png share/gnome/help/gnucash-guide/ja/figures/txns_sxn_ledger4.png share/gnome/help/gnucash-guide/ja/gnc-docbookx.dtd +share/gnome/help/gnucash-guide/ja/gnc-locale-C.dtd +share/gnome/help/gnucash-guide/ja/gnc-locale-ja.dtd share/gnome/help/gnucash-guide/ja/gnucash-guide.xml share/gnome/help/gnucash-guide/ja/legal.xml share/gnome/help/gnucash-guide/pt/appendixa.xml -share/gnome/help/gnucash-guide/pt/appendixb.xml -share/gnome/help/gnucash-guide/pt/appendixc.xml share/gnome/help/gnucash-guide/pt/appendixd.xml share/gnome/help/gnucash-guide/pt/ch_accts.xml share/gnome/help/gnucash-guide/pt/ch_basics.xml @@ -865,7 +862,6 @@ share/gnome/help/gnucash-guide/pt/figures/accts_DefaultIncomeAccounts.png share/gnome/help/gnucash-guide/pt/figures/accts_toplevel.png share/gnome/help/gnucash-guide/pt/figures/accts_tree.png share/gnome/help/gnucash-guide/pt/figures/basics_AccountRelationships.png -share/gnome/help/gnucash-guide/pt/figures/basics_AccountRelationships.svg share/gnome/help/gnucash-guide/pt/figures/basics_Accounts.png share/gnome/help/gnucash-guide/pt/figures/basics_AccountsSampleQIF.png share/gnome/help/gnucash-guide/pt/figures/basics_CheckAccount.png @@ -1030,220 +1026,10 @@ share/gnome/help/gnucash-guide/pt/figures/txns_sxn_ledger2.png share/gnome/help/gnucash-guide/pt/figures/txns_sxn_ledger3.png share/gnome/help/gnucash-guide/pt/figures/txns_sxn_ledger4.png share/gnome/help/gnucash-guide/pt/gnc-docbookx.dtd +share/gnome/help/gnucash-guide/pt/gnc-locale-C.dtd +share/gnome/help/gnucash-guide/pt/gnc-locale-pt.dtd share/gnome/help/gnucash-guide/pt/gnucash-guide.xml share/gnome/help/gnucash-guide/pt/legal.xml -share/gnome/help/gnucash-guide/ru/appendixa.xml -share/gnome/help/gnucash-guide/ru/appendixb.xml -share/gnome/help/gnucash-guide/ru/appendixc.xml -share/gnome/help/gnucash-guide/ru/appendixd.xml -share/gnome/help/gnucash-guide/ru/ch_accts.xml -share/gnome/help/gnucash-guide/ru/ch_basics.xml -share/gnome/help/gnucash-guide/ru/ch_budgets.xml -share/gnome/help/gnucash-guide/ru/ch_bus_features.xml -share/gnome/help/gnucash-guide/ru/ch_capgain.xml -share/gnome/help/gnucash-guide/ru/ch_cbook.xml -share/gnome/help/gnucash-guide/ru/ch_cc.xml -share/gnome/help/gnucash-guide/ru/ch_currency.xml -share/gnome/help/gnucash-guide/ru/ch_dep.xml -share/gnome/help/gnucash-guide/ru/ch_expenses.xml -share/gnome/help/gnucash-guide/ru/ch_import_business_data.xml -share/gnome/help/gnucash-guide/ru/ch_invest.xml -share/gnome/help/gnucash-guide/ru/ch_loans.xml -share/gnome/help/gnucash-guide/ru/ch_oth_assets.xml -share/gnome/help/gnucash-guide/ru/ch_oview.xml -share/gnome/help/gnucash-guide/ru/ch_python_bindings.xml -share/gnome/help/gnucash-guide/ru/ch_reports.xml -share/gnome/help/gnucash-guide/ru/ch_txns.xml -share/gnome/help/gnucash-guide/ru/fdl-appendix.xml -share/gnome/help/gnucash-guide/ru/figures/accts_CreateAssetsAccount.png -share/gnome/help/gnucash-guide/ru/figures/accts_DefaultExpenseAccounts.png -share/gnome/help/gnucash-guide/ru/figures/accts_DefaultIncomeAccounts.png -share/gnome/help/gnucash-guide/ru/figures/accts_toplevel.png -share/gnome/help/gnucash-guide/ru/figures/accts_tree.png -share/gnome/help/gnucash-guide/ru/figures/basics_AccountRelationships.png -share/gnome/help/gnucash-guide/ru/figures/basics_AccountRelationships.svg -share/gnome/help/gnucash-guide/ru/figures/basics_Accounts.png -share/gnome/help/gnucash-guide/ru/figures/basics_AccountsSampleQIF.png -share/gnome/help/gnucash-guide/ru/figures/basics_CheckAccount.png -share/gnome/help/gnucash-guide/ru/figures/basics_DoubleEntryIntro_SalarySplit.png -share/gnome/help/gnucash-guide/ru/figures/basics_DoubleEntryIntro_compact.png -share/gnome/help/gnucash-guide/ru/figures/basics_DoubleEntryIntro_expanded.png -share/gnome/help/gnucash-guide/ru/figures/basics_DoubleEntryIntro_groceries.png -share/gnome/help/gnucash-guide/ru/figures/basics_DoubleEntryIntro_salary.png -share/gnome/help/gnucash-guide/ru/figures/basics_EmptyAccounts.png -share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup.png -share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_Accounts.png -share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_Currency.png -share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_Finish.png -share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_NewBookOpts.png -share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_Setup.png -share/gnome/help/gnucash-guide/ru/figures/basics_QIF_Import_welcome.png -share/gnome/help/gnucash-guide/ru/figures/basics_SaveSQL.png -share/gnome/help/gnucash-guide/ru/figures/basics_SaveXML.png -share/gnome/help/gnucash-guide/ru/figures/basics_TipOfDay.png -share/gnome/help/gnucash-guide/ru/figures/bus_ap_billedit.png -share/gnome/help/gnucash-guide/ru/figures/bus_ap_billnew.png -share/gnome/help/gnucash-guide/ru/figures/bus_ap_billpost.png -share/gnome/help/gnucash-guide/ru/figures/bus_ap_jobnew.png -share/gnome/help/gnucash-guide/ru/figures/bus_ap_payment.png -share/gnome/help/gnucash-guide/ru/figures/bus_ap_vendorfind.png -share/gnome/help/gnucash-guide/ru/figures/bus_ap_vendornew.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_custfind.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_custnew.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_invoicechange1.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_invoicechange2.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_invoicechange3.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_invoiceedit.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_invoicenew.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_invoicepost.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_invoiceprint.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_jobnew.png -share/gnome/help/gnucash-guide/ru/figures/bus_ar_payment.png -share/gnome/help/gnucash-guide/ru/figures/bus_co_reg.png -share/gnome/help/gnucash-guide/ru/figures/bus_pay_ex1.png -share/gnome/help/gnucash-guide/ru/figures/bus_pay_ex2.png -share/gnome/help/gnucash-guide/ru/figures/bus_pay_ex3.png -share/gnome/help/gnucash-guide/ru/figures/bus_pay_ex4.png -share/gnome/help/gnucash-guide/ru/figures/bus_tax_main.png -share/gnome/help/gnucash-guide/ru/figures/bus_tax_new.png -share/gnome/help/gnucash-guide/ru/figures/bus_terms_main.png -share/gnome/help/gnucash-guide/ru/figures/bus_terms_new.png -share/gnome/help/gnucash-guide/ru/figures/capgain_app2main.png -share/gnome/help/gnucash-guide/ru/figures/capgain_app3main.png -share/gnome/help/gnucash-guide/ru/figures/capgain_appmain.png -share/gnome/help/gnucash-guide/ru/figures/cbook_CashFlow.png -share/gnome/help/gnucash-guide/ru/figures/cbook_TransactionRptAssets.png -share/gnome/help/gnucash-guide/ru/figures/cbook_TransactionRptExpenses.png -share/gnome/help/gnucash-guide/ru/figures/cbook_atm.png -share/gnome/help/gnucash-guide/ru/figures/cbook_bankstmt.png -share/gnome/help/gnucash-guide/ru/figures/cbook_chartaccts5.png -share/gnome/help/gnucash-guide/ru/figures/cbook_checkexamp.png -share/gnome/help/gnucash-guide/ru/figures/cbook_gcashdata4.png -share/gnome/help/gnucash-guide/ru/figures/cbook_reconciledCheckAct.png -share/gnome/help/gnucash-guide/ru/figures/cbook_reconexamp.png -share/gnome/help/gnucash-guide/ru/figures/cbook_servch.png -share/gnome/help/gnucash-guide/ru/figures/cbook_transferin.png -share/gnome/help/gnucash-guide/ru/figures/cc_CashFlow.png -share/gnome/help/gnucash-guide/ru/figures/cc_Reversing_Transaction_1.png -share/gnome/help/gnucash-guide/ru/figures/cc_Reversing_Transaction_2.png -share/gnome/help/gnucash-guide/ru/figures/cc_TransactionRptExpenses.png -share/gnome/help/gnucash-guide/ru/figures/cc_TransactionRptVisa.png -share/gnome/help/gnucash-guide/ru/figures/cc_accounts.png -share/gnome/help/gnucash-guide/ru/figures/cc_final.png -share/gnome/help/gnucash-guide/ru/figures/cc_interest.png -share/gnome/help/gnucash-guide/ru/figures/cc_payment.png -share/gnome/help/gnucash-guide/ru/figures/cc_purchases.png -share/gnome/help/gnucash-guide/ru/figures/cc_reconcile.png -share/gnome/help/gnucash-guide/ru/figures/cc_reconcile_init.png -share/gnome/help/gnucash-guide/ru/figures/cc_refund.png -share/gnome/help/gnucash-guide/ru/figures/currency_AfterGetOnlineQuotes.png -share/gnome/help/gnucash-guide/ru/figures/currency_BeforeGetOnlineQuotes.png -share/gnome/help/gnucash-guide/ru/figures/currency_PutTogether_AfterMoney.png -share/gnome/help/gnucash-guide/ru/figures/currency_PutTogether_AfterStocks.png -share/gnome/help/gnucash-guide/ru/figures/currency_PutTogether_AussieHouse.png -share/gnome/help/gnucash-guide/ru/figures/currency_addcurr.png -share/gnome/help/gnucash-guide/ru/figures/currency_main1.png -share/gnome/help/gnucash-guide/ru/figures/currency_main2.png -share/gnome/help/gnucash-guide/ru/figures/currency_main3.png -share/gnome/help/gnucash-guide/ru/figures/currency_peditor.png -share/gnome/help/gnucash-guide/ru/figures/currency_purchase_AfterBoat.png -share/gnome/help/gnucash-guide/ru/figures/currency_purchase_AfterStocks.png -share/gnome/help/gnucash-guide/ru/figures/currency_purchase_BeforeBoat.png -share/gnome/help/gnucash-guide/ru/figures/currency_purchase_BeforeStocks.png -share/gnome/help/gnucash-guide/ru/figures/currency_purchase_Commodities.png -share/gnome/help/gnucash-guide/ru/figures/currency_purchase_MoveMoney.png -share/gnome/help/gnucash-guide/ru/figures/currency_purchase_SetExchangeRate.png -share/gnome/help/gnucash-guide/ru/figures/currency_purchase_ToAmount.png -share/gnome/help/gnucash-guide/ru/figures/dep_assetmain.png -share/gnome/help/gnucash-guide/ru/figures/dep_assetreg.png -share/gnome/help/gnucash-guide/ru/figures/dep_example.png -share/gnome/help/gnucash-guide/ru/figures/invest2Lots0RegB4Scrub.png -share/gnome/help/gnucash-guide/ru/figures/invest2Lots1B4Scrub.png -share/gnome/help/gnucash-guide/ru/figures/invest2Lots2LotsAftScrubAcct.png -share/gnome/help/gnucash-guide/ru/figures/invest2Lots3RegAftScrubAcct.png -share/gnome/help/gnucash-guide/ru/figures/investLots0_RegB4Scrub.png -share/gnome/help/gnucash-guide/ru/figures/investLots1_BeforeCreateLot.png -share/gnome/help/gnucash-guide/ru/figures/investLots2_BeforeScrub1Lot.png -share/gnome/help/gnucash-guide/ru/figures/investLots2_RegAfterScrub1Lot.png -share/gnome/help/gnucash-guide/ru/figures/investLotsSplitLot0.png -share/gnome/help/gnucash-guide/ru/figures/investLotsSplitLot1.png -share/gnome/help/gnucash-guide/ru/figures/investLotsSplitReg.png -share/gnome/help/gnucash-guide/ru/figures/invest_AccountsPredef.png -share/gnome/help/gnucash-guide/ru/figures/invest_SetupPortfolio2.png -share/gnome/help/gnucash-guide/ru/figures/invest_SetupPortfolio3.png -share/gnome/help/gnucash-guide/ru/figures/invest_dividendcash.png -share/gnome/help/gnucash-guide/ru/figures/invest_dividendreinvest1.png -share/gnome/help/gnucash-guide/ru/figures/invest_int1.png -share/gnome/help/gnucash-guide/ru/figures/invest_int2-1.png -share/gnome/help/gnucash-guide/ru/figures/invest_int2.png -share/gnome/help/gnucash-guide/ru/figures/invest_int3.png -share/gnome/help/gnucash-guide/ru/figures/invest_merge2.png -share/gnome/help/gnucash-guide/ru/figures/invest_merge3.png -share/gnome/help/gnucash-guide/ru/figures/invest_newaccount.png -share/gnome/help/gnucash-guide/ru/figures/invest_newsecurity.png -share/gnome/help/gnucash-guide/ru/figures/invest_peditor.png -share/gnome/help/gnucash-guide/ru/figures/invest_peditor2.png -share/gnome/help/gnucash-guide/ru/figures/invest_ret_of_cap.png -share/gnome/help/gnucash-guide/ru/figures/invest_selectsecurity.png -share/gnome/help/gnucash-guide/ru/figures/invest_sellstock.png -share/gnome/help/gnucash-guide/ru/figures/invest_sellstock2.png -share/gnome/help/gnucash-guide/ru/figures/invest_sellstockLoss2.png -share/gnome/help/gnucash-guide/ru/figures/invest_sellstockManProfCombNet.png -share/gnome/help/gnucash-guide/ru/figures/invest_sellstockManProfSep.png -share/gnome/help/gnucash-guide/ru/figures/invest_sellstockManProfSepNet.png -share/gnome/help/gnucash-guide/ru/figures/invest_setup_current.png -share/gnome/help/gnucash-guide/ru/figures/invest_setup_portfolio1.png -share/gnome/help/gnucash-guide/ru/figures/invest_simplesplit1.png -share/gnome/help/gnucash-guide/ru/figures/invest_split1.png -share/gnome/help/gnucash-guide/ru/figures/invest_split2.png -share/gnome/help/gnucash-guide/ru/figures/invest_split3.png -share/gnome/help/gnucash-guide/ru/figures/invest_split4.png -share/gnome/help/gnucash-guide/ru/figures/invest_split5.png -share/gnome/help/gnucash-guide/ru/figures/invest_stockmerge1.png -share/gnome/help/gnucash-guide/ru/figures/invest_stockvalue.png -share/gnome/help/gnucash-guide/ru/figures/invest_stockvalue_report.png -share/gnome/help/gnucash-guide/ru/figures/invest_stockvalue_report_options.png -share/gnome/help/gnucash-guide/ru/figures/loans_PrivateLoanCalculation.png -share/gnome/help/gnucash-guide/ru/figures/loans_PrivateLoanFirstPayment.png -share/gnome/help/gnucash-guide/ru/figures/loans_PrivateLoanInitial.png -share/gnome/help/gnucash-guide/ru/figures/loans_PrivateLoanSecondPayment.png -share/gnome/help/gnucash-guide/ru/figures/loans_PrivateLoanSecondPaymentAccounts.png -share/gnome/help/gnucash-guide/ru/figures/loans_fcalc.png -share/gnome/help/gnucash-guide/ru/figures/loans_mortgage1.png -share/gnome/help/gnucash-guide/ru/figures/loans_mortgage2.png -share/gnome/help/gnucash-guide/ru/figures/loans_mortgage3.png -share/gnome/help/gnucash-guide/ru/figures/oview_intro.png -share/gnome/help/gnucash-guide/ru/figures/txns_CashFlow.png -share/gnome/help/gnucash-guide/ru/figures/txns_TransactionRptChecking.png -share/gnome/help/gnucash-guide/ru/figures/txns_TransactionRptExpenses.png -share/gnome/help/gnucash-guide/ru/figures/txns_puttoget_Charts.png -share/gnome/help/gnucash-guide/ru/figures/txns_puttoget_Charts1.png -share/gnome/help/gnucash-guide/ru/figures/txns_puttoget_Charts2.png -share/gnome/help/gnucash-guide/ru/figures/txns_reconcile_window1.png -share/gnome/help/gnucash-guide/ru/figures/txns_reconcile_window2.png -share/gnome/help/gnucash-guide/ru/figures/txns_reconcile_window3.png -share/gnome/help/gnucash-guide/ru/figures/txns_register_2account.png -share/gnome/help/gnucash-guide/ru/figures/txns_register_2account2.png -share/gnome/help/gnucash-guide/ru/figures/txns_register_multiaccount.png -share/gnome/help/gnucash-guide/ru/figures/txns_registersplit2.png -share/gnome/help/gnucash-guide/ru/figures/txns_registersplit3.png -share/gnome/help/gnucash-guide/ru/figures/txns_registersplit4.png -share/gnome/help/gnucash-guide/ru/figures/txns_registersplit5.png -share/gnome/help/gnucash-guide/ru/figures/txns_registersplit6.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_editor-2.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_editor-3-frequency.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_editor-3-overview.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_editor-3-template.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_editor-4.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_editor_slr.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_ledger1.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_ledger2.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_ledger3.png -share/gnome/help/gnucash-guide/ru/figures/txns_sxn_ledger4.png -share/gnome/help/gnucash-guide/ru/gnc-docbookx.dtd -share/gnome/help/gnucash-guide/ru/gnc-glossary.xml -share/gnome/help/gnucash-guide/ru/gnucash-guide.xml -share/gnome/help/gnucash-guide/ru/legal.xml share/gnome/help/gnucash-help/C/Help_ch_Account-Actions.xml share/gnome/help/gnucash-help/C/Help_ch_Business.xml share/gnome/help/gnucash-help/C/Help_ch_Customize.xml @@ -1306,6 +1092,7 @@ share/gnome/help/gnucash-help/C/figures/welcome.png share/gnome/help/gnucash-help/C/figures/window-main-empty.png share/gnome/help/gnucash-help/C/figures/window-tip.png share/gnome/help/gnucash-help/C/gnc-docbookx.dtd +share/gnome/help/gnucash-help/C/gnc-locale-C.dtd share/gnome/help/gnucash-help/C/gnucash-help.xml share/gnome/help/gnucash-help/de/Help_ch_Account-Actions.xml share/gnome/help/gnucash-help/de/Help_ch_Business.xml @@ -1321,11 +1108,24 @@ share/gnome/help/gnucash-help/de/Help_chartofaccts.xml share/gnome/help/gnucash-help/de/Help_chtacctseg.xml share/gnome/help/gnucash-help/de/Help_fdl-appendix.xml share/gnome/help/gnucash-help/de/Help_legal.xml +share/gnome/help/gnucash-help/de/Help_para-assist-intro.xml share/gnome/help/gnucash-help/de/Help_tips-appendix.xml share/gnome/help/gnucash-help/de/Help_txf-categories.xml +share/gnome/help/gnucash-help/de/figures/AccountTreeCreate.png +share/gnome/help/gnucash-help/de/figures/AccountTree_Export_CSV.png +share/gnome/help/gnucash-help/de/figures/AccountTree_Export_dbms.png +share/gnome/help/gnucash-help/de/figures/AccountTree_Export_file.png +share/gnome/help/gnucash-help/de/figures/AccountTree_Import_CSV.png +share/gnome/help/gnucash-help/de/figures/AccountTree_Import_CSV_Preview.png +share/gnome/help/gnucash-help/de/figures/AcctViewOptions-0.png +share/gnome/help/gnucash-help/de/figures/AcctViewOptions-1.png share/gnome/help/gnucash-help/de/figures/Help_AccountReg_Screen.png -share/gnome/help/gnucash-help/de/figures/Help_AccountTreeCreate.png share/gnome/help/gnucash-help/de/figures/Help_AccountTree_Screen.png +share/gnome/help/gnucash-help/de/figures/Help_Book_Options_Accounts.png +share/gnome/help/gnucash-help/de/figures/Help_Book_Options_Budgeting.png +share/gnome/help/gnucash-help/de/figures/Help_Book_Options_Business.png +share/gnome/help/gnucash-help/de/figures/Help_Book_Options_Counters.png +share/gnome/help/gnucash-help/de/figures/Help_Book_Options_Tax.png share/gnome/help/gnucash-help/de/figures/Help_Budget_Screen.png share/gnome/help/gnucash-help/de/figures/Help_CSV_Import_transactions_Preview.png share/gnome/help/gnucash-help/de/figures/Help_CSV_Transaction_Import_Assistant.png @@ -1334,21 +1134,45 @@ share/gnome/help/gnucash-help/de/figures/Help_Import_Map_Editor.png share/gnome/help/gnucash-help/de/figures/Help_Import_MatchPicker.png share/gnome/help/gnucash-help/de/figures/Help_Import_QIF_Druid.png share/gnome/help/gnucash-help/de/figures/Help_Import_Transaction_matcher_1.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_AccntPeriod.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Accnts.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Business.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_DateTime.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_General.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Import.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_OnlineBanking.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Printing.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Quotes.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Register.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_RegisterDefaults.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Reports.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Sched.png +share/gnome/help/gnucash-help/de/figures/Help_Pref_Windows.png share/gnome/help/gnucash-help/de/figures/Help_Reconcile_Screen.png share/gnome/help/gnucash-help/de/figures/Help_Report_Screen.png +share/gnome/help/gnucash-help/de/figures/Help_Reset_Warnings.png share/gnome/help/gnucash-help/de/figures/Help_Scheduled_Transactions.png +share/gnome/help/gnucash-help/de/figures/Help_Style_Choose.png +share/gnome/help/gnucash-help/de/figures/Help_Style_New.png share/gnome/help/gnucash-help/de/figures/Help_Trans_Assoc_Dialog.png +share/gnome/help/gnucash-help/de/figures/Help_Trans_Assoc_Symbols.png share/gnome/help/gnucash-help/de/figures/Main-window-callouts.png share/gnome/help/gnucash-help/de/figures/column-selector-0.png share/gnome/help/gnucash-help/de/figures/column-selector-1.png share/gnome/help/gnucash-help/de/figures/main-window-small.png share/gnome/help/gnucash-help/de/figures/splash.png +share/gnome/help/gnucash-help/de/figures/summarybar-selector-1.png +share/gnome/help/gnucash-help/de/figures/summarybar-selector-2.png +share/gnome/help/gnucash-help/de/figures/summarybar-selector.png share/gnome/help/gnucash-help/de/figures/tip-window.png share/gnome/help/gnucash-help/de/figures/welcome-cancel.png share/gnome/help/gnucash-help/de/figures/welcome.png share/gnome/help/gnucash-help/de/figures/window-main-empty.png share/gnome/help/gnucash-help/de/gnc-docbookx.dtd +share/gnome/help/gnucash-help/de/gnc-locale-C.dtd +share/gnome/help/gnucash-help/de/gnc-locale-de.dtd share/gnome/help/gnucash-help/de/gnucash-help.xml +share/gnome/help/gnucash-help/de/para-assist-buttons.xml share/gnome/help/gnucash-help/it/figures/Help_AccountReg_Screen.png share/gnome/help/gnucash-help/it/figures/Help_AccountTree_Screen.png share/gnome/help/gnucash-help/it/figures/Help_Pref_AccntPeriod.png @@ -1366,6 +1190,8 @@ share/gnome/help/gnucash-help/it/figures/Help_Pref_Windows.png share/gnome/help/gnucash-help/it/figures/Help_Report_Screen.png share/gnome/help/gnucash-help/it/figures/Main-window-callouts.png share/gnome/help/gnucash-help/it/gnc-docbookx.dtd +share/gnome/help/gnucash-help/it/gnc-locale-C.dtd +share/gnome/help/gnucash-help/it/gnc-locale-it.dtd share/gnome/help/gnucash-help/it/gnucash-help.xml share/gnome/help/gnucash-help/pt/Help_ch_Account-Actions.xml share/gnome/help/gnucash-help/pt/Help_ch_Business.xml @@ -1402,5 +1228,21 @@ share/gnome/help/gnucash-help/pt/figures/Help_TxRptOpt_Screen.png share/gnome/help/gnucash-help/pt/figures/Main-window-callouts.png share/gnome/help/gnucash-help/pt/figures/Report_Screen.png share/gnome/help/gnucash-help/pt/figures/Report_Screen_pt_PT.png +share/gnome/help/gnucash-help/pt/figures/blank_transaction.png +share/gnome/help/gnucash-help/pt/figures/button_delete.png +share/gnome/help/gnucash-help/pt/figures/button_edit.png +share/gnome/help/gnucash-help/pt/figures/button_new.png +share/gnome/help/gnucash-help/pt/figures/cancel_transaction.png +share/gnome/help/gnucash-help/pt/figures/delete_translation.png +share/gnome/help/gnucash-help/pt/figures/duplicate_transaction.png +share/gnome/help/gnucash-help/pt/figures/jump_to_register.png +share/gnome/help/gnucash-help/pt/figures/record_transaction.png +share/gnome/help/gnucash-help/pt/figures/report_options.png +share/gnome/help/gnucash-help/pt/figures/schedule_transaction.png +share/gnome/help/gnucash-help/pt/figures/small_icon.png +share/gnome/help/gnucash-help/pt/figures/split_transaction.png +share/gnome/help/gnucash-help/pt/figures/transfer.png share/gnome/help/gnucash-help/pt/gnc-docbookx.dtd +share/gnome/help/gnucash-help/pt/gnc-locale-C.dtd +share/gnome/help/gnucash-help/pt/gnc-locale-pt.dtd share/gnome/help/gnucash-help/pt/gnucash-help.xml From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:24:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58A1C66C644; Mon, 27 Sep 2021 17:24:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ8dK26T7z4RGm; Mon, 27 Sep 2021 17:24:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28D1915301; Mon, 27 Sep 2021 17:24:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RHOL4v055662; Mon, 27 Sep 2021 17:24:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RHOLZ1055660; Mon, 27 Sep 2021 17:24:21 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:24:21 GMT Message-Id: <202109271724.18RHOLZ1055660@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 3a2feaf0b266 - main - graphics/librsvg2-rust: update to 2.52.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3a2feaf0b266278e059c4eac36102b55e312312d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:24:21 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a2feaf0b266278e059c4eac36102b55e312312d commit 3a2feaf0b266278e059c4eac36102b55e312312d Author: Jan Beich AuthorDate: 2021-09-17 20:07:24 +0000 Commit: Jan Beich CommitDate: 2021-09-27 17:21:36 +0000 graphics/librsvg2-rust: update to 2.52.0 Changes: https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.0/NEWS PR: 258561 Exp-run by: antoine Approved by: tcberner --- graphics/librsvg2-rust/Makefile | 3 +- graphics/librsvg2-rust/distinfo | 6 +-- graphics/librsvg2-rust/files/patch-powerpc | 62 ------------------------------ graphics/librsvg2-rust/pkg-plist | 17 +++++--- 4 files changed, 15 insertions(+), 73 deletions(-) diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index b71c5727e7fa..efced9676ac0 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,8 +1,7 @@ # Created by: Ade Lovett PORTNAME= librsvg -PORTVERSION= 2.50.3 -PORTREVISION= 6 +PORTVERSION= 2.52.0 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/librsvg2-rust/distinfo b/graphics/librsvg2-rust/distinfo index 64cd76b91536..5fdea4e9dcbd 100644 --- a/graphics/librsvg2-rust/distinfo +++ b/graphics/librsvg2-rust/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612074594 -SHA256 (gnome2/librsvg-2.50.3.tar.xz) = a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958 -SIZE (gnome2/librsvg-2.50.3.tar.xz) = 18868408 +TIMESTAMP = 1631578579 +SHA256 (gnome2/librsvg-2.52.0.tar.xz) = bd821fb3e16494b61f5185addd23b726b064f203122b3ab4b3d5d7a44e6bf393 +SIZE (gnome2/librsvg-2.52.0.tar.xz) = 23196792 diff --git a/graphics/librsvg2-rust/files/patch-powerpc b/graphics/librsvg2-rust/files/patch-powerpc deleted file mode 100644 index 79df27fcf5ca..000000000000 --- a/graphics/librsvg2-rust/files/patch-powerpc +++ /dev/null @@ -1,62 +0,0 @@ ---- vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC -+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs -@@ -1486,6 +1486,9 @@ cfg_if! { - } else if #[cfg(target_arch = "powerpc64")] { - mod powerpc64; - pub use self::powerpc64::*; -+ } else if #[cfg(target_arch = "powerpc")] { -+ mod powerpc; -+ pub use self::powerpc::*; - } else { - // Unknown target_arch - } ---- vendor/libc/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC -+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/powerpc.rs -@@ -0,0 +1,47 @@ -+pub type c_char = u8; -+pub type c_long = i32; -+pub type c_ulong = u32; -+pub type wchar_t = i32; -+pub type time_t = i64; -+pub type suseconds_t = i32; -+pub type register_t = i32; -+ -+s! { -+ pub struct stat { -+ pub st_dev: ::dev_t, -+ pub st_ino: ::ino_t, -+ pub st_mode: ::mode_t, -+ pub st_nlink: ::nlink_t, -+ pub st_uid: ::uid_t, -+ pub st_gid: ::gid_t, -+ pub st_rdev: ::dev_t, -+ pub st_atime: ::time_t, -+ pub st_atime_nsec: ::c_long, -+ pub st_mtime: ::time_t, -+ pub st_mtime_nsec: ::c_long, -+ pub st_ctime: ::time_t, -+ pub st_ctime_nsec: ::c_long, -+ pub st_size: ::off_t, -+ pub st_blocks: ::blkcnt_t, -+ pub st_blksize: ::blksize_t, -+ pub st_flags: ::fflags_t, -+ pub st_gen: u32, -+ pub st_lspare: i32, -+ pub st_birthtime: ::time_t, -+ pub st_birthtime_nsec: ::c_long, -+ } -+} -+ -+// should be pub(crate), but that requires Rust 1.18.0 -+cfg_if! { -+ if #[cfg(libc_const_size_of)] { -+ #[doc(hidden)] -+ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; -+ } else { -+ #[doc(hidden)] -+ pub const _ALIGNBYTES: usize = 4 - 1; -+ } -+} -+ -+pub const MAP_32BIT: ::c_int = 0x00080000; -+pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/graphics/librsvg2-rust/pkg-plist b/graphics/librsvg2-rust/pkg-plist index 24d1923167b2..a3e0f508e379 100644 --- a/graphics/librsvg2-rust/pkg-plist +++ b/graphics/librsvg2-rust/pkg-plist @@ -1,39 +1,44 @@ bin/rsvg-convert -include/librsvg-2.0/librsvg/librsvg-features.h include/librsvg-2.0/librsvg/rsvg-cairo.h +include/librsvg-2.0/librsvg/rsvg-features.h +include/librsvg-2.0/librsvg/rsvg-version.h include/librsvg-2.0/librsvg/rsvg.h lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.so lib/girepository-1.0/Rsvg-2.0.typelib lib/librsvg-2.so lib/librsvg-2.so.2 -lib/librsvg-2.so.2.47.0 +lib/librsvg-2.so.2.48.0 libdata/pkgconfig/librsvg-2.0.pc man/man1/rsvg-convert.1.gz share/doc/rsvg-2.0/RsvgHandle.html share/doc/rsvg-2.0/annotation-glossary.html share/doc/rsvg-2.0/api-index-full.html share/doc/rsvg-2.0/ch01.html +share/doc/rsvg-2.0/ch01s02.html +share/doc/rsvg-2.0/ch01s03.html share/doc/rsvg-2.0/ch02.html +share/doc/rsvg-2.0/ch03.html share/doc/rsvg-2.0/home.png share/doc/rsvg-2.0/index.html share/doc/rsvg-2.0/left-insensitive.png share/doc/rsvg-2.0/left.png share/doc/rsvg-2.0/licence.html +share/doc/rsvg-2.0/migrating-to-geometry-apis.html share/doc/rsvg-2.0/object-tree.html share/doc/rsvg-2.0/recommendations-assets.html share/doc/rsvg-2.0/right-insensitive.png share/doc/rsvg-2.0/right.png share/doc/rsvg-2.0/rsvg-2.0.devhelp2 +share/doc/rsvg-2.0/rsvg-Deprecated-functions-to-render-to-GdkPixbuf.html +share/doc/rsvg-2.0/rsvg-Deprecated-functions-to-render-with-Cairo.html +share/doc/rsvg-2.0/rsvg-Using-RSVG-with-Cairo.html share/doc/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html -share/doc/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html -share/doc/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html -share/doc/rsvg-2.0/rsvg-Version-check-and-feature-tests.html +share/doc/rsvg-2.0/rsvg-Version-checks.html share/doc/rsvg-2.0/rsvg.html share/doc/rsvg-2.0/style.css share/doc/rsvg-2.0/up-insensitive.png share/doc/rsvg-2.0/up.png share/gir-1.0/Rsvg-2.0.gir -share/locale/es/LC_MESSAGES/librsvg.mo share/thumbnailers/librsvg.thumbnailer share/vala/vapi/librsvg-2.0.vapi @postexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:52:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C0A9266C8F2; Mon, 27 Sep 2021 17:52:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ9GG4yNHz4TSZ; Mon, 27 Sep 2021 17:52:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A5CC1536C; Mon, 27 Sep 2021 17:52:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RHqsZL095385; Mon, 27 Sep 2021 17:52:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RHqsxu095384; Mon, 27 Sep 2021 17:52:54 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:52:54 GMT Message-Id: <202109271752.18RHqsxu095384@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alex Kozlov Subject: git: 0e6da3c2e1f0 - main - archivers/ha: Fix CVE-2015-1198 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ak X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:52:54 -0000 The branch main has been updated by ak: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 commit 0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 Author: Alex Kozlov AuthorDate: 2021-09-27 17:42:12 +0000 Commit: Alex Kozlov CommitDate: 2021-09-27 17:42:12 +0000 archivers/ha: Fix CVE-2015-1198 Fix directory traversal vulnerabilities (CVE-2015-1198) Reported by: decke --- archivers/ha/Makefile | 4 +- archivers/ha/files/patch-CVE-2015-1198 | 123 +++++++++++++++++++++++++++++++++ archivers/ha/files/patch-nix_machine.c | 11 --- 3 files changed, 126 insertions(+), 12 deletions(-) diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3e69951b4d82..c962ec8732e4 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -2,7 +2,7 @@ PORTNAME= ha PORTVERSION= 0.999b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= https://aklv.github.io/distfiles/ DISTNAME= ha0999 @@ -25,6 +25,8 @@ post-patch: -e 's|LDFLAGS = -O2||' \ -e 's|CFLAGS = -Wall -O2|CFLAGS += -Wall|' \ ${WRKSRC}/makefile.nix + @${REINPLACE_CMD} -e 's|OBJS = machine.o info.o|OBJS = machine.o info.o sanitize.o|' \ + ${WRKSRC}/nix/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ha ${STAGEDIR}${PREFIX}/bin diff --git a/archivers/ha/files/patch-CVE-2015-1198 b/archivers/ha/files/patch-CVE-2015-1198 new file mode 100644 index 000000000000..2e3a3898573a --- /dev/null +++ b/archivers/ha/files/patch-CVE-2015-1198 @@ -0,0 +1,123 @@ +- Fix unchecked path extraction problem (CAN-2015-1198) + +Index: nix/sanitize.c +@@ -0,0 +1,79 @@ ++/* ++ * Path sanitation code by Ludwig Nussel . Public Domain. ++ */ ++ ++#include ++#include ++#include ++ ++#ifndef PATH_CHAR ++#define PATH_CHAR '/' ++#endif ++#ifndef MIN ++#define MIN(x,y) ((x)<(y)?(x):(y)) ++#endif ++ ++/* copy src into dest converting the path to a relative one inside the current ++ * directory. dest must hold at least len bytes */ ++void copy_path_relative(char *dest, char *src, size_t len) ++{ ++ char* o = dest; ++ char* p = src; ++ ++ *o = '\0'; ++ ++ while(*p && *p == PATH_CHAR) ++p; ++ for(; len && *p;) ++ { ++ src = p; ++ p = strchr(src, PATH_CHAR); ++ if(!p) p = src+strlen(src); ++ ++ /* . => skip */ ++ if(p-src == 1 && *src == '.' ) ++ { ++ if(*p) src = ++p; ++ } ++ /* .. => pop one */ ++ else if(p-src == 2 && *src == '.' && src[1] == '.') ++ { ++ if(o != dest) ++ { ++ char* tmp; ++ *o = '\0'; ++ tmp = strrchr(dest, PATH_CHAR); ++ if(!tmp) ++ { ++ len += o-dest; ++ o = dest; ++ if(*p) ++p; ++ } ++ else ++ { ++ len += o-tmp; ++ o = tmp; ++ if(*p) ++p; ++ } ++ } ++ else /* nothing to pop */ ++ if(*p) ++p; ++ } ++ else ++ { ++ size_t copy; ++ if(o != dest) ++ { ++ --len; ++ *o++ = PATH_CHAR; ++ } ++ copy = MIN(p-src,len); ++ memcpy(o, src, copy); ++ len -= copy; ++ src += copy; ++ o += copy; ++ if(*p) ++p; ++ } ++ while(*p && *p == PATH_CHAR) ++p; ++ } ++ o[len?0:-1] = '\0'; ++} +Index: nix/machine.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -68,6 +69,8 @@ + static Mdhd mdhd; + struct stat filestat; + ++void copy_path_relative(char *dest, char *src, size_t len); ++ + static void sig_handler(int signo) { + + error(1,ERR_INT,signo); +@@ -375,7 +378,7 @@ + if (i==0) skipemptypath=1; + else skipemptypath=0; + if ((hapath=malloc(j+1-i))==NULL) error(1,ERR_MEM,"md_tohapath()"); +- strcpy(hapath,mdpath+i); ++ copy_path_relative(hapath, mdpath+i, sizeof(hapath)); + for (i=0;hapath[i];++i) if (hapath[i]=='/') hapath[i]=0xff; + return md_strcase(hapath); + } +@@ -388,8 +391,10 @@ + if (mdpath!=NULL) free(mdpath),mdpath=NULL; + if ((mdpath=malloc(strlen(hapath)+1))==NULL) + error(1,ERR_MEM,"md_tomdpath()"); +- strcpy(mdpath,hapath); +- for (i=0;mdpath[i];++i) if ((unsigned char)mdpath[i]==0xff) mdpath[i]='/'; ++ /* Kludge to avoid temp string allocation */ ++ for (i=0;hapath[i];++i) if (hapath[i]==0xff) hapath[i]='/'; ++ copy_path_relative(mdpath, hapath, sizeof(mdpath)); ++ for (i=0;hapath[i];++i) if (hapath[i]=='/') hapath[i]=0xff; + return mdpath; + } + diff --git a/archivers/ha/files/patch-nix_machine.c b/archivers/ha/files/patch-nix_machine.c deleted file mode 100644 index 735343ea7fd5..000000000000 --- a/archivers/ha/files/patch-nix_machine.c +++ /dev/null @@ -1,11 +0,0 @@ ---- nix/machine.c.orig 1995-01-12 06:53:00 UTC -+++ nix/machine.c -@@ -417,7 +417,7 @@ char *md_stripname(char *mdfullpath) { - if (plainname!=NULL) free(plainname),plainname=NULL; - if ((plainname=malloc(strlen(mdfullpath)+1))==NULL) - error(1,ERR_MEM,"md_stripname()"); -- for (i=strlen(mdfullpath)-1;i>0;i--) { -+ for (i=strlen(mdfullpath)-1;i>=0;i--) { - if (mdfullpath[i]=='/') { - i++; - break; From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 17:57:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00EB166D201; Mon, 27 Sep 2021 17:57:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ9MF6c3Hz4TfM; Mon, 27 Sep 2021 17:57:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE87015748; Mon, 27 Sep 2021 17:57:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RHvD3W095830; Mon, 27 Sep 2021 17:57:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RHvDjq095829; Mon, 27 Sep 2021 17:57:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 17:57:13 GMT Message-Id: <202109271757.18RHvDjq095829@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dimitry Andric Subject: git: 6bef09666460 - main - lang/python3([6-9]|10): disable detection of multiarch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6bef09666460fb9f9052550854fa69f5d5e4a0e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 17:57:14 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=6bef09666460fb9f9052550854fa69f5d5e4a0e8 commit 6bef09666460fb9f9052550854fa69f5d5e4a0e8 Author: Dimitry Andric AuthorDate: 2021-09-27 17:39:05 +0000 Commit: Dimitry Andric CommitDate: 2021-09-27 17:56:59 +0000 lang/python3([6-9]|10): disable detection of multiarch It breaks with clang >= 13, which adds a major.minor version number in -print-multiarch output, and the dot confuses Python: ModuleNotFoundError: No module named '_sysconfigdata__freebsd14_x86_64-unknown-freebsd14' Since we do not support multiarch, and the configure script has no way to disable the multiarch check, stub it out during post-patch. PR: 258377 Approved by: maintainer timeout (2 weeks) MFH: 2021Q3 --- lang/python310/Makefile | 4 ++++ lang/python36/Makefile | 6 ++++++ lang/python37/Makefile | 4 ++++ lang/python38/Makefile | 4 ++++ lang/python39/Makefile | 4 ++++ 5 files changed, 22 insertions(+) diff --git a/lang/python310/Makefile b/lang/python310/Makefile index 3dbf8d5d004e..64aba656d340 100644 --- a/lang/python310/Makefile +++ b/lang/python310/Makefile @@ -124,6 +124,10 @@ post-patch: # which introduces hidden dependency and breaks build @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py +# disable detection of multiarch as it breaks with clang >= 13, which adds a +# major.minor version number in -print-multiarch output, confusing Python + @${REINPLACE_CMD} -e 's|^MULTIARCH=.*|MULTIARCH=|' ${WRKSRC}/configure \ + ${WRKSRC}/configure.ac # Apply DISABLED_EXTENSIONS @${ECHO_CMD} '*disabled*' > ${WRKSRC}/Modules/Setup.local . for _module in ${DISABLED_EXTENSIONS} diff --git a/lang/python36/Makefile b/lang/python36/Makefile index 93aa71936d4d..5b67fbd5044a 100644 --- a/lang/python36/Makefile +++ b/lang/python36/Makefile @@ -124,6 +124,12 @@ DISABLED_EXTENSIONS+= nis PLIST_SUB+= NO_NIS="" .endif +post-patch: +# disable detection of multiarch as it breaks with clang >= 13, which adds a +# major.minor version number in -print-multiarch output, confusing Python + @${REINPLACE_CMD} -e 's|^MULTIARCH=.*|MULTIARCH=|' ${WRKSRC}/configure \ + ${WRKSRC}/configure.ac + post-install: .if ! ${PORT_OPTIONS:MDEBUG} ${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: https://bugs.python.org/issue17975 diff --git a/lang/python37/Makefile b/lang/python37/Makefile index 8909af0dd7ab..4db00e66e9d2 100644 --- a/lang/python37/Makefile +++ b/lang/python37/Makefile @@ -111,6 +111,10 @@ post-patch: # which introduces hidden dependency and breaks build @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py +# disable detection of multiarch as it breaks with clang >= 13, which adds a +# major.minor version number in -print-multiarch output, confusing Python + @${REINPLACE_CMD} -e 's|^MULTIARCH=.*|MULTIARCH=|' ${WRKSRC}/configure \ + ${WRKSRC}/configure.ac # Apply DISABLED_EXTENSIONS @${ECHO_CMD} '*disabled*' > ${WRKSRC}/Modules/Setup.local . for _module in ${DISABLED_EXTENSIONS} diff --git a/lang/python38/Makefile b/lang/python38/Makefile index 68359a8579a8..f3dcec0757fa 100644 --- a/lang/python38/Makefile +++ b/lang/python38/Makefile @@ -115,6 +115,10 @@ post-patch: # which introduces hidden dependency and breaks build @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py +# disable detection of multiarch as it breaks with clang >= 13, which adds a +# major.minor version number in -print-multiarch output, confusing Python + @${REINPLACE_CMD} -e 's|^MULTIARCH=.*|MULTIARCH=|' ${WRKSRC}/configure \ + ${WRKSRC}/configure.ac # Apply DISABLED_EXTENSIONS @${ECHO_CMD} '*disabled*' > ${WRKSRC}/Modules/Setup.local . for _module in ${DISABLED_EXTENSIONS} diff --git a/lang/python39/Makefile b/lang/python39/Makefile index 4a0d31ba17f2..2d052cf3741d 100644 --- a/lang/python39/Makefile +++ b/lang/python39/Makefile @@ -116,6 +116,10 @@ post-patch: # which introduces hidden dependency and breaks build @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py +# disable detection of multiarch as it breaks with clang >= 13, which adds a +# major.minor version number in -print-multiarch output, confusing Python + @${REINPLACE_CMD} -e 's|^MULTIARCH=.*|MULTIARCH=|' ${WRKSRC}/configure \ + ${WRKSRC}/configure.ac # Apply DISABLED_EXTENSIONS @${ECHO_CMD} '*disabled*' > ${WRKSRC}/Modules/Setup.local . for _module in ${DISABLED_EXTENSIONS} From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 18:22:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2241366D918; Mon, 27 Sep 2021 18:22:58 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJ9wx6Y2Nz4WWp; Mon, 27 Sep 2021 18:22:57 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Mon, 27 Sep 2021 20:22:55 +0200 From: Alex Kozlov To: Bernhard =?iso-8859-1?Q?Fr=F6hlich?= Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 8e36aa89c535 - main - archivers/ha: Add CPE information Message-ID: <20210927182255.GA37696@ravenloft.kiev.ua> References: <202109201433.18KEXHRJ053338@gitrepo.freebsd.org> <20210927091710.GA21625@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4HJ9wx6Y2Nz4WWp X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 18:22:58 -0000 On Mon, Sep 27, 2021 at 01:26:14PM +0200, Bernhard Fröhlich wrote: > On Mon, Sep 27, 2021 at 11:17 AM Alex Kozlov wrote: > > > > On Mon, Sep 20, 2021 at 02:33:17PM +0000, Bernhard Froehlich wrote: > > > The branch main has been updated by decke: > > > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=8e36aa89c5357316ed5bf1cc3d877624b51e21a6 > > > > > > commit 8e36aa89c5357316ed5bf1cc3d877624b51e21a6 > > > Author: Bernhard Froehlich > > > AuthorDate: 2021-09-20 14:18:16 +0000 > > > Commit: Bernhard Froehlich > > > CommitDate: 2021-09-20 14:18:16 +0000 > > > > > > archivers/ha: Add CPE information > > > > > > Approved by: portmgr (blanket) > > > --- > > > archivers/ha/Makefile | 3 ++- > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile > > > index 3e69951b4d82..15f05c41b881 100644 > > > --- a/archivers/ha/Makefile > > > +++ b/archivers/ha/Makefile > > > @@ -16,7 +16,8 @@ NO_WRKSUBDIR= yes > > > PLIST_FILES= bin/ha > > > MAKEFILE= makefile.nix > > > ALL_TARGET= ha > > > -USES= gmake tar:tgz > > > +USES= cpe gmake tar:tgz > > > +CPE_VENDOR= linux-ha > > Are you sure that linux-ha (High-Availability Linux) cpe.vendor is applicable > > to archivers/ha (Hirvola's archiver)? > > Thanks for having a look! Being curious is definitely good because I > only spend a few minutes > per port to decide if that is a match or not. > > I remember that this looked pretty strange to me as well but here is > what the data says. > Lookup in the CPE Dictionary for "cpe:2.3:a:linux-ha:ha" gives me: > > https://nvd.nist.gov/products/cpe/detail/917416?namingFormat=2.3&orderBy=CPEURI&keyword=cpe%3A2.3%3Aa%3Alinux-ha%3Aha&status=FINAL > > That points me to: > > http://www.linux-ha.org/wiki/Main_Page => dead, wayback machine > https://web.archive.org/web/20210214054305/http://www.linux-ha.org/wiki/Main_Page > => > "The Linux-HA project maintains a set of building blocks for high > availability cluster systems" > so definitely not the archiver > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774954 => CVE-2015-1198 > https://www.openwall.com/lists/oss-security/2015/01/18/8 => points to > debian bug above > https://nvd.nist.gov/vuln/detail/CVE-2015-1198 > > The Debian page definitely uses the name "Harri Hirvola" which seems > to be the author of > that archiver. The CVE talks about a directory traversal vulnerability > in an archiver so this > sounds like what I expected. > > After all this looks like the CVE points to an incorrect CPE entry. I > will contact MITRE to > dispute that CPE entry and in the portstree I will revert the commit. I've also seen that weird debian entry, that's why I asked. > Please also have a look at CVE-2015-1198 and take some actions because > our port is > very likely also vulnerable. There was incomplete attempt to fix this/similar vulnerability, but the path part of attack still worked. So I cooked up some quick fix by analogy with resemblant vulnerability in archivers/unarj. Reviews are welcome. -- Alex From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 18:29:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D2DF66DA8A; Mon, 27 Sep 2021 18:29:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJB4M0WMbz4Wyt; Mon, 27 Sep 2021 18:29:23 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632767363; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Tl8lW46YDmcaSJxb+ddrl5xcetmCPiy5Q6dW8rgxxCg=; b=cYjLuIWYqPmvMJEt1CdvP8tMe5SKSjGERnEeiVUhK4+lA1T2QS4xKKJopIMQ2cQwnFS87h UhOZcEkNBCv3Dz/xJJdnhoXNMqOk4H4KBlt8ybvTj6AMtJfJJiV5BkhZ8PPJjwEMmUn6cN kUQFgXibpp9VO3SUkX7grCdJixBVvA+GKFGLe3u659dQgjIkrWWLcqYmILMsjQL8Y1NRtS p6pXrx7UuPHHNX03EUrKrwdjH386Yw9E/6d+tGEeqZJ0keT3jc7w6CByDkOqG9uPtHtDML sFLPV7tGbEqW3AmUlUz4Q4DqLYAxS0OBd2mDqCOqhNMUwX0E/Bgn8Q1pg//ciA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id F2AD291B8; Mon, 27 Sep 2021 18:29:22 +0000 (UTC) Date: Mon, 27 Sep 2021 18:29:22 +0000 From: Alexey Dokuchaev To: Alex Kozlov Cc: Bernhard Fr?hlich , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 8e36aa89c535 - main - archivers/ha: Add CPE information Message-ID: References: <202109201433.18KEXHRJ053338@gitrepo.freebsd.org> <20210927091710.GA21625@ravenloft.kiev.ua> <20210927182255.GA37696@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210927182255.GA37696@ravenloft.kiev.ua> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632767363; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Tl8lW46YDmcaSJxb+ddrl5xcetmCPiy5Q6dW8rgxxCg=; b=NWtbcrdIL90Znhx2BD5S5SI1uJ/rvP+G+M9b4anMcOiu+gS/2h0k/OZ6xJKdPc/P83lumi VRaoREdGppsQdjJ7woSNHvCl44s0BTB4BolEFbU5geiTInG/Q780phwu3wD0YwinQrOIRK eYEZIdGZg5SI3699A1U9ZpITWb3VFpJg9Eaz9csnl9/UDojEs9E3vxnrxGGQAuN9UFNGy6 d533C3ESTiZnpc73jc42SMEckjrsVviS3rRuxdzwnqNUSNz5JONBgcWm7hLDsoDk1pao7Y TTlvW2stQvPangFYVfMe/lexA1hNbKWZBlEMuxDW68U8+9uAnIN9sno81ekMfw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632767363; a=rsa-sha256; cv=none; b=NwinX9Iv5nJtK4DqUJfs9DaYI90gYNecfH/KZQ6Jbj7igP/VOsJprdYRAOxRV8JDNLxjVX e401n20FzQRuUPREVQvCeZiU70bmpT2N38A6lSRdB8gRGFrepAYH5b/zLyttH+haylfdOa mP4wzFpxc7rrLMj/7VKZO2nU3BR2KVbz3XKiM/knT/Fz4k7cFQaArHXVCo3Qn5XDJ9Rm1W oOZgZpAeBuQaHHCRs8p/U+rzAqgKvftXayREq1HXJSsYkLet5TiY3JEiT+tTcPLSaY7GOS 7KaSdLH/+fWYXkuSdJ+B0CwuiTrzGZrssBvyytKLUGY1sT/wM6gbFrRMA2wNYg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 18:29:23 -0000 On Mon, Sep 27, 2021 at 08:22:55PM +0200, Alex Kozlov wrote: > ... > > Please also have a look at CVE-2015-1198 and take some actions because > > our port is very likely also vulnerable. > > There was incomplete attempt to fix this/similar vulnerability, but > the path part of attack still worked. So I cooked up some quick fix > by analogy with resemblant vulnerability in archivers/unarj. > Reviews are welcome. Thanks for taking care of `archivers/ha' Alex, I remember using it back in MSDOS times as it offered better compression ratios than other archivers available back in those times. Fond memories! :-) ./danfe From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 18:45:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC8B866DAD8; Mon, 27 Sep 2021 18:45:53 +0000 (UTC) (envelope-from evgeniy@khramtsov.org) Received: from mxa.khramtsov.org (mxa.khramtsov.org [IPv6:2a0a:e5c0:2:10f::f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJBRP4fK2z4YSc; Mon, 27 Sep 2021 18:45:53 +0000 (UTC) (envelope-from evgeniy@khramtsov.org) Received: from mxa.khramtsov.org (mxa.khramtsov.org [IPv6:2a0a:e5c0:2:10f::f]) by mxa.khramtsov.org (Postfix) with ESMTP id 7952C1260CD; Mon, 27 Sep 2021 18:45:08 +0000 (UTC) Date: Mon, 27 Sep 2021 21:45:40 +0300 From: Evgeniy Khramtsov To: Baptiste Daroussin , Guido Falsi Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 Message-ID: <20210927184540.tkhfti4lutghyons@vax.khramtsov.org> References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> <63723cf0-1dea-f4c6-6d48-d91cbb4e7ebb@FreeBSD.org> <20210927134722.ej34iaqktwhjob5q@aniel.nours.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210927134722.ej34iaqktwhjob5q@aniel.nours.eu> X-Rspamd-Queue-Id: 4HJBRP4fK2z4YSc X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 18:45:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258750 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:41:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BE5C66E912; Mon, 27 Sep 2021 19:41:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCgQ1wHCz4fhn; Mon, 27 Sep 2021 19:41:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 224271667F; Mon, 27 Sep 2021 19:41:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJfM7L040828; Mon, 27 Sep 2021 19:41:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJfMl0040827; Mon, 27 Sep 2021 19:41:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:41:22 GMT Message-Id: <202109271941.18RJfMl0040827@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: dbfb7431bb27 - main - math/R-cran-maps: Update to 3.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dbfb7431bb2799d01191bb5df11ecc4953faed22 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:41:22 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbfb7431bb2799d01191bb5df11ecc4953faed22 commit dbfb7431bb2799d01191bb5df11ecc4953faed22 Author: Guangyuan Yang AuthorDate: 2021-09-27 19:41:09 +0000 Commit: Guangyuan Yang CommitDate: 2021-09-27 19:41:09 +0000 math/R-cran-maps: Update to 3.4.0 --- math/R-cran-maps/Makefile | 5 ++--- math/R-cran-maps/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/math/R-cran-maps/Makefile b/math/R-cran-maps/Makefile index 296894cdc8da..36402e1751f3 100644 --- a/math/R-cran-maps/Makefile +++ b/math/R-cran-maps/Makefile @@ -1,7 +1,7 @@ # Created by: Guangyuan Yang PORTNAME= maps -DISTVERSION= 3.3.0 +DISTVERSION= 3.4.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,8 +10,7 @@ COMMENT= Draw Geographical Maps LICENSE= GPLv2 -TEST_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ - R-cran-sp>0:math/R-cran-sp +TEST_DEPENDS= R-cran-sp>0:math/R-cran-sp USES= cran:auto-plist,compiles diff --git a/math/R-cran-maps/distinfo b/math/R-cran-maps/distinfo index 12355a7b1f63..da58cf59b7ee 100644 --- a/math/R-cran-maps/distinfo +++ b/math/R-cran-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621841442 -SHA256 (maps_3.3.0.tar.gz) = 199afe19a4edcef966ae79ef802f5dcc15a022f9c357fcb8cae8925fe8bd2216 -SIZE (maps_3.3.0.tar.gz) = 2493744 +TIMESTAMP = 1632769638 +SHA256 (maps_3.4.0.tar.gz) = 7918ccb2393ca19589d4c4e77d9ebe863dc6317ebfc1ff41869dbfaf439f5747 +SIZE (maps_3.4.0.tar.gz) = 2278225 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:48:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2331B66E649 for ; Mon, 27 Sep 2021 19:48:31 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCqg071vz4g4X for ; Mon, 27 Sep 2021 19:48:31 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-qv1-f53.google.com (mail-qv1-f53.google.com [209.85.219.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id D200655F9 for ; Mon, 27 Sep 2021 19:48:30 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-qv1-f53.google.com with SMTP id a14so11910607qvb.6 for ; Mon, 27 Sep 2021 12:48:30 -0700 (PDT) X-Gm-Message-State: AOAM532sNQFgCn6iml6znG9YTNlgN9R9qU+AqvsJjo/axS0P7IZmKLAV 7kR7KzHW/hZE9IZua+um52moqCPv1YNaJ3m/kZPHzQ== X-Google-Smtp-Source: ABdhPJzG5KwWkwk1hgR31K5vSbg0Cb16o4pNT6yaXS5hRMzqofEA3LxGi4KknzfyG2ihfRZgV1rIuqTZNd+E9QQDqC4= X-Received: by 2002:a0c:e3d3:: with SMTP id e19mr1455866qvl.46.1632772110455; Mon, 27 Sep 2021 12:48:30 -0700 (PDT) MIME-Version: 1.0 References: <202109271550.18RFoZuU023509@gitrepo.freebsd.org> In-Reply-To: <202109271550.18RFoZuU023509@gitrepo.freebsd.org> From: Po-Chuan Hsieh Date: Tue, 28 Sep 2021 03:47:54 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: a642f92e86d3 - main - misc/py-pexpect: fix most of the test cases To: =?UTF-8?B?U3RlZmFuIEXDn2Vy?= Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:48:31 -0000 On Mon, Sep 27, 2021 at 11:50 PM Stefan E=C3=9Fer wrote: > The branch main has been updated by se: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=3Da642f92e86d3b022e67d99f1c1dbd= 9fe6499c634 > > commit a642f92e86d3b022e67d99f1c1dbd9fe6499c634 > Author: Stefan E=C3=9Fer > AuthorDate: 2021-09-27 13:49:11 +0000 > Commit: Stefan E=C3=9Fer > CommitDate: 2021-09-27 15:49:50 +0000 > > misc/py-pexpect: fix most of the test cases > > A number of test cases included in the pexpect distribution failed on > FreeBSD. The patches included in the commit fix most of these tests. > > One of the tests used /bin/bash and long options for the nl command. > Other tests assumed pipe buffers larger than provided by FreeBSD. > > 3 tests are still failing: > > tests/test_replwrap.py::REPLWrapTestCase::test_existing_spawn FAILED > > The text received contains bracketed paste escape characters when > a bash version 5.1 or newer is installed. There may be another proble= m > with this test, though, since it seems to depend on some bash rc file > of the account executing this test. > > tests/test_socket.py::ExpectTestCase::test_interrupt FAILED > tests/test_socket.py::ExpectTestCase::test_multiple_interrupts FAILED > > These two test seem to fail due to an early exit of the sending > process. It appears to be in Zombie state and cannot be signaled. > The "non-blocking read" seems to be blocking in this situation. > > The real cause is unclear, it seems to be a mismatch between process > lifetime semantics in Linux and FreeBSD. I have removed an infinite > wait loop with these patches, which causes a test failure to be > detected (instead of preventing the execution of any further test > cases). > > I have created a pull request on Github to get these patches into the > upstream, but it seems that the owner of the pexpect repository is no= t > very active. > > Approved by: sunpoet (maintainer) > Stefan, thanks for fixing it! Regards, sunpoet From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:48:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87D8066E656; Mon, 27 Sep 2021 19:48:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCr73VQXz4gPR; Mon, 27 Sep 2021 19:48:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58C0E17016; Mon, 27 Sep 2021 19:48:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJmt0j042453; Mon, 27 Sep 2021 19:48:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJmtQ8042452; Mon, 27 Sep 2021 19:48:55 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:48:55 GMT Message-Id: <202109271948.18RJmtQ8042452@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fb80bc28b376 - main - devel/py-installer: Add py-installer 0.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fb80bc28b376e3c321df665cf7e94add97d616d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:48:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb80bc28b376e3c321df665cf7e94add97d616d7 commit fb80bc28b376e3c321df665cf7e94add97d616d7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:44:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:06 +0000 devel/py-installer: Add py-installer 0.2.3 This is a low-level library for installing a Python package from a wheel distribution. It provides basic functionality and abstractions for handling wheels and installing packages from wheels. - Logic for "unpacking" a wheel (i.e. installation). - Abstractions for various parts of the unpacking process. - Extensible simple implementations of the abstractions. - Platform-independent Python script wrapper generation. WWW: https://github.com/pradyunsg/installer --- devel/Makefile | 1 + devel/py-installer/Makefile | 26 ++++++++++++++++++++++++++ devel/py-installer/distinfo | 3 +++ devel/py-installer/pkg-descr | 10 ++++++++++ 4 files changed, 40 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index de251f194795..12358cd22353 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4587,6 +4587,7 @@ SUBDIR += py-iniconfig SUBDIR += py-inifile SUBDIR += py-iniparse + SUBDIR += py-installer SUBDIR += py-intbitset SUBDIR += py-intervals SUBDIR += py-intervaltree diff --git a/devel/py-installer/Makefile b/devel/py-installer/Makefile new file mode 100644 index 000000000000..41d3a06c8947 --- /dev/null +++ b/devel/py-installer/Makefile @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= installer +PORTVERSION= 0.2.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Library for installing Python wheels + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include + +.if ${PYTHON_REL} < 30700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} +.endif + +.include diff --git a/devel/py-installer/distinfo b/devel/py-installer/distinfo new file mode 100644 index 000000000000..0806f909c311 --- /dev/null +++ b/devel/py-installer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632760420 +SHA256 (installer-0.2.3.tar.gz) = 82c899f5e3c78303242df9c9ca7ac58001c9806d8c23fa2772be769d1f560fe5 +SIZE (installer-0.2.3.tar.gz) = 310274 diff --git a/devel/py-installer/pkg-descr b/devel/py-installer/pkg-descr new file mode 100644 index 000000000000..7baa82b559c4 --- /dev/null +++ b/devel/py-installer/pkg-descr @@ -0,0 +1,10 @@ +This is a low-level library for installing a Python package from a wheel +distribution. It provides basic functionality and abstractions for handling +wheels and installing packages from wheels. + +- Logic for "unpacking" a wheel (i.e. installation). +- Abstractions for various parts of the unpacking process. +- Extensible simple implementations of the abstractions. +- Platform-independent Python script wrapper generation. + +WWW: https://github.com/pradyunsg/installer From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:48:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E84F766E8E0; Mon, 27 Sep 2021 19:48:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCr84dxJz4gMZ; Mon, 27 Sep 2021 19:48:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F65F16F99; Mon, 27 Sep 2021 19:48:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJmuJ8042477; Mon, 27 Sep 2021 19:48:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJmuEb042476; Mon, 27 Sep 2021 19:48:56 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:48:56 GMT Message-Id: <202109271948.18RJmuEb042476@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ae7e9d3094f5 - main - devel/py-pdm: Add py-pdm 1.8.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ae7e9d3094f54e8cf55185312933bc69c2d0e7bf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:48:57 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae7e9d3094f54e8cf55185312933bc69c2d0e7bf commit ae7e9d3094f54e8cf55185312933bc69c2d0e7bf Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:44:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:06 +0000 devel/py-pdm: Add py-pdm 1.8.5 PDM is meant to be a next generation Python package management tool. It was originally built for personal use. If you feel you are going well with Pipenv or Poetry and don't want to introduce another package manager, just stick to it. But if you are missing something that is not present in those tools, you can probably find some goodness in pdm. WWW: https://github.com/pdm-project/pdm --- devel/Makefile | 1 + devel/py-pdm/Makefile | 43 ++++++++++++++++++++++++ devel/py-pdm/distinfo | 3 ++ devel/py-pdm/files/setup.py | 80 +++++++++++++++++++++++++++++++++++++++++++++ devel/py-pdm/pkg-descr | 7 ++++ 5 files changed, 134 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 12358cd22353..3b243a10f99a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4842,6 +4842,7 @@ SUBDIR += py-pathtools SUBDIR += py-paver SUBDIR += py-pbr + SUBDIR += py-pdm SUBDIR += py-pebble SUBDIR += py-pefile SUBDIR += py-pendulum diff --git a/devel/py-pdm/Makefile b/devel/py-pdm/Makefile new file mode 100644 index 000000000000..765126121b41 --- /dev/null +++ b/devel/py-pdm/Makefile @@ -0,0 +1,43 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= pdm +PORTVERSION= 1.8.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python Development Master + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}atoml>=1.0.3:textproc/py-atoml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}installer>=0.2.3<0.3:devel/py-installer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pdm-pep517>=0.8.3<0.9:devel/py-pdm-pep517@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pep517>=0.11.0:devel/py-pep517@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pip>=20.1:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.15<1:www/py-python-dotenv@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pythonfinder>=0:devel/py-pythonfinder@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}resolvelib>=0.7.0<0.8.0:devel/py-resolvelib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}shellingham>=1.3.2<2.0.0:devel/py-shellingham@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomli>=1.1.0<2.0.0:textproc/py-tomli@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.36.2<1.0.0:devel/py-wheel@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include + +.if ${PYTHON_REL} < 30800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} +.endif + +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + +.include diff --git a/devel/py-pdm/distinfo b/devel/py-pdm/distinfo new file mode 100644 index 000000000000..70ed41632e8a --- /dev/null +++ b/devel/py-pdm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632760422 +SHA256 (pdm-1.8.5.tar.gz) = 91c50a792b0af21c6e8b82c344281b4ce7e1f518010c362bee6a4b7434b5b97e +SIZE (pdm-1.8.5.tar.gz) = 173613 diff --git a/devel/py-pdm/files/setup.py b/devel/py-pdm/files/setup.py new file mode 100644 index 000000000000..1b0c05eeb08e --- /dev/null +++ b/devel/py-pdm/files/setup.py @@ -0,0 +1,80 @@ + +# -*- coding: utf-8 -*- +from setuptools import setup + +import codecs + +with codecs.open('README.md', encoding="utf-8") as fp: + long_description = fp.read() +INSTALL_REQUIRE = [ + 'appdirs', + 'atoml>=1.0.3', + 'click>=7', + 'importlib-metadata; python_version < "3.8"', + 'pdm-pep517>=0.8.3,<0.9', + 'pep517>=0.11.0', + 'pip>=20.1', + 'python-dotenv~=0.15', + 'pythonfinder', + 'resolvelib>=0.7.0,<0.8.0', + 'shellingham<2.0.0,>=1.3.2', + 'wheel<1.0.0,>=0.36.2', + 'tomli>=1.1.0,<2.0.0', + 'installer~=0.2.3', +] +ENTRY_POINTS = { + 'console_scripts': [ + 'pdm = pdm.core:main', + ], +} + +setup_kwargs = { + 'name': 'pdm', + 'version': '1.8.5', + 'description': 'Python Development Master', + 'long_description': long_description, + 'license': 'MIT', + 'author': '', + 'author_email': 'frostming ', + 'maintainer': None, + 'maintainer_email': None, + 'url': 'https://pdm.fming.dev', + 'packages': [ + 'pdm', + 'pdm._vendor', + 'pdm._vendor.colorama', + 'pdm._vendor.halo', + 'pdm._vendor.log_symbols', + 'pdm._vendor.spinners', + 'pdm.builders', + 'pdm.cli', + 'pdm.cli.commands', + 'pdm.cli.completions', + 'pdm.formats', + 'pdm.installers', + 'pdm.models', + 'pdm.models.in_process', + 'pdm.pep582', + 'pdm.project', + 'pdm.resolver', + ], + 'package_data': {'': ['*']}, + 'long_description_content_type': 'text/markdown', + 'keywords': ['packaging', 'dependency', 'workflow'], + 'classifiers': [ + 'Development Status :: 4 - Beta', + 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Topic :: Software Development :: Build Tools', + ], + 'install_requires': INSTALL_REQUIRE, + 'python_requires': '>=3.7', + 'entry_points': ENTRY_POINTS, + +} + + +setup(**setup_kwargs) diff --git a/devel/py-pdm/pkg-descr b/devel/py-pdm/pkg-descr new file mode 100644 index 000000000000..9309b4fa161a --- /dev/null +++ b/devel/py-pdm/pkg-descr @@ -0,0 +1,7 @@ +PDM is meant to be a next generation Python package management tool. It was +originally built for personal use. If you feel you are going well with Pipenv or +Poetry and don't want to introduce another package manager, just stick to it. +But if you are missing something that is not present in those tools, you can +probably find some goodness in pdm. + +WWW: https://github.com/pdm-project/pdm From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:48:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 45A6B66E6ED; Mon, 27 Sep 2021 19:48:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrC0C4dz4g9n; Mon, 27 Sep 2021 19:48:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8C2D16BEA; Mon, 27 Sep 2021 19:48:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJmwW5042532; Mon, 27 Sep 2021 19:48:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJmw8K042531; Mon, 27 Sep 2021 19:48:58 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:48:58 GMT Message-Id: <202109271948.18RJmw8K042531@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a2663b5d194c - main - devel/py-pythonfinder: Add py-pythonfinder 1.2.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a2663b5d194c51e28906bfbc7f741312501cdc68 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:48:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2663b5d194c51e28906bfbc7f741312501cdc68 commit a2663b5d194c51e28906bfbc7f741312501cdc68 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:44:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:07 +0000 devel/py-pythonfinder: Add py-pythonfinder 1.2.8 PythonFinder is a cross-platform search tool for finding Pythons. WWW: https://github.com/sarugaku/pythonfinder --- devel/Makefile | 1 + devel/py-pythonfinder/Makefile | 26 ++++++++++++++++++++++++++ devel/py-pythonfinder/distinfo | 3 +++ devel/py-pythonfinder/pkg-descr | 3 +++ 4 files changed, 33 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 70469a516457..8b0858b9249a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5071,6 +5071,7 @@ SUBDIR += py-python-subunit SUBDIR += py-pythonbrew SUBDIR += py-pythondialog + SUBDIR += py-pythonfinder SUBDIR += py-pytimeparse SUBDIR += py-pytools SUBDIR += py-pytrie diff --git a/devel/py-pythonfinder/Makefile b/devel/py-pythonfinder/Makefile new file mode 100644 index 000000000000..153ce610c4e5 --- /dev/null +++ b/devel/py-pythonfinder/Makefile @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= pythonfinder +PORTVERSION= 1.2.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python discovery tool to help locate python on any system + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-pythonfinder/distinfo b/devel/py-pythonfinder/distinfo new file mode 100644 index 000000000000..3ee3b830bd2c --- /dev/null +++ b/devel/py-pythonfinder/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632760426 +SHA256 (pythonfinder-1.2.8.tar.gz) = e3ea90d327f2ff61a692af9326deced042bb27f6fd562fc788637abee9bd62d9 +SIZE (pythonfinder-1.2.8.tar.gz) = 43719 diff --git a/devel/py-pythonfinder/pkg-descr b/devel/py-pythonfinder/pkg-descr new file mode 100644 index 000000000000..14f0573e9d46 --- /dev/null +++ b/devel/py-pythonfinder/pkg-descr @@ -0,0 +1,3 @@ +PythonFinder is a cross-platform search tool for finding Pythons. + +WWW: https://github.com/sarugaku/pythonfinder From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:48:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CDFE66EAAA; Mon, 27 Sep 2021 19:48:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCr95vjFz4gD6; Mon, 27 Sep 2021 19:48:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A94C117213; Mon, 27 Sep 2021 19:48:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJmvoc042506; Mon, 27 Sep 2021 19:48:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJmvl3042504; Mon, 27 Sep 2021 19:48:57 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:48:57 GMT Message-Id: <202109271948.18RJmvl3042504@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 210e8d9ee1c8 - main - devel/py-pdm-pep517: Add py-pdm-pep517 0.8.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 210e8d9ee1c8909256d661eb4fa01990745cf014 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:48:58 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=210e8d9ee1c8909256d661eb4fa01990745cf014 commit 210e8d9ee1c8909256d661eb4fa01990745cf014 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:44:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:06 +0000 devel/py-pdm-pep517: Add py-pdm-pep517 0.8.4 This is the backend for PDM projects, while you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata. WWW: https://github.com/pdm-project/pdm-pep517 --- devel/Makefile | 1 + devel/py-pdm-pep517/Makefile | 23 +++++++++++++++ devel/py-pdm-pep517/distinfo | 3 ++ devel/py-pdm-pep517/files/setup.py | 60 ++++++++++++++++++++++++++++++++++++++ devel/py-pdm-pep517/pkg-descr | 4 +++ 5 files changed, 91 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 3b243a10f99a..70469a516457 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4843,6 +4843,7 @@ SUBDIR += py-paver SUBDIR += py-pbr SUBDIR += py-pdm + SUBDIR += py-pdm-pep517 SUBDIR += py-pebble SUBDIR += py-pefile SUBDIR += py-pendulum diff --git a/devel/py-pdm-pep517/Makefile b/devel/py-pdm-pep517/Makefile new file mode 100644 index 000000000000..4ecca72e4533 --- /dev/null +++ b/devel/py-pdm-pep517/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= pdm-pep517 +PORTVERSION= 0.8.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PEP 517 backend for PDM that supports PEP 621 metadata + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + +.include diff --git a/devel/py-pdm-pep517/distinfo b/devel/py-pdm-pep517/distinfo new file mode 100644 index 000000000000..5fa5f483c591 --- /dev/null +++ b/devel/py-pdm-pep517/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632760424 +SHA256 (pdm-pep517-0.8.4.tar.gz) = 2331c038bc53e1033c7114b15581cde90c5a6d79af6c5665fa9d2eb8f7702756 +SIZE (pdm-pep517-0.8.4.tar.gz) = 183872 diff --git a/devel/py-pdm-pep517/files/setup.py b/devel/py-pdm-pep517/files/setup.py new file mode 100644 index 000000000000..66ff89472270 --- /dev/null +++ b/devel/py-pdm-pep517/files/setup.py @@ -0,0 +1,60 @@ + +# -*- coding: utf-8 -*- +from setuptools import setup + +import codecs + +with codecs.open('README.md', encoding="utf-8") as fp: + long_description = fp.read() +EXTRAS_REQUIRE = { + 'setuptools': [ + 'setuptools>=42', + 'wheel', + 'editables==0.2', + ], +} +ENTRY_POINTS = { + 'distutils.commands': [ + 'editable_wheel = pdm.pep517.setuptools.editable:editable_wheel', + ], +} + +setup_kwargs = { + 'name': 'pdm-pep517', + 'version': '0.8.4', + 'description': 'A PEP 517 backend for PDM that supports PEP 621 metadata', + 'long_description': long_description, + 'license': 'MIT', + 'author': '', + 'author_email': 'Frost Ming ', + 'maintainer': None, + 'maintainer_email': None, + 'url': 'https://pdm.fming.dev', + 'packages': [ + 'pdm.pep517', + 'pdm.pep517._vendor', + 'pdm.pep517._vendor.cerberus', + 'pdm.pep517._vendor.packaging', + 'pdm.pep517._vendor.toml', + ], + 'package_data': {'': ['*']}, + 'long_description_content_type': 'text/markdown', + 'keywords': ['packaging', 'PEP 517', 'build'], + 'classifiers': [ + 'Development Status :: 3 - Alpha', + 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Topic :: Software Development :: Build Tools', + ], + 'extras_require': EXTRAS_REQUIRE, + 'python_requires': '>=3.6', + 'entry_points': ENTRY_POINTS, + +} + + +setup(**setup_kwargs) diff --git a/devel/py-pdm-pep517/pkg-descr b/devel/py-pdm-pep517/pkg-descr new file mode 100644 index 000000000000..ff0389876c98 --- /dev/null +++ b/devel/py-pdm-pep517/pkg-descr @@ -0,0 +1,4 @@ +This is the backend for PDM projects, while you can also use it alone. It reads +the metadata of PEP 621 format and coverts it to Core metadata. + +WWW: https://github.com/pdm-project/pdm-pep517 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 074F866E6F8; Mon, 27 Sep 2021 19:49:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrJ5Jl5z4gB0; Mon, 27 Sep 2021 19:49:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86EF516BED; Mon, 27 Sep 2021 19:49:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJn4D7042658; Mon, 27 Sep 2021 19:49:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJn4NT042657; Mon, 27 Sep 2021 19:49:04 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:04 GMT Message-Id: <202109271949.18RJn4NT042657@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fa1a81e87e2c - main - science/libaec: Update to 1.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fa1a81e87e2c0dcb83714796513abba8a9e7fcf5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa1a81e87e2c0dcb83714796513abba8a9e7fcf5 commit fa1a81e87e2c0dcb83714796513abba8a9e7fcf5 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:33:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:08 +0000 science/libaec: Update to 1.0.6 Changes: https://gitlab.dkrz.de/k202009/libaec/-/blob/master/CHANGELOG.md --- science/libaec/Makefile | 4 ++-- science/libaec/distinfo | 6 +++--- science/libaec/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/science/libaec/Makefile b/science/libaec/Makefile index 0013d92c1027..e7f2b4fc046b 100644 --- a/science/libaec/Makefile +++ b/science/libaec/Makefile @@ -1,9 +1,9 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= libaec -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= science -MASTER_SITES= https://gitlab.dkrz.de/k202009/libaec/uploads/eb02f9727d538283d1730fdf8fd85665/ +MASTER_SITES= https://gitlab.dkrz.de/k202009/libaec/uploads/45b10e42123edd26ab7b3ad92bcf7be2/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Adaptive entropy coding library diff --git a/science/libaec/distinfo b/science/libaec/distinfo index 293f49ae0216..dddeebc056e2 100644 --- a/science/libaec/distinfo +++ b/science/libaec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189695 -SHA256 (libaec-1.0.5.tar.gz) = 2a6b5393c4697b167e81b3c12008fc6334f8778a37587d67faba214640e5ed36 -SIZE (libaec-1.0.5.tar.gz) = 3129251 +TIMESTAMP = 1632760436 +SHA256 (libaec-1.0.6.tar.gz) = 032961877231113bb094ef224085e6d66fd670f85a3e17f53d0f131abf24f2fd +SIZE (libaec-1.0.6.tar.gz) = 3129358 diff --git a/science/libaec/pkg-plist b/science/libaec/pkg-plist index 30d230fa7fec..5a53770ec655 100644 --- a/science/libaec/pkg-plist +++ b/science/libaec/pkg-plist @@ -4,7 +4,7 @@ include/szlib.h lib/libaec.a lib/libaec.so lib/libaec.so.0 -lib/libaec.so.0.0.11 +lib/libaec.so.0.0.12 lib/libsz.a lib/libsz.so lib/libsz.so.2 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F01166EB98; Mon, 27 Sep 2021 19:49:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrF2D5Cz4gH4; Mon, 27 Sep 2021 19:49:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2042016BEB; Mon, 27 Sep 2021 19:49:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJn1xN042580; Mon, 27 Sep 2021 19:49:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJn10i042579; Mon, 27 Sep 2021 19:49:01 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:01 GMT Message-Id: <202109271949.18RJn10i042579@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0a304e40cbe2 - main - textproc/py-marko: Add py-marko 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0a304e40cbe2b09d8d62d35c117523156b4bd7ae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:01 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a304e40cbe2b09d8d62d35c117523156b4bd7ae commit 0a304e40cbe2b09d8d62d35c117523156b4bd7ae Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:44:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:07 +0000 textproc/py-marko: Add py-marko 1.1.0 Marko is a markdown parser written in pure Python that complies with CommonMark's spec v0.30. It is designed to be highly extensible. Among all implementations of Python's markdown parser, it is a common issue that user can't easily extend it to add his own features. Furthermore, Python-Markdown and mistune don't comply with CommonMark's spec. It is a good reason for me to develop a new markdown parser. Respecting that Marko complies with CommonMark's spec at the same time, which is a super complicated spec, Marko's performance will be affected. However, using a parser which doesn't comply with the CommonMark spec may give you unexpected rendered results from time to time. A benchmark result shows that Marko is 3 times slower than Python-Markdown, but a bit faster than Commonmark-py, much slower than mistune. If performance is a bigger concern to you than spec compliance, you'd better choose another parser. WWW: https://github.com/frostming/marko --- textproc/Makefile | 1 + textproc/py-marko/Makefile | 23 ++++++++++++++ textproc/py-marko/distinfo | 3 ++ textproc/py-marko/files/setup.py | 66 ++++++++++++++++++++++++++++++++++++++++ textproc/py-marko/pkg-descr | 17 +++++++++++ 5 files changed, 110 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 2fb979272429..f4ee5b8f68ce 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1337,6 +1337,7 @@ SUBDIR += py-markdown-it-py SUBDIR += py-markdown-math SUBDIR += py-markdown2 + SUBDIR += py-marko SUBDIR += py-markuppy SUBDIR += py-markups SUBDIR += py-markupsafe diff --git a/textproc/py-marko/Makefile b/textproc/py-marko/Makefile new file mode 100644 index 000000000000..510781753dff --- /dev/null +++ b/textproc/py-marko/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= marko +PORTVERSION= 1.1.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Markdown parser with high extensibility + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + +.include diff --git a/textproc/py-marko/distinfo b/textproc/py-marko/distinfo new file mode 100644 index 000000000000..77856078e1ee --- /dev/null +++ b/textproc/py-marko/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632760430 +SHA256 (marko-1.1.0.tar.gz) = 764316137a2f1ada070958870208ea5b6e4eda879ee4b743552aaebf9d0397f7 +SIZE (marko-1.1.0.tar.gz) = 135642 diff --git a/textproc/py-marko/files/setup.py b/textproc/py-marko/files/setup.py new file mode 100644 index 000000000000..030fc4e7211e --- /dev/null +++ b/textproc/py-marko/files/setup.py @@ -0,0 +1,66 @@ + +# -*- coding: utf-8 -*- +from setuptools import setup + +import codecs + +with codecs.open('README.md', encoding="utf-8") as fp: + long_description = fp.read() +EXTRAS_REQUIRE = { + 'toc': [ + 'python-slugify', + ], + 'codehilite': [ + 'pygments', + ], + 'benchmark': [ + 'commonmark~=0.9', + 'markdown~=3.3', + 'markdown-it-py~=0.6', + 'mistune~=0.8', + 'mistletoe~=0.7', + ], +} +ENTRY_POINTS = { + 'console_scripts': [ + 'marko = marko.cli:main', + ], +} + +setup_kwargs = { + 'name': 'marko', + 'version': '1.1.0', + 'description': 'A markdown parser with high extensibility.', + 'long_description': long_description, + 'license': 'MIT', + 'author': '', + 'author_email': 'Frost Ming ', + 'maintainer': None, + 'maintainer_email': None, + 'url': 'https://github.com/frostming/marko', + 'packages': [ + 'marko', + 'marko.ext', + 'marko.ext.gfm', + ], + 'package_data': {'': ['*']}, + 'long_description_content_type': 'text/markdown', + 'classifiers': [ + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: MIT License', + 'Operating System :: OS Independent', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + ], + 'extras_require': EXTRAS_REQUIRE, + 'python_requires': '>=3.6', + 'entry_points': ENTRY_POINTS, + +} + + +setup(**setup_kwargs) diff --git a/textproc/py-marko/pkg-descr b/textproc/py-marko/pkg-descr new file mode 100644 index 000000000000..6a8d23447dcf --- /dev/null +++ b/textproc/py-marko/pkg-descr @@ -0,0 +1,17 @@ +Marko is a markdown parser written in pure Python that complies with +CommonMark's spec v0.30. It is designed to be highly extensible. + +Among all implementations of Python's markdown parser, it is a common issue that +user can't easily extend it to add his own features. Furthermore, +Python-Markdown and mistune don't comply with CommonMark's spec. It is a good +reason for me to develop a new markdown parser. + +Respecting that Marko complies with CommonMark's spec at the same time, which is +a super complicated spec, Marko's performance will be affected. However, using a +parser which doesn't comply with the CommonMark spec may give you unexpected +rendered results from time to time. A benchmark result shows that Marko is 3 +times slower than Python-Markdown, but a bit faster than Commonmark-py, much +slower than mistune. If performance is a bigger concern to you than spec +compliance, you'd better choose another parser. + +WWW: https://github.com/frostming/marko From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9F02D66EBA3; Mon, 27 Sep 2021 19:49:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrS35rgz4gBP; Mon, 27 Sep 2021 19:49:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9124217018; Mon, 27 Sep 2021 19:49:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnBni042808; Mon, 27 Sep 2021 19:49:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnBm5042807; Mon, 27 Sep 2021 19:49:11 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:11 GMT Message-Id: <202109271949.18RJnBm5042807@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ee69715332a7 - main - devel/py-hypothesis: Update to 6.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ee69715332a73118399e53d6d6f7246ce0c80f1c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee69715332a73118399e53d6d6f7246ce0c80f1c commit ee69715332a73118399e53d6d6f7246ce0c80f1c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:09 +0000 devel/py-hypothesis: Update to 6.23.0 Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst --- devel/py-hypothesis/Makefile | 2 +- devel/py-hypothesis/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 930540b59b36..d7ec3e2e368a 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,7 +1,7 @@ # Created by: Brendan Molloy PORTNAME= hypothesis -PORTVERSION= 6.22.0 +PORTVERSION= 6.23.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 0acc9ceb38ae..81f399133832 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664338 -SHA256 (hypothesis-6.22.0.tar.gz) = 3c297228cfea7665b10afccb6a7c3e509c2bc4b477bdbe89e00080280368eca7 -SIZE (hypothesis-6.22.0.tar.gz) = 312549 +TIMESTAMP = 1632760448 +SHA256 (hypothesis-6.23.0.tar.gz) = 232e824b68809b6d4872fafc8eef37e6587148b0aa469a5eae626f46e21b58d9 +SIZE (hypothesis-6.23.0.tar.gz) = 312621 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DA13C66E948; Mon, 27 Sep 2021 19:49:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrS6RHPz4g5R; Mon, 27 Sep 2021 19:49:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEEE416F9B; Mon, 27 Sep 2021 19:49:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnCqV042832; Mon, 27 Sep 2021 19:49:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnCbQ042831; Mon, 27 Sep 2021 19:49:12 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:12 GMT Message-Id: <202109271949.18RJnCbQ042831@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ba555c6e899c - main - devel/rubygem-tzinfo-data: Update to 1.2021.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ba555c6e899caef63115d9bbf2036bde758006a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba555c6e899caef63115d9bbf2036bde758006a7 commit ba555c6e899caef63115d9bbf2036bde758006a7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:10 +0000 devel/rubygem-tzinfo-data: Update to 1.2021.2 Changes: https://github.com/tzinfo/tzinfo-data/releases --- devel/rubygem-tzinfo-data/Makefile | 2 +- devel/rubygem-tzinfo-data/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-tzinfo-data/Makefile b/devel/rubygem-tzinfo-data/Makefile index 351825eb27ef..ead31d6a3ed5 100644 --- a/devel/rubygem-tzinfo-data/Makefile +++ b/devel/rubygem-tzinfo-data/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= tzinfo-data -PORTVERSION= 1.2021.1 +PORTVERSION= 1.2021.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-tzinfo-data/distinfo b/devel/rubygem-tzinfo-data/distinfo index 509288667c1f..80bf415be77e 100644 --- a/devel/rubygem-tzinfo-data/distinfo +++ b/devel/rubygem-tzinfo-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856658 -SHA256 (rubygem/tzinfo-data-1.2021.1.gem) = 82938b30bba242fe754446278738a669188cbe2e9950fe651a4764af2d356146 -SIZE (rubygem/tzinfo-data-1.2021.1.gem) = 329728 +TIMESTAMP = 1632760450 +SHA256 (rubygem/tzinfo-data-1.2021.2.gem) = 415001a3c6416ada19df5eea5d11dc3631a4b6e52618267789c6b6dbab1e0da8 +SIZE (rubygem/tzinfo-data-1.2021.2.gem) = 327680 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 621F166EB9F; Mon, 27 Sep 2021 19:49:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrL02MCz4g7w; Mon, 27 Sep 2021 19:49:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B26BD16F21; Mon, 27 Sep 2021 19:49:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJn5EW042682; Mon, 27 Sep 2021 19:49:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJn5Gg042681; Mon, 27 Sep 2021 19:49:05 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:05 GMT Message-Id: <202109271949.18RJn5Gg042681@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a265bc23921e - main - textproc/bibutils: Update to 7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a265bc23921e0e02fd2eda33b3a58bccfc8fb084 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:06 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a265bc23921e0e02fd2eda33b3a58bccfc8fb084 commit a265bc23921e0e02fd2eda33b3a58bccfc8fb084 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:08 +0000 textproc/bibutils: Update to 7.1 Changes: https://sourceforge.net/p/bibutils/home/history_version7/ --- textproc/bibutils/Makefile | 2 +- textproc/bibutils/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/bibutils/Makefile b/textproc/bibutils/Makefile index eaaa26f92faa..c3825ababba2 100644 --- a/textproc/bibutils/Makefile +++ b/textproc/bibutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= bibutils -PORTVERSION= 6.10 +PORTVERSION= 7.1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/textproc/bibutils/distinfo b/textproc/bibutils/distinfo index 11796dfe8530..b585fb05920d 100644 --- a/textproc/bibutils/distinfo +++ b/textproc/bibutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593333046 -SHA256 (bibutils_6.10_src.tgz) = 8656c042fa1371443aa4e1a58bcab5fcea0b236eb39182e4004fc348ce56e496 -SIZE (bibutils_6.10_src.tgz) = 590002 +TIMESTAMP = 1632760438 +SHA256 (bibutils_7.1_src.tgz) = b4a4e8e900fe113887a8d9730b47d8bb55926f973486defc233436676271ae6c +SIZE (bibutils_7.1_src.tgz) = 620141 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 451F266E952; Mon, 27 Sep 2021 19:49:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrW67wTz4gKx; Mon, 27 Sep 2021 19:49:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14D7317216; Mon, 27 Sep 2021 19:49:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnEax042880; Mon, 27 Sep 2021 19:49:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnEFe042879; Mon, 27 Sep 2021 19:49:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:14 GMT Message-Id: <202109271949.18RJnEFe042879@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f5db016c4892 - main - devel/rubygem-activejob5: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f5db016c48920f8220b7bd7dd9bbfe5cd59ec786 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5db016c48920f8220b7bd7dd9bbfe5cd59ec786 commit f5db016c48920f8220b7bd7dd9bbfe5cd59ec786 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:06 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:10 +0000 devel/rubygem-activejob5: Add USES=cpe --- devel/rubygem-activejob5/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-activejob5/Makefile b/devel/rubygem-activejob5/Makefile index e32464f6305b..932c8773d0ab 100644 --- a/devel/rubygem-activejob5/Makefile +++ b/devel/rubygem-activejob5/Makefile @@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ rubygem-globalid-rails5>=0.3.6:databases/rubygem-globalid-rails5 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= active_job + PORTSCOUT= limit:^5\.1\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 774D766E67C; Mon, 27 Sep 2021 19:49:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrM1ZVDz4gB6; Mon, 27 Sep 2021 19:49:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E02BF16BEE; Mon, 27 Sep 2021 19:49:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJn6kF042706; Mon, 27 Sep 2021 19:49:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJn6xg042705; Mon, 27 Sep 2021 19:49:06 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:06 GMT Message-Id: <202109271949.18RJn6xg042705@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f5829c7bfde0 - main - devel/p5-Array-Iterator: Update to 0.131 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f5829c7bfde0da09f06defb816697a2038ab84e6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5829c7bfde0da09f06defb816697a2038ab84e6 commit f5829c7bfde0da09f06defb816697a2038ab84e6 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:08 +0000 devel/p5-Array-Iterator: Update to 0.131 Changes: https://metacpan.org/dist/Array-Iterator/changes --- devel/p5-Array-Iterator/Makefile | 2 +- devel/p5-Array-Iterator/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Array-Iterator/Makefile b/devel/p5-Array-Iterator/Makefile index 19831b4b42f5..fc4d4f7144b4 100644 --- a/devel/p5-Array-Iterator/Makefile +++ b/devel/p5-Array-Iterator/Makefile @@ -1,7 +1,7 @@ # Created by: Aaron Dalton PORTNAME= Array-Iterator -PORTVERSION= 0.130 +PORTVERSION= 0.131 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Array-Iterator/distinfo b/devel/p5-Array-Iterator/distinfo index eb97cbac7008..689efd19c8c6 100644 --- a/devel/p5-Array-Iterator/distinfo +++ b/devel/p5-Array-Iterator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036936 -SHA256 (Array-Iterator-0.130.tar.gz) = 8898ecc5936938f56b2d8181ca5dcceba0dc7832957735d4506390ced4c84552 -SIZE (Array-Iterator-0.130.tar.gz) = 25891 +TIMESTAMP = 1632760440 +SHA256 (Array-Iterator-0.131.tar.gz) = 45a346511469645bb4d1509a7aa53d2f0b02063561c0b433efa1d754825632ff +SIZE (Array-Iterator-0.131.tar.gz) = 27672 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9BAD966EB96; Mon, 27 Sep 2021 19:49:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrD0zpdz4gDJ; Mon, 27 Sep 2021 19:49:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED05C17086; Mon, 27 Sep 2021 19:48:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJmx38042556; Mon, 27 Sep 2021 19:48:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJmxnC042555; Mon, 27 Sep 2021 19:48:59 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:48:59 GMT Message-Id: <202109271948.18RJmxnC042555@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: d08cccaa487f - main - textproc/py-atoml: Add py-atoml 1.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d08cccaa487fc24db7a691ef29ae48a01dbef2d2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:00 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d08cccaa487fc24db7a691ef29ae48a01dbef2d2 commit d08cccaa487fc24db7a691ef29ae48a01dbef2d2 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:44:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:07 +0000 textproc/py-atoml: Add py-atoml 1.0.3 ATOML is a 1.0.0rc1-compliant TOML library. It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API. You can also create new TOML documents from scratch using the provided helpers. WWW: https://github.com/frostming/atoml --- textproc/Makefile | 1 + textproc/py-atoml/Makefile | 23 +++++++++++++++++++++++ textproc/py-atoml/distinfo | 3 +++ textproc/py-atoml/files/setup.py | 39 +++++++++++++++++++++++++++++++++++++++ textproc/py-atoml/pkg-descr | 9 +++++++++ 5 files changed, 75 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index c83c8e7effbe..2fb979272429 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1251,6 +1251,7 @@ SUBDIR += py-arabic-reshaper SUBDIR += py-asciinema SUBDIR += py-asonic + SUBDIR += py-atoml SUBDIR += py-autopep8 SUBDIR += py-awesome-slugify SUBDIR += py-bibtexparser diff --git a/textproc/py-atoml/Makefile b/textproc/py-atoml/Makefile new file mode 100644 index 000000000000..4d5bd973a4ff --- /dev/null +++ b/textproc/py-atoml/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= atoml +PORTVERSION= 1.0.3 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Yet another style preserving TOML library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + +.include diff --git a/textproc/py-atoml/distinfo b/textproc/py-atoml/distinfo new file mode 100644 index 000000000000..a971eb637498 --- /dev/null +++ b/textproc/py-atoml/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632760428 +SHA256 (atoml-1.0.3.tar.gz) = 5dd70efcafde94a6aa5db2e8c6af5d832bf95b38f47d3283ee3779e920218e94 +SIZE (atoml-1.0.3.tar.gz) = 134947 diff --git a/textproc/py-atoml/files/setup.py b/textproc/py-atoml/files/setup.py new file mode 100644 index 000000000000..95c58e86aea1 --- /dev/null +++ b/textproc/py-atoml/files/setup.py @@ -0,0 +1,39 @@ + +# -*- coding: utf-8 -*- +from setuptools import setup + +import codecs + +with codecs.open('README.md', encoding="utf-8") as fp: + long_description = fp.read() + +setup_kwargs = { + 'name': 'atoml', + 'version': '1.0.3', + 'description': 'Yet another style preserving TOML library', + 'long_description': long_description, + 'license': 'MIT', + 'author': '', + 'author_email': 'Frost Ming ,Sébastien Eustace ', + 'maintainer': None, + 'maintainer_email': None, + 'url': '', + 'packages': [ + 'atoml', + ], + 'package_data': {'': ['*']}, + 'long_description_content_type': 'text/markdown', + 'classifiers': [ + 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + ], + 'python_requires': '>=3.6', + +} + + +setup(**setup_kwargs) diff --git a/textproc/py-atoml/pkg-descr b/textproc/py-atoml/pkg-descr new file mode 100644 index 000000000000..243400d7e447 --- /dev/null +++ b/textproc/py-atoml/pkg-descr @@ -0,0 +1,9 @@ +ATOML is a 1.0.0rc1-compliant TOML library. + +It includes a parser that preserves all comments, indentations, whitespace and +internal element ordering, and makes them accessible and editable via an +intuitive API. + +You can also create new TOML documents from scratch using the provided helpers. + +WWW: https://github.com/frostming/atoml From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DF3766E761; Mon, 27 Sep 2021 19:49:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrP48jkz4g5C; Mon, 27 Sep 2021 19:49:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E64517214; Mon, 27 Sep 2021 19:49:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJn9oX042754; Mon, 27 Sep 2021 19:49:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJn9va042753; Mon, 27 Sep 2021 19:49:09 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:09 GMT Message-Id: <202109271949.18RJn9va042753@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3c507d35b631 - main - devel/phpunit9: Update to 9.5.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3c507d35b6319652c0a884fd670a7e5ec4e2d68a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:10 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c507d35b6319652c0a884fd670a7e5ec4e2d68a commit 3c507d35b6319652c0a884fd670a7e5ec4e2d68a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:09 +0000 devel/phpunit9: Update to 9.5.10 Changes: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md --- devel/phpunit9/Makefile | 2 +- devel/phpunit9/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile index 9f7d7f4e176a..f31002188683 100644 --- a/devel/phpunit9/Makefile +++ b/devel/phpunit9/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 9.5.9 +PORTVERSION= 9.5.10 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 9${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit9/distinfo b/devel/phpunit9/distinfo index ca582fc2c2ed..54b9632826c5 100644 --- a/devel/phpunit9/distinfo +++ b/devel/phpunit9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036856 -SHA256 (phpunit-9.5.9.phar) = 0fed2c26d31dc9baf39bb22356f59aa640949ab3805343102207880f17b56d9c -SIZE (phpunit-9.5.9.phar) = 4459118 +TIMESTAMP = 1632760444 +SHA256 (phpunit-9.5.10.phar) = a34b9db21de3e75ba2e609e68a4da94633f4a99cad8413fd3731a2cd9aa08ca8 +SIZE (phpunit-9.5.10.phar) = 4485283 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3019666EC10; Mon, 27 Sep 2021 19:49:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrc3sNXz4gRm; Mon, 27 Sep 2021 19:49:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6FF817217; Mon, 27 Sep 2021 19:49:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnJgv042982; Mon, 27 Sep 2021 19:49:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnJnR042981; Mon, 27 Sep 2021 19:49:19 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:19 GMT Message-Id: <202109271949.18RJnJnR042981@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: b081230cbf22 - main - devel/rubygem-activejob61: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b081230cbf221e0bec3e3af8710549cf36e11a67 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b081230cbf221e0bec3e3af8710549cf36e11a67 commit b081230cbf221e0bec3e3af8710549cf36e11a67 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:36:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:11 +0000 devel/rubygem-activejob61: Add USES=cpe --- devel/rubygem-activejob61/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-activejob61/Makefile b/devel/rubygem-activejob61/Makefile index e0701eaf371f..643a6a7f4edc 100644 --- a/devel/rubygem-activejob61/Makefile +++ b/devel/rubygem-activejob61/Makefile @@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ rubygem-globalid-rails61>=0.3.6:databases/rubygem-globalid-rails61 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= active_job + PORTSCOUT= limit:^6\.1\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7639B66E8FF; Mon, 27 Sep 2021 19:49:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrQ4wDdz4gKc; Mon, 27 Sep 2021 19:49:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CB4217017; Mon, 27 Sep 2021 19:49:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnALa042784; Mon, 27 Sep 2021 19:49:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnAlU042783; Mon, 27 Sep 2021 19:49:10 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:10 GMT Message-Id: <202109271949.18RJnAlU042783@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3696ad853ccb - main - devel/py-frictionless: Update to 4.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3696ad853ccb3e833fdbaad498a943f5595bbf5e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3696ad853ccb3e833fdbaad498a943f5595bbf5e commit 3696ad853ccb3e833fdbaad498a943f5595bbf5e Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:09 +0000 devel/py-frictionless: Update to 4.18.0 Changes: https://github.com/frictionlessdata/frictionless-py/blob/main/CHANGELOG.md https://github.com/frictionlessdata/frictionless-py/commits/main --- devel/py-frictionless/Makefile | 3 ++- devel/py-frictionless/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-frictionless/Makefile b/devel/py-frictionless/Makefile index b1d62520901f..deb9b9b623d2 100644 --- a/devel/py-frictionless/Makefile +++ b/devel/py-frictionless/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= frictionless -PORTVERSION= 4.17.1 +PORTVERSION= 4.18.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0,1:textproc/py-chardet@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}click>=7.1.1<7.2.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}marko>=1.0:textproc/py-marko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}petl>=1.6:textproc/py-petl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-slugify>=1.2:textproc/py-python-slugify@${PY_FLAVOR} \ diff --git a/devel/py-frictionless/distinfo b/devel/py-frictionless/distinfo index 3b66c9aa502e..fdcabab1480a 100644 --- a/devel/py-frictionless/distinfo +++ b/devel/py-frictionless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664334 -SHA256 (frictionless-4.17.1.tar.gz) = e0b6aea23072014ee1e1cd57f2228f462b21d263cc998b2aa738a17a789fafff -SIZE (frictionless-4.17.1.tar.gz) = 167576 +TIMESTAMP = 1632760446 +SHA256 (frictionless-4.18.0.tar.gz) = 2e3baa6f684eb3ecfde89d7916a8f9d807be3b0490ba97b787e61eedecc6fcb1 +SIZE (frictionless-4.18.0.tar.gz) = 168038 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DBED66EAC3; Mon, 27 Sep 2021 19:49:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrZ02fFz4gJ3; Mon, 27 Sep 2021 19:49:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71A4D16F22; Mon, 27 Sep 2021 19:49:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnHXm042934; Mon, 27 Sep 2021 19:49:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnHUt042933; Mon, 27 Sep 2021 19:49:17 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:17 GMT Message-Id: <202109271949.18RJnHUt042933@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 407ddbc8f518 - main - devel/rubygem-activejob52: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 407ddbc8f5187040b451b06c3105b1e67597b32c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=407ddbc8f5187040b451b06c3105b1e67597b32c commit 407ddbc8f5187040b451b06c3105b1e67597b32c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:11 +0000 devel/rubygem-activejob52: Add USES=cpe --- devel/rubygem-activejob52/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-activejob52/Makefile b/devel/rubygem-activejob52/Makefile index 5ad0f5041bad..803de2cae037 100644 --- a/devel/rubygem-activejob52/Makefile +++ b/devel/rubygem-activejob52/Makefile @@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ rubygem-globalid-rails52>=0.3.6:databases/rubygem-globalid-rails52 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= active_job + PORTSCOUT= limit:^5\.2\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9F3A66E67E; Mon, 27 Sep 2021 19:49:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrN389qz4g87; Mon, 27 Sep 2021 19:49:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05D7816BEF; Mon, 27 Sep 2021 19:49:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJn70K042730; Mon, 27 Sep 2021 19:49:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJn7vk042729; Mon, 27 Sep 2021 19:49:07 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:07 GMT Message-Id: <202109271949.18RJn7vk042729@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a277d7987105 - main - devel/p5-Proc-ProcessTable: Update to 0.634 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a277d79871056b128973324328772e1ee0ae884b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a277d79871056b128973324328772e1ee0ae884b commit a277d79871056b128973324328772e1ee0ae884b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:09 +0000 devel/p5-Proc-ProcessTable: Update to 0.634 Changes: https://metacpan.org/dist/Proc-ProcessTable/changes --- devel/p5-Proc-ProcessTable/Makefile | 3 ++- devel/p5-Proc-ProcessTable/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/p5-Proc-ProcessTable/Makefile b/devel/p5-Proc-ProcessTable/Makefile index fce64692f4d4..0fa33e11f0d6 100644 --- a/devel/p5-Proc-ProcessTable/Makefile +++ b/devel/p5-Proc-ProcessTable/Makefile @@ -1,11 +1,12 @@ # Created by: Michael Johnson PORTNAME= Proc-ProcessTable -PORTVERSION= 0.62 +PORTVERSION= 0.63.4 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JWB PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl interface to the unix process table diff --git a/devel/p5-Proc-ProcessTable/distinfo b/devel/p5-Proc-ProcessTable/distinfo index d1015312738d..a0ee40867b5d 100644 --- a/devel/p5-Proc-ProcessTable/distinfo +++ b/devel/p5-Proc-ProcessTable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036958 -SHA256 (Proc-ProcessTable-0.62.tar.gz) = c93c3fc76be8138fe6f931885305d4606e5ee728304e0dc49a7ed1b4913a50e5 -SIZE (Proc-ProcessTable-0.62.tar.gz) = 76338 +TIMESTAMP = 1632760442 +SHA256 (Proc-ProcessTable-0.634.tar.gz) = 7d6644284caf34acdf414761e9f8b05ceda3940b54b1a971fe45663f5af29075 +SIZE (Proc-ProcessTable-0.634.tar.gz) = 97429 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2CCA66EC86; Mon, 27 Sep 2021 19:49:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrV28cVz4g5S; Mon, 27 Sep 2021 19:49:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6EEA17215; Mon, 27 Sep 2021 19:49:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnDcM042856; Mon, 27 Sep 2021 19:49:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnDG2042855; Mon, 27 Sep 2021 19:49:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:13 GMT Message-Id: <202109271949.18RJnDG2042855@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c0e99e08cb14 - main - devel/rubygem-activejob4: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c0e99e08cb14c29457dc24e9ab853915cdbf3da8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0e99e08cb14c29457dc24e9ab853915cdbf3da8 commit c0e99e08cb14c29457dc24e9ab853915cdbf3da8 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:06 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:10 +0000 devel/rubygem-activejob4: Add USES=cpe --- devel/rubygem-activejob4/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-activejob4/Makefile b/devel/rubygem-activejob4/Makefile index aec0c6bd04cf..9c8e2056ff23 100644 --- a/devel/rubygem-activejob4/Makefile +++ b/devel/rubygem-activejob4/Makefile @@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-globalid>=0.3.0:databases/rubygem-globalid -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= active_job + PORTSCOUT= limit:^4\.2\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66A5D66ED3A; Mon, 27 Sep 2021 19:49:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrn4CXnz4gLd; Mon, 27 Sep 2021 19:49:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2E4E16F24; Mon, 27 Sep 2021 19:49:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnSol043186; Mon, 27 Sep 2021 19:49:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnSdC043185; Mon, 27 Sep 2021 19:49:28 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:28 GMT Message-Id: <202109271949.18RJnSdC043185@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e88076540b21 - main - www/rubygem-jekyll3: Cosmetic change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e88076540b2166b2d0a43960989c731049a3e26c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:31 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e88076540b2166b2d0a43960989c731049a3e26c commit e88076540b2166b2d0a43960989c731049a3e26c Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:13 +0000 www/rubygem-jekyll3: Cosmetic change --- www/rubygem-jekyll3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/rubygem-jekyll3/Makefile b/www/rubygem-jekyll3/Makefile index de1ddff54dac..fdb7cb5d0f0d 100644 --- a/www/rubygem-jekyll3/Makefile +++ b/www/rubygem-jekyll3/Makefile @@ -30,10 +30,10 @@ USE_RUBY= yes NO_ARCH= yes -CPE_VENDOR= jekyllrb - PLIST_FILES= bin/jekyll +CPE_VENDOR= jekyllrb + PORTSCOUT= limit:^3\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98DF366E673; Mon, 27 Sep 2021 19:49:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrG3d86z4gDS; Mon, 27 Sep 2021 19:49:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FF1216F9A; Mon, 27 Sep 2021 19:49:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJn2b2042604; Mon, 27 Sep 2021 19:49:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJn2Ri042603; Mon, 27 Sep 2021 19:49:02 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:02 GMT Message-Id: <202109271949.18RJn2Ri042603@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: eeb5d64c5817 - main - devel/libtickit: Update to 0.4.2a MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eeb5d64c58170f63b11cfe97248553aa61519d08 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:02 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eeb5d64c58170f63b11cfe97248553aa61519d08 commit eeb5d64c58170f63b11cfe97248553aa61519d08 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:33:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:07 +0000 devel/libtickit: Update to 0.4.2a Changes: https://github.com/leonerd/libtickit/blob/master/CHANGES --- devel/libtickit/Makefile | 2 +- devel/libtickit/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libtickit/Makefile b/devel/libtickit/Makefile index 96cc428c7fd8..01dc0aca7837 100644 --- a/devel/libtickit/Makefile +++ b/devel/libtickit/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= libtickit -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.2a CATEGORIES= devel MASTER_SITES= http://www.leonerd.org.uk/code/libtickit/ diff --git a/devel/libtickit/distinfo b/devel/libtickit/distinfo index 11bee65118fd..f720d73ed549 100644 --- a/devel/libtickit/distinfo +++ b/devel/libtickit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036854 -SHA256 (libtickit-0.4.2.tar.gz) = eb9abafebce65c3c4aa67e066b02e50ddaf4256db97a638786830a11814f247d -SIZE (libtickit-0.4.2.tar.gz) = 164329 +TIMESTAMP = 1632760432 +SHA256 (libtickit-0.4.2a.tar.gz) = 73f26df6f142e5a8c95ecdb25c796424e88b443d4e676a24ad70eecf0c489e55 +SIZE (libtickit-0.4.2a.tar.gz) = 164331 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EA3A266EB1C; Mon, 27 Sep 2021 19:49:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrH5DKbz4g7j; Mon, 27 Sep 2021 19:49:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6617E16BEC; Mon, 27 Sep 2021 19:49:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJn3Ja042628; Mon, 27 Sep 2021 19:49:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJn3wK042627; Mon, 27 Sep 2021 19:49:03 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:03 GMT Message-Id: <202109271949.18RJn3wK042627@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 95976e87a956 - main - graphics/libexif: Update to 0.6.23 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 95976e87a956fa7116f2920e15d77efac76fe13a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=95976e87a956fa7116f2920e15d77efac76fe13a commit 95976e87a956fa7116f2920e15d77efac76fe13a Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:33:53 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:08 +0000 graphics/libexif: Update to 0.6.23 Changes: https://github.com/libexif/libexif/releases --- graphics/libexif/Makefile | 4 ++-- graphics/libexif/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 324b77f68825..cada1377f0b2 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -1,9 +1,9 @@ # Created by: Peter Schmiedeskamp PORTNAME= libexif -PORTVERSION= 0.6.22 +PORTVERSION= 0.6.23 CATEGORIES= graphics -MASTER_SITES= https://github.com/libexif/libexif/releases/download/libexif-${PORTVERSION:S|.|_|g}-release/ +MASTER_SITES= https://github.com/libexif/libexif/releases/download/v${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library to read digital camera file meta-data diff --git a/graphics/libexif/distinfo b/graphics/libexif/distinfo index 1c825d2e6ca8..054986bbe848 100644 --- a/graphics/libexif/distinfo +++ b/graphics/libexif/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590479705 -SHA256 (libexif-0.6.22.tar.xz) = 5048f1c8fc509cc636c2f97f4b40c293338b6041a5652082d5ee2cf54b530c56 -SIZE (libexif-0.6.22.tar.xz) = 1347040 +TIMESTAMP = 1632760434 +SHA256 (libexif-0.6.23.tar.xz) = a740a99920eb81ae0aa802bb46e683ce6e0cde061c210f5d5bde5b8572380431 +SIZE (libexif-0.6.23.tar.xz) = 1327916 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A50066E96F; Mon, 27 Sep 2021 19:49:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrq3zC6z4gSZ; Mon, 27 Sep 2021 19:49:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 234CC16BF5; Mon, 27 Sep 2021 19:49:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnU52043210; Mon, 27 Sep 2021 19:49:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnTZq043209; Mon, 27 Sep 2021 19:49:29 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:29 GMT Message-Id: <202109271949.18RJnTZq043209@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ef46e5339f63 - main - www/rubygem-jquery-rails: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ef46e5339f632cf84d3973f809af6d1a05a9141b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:32 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef46e5339f632cf84d3973f809af6d1a05a9141b commit ef46e5339f632cf84d3973f809af6d1a05a9141b Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:13 +0000 www/rubygem-jquery-rails: Add USES=cpe --- www/rubygem-jquery-rails/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/rubygem-jquery-rails/Makefile b/www/rubygem-jquery-rails/Makefile index ba132fd2b6c6..484b7398a95f 100644 --- a/www/rubygem-jquery-rails/Makefile +++ b/www/rubygem-jquery-rails/Makefile @@ -15,9 +15,11 @@ RUN_DEPENDS= rubygem-rails-dom-testing>=1<3:textproc/rubygem-rails-dom-testing \ rubygem-railties4>=4.2.0:www/rubygem-railties4 \ rubygem-thor>=0.14<2.0:devel/rubygem-thor -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails + .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A689066EC23; Mon, 27 Sep 2021 19:49:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrt0DQ6z4gSk; Mon, 27 Sep 2021 19:49:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85C0B17218; Mon, 27 Sep 2021 19:49:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnXfW043288; Mon, 27 Sep 2021 19:49:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnXqD043287; Mon, 27 Sep 2021 19:49:33 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:33 GMT Message-Id: <202109271949.18RJnXqD043287@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ef3552af5236 - main - german/mythes: Update to 2021.09.26 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ef3552af5236a035936bd2125a52a3171ea8c6d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef3552af5236a035936bd2125a52a3171ea8c6d7 commit ef3552af5236a035936bd2125a52a3171ea8c6d7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:43:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:14 +0000 german/mythes: Update to 2021.09.26 --- german/mythes/Makefile | 2 +- german/mythes/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/german/mythes/Makefile b/german/mythes/Makefile index 8e6b2b6c9267..1a5f4f41485d 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -1,5 +1,5 @@ PORTNAME= mythes -PORTVERSION= 2021.09.19 +PORTVERSION= 2021.09.26 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} diff --git a/german/mythes/distinfo b/german/mythes/distinfo index a5be9af871da..f34a05ceaa96 100644 --- a/german/mythes/distinfo +++ b/german/mythes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227630 -SHA256 (mythes/Deutscher-Thesaurus-20210919.oxt) = 51ac7e2382eb63b272d5deece037b2b3ab8a660568937bb721b766e43548d08a -SIZE (mythes/Deutscher-Thesaurus-20210919.oxt) = 12059801 +TIMESTAMP = 1632760454 +SHA256 (mythes/Deutscher-Thesaurus-20210926.oxt) = 55a78650fae089cef380ec3de763c61fbcc8b44b4ded14fba9a451cd1a22342d +SIZE (mythes/Deutscher-Thesaurus-20210926.oxt) = 12075123 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 351DE66ED2A; Mon, 27 Sep 2021 19:49:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrd3Pfwz4gLC; Mon, 27 Sep 2021 19:49:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE6F016BF0; Mon, 27 Sep 2021 19:49:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnKjI043006; Mon, 27 Sep 2021 19:49:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnKk0043005; Mon, 27 Sep 2021 19:49:20 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:20 GMT Message-Id: <202109271949.18RJnKk0043005@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9517b46f9ca7 - main - devel/rubygem-web-console-rails60: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9517b46f9ca7c5514bc8f261d3e5b7d45312ecc6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9517b46f9ca7c5514bc8f261d3e5b7d45312ecc6 commit 9517b46f9ca7c5514bc8f261d3e5b7d45312ecc6 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:11 +0000 devel/rubygem-web-console-rails60: Add USES=cpe --- devel/rubygem-web-console-rails60/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-web-console-rails60/Makefile b/devel/rubygem-web-console-rails60/Makefile index 0501249cbfa2..9cad4a15c3c9 100644 --- a/devel/rubygem-web-console-rails60/Makefile +++ b/devel/rubygem-web-console-rails60/Makefile @@ -15,9 +15,12 @@ RUN_DEPENDS= rubygem-activemodel60>=6.0.0:databases/rubygem-activemodel60 \ rubygem-bindex>=0.4.0:devel/rubygem-bindex \ rubygem-railties60>=6.0.0:www/rubygem-railties60 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= web_console + .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A95666E969; Mon, 27 Sep 2021 19:49:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrh5wnjz4gVR; Mon, 27 Sep 2021 19:49:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 29A3116BF2; Mon, 27 Sep 2021 19:49:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnNJo043060; Mon, 27 Sep 2021 19:49:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnM5O043059; Mon, 27 Sep 2021 19:49:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:22 GMT Message-Id: <202109271949.18RJnM5O043059@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0173c62c6d7b - main - devel/rubygem-web-console2: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0173c62c6d7b4b4621174ce730f86f6727c8178e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0173c62c6d7b4b4621174ce730f86f6727c8178e commit 0173c62c6d7b4b4621174ce730f86f6727c8178e Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:12 +0000 devel/rubygem-web-console2: Add USES=cpe --- devel/rubygem-web-console2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-web-console2/Makefile b/devel/rubygem-web-console2/Makefile index 07dd8871c322..55a876ba0ace 100644 --- a/devel/rubygem-web-console2/Makefile +++ b/devel/rubygem-web-console2/Makefile @@ -16,11 +16,14 @@ RUN_DEPENDS= rubygem-activemodel4>=4.0:databases/rubygem-activemodel4 \ rubygem-railties4>=4.0:www/rubygem-railties4 \ rubygem-sprockets-rails-rails4>=2.0:devel/rubygem-sprockets-rails-rails4 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= web_console + PORTSCOUT= limit:^2\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7348A66EC9E; Mon, 27 Sep 2021 19:49:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrZ75pYz4g8X; Mon, 27 Sep 2021 19:49:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E2EB16F23; Mon, 27 Sep 2021 19:49:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnIUs042958; Mon, 27 Sep 2021 19:49:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnIIb042957; Mon, 27 Sep 2021 19:49:18 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:18 GMT Message-Id: <202109271949.18RJnIIb042957@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7484cfc0d37b - main - devel/rubygem-activejob60: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7484cfc0d37ba857b68c1b0a5822579ae90cc061 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7484cfc0d37ba857b68c1b0a5822579ae90cc061 commit 7484cfc0d37ba857b68c1b0a5822579ae90cc061 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:36:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:11 +0000 devel/rubygem-activejob60: Add USES=cpe --- devel/rubygem-activejob60/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-activejob60/Makefile b/devel/rubygem-activejob60/Makefile index 3faa024e601f..72b642997b82 100644 --- a/devel/rubygem-activejob60/Makefile +++ b/devel/rubygem-activejob60/Makefile @@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ rubygem-globalid-rails60>=0.3.6:databases/rubygem-globalid-rails60 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= active_job + PORTSCOUT= limit:^6\.0\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38ED266ED31; Mon, 27 Sep 2021 19:49:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrj0rJkz4gdl; Mon, 27 Sep 2021 19:49:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4991A16BF3; Mon, 27 Sep 2021 19:49:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnOGx043084; Mon, 27 Sep 2021 19:49:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnOoc043083; Mon, 27 Sep 2021 19:49:24 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:24 GMT Message-Id: <202109271949.18RJnOoc043083@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5db59cb69984 - main - devel/rubygem-web-console3-rails5: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5db59cb6998488eafb6de94c1ed0eba9de9d734d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5db59cb6998488eafb6de94c1ed0eba9de9d734d commit 5db59cb6998488eafb6de94c1ed0eba9de9d734d Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:12 +0000 devel/rubygem-web-console3-rails5: Add USES=cpe --- devel/rubygem-web-console3-rails5/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-web-console3-rails5/Makefile b/devel/rubygem-web-console3-rails5/Makefile index 67cad93031d4..79c8e2544dce 100644 --- a/devel/rubygem-web-console3-rails5/Makefile +++ b/devel/rubygem-web-console3-rails5/Makefile @@ -15,11 +15,14 @@ RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ rubygem-bindex>=0.4.0:devel/rubygem-bindex \ rubygem-railties5>=5.0:www/rubygem-railties5 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= web_console + # web-console 4.0.0+ requires Rails 6.0.0+ PORTSCOUT= limit:^3\. From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E1B1166EB3B; Mon, 27 Sep 2021 19:49:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrX4RS2z4gNx; Mon, 27 Sep 2021 19:49:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4463F17019; Mon, 27 Sep 2021 19:49:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnG3C042910; Mon, 27 Sep 2021 19:49:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnGGF042909; Mon, 27 Sep 2021 19:49:16 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:16 GMT Message-Id: <202109271949.18RJnGGF042909@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0d693f1fe213 - main - devel/rubygem-activejob50: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0d693f1fe2139818666310bfae2be2123a1437b0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:17 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d693f1fe2139818666310bfae2be2123a1437b0 commit 0d693f1fe2139818666310bfae2be2123a1437b0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:10 +0000 devel/rubygem-activejob50: Add USES=cpe --- devel/rubygem-activejob50/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-activejob50/Makefile b/devel/rubygem-activejob50/Makefile index 513e12b87308..b874d0b4c999 100644 --- a/devel/rubygem-activejob50/Makefile +++ b/devel/rubygem-activejob50/Makefile @@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \ rubygem-globalid-rails50>=0.3.6:databases/rubygem-globalid-rails50 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= active_job + PORTSCOUT= limit:^5\.0\. .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D79C66ECA5; Mon, 27 Sep 2021 19:49:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrk4s3Fz4gQy; Mon, 27 Sep 2021 19:49:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 799B916BF4; Mon, 27 Sep 2021 19:49:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnPYZ043108; Mon, 27 Sep 2021 19:49:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnPQd043107; Mon, 27 Sep 2021 19:49:25 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:25 GMT Message-Id: <202109271949.18RJnPQd043107@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4711229ff65b - main - devel/rubygem-web-console3-rails50: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4711229ff65b20c7989bca92c1996d23dca79fac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:27 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4711229ff65b20c7989bca92c1996d23dca79fac commit 4711229ff65b20c7989bca92c1996d23dca79fac Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:12 +0000 devel/rubygem-web-console3-rails50: Add USES=cpe --- devel/rubygem-web-console3-rails50/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-web-console3-rails50/Makefile b/devel/rubygem-web-console3-rails50/Makefile index 6f8ec617e173..6cb5077fd5d7 100644 --- a/devel/rubygem-web-console3-rails50/Makefile +++ b/devel/rubygem-web-console3-rails50/Makefile @@ -15,11 +15,14 @@ RUN_DEPENDS= rubygem-activemodel50>=5.0:databases/rubygem-activemodel50 \ rubygem-bindex>=0.4.0:devel/rubygem-bindex \ rubygem-railties50>=5.0:www/rubygem-railties50 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= web_console + # web-console 4.0.0+ requires Rails 6.0.0+ PORTSCOUT= limit:^3\. From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18E2366EB5C; Mon, 27 Sep 2021 19:49:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrr4NWjz4gRB; Mon, 27 Sep 2021 19:49:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E5641701A; Mon, 27 Sep 2021 19:49:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnV4n043234; Mon, 27 Sep 2021 19:49:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnVgx043233; Mon, 27 Sep 2021 19:49:31 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:31 GMT Message-Id: <202109271949.18RJnVgx043233@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5fd97f6187c1 - main - www/rubygem-jquery-rails-rails5: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5fd97f6187c1c7aeed2e07736aae5e286276a912 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fd97f6187c1c7aeed2e07736aae5e286276a912 commit 5fd97f6187c1c7aeed2e07736aae5e286276a912 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:31 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:14 +0000 www/rubygem-jquery-rails-rails5: Add USES=cpe --- www/rubygem-jquery-rails-rails5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/rubygem-jquery-rails-rails5/Makefile b/www/rubygem-jquery-rails-rails5/Makefile index 1c487e03799f..fb520c45994e 100644 --- a/www/rubygem-jquery-rails-rails5/Makefile +++ b/www/rubygem-jquery-rails-rails5/Makefile @@ -16,9 +16,11 @@ RUN_DEPENDS= rubygem-rails-dom-testing-rails5>=1<3:textproc/rubygem-rails-dom-te rubygem-railties5>=4.2.0:www/rubygem-railties5 \ rubygem-thor>=0.14<2.0:devel/rubygem-thor -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails + .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9AEDA66ED2F; Mon, 27 Sep 2021 19:49:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrf1Vdhz4gRy; Mon, 27 Sep 2021 19:49:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFC2316BF1; Mon, 27 Sep 2021 19:49:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnL0f043036; Mon, 27 Sep 2021 19:49:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnLEN043035; Mon, 27 Sep 2021 19:49:21 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:21 GMT Message-Id: <202109271949.18RJnLEN043035@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 372bd200c989 - main - devel/rubygem-web-console-rails61: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 372bd200c9896875233bf3ad65b191eb0a0e3df8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=372bd200c9896875233bf3ad65b191eb0a0e3df8 commit 372bd200c9896875233bf3ad65b191eb0a0e3df8 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:12 +0000 devel/rubygem-web-console-rails61: Add USES=cpe --- devel/rubygem-web-console-rails61/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-web-console-rails61/Makefile b/devel/rubygem-web-console-rails61/Makefile index 60d74740c8f7..de0b11a939b7 100644 --- a/devel/rubygem-web-console-rails61/Makefile +++ b/devel/rubygem-web-console-rails61/Makefile @@ -15,9 +15,12 @@ RUN_DEPENDS= rubygem-activemodel61>=6.0.0:databases/rubygem-activemodel61 \ rubygem-bindex>=0.4.0:devel/rubygem-bindex \ rubygem-railties61>=6.0.0:www/rubygem-railties61 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= web_console + .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C67DE66ED34; Mon, 27 Sep 2021 19:49:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrl2hDpz4g60; Mon, 27 Sep 2021 19:49:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9938916E32; Mon, 27 Sep 2021 19:49:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnQBm043132; Mon, 27 Sep 2021 19:49:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnQ9L043131; Mon, 27 Sep 2021 19:49:26 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:26 GMT Message-Id: <202109271949.18RJnQ9L043131@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: be30a7b8a1ed - main - devel/rubygem-web-console3-rails52: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: be30a7b8a1ed6a4acd61e9a5931428e8c59d9783 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:28 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=be30a7b8a1ed6a4acd61e9a5931428e8c59d9783 commit be30a7b8a1ed6a4acd61e9a5931428e8c59d9783 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:13 +0000 devel/rubygem-web-console3-rails52: Add USES=cpe --- devel/rubygem-web-console3-rails52/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-web-console3-rails52/Makefile b/devel/rubygem-web-console3-rails52/Makefile index 04f867c90d41..bf9364c6afc3 100644 --- a/devel/rubygem-web-console3-rails52/Makefile +++ b/devel/rubygem-web-console3-rails52/Makefile @@ -15,11 +15,14 @@ RUN_DEPENDS= rubygem-activemodel52>=5.0:databases/rubygem-activemodel52 \ rubygem-bindex>=0.4.0:devel/rubygem-bindex \ rubygem-railties52>=5.0:www/rubygem-railties52 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails +CPE_PRODUCT= web_console + # web-console 4.0.0+ requires Rails 6.0.0+ PORTSCOUT= limit:^3\. From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1BC5E66EB59; Mon, 27 Sep 2021 19:49:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrm3FWdz4gVj; Mon, 27 Sep 2021 19:49:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2BE616F9C; Mon, 27 Sep 2021 19:49:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnRIC043162; Mon, 27 Sep 2021 19:49:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnR2F043161; Mon, 27 Sep 2021 19:49:27 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:27 GMT Message-Id: <202109271949.18RJnR2F043161@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e2390982f3cf - main - www/rubygem-jekyll: Update to 4.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e2390982f3cfed5ea931cdb38c48318462f9f2e6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2390982f3cfed5ea931cdb38c48318462f9f2e6 commit e2390982f3cfed5ea931cdb38c48318462f9f2e6 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:20 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:13 +0000 www/rubygem-jekyll: Update to 4.2.1 Changes: https://github.com/jekyll/jekyll/releases --- www/rubygem-jekyll/Makefile | 3 +-- www/rubygem-jekyll/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/rubygem-jekyll/Makefile b/www/rubygem-jekyll/Makefile index 181d4145a516..3a81d4ceb3d9 100644 --- a/www/rubygem-jekyll/Makefile +++ b/www/rubygem-jekyll/Makefile @@ -1,8 +1,7 @@ # Created by: Peter Schuller PORTNAME= jekyll -PORTVERSION= 4.2.0 -PORTREVISION= 2 +PORTVERSION= 4.2.1 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-jekyll/distinfo b/www/rubygem-jekyll/distinfo index 67982a41713a..08fb94fb465e 100644 --- a/www/rubygem-jekyll/distinfo +++ b/www/rubygem-jekyll/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366262 -SHA256 (rubygem/jekyll-4.2.0.gem) = d86ae4bfaa09337af7666d0e8ab1b8dba5ca3750d496eea5ca4c232ed1811333 -SIZE (rubygem/jekyll-4.2.0.gem) = 124928 +TIMESTAMP = 1632760452 +SHA256 (rubygem/jekyll-4.2.1.gem) = 4fb1439ce770dc7d73af083bf14cff352b076ab763ba20e4bac8e9b94b0243fb +SIZE (rubygem/jekyll-4.2.1.gem) = 125440 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:49:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A6A266EC22; Mon, 27 Sep 2021 19:49:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJCrs2GDDz4gkr; Mon, 27 Sep 2021 19:49:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69D8716F9D; Mon, 27 Sep 2021 19:49:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RJnW9t043258; Mon, 27 Sep 2021 19:49:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJnWj6043257; Mon, 27 Sep 2021 19:49:32 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:49:32 GMT Message-Id: <202109271949.18RJnWj6043257@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e5628f0406a0 - main - www/rubygem-jquery-rails-rails50: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e5628f0406a0fec644f7358c1176b4efd6b40a62 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:49:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5628f0406a0fec644f7358c1176b4efd6b40a62 commit e5628f0406a0fec644f7358c1176b4efd6b40a62 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:34:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:14 +0000 www/rubygem-jquery-rails-rails50: Add USES=cpe --- www/rubygem-jquery-rails-rails50/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/rubygem-jquery-rails-rails50/Makefile b/www/rubygem-jquery-rails-rails50/Makefile index 4dc653244c18..d51f18f0e1f1 100644 --- a/www/rubygem-jquery-rails-rails50/Makefile +++ b/www/rubygem-jquery-rails-rails50/Makefile @@ -16,9 +16,11 @@ RUN_DEPENDS= rubygem-rails-dom-testing-rails50>=1<3:textproc/rubygem-rails-dom-t rubygem-railties50>=4.2.0:www/rubygem-railties50 \ rubygem-thor>=0.14<2.0:devel/rubygem-thor -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= rubyonrails + .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:03:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE24866F0BE; Mon, 27 Sep 2021 20:03:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJD9R4zgFz4jPy; Mon, 27 Sep 2021 20:03:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8761B16E64; Mon, 27 Sep 2021 20:03:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RK3teu069838; Mon, 27 Sep 2021 20:03:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RK3tq2069837; Mon, 27 Sep 2021 20:03:55 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:03:55 GMT Message-Id: <202109272003.18RK3tq2069837@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 22f68fd6c0c1 - main - print/ft2demos: Return to pool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 22f68fd6c0c1ef9232d21c4b075baefc91d1f32c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:03:55 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=22f68fd6c0c1ef9232d21c4b075baefc91d1f32c commit 22f68fd6c0c1ef9232d21c4b075baefc91d1f32c Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 13:11:37 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-27 20:03:38 +0000 print/ft2demos: Return to pool --- print/ft2demos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile index c4f8af986a7e..cc07936c3d94 100644 --- a/print/ft2demos/Makefile +++ b/print/ft2demos/Makefile @@ -6,7 +6,7 @@ CATEGORIES= print MASTER_SITES= SAVANNAH/freetype/ \ SF/freetype/freetype-demos/${PORTVERSION} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Demo programs for FreeType2 LICENSE= BSD3CLAUSE GPLv2 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:03:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF2F466F55F; Mon, 27 Sep 2021 20:03:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJD9S5dTgz4jVG; Mon, 27 Sep 2021 20:03:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BD5F17532; Mon, 27 Sep 2021 20:03:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RK3uxn069865; Mon, 27 Sep 2021 20:03:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RK3uAJ069864; Mon, 27 Sep 2021 20:03:56 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:03:56 GMT Message-Id: <202109272003.18RK3uAJ069864@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 3ceb7f26aaa0 - main - emulators/vpcs: Mark DEPRECATED MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3ceb7f26aaa0a39eb98dd4861c8b38c98a04547a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:03:57 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ceb7f26aaa0a39eb98dd4861c8b38c98a04547a commit 3ceb7f26aaa0a39eb98dd4861c8b38c98a04547a Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 13:21:42 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-27 20:03:39 +0000 emulators/vpcs: Mark DEPRECATED - Upstream unmaintained - Requires a complete rewrite to build on modern compilers - There are other alternatives like booting up nanobsd images instead of using an emulator --- emulators/vpcs/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emulators/vpcs/Makefile b/emulators/vpcs/Makefile index 28afdc07b957..49595205523b 100644 --- a/emulators/vpcs/Makefile +++ b/emulators/vpcs/Makefile @@ -11,14 +11,16 @@ COMMENT= Virtual PC Simulator LICENSE= BSD2CLAUSE +DEPRECATED= Upstream unmaintained +EXPIRATION_DATE=2021-10-27 BROKEN_FreeBSD_13= ld: error: duplicate symbol: vpc BROKEN_FreeBSD_14= ld: error: duplicate symbol: vpc ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= non-portable -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= tar:tbz + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/vpcs man/man1/vpcs.1.gz post-patch: From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:03:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7557D66F32B; Mon, 27 Sep 2021 20:03:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJD9W14rYz4jkx; Mon, 27 Sep 2021 20:03:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD9CF172C4; Mon, 27 Sep 2021 20:03:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RK3wdt069913; Mon, 27 Sep 2021 20:03:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RK3wZx069912; Mon, 27 Sep 2021 20:03:58 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:03:58 GMT Message-Id: <202109272003.18RK3wZx069912@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 48afed47c20a - main - databases/pgroonga: Update version 2.3.0=>2.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 48afed47c20a079093bc6965255c0031a6d5dce1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:03:59 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=48afed47c20a079093bc6965255c0031a6d5dce1 commit 48afed47c20a079093bc6965255c0031a6d5dce1 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 16:55:58 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-27 20:03:42 +0000 databases/pgroonga: Update version 2.3.0=>2.3.1 Relnotes: https://pgroonga.github.io/news/#version-2-3-1 --- databases/pgroonga/Makefile | 2 +- databases/pgroonga/distinfo | 6 +++--- databases/pgroonga/pkg-plist | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/databases/pgroonga/Makefile b/databases/pgroonga/Makefile index 7fbd869e8922..5362ca48b52d 100644 --- a/databases/pgroonga/Makefile +++ b/databases/pgroonga/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman PORTNAME= pgroonga -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= databases textproc MASTER_SITES= http://packages.groonga.org/source/pgroonga/ diff --git a/databases/pgroonga/distinfo b/databases/pgroonga/distinfo index 098a93f9dd3e..a5f0b68ea02e 100644 --- a/databases/pgroonga/distinfo +++ b/databases/pgroonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621888624 -SHA256 (pgroonga-2.3.0.tar.gz) = 5b3c8f42989120c8954a03f9d78cdcf017e1bc655f8331a21bc79ecd3927b5f1 -SIZE (pgroonga-2.3.0.tar.gz) = 424579 +TIMESTAMP = 1632758052 +SHA256 (pgroonga-2.3.1.tar.gz) = 832c8a0ab4735f207f528abfbac9e686bca09df6190bd9fc96a2e0af1714206c +SIZE (pgroonga-2.3.1.tar.gz) = 428706 diff --git a/databases/pgroonga/pkg-plist b/databases/pgroonga/pkg-plist index ff7b86f78ec7..6f9ed9299fa2 100644 --- a/databases/pgroonga/pkg-plist +++ b/databases/pgroonga/pkg-plist @@ -26,6 +26,7 @@ %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-result-converter.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-search.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-sequential-search.h +%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-string.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-tokenize.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-value.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-variables.h @@ -60,6 +61,7 @@ %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-result-converter.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-search.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-sequential-search.h +%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-string.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-tokenize.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-value.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-variables.h @@ -95,6 +97,7 @@ %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-result-converter.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-search.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-sequential-search.h +%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-string.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-tokenize.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-value.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-variables.h @@ -157,7 +160,8 @@ share/postgresql/extension/pgroonga--2.2.5--2.2.6.sql share/postgresql/extension/pgroonga--2.2.6--2.2.7.sql share/postgresql/extension/pgroonga--2.2.7--2.2.8.sql share/postgresql/extension/pgroonga--2.2.8--2.2.9.sql -share/postgresql/extension/pgroonga--2.2.9--%%MVER%%.sql +share/postgresql/extension/pgroonga--2.2.9--2.3.0.sql +share/postgresql/extension/pgroonga--2.3.0--%%MVER%%.sql share/postgresql/extension/pgroonga--%%MVER%%.sql share/postgresql/extension/pgroonga_database--%%MVER%%.sql share/postgresql/extension/pgroonga_database.control From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:03:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 034B966F0C0; Mon, 27 Sep 2021 20:03:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJD9T6bNLz4jXs; Mon, 27 Sep 2021 20:03:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C38EB174AB; Mon, 27 Sep 2021 20:03:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RK3vIV069889; Mon, 27 Sep 2021 20:03:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RK3vxp069888; Mon, 27 Sep 2021 20:03:57 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:03:57 GMT Message-Id: <202109272003.18RK3vxp069888@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 799c5c01fd88 - main - databases/mroonga: Update version 11.04=>11.06 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 799c5c01fd88b3cee98d1850aa4d04e89bd00917 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:03:58 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=799c5c01fd88b3cee98d1850aa4d04e89bd00917 commit 799c5c01fd88b3cee98d1850aa4d04e89bd00917 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 15:52:26 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-27 20:03:41 +0000 databases/mroonga: Update version 11.04=>11.06 Relnotes: https://mroonga.org/en/blog/2021/08/29/mroonga-11.06.html --- databases/mroonga/Makefile | 2 +- databases/mroonga/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/mroonga/Makefile b/databases/mroonga/Makefile index 0daad6e08f31..c3352c51bb7a 100644 --- a/databases/mroonga/Makefile +++ b/databases/mroonga/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman PORTNAME= mroonga -PORTVERSION= 11.04 +PORTVERSION= 11.06 CATEGORIES= databases textproc MASTER_SITES= http://packages.groonga.org/source/mroonga/ diff --git a/databases/mroonga/distinfo b/databases/mroonga/distinfo index 72e5a0750cff..c46c1048e056 100644 --- a/databases/mroonga/distinfo +++ b/databases/mroonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625174243 -SHA256 (mroonga-11.04.tar.gz) = 3f601729f1e7fe35cbd1d6cc15c7c7a0b5560d63ed89c082dfdae6a85e90c28a -SIZE (mroonga-11.04.tar.gz) = 2792714 +TIMESTAMP = 1632747973 +SHA256 (mroonga-11.06.tar.gz) = 6a3131950e91b1067f97a18054421eafab4676dc67424b00823ea72b206e2f5f +SIZE (mroonga-11.06.tar.gz) = 2801173 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:04:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A17CD66F2CC; Mon, 27 Sep 2021 20:04:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJD9X31jzz4jl3; Mon, 27 Sep 2021 20:04:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17F4D1758F; Mon, 27 Sep 2021 20:04:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RK3x0D069937; Mon, 27 Sep 2021 20:03:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RK3xUW069936; Mon, 27 Sep 2021 20:03:59 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:03:59 GMT Message-Id: <202109272003.18RK3xUW069936@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: c4b81619d42e - main - databases/postgresql-odbc: Update version 13.01.0000=>13.02.0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c4b81619d42eb1188bad882f1b65bc413aa0a197 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:04:00 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4b81619d42eb1188bad882f1b65bc413aa0a197 commit c4b81619d42eb1188bad882f1b65bc413aa0a197 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 20:02:02 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-27 20:03:43 +0000 databases/postgresql-odbc: Update version 13.01.0000=>13.02.0000 --- databases/postgresql-odbc/Makefile | 2 +- databases/postgresql-odbc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index 503682940aa0..6358c2ce4b72 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTVERSION= 13.01.0000 +PORTVERSION= 13.02.0000 CATEGORIES= databases MASTER_SITES= PGSQL/odbc/versions/src PKGNAMESUFFIX= -odbc diff --git a/databases/postgresql-odbc/distinfo b/databases/postgresql-odbc/distinfo index 97e4fbcb9674..140290ee947e 100644 --- a/databases/postgresql-odbc/distinfo +++ b/databases/postgresql-odbc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620410005 -SHA256 (postgresql/psqlodbc-13.01.0000.tar.gz) = 435de2ea38109b8384ed76d327032b73a53a915379a752a34b0f9c7539055da7 -SIZE (postgresql/psqlodbc-13.01.0000.tar.gz) = 941064 +TIMESTAMP = 1632761882 +SHA256 (postgresql/psqlodbc-13.02.0000.tar.gz) = b39b7e5c41fd6475c551112fa724bf57c4a446175ec4188a90e2844cc1612585 +SIZE (postgresql/psqlodbc-13.02.0000.tar.gz) = 944327 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6641066FC95; Mon, 27 Sep 2021 20:34:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrN1PXVz4nF2; Mon, 27 Sep 2021 20:34:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1040417735; Mon, 27 Sep 2021 20:34:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYCw7009678; Mon, 27 Sep 2021 20:34:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYB4s009677; Mon, 27 Sep 2021 20:34:11 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:11 GMT Message-Id: <202109272034.18RKYB4s009677@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c71c5b210be3 - main - devel/py-pyyaml_env_tag: Add py-pyyaml_env_tag 0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c71c5b210be30c1e802476b2499f82169715e439 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c71c5b210be30c1e802476b2499f82169715e439 commit c71c5b210be30c1e802476b2499f82169715e439 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:33 +0000 devel/py-pyyaml_env_tag: Add py-pyyaml_env_tag 0.1 pyyaml_env_tag is a custom YAML tag for referencing environment variables in YAML files. WWW: https://github.com/waylan/pyyaml-env-tag --- devel/Makefile | 1 + devel/py-pyyaml_env_tag/Makefile | 22 ++++++++++++++++++++++ devel/py-pyyaml_env_tag/distinfo | 3 +++ devel/py-pyyaml_env_tag/pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 8b0858b9249a..76a6bacb63fb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5086,6 +5086,7 @@ SUBDIR += py-pyxb SUBDIR += py-pyyaml-env-tag SUBDIR += py-pyyaml-include + SUBDIR += py-pyyaml_env_tag SUBDIR += py-pyzipper SUBDIR += py-q SUBDIR += py-qasync diff --git a/devel/py-pyyaml_env_tag/Makefile b/devel/py-pyyaml_env_tag/Makefile new file mode 100644 index 000000000000..e20f07c68df5 --- /dev/null +++ b/devel/py-pyyaml_env_tag/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= pyyaml_env_tag +PORTVERSION= 0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Custom YAML tag for referencing environment variables in YAML files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-pyyaml_env_tag/distinfo b/devel/py-pyyaml_env_tag/distinfo new file mode 100644 index 000000000000..e93908862181 --- /dev/null +++ b/devel/py-pyyaml_env_tag/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632773095 +SHA256 (pyyaml_env_tag-0.1.tar.gz) = 70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb +SIZE (pyyaml_env_tag-0.1.tar.gz) = 5631 diff --git a/devel/py-pyyaml_env_tag/pkg-descr b/devel/py-pyyaml_env_tag/pkg-descr new file mode 100644 index 000000000000..b1ef36ff76c1 --- /dev/null +++ b/devel/py-pyyaml_env_tag/pkg-descr @@ -0,0 +1,4 @@ +pyyaml_env_tag is a custom YAML tag for referencing environment variables in +YAML files. + +WWW: https://github.com/waylan/pyyaml-env-tag From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD85066F779; Mon, 27 Sep 2021 20:34:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrQ43wCz4nRt; Mon, 27 Sep 2021 20:34:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61E1417A23; Mon, 27 Sep 2021 20:34:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYET9009731; Mon, 27 Sep 2021 20:34:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYEeY009730; Mon, 27 Sep 2021 20:34:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:14 GMT Message-Id: <202109272034.18RKYEeY009730@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 873bd215f749 - main - devel/grpc134: Update to 1.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 873bd215f74970def006c38b97f099d823ebab99 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=873bd215f74970def006c38b97f099d823ebab99 commit 873bd215f74970def006c38b97f099d823ebab99 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:38 +0000 devel/grpc134: Update to 1.34.1 Changes: https://github.com/grpc/grpc/releases --- devel/grpc134/Makefile | 3 +-- devel/grpc134/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/grpc134/Makefile b/devel/grpc134/Makefile index 7d40961eb552..7025c68598ad 100644 --- a/devel/grpc134/Makefile +++ b/devel/grpc134/Makefile @@ -1,9 +1,8 @@ # Created by: vanilla@ PORTNAME= grpc -PORTVERSION= 1.34.0 +PORTVERSION= 1.34.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= 134 diff --git a/devel/grpc134/distinfo b/devel/grpc134/distinfo index 7ec677aea572..39dd22a6946d 100644 --- a/devel/grpc134/distinfo +++ b/devel/grpc134/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609277768 -SHA256 (grpc-grpc-v1.34.0_GH0.tar.gz) = 7372a881122cd85a7224435a1d58bc5e11c88d4fb98a64b83f36f3d1c2f16d39 -SIZE (grpc-grpc-v1.34.0_GH0.tar.gz) = 7723327 +TIMESTAMP = 1632773099 +SHA256 (grpc-grpc-v1.34.1_GH0.tar.gz) = c260a1dcdd26a78a9596494a3f41f9594ab5ec3a4d65cba4658bdee2b55ac844 +SIZE (grpc-grpc-v1.34.1_GH0.tar.gz) = 7723754 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B43FC66F7F1; Mon, 27 Sep 2021 20:34:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrR5YMcz4nKd; Mon, 27 Sep 2021 20:34:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 821A7179B6; Mon, 27 Sep 2021 20:34:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYFaT009755; Mon, 27 Sep 2021 20:34:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYFcK009754; Mon, 27 Sep 2021 20:34:15 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:15 GMT Message-Id: <202109272034.18RKYFcK009754@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 28dede9e9b40 - main - graphics/p5-Image-Sane: Update BUILD_DEPENDS: add check for sane-backends MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 28dede9e9b4001094d6026b4a51cf9f5daa907d3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:17 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=28dede9e9b4001094d6026b4a51cf9f5daa907d3 commit 28dede9e9b4001094d6026b4a51cf9f5daa907d3 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:40 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:40 +0000 graphics/p5-Image-Sane: Update BUILD_DEPENDS: add check for sane-backends --- graphics/p5-Image-Sane/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/p5-Image-Sane/Makefile b/graphics/p5-Image-Sane/Makefile index 940083234432..d2d3f51248de 100644 --- a/graphics/p5-Image-Sane/Makefile +++ b/graphics/p5-Image-Sane/Makefile @@ -15,6 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \ + sane-backends>=1.0.19:graphics/sane-backends \ ${RUN_DEPENDS} LIB_DEPENDS= libsane.so:graphics/sane-backends RUN_DEPENDS= p5-Exception-Class>=1.43:devel/p5-Exception-Class \ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 139D166FBF2; Mon, 27 Sep 2021 20:34:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrX3FN8z4nL6; Mon, 27 Sep 2021 20:34:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2410017AB2; Mon, 27 Sep 2021 20:34:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYKtU009857; Mon, 27 Sep 2021 20:34:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYKYS009856; Mon, 27 Sep 2021 20:34:20 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:20 GMT Message-Id: <202109272034.18RKYKYS009856@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 25c98e594a99 - main - devel/py-prettytable: Update to 2.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 25c98e594a99946802869daf59e640edacd82c6e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=25c98e594a99946802869daf59e640edacd82c6e commit 25c98e594a99946802869daf59e640edacd82c6e Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:43 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:43 +0000 devel/py-prettytable: Update to 2.2.1 Changes: https://github.com/jazzband/prettytable/releases --- devel/py-prettytable/Makefile | 2 +- devel/py-prettytable/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-prettytable/Makefile b/devel/py-prettytable/Makefile index d1d77aad02a3..e51300b19ec0 100644 --- a/devel/py-prettytable/Makefile +++ b/devel/py-prettytable/Makefile @@ -1,7 +1,7 @@ # Created by: Roman Bogorodskiy PORTNAME= prettytable -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-prettytable/distinfo b/devel/py-prettytable/distinfo index 85437ad9641b..3b53c3ac73ab 100644 --- a/devel/py-prettytable/distinfo +++ b/devel/py-prettytable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037148 -SHA256 (prettytable-2.2.0.tar.gz) = bd81678c108e6c73d4f1e47cd4283de301faaa6ff6220bcd1d4022038c56b416 -SIZE (prettytable-2.2.0.tar.gz) = 44939 +TIMESTAMP = 1632773107 +SHA256 (prettytable-2.2.1.tar.gz) = 6d465005573a5c058d4ca343449a5b28c21252b86afcdfa168cdc6a440f0b24c +SIZE (prettytable-2.2.1.tar.gz) = 45102 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4B6566F7EB; Mon, 27 Sep 2021 20:34:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrP2nQtz4n6D; Mon, 27 Sep 2021 20:34:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B9E4178C4; Mon, 27 Sep 2021 20:34:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYD1i009705; Mon, 27 Sep 2021 20:34:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYDAD009704; Mon, 27 Sep 2021 20:34:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:13 GMT Message-Id: <202109272034.18RKYDAD009704@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: edcdb5ee3405 - main - www/py-ghp-import: Add py-ghp-import 2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: edcdb5ee3405f9fa4dcb33a256ed28e6ca9ccfea Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=edcdb5ee3405f9fa4dcb33a256ed28e6ca9ccfea commit edcdb5ee3405f9fa4dcb33a256ed28e6ca9ccfea Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:37 +0000 www/py-ghp-import: Add py-ghp-import 2.0.2 GitHub Pages is a pretty awesome service that GitHub provides for hosting project documentation. The only thing is that it requires a gh-pages branch that is the site's document root. This means that keeping documentation sources in the branch with code is a bit difficult. And it really turns into a head scratcher for things like Sphinx that want to access documentation sources and code sources at the same time. Then I stumbled across an interesting looking package called github-tools that looked almost like what I wanted. It was a tad complicated and more involved than I wanted but it gave me an idea. Why not just write a script that can copy a directory to the gh-pages branch of the repository. This saves me from even having to think about the branch and everything becomes magical. This is what ghp-import was written for. WWW: https://github.com/c-w/ghp-import --- www/Makefile | 1 + www/py-ghp-import/Makefile | 22 ++++++++++++++++++++++ www/py-ghp-import/distinfo | 3 +++ www/py-ghp-import/pkg-descr | 16 ++++++++++++++++ 4 files changed, 42 insertions(+) diff --git a/www/Makefile b/www/Makefile index 0b8c2f140771..d3ee8ebb6b98 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1635,6 +1635,7 @@ SUBDIR += py-frozen-flask SUBDIR += py-gandi.cli SUBDIR += py-gevent-websocket + SUBDIR += py-ghp-import SUBDIR += py-google SUBDIR += py-google-api-core SUBDIR += py-google-api-python-client diff --git a/www/py-ghp-import/Makefile b/www/py-ghp-import/Makefile new file mode 100644 index 000000000000..a83005d7eb0b --- /dev/null +++ b/www/py-ghp-import/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= ghp-import +PORTVERSION= 2.0.2 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Copy your docs directly to the gh-pages branch + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/www/py-ghp-import/distinfo b/www/py-ghp-import/distinfo new file mode 100644 index 000000000000..81c74343f6cd --- /dev/null +++ b/www/py-ghp-import/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632773097 +SHA256 (ghp-import-2.0.2.tar.gz) = 947b3771f11be850c852c64b561c600fdddf794bab363060854c1ee7ad05e071 +SIZE (ghp-import-2.0.2.tar.gz) = 10928 diff --git a/www/py-ghp-import/pkg-descr b/www/py-ghp-import/pkg-descr new file mode 100644 index 000000000000..5c34eb2101d4 --- /dev/null +++ b/www/py-ghp-import/pkg-descr @@ -0,0 +1,16 @@ +GitHub Pages is a pretty awesome service that GitHub provides for hosting +project documentation. The only thing is that it requires a gh-pages branch that +is the site's document root. This means that keeping documentation sources in +the branch with code is a bit difficult. And it really turns into a head +scratcher for things like Sphinx that want to access documentation sources and +code sources at the same time. + +Then I stumbled across an interesting looking package called github-tools that +looked almost like what I wanted. It was a tad complicated and more involved +than I wanted but it gave me an idea. Why not just write a script that can copy +a directory to the gh-pages branch of the repository. This saves me from even +having to think about the branch and everything becomes magical. + +This is what ghp-import was written for. + +WWW: https://github.com/c-w/ghp-import From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1751666FE2C; Mon, 27 Sep 2021 20:34:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrd3580z4nVV; Mon, 27 Sep 2021 20:34:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9C2F178C7; Mon, 27 Sep 2021 20:34:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYOL0009955; Mon, 27 Sep 2021 20:34:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYOWg009954; Mon, 27 Sep 2021 20:34:24 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:24 GMT Message-Id: <202109272034.18RKYOWg009954@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 64e7742d49af - main - devel/rubygem-aws-sdk-licensemanager: Update to 1.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 64e7742d49af21176f9ff5c0c3e0c5013b26e5f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=64e7742d49af21176f9ff5c0c3e0c5013b26e5f6 commit 64e7742d49af21176f9ff5c0c3e0c5013b26e5f6 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:57 +0000 devel/rubygem-aws-sdk-licensemanager: Update to 1.34.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-licensemanager/CHANGELOG.md --- devel/rubygem-aws-sdk-licensemanager/Makefile | 2 +- devel/rubygem-aws-sdk-licensemanager/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-licensemanager/Makefile b/devel/rubygem-aws-sdk-licensemanager/Makefile index be410502c216..412258c55a25 100644 --- a/devel/rubygem-aws-sdk-licensemanager/Makefile +++ b/devel/rubygem-aws-sdk-licensemanager/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-licensemanager -PORTVERSION= 1.33.0 +PORTVERSION= 1.34.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-licensemanager/distinfo b/devel/rubygem-aws-sdk-licensemanager/distinfo index f17e7967722b..b4ce6d75e7ce 100644 --- a/devel/rubygem-aws-sdk-licensemanager/distinfo +++ b/devel/rubygem-aws-sdk-licensemanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664412 -SHA256 (rubygem/aws-sdk-licensemanager-1.33.0.gem) = e648907948081d9b2d04e90c910b76f32b72df849cf44cec2cd799317c86fad3 -SIZE (rubygem/aws-sdk-licensemanager-1.33.0.gem) = 53760 +TIMESTAMP = 1632773115 +SHA256 (rubygem/aws-sdk-licensemanager-1.34.0.gem) = 57a76de740681d1b1e91c8813e4b84de5a588a785dfd322a7f06f576c2863b35 +SIZE (rubygem/aws-sdk-licensemanager-1.34.0.gem) = 53760 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03E4F66FE86; Mon, 27 Sep 2021 20:34:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrb1sy1z4nHZ; Mon, 27 Sep 2021 20:34:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CEA317BB2; Mon, 27 Sep 2021 20:34:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYMfS009905; Mon, 27 Sep 2021 20:34:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYMMk009904; Mon, 27 Sep 2021 20:34:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:22 GMT Message-Id: <202109272034.18RKYMMk009904@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 77e9d374c73f - main - www/py-django-crispy-forms: Update to 1.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 77e9d374c73fca1e487d70a7c050093165c1c318 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=77e9d374c73fca1e487d70a7c050093165c1c318 commit 77e9d374c73fca1e487d70a7c050093165c1c318 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:55 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:55 +0000 www/py-django-crispy-forms: Update to 1.13.0 Changes: https://github.com/django-crispy-forms/django-crispy-forms/releases --- www/py-django-crispy-forms/Makefile | 2 +- www/py-django-crispy-forms/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile index 5c9fef3ee809..320c48a85b3a 100644 --- a/www/py-django-crispy-forms/Makefile +++ b/www/py-django-crispy-forms/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= django-crispy-forms -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-crispy-forms/distinfo b/www/py-django-crispy-forms/distinfo index 423773f457da..6539c4be2465 100644 --- a/www/py-django-crispy-forms/distinfo +++ b/www/py-django-crispy-forms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623697082 -SHA256 (django-crispy-forms-1.12.0.tar.gz) = d196db62ee8b4fc32d1f9583d0e4be1bb17328b662682c1ecb9fb77bbc0fcf77 -SIZE (django-crispy-forms-1.12.0.tar.gz) = 67073 +TIMESTAMP = 1632773111 +SHA256 (django-crispy-forms-1.13.0.tar.gz) = 4dc9e5263c91c5f51766806a050ca2ec5c349d34c5cd91fcca3a1a0363b5e29e +SIZE (django-crispy-forms-1.13.0.tar.gz) = 67036 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D21EE66FE26; Mon, 27 Sep 2021 20:34:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrZ20Nvz4nNL; Mon, 27 Sep 2021 20:34:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 432D7178C6; Mon, 27 Sep 2021 20:34:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYLFI009881; Mon, 27 Sep 2021 20:34:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYLXD009880; Mon, 27 Sep 2021 20:34:21 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:21 GMT Message-Id: <202109272034.18RKYLXD009880@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c3127021fd55 - main - math/py-patsy: Update to 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c3127021fd55a7f30c48f3503fabb2624d681253 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3127021fd55a7f30c48f3503fabb2624d681253 commit c3127021fd55a7f30c48f3503fabb2624d681253 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:52 +0000 math/py-patsy: Update to 0.5.2 Changes: https://github.com/pydata/patsy/releases --- math/py-patsy/Makefile | 3 +-- math/py-patsy/distinfo | 6 +++--- math/py-patsy/pkg-descr | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile index ff1600b7c15c..db24b1b1808c 100644 --- a/math/py-patsy/Makefile +++ b/math/py-patsy/Makefile @@ -1,8 +1,7 @@ # Created by: Johannes Meixner PORTNAME= patsy -PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTVERSION= 0.5.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-patsy/distinfo b/math/py-patsy/distinfo index 646ad963ffa6..5a6a91acef37 100644 --- a/math/py-patsy/distinfo +++ b/math/py-patsy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540753562 -SHA256 (patsy-0.5.1.tar.gz) = f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991 -SIZE (patsy-0.5.1.tar.gz) = 397623 +TIMESTAMP = 1632773109 +SHA256 (patsy-0.5.2.tar.gz) = 5053de7804676aba62783dbb0f23a2b3d74e35e5bfa238b88b7cbf148a38b69d +SIZE (patsy-0.5.2.tar.gz) = 397275 diff --git a/math/py-patsy/pkg-descr b/math/py-patsy/pkg-descr index 186f6d6072b8..a201aef1f15e 100644 --- a/math/py-patsy/pkg-descr +++ b/math/py-patsy/pkg-descr @@ -2,5 +2,4 @@ Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. -WWW: https://pypi.org/project/patsy/ WWW: https://github.com/pydata/patsy From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D719566FCAB; Mon, 27 Sep 2021 20:34:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrc5CClz4nSZ; Mon, 27 Sep 2021 20:34:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99315179B7; Mon, 27 Sep 2021 20:34:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYNg3009929; Mon, 27 Sep 2021 20:34:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYN2Z009928; Mon, 27 Sep 2021 20:34:23 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:23 GMT Message-Id: <202109272034.18RKYN2Z009928@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 41e595daf40a - main - converters/rubygem-json-ld: Update to 3.1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 41e595daf40acfb238d271cb17abb7289e693820 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=41e595daf40acfb238d271cb17abb7289e693820 commit 41e595daf40acfb238d271cb17abb7289e693820 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:56 +0000 converters/rubygem-json-ld: Update to 3.1.10 Changes: https://github.com/ruby-rdf/json-ld/releases --- converters/rubygem-json-ld/Makefile | 2 +- converters/rubygem-json-ld/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/converters/rubygem-json-ld/Makefile b/converters/rubygem-json-ld/Makefile index f51e261a39b3..31aafb0f75ab 100644 --- a/converters/rubygem-json-ld/Makefile +++ b/converters/rubygem-json-ld/Makefile @@ -1,5 +1,5 @@ PORTNAME= json-ld -PORTVERSION= 3.1.9 +PORTVERSION= 3.1.10 CATEGORIES= converters rubygems MASTER_SITES= RG diff --git a/converters/rubygem-json-ld/distinfo b/converters/rubygem-json-ld/distinfo index 0df4c890d4e5..1386406da9b8 100644 --- a/converters/rubygem-json-ld/distinfo +++ b/converters/rubygem-json-ld/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614794332 -SHA256 (rubygem/json-ld-3.1.9.gem) = fc8443b622b4806b28a634ee6b9cea160507d7c7b3dfc7171561dc86f19039c9 -SIZE (rubygem/json-ld-3.1.9.gem) = 169472 +TIMESTAMP = 1632773113 +SHA256 (rubygem/json-ld-3.1.10.gem) = 8d9577d07c24912b98bdae53411ef36048e056dcd4ce70e851389e901d654c42 +SIZE (rubygem/json-ld-3.1.10.gem) = 169984 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8A82566FE25; Mon, 27 Sep 2021 20:34:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrW3Nnzz4nQ6; Mon, 27 Sep 2021 20:34:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07CA7170FB; Mon, 27 Sep 2021 20:34:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYIAI009830; Mon, 27 Sep 2021 20:34:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYIhg009829; Mon, 27 Sep 2021 20:34:18 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:18 GMT Message-Id: <202109272034.18RKYIhg009829@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c0af13a76076 - main - devel/py-moto: Update to 2.2.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c0af13a760764d801fa620ff2dfed5f0d070abd0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0af13a760764d801fa620ff2dfed5f0d070abd0 commit c0af13a760764d801fa620ff2dfed5f0d070abd0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:42 +0000 devel/py-moto: Update to 2.2.8 Changes: https://github.com/spulec/moto/blob/master/CHANGELOG.md --- devel/py-moto/Makefile | 6 +++++- devel/py-moto/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/devel/py-moto/Makefile b/devel/py-moto/Makefile index 7dbef1fc956c..3b52e5d80191 100644 --- a/devel/py-moto/Makefile +++ b/devel/py-moto/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= moto -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -43,6 +43,10 @@ NO_ARCH= yes .include +.if ${PYTHON_REL} < 30700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} +.endif + .if ${PYTHON_REL} < 30800 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} .endif diff --git a/devel/py-moto/distinfo b/devel/py-moto/distinfo index 255b12f0d6ce..2be5b960ddcf 100644 --- a/devel/py-moto/distinfo +++ b/devel/py-moto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227540 -SHA256 (moto-2.2.7.tar.gz) = f5d131d0be71890809c94556930f865d25814e2d2e29d74fab749f963a11b518 -SIZE (moto-2.2.7.tar.gz) = 1780746 +TIMESTAMP = 1632773105 +SHA256 (moto-2.2.8.tar.gz) = 418a47e65fd1a0001068d833b3e9924ce881f2e93e8d45b8cbc8bfa26bfeb7e0 +SIZE (moto-2.2.8.tar.gz) = 1845533 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88ABC66FC0A; Mon, 27 Sep 2021 20:34:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrV1Nkwz4nKs; Mon, 27 Sep 2021 20:34:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC29917BB1; Mon, 27 Sep 2021 20:34:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYHWL009803; Mon, 27 Sep 2021 20:34:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYHen009802; Mon, 27 Sep 2021 20:34:17 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:17 GMT Message-Id: <202109272034.18RKYHen009802@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 217d4c379844 - main - devel/py-jupyterlab-server: Update to 2.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 217d4c379844281176c76658235c91e8e754c334 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=217d4c379844281176c76658235c91e8e754c334 commit 217d4c379844281176c76658235c91e8e754c334 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:42 +0000 devel/py-jupyterlab-server: Update to 2.8.2 Changes: https://github.com/jupyterlab/jupyterlab_server/releases --- devel/py-jupyterlab-server/Makefile | 2 +- devel/py-jupyterlab-server/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-jupyterlab-server/Makefile b/devel/py-jupyterlab-server/Makefile index 3aba9d9c2710..b38bb2e4e44a 100644 --- a/devel/py-jupyterlab-server/Makefile +++ b/devel/py-jupyterlab-server/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= jupyterlab-server -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jupyterlab-server/distinfo b/devel/py-jupyterlab-server/distinfo index 9ea2db885cd3..711a7c13051e 100644 --- a/devel/py-jupyterlab-server/distinfo +++ b/devel/py-jupyterlab-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037088 -SHA256 (jupyterlab_server-2.8.1.tar.gz) = 39fd519e9b3275873bd15de891363c28f2649814f7bbc11c57469c60e8408e97 -SIZE (jupyterlab_server-2.8.1.tar.gz) = 55885 +TIMESTAMP = 1632773103 +SHA256 (jupyterlab_server-2.8.2.tar.gz) = 26d813c8162c83d466df7d155865987dabe70aa452f9187dfb79fd88afc8fa0b +SIZE (jupyterlab_server-2.8.2.tar.gz) = 56188 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 849B566FC9D; Mon, 27 Sep 2021 20:34:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrT48nVz4nPw; Mon, 27 Sep 2021 20:34:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD7BD178C5; Mon, 27 Sep 2021 20:34:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYGOZ009779; Mon, 27 Sep 2021 20:34:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYGap009778; Mon, 27 Sep 2021 20:34:16 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:16 GMT Message-Id: <202109272034.18RKYGap009778@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 769bc8728f3f - main - devel/py-anyio: Update to 3.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 769bc8728f3fadbbd7c880f18d967870dba1a0de Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=769bc8728f3fadbbd7c880f18d967870dba1a0de commit 769bc8728f3fadbbd7c880f18d967870dba1a0de Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:41 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:33:41 +0000 devel/py-anyio: Update to 3.3.2 Changes: https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst --- devel/py-anyio/Makefile | 2 +- devel/py-anyio/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile index 3eecb3ee8fb5..7c135a6a29cc 100644 --- a/devel/py-anyio/Makefile +++ b/devel/py-anyio/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= anyio -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-anyio/distinfo b/devel/py-anyio/distinfo index 145dd1e0f00a..d694a05909bd 100644 --- a/devel/py-anyio/distinfo +++ b/devel/py-anyio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037040 -SHA256 (anyio-3.3.1.tar.gz) = 85913b4e2fec030e8c72a8f9f98092eeb9e25847a6e00d567751b77e34f856fe -SIZE (anyio-3.3.1.tar.gz) = 133007 +TIMESTAMP = 1632773101 +SHA256 (anyio-3.3.2.tar.gz) = 0b993a2ef6c1dc456815c2b5ca2819f382f20af98087cc2090a4afed3a501436 +SIZE (anyio-3.3.2.tar.gz) = 133260 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:37:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FA1766FF57; Mon, 27 Sep 2021 20:37:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDwF0ML0z4nWV; Mon, 27 Sep 2021 20:37:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD556170FC; Mon, 27 Sep 2021 20:37:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKbWiJ010333; Mon, 27 Sep 2021 20:37:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKbWo5010332; Mon, 27 Sep 2021 20:37:32 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:37:32 GMT Message-Id: <202109272037.18RKbWo5010332@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0b7551776161 - main - devel/rubygem-actionpack-page_caching: Add USES=cpe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0b75517761611f786ba6ecabbf6eb7d389042193 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:37:33 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b75517761611f786ba6ecabbf6eb7d389042193 commit 0b75517761611f786ba6ecabbf6eb7d389042193 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:37:06 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 20:37:06 +0000 devel/rubygem-actionpack-page_caching: Add USES=cpe --- devel/rubygem-actionpack-page_caching/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-actionpack-page_caching/Makefile b/devel/rubygem-actionpack-page_caching/Makefile index 666d150ca8f2..97695136cbf6 100644 --- a/devel/rubygem-actionpack-page_caching/Makefile +++ b/devel/rubygem-actionpack-page_caching/Makefile @@ -13,9 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-actionpack61>=4.0:www/rubygem-actionpack61 -USES= gem +USES= cpe gem USE_RUBY= yes -NO_ARCH= yes +#NO_ARCH= yes + +CPE_VENDOR= rubyonrails +CPE_PRODUCT= actionpack_page-caching .include From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05F09670B9C; Mon, 27 Sep 2021 21:43:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMl6TGdz4rlY; Mon, 27 Sep 2021 21:42:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDECA18671; Mon, 27 Sep 2021 21:42:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLgx1p003012; Mon, 27 Sep 2021 21:42:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLgxJG003011; Mon, 27 Sep 2021 21:42:59 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:42:59 GMT Message-Id: <202109272142.18RLgxJG003011@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: dd69becb05fd - 2021Q3 - www/node14: Update 14.17.0 -> 14.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: dd69becb05fd4c67fefe3143619842170d214913 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:00 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd69becb05fd4c67fefe3143619842170d214913 commit dd69becb05fd4c67fefe3143619842170d214913 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:47:41 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:15:32 +0000 www/node14: Update 14.17.0 -> 14.17.1 https://nodejs.org/en/blog/release/v14.17.1/ Drop files/patch-deps_v8_src_objects_js-list-format.cc since the change has been upstreamed along with the ICU minimum version bump. Sponsored by: Miles AS (cherry picked from commit 6cc50a438bb3d8504a56f590bb0b05847970007d) --- www/node14/Makefile | 4 +- www/node14/distinfo | 6 +- .../patch-deps_v8_src_objects_js-list-format.cc | 83 ---------------------- 3 files changed, 5 insertions(+), 88 deletions(-) diff --git a/www/node14/Makefile b/www/node14/Makefile index 13ce9ab2d2ea..bb5dba5a1f94 100644 --- a/www/node14/Makefile +++ b/www/node14/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.17.0 +DISTVERSION= 14.17.1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 @@ -41,7 +41,7 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl --openssl-use-def-ca-store BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss NLS_CONFIGURE_ON= --with-intl=system-icu -NLS_BUILD_DEPENDS= icu>=67.1:devel/icu +NLS_BUILD_DEPENDS= icu>=69.1:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace diff --git a/www/node14/distinfo b/www/node14/distinfo index f6657ba1cd24..ddbc57ce8810 100644 --- a/www/node14/distinfo +++ b/www/node14/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621284032 -SHA256 (node-v14.17.0.tar.gz) = 6114e82d3256136dc85a509d835442fbdf2f8430dcd8bfa7c304097344d06fb7 -SIZE (node-v14.17.0.tar.gz) = 63562031 +TIMESTAMP = 1631602049 +SHA256 (node-v14.17.1.tar.gz) = f85297faa15529cf134e9cfd395371fea62e092c3fe2127f2b0fdf8504905cee +SIZE (node-v14.17.1.tar.gz) = 63704704 diff --git a/www/node14/files/patch-deps_v8_src_objects_js-list-format.cc b/www/node14/files/patch-deps_v8_src_objects_js-list-format.cc deleted file mode 100644 index 866327498616..000000000000 --- a/www/node14/files/patch-deps_v8_src_objects_js-list-format.cc +++ /dev/null @@ -1,83 +0,0 @@ -https://github.com/v8/v8/commit/035c305ce7761f51328b45f1bd83e26aef267c9d - -../deps/v8/src/objects/js-list-format.cc:145:55: error: 'createInstance' is a private member of 'icu::ListFormatter' - icu::ListFormatter* formatter = icu::ListFormatter::createInstance( - ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -/usr/local/include/unicode/listformatter.h:267:27: note: declared private here - static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCode); - ^ - ---- deps/v8/src/objects/js-list-format.cc.orig 2021-04-06 19:42:15 UTC -+++ deps/v8/src/objects/js-list-format.cc -@@ -29,46 +29,27 @@ namespace v8 { - namespace internal { - - namespace { --const char* kStandard = "standard"; --const char* kOr = "or"; --const char* kUnit = "unit"; --const char* kStandardShort = "standard-short"; --const char* kOrShort = "or-short"; --const char* kUnitShort = "unit-short"; --const char* kStandardNarrow = "standard-narrow"; --const char* kOrNarrow = "or-narrow"; --const char* kUnitNarrow = "unit-narrow"; - --const char* GetIcuStyleString(JSListFormat::Style style, -- JSListFormat::Type type) { -+UListFormatterWidth GetIcuWidth(JSListFormat::Style style) { -+ switch (style) { -+ case JSListFormat::Style::LONG: -+ return ULISTFMT_WIDTH_WIDE; -+ case JSListFormat::Style::SHORT: -+ return ULISTFMT_WIDTH_SHORT; -+ case JSListFormat::Style::NARROW: -+ return ULISTFMT_WIDTH_NARROW; -+ } -+ UNREACHABLE(); -+} -+ -+UListFormatterType GetIcuType(JSListFormat::Type type) { - switch (type) { - case JSListFormat::Type::CONJUNCTION: -- switch (style) { -- case JSListFormat::Style::LONG: -- return kStandard; -- case JSListFormat::Style::SHORT: -- return kStandardShort; -- case JSListFormat::Style::NARROW: -- return kStandardNarrow; -- } -+ return ULISTFMT_TYPE_AND; - case JSListFormat::Type::DISJUNCTION: -- switch (style) { -- case JSListFormat::Style::LONG: -- return kOr; -- case JSListFormat::Style::SHORT: -- return kOrShort; -- case JSListFormat::Style::NARROW: -- return kOrNarrow; -- } -+ return ULISTFMT_TYPE_OR; - case JSListFormat::Type::UNIT: -- switch (style) { -- case JSListFormat::Style::LONG: -- return kUnit; -- case JSListFormat::Style::SHORT: -- return kUnitShort; -- case JSListFormat::Style::NARROW: -- return kUnitNarrow; -- } -+ return ULISTFMT_TYPE_UNITS; - } - UNREACHABLE(); - } -@@ -143,7 +124,7 @@ MaybeHandle JSListFormat::New(Isolate* i - icu::Locale icu_locale = r.icu_locale; - UErrorCode status = U_ZERO_ERROR; - icu::ListFormatter* formatter = icu::ListFormatter::createInstance( -- icu_locale, GetIcuStyleString(style_enum, type_enum), status); -+ icu_locale, GetIcuType(type_enum), GetIcuWidth(style_enum), status); - if (U_FAILURE(status) || formatter == nullptr) { - delete formatter; - THROW_NEW_ERROR(isolate, NewRangeError(MessageTemplate::kIcuError), From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A357E6706CA; Mon, 27 Sep 2021 21:43:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMq26wjz4rRW; Mon, 27 Sep 2021 21:43:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25F6F183E1; Mon, 27 Sep 2021 21:43:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh31e003091; Mon, 27 Sep 2021 21:43:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh3rg003090; Mon, 27 Sep 2021 21:43:03 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:03 GMT Message-Id: <202109272143.18RLh3rg003090@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 8bef3bdc51b5 - 2021Q3 - www/node14: Update 14.17.3 -> 14.17.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 8bef3bdc51b53ca1e92e8bb8f1d4269b70f7d039 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:03 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bef3bdc51b53ca1e92e8bb8f1d4269b70f7d039 commit 8bef3bdc51b53ca1e92e8bb8f1d4269b70f7d039 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:48:25 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:19:27 +0000 www/node14: Update 14.17.3 -> 14.17.4 https://nodejs.org/en/blog/release/v14.17.4/ This is a security release. See https://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/ Security: f53dab71-1b15-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit e7eff73cb32808ea1810775df1dee508c9864e10) --- www/node14/Makefile | 2 +- www/node14/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node14/Makefile b/www/node14/Makefile index 0f7bc5b36b77..131bb23da381 100644 --- a/www/node14/Makefile +++ b/www/node14/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.17.3 +DISTVERSION= 14.17.4 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 diff --git a/www/node14/distinfo b/www/node14/distinfo index 0d452b4d71c4..1766a5a19695 100644 --- a/www/node14/distinfo +++ b/www/node14/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602087 -SHA256 (node-v14.17.3.tar.gz) = dcbd156506ee79ee48439257626ca0a6db3d7eab8cb0208db6979125ae7d3a95 -SIZE (node-v14.17.3.tar.gz) = 63709537 +TIMESTAMP = 1631602102 +SHA256 (node-v14.17.4.tar.gz) = 70c75f21ac601ae9e0fd86bdfd4e13e4d302f42b4fafcd6d21804b043a571c36 +SIZE (node-v14.17.4.tar.gz) = 63700333 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5163670FE5; Mon, 27 Sep 2021 21:43:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMs4CDtz4rrQ; Mon, 27 Sep 2021 21:43:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FE0D18A0A; Mon, 27 Sep 2021 21:43:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh5vo003139; Mon, 27 Sep 2021 21:43:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh56h003138; Mon, 27 Sep 2021 21:43:05 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:05 GMT Message-Id: <202109272143.18RLh56h003138@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 268587584761 - 2021Q3 - www/node14: Update 14.17.5 -> 14.17.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 2685875847615931731f82d0efb2d3315b41021d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:05 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=2685875847615931731f82d0efb2d3315b41021d commit 2685875847615931731f82d0efb2d3315b41021d Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:46:01 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:19:29 +0000 www/node14: Update 14.17.5 -> 14.17.6 https://nodejs.org/en/blog/release/v14.17.6/ This is a security release. See https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases2/ Security: 7062bce0-1b17-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit 0e510f5c2f31cb22b33d940308eef9aa5d6020d7) --- www/node14/Makefile | 2 +- www/node14/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node14/Makefile b/www/node14/Makefile index e1afe9936ca8..8e43e4a6ccb7 100644 --- a/www/node14/Makefile +++ b/www/node14/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.17.5 +DISTVERSION= 14.17.6 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 diff --git a/www/node14/distinfo b/www/node14/distinfo index 167d811fb823..612e06bf7468 100644 --- a/www/node14/distinfo +++ b/www/node14/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602115 -SHA256 (node-v14.17.5.tar.gz) = bd1bb74eae48c7aa7d4519736385e99477d954c6915adefdc3c373be461d1aaa -SIZE (node-v14.17.5.tar.gz) = 63709824 +TIMESTAMP = 1631602226 +SHA256 (node-v14.17.6.tar.gz) = f64559c87faa2f1ce93c3d2cd09723af254ec320a53cbfd1a2ba8fba28e488d0 +SIZE (node-v14.17.6.tar.gz) = 63731313 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E78C96706CB; Mon, 27 Sep 2021 21:43:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMr44bGz4rp6; Mon, 27 Sep 2021 21:43:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61D2F187BC; Mon, 27 Sep 2021 21:43:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh46V003115; Mon, 27 Sep 2021 21:43:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh4qM003114; Mon, 27 Sep 2021 21:43:04 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:04 GMT Message-Id: <202109272143.18RLh4qM003114@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 69094f564eb2 - 2021Q3 - www/node14: Update 14.17.4 -> 14.17.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 69094f564eb244b746cc04a1ce7270f7cb252a93 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:05 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=69094f564eb244b746cc04a1ce7270f7cb252a93 commit 69094f564eb244b746cc04a1ce7270f7cb252a93 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:48:42 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:19:28 +0000 www/node14: Update 14.17.4 -> 14.17.5 https://nodejs.org/en/blog/release/v14.17.5/ This is a security release. See https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases/ Adopt the patch from https://github.com/nodejs/node/pull/39739, since Node.js does not build with a system installed c-ares without it. Security: b092bd4f-1b16-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit d361a41d06e7b9bd3fe183f0a3f9a3a506059bdc) --- www/node14/Makefile | 2 +- www/node14/distinfo | 6 +++--- www/node14/files/patch-src_cares__wrap.h | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/www/node14/Makefile b/www/node14/Makefile index 131bb23da381..e1afe9936ca8 100644 --- a/www/node14/Makefile +++ b/www/node14/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.17.4 +DISTVERSION= 14.17.5 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 diff --git a/www/node14/distinfo b/www/node14/distinfo index 1766a5a19695..167d811fb823 100644 --- a/www/node14/distinfo +++ b/www/node14/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602102 -SHA256 (node-v14.17.4.tar.gz) = 70c75f21ac601ae9e0fd86bdfd4e13e4d302f42b4fafcd6d21804b043a571c36 -SIZE (node-v14.17.4.tar.gz) = 63700333 +TIMESTAMP = 1631602115 +SHA256 (node-v14.17.5.tar.gz) = bd1bb74eae48c7aa7d4519736385e99477d954c6915adefdc3c373be461d1aaa +SIZE (node-v14.17.5.tar.gz) = 63709824 diff --git a/www/node14/files/patch-src_cares__wrap.h b/www/node14/files/patch-src_cares__wrap.h new file mode 100644 index 000000000000..7f57f6d8b333 --- /dev/null +++ b/www/node14/files/patch-src_cares__wrap.h @@ -0,0 +1,11 @@ +--- src/cares_wrap.h.orig 2021-08-18 22:13:12 UTC ++++ src/cares_wrap.h +@@ -22,7 +22,7 @@ + # include + #endif // __POSIX__ + +-# include ++# include + + namespace node { + namespace cares_wrap { From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B48D670D9F; Mon, 27 Sep 2021 21:43:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMp17Fdz4rWd; Mon, 27 Sep 2021 21:43:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F03D718A09; Mon, 27 Sep 2021 21:43:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh1W3003067; Mon, 27 Sep 2021 21:43:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh1d6003066; Mon, 27 Sep 2021 21:43:01 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:01 GMT Message-Id: <202109272143.18RLh1d6003066@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 754b965609c9 - 2021Q3 - www/node14: Update 14.17.2 -> 14.17.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 754b965609c9718ef2a7bb5f610e778cb55fdb66 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:02 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=754b965609c9718ef2a7bb5f610e778cb55fdb66 commit 754b965609c9718ef2a7bb5f610e778cb55fdb66 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:48:11 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:19:26 +0000 www/node14: Update 14.17.2 -> 14.17.3 https://nodejs.org/en/blog/release/v14.17.3/ Sponsored by: Miles AS (cherry picked from commit 5edfe3994032775a41e43cd8fb19cc123b3a5679) --- www/node14/Makefile | 2 +- www/node14/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node14/Makefile b/www/node14/Makefile index a937b3332416..0f7bc5b36b77 100644 --- a/www/node14/Makefile +++ b/www/node14/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.17.2 +DISTVERSION= 14.17.3 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 diff --git a/www/node14/distinfo b/www/node14/distinfo index d45e96464d15..0d452b4d71c4 100644 --- a/www/node14/distinfo +++ b/www/node14/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602070 -SHA256 (node-v14.17.2.tar.gz) = 03bea54a68c6fa8b520c273a1dc80f2fdbf80ddc9c303200d2eeaf25bd7e62fa -SIZE (node-v14.17.2.tar.gz) = 63707473 +TIMESTAMP = 1631602087 +SHA256 (node-v14.17.3.tar.gz) = dcbd156506ee79ee48439257626ca0a6db3d7eab8cb0208db6979125ae7d3a95 +SIZE (node-v14.17.3.tar.gz) = 63709537 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 22352670B9D; Mon, 27 Sep 2021 21:43:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMn0KDYz4rWT; Mon, 27 Sep 2021 21:43:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E07A318672; Mon, 27 Sep 2021 21:43:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh0m0003036; Mon, 27 Sep 2021 21:43:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh0MR003035; Mon, 27 Sep 2021 21:43:00 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:00 GMT Message-Id: <202109272143.18RLh0MR003035@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: c9c818d8d218 - 2021Q3 - www/node14: Update 14.17.1 -> 14.17.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: c9c818d8d218921a6c05364154d7b39fdef01874 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:01 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9c818d8d218921a6c05364154d7b39fdef01874 commit c9c818d8d218921a6c05364154d7b39fdef01874 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:47:55 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:15:47 +0000 www/node14: Update 14.17.1 -> 14.17.2 https://nodejs.org/en/blog/release/v14.17.2/ This is a security release. See https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/ Security: c174118e-1b11-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit cbc1577a29f9b3cec1608597ae08b8f59f2189ec) --- www/node14/Makefile | 2 +- www/node14/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node14/Makefile b/www/node14/Makefile index bb5dba5a1f94..a937b3332416 100644 --- a/www/node14/Makefile +++ b/www/node14/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.17.1 +DISTVERSION= 14.17.2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 diff --git a/www/node14/distinfo b/www/node14/distinfo index ddbc57ce8810..d45e96464d15 100644 --- a/www/node14/distinfo +++ b/www/node14/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602049 -SHA256 (node-v14.17.1.tar.gz) = f85297faa15529cf134e9cfd395371fea62e092c3fe2127f2b0fdf8504905cee -SIZE (node-v14.17.1.tar.gz) = 63704704 +TIMESTAMP = 1631602070 +SHA256 (node-v14.17.2.tar.gz) = 03bea54a68c6fa8b520c273a1dc80f2fdbf80ddc9c303200d2eeaf25bd7e62fa +SIZE (node-v14.17.2.tar.gz) = 63707473 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A2B0670DAB; Mon, 27 Sep 2021 21:43:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMt5WvHz4rpG; Mon, 27 Sep 2021 21:43:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9336B18673; Mon, 27 Sep 2021 21:43:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh6lj003163; Mon, 27 Sep 2021 21:43:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh6lZ003162; Mon, 27 Sep 2021 21:43:06 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:06 GMT Message-Id: <202109272143.18RLh6lZ003162@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 693d288d4f92 - 2021Q3 - www/node: Update 16.2.0 -> 16.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 693d288d4f9245f1e71e1483c632c28cda54c2db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:07 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=693d288d4f9245f1e71e1483c632c28cda54c2db commit 693d288d4f9245f1e71e1483c632c28cda54c2db Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:52:05 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:23:29 +0000 www/node: Update 16.2.0 -> 16.3.0 https://nodejs.org/en/blog/release/v16.3.0/ Sponsored by: Miles AS (cherry picked from commit 7bcc4cfed1f09db60087f68f032ba3937a908c0e) --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index e16fc4019cdc..ed872ad16497 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.2.0 +DISTVERSION= 16.3.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index 581127bd90b2..71c8db138da5 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621884652 -SHA256 (node-v16.2.0.tar.gz) = 5d093d6b203159aa3288a1d51495d2faf11550f0755d04015161a529a065b12a -SIZE (node-v16.2.0.tar.gz) = 64056003 +TIMESTAMP = 1631602318 +SHA256 (node-v16.3.0.tar.gz) = 11d00034a9864660eadf9835d09de2bed97b245093626705d8917897d8f36704 +SIZE (node-v16.3.0.tar.gz) = 64098993 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A45D9670E24; Mon, 27 Sep 2021 21:43:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMy3H4nz4rjh; Mon, 27 Sep 2021 21:43:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 171C618A0B; Mon, 27 Sep 2021 21:43:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh9OO003241; Mon, 27 Sep 2021 21:43:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh9aG003240; Mon, 27 Sep 2021 21:43:09 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:09 GMT Message-Id: <202109272143.18RLh9aG003240@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 3fb5e6fd472d - 2021Q3 - www/node: Update 16.4.1 -> 16.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 3fb5e6fd472defe6f7dad3f0101c97b613da506a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:10 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fb5e6fd472defe6f7dad3f0101c97b613da506a commit 3fb5e6fd472defe6f7dad3f0101c97b613da506a Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:52:50 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:23:31 +0000 www/node: Update 16.4.1 -> 16.4.2 https://nodejs.org/en/blog/release/v16.4.2/ Sponsored by: Miles AS (cherry picked from commit b87fb39486dd043adda374a1b7b7babccd331efc) --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index cf7dc5f1a7de..f2571584f07b 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.4.1 +DISTVERSION= 16.4.2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index bcdb48033019..6b94e0eaf7a0 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602348 -SHA256 (node-v16.4.1.tar.gz) = 562df905fdc9c8b3854fea1c755cc969b3c1437774d28b513457cc4034136458 -SIZE (node-v16.4.1.tar.gz) = 63816650 +TIMESTAMP = 1631602368 +SHA256 (node-v16.4.2.tar.gz) = 46d907a06fe020ee8d7e6753357b82edd16f3871f8caaa188841d29d265de7bd +SIZE (node-v16.4.2.tar.gz) = 63817602 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96AAB670FF3; Mon, 27 Sep 2021 21:43:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMz2pZvz4rv2; Mon, 27 Sep 2021 21:43:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38CB118572; Mon, 27 Sep 2021 21:43:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLhBf9003265; Mon, 27 Sep 2021 21:43:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLhBHR003264; Mon, 27 Sep 2021 21:43:11 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:11 GMT Message-Id: <202109272143.18RLhBHR003264@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 45ac4b550a39 - 2021Q3 - www/node: Update 16.4.2 -> 16.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 45ac4b550a39998e474445bd97f2d1a9f1206da9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:11 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=45ac4b550a39998e474445bd97f2d1a9f1206da9 commit 45ac4b550a39998e474445bd97f2d1a9f1206da9 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:53:18 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:23:33 +0000 www/node: Update 16.4.2 -> 16.5.0 https://nodejs.org/en/blog/release/v16.5.0/ Sponsored by: Miles AS (cherry picked from commit 2877919793b5d234f54602ad1c37081798f948f3) --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- www/node/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index f2571584f07b..74145a8dfbdc 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.4.2 +DISTVERSION= 16.5.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index 6b94e0eaf7a0..29c4db71467f 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602368 -SHA256 (node-v16.4.2.tar.gz) = 46d907a06fe020ee8d7e6753357b82edd16f3871f8caaa188841d29d265de7bd -SIZE (node-v16.4.2.tar.gz) = 63817602 +TIMESTAMP = 1631602392 +SHA256 (node-v16.5.0.tar.gz) = a0d233cde072822af7fd3043b866e526a1739df32c3ace6210ae289f3266ccb7 +SIZE (node-v16.5.0.tar.gz) = 63891812 diff --git a/www/node/pkg-plist b/www/node/pkg-plist index 3a7ebbf25252..40686f466b9c 100644 --- a/www/node/pkg-plist +++ b/www/node/pkg-plist @@ -4,6 +4,9 @@ include/node/config.gypi include/node/cppgc/common.h include/node/js_native_api.h include/node/js_native_api_types.h +include/node/libplatform/libplatform-export.h +include/node/libplatform/libplatform.h +include/node/libplatform/v8-tracing.h include/node/node.h include/node/node_api.h include/node/node_api_types.h From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 60FEF670EA2; Mon, 27 Sep 2021 21:43:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGN045T8z4rv4; Mon, 27 Sep 2021 21:43:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50DDB183E3; Mon, 27 Sep 2021 21:43:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLhCBY003289; Mon, 27 Sep 2021 21:43:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLhCSf003288; Mon, 27 Sep 2021 21:43:12 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:12 GMT Message-Id: <202109272143.18RLhCSf003288@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 509e9332f124 - 2021Q3 - www/node: Update 16.5.0 -> 16.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 509e9332f124fe7267dfd27ff2754128016303a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:13 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=509e9332f124fe7267dfd27ff2754128016303a1 commit 509e9332f124fe7267dfd27ff2754128016303a1 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:53:43 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:23:34 +0000 www/node: Update 16.5.0 -> 16.6.0 https://nodejs.org/en/blog/release/v16.6.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/ Security: f53dab71-1b15-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit 91694690e55a26e4771ecf73583275d704d680bc) --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index 74145a8dfbdc..54970ef367eb 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.5.0 +DISTVERSION= 16.6.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index 29c4db71467f..db5762885ed6 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602392 -SHA256 (node-v16.5.0.tar.gz) = a0d233cde072822af7fd3043b866e526a1739df32c3ace6210ae289f3266ccb7 -SIZE (node-v16.5.0.tar.gz) = 63891812 +TIMESTAMP = 1631602417 +SHA256 (node-v16.6.0.tar.gz) = cb24f609abba81a27536955135f0b3ca0b72e70b7aa561fec39490b386bba7ab +SIZE (node-v16.6.0.tar.gz) = 63972773 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7D90670DC5; Mon, 27 Sep 2021 21:43:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGN23ZbFz4rry; Mon, 27 Sep 2021 21:43:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FBF4188F1; Mon, 27 Sep 2021 21:43:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLhDrX003317; Mon, 27 Sep 2021 21:43:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLhDBW003316; Mon, 27 Sep 2021 21:43:13 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:13 GMT Message-Id: <202109272143.18RLhDBW003316@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: cc7da111a917 - 2021Q3 - www/node: Update 16.6.0 -> 16.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: cc7da111a91784e1bbcd0734851fda8e17ea3b68 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:14 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc7da111a91784e1bbcd0734851fda8e17ea3b68 commit cc7da111a91784e1bbcd0734851fda8e17ea3b68 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:53:57 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:23:35 +0000 www/node: Update 16.6.0 -> 16.6.1 https://nodejs.org/en/blog/release/v16.6.1/ Sponsored by: Miles AS (cherry picked from commit 163e134d818c2a0823df453cf6a7d3e786cd462c) --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index 54970ef367eb..3e167fadd559 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.6.0 +DISTVERSION= 16.6.1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index db5762885ed6..820d3cb9845f 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602417 -SHA256 (node-v16.6.0.tar.gz) = cb24f609abba81a27536955135f0b3ca0b72e70b7aa561fec39490b386bba7ab -SIZE (node-v16.6.0.tar.gz) = 63972773 +TIMESTAMP = 1631602434 +SHA256 (node-v16.6.1.tar.gz) = 36467b8a4e7e3bacc2f4f1709a83b0506429d1999bc461e5e363bc91d3437c09 +SIZE (node-v16.6.1.tar.gz) = 63990910 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0EB4670E9D; Mon, 27 Sep 2021 21:43:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMv6PW0z4rg5; Mon, 27 Sep 2021 21:43:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC533183E2; Mon, 27 Sep 2021 21:43:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh7h2003192; Mon, 27 Sep 2021 21:43:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh7SY003191; Mon, 27 Sep 2021 21:43:07 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:07 GMT Message-Id: <202109272143.18RLh7SY003191@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: f84542f9cfff - 2021Q3 - www/node: Update 16.3.0 -> 16.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: f84542f9cfff697d0d3c2ef71aad3c049ac9c6de Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:08 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=f84542f9cfff697d0d3c2ef71aad3c049ac9c6de commit f84542f9cfff697d0d3c2ef71aad3c049ac9c6de Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:52:18 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:23:29 +0000 www/node: Update 16.3.0 -> 16.4.0 https://nodejs.org/en/blog/release/v16.4.0/ Sponsored by: Miles AS (cherry picked from commit 22d1c3d778f65599600b0838ff7f2bb4568bd08b) --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index ed872ad16497..e507a255b5db 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.3.0 +DISTVERSION= 16.4.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index 71c8db138da5..ac69021e97fe 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602318 -SHA256 (node-v16.3.0.tar.gz) = 11d00034a9864660eadf9835d09de2bed97b245093626705d8917897d8f36704 -SIZE (node-v16.3.0.tar.gz) = 64098993 +TIMESTAMP = 1631602334 +SHA256 (node-v16.4.0.tar.gz) = 37e526b494a0ae53d2205421b93cc3d6fa2d9f4d8349891814a23e69d59a6d8d +SIZE (node-v16.4.0.tar.gz) = 63821297 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 594626708AE; Mon, 27 Sep 2021 21:43:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGMx0h3lz4rtq; Mon, 27 Sep 2021 21:43:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFA31188F0; Mon, 27 Sep 2021 21:43:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLh89o003217; Mon, 27 Sep 2021 21:43:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLh8nL003216; Mon, 27 Sep 2021 21:43:08 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:08 GMT Message-Id: <202109272143.18RLh8nL003216@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 016bd82a2b5e - 2021Q3 - www/node: Update 16.4.0 -> 16.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 016bd82a2b5e505091a50324750093e5a3d19a55 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:09 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=016bd82a2b5e505091a50324750093e5a3d19a55 commit 016bd82a2b5e505091a50324750093e5a3d19a55 Author: Bradley T. Hughes AuthorDate: 2021-09-14 06:52:32 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:23:30 +0000 www/node: Update 16.4.0 -> 16.4.1 https://nodejs.org/en/blog/release/v16.4.1/ This is a security release. See https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/ Security: c174118e-1b11-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit e674a048b642f6b425769204d67e81801cf9b1f7) --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index e507a255b5db..cf7dc5f1a7de 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.4.0 +DISTVERSION= 16.4.1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index ac69021e97fe..bcdb48033019 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602334 -SHA256 (node-v16.4.0.tar.gz) = 37e526b494a0ae53d2205421b93cc3d6fa2d9f4d8349891814a23e69d59a6d8d -SIZE (node-v16.4.0.tar.gz) = 63821297 +TIMESTAMP = 1631602348 +SHA256 (node-v16.4.1.tar.gz) = 562df905fdc9c8b3854fea1c755cc969b3c1437774d28b513457cc4034136458 +SIZE (node-v16.4.1.tar.gz) = 63816650 From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 21:43:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89C40670DC6; Mon, 27 Sep 2021 21:43:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJGN30Bhtz4rm9; Mon, 27 Sep 2021 21:43:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D28F189C8; Mon, 27 Sep 2021 21:43:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RLhE3U003343; Mon, 27 Sep 2021 21:43:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RLhEOe003342; Mon, 27 Sep 2021 21:43:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 21:43:14 GMT Message-Id: <202109272143.18RLhEOe003342@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 647fb0e05570 - 2021Q3 - www/node: Update 16.6.1 -> 16.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 647fb0e0557006518aa54947531a49c5549f4eb1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 21:43:15 -0000 The branch 2021Q3 has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=647fb0e0557006518aa54947531a49c5549f4eb1 commit 647fb0e0557006518aa54947531a49c5549f4eb1 Author: Bradley T. Hughes AuthorDate: 2021-09-14 07:17:21 +0000 Commit: Bradley T. Hughes CommitDate: 2021-09-27 20:23:36 +0000 www/node: Update 16.6.1 -> 16.6.2 https://nodejs.org/en/blog/release/v16.6.2/ This is a security release. See https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases/ Adopt the patch from https://github.com/nodejs/node/pull/39739, since Node.js does not build with a system installed c-ares without it. Security: b092bd4f-1b16-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit 3d5b3fb7837a997dfc5bc856229879c3afd5cca8) --- www/node/Makefile | 2 +- www/node/distinfo | 6 +++--- www/node/files/patch-src_cares__wrap.h | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index 3e167fadd559..fd0883cf116c 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.6.1 +DISTVERSION= 16.6.2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ diff --git a/www/node/distinfo b/www/node/distinfo index 820d3cb9845f..354de82cea8b 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631602434 -SHA256 (node-v16.6.1.tar.gz) = 36467b8a4e7e3bacc2f4f1709a83b0506429d1999bc461e5e363bc91d3437c09 -SIZE (node-v16.6.1.tar.gz) = 63990910 +TIMESTAMP = 1631603833 +SHA256 (node-v16.6.2.tar.gz) = e8df4a0084c379a37c11b315b7d068760a38598119d7ca9262977adcbbb58933 +SIZE (node-v16.6.2.tar.gz) = 64007539 diff --git a/www/node/files/patch-src_cares__wrap.h b/www/node/files/patch-src_cares__wrap.h new file mode 100644 index 000000000000..7f57f6d8b333 --- /dev/null +++ b/www/node/files/patch-src_cares__wrap.h @@ -0,0 +1,11 @@ +--- src/cares_wrap.h.orig 2021-08-18 22:13:12 UTC ++++ src/cares_wrap.h +@@ -22,7 +22,7 @@ + # include + #endif // __POSIX__ + +-# include ++# include + + namespace node { + namespace cares_wrap { From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 22:24:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F9CA6713AF; Mon, 27 Sep 2021 22:24:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJHHK1MdJz4tXV; Mon, 27 Sep 2021 22:24:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EB1F19043; Mon, 27 Sep 2021 22:24:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RMOCCv056595; Mon, 27 Sep 2021 22:24:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RMOCXA056594; Mon, 27 Sep 2021 22:24:12 GMT (envelope-from git) Date: Mon, 27 Sep 2021 22:24:12 GMT Message-Id: <202109272224.18RMOCXA056594@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Brooks Davis Subject: git: 79207f500c9b - main - devel/llvm13: Disable OpenMP amdgcn bit code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 79207f500c9bf7daf9c1517d71f71b4a2950300f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 22:24:13 -0000 The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=79207f500c9bf7daf9c1517d71f71b4a2950300f commit 79207f500c9bf7daf9c1517d71f71b4a2950300f Author: Brooks Davis AuthorDate: 2021-09-27 22:23:57 +0000 Commit: Brooks Davis CommitDate: 2021-09-27 22:23:57 +0000 devel/llvm13: Disable OpenMP amdgcn bit code Due to a bug in the CMakefiles these build for aarch64 and maybe ppc64le. This resulted in plist breakage for aarch64. It would be straightforward to enable them for amd64, but I have no way to test them and the current CMake bits build them for linux targets so I suspect they won't work. PR: 258706 Reviewed by: jbeich Sponsored by: DARPA --- devel/llvm13/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile index 650da0941660..29284492c4e6 100644 --- a/devel/llvm13/Makefile +++ b/devel/llvm13/Makefile @@ -174,6 +174,7 @@ LLDB_USES= lua:53 libedit LLDB_VARS= _USES_PYTHON=python:3.6+ MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library +OPENMP_CMAKE_IN= -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF OPENMP_PORTDOCS= openmp PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 22:24:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66D546714CB; Mon, 27 Sep 2021 22:24:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJHHL2NrNz4tgp; Mon, 27 Sep 2021 22:24:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 334D7193CE; Mon, 27 Sep 2021 22:24:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RMOER0056620; Mon, 27 Sep 2021 22:24:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RMOEqK056619; Mon, 27 Sep 2021 22:24:14 GMT (envelope-from git) Date: Mon, 27 Sep 2021 22:24:14 GMT Message-Id: <202109272224.18RMOEqK056619@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Brooks Davis Subject: git: 6911dd4091d5 - main - devel/llvm*: avoid crossdir links MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6911dd4091d50c0ea29a40e2366f38db0f775c37 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 22:24:14 -0000 The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=6911dd4091d50c0ea29a40e2366f38db0f775c37 commit 6911dd4091d50c0ea29a40e2366f38db0f775c37 Author: Brooks Davis AuthorDate: 2021-09-27 22:23:57 +0000 Commit: Brooks Davis CommitDate: 2021-09-27 22:23:57 +0000 devel/llvm*: avoid crossdir links Avoid hardlinks between PREFIX/bin and PREFIX/llvm##. This permits them be on different filesystems. PR: 244439 --- devel/llvm10/Makefile | 19 ++++++++++--------- devel/llvm11/Makefile | 21 +++++++++++---------- devel/llvm12/Makefile | 21 +++++++++++---------- devel/llvm70/Makefile | 17 +++++++++-------- devel/llvm80/Makefile | 19 ++++++++++--------- devel/llvm90/Makefile | 17 +++++++++-------- 6 files changed, 60 insertions(+), 54 deletions(-) diff --git a/devel/llvm10/Makefile b/devel/llvm10/Makefile index 680d653a8acc..eece54aaa40a 100644 --- a/devel/llvm10/Makefile +++ b/devel/llvm10/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 10.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} @@ -24,7 +24,8 @@ LLVM_SUFFIX= ${LLVM_MAJOR} PRE_= ${DISTVERSION:C/.*rc.*/pre/:N*[0-9]*} RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} -LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} +LLVM_DIR= llvm${LLVM_SUFFIX} +LLVM_PREFIX= ${PREFIX}/${LLVM_DIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} @@ -93,7 +94,7 @@ BE_NATIVE_DESC= Backend(s) for this architecture (${_NATIVE_BACKENDS}) BE_NATIVE_CMAKE_ON= -DLLVM_TARGETS_TO_BUILD="${NATIVE_BACKENDS:ts;}" BE_STANDARD_DESC= All non-experimental backends .for BE in FREEBSD NATIVE STANDARD -BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_PREFIX:S|${PREFIX}/||}/lib/libLLVM|} +BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_DIR}/lib/libLLVM|} .endfor CLANG_DESC= Build clang CLANG_EXTRA_PATCHES= ${PATCHDIR}/clang @@ -356,8 +357,8 @@ _BE_LIBS_${BE}+= ${_BE_LIBS_COMMON:S/^/${BE_ARCH}/} \ .endfor BE_PATTERN=${_BE_LIBS_STANDARD:O:S/$/.a/:ts|} -_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib/freebsd -_CRTBLDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/share +_CRTLIBDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/lib/freebsd +_CRTBLDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/share _COMPILER_RT_BLACKLISTS= cfi_blacklist.txt .if ${ARCH} == "amd64" _COMPILER_RT_BLACKLISTS+= asan_blacklist.txt @@ -554,9 +555,9 @@ post-install-LIT-on: ${STAGEDIR}${LLVM_PREFIX}/bin/lit ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ ${STAGEDIR}${LLVM_PREFIX}/bin/llvm-lit - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/lit${LLVM_SUFFIX} - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/llvm-lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/builtin_commands @@ -569,7 +570,7 @@ post-install-LIT-on: ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/formats ${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/FileCheck \ ${STAGEDIR}${LLVM_PREFIX}/bin/ - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/FileCheck \ + ${LN} -fs ../${LLVM_DIR}/bin/FileCheck \ ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} post-install-LLD-on: @@ -593,7 +594,7 @@ build-plist: .endfor .for command in ${LIT_COMMANDS} ${ECHO_CMD} %%LIT%%bin/${command}%%LLVM_SUFFIX%% >> ${PLIST}.tmp - ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%${LLVM_DIR:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp .endfor ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \ diff --git a/devel/llvm11/Makefile b/devel/llvm11/Makefile index dff6ccd91f04..2279478fb63e 100644 --- a/devel/llvm11/Makefile +++ b/devel/llvm11/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 11.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} @@ -24,7 +24,8 @@ LLVM_SUFFIX= ${LLVM_MAJOR} PRE_= ${DISTVERSION:C/.*rc.*/pre/:N*[0-9]*} RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} -LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} +LLVM_DIR= llvm${LLVM_SUFFIX} +LLVM_PREFIX= ${PREFIX}/${LLVM_DIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} @@ -89,7 +90,7 @@ BE_NATIVE_DESC= Backend(s) for this architecture (${_NATIVE_BACKENDS}) BE_NATIVE_CMAKE_ON= -DLLVM_TARGETS_TO_BUILD="${NATIVE_BACKENDS:ts;}" BE_STANDARD_DESC= All non-experimental backends .for BE in FREEBSD NATIVE STANDARD -BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_PREFIX:S|${PREFIX}/||}/lib/libLLVM|} +BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_DIR}/lib/libLLVM|} .endfor CLANG_DESC= Build clang CLANG_EXTRA_PATCHES= ${PATCHDIR}/clang @@ -271,7 +272,7 @@ COMPILER_RT_PATTERN= (sanitizer|include.xray|include\/fuzzer|profile\/InstrProfD COMMANDS+= ${EXTRAS_COMMANDS} MAN1SRCS+= extraclangtools.1 PORTDOCS+= clang-tools -PLIST_DIRS+= ${LLVM_PREFIX:S|${PREFIX}/||}/include/clang-tidy/plugin +PLIST_DIRS+= ${LLVM_DIR}/include/clang-tidy/plugin SHEBANG_FILES+= tools/clang/tools/extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py \ tools/clang/tools/extra/clang-tidy/tool/clang-tidy-diff.py \ tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py @@ -350,8 +351,8 @@ _BE_LIBS_${BE}+= ${_BE_LIBS_COMMON:S/^/${BE_ARCH}/} \ .endfor BE_PATTERN=${_BE_LIBS_STANDARD:O:S/$/.a/:ts|} -_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib/freebsd -_CRTBLDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/share +_CRTLIBDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/lib/freebsd +_CRTBLDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/share _COMPILER_RT_BLACKLISTS= cfi_blacklist.txt .if ${ARCH} == "amd64" _COMPILER_RT_BLACKLISTS+= asan_blacklist.txt @@ -548,9 +549,9 @@ post-install-LIT-on: ${STAGEDIR}${LLVM_PREFIX}/bin/lit ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ ${STAGEDIR}${LLVM_PREFIX}/bin/llvm-lit - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/lit${LLVM_SUFFIX} - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/llvm-lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/builtin_commands @@ -563,7 +564,7 @@ post-install-LIT-on: ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/formats ${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/FileCheck \ ${STAGEDIR}${LLVM_PREFIX}/bin/ - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/FileCheck \ + ${LN} -fs ../${LLVM_DIR}/bin/FileCheck \ ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} post-install-LLD-on: @@ -587,7 +588,7 @@ build-plist: .endfor .for command in ${LIT_COMMANDS} ${ECHO_CMD} %%LIT%%bin/${command}%%LLVM_SUFFIX%% >> ${PLIST}.tmp - ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%${LLVM_DIR:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp .endfor ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \ diff --git a/devel/llvm12/Makefile b/devel/llvm12/Makefile index feb1958d2447..86f94ffc5e0e 100644 --- a/devel/llvm12/Makefile +++ b/devel/llvm12/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 12.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} @@ -25,7 +25,8 @@ LLVM_SUFFIX= ${LLVM_MAJOR} PRE_= ${DISTVERSION:C/.*rc.*/pre/:N*[0-9]*} RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} -LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} +LLVM_DIR= llvm${LLVM_SUFFIX} +LLVM_PREFIX= ${PREFIX}/${LLVM_DIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} @@ -103,7 +104,7 @@ BE_NATIVE_DESC= Backend(s) for this architecture (${_NATIVE_BACKENDS}) BE_NATIVE_CMAKE_ON= -DLLVM_TARGETS_TO_BUILD="${NATIVE_BACKENDS:ts;}" BE_STANDARD_DESC= All non-experimental backends .for BE in FREEBSD NATIVE STANDARD -BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_PREFIX:S|${PREFIX}/||}/lib/libLLVM|} +BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_DIR}/lib/libLLVM|} .endfor CLANG_DESC= Build clang CLANG_CMAKE_ON= -DCLANG_DEFAULT_OPENMP_RUNTIME=libomp @@ -281,7 +282,7 @@ LLVM_ENABLE_PROJECTS+= clang-tools-extra COMMANDS+= ${EXTRAS_COMMANDS} MAN1SRCS+= extraclangtools.1 PORTDOCS+= clang-tools -PLIST_DIRS+= ${LLVM_PREFIX:S|${PREFIX}/||}/include/clang-tidy/plugin +PLIST_DIRS+= ${LLVM_DIR}/include/clang-tidy/plugin .endif .if ${PORT_OPTIONS:MLIT} @@ -365,8 +366,8 @@ _BE_LIBS_${BE}+= ${_BE_LIBS_COMMON:S/^/${BE_ARCH}/} \ .endfor BE_PATTERN=${_BE_LIBS_STANDARD:O:S/$/.a/:ts|} -_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib/freebsd -_CRTBLDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/share +_CRTLIBDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/lib/freebsd +_CRTBLDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/share _COMPILER_RT_BLACKLISTS= cfi_blacklist.txt _COMPILER_RT_LIBS_i386= \ libclang_rt.asan-i386.a \ @@ -523,9 +524,9 @@ post-install-LIT-on: ${STAGEDIR}${LLVM_PREFIX}/bin/lit ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ ${STAGEDIR}${LLVM_PREFIX}/bin/llvm-lit - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/lit${LLVM_SUFFIX} - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/llvm-lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/builtin_commands @@ -538,7 +539,7 @@ post-install-LIT-on: ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/formats ${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/FileCheck \ ${STAGEDIR}${LLVM_PREFIX}/bin/ - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/FileCheck \ + ${LN} -fs ../${LLVM_DIR}/bin/FileCheck \ ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} post-install-LLD-on: @@ -562,7 +563,7 @@ build-plist: .endfor .for command in ${LIT_COMMANDS} ${ECHO_CMD} %%LIT%%bin/${command}%%LLVM_SUFFIX%% >> ${PLIST}.tmp - ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%${LLVM_DIR:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp .endfor ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \ diff --git a/devel/llvm70/Makefile b/devel/llvm70/Makefile index a7459d8fc2e6..6c9a425f441f 100644 --- a/devel/llvm70/Makefile +++ b/devel/llvm70/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 7.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel lang MASTER_SITES= http://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -18,7 +18,8 @@ RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} PRE_= ${DISTVERSION:C/.*rc.*/pre/:N*[0-9]*} LLVM_SUFFIX= ${LLVM_RELEASE:C/\.[0-9]$//:C/\.//} -LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} +LLVM_DIR= llvm${LLVM_SUFFIX} +LLVM_PREFIX= ${PREFIX}/${LLVM_DIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} @@ -201,8 +202,8 @@ MAN1SRCS+= bugpoint.1 dsymutil.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \ LDFLAGS_armv6=-fuse-ld=lld .endif -_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib/freebsd -_CRTBLDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/share +_CRTLIBDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/lib/freebsd +_CRTBLDIR= ${LLVM_DIR}/share _COMPILER_RT_BLACKLISTS= cfi_blacklist.txt .if ${ARCH} == "amd64" _COMPILER_RT_BLACKLISTS+= asan_blacklist.txt @@ -384,9 +385,9 @@ post-install-LIT-on: ${STAGEDIR}${LLVM_PREFIX}/bin/lit ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ ${STAGEDIR}${LLVM_PREFIX}/bin/llvm-lit - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/lit${LLVM_SUFFIX} - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/llvm-lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/builtin_commands @@ -399,7 +400,7 @@ post-install-LIT-on: ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/formats ${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/FileCheck \ ${STAGEDIR}${LLVM_PREFIX}/bin/ - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/FileCheck \ + ${LN} -fs ../${LLVM_DIR}/bin/FileCheck \ ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${MAKE_CMD} check-local-lit)' @@ -420,7 +421,7 @@ build-plist: .endfor .for command in ${LIT_COMMANDS} ${ECHO_CMD} %%LIT%%bin/${command}%%LLVM_SUFFIX%% >> ${PLIST}.tmp - ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%${LLVM_DIR:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp .endfor ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \ diff --git a/devel/llvm80/Makefile b/devel/llvm80/Makefile index 5aea304d7801..a4dff03c7499 100644 --- a/devel/llvm80/Makefile +++ b/devel/llvm80/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 8.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION}/ PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -16,7 +16,8 @@ LLVM_RELEASE= ${DISTVERSION:C/rc.*//} LLVM_MAJOR= ${LLVM_RELEASE:C/\.[0-9]\.[0-9]$//} LLVM_SUFFIX= ${LLVM_RELEASE:C/\.[0-9]$//:C/\.//} -LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} +LLVM_DIR= llvm${LLVM_SUFFIX} +LLVM_PREFIX= ${PREFIX}/${LLVM_DIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} @@ -78,7 +79,7 @@ BE_NATIVE_DESC= Backend(s) for this architecture (${_NATIVE_BACKENDS}) BE_NATIVE_CMAKE_ON= -DLLVM_TARGETS_TO_BUILD="${NATIVE_BACKENDS:ts;}" BE_STANDARD_DESC= All non-experimental backends .for BE in FREEBSD NATIVE STANDARD -BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_PREFIX:S|${PREFIX}/||}/lib/libLLVM|} +BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_DIR}/lib/libLLVM|} .endfor CLANG_DESC= Build clang CLANG_EXTRA_PATCHES= ${PATCHDIR}/clang @@ -293,8 +294,8 @@ _BE_LIBS_${BE}+= ${_BE_LIBS_COMMON:S/^/${BE_ARCH}/} \ .endfor BE_PATTERN=${_BE_LIBS_STANDARD:O:S/$/.a/:ts|} -_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib/freebsd -_CRTBLDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/share +_CRTLIBDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/lib/freebsd +_CRTBLDIR= ${LLVM_DIR}/share _COMPILER_RT_BLACKLISTS= cfi_blacklist.txt .if ${ARCH} == "amd64" _COMPILER_RT_BLACKLISTS+= asan_blacklist.txt @@ -492,9 +493,9 @@ post-install-LIT-on: ${STAGEDIR}${LLVM_PREFIX}/bin/lit ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ ${STAGEDIR}${LLVM_PREFIX}/bin/llvm-lit - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/lit${LLVM_SUFFIX} - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/llvm-lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/builtin_commands @@ -507,7 +508,7 @@ post-install-LIT-on: ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/formats ${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/FileCheck \ ${STAGEDIR}${LLVM_PREFIX}/bin/ - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/FileCheck \ + ${LN} -fs ../${LLVM_DIR}/bin/FileCheck \ ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${MAKE_CMD} check-local-lit)' @@ -528,7 +529,7 @@ build-plist: .endfor .for command in ${LIT_COMMANDS} ${ECHO_CMD} %%LIT%%bin/${command}%%LLVM_SUFFIX%% >> ${PLIST}.tmp - ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%${LLVM_DIR:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp .endfor ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \ diff --git a/devel/llvm90/Makefile b/devel/llvm90/Makefile index 5cfe0d098469..b265c5bdfeda 100644 --- a/devel/llvm90/Makefile +++ b/devel/llvm90/Makefile @@ -22,7 +22,8 @@ LLVM_MAJOR= ${LLVM_RELEASE:C/\.[0-9]\.[0-9]$//} LLVM_SUFFIX= ${LLVM_RELEASE:C/\.[0-9]$//:C/\.//} RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} -LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} +LLVM_DIR= llvm${LLVM_SUFFIX} +LLVM_PREFIX= ${PREFIX}/${LLVM_DIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} @@ -85,7 +86,7 @@ BE_NATIVE_DESC= Backend(s) for this architecture (${_NATIVE_BACKENDS}) BE_NATIVE_CMAKE_ON= -DLLVM_TARGETS_TO_BUILD="${NATIVE_BACKENDS:ts;}" BE_STANDARD_DESC= All non-experimental backends .for BE in FREEBSD NATIVE STANDARD -BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_PREFIX:S|${PREFIX}/||}/lib/libLLVM|} +BE_${BE}_PLIST_FILES= ${_BE_LIBS_${BE}:O:S/$/.a/:S|^|${LLVM_DIR}/lib/libLLVM|} .endfor CLANG_DESC= Build clang CLANG_EXTRA_PATCHES= ${PATCHDIR}/clang @@ -329,8 +330,8 @@ _BE_LIBS_${BE}+= ${_BE_LIBS_COMMON:S/^/${BE_ARCH}/} \ .endfor BE_PATTERN=${_BE_LIBS_STANDARD:O:S/$/.a/:ts|} -_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib/freebsd -_CRTBLDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/share +_CRTLIBDIR= ${LLVM_DIR}/lib/clang/${LLVM_RELEASE}/lib/freebsd +_CRTBLDIR= ${LLVM_DIR}/share _COMPILER_RT_BLACKLISTS= cfi_blacklist.txt .if ${ARCH} == "amd64" _COMPILER_RT_BLACKLISTS+= asan_blacklist.txt @@ -520,9 +521,9 @@ post-install-LIT-on: ${STAGEDIR}${LLVM_PREFIX}/bin/lit ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ ${STAGEDIR}${LLVM_PREFIX}/bin/llvm-lit - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/lit${LLVM_SUFFIX} - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ + ${LN} -fs ../${LLVM_DIR}/bin/lit \ ${STAGEDIR}${PREFIX}/bin/llvm-lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX} ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/builtin_commands @@ -535,7 +536,7 @@ post-install-LIT-on: ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX}/formats ${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/FileCheck \ ${STAGEDIR}${LLVM_PREFIX}/bin/ - ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/FileCheck \ + ${LN} -fs ../${LLVM_DIR}/bin/FileCheck \ ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} post-install-LLD_LINK-on: @@ -559,7 +560,7 @@ build-plist: .endfor .for command in ${LIT_COMMANDS} ${ECHO_CMD} %%LIT%%bin/${command}%%LLVM_SUFFIX%% >> ${PLIST}.tmp - ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%${LLVM_DIR:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp .endfor ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \ From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 22:43:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBA146718C4; Mon, 27 Sep 2021 22:43:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJHjQ5B85z3Bv5; Mon, 27 Sep 2021 22:43:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91D4819622; Mon, 27 Sep 2021 22:43:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RMhMqd083225; Mon, 27 Sep 2021 22:43:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RMhMwC083224; Mon, 27 Sep 2021 22:43:22 GMT (envelope-from git) Date: Mon, 27 Sep 2021 22:43:22 GMT Message-Id: <202109272243.18RMhMwC083224@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bryan Drewery Subject: git: fd74bc8eb2fe - main - security/openssh-portable: Fix default ssh-askpass path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bdrewery X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fd74bc8eb2fed86275167e58e9349045c6bbbaa4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 22:43:22 -0000 The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd74bc8eb2fed86275167e58e9349045c6bbbaa4 commit fd74bc8eb2fed86275167e58e9349045c6bbbaa4 Author: Bryan Drewery AuthorDate: 2021-09-27 22:39:15 +0000 Commit: Bryan Drewery CommitDate: 2021-09-27 22:42:58 +0000 security/openssh-portable: Fix default ssh-askpass path Reported by: Piotr Smyrak --- security/openssh-portable/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 306c7f4d15a4..b7b71af99747 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -2,7 +2,7 @@ PORTNAME= openssh DISTVERSION= 8.7p1 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= OPENBSD/OpenSSH/portable @@ -191,10 +191,15 @@ VERSION_ADDENDUM_DEFAULT?= ${OPSYS}-${PKGNAME} CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} CFLAGS_gcc= -Wno-stringop-truncation -Wno-stringop-overflow +SSH_ASKPASS_PATH?= ${LOCALBASE}/bin/ssh-askpass + post-patch: @${REINPLACE_CMD} \ -e 's|install: \(.*\) host-key check-config|install: \1|g' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} \ + -e 's|$$[{(]libexecdir[})]/ssh-askpass|${SSH_ASKPASS_PATH}|' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/configure.ac @${REINPLACE_CMD} \ -e 's|\(VersionAddendum\) none|\1 ${VERSION_ADDENDUM_DEFAULT}|' \ ${WRKSRC}/sshd_config From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:02:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D247D672BDD; Tue, 28 Sep 2021 00:02:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJKT05PVrz3G41; Tue, 28 Sep 2021 00:02:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9973C19F7D; Tue, 28 Sep 2021 00:02:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S02iPP089526; Tue, 28 Sep 2021 00:02:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S02i9u089525; Tue, 28 Sep 2021 00:02:44 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:02:44 GMT Message-Id: <202109280002.18S02i9u089525@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: de919e823809 - main - devel/google-gdata: Mark DEPRECATED MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: de919e82380980a976c4caa21db9770f7d85989b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:02:44 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=de919e82380980a976c4caa21db9770f7d85989b commit de919e82380980a976c4caa21db9770f7d85989b Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 20:13:05 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 00:02:35 +0000 devel/google-gdata: Mark DEPRECATED - Google is no longer is using GoogleData API and has replaced all related services with other API products. More information following: https://developers.google.com/gdata/ --- devel/google-gdata/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/google-gdata/Makefile b/devel/google-gdata/Makefile index 73f72c33fab6..d8565743cf48 100644 --- a/devel/google-gdata/Makefile +++ b/devel/google-gdata/Makefile @@ -9,14 +9,18 @@ COMMENT= DOT NET library for the Google Data API LICENSE= APACHE20 +DEPRECATED= Google is no longer using GoogleData APIs +EXPIRATION_DATE=2021-10-27 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Newtonsoft.Json.pc:devel/newtonsoft-json NUGET_DEPENDS= nunit.framework=2.63.0 +USES= dos2unix gmake mono:nuget pathfix USE_GITHUB= yes + GH_ACCOUNT= google GH_TAGNAME= b716bbc -USES= dos2unix gmake mono:nuget pathfix NUGET_LAYOUT= flat PATHFIX_MAKEFILEIN= Makefile WRKSRC_SUBDIR= clients/cs From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:02:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BD8E6724E1; Tue, 28 Sep 2021 00:02:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJKT41kzMz3GQv; Tue, 28 Sep 2021 00:02:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CADA1A819; Tue, 28 Sep 2021 00:02:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S02m97089605; Tue, 28 Sep 2021 00:02:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S02msb089604; Tue, 28 Sep 2021 00:02:48 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:02:48 GMT Message-Id: <202109280002.18S02msb089604@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: ac1a5d2f7e6d - main - mail/pear-Mail_Mime: Update version 1.10.10=>1.10.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ac1a5d2f7e6db3409ddab40cd0d9c4f71b28c8d3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:02:48 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac1a5d2f7e6db3409ddab40cd0d9c4f71b28c8d3 commit ac1a5d2f7e6db3409ddab40cd0d9c4f71b28c8d3 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 21:52:57 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 00:02:36 +0000 mail/pear-Mail_Mime: Update version 1.10.10=>1.10.11 Relnotes: https://pear.php.net/package/Mail_Mime/download/ --- mail/pear-Mail_Mime/Makefile | 2 +- mail/pear-Mail_Mime/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index a0bc19e4bad3..19033f6afa59 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -1,7 +1,7 @@ # Created by: Thierry Thomas () PORTNAME= Mail_Mime -PORTVERSION= 1.10.10 +PORTVERSION= 1.10.11 PORTEPOCH= 2 CATEGORIES= mail www pear diff --git a/mail/pear-Mail_Mime/distinfo b/mail/pear-Mail_Mime/distinfo index 3ec461db836c..b15731168f75 100644 --- a/mail/pear-Mail_Mime/distinfo +++ b/mail/pear-Mail_Mime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611708747 -SHA256 (PEAR/Mail_Mime-1.10.10.tgz) = 39ccc59df652c0285547f306f886a4c66fec72bf6c34ce6ed35171b9a12cc1e8 -SIZE (PEAR/Mail_Mime-1.10.10.tgz) = 40520 +TIMESTAMP = 1632775605 +SHA256 (PEAR/Mail_Mime-1.10.11.tgz) = 321873e2fba4b41ea183db78515717be1f457717316c1cdd7da5bdb962b25904 +SIZE (PEAR/Mail_Mime-1.10.11.tgz) = 40930 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:02:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C4FD5672D28; Tue, 28 Sep 2021 00:02:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJKT53Rpbz3GR7; Tue, 28 Sep 2021 00:02:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36A861A81A; Tue, 28 Sep 2021 00:02:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S02nlf089629; Tue, 28 Sep 2021 00:02:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S02nkt089628; Tue, 28 Sep 2021 00:02:49 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:02:49 GMT Message-Id: <202109280002.18S02nkt089628@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 90766e5cee24 - main - security/sslproxy: Update version 0.8.3=>0.8.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 90766e5cee248a51e5cbe9655d4a8801421badef Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:02:49 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=90766e5cee248a51e5cbe9655d4a8801421badef commit 90766e5cee248a51e5cbe9655d4a8801421badef Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 23:43:59 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 00:02:37 +0000 security/sslproxy: Update version 0.8.3=>0.8.6 Relnotes: https://github.com/sonertari/SSLproxy/blob/master/NEWS.md --- security/sslproxy/Makefile | 6 ++++-- security/sslproxy/distinfo | 6 +++--- security/sslproxy/files/patch-Mk_main.mk | 11 ----------- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index 510c0ef00307..476f404916d3 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -1,5 +1,5 @@ PORTNAME= sslproxy -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.6 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= security @@ -23,6 +23,8 @@ PLIST_FILES= bin/sslproxy man/man1/sslproxy.1.gz man/man5/sslproxy.conf.5.gz \ "@sample etc/sslproxy.conf.sample" post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Mk/main.mk + @${REINPLACE_CMD} -e \ + 's|^EXAMPLESDIR.*|EXAMPLESDIR?= etc|g' \ + ${WRKSRC}/Mk/main.mk .include diff --git a/security/sslproxy/distinfo b/security/sslproxy/distinfo index 15f8366e41e5..19962732e24e 100644 --- a/security/sslproxy/distinfo +++ b/security/sslproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613158203 -SHA256 (sonertari-SSLproxy-v0.8.3_GH0.tar.gz) = 02396ef735e5f94adad117314559e9833ce0859883fb93d9578ee7bbf73731d8 -SIZE (sonertari-SSLproxy-v0.8.3_GH0.tar.gz) = 1909251 +TIMESTAMP = 1632779015 +SHA256 (sonertari-SSLproxy-v0.8.6_GH0.tar.gz) = 5e42a08f04142d1d62e57ac4938b08f0aabe295b5009cdc0c25f1cef7b2ecbf2 +SIZE (sonertari-SSLproxy-v0.8.6_GH0.tar.gz) = 1915705 diff --git a/security/sslproxy/files/patch-Mk_main.mk b/security/sslproxy/files/patch-Mk_main.mk deleted file mode 100644 index 28ddba83a9e1..000000000000 --- a/security/sslproxy/files/patch-Mk_main.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- Mk/main.mk.orig 2020-12-15 14:12:50 UTC -+++ Mk/main.mk -@@ -201,7 +201,7 @@ endif - - PREFIX?= /usr/local - MANDIR?= share/man --EXAMPLESDIR?= share/examples -+EXAMPLESDIR?= etc - - INSTALLUID?= 0 - INSTALLGID?= 0 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:02:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35014672D92; Tue, 28 Sep 2021 00:02:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJKT207Fcz3GHf; Tue, 28 Sep 2021 00:02:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D80831A98A; Tue, 28 Sep 2021 00:02:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S02jxu089550; Tue, 28 Sep 2021 00:02:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S02jIa089549; Tue, 28 Sep 2021 00:02:45 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:02:45 GMT Message-Id: <202109280002.18S02jIa089549@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 8d3d908f8f78 - main - net/irrd-legacy: Mark DEPRECATED MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8d3d908f8f787efe92a2c4d38d1e450490cf874a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:02:46 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d3d908f8f787efe92a2c4d38d1e450490cf874a commit 8d3d908f8f787efe92a2c4d38d1e450490cf874a Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 20:44:26 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 00:02:36 +0000 net/irrd-legacy: Mark DEPRECATED - Requires a complete rewrite to build on modern compilers - Use net/irrd --- net/irrd-legacy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/irrd-legacy/Makefile b/net/irrd-legacy/Makefile index d584ccf91961..f527b7747411 100644 --- a/net/irrd-legacy/Makefile +++ b/net/irrd-legacy/Makefile @@ -12,6 +12,8 @@ COMMENT= Internet Routing Registry database server LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}/COPYRIGHT +DEPRECATED= Use net/irrd +EXPIRATION_DATE=2021-10-27 BROKEN_FreeBSD_13= ld: error: duplicate symbol: error_buf BROKEN_FreeBSD_14= ld: error: duplicate symbol: error_buf From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:02:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2267E672A2B; Tue, 28 Sep 2021 00:02:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJKT30M9vz3GcC; Tue, 28 Sep 2021 00:02:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E23F91A794; Tue, 28 Sep 2021 00:02:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S02kAi089581; Tue, 28 Sep 2021 00:02:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S02kKb089580; Tue, 28 Sep 2021 00:02:46 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:02:46 GMT Message-Id: <202109280002.18S02kKb089580@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 95436020c85b - main - devel/gsoap: Update version 2.8.115=>2.8.117 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 95436020c85bfcdcd32fe490ba4754812569e159 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:02:47 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=95436020c85bfcdcd32fe490ba4754812569e159 commit 95436020c85bfcdcd32fe490ba4754812569e159 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-27 21:42:01 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 00:02:36 +0000 devel/gsoap: Update version 2.8.115=>2.8.117 Relnotes: https://www.genivia.com/changelog.html#latest --- devel/gsoap/Makefile | 2 +- devel/gsoap/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 84621e4069dc..5317545878de 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey Matveychuk PORTNAME= gsoap -PORTVERSION= 2.8.115 +PORTVERSION= 2.8.117 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2 DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/gsoap/distinfo b/devel/gsoap/distinfo index 19bfbf24d37a..3a685c04ac8f 100644 --- a/devel/gsoap/distinfo +++ b/devel/gsoap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625177189 -SHA256 (gsoap_2.8.115.zip) = 6f6813b189d201022254a2879cc8ee005bdb1bcf126bc03238710f19ec4e7268 -SIZE (gsoap_2.8.115.zip) = 35065127 +TIMESTAMP = 1632773745 +SHA256 (gsoap_2.8.117.zip) = 7cadf8808cfd982629948fe09e4fa6cd18e23cafd40df0aaaff1b1f5b695c442 +SIZE (gsoap_2.8.117.zip) = 34891591 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:02:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 905E36724E5; Tue, 28 Sep 2021 00:02:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJKT63WVZz3GcH; Tue, 28 Sep 2021 00:02:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5906D19F7E; Tue, 28 Sep 2021 00:02:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S02ork089653; Tue, 28 Sep 2021 00:02:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S02oan089652; Tue, 28 Sep 2021 00:02:50 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:02:50 GMT Message-Id: <202109280002.18S02oan089652@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 5d659a21dcf9 - main - security/py-xmlsec: Update version 1.3.11=>1.3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5d659a21dcf9add1688c0e39e62dc8e4b07119e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:02:50 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d659a21dcf9add1688c0e39e62dc8e4b07119e8 commit 5d659a21dcf9add1688c0e39e62dc8e4b07119e8 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-28 00:01:29 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 00:02:38 +0000 security/py-xmlsec: Update version 1.3.11=>1.3.12 Relnotes: https://github.com/mehcode/python-xmlsec/releases/tag/1.3.12 --- security/py-xmlsec/Makefile | 2 +- security/py-xmlsec/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 6bd28ca84be5..75879fd4dbcf 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,7 +1,7 @@ # Created by: ijliao PORTNAME= xmlsec -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.12 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-xmlsec/distinfo b/security/py-xmlsec/distinfo index 027f3d40ea6b..68f2d901c480 100644 --- a/security/py-xmlsec/distinfo +++ b/security/py-xmlsec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622784069 -SHA256 (xmlsec-1.3.11.tar.gz) = cd2eaaff7f31784a07dd99ce81fa767313df3ba1834faa4143ee2c07000cac7a -SIZE (xmlsec-1.3.11.tar.gz) = 61272 +TIMESTAMP = 1632781944 +SHA256 (xmlsec-1.3.12.tar.gz) = 2c86ac6ce570c9e04f04da0cd5e7d3db346e4b5b1d006311606368f17c756ef9 +SIZE (xmlsec-1.3.12.tar.gz) = 64199 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:11:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C42CD672A61; Tue, 28 Sep 2021 00:11:44 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJKgN4WyYz3H7C; Tue, 28 Sep 2021 00:11:44 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id B86DCE3C56; Tue, 28 Sep 2021 02:11:34 +0200 (CEST) Date: Tue, 28 Sep 2021 02:11:32 +0200 From: Piotr Kubaj To: Brooks Davis Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 79207f500c9b - main - devel/llvm13: Disable OpenMP amdgcn bit code Message-ID: References: <202109272224.18RMOCXA056594@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0pdxqtgEU6bvrxL2" Content-Disposition: inline In-Reply-To: <202109272224.18RMOCXA056594@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4HJKgN4WyYz3H7C X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:11:44 -0000 --0pdxqtgEU6bvrxL2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 21-09-27 22:24:12, Brooks Davis wrote: > The branch main has been updated by brooks: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D79207f500c9bf7daf9c1517d= 71f71b4a2950300f >=20 > commit 79207f500c9bf7daf9c1517d71f71b4a2950300f > Author: Brooks Davis > AuthorDate: 2021-09-27 22:23:57 +0000 > Commit: Brooks Davis > CommitDate: 2021-09-27 22:23:57 +0000 >=20 > devel/llvm13: Disable OpenMP amdgcn bit code > =20 > Due to a bug in the CMakefiles these build for aarch64 and maybe > ppc64le. This resulted in plist breakage for aarch64. > =20 > It would be straightforward to enable them for amd64, but I have no w= ay > to test them and the current CMake bits build them for linux targets = so > I suspect they won't work. > =20 > PR: 258706 > Reviewed by: jbeich > Sponsored by: DARPA > --- > devel/llvm13/Makefile | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile > index 650da0941660..29284492c4e6 100644 > --- a/devel/llvm13/Makefile > +++ b/devel/llvm13/Makefile > @@ -174,6 +174,7 @@ LLDB_USES=3D lua:53 libedit > LLDB_VARS=3D _USES_PYTHON=3Dpython:3.6+ > MLIR_DESC=3D Multi-Level Intermediate Representation > OPENMP_DESC=3D Install libomp, the LLVM OpenMP runtime library > +OPENMP_CMAKE_IN=3D -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=3DOFF Wasn't this supposed to be OPENMP_CMAKE_ON? > OPENMP_PORTDOCS=3D openmp > PYCLANG_DESC=3D Install python bindings to libclang > PYCLANG_IMPLIES=3D CLANG --0pdxqtgEU6bvrxL2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmFSXbQACgkQelmbhSCD nJ2OtA/+MJKCDeQpTi9Kie/is6jxgKh0YKRUsX7c2IPf6DcQeMOgeGzDiteRzMuf lAFCuNIeZe+QXd37IF1RVkBpz+SyR9t4+go5tlxZqiCqiN0yOc6Yq+NLyAxKoWJf e1Oto1hOf+nJPX8QsLCR+jfoymeZXXQBWXCXoHXyBeubVvZzP1MKm5YeBCb+Y8Nt RTbSVJg68mK2Adcxn5eAqrcphFLei1Ex44hmtRlKk7T09Nu37N1RDxKEOiY2a3Fw 1TDThtRFs9zhlZnqYHkZqyS/EWAU0wDBed6CIj0b4gDQkEslp5b5KSnDaDSjRxrW X+248JLACdHDYGIISoPEZVdjKEfqzqvQB5U2DA9hdvFeuKDlbZeUA1HVAluEDlXW BATUn2h5o7saCyBFHXwCtrSOQEZyTRToXBp1UvpULluT976OFymvr/xs4hGvMqa3 +RQ6XfQJVhT1d4k1Hfh4TRxo28rKmKCMj59nMJUIJ79FVBz/0c3LPKYBXg8k5fvu 98S2MN5gUdxEpHTTRR0uPNekA4EtvsPjorc4qwXcd2BJOVZznfkQ9SpQnRU0Fz9e b8ZaTiz4sU8ccRlQ9NDRk7sGgwi7l6/3PGCSQOlINS6D3DipL+cp5aYYrSFmIpLw UeCK5H4+wPBuOFdOhGQ6MueH51U+RN2MjHD3lr1q4wf8MRMwulA= =i3iz -----END PGP SIGNATURE----- --0pdxqtgEU6bvrxL2-- From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:41:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4AE5C6735ED; Tue, 28 Sep 2021 00:41:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJLKG1XFsz3JKM; Tue, 28 Sep 2021 00:41:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 163771AF3F; Tue, 28 Sep 2021 00:41:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S0f5AA040537; Tue, 28 Sep 2021 00:41:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S0f5F4040536; Tue, 28 Sep 2021 00:41:05 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:41:05 GMT Message-Id: <202109280041.18S0f5F4040536@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: 9cd89809a28d - main - textproc/p5-JSON-Validator: Update to 4.25 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9cd89809a28dacdd81a5969f7116ee7eff057e2a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:41:06 -0000 The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cd89809a28dacdd81a5969f7116ee7eff057e2a commit 9cd89809a28dacdd81a5969f7116ee7eff057e2a Author: Adam Weinberger AuthorDate: 2021-09-28 00:40:59 +0000 Commit: Adam Weinberger CommitDate: 2021-09-28 00:40:59 +0000 textproc/p5-JSON-Validator: Update to 4.25 --- textproc/p5-JSON-Validator/Makefile | 2 +- textproc/p5-JSON-Validator/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/p5-JSON-Validator/Makefile b/textproc/p5-JSON-Validator/Makefile index f0858ef3e133..7c501317e10a 100644 --- a/textproc/p5-JSON-Validator/Makefile +++ b/textproc/p5-JSON-Validator/Makefile @@ -1,7 +1,7 @@ # Created by: Adam Weinberger PORTNAME= JSON-Validator -PORTVERSION= 4.24 +PORTVERSION= 4.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-JSON-Validator/distinfo b/textproc/p5-JSON-Validator/distinfo index f0987b35678e..dd22a80ba5de 100644 --- a/textproc/p5-JSON-Validator/distinfo +++ b/textproc/p5-JSON-Validator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632028588 -SHA256 (JSON-Validator-4.24.tar.gz) = b933c9847f69501efad59d60331a2aca28fc1b5236eb71b203d0a093d7cea6da -SIZE (JSON-Validator-4.24.tar.gz) = 116131 +TIMESTAMP = 1632789563 +SHA256 (JSON-Validator-4.25.tar.gz) = 265fcfb1d8a0a43041a26f0f97cc00941a6658fbefc8f6c8e4dc9a47aa080d20 +SIZE (JSON-Validator-4.25.tar.gz) = 108156 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:58:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F0F8673D04; Tue, 28 Sep 2021 00:58:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJLj91kLKz3K1P; Tue, 28 Sep 2021 00:58:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16DD71AE76; Tue, 28 Sep 2021 00:58:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S0wKnA055707; Tue, 28 Sep 2021 00:58:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S0wK3e055706; Tue, 28 Sep 2021 00:58:20 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:58:20 GMT Message-Id: <202109280058.18S0wK3e055706@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: a9495264d120 - main - emulators/yuzu: update to s20210927 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a9495264d120abefdf9587eff361f4a58098ff3a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:58:21 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9495264d120abefdf9587eff361f4a58098ff3a commit a9495264d120abefdf9587eff361f4a58098ff3a Author: Jan Beich AuthorDate: 2021-09-27 18:44:17 +0000 Commit: Jan Beich CommitDate: 2021-09-28 00:56:48 +0000 emulators/yuzu: update to s20210927 Changes: https://github.com/yuzu-emu/yuzu/compare/9a53173e4...90014ada8 --- emulators/yuzu/Makefile | 4 ++-- emulators/yuzu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 1f15131b6f04..f21d94894fe2 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210924 +PORTVERSION= s20210927 PORTREVISION?= 0 CATEGORIES= emulators @@ -34,7 +34,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 9a53173e4 +GH_TAGNAME= 90014ada8 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.180:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index 17f1659f2ec3..4ea73a2806a3 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632522112 -SHA256 (yuzu-emu-yuzu-s20210924-9a53173e4_GH0.tar.gz) = 275a52fbc8886b8897fb603922bce366d5bec5261edf32cd41ff0ade491f27e4 -SIZE (yuzu-emu-yuzu-s20210924-9a53173e4_GH0.tar.gz) = 3981886 +TIMESTAMP = 1632768257 +SHA256 (yuzu-emu-yuzu-s20210927-90014ada8_GH0.tar.gz) = 480749563562bae9154a7dab0b964a87f7da548cd0c5c7cb466d6e2151497204 +SIZE (yuzu-emu-yuzu-s20210927-90014ada8_GH0.tar.gz) = 3982797 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:58:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85ABF673BA0; Tue, 28 Sep 2021 00:58:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJLjC2n3vz3JqK; Tue, 28 Sep 2021 00:58:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D38E1B28E; Tue, 28 Sep 2021 00:58:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S0wNRe055762; Tue, 28 Sep 2021 00:58:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S0wNsH055761; Tue, 28 Sep 2021 00:58:23 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:58:23 GMT Message-Id: <202109280058.18S0wNsH055761@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 3aec707659f1 - main - graphics/mesa-devel: update to 21.2.b.2768 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3aec707659f1bde0718953f1d1273ba2775961c0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:58:23 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3aec707659f1bde0718953f1d1273ba2775961c0 commit 3aec707659f1bde0718953f1d1273ba2775961c0 Author: Jan Beich AuthorDate: 2021-09-27 20:51:29 +0000 Commit: Jan Beich CommitDate: 2021-09-28 00:56:48 +0000 graphics/mesa-devel: update to 21.2.b.2768 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/db99462de67...e043b97704f --- graphics/mesa-devel/Makefile | 4 ++-- graphics/mesa-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 52e8230927dd..11f30a4f0577 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.2-branchpoint-2710 -DISTVERSIONSUFFIX= -gdb99462de67 +DISTVERSION= 21.2-branchpoint-2768 +DISTVERSIONSUFFIX= -ge043b97704f CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index d18fb1ab0091..e22322a2e7ce 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632522203 -SHA256 (mesa3d-mesa-21.2-branchpoint-2710-gdb99462de67_GH0.tar.gz) = 8c26a974e6b1db82df22d7f59fe696bbe79d51e278974b47f08be1e21018cf92 -SIZE (mesa3d-mesa-21.2-branchpoint-2710-gdb99462de67_GH0.tar.gz) = 24766804 +TIMESTAMP = 1632788439 +SHA256 (mesa3d-mesa-21.2-branchpoint-2768-ge043b97704f_GH0.tar.gz) = ccce054f25d265efbc5d458e39fbf8b6e46e3cc536fbf38c60e10214ebe9a5f6 +SIZE (mesa3d-mesa-21.2-branchpoint-2768-ge043b97704f_GH0.tar.gz) = 25102429 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 00:58:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5178C673D84; Tue, 28 Sep 2021 00:58:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJLjB1gGrz3JhZ; Tue, 28 Sep 2021 00:58:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AC731B28D; Tue, 28 Sep 2021 00:58:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S0wMtg055735; Tue, 28 Sep 2021 00:58:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S0wMDa055734; Tue, 28 Sep 2021 00:58:22 GMT (envelope-from git) Date: Tue, 28 Sep 2021 00:58:22 GMT Message-Id: <202109280058.18S0wMDa055734@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 77fcdc70c83e - main - x11-wm/river: update to s20210927 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 77fcdc70c83e4e5e5dd4e4318b2cec219561dcfa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 00:58:22 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=77fcdc70c83e4e5e5dd4e4318b2cec219561dcfa commit 77fcdc70c83e4e5e5dd4e4318b2cec219561dcfa Author: Jan Beich AuthorDate: 2021-09-27 17:10:46 +0000 Commit: Jan Beich CommitDate: 2021-09-28 00:56:48 +0000 x11-wm/river: update to s20210927 Changes: https://github.com/ifreund/river/compare/b8ebbc2...6616d32 --- x11-wm/river/Makefile | 4 ++-- x11-wm/river/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 358068b38284..29f07bb5ae4e 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,5 +1,5 @@ PORTNAME= river -PORTVERSION= s20210918 +PORTVERSION= s20210927 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -21,7 +21,7 @@ USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= b8ebbc2 +GH_TAGNAME= 6616d32 GH_TUPLE= ifreund:zig-pixman:135f223:zig_pixman/deps/zig-pixman \ ifreund:zig-wayland:a8e1efc:zig_wayland/deps/zig-wayland \ ifreund:zig-xkbcommon:10cdca6:zig_xkbcommon/deps/zig-xkbcommon \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index 6aa2bca12308..590c1e883d10 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1631983530 -SHA256 (ifreund-river-s20210918-b8ebbc2_GH0.tar.gz) = e9122a02e9fe57907ce96e079378f6db6f0f77143c055259bc136601cbf80e58 -SIZE (ifreund-river-s20210918-b8ebbc2_GH0.tar.gz) = 118957 +TIMESTAMP = 1632762646 +SHA256 (ifreund-river-s20210927-6616d32_GH0.tar.gz) = 8f71680d808978cbe6f3ee8de2e38ae77e83a0c8792765a80a446f9411dcec13 +SIZE (ifreund-river-s20210927-6616d32_GH0.tar.gz) = 119041 SHA256 (ifreund-zig-pixman-135f223_GH0.tar.gz) = a83a37ff55483f61db0d70f778ebb4cd149da5c427ab55c391478425f43f584d SIZE (ifreund-zig-pixman-135f223_GH0.tar.gz) = 7155 SHA256 (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 6320eb68e6cdf0f44720423c39db6dc831c64511b03ad9543654d284282f869e From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 01:33:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF934674199; Tue, 28 Sep 2021 01:33:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJMTr4v3Zz3NS7; Tue, 28 Sep 2021 01:33:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 87D361BC17; Tue, 28 Sep 2021 01:33:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S1XaJs008607; Tue, 28 Sep 2021 01:33:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S1XaFS008606; Tue, 28 Sep 2021 01:33:36 GMT (envelope-from git) Date: Tue, 28 Sep 2021 01:33:36 GMT Message-Id: <202109280133.18S1XaFS008606@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 59b32cf9df34 - main - x11/swayr: update to 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 59b32cf9df34fc04b30df835b982cc60375a1e49 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 01:33:36 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=59b32cf9df34fc04b30df835b982cc60375a1e49 commit 59b32cf9df34fc04b30df835b982cc60375a1e49 Author: Jan Beich AuthorDate: 2021-09-26 18:58:53 +0000 Commit: Jan Beich CommitDate: 2021-09-28 01:32:15 +0000 x11/swayr: update to 0.7.0 Changes: https://git.sr.ht/~tsdh/swayr/log/v0.7.0 Reported by: /r/swaywm --- x11/swayr/Makefile | 44 ++++++++++++++------------- x11/swayr/distinfo | 88 ++++++++++++++++++++++++++++++------------------------ 2 files changed, 73 insertions(+), 59 deletions(-) diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index beee61969758..c2885448a6cb 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,7 +1,6 @@ PORTNAME= swayr DISTVERSIONPREFIX= v -DISTVERSION= 0.6.2 -PORTREVISION= 2 +DISTVERSION= 0.7.0 CATEGORIES= x11 MASTER_SITES= https://git.sr.ht/~tsdh/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES @@ -20,45 +19,50 @@ PLIST_FILES= bin/${PORTNAME} \ CARGO_CRATES= aho-corasick-0.7.18 \ atty-0.2.14 \ autocfg-1.0.1 \ - bitflags-1.2.1 \ + bitflags-1.3.2 \ cfg-if-1.0.0 \ - clap-3.0.0-beta.2 \ - clap_derive-3.0.0-beta.2 \ - directories-3.0.2 \ + clap-3.0.0-beta.4 \ + clap_derive-3.0.0-beta.4 \ + directories-4.0.1 \ dirs-sys-0.3.6 \ getrandom-0.2.3 \ hashbrown-0.11.2 \ heck-0.3.3 \ hermit-abi-0.1.19 \ indexmap-1.7.0 \ - itoa-0.4.7 \ + itoa-0.4.8 \ lazy_static-1.4.0 \ - libc-0.2.98 \ - memchr-2.4.0 \ - os_str_bytes-2.4.0 \ + libc-0.2.102 \ + memchr-2.4.1 \ + os_str_bytes-3.1.0 \ + ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.28 \ + proc-macro2-1.0.29 \ quote-1.0.9 \ - redox_syscall-0.2.9 \ + rand-0.8.4 \ + rand_chacha-0.3.1 \ + rand_core-0.6.3 \ + rand_hc-0.3.1 \ + redox_syscall-0.2.10 \ redox_users-0.4.0 \ regex-1.5.4 \ regex-syntax-0.6.25 \ ryu-1.0.5 \ - serde-1.0.127 \ - serde_derive-1.0.127 \ - serde_json-1.0.66 \ + serde-1.0.130 \ + serde_derive-1.0.130 \ + serde_json-1.0.68 \ strsim-0.10.0 \ swayipc-3.0.0-alpha.3 \ swayipc-types-1.0.0-alpha.3 \ - syn-1.0.74 \ + syn-1.0.77 \ termcolor-1.1.2 \ - textwrap-0.12.1 \ - thiserror-1.0.26 \ - thiserror-impl-1.0.26 \ + textwrap-0.14.2 \ + thiserror-1.0.29 \ + thiserror-impl-1.0.29 \ toml-0.5.8 \ unicode-segmentation-1.8.0 \ - unicode-width-0.1.8 \ + unicode-width-0.1.9 \ unicode-xid-0.2.2 \ vec_map-0.8.2 \ version_check-0.9.3 \ diff --git a/x11/swayr/distinfo b/x11/swayr/distinfo index 41736437d22a..92658d2bed39 100644 --- a/x11/swayr/distinfo +++ b/x11/swayr/distinfo @@ -1,22 +1,22 @@ -TIMESTAMP = 1627933060 -SHA256 (swayr-v0.6.2.tar.gz) = 35a64cf1d27b7ec305d152029f77c23031cbbff4254161e4893c2525d4be4c82 -SIZE (swayr-v0.6.2.tar.gz) = 922722 +TIMESTAMP = 1632682733 +SHA256 (swayr-v0.7.0.tar.gz) = 64750d317688b917f923c5a2d2c3140a4ec370c7c92cf3377bde0e0480b5272e +SIZE (swayr-v0.7.0.tar.gz) = 924698 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 -SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clap-3.0.0-beta.2.crate) = 4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142 -SIZE (rust/crates/clap-3.0.0-beta.2.crate) = 141105 -SHA256 (rust/crates/clap_derive-3.0.0-beta.2.crate) = 370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1 -SIZE (rust/crates/clap_derive-3.0.0-beta.2.crate) = 23425 -SHA256 (rust/crates/directories-3.0.2.crate) = e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7 -SIZE (rust/crates/directories-3.0.2.crate) = 15593 +SHA256 (rust/crates/clap-3.0.0-beta.4.crate) = fcd70aa5597dbc42f7217a543f9ef2768b2ef823ba29036072d30e1d88e98406 +SIZE (rust/crates/clap-3.0.0-beta.4.crate) = 150387 +SHA256 (rust/crates/clap_derive-3.0.0-beta.4.crate) = 0b5bb0d655624a0b8770d1c178fb8ffcb1f91cc722cb08f451e3dc72465421ac +SIZE (rust/crates/clap_derive-3.0.0-beta.4.crate) = 24876 +SHA256 (rust/crates/directories-4.0.1.crate) = f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210 +SIZE (rust/crates/directories-4.0.1.crate) = 16040 SHA256 (rust/crates/dirs-sys-0.3.6.crate) = 03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780 SIZE (rust/crates/dirs-sys-0.3.6.crate) = 10626 SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 @@ -29,26 +29,36 @@ SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 SHA256 (rust/crates/indexmap-1.7.0.crate) = bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5 SIZE (rust/crates/indexmap-1.7.0.crate) = 50363 -SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 -SIZE (rust/crates/itoa-0.4.7.crate) = 12099 +SHA256 (rust/crates/itoa-0.4.8.crate) = b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4 +SIZE (rust/crates/itoa-0.4.8.crate) = 11926 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.98.crate) = 320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790 -SIZE (rust/crates/libc-0.2.98.crate) = 522087 -SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc -SIZE (rust/crates/memchr-2.4.0.crate) = 63392 -SHA256 (rust/crates/os_str_bytes-2.4.0.crate) = afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85 -SIZE (rust/crates/os_str_bytes-2.4.0.crate) = 14657 +SHA256 (rust/crates/libc-0.2.102.crate) = a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103 +SIZE (rust/crates/libc-0.2.102.crate) = 537138 +SHA256 (rust/crates/memchr-2.4.1.crate) = 308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a +SIZE (rust/crates/memchr-2.4.1.crate) = 64977 +SHA256 (rust/crates/os_str_bytes-3.1.0.crate) = 6acbef58a60fe69ab50510a55bc8cdd4d6cf2283d27ad338f54cb52747a9cf2d +SIZE (rust/crates/os_str_bytes-3.1.0.crate) = 14434 +SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 +SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.28.crate) = 5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612 -SIZE (rust/crates/proc-macro2-1.0.28.crate) = 38732 +SHA256 (rust/crates/proc-macro2-1.0.29.crate) = b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d +SIZE (rust/crates/proc-macro2-1.0.29.crate) = 38772 SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 SIZE (rust/crates/quote-1.0.9.crate) = 25042 -SHA256 (rust/crates/redox_syscall-0.2.9.crate) = 5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee -SIZE (rust/crates/redox_syscall-0.2.9.crate) = 23533 +SHA256 (rust/crates/rand-0.8.4.crate) = 2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8 +SIZE (rust/crates/rand-0.8.4.crate) = 87406 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_core-0.6.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7 +SIZE (rust/crates/rand_core-0.6.3.crate) = 21938 +SHA256 (rust/crates/rand_hc-0.3.1.crate) = d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7 +SIZE (rust/crates/rand_hc-0.3.1.crate) = 11891 +SHA256 (rust/crates/redox_syscall-0.2.10.crate) = 8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff +SIZE (rust/crates/redox_syscall-0.2.10.crate) = 23582 SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 @@ -57,34 +67,34 @@ SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7c SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e SIZE (rust/crates/ryu-1.0.5.crate) = 49570 -SHA256 (rust/crates/serde-1.0.127.crate) = f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8 -SIZE (rust/crates/serde-1.0.127.crate) = 75162 -SHA256 (rust/crates/serde_derive-1.0.127.crate) = a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc -SIZE (rust/crates/serde_derive-1.0.127.crate) = 54201 -SHA256 (rust/crates/serde_json-1.0.66.crate) = 336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127 -SIZE (rust/crates/serde_json-1.0.66.crate) = 115121 +SHA256 (rust/crates/serde-1.0.130.crate) = f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913 +SIZE (rust/crates/serde-1.0.130.crate) = 75305 +SHA256 (rust/crates/serde_derive-1.0.130.crate) = d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b +SIZE (rust/crates/serde_derive-1.0.130.crate) = 54703 +SHA256 (rust/crates/serde_json-1.0.68.crate) = 0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8 +SIZE (rust/crates/serde_json-1.0.68.crate) = 114986 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 SHA256 (rust/crates/swayipc-3.0.0-alpha.3.crate) = 9cd9a688c43e93f1e1d2b2366a5403815b8017dd5f9cdaf51ae8ae9ae8fba5d0 SIZE (rust/crates/swayipc-3.0.0-alpha.3.crate) = 3705 SHA256 (rust/crates/swayipc-types-1.0.0-alpha.3.crate) = e125745767953fbbea5ba38caede26c89e4aeaf741afff7eb655967611b695d6 SIZE (rust/crates/swayipc-types-1.0.0-alpha.3.crate) = 5648 -SHA256 (rust/crates/syn-1.0.74.crate) = 1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c -SIZE (rust/crates/syn-1.0.74.crate) = 232974 +SHA256 (rust/crates/syn-1.0.77.crate) = 5239bc68e0fef57495900cfea4e8dc75596d9a319d7e16b1e0a440d24e6fe0a0 +SIZE (rust/crates/syn-1.0.77.crate) = 233424 SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 -SHA256 (rust/crates/textwrap-0.12.1.crate) = 203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789 -SIZE (rust/crates/textwrap-0.12.1.crate) = 23964 -SHA256 (rust/crates/thiserror-1.0.26.crate) = 93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2 -SIZE (rust/crates/thiserror-1.0.26.crate) = 16711 -SHA256 (rust/crates/thiserror-impl-1.0.26.crate) = 060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745 -SIZE (rust/crates/thiserror-impl-1.0.26.crate) = 13431 +SHA256 (rust/crates/textwrap-0.14.2.crate) = 0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80 +SIZE (rust/crates/textwrap-0.14.2.crate) = 52016 +SHA256 (rust/crates/thiserror-1.0.29.crate) = 602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88 +SIZE (rust/crates/thiserror-1.0.29.crate) = 17455 +SHA256 (rust/crates/thiserror-impl-1.0.29.crate) = bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c +SIZE (rust/crates/thiserror-impl-1.0.29.crate) = 15201 SHA256 (rust/crates/toml-0.5.8.crate) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa SIZE (rust/crates/toml-0.5.8.crate) = 54219 SHA256 (rust/crates/unicode-segmentation-1.8.0.crate) = 8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b SIZE (rust/crates/unicode-segmentation-1.8.0.crate) = 94011 -SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 -SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 +SHA256 (rust/crates/unicode-width-0.1.9.crate) = 3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973 +SIZE (rust/crates/unicode-width-0.1.9.crate) = 16745 SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 01:55:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D03BC674826; Tue, 28 Sep 2021 01:55:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJMzM5X5Fz3PPT; Tue, 28 Sep 2021 01:55:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9414B1BDB8; Tue, 28 Sep 2021 01:55:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S1thbD035254; Tue, 28 Sep 2021 01:55:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S1thN2035253; Tue, 28 Sep 2021 01:55:43 GMT (envelope-from git) Date: Tue, 28 Sep 2021 01:55:43 GMT Message-Id: <202109280155.18S1thN2035253@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 0062a0e6235f - main - astro/xearth: add myself to freebsd.committers.markers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0062a0e6235f6a7e3636b6e30607ae12c2f2f04e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 01:55:43 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=0062a0e6235f6a7e3636b6e30607ae12c2f2f04e commit 0062a0e6235f6a7e3636b6e30607ae12c2f2f04e Author: Yasuhiro Kimura AuthorDate: 2021-09-27 07:26:54 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-28 01:55:21 +0000 astro/xearth: add myself to freebsd.committers.markers It corresponds to the 9th step of the procedure described in section 7.1 of Committer's Guide. Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32152 --- astro/xearth/files/freebsd.committers.markers | 1 + 1 file changed, 1 insertion(+) diff --git a/astro/xearth/files/freebsd.committers.markers b/astro/xearth/files/freebsd.committers.markers index 564cb0f37497..6065a7dd9de8 100644 --- a/astro/xearth/files/freebsd.committers.markers +++ b/astro/xearth/files/freebsd.committers.markers @@ -11,6 +11,7 @@ # Lat, Long, "name" opt # location -37.800152, 143.751219, "grog" # Dereel, VIC, Australia + 35.53, 139.70, "yasu" # Kawasaki, Kanagawa, Japan 35.65757, 139.69288, "kuriyama" # Tokyo, Japan 35.593, 139.688, "bland" # Tokyo, Japan 35.64, 139.65, "tota" # Setagaya, Tokyo, Japan From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 02:21:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C94FA6746BC; Tue, 28 Sep 2021 02:21:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJNXk5NJBz3QQf; Tue, 28 Sep 2021 02:21:10 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632795670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=uCcbf/YziNW2BOYj/jX6uGcAwYUf2/hHURdyj1kq60s=; b=yvOkb3TpwvhhuegZnO7haRm/rbUrWI8nAWjlajV6tEChuh6abNF8Ww2T7E2XJVs+FDgnR9 3guZHJtnzb2PxhWgCAN4phY0hUPPQAFb224J5TaiAkpw6qSbD0XEOEG1IeczHc9CG0KyrC WsK1V27hgElU8G7lKC2yctm872ZbIYH8/juQdEVTcBpX1Bh3iV6W//G9W7UN7DHILVmRLl S8mS6FOyYW3iopv8+H7HdLSrSleV/NYgpncAsZjo657kbbONOuI+HmT2xK/FVJA8FGdU3O LOk7RhRyNCcjgW5HGOR9UoUEt7dhgKVlrQSYPNVeuZdP/HNYCap9e5pBx4MCIQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id AE4FFABC5; Tue, 28 Sep 2021 02:21:10 +0000 (UTC) Date: Tue, 28 Sep 2021 02:21:10 +0000 From: Alexey Dokuchaev To: Piotr Kubaj Cc: Brooks Davis , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 79207f500c9b - main - devel/llvm13: Disable OpenMP amdgcn bit code Message-ID: References: <202109272224.18RMOCXA056594@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632795670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=uCcbf/YziNW2BOYj/jX6uGcAwYUf2/hHURdyj1kq60s=; b=raJe3+tQx4z/Be9vC3U3+1NJrNABHOPmXDTroq7eV1iQxnMdl/xc9ypMQTZwrmVKKTuzAb VKvcL80TrXphsy26KKzZRB4HATXLs2WfgD8ZGYND5Qnboa+cQC2Vj7uSj/vBwLt7ZpsS2U ZyGyVPOX8z9knEo1Z+CuO1Fk+LQV+gMfn+CHfEiY/cXQXVjFoLPQ7e4qkwgsbBpYYCSa6e 6nSYRfYOoQA9t1fv+e70LZDbg+VFkLrfrcufrJbBLlKprtIkCohQgoxeJF8dSjbhdtVkYo U5Dz0YocjDdCfwkCBG01Je57nn2nYS4Qy+m492u2+nAJKO8rEQlxCeeokRMCdg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632795670; a=rsa-sha256; cv=none; b=mfdjzygtl/01TiXYa2sFT0IOzs3qTN8HjPCqJ/tH9w7RZ1S5tvkDEaDkp2i51zUCyNJNpC hWgiN2JbUqDFrIqoh/bKOHeiNhtrLIGLx8TdNIaOmhwTUXlhAJmxOpNQ37si0a9gm1e/PU k2PILRY6Dqpp4b5AMDgFtFVCAxfYaInQig3SHvgjJZgAAr5d5DuCGUCBfImIWzpeRiciTY WZYi/dMnCEZnO9AqefMwu00Qythdl2vo/6Taqqg+k+P27rIEb9bS54vXbt8ShsUuuHaR+p JXmccWsoMIE4ukDpoGvH/tSYskh4kLmumsRO/y0246/dhlOBw5vBICVKzfZ4ig== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 02:21:10 -0000 On Tue, Sep 28, 2021 at 02:11:32AM +0200, Piotr Kubaj wrote: > On 21-09-27 22:24:12, Brooks Davis wrote: > > The branch main has been updated by brooks: > > commit 79207f500c9bf7daf9c1517d71f71b4a2950300f > > > > devel/llvm13: Disable OpenMP amdgcn bit code > > > > PR: 258706 > > Reviewed by: jbeich > > Sponsored by: DARPA > > --- > > devel/llvm13/Makefile | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile > > index 650da0941660..29284492c4e6 100644 > > --- a/devel/llvm13/Makefile > > +++ b/devel/llvm13/Makefile > > @@ -174,6 +174,7 @@ LLDB_USES= lua:53 libedit > > LLDB_VARS= _USES_PYTHON=python:3.6+ > > MLIR_DESC= Multi-Level Intermediate Representation > > OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library > > +OPENMP_CMAKE_IN= -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF > > Wasn't this supposed to be OPENMP_CMAKE_ON? Also missing type annotation (:BOOL). ./danfe From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 02:50:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F7736746ED; Tue, 28 Sep 2021 02:50:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJPB10ztQz3R8Z; Tue, 28 Sep 2021 02:50:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2D751C5D0; Tue, 28 Sep 2021 02:50:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S2o0k1002751; Tue, 28 Sep 2021 02:50:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S2o093002736; Tue, 28 Sep 2021 02:50:00 GMT (envelope-from git) Date: Tue, 28 Sep 2021 02:50:00 GMT Message-Id: <202109280250.18S2o093002736@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 9096f62540b0 - main - x11-fm/nautilus: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9096f62540b0524c384eaf879fe624062f65aff6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 02:50:01 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=9096f62540b0524c384eaf879fe624062f65aff6 commit 9096f62540b0524c384eaf879fe624062f65aff6 Author: Neel Chauhan AuthorDate: 2021-09-28 02:49:30 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 02:49:59 +0000 x11-fm/nautilus: Update to 41.0 --- x11-fm/nautilus/Makefile | 2 +- x11-fm/nautilus/distinfo | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 1e296d37951c..9eea12689f25 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -1,7 +1,7 @@ # Created by: ade, archie PORTNAME= nautilus -PORTVERSION= 40.2 +PORTVERSION= 41.0 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11-fm/nautilus/distinfo b/x11-fm/nautilus/distinfo index c9ed2170b84d..54890870e55d 100644 --- a/x11-fm/nautilus/distinfo +++ b/x11-fm/nautilus/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1629037876 -SHA256 (gnome/nautilus-40.2.tar.xz) = b71ef2fe07e5eea89a2bb1e5bd30947bd18873bfb30f79cbf17edfbd4d20f60d -SIZE (gnome/nautilus-40.2.tar.xz) = 3250384 -SHA256 (gnome/9b733dd9df9d6d9805c56749d05ada15a7560ef4.diff) = e4dc2c91940618ef54bd6b4971fc57b44d1ba97ddaf161ae3b27a1e77cb6f675 -SIZE (gnome/9b733dd9df9d6d9805c56749d05ada15a7560ef4.diff) = 445 +TIMESTAMP = 1632763158 +SHA256 (gnome/nautilus-41.0.tar.xz) = f9b941adc104700c67ea4076622315f1f6b77dcec154c37f3d4c0b283950a1e5 +SIZE (gnome/nautilus-41.0.tar.xz) = 3252376 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 02:50:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52062674FCF; Tue, 28 Sep 2021 02:50:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJPB21JhXz3RF7; Tue, 28 Sep 2021 02:50:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C1FD1CA20; Tue, 28 Sep 2021 02:50:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S2o12l003608; Tue, 28 Sep 2021 02:50:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S2o172003605; Tue, 28 Sep 2021 02:50:01 GMT (envelope-from git) Date: Tue, 28 Sep 2021 02:50:01 GMT Message-Id: <202109280250.18S2o172003605@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 06eabd69e5d9 - main - archivers/gnome-autoar: Update to 0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 06eabd69e5d9779429af47b6b75b0cf481de8e75 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 02:50:02 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=06eabd69e5d9779429af47b6b75b0cf481de8e75 commit 06eabd69e5d9779429af47b6b75b0cf481de8e75 Author: Neel Chauhan AuthorDate: 2021-09-28 02:49:41 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 02:49:59 +0000 archivers/gnome-autoar: Update to 0.4.0 --- archivers/gnome-autoar/Makefile | 7 +++---- archivers/gnome-autoar/distinfo | 6 +++--- archivers/gnome-autoar/pkg-plist | 29 ++--------------------------- 3 files changed, 8 insertions(+), 34 deletions(-) diff --git a/archivers/gnome-autoar/Makefile b/archivers/gnome-autoar/Makefile index 25b52d94a546..9e263b5e5f81 100644 --- a/archivers/gnome-autoar/Makefile +++ b/archivers/gnome-autoar/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast PORTNAME= gnome-autoar -DISTVERSION= 0.3.3 +DISTVERSION= 0.4.0 CATEGORIES= archivers MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,10 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala -USES= cpe gettext-runtime gmake gnome libarchive libtool pkgconfig tar:xz +USES= cpe gettext-runtime gmake gnome libarchive meson pkgconfig \ + tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip CPE_VENDOR= gnome .include diff --git a/archivers/gnome-autoar/distinfo b/archivers/gnome-autoar/distinfo index d9040f85d2dd..8bd7de665938 100644 --- a/archivers/gnome-autoar/distinfo +++ b/archivers/gnome-autoar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626545478 -SHA256 (gnome3/gnome-autoar-0.3.3.tar.xz) = 272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04 -SIZE (gnome3/gnome-autoar-0.3.3.tar.xz) = 298536 +TIMESTAMP = 1632796842 +SHA256 (gnome3/gnome-autoar-0.4.0.tar.xz) = ea8c6d524babc712ac59e1d0e3ac8bf0137482dadf33c94fe9113794a1bc4474 +SIZE (gnome3/gnome-autoar-0.4.0.tar.xz) = 50176 diff --git a/archivers/gnome-autoar/pkg-plist b/archivers/gnome-autoar/pkg-plist index 50c934245a95..53101cb086c2 100644 --- a/archivers/gnome-autoar/pkg-plist +++ b/archivers/gnome-autoar/pkg-plist @@ -9,38 +9,13 @@ include/gnome-autoar-0/gnome-autoar/autoar-misc.h include/gnome-autoar-0/gnome-autoar/gnome-autoar.h lib/girepository-1.0/GnomeAutoar-0.1.typelib lib/girepository-1.0/GnomeAutoarGtk-0.1.typelib -lib/libgnome-autoar-0.a lib/libgnome-autoar-0.so lib/libgnome-autoar-0.so.0 -lib/libgnome-autoar-0.so.0.0.0 -lib/libgnome-autoar-gtk-0.a +lib/libgnome-autoar-0.so.0.1.0 lib/libgnome-autoar-gtk-0.so lib/libgnome-autoar-gtk-0.so.0 -lib/libgnome-autoar-gtk-0.so.0.0.0 +lib/libgnome-autoar-gtk-0.so.0.1.0 libdata/pkgconfig/gnome-autoar-0.pc libdata/pkgconfig/gnome-autoar-gtk-0.pc share/gir-1.0/GnomeAutoar-0.1.gir share/gir-1.0/GnomeAutoarGtk-0.1.gir -share/gtk-doc/html/gnome-autoar/AutoarCompressor.html -share/gtk-doc/html/gnome-autoar/AutoarExtractor.html -share/gtk-doc/html/gnome-autoar/annotation-glossary.html -share/gtk-doc/html/gnome-autoar/api-index-full.html -share/gtk-doc/html/gnome-autoar/ch01.html -share/gtk-doc/html/gnome-autoar/ch02.html -share/gtk-doc/html/gnome-autoar/ch03.html -share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-format-filter.html -share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-gtk-chooser.html -share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-misc.html -share/gtk-doc/html/gnome-autoar/gnome-autoar.devhelp2 -share/gtk-doc/html/gnome-autoar/home.png -share/gtk-doc/html/gnome-autoar/index.html -share/gtk-doc/html/gnome-autoar/left-insensitive.png -share/gtk-doc/html/gnome-autoar/left.png -share/gtk-doc/html/gnome-autoar/object-tree.html -share/gtk-doc/html/gnome-autoar/right-insensitive.png -share/gtk-doc/html/gnome-autoar/right.png -share/gtk-doc/html/gnome-autoar/style.css -share/gtk-doc/html/gnome-autoar/up-insensitive.png -share/gtk-doc/html/gnome-autoar/up.png -share/vala/vapi/gnome-autoar-0.vapi -share/vala/vapi/gnome-autoar-gtk-0.vapi From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 03:54:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E3C9676147; Tue, 28 Sep 2021 03:54:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJQcC24PFz3mFj; Tue, 28 Sep 2021 03:54:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26E7B1D98C; Tue, 28 Sep 2021 03:54:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S3sJtq095362; Tue, 28 Sep 2021 03:54:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S3sJ8c095361; Tue, 28 Sep 2021 03:54:19 GMT (envelope-from git) Date: Tue, 28 Sep 2021 03:54:19 GMT Message-Id: <202109280354.18S3sJ8c095361@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 0a2abfc0e3ab - main - net-mgmt/py-arouteserver: Update version 1.8.0=>1.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0a2abfc0e3ab037361d4504ceddffb9595232548 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 03:54:19 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a2abfc0e3ab037361d4504ceddffb9595232548 commit 0a2abfc0e3ab037361d4504ceddffb9595232548 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-28 00:14:50 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 03:53:48 +0000 net-mgmt/py-arouteserver: Update version 1.8.0=>1.10.1 Relnotes: https://github.com/pierky/arouteserver/releases/tag/v1.10.1 --- net-mgmt/py-arouteserver/Makefile | 2 +- net-mgmt/py-arouteserver/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/py-arouteserver/Makefile b/net-mgmt/py-arouteserver/Makefile index 1a9a3969c57e..ddc714d9ecff 100644 --- a/net-mgmt/py-arouteserver/Makefile +++ b/net-mgmt/py-arouteserver/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman PORTNAME= arouteserver -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-mgmt/py-arouteserver/distinfo b/net-mgmt/py-arouteserver/distinfo index 0547dbcebd74..b12911cfa7f0 100644 --- a/net-mgmt/py-arouteserver/distinfo +++ b/net-mgmt/py-arouteserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625185941 -SHA256 (arouteserver-1.8.0.tar.gz) = 24a84f046f003a6129b14a033e9d58c78976cdd3bb67a10fcc0f9a34584aa8fc -SIZE (arouteserver-1.8.0.tar.gz) = 217926 +TIMESTAMP = 1632787549 +SHA256 (arouteserver-1.10.1.tar.gz) = b455c37755217cd844fe151958c4aba7fb38c851fcb258cb9ff7c3e963f70e1a +SIZE (arouteserver-1.10.1.tar.gz) = 231135 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 03:54:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DBA35675D26; Tue, 28 Sep 2021 03:54:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJQcG5H8Wz3lyl; Tue, 28 Sep 2021 03:54:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FCCC1D874; Tue, 28 Sep 2021 03:54:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S3sMpY095434; Tue, 28 Sep 2021 03:54:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S3sMj1095433; Tue, 28 Sep 2021 03:54:22 GMT (envelope-from git) Date: Tue, 28 Sep 2021 03:54:22 GMT Message-Id: <202109280354.18S3sMj1095433@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 1f1dc2681ce8 - main - net/py-zeep: Update version 4.0.0=>4.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1f1dc2681ce886de7c152d3aaecfa5f0a5c55f70 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 03:54:23 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f1dc2681ce886de7c152d3aaecfa5f0a5c55f70 commit 1f1dc2681ce886de7c152d3aaecfa5f0a5c55f70 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-28 03:52:18 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 03:53:49 +0000 net/py-zeep: Update version 4.0.0=>4.1.0 Relnotes: https://docs.python-zeep.org/en/master/changes.html --- net/py-zeep/Makefile | 5 ++--- net/py-zeep/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net/py-zeep/Makefile b/net/py-zeep/Makefile index df99194a37d3..3d62f6c1f914 100644 --- a/net/py-zeep/Makefile +++ b/net/py-zeep/Makefile @@ -1,8 +1,7 @@ -# Created by: Muhammad Moinur Rahman +# Created by: Muhammad Moinur Rahman PORTNAME= zeep -PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTVERSION= 4.1.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-zeep/distinfo b/net/py-zeep/distinfo index f90b6b7f41f3..d9361ad8d4a4 100644 --- a/net/py-zeep/distinfo +++ b/net/py-zeep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603623471 -SHA256 (zeep-4.0.0.tar.gz) = 98158e43db33739d41502a1a7e3629dcb62dfd0864ea28c9d43f560a091cfe3f -SIZE (zeep-4.0.0.tar.gz) = 163646 +TIMESTAMP = 1632790284 +SHA256 (zeep-4.1.0.tar.gz) = 5867f2eadd6b028d9751f4155af590d3aaf9280e3a0ed5e15a53343921c956e5 +SIZE (zeep-4.1.0.tar.gz) = 160333 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 03:54:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0953676149; Tue, 28 Sep 2021 03:54:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJQcF5GFPz3lyj; Tue, 28 Sep 2021 03:54:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 684CD1D925; Tue, 28 Sep 2021 03:54:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S3sLTr095410; Tue, 28 Sep 2021 03:54:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S3sLDb095409; Tue, 28 Sep 2021 03:54:21 GMT (envelope-from git) Date: Tue, 28 Sep 2021 03:54:21 GMT Message-Id: <202109280354.18S3sLDb095409@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 18d260b0c27c - main - net/py-s3cmd: Update version 2.1.0=>2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 18d260b0c27ce29a2fd0d7e49da0ef6745ab1b67 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 03:54:22 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=18d260b0c27ce29a2fd0d7e49da0ef6745ab1b67 commit 18d260b0c27ce29a2fd0d7e49da0ef6745ab1b67 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-28 03:41:07 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 03:53:49 +0000 net/py-s3cmd: Update version 2.1.0=>2.2.0 Relnotes: https://github.com/s3tools/s3cmd/releases/tag/v2.2.0 --- net/py-s3cmd/Makefile | 3 +-- net/py-s3cmd/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index 204f0e7a9c58..4b1c8d4acfae 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,8 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= s3cmd -DISTVERSION= 2.1.0 -PORTREVISION= 1 +DISTVERSION= 2.2.0 CATEGORIES= net python MASTER_SITES= SF/s3tools/${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-s3cmd/distinfo b/net/py-s3cmd/distinfo index 26ea3e19ed6e..b8726292d307 100644 --- a/net/py-s3cmd/distinfo +++ b/net/py-s3cmd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587114042 -SHA256 (s3cmd-2.1.0.tar.gz) = 966b0a494a916fc3b4324de38f089c86c70ee90e8e1cae6d59102103a4c0cc03 -SIZE (s3cmd-2.1.0.tar.gz) = 127120 +TIMESTAMP = 1632790628 +SHA256 (s3cmd-2.2.0.tar.gz) = 2a7d2afe09ce5aa9f2ce925b68c6e0c1903dd8d4e4a591cd7047da8e983a99c3 +SIZE (s3cmd-2.2.0.tar.gz) = 134390 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 03:54:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7BC7F676148; Tue, 28 Sep 2021 03:54:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJQcD2vKhz3m8Y; Tue, 28 Sep 2021 03:54:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44EF41D3DF; Tue, 28 Sep 2021 03:54:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S3sKXg095386; Tue, 28 Sep 2021 03:54:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S3sKUZ095385; Tue, 28 Sep 2021 03:54:20 GMT (envelope-from git) Date: Tue, 28 Sep 2021 03:54:20 GMT Message-Id: <202109280354.18S3sKUZ095385@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: a016acce1139 - main - net-mgmt/centreon-clib: Update version 21.04.0=>21.04.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a016acce1139d2bc80967b1365c932ce5bd029fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 03:54:20 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a016acce1139d2bc80967b1365c932ce5bd029fa commit a016acce1139d2bc80967b1365c932ce5bd029fa Author: Muhammad Moinur Rahman AuthorDate: 2021-09-28 03:17:47 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 03:53:49 +0000 net-mgmt/centreon-clib: Update version 21.04.0=>21.04.2 Relnotes:https://github.com/centreon/centreon-clib/releases/tag/21.04.2 --- net-mgmt/centreon-clib/Makefile | 2 +- net-mgmt/centreon-clib/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/centreon-clib/Makefile b/net-mgmt/centreon-clib/Makefile index eae2d1bdb0c5..a2bab2367a19 100644 --- a/net-mgmt/centreon-clib/Makefile +++ b/net-mgmt/centreon-clib/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> PORTNAME= centreon-clib -PORTVERSION= 21.04.0 +PORTVERSION= 21.04.2 CATEGORIES= net-mgmt MAINTAINER= bofh@FreeBSD.org diff --git a/net-mgmt/centreon-clib/distinfo b/net-mgmt/centreon-clib/distinfo index 5195052d9bb5..d0456e8e4ee9 100644 --- a/net-mgmt/centreon-clib/distinfo +++ b/net-mgmt/centreon-clib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620162270 -SHA256 (centreon-centreon-clib-21.04.0_GH0.tar.gz) = 914c8ea95c567ed3f5106dce888b8ed1f08d7933a58932b84806f3bf97e7aceb -SIZE (centreon-centreon-clib-21.04.0_GH0.tar.gz) = 76651 +TIMESTAMP = 1632787612 +SHA256 (centreon-centreon-clib-21.04.2_GH0.tar.gz) = 4ab03b0cda19df29d28eb643e939a488ad985e0a2c3b83b6965adbd03ed185c9 +SIZE (centreon-centreon-clib-21.04.2_GH0.tar.gz) = 76830 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:31:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E01A8676808; Tue, 28 Sep 2021 04:31:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRRf60QPz3pmM; Tue, 28 Sep 2021 04:31:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEA3E1DFD0; Tue, 28 Sep 2021 04:31:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4VwPg047839; Tue, 28 Sep 2021 04:31:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4Vwqq047838; Tue, 28 Sep 2021 04:31:58 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:31:58 GMT Message-Id: <202109280431.18S4Vwqq047838@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Dag-Erling Sm=C3=B8rgrav?= Subject: git: 9f2455e830f3 - main - security/p5-Crypt-LE: Upgrade to 0.38. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: des X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9f2455e830f38498db9cd18a82110e2e4fd6e50e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:31:58 -0000 The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f2455e830f38498db9cd18a82110e2e4fd6e50e commit 9f2455e830f38498db9cd18a82110e2e4fd6e50e Author: Dag-Erling Smørgrav AuthorDate: 2021-09-28 04:10:29 +0000 Commit: Dag-Erling Smørgrav CommitDate: 2021-09-28 04:30:59 +0000 security/p5-Crypt-LE: Upgrade to 0.38. --- security/p5-Crypt-LE/Makefile | 2 +- security/p5-Crypt-LE/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/p5-Crypt-LE/Makefile b/security/p5-Crypt-LE/Makefile index 7edac647159f..1545a538bdc1 100644 --- a/security/p5-Crypt-LE/Makefile +++ b/security/p5-Crypt-LE/Makefile @@ -1,5 +1,5 @@ PORTNAME= Crypt-LE -PORTVERSION= 0.36 +PORTVERSION= 0.38 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Crypt-LE/distinfo b/security/p5-Crypt-LE/distinfo index 652f1aab7a97..dd28debfe200 100644 --- a/security/p5-Crypt-LE/distinfo +++ b/security/p5-Crypt-LE/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605748443 -SHA256 (Crypt-LE-0.36.tar.gz) = 4a34dfdd9c06e241dc1d759f2fd26aec506baedabfd8f6f59f6a6c40e1a9c35b -SIZE (Crypt-LE-0.36.tar.gz) = 66853 +TIMESTAMP = 1632802106 +SHA256 (Crypt-LE-0.38.tar.gz) = dde531d9a6c41628e633878e8e58fada6b6e272fda49b60298869b36f993e88a +SIZE (Crypt-LE-0.38.tar.gz) = 68291 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:32:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4358967661D; Tue, 28 Sep 2021 04:32:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRRh0q9Xz3q34; Tue, 28 Sep 2021 04:32:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D32161DC7A; Tue, 28 Sep 2021 04:31:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4Vx5u047867; Tue, 28 Sep 2021 04:31:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4VxmC047866; Tue, 28 Sep 2021 04:31:59 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:31:59 GMT Message-Id: <202109280431.18S4VxmC047866@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Dag-Erling Sm=C3=B8rgrav?= Subject: git: 8a681529a547 - main - mail/spampd: Upgrade to 2.61. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: des X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8a681529a547c681de95f51107e8b1cc599c79b4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:32:00 -0000 The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a681529a547c681de95f51107e8b1cc599c79b4 commit 8a681529a547c681de95f51107e8b1cc599c79b4 Author: Dag-Erling Smørgrav AuthorDate: 2021-09-28 04:22:52 +0000 Commit: Dag-Erling Smørgrav CommitDate: 2021-09-28 04:31:11 +0000 mail/spampd: Upgrade to 2.61. --- mail/spampd/Makefile | 2 +- mail/spampd/distinfo | 6 +++--- mail/spampd/files/patch-spampd.pl | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index 3dd81f9e5872..9819d0c6b57d 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -1,7 +1,7 @@ # Created by: chris PORTNAME= spampd -PORTVERSION= 2.53 +PORTVERSION= 2.61 CATEGORIES= mail perl5 MAINTAINER= des@FreeBSD.org diff --git a/mail/spampd/distinfo b/mail/spampd/distinfo index 36ed7d873c03..94ec72d15e5b 100644 --- a/mail/spampd/distinfo +++ b/mail/spampd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552405727 -SHA256 (mpaperno-spampd-2.53_GH0.tar.gz) = 58f37e61bac99a0423605c7db23cf8d1e4389681fe50d7e37ce2e31d46e27a88 -SIZE (mpaperno-spampd-2.53_GH0.tar.gz) = 217945 +TIMESTAMP = 1632802274 +SHA256 (mpaperno-spampd-2.61_GH0.tar.gz) = 91e60f10745ea4f9c27b9e57619a1bf246ab9a88ea1b88c4f39f8af607e2dbae +SIZE (mpaperno-spampd-2.61_GH0.tar.gz) = 246956 diff --git a/mail/spampd/files/patch-spampd.pl b/mail/spampd/files/patch-spampd.pl index eec20067e5f7..b54c232a3252 100644 --- a/mail/spampd/files/patch-spampd.pl +++ b/mail/spampd/files/patch-spampd.pl @@ -1,10 +1,10 @@ ---- spampd.pl.orig 2019-03-12 15:58:04 UTC +--- spampd.pl.orig 2021-09-28 04:11:50 UTC +++ spampd.pl -@@ -877,6 +877,7 @@ my $sa_options = { - 'debug' => $debug, - 'local_tests_only' => $sa_local_only, - 'home_dir_for_helpers' => $sa_home_dir, -+ 'user_dir' => (getpwnam($user))[7], - 'userstate_dir' => $sa_home_dir, - 'username' => $user - }; +@@ -470,6 +470,7 @@ sub new { + userstate_dir => + '/var/spool/spamassassin/spampd', # home directory for SA files and plugins (--homedir option) + home_dir_for_helpers => '', # this will be set to the same as userstate_dir once options are parsed ++ user_dir => (getpwnam($user))[7], + username => '', # this will be set to the same user as we're running as once options are parsed + userprefs_filename => undef, # add this config file for SA "user_prefs" settings (--saconfig option) + dont_copy_prefs => 1, # tell SA not to copy user pref file into its working dir From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:40:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DCD0A67624B; Tue, 28 Sep 2021 04:40:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRdW5c85z3qPD; Tue, 28 Sep 2021 04:40:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A03DD1E1B9; Tue, 28 Sep 2021 04:40:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4eV1S057572; Tue, 28 Sep 2021 04:40:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4eVYP057571; Tue, 28 Sep 2021 04:40:31 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:40:31 GMT Message-Id: <202109280440.18S4eVYP057571@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: cc8d4a5aa86b - main - x11-toolkits/libdazzle: Update to 3.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cc8d4a5aa86b40f474e705e9824717422e7a8eff Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:40:31 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc8d4a5aa86b40f474e705e9824717422e7a8eff commit cc8d4a5aa86b40f474e705e9824717422e7a8eff Author: Neel Chauhan AuthorDate: 2021-09-28 03:21:46 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 04:40:27 +0000 x11-toolkits/libdazzle: Update to 3.42.0 --- x11-toolkits/libdazzle/Makefile | 2 +- x11-toolkits/libdazzle/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-toolkits/libdazzle/Makefile b/x11-toolkits/libdazzle/Makefile index 452e30c14c5f..831172d1c714 100644 --- a/x11-toolkits/libdazzle/Makefile +++ b/x11-toolkits/libdazzle/Makefile @@ -1,5 +1,5 @@ PORTNAME= libdazzle -DISTVERSION= 3.40.0 +DISTVERSION= 3.42.0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/x11-toolkits/libdazzle/distinfo b/x11-toolkits/libdazzle/distinfo index 29f419429115..ff6d7719c0b7 100644 --- a/x11-toolkits/libdazzle/distinfo +++ b/x11-toolkits/libdazzle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617739624 -SHA256 (gnome/libdazzle-3.40.0.tar.xz) = dba99a7e65fa6662c012b306e5d0f99ff3b466a46059ea7aa0104aaf65ce4ba5 -SIZE (gnome/libdazzle-3.40.0.tar.xz) = 447648 +TIMESTAMP = 1632798040 +SHA256 (gnome/libdazzle-3.42.0.tar.xz) = eae67a3b3d9cce408ee9ec0ab6adecb83e52eb53f9bc93713f4df1e84da16925 +SIZE (gnome/libdazzle-3.42.0.tar.xz) = 450636 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:40:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64393676252; Tue, 28 Sep 2021 04:40:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRdb1gbvz3qXG; Tue, 28 Sep 2021 04:40:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 084511E296; Tue, 28 Sep 2021 04:40:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4eYFX057644; Tue, 28 Sep 2021 04:40:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4eYEQ057643; Tue, 28 Sep 2021 04:40:34 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:40:34 GMT Message-Id: <202109280440.18S4eYEQ057643@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 43128743998c - main - x11/gnome-session: Update to 40.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 43128743998ceb2680b92ba346b0d7e091ca71eb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:40:35 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=43128743998ceb2680b92ba346b0d7e091ca71eb commit 43128743998ceb2680b92ba346b0d7e091ca71eb Author: Neel Chauhan AuthorDate: 2021-09-28 03:45:44 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 04:40:27 +0000 x11/gnome-session: Update to 40.1.1 --- x11/gnome-session/Makefile | 5 +- x11/gnome-session/distinfo | 6 +- x11/gnome-session/pkg-plist | 222 ++++++++++++++++++++++---------------------- 3 files changed, 116 insertions(+), 117 deletions(-) diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 56dca78f806a..81e45a29da34 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,10 +1,9 @@ # Created by: Joe Marcus Clarke PORTNAME= gnome-session -PORTVERSION= 3.38.0 -PORTREVISION= 1 +PORTVERSION= 40.1.1 CATEGORIES= x11 gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo index c2be7dfa307e..f3aa1fdc0618 100644 --- a/x11/gnome-session/distinfo +++ b/x11/gnome-session/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601309787 -SHA256 (gnome/gnome-session-3.38.0.tar.xz) = 7bcc0eb2cdba4b3f6d1b459b3a30873b7bb65b383c1f6a5f63c3e3b5c7943d67 -SIZE (gnome/gnome-session-3.38.0.tar.xz) = 481300 +TIMESTAMP = 1632800556 +SHA256 (gnome/gnome-session-40.1.1.tar.xz) = 9c787829ee32e13e1508b9aee2b1d9ba42a02c48e6c8094e34f3e7f92af4df82 +SIZE (gnome/gnome-session-40.1.1.tar.xz) = 482304 diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist index 384531a67973..d8fa7c36dc8a 100644 --- a/x11/gnome-session/pkg-plist +++ b/x11/gnome-session/pkg-plist @@ -14,117 +14,117 @@ share/GConf/gsettings/gnome-session.convert %%DATADIR%%/hardware-compatibility %%DATADIR%%/sessions/gnome-dummy.session %%DATADIR%%/sessions/gnome.session -share/locale/af/LC_MESSAGES/gnome-session-3.0.mo -share/locale/am/LC_MESSAGES/gnome-session-3.0.mo -share/locale/an/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ar/LC_MESSAGES/gnome-session-3.0.mo -share/locale/as/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ast/LC_MESSAGES/gnome-session-3.0.mo -share/locale/az/LC_MESSAGES/gnome-session-3.0.mo -share/locale/be/LC_MESSAGES/gnome-session-3.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-session-3.0.mo -share/locale/bg/LC_MESSAGES/gnome-session-3.0.mo -share/locale/bn/LC_MESSAGES/gnome-session-3.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-session-3.0.mo -share/locale/br/LC_MESSAGES/gnome-session-3.0.mo -share/locale/bs/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ca/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ckb/LC_MESSAGES/gnome-session-3.0.mo -share/locale/crh/LC_MESSAGES/gnome-session-3.0.mo -share/locale/cs/LC_MESSAGES/gnome-session-3.0.mo -share/locale/csb/LC_MESSAGES/gnome-session-3.0.mo -share/locale/cy/LC_MESSAGES/gnome-session-3.0.mo -share/locale/da/LC_MESSAGES/gnome-session-3.0.mo -share/locale/de/LC_MESSAGES/gnome-session-3.0.mo -share/locale/dz/LC_MESSAGES/gnome-session-3.0.mo -share/locale/el/LC_MESSAGES/gnome-session-3.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-session-3.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-session-3.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-session-3.0.mo -share/locale/eo/LC_MESSAGES/gnome-session-3.0.mo -share/locale/es/LC_MESSAGES/gnome-session-3.0.mo -share/locale/et/LC_MESSAGES/gnome-session-3.0.mo -share/locale/eu/LC_MESSAGES/gnome-session-3.0.mo -share/locale/fa/LC_MESSAGES/gnome-session-3.0.mo -share/locale/fi/LC_MESSAGES/gnome-session-3.0.mo -share/locale/fr/LC_MESSAGES/gnome-session-3.0.mo -share/locale/fur/LC_MESSAGES/gnome-session-3.0.mo -share/locale/fy/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ga/LC_MESSAGES/gnome-session-3.0.mo -share/locale/gd/LC_MESSAGES/gnome-session-3.0.mo -share/locale/gl/LC_MESSAGES/gnome-session-3.0.mo -share/locale/gu/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ha/LC_MESSAGES/gnome-session-3.0.mo -share/locale/he/LC_MESSAGES/gnome-session-3.0.mo -share/locale/hi/LC_MESSAGES/gnome-session-3.0.mo -share/locale/hr/LC_MESSAGES/gnome-session-3.0.mo -share/locale/hu/LC_MESSAGES/gnome-session-3.0.mo -share/locale/hy/LC_MESSAGES/gnome-session-3.0.mo -share/locale/id/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ig/LC_MESSAGES/gnome-session-3.0.mo -share/locale/is/LC_MESSAGES/gnome-session-3.0.mo -share/locale/it/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ja/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ka/LC_MESSAGES/gnome-session-3.0.mo -share/locale/kab/LC_MESSAGES/gnome-session-3.0.mo -share/locale/kk/LC_MESSAGES/gnome-session-3.0.mo -share/locale/km/LC_MESSAGES/gnome-session-3.0.mo -share/locale/kn/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ko/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ku/LC_MESSAGES/gnome-session-3.0.mo -share/locale/lt/LC_MESSAGES/gnome-session-3.0.mo -share/locale/lv/LC_MESSAGES/gnome-session-3.0.mo -share/locale/mai/LC_MESSAGES/gnome-session-3.0.mo -share/locale/mg/LC_MESSAGES/gnome-session-3.0.mo -share/locale/mi/LC_MESSAGES/gnome-session-3.0.mo -share/locale/mjw/LC_MESSAGES/gnome-session-3.0.mo -share/locale/mk/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ml/LC_MESSAGES/gnome-session-3.0.mo -share/locale/mn/LC_MESSAGES/gnome-session-3.0.mo -share/locale/mr/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ms/LC_MESSAGES/gnome-session-3.0.mo -share/locale/nb/LC_MESSAGES/gnome-session-3.0.mo -share/locale/nds/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ne/LC_MESSAGES/gnome-session-3.0.mo -share/locale/nl/LC_MESSAGES/gnome-session-3.0.mo -share/locale/nn/LC_MESSAGES/gnome-session-3.0.mo -share/locale/nso/LC_MESSAGES/gnome-session-3.0.mo -share/locale/oc/LC_MESSAGES/gnome-session-3.0.mo -share/locale/or/LC_MESSAGES/gnome-session-3.0.mo -share/locale/pa/LC_MESSAGES/gnome-session-3.0.mo -share/locale/pl/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ps/LC_MESSAGES/gnome-session-3.0.mo -share/locale/pt/LC_MESSAGES/gnome-session-3.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ro/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ru/LC_MESSAGES/gnome-session-3.0.mo -share/locale/rw/LC_MESSAGES/gnome-session-3.0.mo -share/locale/si/LC_MESSAGES/gnome-session-3.0.mo -share/locale/sk/LC_MESSAGES/gnome-session-3.0.mo -share/locale/sl/LC_MESSAGES/gnome-session-3.0.mo -share/locale/sq/LC_MESSAGES/gnome-session-3.0.mo -share/locale/sr/LC_MESSAGES/gnome-session-3.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-session-3.0.mo -share/locale/sv/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ta/LC_MESSAGES/gnome-session-3.0.mo -share/locale/te/LC_MESSAGES/gnome-session-3.0.mo -share/locale/tg/LC_MESSAGES/gnome-session-3.0.mo -share/locale/th/LC_MESSAGES/gnome-session-3.0.mo -share/locale/tk/LC_MESSAGES/gnome-session-3.0.mo -share/locale/tr/LC_MESSAGES/gnome-session-3.0.mo -share/locale/ug/LC_MESSAGES/gnome-session-3.0.mo -share/locale/uk/LC_MESSAGES/gnome-session-3.0.mo -share/locale/uz/LC_MESSAGES/gnome-session-3.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-3.0.mo -share/locale/vi/LC_MESSAGES/gnome-session-3.0.mo -share/locale/wa/LC_MESSAGES/gnome-session-3.0.mo -share/locale/xh/LC_MESSAGES/gnome-session-3.0.mo -share/locale/yo/LC_MESSAGES/gnome-session-3.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-session-3.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-session-3.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-session-3.0.mo -share/locale/zu/LC_MESSAGES/gnome-session-3.0.mo +share/locale/af/LC_MESSAGES/gnome-session-40.mo +share/locale/am/LC_MESSAGES/gnome-session-40.mo +share/locale/an/LC_MESSAGES/gnome-session-40.mo +share/locale/ar/LC_MESSAGES/gnome-session-40.mo +share/locale/as/LC_MESSAGES/gnome-session-40.mo +share/locale/ast/LC_MESSAGES/gnome-session-40.mo +share/locale/az/LC_MESSAGES/gnome-session-40.mo +share/locale/be/LC_MESSAGES/gnome-session-40.mo +share/locale/be@latin/LC_MESSAGES/gnome-session-40.mo +share/locale/bg/LC_MESSAGES/gnome-session-40.mo +share/locale/bn/LC_MESSAGES/gnome-session-40.mo +share/locale/bn_IN/LC_MESSAGES/gnome-session-40.mo +share/locale/br/LC_MESSAGES/gnome-session-40.mo +share/locale/bs/LC_MESSAGES/gnome-session-40.mo +share/locale/ca/LC_MESSAGES/gnome-session-40.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-session-40.mo +share/locale/ckb/LC_MESSAGES/gnome-session-40.mo +share/locale/crh/LC_MESSAGES/gnome-session-40.mo +share/locale/cs/LC_MESSAGES/gnome-session-40.mo +share/locale/csb/LC_MESSAGES/gnome-session-40.mo +share/locale/cy/LC_MESSAGES/gnome-session-40.mo +share/locale/da/LC_MESSAGES/gnome-session-40.mo +share/locale/de/LC_MESSAGES/gnome-session-40.mo +share/locale/dz/LC_MESSAGES/gnome-session-40.mo +share/locale/el/LC_MESSAGES/gnome-session-40.mo +share/locale/en@shaw/LC_MESSAGES/gnome-session-40.mo +share/locale/en_CA/LC_MESSAGES/gnome-session-40.mo +share/locale/en_GB/LC_MESSAGES/gnome-session-40.mo +share/locale/eo/LC_MESSAGES/gnome-session-40.mo +share/locale/es/LC_MESSAGES/gnome-session-40.mo +share/locale/et/LC_MESSAGES/gnome-session-40.mo +share/locale/eu/LC_MESSAGES/gnome-session-40.mo +share/locale/fa/LC_MESSAGES/gnome-session-40.mo +share/locale/fi/LC_MESSAGES/gnome-session-40.mo +share/locale/fr/LC_MESSAGES/gnome-session-40.mo +share/locale/fur/LC_MESSAGES/gnome-session-40.mo +share/locale/fy/LC_MESSAGES/gnome-session-40.mo +share/locale/ga/LC_MESSAGES/gnome-session-40.mo +share/locale/gd/LC_MESSAGES/gnome-session-40.mo +share/locale/gl/LC_MESSAGES/gnome-session-40.mo +share/locale/gu/LC_MESSAGES/gnome-session-40.mo +share/locale/ha/LC_MESSAGES/gnome-session-40.mo +share/locale/he/LC_MESSAGES/gnome-session-40.mo +share/locale/hi/LC_MESSAGES/gnome-session-40.mo +share/locale/hr/LC_MESSAGES/gnome-session-40.mo +share/locale/hu/LC_MESSAGES/gnome-session-40.mo +share/locale/hy/LC_MESSAGES/gnome-session-40.mo +share/locale/id/LC_MESSAGES/gnome-session-40.mo +share/locale/ig/LC_MESSAGES/gnome-session-40.mo +share/locale/is/LC_MESSAGES/gnome-session-40.mo +share/locale/it/LC_MESSAGES/gnome-session-40.mo +share/locale/ja/LC_MESSAGES/gnome-session-40.mo +share/locale/ka/LC_MESSAGES/gnome-session-40.mo +share/locale/kab/LC_MESSAGES/gnome-session-40.mo +share/locale/kk/LC_MESSAGES/gnome-session-40.mo +share/locale/km/LC_MESSAGES/gnome-session-40.mo +share/locale/kn/LC_MESSAGES/gnome-session-40.mo +share/locale/ko/LC_MESSAGES/gnome-session-40.mo +share/locale/ku/LC_MESSAGES/gnome-session-40.mo +share/locale/lt/LC_MESSAGES/gnome-session-40.mo +share/locale/lv/LC_MESSAGES/gnome-session-40.mo +share/locale/mai/LC_MESSAGES/gnome-session-40.mo +share/locale/mg/LC_MESSAGES/gnome-session-40.mo +share/locale/mi/LC_MESSAGES/gnome-session-40.mo +share/locale/mjw/LC_MESSAGES/gnome-session-40.mo +share/locale/mk/LC_MESSAGES/gnome-session-40.mo +share/locale/ml/LC_MESSAGES/gnome-session-40.mo +share/locale/mn/LC_MESSAGES/gnome-session-40.mo +share/locale/mr/LC_MESSAGES/gnome-session-40.mo +share/locale/ms/LC_MESSAGES/gnome-session-40.mo +share/locale/nb/LC_MESSAGES/gnome-session-40.mo +share/locale/nds/LC_MESSAGES/gnome-session-40.mo +share/locale/ne/LC_MESSAGES/gnome-session-40.mo +share/locale/nl/LC_MESSAGES/gnome-session-40.mo +share/locale/nn/LC_MESSAGES/gnome-session-40.mo +share/locale/nso/LC_MESSAGES/gnome-session-40.mo +share/locale/oc/LC_MESSAGES/gnome-session-40.mo +share/locale/or/LC_MESSAGES/gnome-session-40.mo +share/locale/pa/LC_MESSAGES/gnome-session-40.mo +share/locale/pl/LC_MESSAGES/gnome-session-40.mo +share/locale/ps/LC_MESSAGES/gnome-session-40.mo +share/locale/pt/LC_MESSAGES/gnome-session-40.mo +share/locale/pt_BR/LC_MESSAGES/gnome-session-40.mo +share/locale/ro/LC_MESSAGES/gnome-session-40.mo +share/locale/ru/LC_MESSAGES/gnome-session-40.mo +share/locale/rw/LC_MESSAGES/gnome-session-40.mo +share/locale/si/LC_MESSAGES/gnome-session-40.mo +share/locale/sk/LC_MESSAGES/gnome-session-40.mo +share/locale/sl/LC_MESSAGES/gnome-session-40.mo +share/locale/sq/LC_MESSAGES/gnome-session-40.mo +share/locale/sr/LC_MESSAGES/gnome-session-40.mo +share/locale/sr@latin/LC_MESSAGES/gnome-session-40.mo +share/locale/sv/LC_MESSAGES/gnome-session-40.mo +share/locale/ta/LC_MESSAGES/gnome-session-40.mo +share/locale/te/LC_MESSAGES/gnome-session-40.mo +share/locale/tg/LC_MESSAGES/gnome-session-40.mo +share/locale/th/LC_MESSAGES/gnome-session-40.mo +share/locale/tk/LC_MESSAGES/gnome-session-40.mo +share/locale/tr/LC_MESSAGES/gnome-session-40.mo +share/locale/ug/LC_MESSAGES/gnome-session-40.mo +share/locale/uk/LC_MESSAGES/gnome-session-40.mo +share/locale/uz/LC_MESSAGES/gnome-session-40.mo +share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-40.mo +share/locale/vi/LC_MESSAGES/gnome-session-40.mo +share/locale/wa/LC_MESSAGES/gnome-session-40.mo +share/locale/xh/LC_MESSAGES/gnome-session-40.mo +share/locale/yo/LC_MESSAGES/gnome-session-40.mo +share/locale/zh_CN/LC_MESSAGES/gnome-session-40.mo +share/locale/zh_HK/LC_MESSAGES/gnome-session-40.mo +share/locale/zh_TW/LC_MESSAGES/gnome-session-40.mo +share/locale/zu/LC_MESSAGES/gnome-session-40.mo share/wayland-sessions/gnome.desktop share/xsessions/gnome-xorg.desktop share/xsessions/gnome.desktop From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:40:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E24767663F; Tue, 28 Sep 2021 04:40:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRdY0BWtz3qTk; Tue, 28 Sep 2021 04:40:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C16D81DDD7; Tue, 28 Sep 2021 04:40:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4eWQA057596; Tue, 28 Sep 2021 04:40:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4eWCP057595; Tue, 28 Sep 2021 04:40:32 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:40:32 GMT Message-Id: <202109280440.18S4eWCP057595@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 2483540153f7 - main - archivers/gnome-autoar: Add DOCS option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2483540153f726f973f8c359e63810ecb84ca710 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:40:33 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=2483540153f726f973f8c359e63810ecb84ca710 commit 2483540153f726f973f8c359e63810ecb84ca710 Author: Neel Chauhan AuthorDate: 2021-09-28 03:27:04 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 04:40:27 +0000 archivers/gnome-autoar: Add DOCS option --- archivers/gnome-autoar/Makefile | 9 ++++++++- archivers/gnome-autoar/pkg-plist | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/archivers/gnome-autoar/Makefile b/archivers/gnome-autoar/Makefile index 9e263b5e5f81..b2854d7fe4a7 100644 --- a/archivers/gnome-autoar/Makefile +++ b/archivers/gnome-autoar/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnome-autoar DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +17,13 @@ BUILD_DEPENDS= valac:lang/vala USES= cpe gettext-runtime gmake gnome libarchive meson pkgconfig \ tar:xz -USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build + CPE_VENDOR= gnome +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build + +OPTIONS_DEFINE= DOCS + +DOCS_MESON_TRUE= gtk_doc +DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc .include diff --git a/archivers/gnome-autoar/pkg-plist b/archivers/gnome-autoar/pkg-plist index 53101cb086c2..594b440f1acd 100644 --- a/archivers/gnome-autoar/pkg-plist +++ b/archivers/gnome-autoar/pkg-plist @@ -19,3 +19,25 @@ libdata/pkgconfig/gnome-autoar-0.pc libdata/pkgconfig/gnome-autoar-gtk-0.pc share/gir-1.0/GnomeAutoar-0.1.gir share/gir-1.0/GnomeAutoarGtk-0.1.gir +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/AutoarCompressor.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/AutoarExtractor.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/annotation-glossary.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/api-index-full.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/ch01.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/ch02.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/ch03.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/deprecated-api-index.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-format-filter.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-gtk-chooser.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-misc.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/gnome-autoar.devhelp2 +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/home.png +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/index.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/left-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/left.png +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/object-tree.html +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/right-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/right.png +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/style.css +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/up-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/gnome-autoar/up.png From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:40:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DC4C6765F5; Tue, 28 Sep 2021 04:40:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRdZ05Vyz3qKX; Tue, 28 Sep 2021 04:40:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D84771DF59; Tue, 28 Sep 2021 04:40:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4eXh9057620; Tue, 28 Sep 2021 04:40:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4eXcO057619; Tue, 28 Sep 2021 04:40:33 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:40:33 GMT Message-Id: <202109280440.18S4eXcO057619@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 1380900acbf9 - main - x11-wm/mutter: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1380900acbf9345bfd0926dc62b7639cc4e4d68b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:40:34 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=1380900acbf9345bfd0926dc62b7639cc4e4d68b commit 1380900acbf9345bfd0926dc62b7639cc4e4d68b Author: Neel Chauhan AuthorDate: 2021-09-28 03:40:52 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 04:40:27 +0000 x11-wm/mutter: Update to 41.0 --- x11-wm/mutter/Makefile | 59 ++- x11-wm/mutter/distinfo | 6 +- .../patch-clutter_clutter_clutter-stage-view.c | 58 +++ .../mutter/files/patch-clutter_clutter_meson.build | 25 -- .../files/patch-cogl_cogl_cogl-dma-buf-handle.c | 32 ++ .../files/patch-cogl_cogl_cogl-dma-buf-handle.h | 22 + ...atch-src_backends_x11_meta-input-settings-x11.c | 39 ++ .../files/patch-src_backends_x11_meta-seat-x11.c | 44 ++ x11-wm/mutter/pkg-plist | 499 ++++++++++----------- 9 files changed, 467 insertions(+), 317 deletions(-) diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 395ea872a071..a1cafb008b2e 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -1,10 +1,9 @@ # Created by: Pawel Worach PORTNAME= mutter -PORTVERSION= 3.36.6 -PORTREVISION= 1 +PORTVERSION= 41.0 CATEGORIES= x11-wm -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -13,52 +12,52 @@ COMMENT= Window and compositing manager based on Clutter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= zenity>=3.0.0:x11/zenity \ - xkeyboard-config>=0:x11/xkeyboard-config \ - gsettings-desktop-schemas>=3.4.0:devel/gsettings-desktop-schemas \ +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ gnome-settings-daemon>0:sysutils/gnome-settings-daemon \ - evdev-proto>0:devel/evdev-proto -LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ - libfribidi.so:converters/fribidi \ - libxkbcommon.so:x11/libxkbcommon \ + gsettings-desktop-schemas>=3.4.0:devel/gsettings-desktop-schemas \ + xkeyboard-config>=0:x11/xkeyboard-config \ + zenity>=3.0.0:x11/zenity +LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcanberra.so:audio/libcanberra \ - libcanberra-gtk3.so:audio/libcanberra-gtk3 \ - libupower-glib.so:sysutils/upower \ - libjson-glib-1.0.so:devel/json-glib \ - libxkbfile.so:x11/libxkbfile \ + libdrm.so:graphics/libdrm \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libdrm.so:graphics/libdrm \ + libfribidi.so:converters/fribidi \ + libgraphene-1.0.so:graphics/graphene \ + libjson-glib-1.0.so:devel/json-glib \ libpipewire-0.3.so:multimedia/pipewire \ - libgraphene-1.0.so:graphics/graphene -RUN_DEPENDS= zenity>=3.0.0:x11/zenity \ - xkeyboard-config>=0:x11/xkeyboard-config \ + libstartup-notification-1.so:x11/startup-notification \ + libupower-glib.so:sysutils/upower \ + libxkbcommon.so:x11/libxkbcommon \ + libxkbfile.so:x11/libxkbfile +RUN_DEPENDS= gnome-settings-daemon>0:sysutils/gnome-settings-daemon \ gsettings-desktop-schemas>=3.4.0:devel/gsettings-desktop-schemas \ - gnome-settings-daemon>0:sysutils/gnome-settings-daemon + xkeyboard-config>=0:x11/xkeyboard-config \ + zenity>=3.0.0:x11/zenity PORTSCOUT= limitw:1,even -USES= compiler:c++0x gettext gl gnome localbase meson \ - pkgconfig tar:xz xorg +USES= compiler:c++0x gettext gl gnome localbase meson pkgconfig \ + tar:xz xorg USE_GL= egl gbm USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 introspection -USE_XORG= ice sm x11 xcb xcomposite xcursor xdamage xext xfixes \ - xi xinerama xrandr xrender xtst +USE_XORG= ice sm x11 xcb xcomposite xcursor xdamage xext xfixes xi \ + xinerama xrandr xrender xtst USE_LDCONFIG= yes -CFLAGS+= -Wno-unknown-warning-option \ - -Wno-format-nonliteral +CFLAGS+= -Wno-unknown-warning-option -Wno-format-nonliteral CPPFLAGS+= -fno-omit-frame-pointer MESON_ARGS= -Dlibwacom=false \ - -Dwayland=false \ - -Dudev=false \ -Dnative_backend=false \ -Dprofiler=false \ + -Dsm=true \ + -Dsystemd=false \ -Dtests=false \ - -Dsm=true + -Dudev=false \ + -Dwayland=false # Required by embedded cogl/clutter forks. -MESON_ARGS+= -Dopengl_libname=libGL.so \ - -Dgles2_libname=libGLESv2 +MESON_ARGS+= -Dgles2_libname=libGLESv2 \ + -Dopengl_libname=libGL.so # Disable remote_desktop for now because it requires memfd which only appears current MESON_ARGS+= -Dremote_desktop=false diff --git a/x11-wm/mutter/distinfo b/x11-wm/mutter/distinfo index f097df3a202d..9620e1596e8f 100644 --- a/x11-wm/mutter/distinfo +++ b/x11-wm/mutter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601307300 -SHA256 (gnome/mutter-3.36.6.tar.xz) = 7fab160eecf4299e445e24aa34b5e903745ffcc256f82b7f267cd106e435e034 -SIZE (gnome/mutter-3.36.6.tar.xz) = 2689156 +TIMESTAMP = 1632799660 +SHA256 (gnome/mutter-41.0.tar.xz) = fa80a1a744044d88ebfd677ff03203d67705ed2cd624ea06cbb8b58948cdf89e +SIZE (gnome/mutter-41.0.tar.xz) = 2710476 diff --git a/x11-wm/mutter/files/patch-clutter_clutter_clutter-stage-view.c b/x11-wm/mutter/files/patch-clutter_clutter_clutter-stage-view.c new file mode 100644 index 000000000000..e12a21f4fefb --- /dev/null +++ b/x11-wm/mutter/files/patch-clutter_clutter_clutter-stage-view.c @@ -0,0 +1,58 @@ +$OpenBSD: patch-clutter_clutter_clutter-stage-view_c,v 1.1 2021/06/04 10:56:17 ajacoutot Exp $ + +Index: clutter/clutter/clutter-stage-view.c +--- clutter/clutter/clutter-stage-view.c.orig ++++ clutter/clutter/clutter-stage-view.c +@@ -543,13 +543,13 @@ find_damaged_tiles (ClutterStageView *view, + bpp = cogl_dma_buf_handle_get_bpp (current_dma_buf_handle); + + cogl_framebuffer_finish (COGL_FRAMEBUFFER (priv->shadow.framebuffer)); +- ++#ifdef __linux__ + if (!cogl_dma_buf_handle_sync_read_start (prev_dma_buf_handle, error)) + return NULL; + + if (!cogl_dma_buf_handle_sync_read_start (current_dma_buf_handle, error)) + goto err_sync_read_current; +- ++#endif + prev_data = cogl_dma_buf_handle_mmap (prev_dma_buf_handle, error); + if (!prev_data) + goto err_mmap_prev; +@@ -594,7 +594,7 @@ find_damaged_tiles (ClutterStageView *view, + cairo_region_union_rectangle (tile_damage_region, &tile); + } + } +- ++#ifdef __linux__ + if (!cogl_dma_buf_handle_sync_read_end (prev_dma_buf_handle, error)) + { + g_warning ("Failed to end DMA buffer read synchronization: %s", +@@ -608,7 +608,7 @@ find_damaged_tiles (ClutterStageView *view, + (*error)->message); + g_clear_error (error); + } +- ++#endif + cogl_dma_buf_handle_munmap (prev_dma_buf_handle, prev_data, NULL); + cogl_dma_buf_handle_munmap (current_dma_buf_handle, current_data, NULL); + +@@ -618,13 +618,16 @@ find_damaged_tiles (ClutterStageView *view, + + err_mmap_current: + cogl_dma_buf_handle_munmap (prev_dma_buf_handle, prev_data, NULL); +- ++#ifdef __linux__ + err_mmap_prev: + cogl_dma_buf_handle_sync_read_end (current_dma_buf_handle, NULL); + + err_sync_read_current: + cogl_dma_buf_handle_sync_read_end (prev_dma_buf_handle, NULL); +- ++#else ++err_mmap_prev: ++err_sync_read_current: ++#endif + return NULL; + } + diff --git a/x11-wm/mutter/files/patch-clutter_clutter_meson.build b/x11-wm/mutter/files/patch-clutter_clutter_meson.build deleted file mode 100644 index 0e6f0d08e2e1..000000000000 --- a/x11-wm/mutter/files/patch-clutter_clutter_meson.build +++ /dev/null @@ -1,25 +0,0 @@ -This ensures that libmutter_cogl_path_dep is built before other targets, -fixing the build with many buildjobs - -Obtained from: Aports - ---- clutter/clutter/meson.build.orig 2020-09-07 19:18:23 UTC -+++ clutter/clutter/meson.build -@@ -424,7 +424,7 @@ libmutter_clutter = shared_library(libmutter_clutter_n - soversion: 0, - c_args: clutter_c_args, - include_directories: clutter_includes, -- dependencies: [clutter_deps], -+ dependencies: [clutter_deps,libmutter_cogl_path_dep], - gnu_symbol_visibility: 'hidden', - link_with: [ - libmutter_cogl, -@@ -436,7 +436,7 @@ libmutter_clutter = shared_library(libmutter_clutter_n - install: true, - ) - libmutter_clutter_dep = declare_dependency( -- sources: [clutter_enum_types[1]], -+ sources: [clutter_enum_types[1],libmutter_cogl_path_enum_types[1]], - link_with: libmutter_clutter, - dependencies: clutter_deps, - ) diff --git a/x11-wm/mutter/files/patch-cogl_cogl_cogl-dma-buf-handle.c b/x11-wm/mutter/files/patch-cogl_cogl_cogl-dma-buf-handle.c new file mode 100644 index 000000000000..a0739e3d4895 --- /dev/null +++ b/x11-wm/mutter/files/patch-cogl_cogl_cogl-dma-buf-handle.c @@ -0,0 +1,32 @@ +$OpenBSD: patch-cogl_cogl_cogl-dma-buf-handle_c,v 1.2 2021/06/04 10:56:17 ajacoutot Exp $ + +Index: cogl/cogl/cogl-dma-buf-handle.c +--- cogl/cogl/cogl-dma-buf-handle.c.orig ++++ cogl/cogl/cogl-dma-buf-handle.c +@@ -36,8 +36,10 @@ + + #include + #include ++#ifdef __linux__ + #include + #include ++#endif + #include + #include + +@@ -101,6 +103,7 @@ cogl_dma_buf_handle_free (CoglDmaBufHandle *dmabuf_han + g_free (dmabuf_handle); + } + ++#ifdef __linux__ + static gboolean + sync_read (CoglDmaBufHandle *dmabuf_handle, + uint64_t start_or_end, +@@ -147,6 +150,7 @@ cogl_dma_buf_handle_sync_read_end (CoglDmaBufHandle * + { + return sync_read (dmabuf_handle, DMA_BUF_SYNC_END, error); + } ++#endif + + gpointer + cogl_dma_buf_handle_mmap (CoglDmaBufHandle *dmabuf_handle, diff --git a/x11-wm/mutter/files/patch-cogl_cogl_cogl-dma-buf-handle.h b/x11-wm/mutter/files/patch-cogl_cogl_cogl-dma-buf-handle.h new file mode 100644 index 000000000000..a7b5dcad6553 --- /dev/null +++ b/x11-wm/mutter/files/patch-cogl_cogl_cogl-dma-buf-handle.h @@ -0,0 +1,22 @@ +$OpenBSD: patch-cogl_cogl_cogl-dma-buf-handle_h,v 1.2 2021/06/04 10:56:17 ajacoutot Exp $ + +Index: cogl/cogl/cogl-dma-buf-handle.h +--- cogl/cogl/cogl-dma-buf-handle.h.orig ++++ cogl/cogl/cogl-dma-buf-handle.h +@@ -63,6 +63,7 @@ cogl_dma_buf_handle_new (CoglFramebuffer *framebuffer, + COGL_EXPORT void + cogl_dma_buf_handle_free (CoglDmaBufHandle *dmabuf_handle); + ++# ifdef __linux__ + COGL_EXPORT gboolean + cogl_dma_buf_handle_sync_read_start (CoglDmaBufHandle *dmabuf_handle, + GError **error); +@@ -70,7 +71,7 @@ cogl_dma_buf_handle_sync_read_start (CoglDmaBufHandle + COGL_EXPORT gboolean + cogl_dma_buf_handle_sync_read_end (CoglDmaBufHandle *dmabuf_handle, + GError **error); +- ++# endif + COGL_EXPORT gpointer + cogl_dma_buf_handle_mmap (CoglDmaBufHandle *dmabuf_handle, + GError **error); diff --git a/x11-wm/mutter/files/patch-src_backends_x11_meta-input-settings-x11.c b/x11-wm/mutter/files/patch-src_backends_x11_meta-input-settings-x11.c new file mode 100644 index 000000000000..56be8ec7b216 --- /dev/null +++ b/x11-wm/mutter/files/patch-src_backends_x11_meta-input-settings-x11.c @@ -0,0 +1,39 @@ +$OpenBSD: patch-src_backends_x11_meta-input-settings-x11_c,v 1.5 2021/06/04 10:56:17 ajacoutot Exp $ + +Index: src/backends/x11/meta-input-settings-x11.c +--- src/backends/x11/meta-input-settings-x11.c.orig ++++ src/backends/x11/meta-input-settings-x11.c +@@ -45,6 +45,7 @@ typedef struct _MetaInputSettingsX11Private + #ifdef HAVE_LIBGUDEV + GUdevClient *udev_client; + #endif ++ bool dummy_field; // struct needs at least one element to compile + } MetaInputSettingsX11Private; + + G_DEFINE_TYPE_WITH_PRIVATE (MetaInputSettingsX11, meta_input_settings_x11, +@@ -765,11 +766,10 @@ meta_input_settings_x11_set_tablet_aspect_ratio (MetaI + static void + meta_input_settings_x11_dispose (GObject *object) + { +-#ifdef HAVE_LIBGUDEV + MetaInputSettingsX11 *settings_x11 = META_INPUT_SETTINGS_X11 (object); + MetaInputSettingsX11Private *priv = + meta_input_settings_x11_get_instance_private (settings_x11); +- ++#ifdef HAVE_LIBGUDEV + g_clear_object (&priv->udev_client); + #endif + +@@ -938,11 +938,10 @@ meta_input_settings_x11_class_init (MetaInputSettingsX + static void + meta_input_settings_x11_init (MetaInputSettingsX11 *settings) + { +-#ifdef HAVE_LIBGUDEV + MetaInputSettingsX11Private *priv = + meta_input_settings_x11_get_instance_private (settings); + const char *subsystems[] = { NULL }; +- ++#ifdef HAVE_LIBGUDEV + priv->udev_client = g_udev_client_new (subsystems); + #endif + } diff --git a/x11-wm/mutter/files/patch-src_backends_x11_meta-seat-x11.c b/x11-wm/mutter/files/patch-src_backends_x11_meta-seat-x11.c new file mode 100644 index 000000000000..5845d2d285b2 --- /dev/null +++ b/x11-wm/mutter/files/patch-src_backends_x11_meta-seat-x11.c @@ -0,0 +1,44 @@ +$OpenBSD: patch-src_backends_x11_meta-seat-x11_c,v 1.3 2021/06/04 10:56:17 ajacoutot Exp $ + +Index: src/backends/x11/meta-seat-x11.c +--- src/backends/x11/meta-seat-x11.c.orig ++++ src/backends/x11/meta-seat-x11.c +@@ -17,8 +17,9 @@ + * Author: Carlos Garnacho + */ + #include "config.h" +- ++#ifdef __linux__ + #include ++#endif + #include + #include + +@@ -1733,7 +1734,7 @@ get_source_device_checked (MetaSeatX11 *seat, + + return source_device; + } +- ++#ifdef __linux__ + static uint32_t + evdev_button_code (uint32_t x_button) + { +@@ -1762,7 +1763,7 @@ evdev_button_code (uint32_t x_button) + + return button; + } +- ++#endif + gboolean + meta_seat_x11_translate_event (MetaSeatX11 *seat, + XEvent *xevent, +@@ -2050,7 +2051,9 @@ meta_seat_x11_translate_event (MetaSeatX11 *seat, + event->button.time = xev->time; + translate_coords (stage_x11, xev->event_x, xev->event_y, &event->button.x, &event->button.y); + event->button.button = xev->detail; ++#ifdef __linux__ + event->button.evdev_code = evdev_button_code (xev->detail); ++#endif + meta_input_device_x11_translate_state (event, + &xev->mods, + &xev->buttons, diff --git a/x11-wm/mutter/pkg-plist b/x11-wm/mutter/pkg-plist index 091b6b195893..e518f92bc7ca 100644 --- a/x11-wm/mutter/pkg-plist +++ b/x11-wm/mutter/pkg-plist @@ -1,263 +1,244 @@ bin/mutter -include/mutter-6/clutter/cally/cally-actor.h -include/mutter-6/clutter/cally/cally-clone.h -include/mutter-6/clutter/cally/cally-factory.h -include/mutter-6/clutter/cally/cally-group.h -include/mutter-6/clutter/cally/cally-main.h -include/mutter-6/clutter/cally/cally-rectangle.h -include/mutter-6/clutter/cally/cally-root.h -include/mutter-6/clutter/cally/cally-stage.h -include/mutter-6/clutter/cally/cally-text.h -include/mutter-6/clutter/cally/cally-util.h -include/mutter-6/clutter/cally/cally.h -include/mutter-6/clutter/clutter/clutter-action.h -include/mutter-6/clutter/clutter/clutter-actor-meta.h -include/mutter-6/clutter/clutter/clutter-actor.h -include/mutter-6/clutter/clutter/clutter-align-constraint.h -include/mutter-6/clutter/clutter/clutter-animatable.h -include/mutter-6/clutter/clutter/clutter-autocleanups.h -include/mutter-6/clutter/clutter/clutter-backend.h -include/mutter-6/clutter/clutter/clutter-bin-layout.h -include/mutter-6/clutter/clutter/clutter-bind-constraint.h -include/mutter-6/clutter/clutter/clutter-binding-pool.h -include/mutter-6/clutter/clutter/clutter-blur-effect.h -include/mutter-6/clutter/clutter/clutter-box-layout.h -include/mutter-6/clutter/clutter/clutter-brightness-contrast-effect.h -include/mutter-6/clutter/clutter/clutter-cairo.h -include/mutter-6/clutter/clutter/clutter-canvas.h -include/mutter-6/clutter/clutter/clutter-child-meta.h -include/mutter-6/clutter/clutter/clutter-click-action.h -include/mutter-6/clutter/clutter/clutter-clone.h -include/mutter-6/clutter/clutter/clutter-color-static.h -include/mutter-6/clutter/clutter/clutter-color.h -include/mutter-6/clutter/clutter/clutter-colorize-effect.h -include/mutter-6/clutter/clutter/clutter-config.h -include/mutter-6/clutter/clutter/clutter-constraint.h -include/mutter-6/clutter/clutter/clutter-container.h -include/mutter-6/clutter/clutter/clutter-content.h -include/mutter-6/clutter/clutter/clutter-deform-effect.h -include/mutter-6/clutter/clutter/clutter-deprecated.h -include/mutter-6/clutter/clutter/clutter-desaturate-effect.h -include/mutter-6/clutter/clutter/clutter-drag-action.h -include/mutter-6/clutter/clutter/clutter-drop-action.h -include/mutter-6/clutter/clutter/clutter-effect.h -include/mutter-6/clutter/clutter/clutter-enum-types.h -include/mutter-6/clutter/clutter/clutter-enums.h -include/mutter-6/clutter/clutter/clutter-event.h -include/mutter-6/clutter/clutter/clutter-feature.h -include/mutter-6/clutter/clutter/clutter-fixed-layout.h -include/mutter-6/clutter/clutter/clutter-flow-layout.h -include/mutter-6/clutter/clutter/clutter-gesture-action.h -include/mutter-6/clutter/clutter/clutter-grid-layout.h -include/mutter-6/clutter/clutter/clutter-group.h -include/mutter-6/clutter/clutter/clutter-image.h -include/mutter-6/clutter/clutter/clutter-input-device-tool.h -include/mutter-6/clutter/clutter/clutter-input-device.h -include/mutter-6/clutter/clutter/clutter-input-focus.h -include/mutter-6/clutter/clutter/clutter-input-method.h -include/mutter-6/clutter/clutter/clutter-interval.h -include/mutter-6/clutter/clutter/clutter-keyframe-transition.h -include/mutter-6/clutter/clutter/clutter-keymap.h -include/mutter-6/clutter/clutter/clutter-keysyms.h -include/mutter-6/clutter/clutter/clutter-layout-manager.h -include/mutter-6/clutter/clutter/clutter-layout-meta.h -include/mutter-6/clutter/clutter/clutter-macros.h -include/mutter-6/clutter/clutter/clutter-main.h -include/mutter-6/clutter/clutter/clutter-marshal.h -include/mutter-6/clutter/clutter/clutter-mutter.h -include/mutter-6/clutter/clutter/clutter-offscreen-effect.h -include/mutter-6/clutter/clutter/clutter-page-turn-effect.h -include/mutter-6/clutter/clutter/clutter-paint-context.h -include/mutter-6/clutter/clutter/clutter-paint-node.h -include/mutter-6/clutter/clutter/clutter-paint-nodes.h -include/mutter-6/clutter/clutter/clutter-pan-action.h -include/mutter-6/clutter/clutter/clutter-path-constraint.h -include/mutter-6/clutter/clutter/clutter-path.h -include/mutter-6/clutter/clutter/clutter-pick-context.h -include/mutter-6/clutter/clutter/clutter-property-transition.h -include/mutter-6/clutter/clutter/clutter-rotate-action.h -include/mutter-6/clutter/clutter/clutter-script.h -include/mutter-6/clutter/clutter/clutter-scriptable.h -include/mutter-6/clutter/clutter/clutter-scroll-actor.h -include/mutter-6/clutter/clutter/clutter-seat.h -include/mutter-6/clutter/clutter/clutter-settings.h -include/mutter-6/clutter/clutter/clutter-shader-effect.h -include/mutter-6/clutter/clutter/clutter-shader-types.h -include/mutter-6/clutter/clutter/clutter-snap-constraint.h -include/mutter-6/clutter/clutter/clutter-stage-manager.h -include/mutter-6/clutter/clutter/clutter-stage-view.h -include/mutter-6/clutter/clutter/clutter-stage.h -include/mutter-6/clutter/clutter/clutter-swipe-action.h -include/mutter-6/clutter/clutter/clutter-tap-action.h -include/mutter-6/clutter/clutter/clutter-text-buffer.h -include/mutter-6/clutter/clutter/clutter-text.h -include/mutter-6/clutter/clutter/clutter-timeline.h -include/mutter-6/clutter/clutter/clutter-transition-group.h -include/mutter-6/clutter/clutter/clutter-transition.h -include/mutter-6/clutter/clutter/clutter-types.h -include/mutter-6/clutter/clutter/clutter-units.h -include/mutter-6/clutter/clutter/clutter-virtual-input-device.h -include/mutter-6/clutter/clutter/clutter-zoom-action.h -include/mutter-6/clutter/clutter/clutter.h -include/mutter-6/clutter/clutter/deprecated/clutter-actor.h -include/mutter-6/clutter/clutter/deprecated/clutter-alpha.h -include/mutter-6/clutter/clutter/deprecated/clutter-animation.h -include/mutter-6/clutter/clutter/deprecated/clutter-box.h -include/mutter-6/clutter/clutter/deprecated/clutter-container.h -include/mutter-6/clutter/clutter/deprecated/clutter-group.h -include/mutter-6/clutter/clutter/deprecated/clutter-rectangle.h -include/mutter-6/clutter/clutter/deprecated/clutter-stage.h -include/mutter-6/clutter/clutter/deprecated/clutter-state.h -include/mutter-6/clutter/clutter/deprecated/clutter-timeline.h -include/mutter-6/clutter/clutter/x11/clutter-x11.h -include/mutter-6/cogl/cogl-pango/cogl-pango.h -include/mutter-6/cogl/cogl-path/cogl-path-enum-types.h -include/mutter-6/cogl/cogl-path/cogl-path-functions.h -include/mutter-6/cogl/cogl-path/cogl-path-types.h -include/mutter-6/cogl/cogl-path/cogl-path.h -include/mutter-6/cogl/cogl/cogl-atlas-texture.h -include/mutter-6/cogl/cogl/cogl-attribute-buffer.h -include/mutter-6/cogl/cogl/cogl-attribute.h -include/mutter-6/cogl/cogl/cogl-bitmap.h -include/mutter-6/cogl/cogl/cogl-buffer.h -include/mutter-6/cogl/cogl/cogl-color.h -include/mutter-6/cogl/cogl/cogl-context.h -include/mutter-6/cogl/cogl/cogl-defines.h -include/mutter-6/cogl/cogl/cogl-depth-state.h -include/mutter-6/cogl/cogl/cogl-display.h -include/mutter-6/cogl/cogl/cogl-dma-buf-handle.h -include/mutter-6/cogl/cogl/cogl-egl-defines.h -include/mutter-6/cogl/cogl/cogl-egl.h -include/mutter-6/cogl/cogl/cogl-fence.h -include/mutter-6/cogl/cogl/cogl-frame-info.h -include/mutter-6/cogl/cogl/cogl-framebuffer.h -include/mutter-6/cogl/cogl/cogl-glib-source.h -include/mutter-6/cogl/cogl/cogl-glx.h -include/mutter-6/cogl/cogl/cogl-gtype-private.h -include/mutter-6/cogl/cogl/cogl-index-buffer.h -include/mutter-6/cogl/cogl/cogl-indices.h -include/mutter-6/cogl/cogl/cogl-macros.h -include/mutter-6/cogl/cogl/cogl-matrix-stack.h -include/mutter-6/cogl/cogl/cogl-matrix.h -include/mutter-6/cogl/cogl/cogl-meta-texture.h -include/mutter-6/cogl/cogl/cogl-object.h -include/mutter-6/cogl/cogl/cogl-offscreen.h -include/mutter-6/cogl/cogl/cogl-onscreen-template.h -include/mutter-6/cogl/cogl/cogl-onscreen.h -include/mutter-6/cogl/cogl/cogl-output.h -include/mutter-6/cogl/cogl/cogl-pipeline-layer-state.h -include/mutter-6/cogl/cogl/cogl-pipeline-state.h -include/mutter-6/cogl/cogl/cogl-pipeline.h -include/mutter-6/cogl/cogl/cogl-pixel-buffer.h -include/mutter-6/cogl/cogl/cogl-pixel-format.h -include/mutter-6/cogl/cogl/cogl-poll.h -include/mutter-6/cogl/cogl/cogl-primitive-texture.h -include/mutter-6/cogl/cogl/cogl-primitive.h -include/mutter-6/cogl/cogl/cogl-renderer.h -include/mutter-6/cogl/cogl/cogl-snippet.h -include/mutter-6/cogl/cogl/cogl-sub-texture.h -include/mutter-6/cogl/cogl/cogl-swap-chain.h -include/mutter-6/cogl/cogl/cogl-texture-2d-sliced.h -include/mutter-6/cogl/cogl/cogl-texture-2d.h -include/mutter-6/cogl/cogl/cogl-texture-pixmap-x11.h -include/mutter-6/cogl/cogl/cogl-texture.h -include/mutter-6/cogl/cogl/cogl-trace.h -include/mutter-6/cogl/cogl/cogl-types.h -include/mutter-6/cogl/cogl/cogl-version.h -include/mutter-6/cogl/cogl/cogl-xlib-renderer.h -include/mutter-6/cogl/cogl/cogl-xlib.h -include/mutter-6/cogl/cogl/cogl.h -include/mutter-6/cogl/cogl/cogl1-context.h -include/mutter-6/cogl/cogl/deprecated/cogl-auto-texture.h -include/mutter-6/cogl/cogl/deprecated/cogl-clutter.h -include/mutter-6/cogl/cogl/deprecated/cogl-material-compat.h -include/mutter-6/cogl/cogl/deprecated/cogl-shader.h -include/mutter-6/cogl/cogl/deprecated/cogl-type-casts.h -include/mutter-6/cogl/cogl/gl-prototypes/cogl-core-functions.h -include/mutter-6/cogl/cogl/gl-prototypes/cogl-gles2-functions.h -include/mutter-6/cogl/cogl/gl-prototypes/cogl-glsl-functions.h -include/mutter-6/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h -include/mutter-6/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h -include/mutter-6/meta/barrier.h -include/mutter-6/meta/boxes.h -include/mutter-6/meta/common.h -include/mutter-6/meta/compositor-mutter.h -include/mutter-6/meta/compositor.h -include/mutter-6/meta/display.h -include/mutter-6/meta/group.h -include/mutter-6/meta/keybindings.h -include/mutter-6/meta/main.h -include/mutter-6/meta/meta-backend.h -include/mutter-6/meta/meta-background-actor.h -include/mutter-6/meta/meta-background-group.h -include/mutter-6/meta/meta-background-image.h -include/mutter-6/meta/meta-background.h -include/mutter-6/meta/meta-close-dialog.h -include/mutter-6/meta/meta-cursor-tracker.h -include/mutter-6/meta/meta-dnd.h -include/mutter-6/meta/meta-enum-types.h -include/mutter-6/meta/meta-idle-monitor.h -include/mutter-6/meta/meta-inhibit-shortcuts-dialog.h -include/mutter-6/meta/meta-launch-context.h -include/mutter-6/meta/meta-monitor-manager.h -include/mutter-6/meta/meta-plugin.h -include/mutter-6/meta/meta-remote-access-controller.h -include/mutter-6/meta/meta-selection-source-memory.h -include/mutter-6/meta/meta-selection-source.h -include/mutter-6/meta/meta-selection.h -include/mutter-6/meta/meta-settings.h -include/mutter-6/meta/meta-shadow-factory.h -include/mutter-6/meta/meta-shaped-texture.h -include/mutter-6/meta/meta-sound-player.h -include/mutter-6/meta/meta-stage.h -include/mutter-6/meta/meta-startup-notification.h -include/mutter-6/meta/meta-version.h -include/mutter-6/meta/meta-window-actor.h -include/mutter-6/meta/meta-window-group.h -include/mutter-6/meta/meta-window-shape.h -include/mutter-6/meta/meta-workspace-manager.h -include/mutter-6/meta/meta-x11-display.h -include/mutter-6/meta/meta-x11-errors.h -include/mutter-6/meta/prefs.h -include/mutter-6/meta/theme.h -include/mutter-6/meta/types.h -include/mutter-6/meta/util.h -include/mutter-6/meta/window.h -include/mutter-6/meta/workspace.h -lib/libmutter-6.so -lib/libmutter-6.so.0 -lib/libmutter-6.so.0.0.0 -lib/mutter-6/Cally-6.gir -lib/mutter-6/Cally-6.typelib -lib/mutter-6/Clutter-6.gir -lib/mutter-6/Clutter-6.typelib -lib/mutter-6/ClutterX11-6.gir -lib/mutter-6/ClutterX11-6.typelib -lib/mutter-6/Cogl-6.gir -lib/mutter-6/Cogl-6.typelib -lib/mutter-6/CoglPango-6.gir -lib/mutter-6/CoglPango-6.typelib -lib/mutter-6/Meta-6.gir -lib/mutter-6/Meta-6.typelib -lib/mutter-6/libmutter-clutter-6.so -lib/mutter-6/libmutter-clutter-6.so.0 -lib/mutter-6/libmutter-clutter-6.so.0.0.0 -lib/mutter-6/libmutter-cogl-6.so -lib/mutter-6/libmutter-cogl-6.so.0 -lib/mutter-6/libmutter-cogl-6.so.0.0.0 -lib/mutter-6/libmutter-cogl-pango-6.so -lib/mutter-6/libmutter-cogl-pango-6.so.0 -lib/mutter-6/libmutter-cogl-pango-6.so.0.0.0 -lib/mutter-6/libmutter-cogl-path-6.so -lib/mutter-6/libmutter-cogl-path-6.so.0 -lib/mutter-6/libmutter-cogl-path-6.so.0.0.0 -lib/mutter-6/plugins/libdefault.so -libdata/pkgconfig/libmutter-6.pc -libdata/pkgconfig/mutter-clutter-6.pc -libdata/pkgconfig/mutter-clutter-x11-6.pc -libdata/pkgconfig/mutter-cogl-6.pc -libdata/pkgconfig/mutter-cogl-pango-6.pc -libdata/pkgconfig/mutter-cogl-path-6.pc +include/mutter-9/clutter/cally/cally-actor.h +include/mutter-9/clutter/cally/cally-clone.h +include/mutter-9/clutter/cally/cally-factory.h +include/mutter-9/clutter/cally/cally-main.h +include/mutter-9/clutter/cally/cally-root.h +include/mutter-9/clutter/cally/cally-stage.h +include/mutter-9/clutter/cally/cally-text.h +include/mutter-9/clutter/cally/cally-util.h +include/mutter-9/clutter/cally/cally.h +include/mutter-9/clutter/clutter/clutter-action.h +include/mutter-9/clutter/clutter/clutter-actor-meta.h +include/mutter-9/clutter/clutter/clutter-actor.h +include/mutter-9/clutter/clutter/clutter-align-constraint.h +include/mutter-9/clutter/clutter/clutter-animatable.h +include/mutter-9/clutter/clutter/clutter-autocleanups.h +include/mutter-9/clutter/clutter/clutter-backend.h +include/mutter-9/clutter/clutter/clutter-bin-layout.h +include/mutter-9/clutter/clutter/clutter-bind-constraint.h +include/mutter-9/clutter/clutter/clutter-binding-pool.h +include/mutter-9/clutter/clutter/clutter-blur-effect.h +include/mutter-9/clutter/clutter/clutter-box-layout.h +include/mutter-9/clutter/clutter/clutter-brightness-contrast-effect.h +include/mutter-9/clutter/clutter/clutter-cairo.h +include/mutter-9/clutter/clutter/clutter-canvas.h +include/mutter-9/clutter/clutter/clutter-child-meta.h +include/mutter-9/clutter/clutter/clutter-click-action.h +include/mutter-9/clutter/clutter/clutter-clone.h +include/mutter-9/clutter/clutter/clutter-color-static.h +include/mutter-9/clutter/clutter/clutter-color.h +include/mutter-9/clutter/clutter/clutter-colorize-effect.h +include/mutter-9/clutter/clutter/clutter-constraint.h +include/mutter-9/clutter/clutter/clutter-container.h +include/mutter-9/clutter/clutter/clutter-content.h +include/mutter-9/clutter/clutter/clutter-deform-effect.h +include/mutter-9/clutter/clutter/clutter-deprecated.h +include/mutter-9/clutter/clutter/clutter-desaturate-effect.h +include/mutter-9/clutter/clutter/clutter-effect.h +include/mutter-9/clutter/clutter/clutter-enum-types.h +include/mutter-9/clutter/clutter/clutter-enums.h +include/mutter-9/clutter/clutter/clutter-event.h +include/mutter-9/clutter/clutter/clutter-feature.h +include/mutter-9/clutter/clutter/clutter-fixed-layout.h +include/mutter-9/clutter/clutter/clutter-flow-layout.h +include/mutter-9/clutter/clutter/clutter-frame-clock.h +include/mutter-9/clutter/clutter/clutter-frame.h +include/mutter-9/clutter/clutter/clutter-gesture-action.h +include/mutter-9/clutter/clutter/clutter-grid-layout.h +include/mutter-9/clutter/clutter/clutter-image.h +include/mutter-9/clutter/clutter/clutter-input-device-tool.h +include/mutter-9/clutter/clutter/clutter-input-device.h +include/mutter-9/clutter/clutter/clutter-input-focus.h +include/mutter-9/clutter/clutter/clutter-input-method.h +include/mutter-9/clutter/clutter/clutter-interval.h +include/mutter-9/clutter/clutter/clutter-keyframe-transition.h +include/mutter-9/clutter/clutter/clutter-keymap.h +include/mutter-9/clutter/clutter/clutter-keysyms.h +include/mutter-9/clutter/clutter/clutter-layout-manager.h +include/mutter-9/clutter/clutter/clutter-layout-meta.h +include/mutter-9/clutter/clutter/clutter-macros.h +include/mutter-9/clutter/clutter/clutter-main.h +include/mutter-9/clutter/clutter/clutter-marshal.h +include/mutter-9/clutter/clutter/clutter-mutter.h +include/mutter-9/clutter/clutter/clutter-offscreen-effect.h +include/mutter-9/clutter/clutter/clutter-page-turn-effect.h +include/mutter-9/clutter/clutter/clutter-paint-context.h +include/mutter-9/clutter/clutter/clutter-paint-node.h +include/mutter-9/clutter/clutter/clutter-paint-nodes.h +include/mutter-9/clutter/clutter/clutter-pan-action.h +include/mutter-9/clutter/clutter/clutter-path-constraint.h +include/mutter-9/clutter/clutter/clutter-path.h +include/mutter-9/clutter/clutter/clutter-pick-context.h +include/mutter-9/clutter/clutter/clutter-property-transition.h +include/mutter-9/clutter/clutter/clutter-rotate-action.h +include/mutter-9/clutter/clutter/clutter-script.h +include/mutter-9/clutter/clutter/clutter-scriptable.h +include/mutter-9/clutter/clutter/clutter-scroll-actor.h +include/mutter-9/clutter/clutter/clutter-seat.h +include/mutter-9/clutter/clutter/clutter-settings.h +include/mutter-9/clutter/clutter/clutter-shader-effect.h +include/mutter-9/clutter/clutter/clutter-shader-types.h +include/mutter-9/clutter/clutter/clutter-snap-constraint.h +include/mutter-9/clutter/clutter/clutter-stage-manager.h +include/mutter-9/clutter/clutter/clutter-stage-view.h +include/mutter-9/clutter/clutter/clutter-stage.h +include/mutter-9/clutter/clutter/clutter-swipe-action.h +include/mutter-9/clutter/clutter/clutter-tap-action.h +include/mutter-9/clutter/clutter/clutter-text-buffer.h +include/mutter-9/clutter/clutter/clutter-text.h +include/mutter-9/clutter/clutter/clutter-texture-content.h +include/mutter-9/clutter/clutter/clutter-timeline.h +include/mutter-9/clutter/clutter/clutter-transition-group.h +include/mutter-9/clutter/clutter/clutter-transition.h +include/mutter-9/clutter/clutter/clutter-types.h +include/mutter-9/clutter/clutter/clutter-units.h +include/mutter-9/clutter/clutter/clutter-virtual-input-device.h +include/mutter-9/clutter/clutter/clutter-zoom-action.h +include/mutter-9/clutter/clutter/clutter.h +include/mutter-9/clutter/clutter/deprecated/clutter-container.h +include/mutter-9/clutter/clutter/deprecated/clutter-timeline.h +include/mutter-9/cogl/cogl-pango/cogl-pango.h +include/mutter-9/cogl/cogl/cogl-atlas-texture.h +include/mutter-9/cogl/cogl/cogl-attribute-buffer.h +include/mutter-9/cogl/cogl/cogl-attribute.h +include/mutter-9/cogl/cogl/cogl-bitmap.h +include/mutter-9/cogl/cogl/cogl-buffer.h +include/mutter-9/cogl/cogl/cogl-color.h +include/mutter-9/cogl/cogl/cogl-context.h +include/mutter-9/cogl/cogl/cogl-defines.h +include/mutter-9/cogl/cogl/cogl-depth-state.h +include/mutter-9/cogl/cogl/cogl-display.h +include/mutter-9/cogl/cogl/cogl-dma-buf-handle.h +include/mutter-9/cogl/cogl/cogl-egl-defines.h +include/mutter-9/cogl/cogl/cogl-egl.h +include/mutter-9/cogl/cogl/cogl-fence.h +include/mutter-9/cogl/cogl/cogl-frame-info.h +include/mutter-9/cogl/cogl/cogl-framebuffer.h +include/mutter-9/cogl/cogl/cogl-glib-source.h +include/mutter-9/cogl/cogl/cogl-glx.h +include/mutter-9/cogl/cogl/cogl-graphene.h +include/mutter-9/cogl/cogl/cogl-gtype-private.h +include/mutter-9/cogl/cogl/cogl-index-buffer.h +include/mutter-9/cogl/cogl/cogl-indices.h +include/mutter-9/cogl/cogl/cogl-macros.h +include/mutter-9/cogl/cogl/cogl-matrix-stack.h +include/mutter-9/cogl/cogl/cogl-meta-texture.h +include/mutter-9/cogl/cogl/cogl-object.h +include/mutter-9/cogl/cogl/cogl-offscreen.h +include/mutter-9/cogl/cogl/cogl-onscreen-template.h +include/mutter-9/cogl/cogl/cogl-onscreen.h +include/mutter-9/cogl/cogl/cogl-output.h +include/mutter-9/cogl/cogl/cogl-pipeline-layer-state.h +include/mutter-9/cogl/cogl/cogl-pipeline-state.h +include/mutter-9/cogl/cogl/cogl-pipeline.h +include/mutter-9/cogl/cogl/cogl-pixel-buffer.h +include/mutter-9/cogl/cogl/cogl-pixel-format.h +include/mutter-9/cogl/cogl/cogl-poll.h +include/mutter-9/cogl/cogl/cogl-primitive-texture.h +include/mutter-9/cogl/cogl/cogl-primitive.h +include/mutter-9/cogl/cogl/cogl-renderer.h +include/mutter-9/cogl/cogl/cogl-scanout.h +include/mutter-9/cogl/cogl/cogl-snippet.h +include/mutter-9/cogl/cogl/cogl-sub-texture.h +include/mutter-9/cogl/cogl/cogl-swap-chain.h +include/mutter-9/cogl/cogl/cogl-texture-2d-sliced.h +include/mutter-9/cogl/cogl/cogl-texture-2d.h +include/mutter-9/cogl/cogl/cogl-texture-pixmap-x11.h +include/mutter-9/cogl/cogl/cogl-texture.h +include/mutter-9/cogl/cogl/cogl-trace.h +include/mutter-9/cogl/cogl/cogl-types.h +include/mutter-9/cogl/cogl/cogl-version.h +include/mutter-9/cogl/cogl/cogl-xlib-renderer.h +include/mutter-9/cogl/cogl/cogl-xlib.h +include/mutter-9/cogl/cogl/cogl.h +include/mutter-9/cogl/cogl/cogl1-context.h +include/mutter-9/cogl/cogl/deprecated/cogl-auto-texture.h +include/mutter-9/cogl/cogl/deprecated/cogl-clutter.h +include/mutter-9/cogl/cogl/deprecated/cogl-material-compat.h +include/mutter-9/cogl/cogl/deprecated/cogl-shader.h +include/mutter-9/cogl/cogl/deprecated/cogl-type-casts.h +include/mutter-9/cogl/cogl/gl-prototypes/cogl-core-functions.h +include/mutter-9/cogl/cogl/gl-prototypes/cogl-gles2-functions.h +include/mutter-9/cogl/cogl/gl-prototypes/cogl-glsl-functions.h +include/mutter-9/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h +include/mutter-9/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h +include/mutter-9/meta/barrier.h +include/mutter-9/meta/boxes.h +include/mutter-9/meta/common.h +include/mutter-9/meta/compositor-mutter.h +include/mutter-9/meta/compositor.h +include/mutter-9/meta/display.h +include/mutter-9/meta/group.h +include/mutter-9/meta/keybindings.h +include/mutter-9/meta/main.h +include/mutter-9/meta/meta-backend.h +include/mutter-9/meta/meta-background-actor.h +include/mutter-9/meta/meta-background-content.h +include/mutter-9/meta/meta-background-group.h +include/mutter-9/meta/meta-background-image.h +include/mutter-9/meta/meta-background.h +include/mutter-9/meta/meta-close-dialog.h +include/mutter-9/meta/meta-context.h +include/mutter-9/meta/meta-cursor-tracker.h +include/mutter-9/meta/meta-dnd.h +include/mutter-9/meta/meta-enum-types.h +include/mutter-9/meta/meta-enums.h +include/mutter-9/meta/meta-idle-monitor.h +include/mutter-9/meta/meta-inhibit-shortcuts-dialog.h +include/mutter-9/meta/meta-later.h +include/mutter-9/meta/meta-launch-context.h +include/mutter-9/meta/meta-monitor-manager.h +include/mutter-9/meta/meta-plugin.h +include/mutter-9/meta/meta-remote-access-controller.h +include/mutter-9/meta/meta-selection-source-memory.h +include/mutter-9/meta/meta-selection-source.h +include/mutter-9/meta/meta-selection.h +include/mutter-9/meta/meta-settings.h +include/mutter-9/meta/meta-shadow-factory.h +include/mutter-9/meta/meta-shaped-texture.h +include/mutter-9/meta/meta-sound-player.h +include/mutter-9/meta/meta-stage.h +include/mutter-9/meta/meta-startup-notification.h +include/mutter-9/meta/meta-window-actor.h +include/mutter-9/meta/meta-window-group.h +include/mutter-9/meta/meta-window-shape.h +include/mutter-9/meta/meta-workspace-manager.h +include/mutter-9/meta/meta-x11-display.h +include/mutter-9/meta/meta-x11-errors.h +include/mutter-9/meta/prefs.h +include/mutter-9/meta/theme.h +include/mutter-9/meta/types.h +include/mutter-9/meta/util.h +include/mutter-9/meta/window.h +include/mutter-9/meta/workspace.h +lib/libmutter-9.so +lib/libmutter-9.so.0 +lib/libmutter-9.so.0.0.0 +lib/mutter-9/Cally-9.gir +lib/mutter-9/Cally-9.typelib +lib/mutter-9/Clutter-9.gir +lib/mutter-9/Clutter-9.typelib +lib/mutter-9/Cogl-9.gir +lib/mutter-9/Cogl-9.typelib +lib/mutter-9/CoglPango-9.gir +lib/mutter-9/CoglPango-9.typelib +lib/mutter-9/Meta-9.gir +lib/mutter-9/Meta-9.typelib +lib/mutter-9/libmutter-clutter-9.so +lib/mutter-9/libmutter-clutter-9.so.0 +lib/mutter-9/libmutter-clutter-9.so.0.0.0 +lib/mutter-9/libmutter-cogl-9.so +lib/mutter-9/libmutter-cogl-9.so.0 +lib/mutter-9/libmutter-cogl-9.so.0.0.0 +lib/mutter-9/libmutter-cogl-pango-9.so +lib/mutter-9/libmutter-cogl-pango-9.so.0 +lib/mutter-9/libmutter-cogl-pango-9.so.0.0.0 +lib/mutter-9/plugins/libdefault.so +libdata/pkgconfig/libmutter-9.pc +libdata/pkgconfig/mutter-clutter-9.pc +libdata/pkgconfig/mutter-cogl-9.pc +libdata/pkgconfig/mutter-cogl-pango-9.pc libexec/mutter-restart-helper man/man1/mutter.1.gz share/GConf/gsettings/mutter-schemas.convert From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:40:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6A246767B1; Tue, 28 Sep 2021 04:40:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRdd41S6z3qKq; Tue, 28 Sep 2021 04:40:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 508321DF5A; Tue, 28 Sep 2021 04:40:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4ebUt057699; Tue, 28 Sep 2021 04:40:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4ebNX057698; Tue, 28 Sep 2021 04:40:37 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:40:37 GMT Message-Id: <202109280440.18S4ebNX057698@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 878a03cf800c - main - lang/gjs: Update to 1.70.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 878a03cf800ca2526e458afbd9633a9e19115c1e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:40:37 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=878a03cf800ca2526e458afbd9633a9e19115c1e commit 878a03cf800ca2526e458afbd9633a9e19115c1e Author: Neel Chauhan AuthorDate: 2021-09-28 04:05:56 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 04:40:28 +0000 lang/gjs: Update to 1.70.0 --- lang/gjs/Makefile | 2 +- lang/gjs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 74c8e2f87b0e..f450fbdb1162 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -1,7 +1,7 @@ # Created by: Pawel Worach PORTNAME= gjs -PORTVERSION= 1.68.3 +PORTVERSION= 1.70.0 CATEGORIES= lang gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/lang/gjs/distinfo b/lang/gjs/distinfo index 2fd187d53388..5e52ad348982 100644 --- a/lang/gjs/distinfo +++ b/lang/gjs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629316629 -SHA256 (gnome/gjs-1.68.3.tar.xz) = 821c7f4f78f1500da6a56c5463723bd8ff80de633ccba43a5ab03d8ccca21d3f -SIZE (gnome/gjs-1.68.3.tar.xz) = 559792 +TIMESTAMP = 1632801889 +SHA256 (gnome/gjs-1.70.0.tar.xz) = 4b0629341a318a02374e113ab97f9a9f3325423269fc1e0b043a5ffb01861c5f +SIZE (gnome/gjs-1.70.0.tar.xz) = 595292 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:40:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B86F6761DD; Tue, 28 Sep 2021 04:40:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRdc2f5xz3qTt; Tue, 28 Sep 2021 04:40:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24B121DFDC; Tue, 28 Sep 2021 04:40:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4eaSr057675; Tue, 28 Sep 2021 04:40:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4eaOl057674; Tue, 28 Sep 2021 04:40:36 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:40:36 GMT Message-Id: <202109280440.18S4eaOl057674@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: ddebafecdeab - main - x11-wm/phoc: Bump PORTREVISION on x11-wm/mutter update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ddebafecdeabeeb4cf96b3e06271ca840777e220 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:40:36 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddebafecdeabeeb4cf96b3e06271ca840777e220 commit ddebafecdeabeeb4cf96b3e06271ca840777e220 Author: Neel Chauhan AuthorDate: 2021-09-28 04:03:22 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 04:40:27 +0000 x11-wm/phoc: Bump PORTREVISION on x11-wm/mutter update --- x11-wm/phoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index 6410d99810d0..7d4f32e6dfb8 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -1,7 +1,7 @@ PORTNAME= phoc DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 04:40:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C275E6762C1; Tue, 28 Sep 2021 04:40:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJRdf4Tvwz3qDF; Tue, 28 Sep 2021 04:40:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 679A51DFDE; Tue, 28 Sep 2021 04:40:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S4ec00057723; Tue, 28 Sep 2021 04:40:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S4ecko057722; Tue, 28 Sep 2021 04:40:38 GMT (envelope-from git) Date: Tue, 28 Sep 2021 04:40:38 GMT Message-Id: <202109280440.18S4ecko057722@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 9260bc85abe9 - main - devel/gsettings-desktop-schemas: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9260bc85abe97a42706374c893e0567d5fa409ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 04:40:39 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=9260bc85abe97a42706374c893e0567d5fa409ca commit 9260bc85abe97a42706374c893e0567d5fa409ca Author: Neel Chauhan AuthorDate: 2021-09-28 04:10:10 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 04:40:28 +0000 devel/gsettings-desktop-schemas: Update to 41.0 --- devel/gsettings-desktop-schemas/Makefile | 2 +- devel/gsettings-desktop-schemas/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile index e1042cd16668..d5c1e439972a 100644 --- a/devel/gsettings-desktop-schemas/Makefile +++ b/devel/gsettings-desktop-schemas/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast PORTNAME= gsettings-desktop-schemas -DISTVERSION= 40.0 +DISTVERSION= 41.0 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R:R} DIST_SUBDIR= gnome diff --git a/devel/gsettings-desktop-schemas/distinfo b/devel/gsettings-desktop-schemas/distinfo index e3cb0e14757b..a738c75cbab8 100644 --- a/devel/gsettings-desktop-schemas/distinfo +++ b/devel/gsettings-desktop-schemas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616350725 -SHA256 (gnome/gsettings-desktop-schemas-40.0.tar.xz) = f1b83bf023c0261eacd0ed36066b76f4a520bbcb14bb69c402b7959257125685 -SIZE (gnome/gsettings-desktop-schemas-40.0.tar.xz) = 700672 +TIMESTAMP = 1632802181 +SHA256 (gnome/gsettings-desktop-schemas-41.0.tar.xz) = 77289972e596d044583f0c056306d8f1dbd8adcf912910a50da0a663e65332ed +SIZE (gnome/gsettings-desktop-schemas-41.0.tar.xz) = 705240 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 05:14:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BED9C677217; Tue, 28 Sep 2021 05:14:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJSNs4jvjz3sxK; Tue, 28 Sep 2021 05:14:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D8E21E84D; Tue, 28 Sep 2021 05:14:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S5Ebmj002491; Tue, 28 Sep 2021 05:14:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S5Eb7N002490; Tue, 28 Sep 2021 05:14:37 GMT (envelope-from git) Date: Tue, 28 Sep 2021 05:14:37 GMT Message-Id: <202109280514.18S5Eb7N002490@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 10c30f1825b8 - main - */*: Update MAINTAINER address of my ports to that of FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 05:14:37 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 commit 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 Author: Yasuhiro Kimura AuthorDate: 2021-09-28 02:25:22 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-28 05:13:33 +0000 */*: Update MAINTAINER address of my ports to that of FreeBSD.org Approved by: meta (mentor) Differential Revision: https://reviews.freebsd.org/D32170 --- databases/closql/Makefile | 2 +- databases/db18/Makefile | 2 +- databases/emacsql/Makefile | 2 +- databases/pg.el/Makefile | 2 +- databases/rubygem-dbm/Makefile | 2 +- devel/boehm-gc/Makefile | 2 +- devel/dash.el/Makefile | 2 +- devel/forge-devel/Makefile | 2 +- devel/forge/Makefile | 2 +- devel/ghub/Makefile | 2 +- devel/git-modes/Makefile | 2 +- devel/libegit2/Makefile | 2 +- devel/liblockfile/Makefile | 2 +- devel/magit-devel/Makefile | 2 +- devel/magit/Makefile | 2 +- devel/rubygem-io-console/Makefile | 2 +- devel/rubygem-reline/Makefile | 2 +- devel/transient/Makefile | 2 +- devel/treepy.el/Makefile | 2 +- editors/with-editor/Makefile | 2 +- japanese/another-htmllint/Makefile | 2 +- japanese/csrd/Makefile | 2 +- japanese/eb/Makefile | 2 +- japanese/eblook/Makefile | 2 +- japanese/ebnetd/Makefile | 2 +- japanese/lookup/Makefile | 2 +- lang/php-mode.el/Makefile | 2 +- mail/c-sig/Makefile | 2 +- mail/mew-devel/Makefile | 2 +- mail/py-authres/Makefile | 2 +- mail/py-spf-engine/Makefile | 2 +- mail/rainloop/Makefile | 2 +- mail/s-nail/Makefile | 2 +- security/clamav/Makefile | 2 +- security/logcheck/Makefile | 2 +- sysutils/lockfile-progs/Makefile | 2 +- textproc/jing/Makefile | 2 +- textproc/trang/Makefile | 2 +- textproc/yaml-mode.el/Makefile | 2 +- textproc/yaml.el/Makefile | 2 +- www/tdiary/Makefile | 2 +- x11-fonts/otf2bdf/Makefile | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/databases/closql/Makefile b/databases/closql/Makefile index ee9061110df7..484eaa78616f 100644 --- a/databases/closql/Makefile +++ b/databases/closql/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.0.6 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Store EIEIO objects using EmacSQL LICENSE= GPLv3+ diff --git a/databases/db18/Makefile b/databases/db18/Makefile index 22356cbfd9ca..92d297c91fb3 100644 --- a/databases/db18/Makefile +++ b/databases/db18/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX?= DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Oracle Berkeley DB, Release ${BDBVER} LICENSE= AGPLv3 BSD3CLAUSE UPL10 diff --git a/databases/emacsql/Makefile b/databases/emacsql/Makefile index cbc836e55e49..94f332169ad3 100644 --- a/databases/emacsql/Makefile +++ b/databases/emacsql/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 3.0.0 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= High-level Emacs Lisp RDBMS front-end LICENSE= UNLICENSE diff --git a/databases/pg.el/Makefile b/databases/pg.el/Makefile index a42761e3ebae..ae46e83c365b 100644 --- a/databases/pg.el/Makefile +++ b/databases/pg.el/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 0.13 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= PostgreSQL Elisp interface LICENSE= GPLv2+ diff --git a/databases/rubygem-dbm/Makefile b/databases/rubygem-dbm/Makefile index 546b1d1a557e..14c59451ab62 100644 --- a/databases/rubygem-dbm/Makefile +++ b/databases/rubygem-dbm/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.1.0 CATEGORIES= databases rubygems MASTER_SITES= RG -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Wrapper for the UNIX-style Database Manager Library LICENSE= BSD2CLAUSE diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index fe4e0807c44c..4d801bdff583 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= boehm- PKGNAMESUFFIX= -${GC_VARIANT} .endif -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Garbage collection and memory leak detection for C and C++ LICENSE= BDWGC diff --git a/devel/dash.el/Makefile b/devel/dash.el/Makefile index 6a0fe3898d33..935256f4bbf6 100644 --- a/devel/dash.el/Makefile +++ b/devel/dash.el/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2.19.1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Modern list library for Emacs LICENSE= GPLv3 diff --git a/devel/forge-devel/Makefile b/devel/forge-devel/Makefile index ebb1fb555171..cde2c59355b3 100644 --- a/devel/forge-devel/Makefile +++ b/devel/forge-devel/Makefile @@ -5,7 +5,7 @@ DISTVERSIONSUFFIX= -g93c8005 CATEGORIES= devel elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Work with Git forges from the comfort of Magit (Development Version) LICENSE= GPLv3+ diff --git a/devel/forge/Makefile b/devel/forge/Makefile index 37f555e63040..ad423a0ca487 100644 --- a/devel/forge/Makefile +++ b/devel/forge/Makefile @@ -5,7 +5,7 @@ PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Work with Git forges from the comfort of Magit LICENSE= GPLv3+ diff --git a/devel/ghub/Makefile b/devel/ghub/Makefile index 9753f7b3bf71..494fdb814e3e 100644 --- a/devel/ghub/Makefile +++ b/devel/ghub/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 3.5.3 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Minuscule client library for the Github API LICENSE= GPLv3+ diff --git a/devel/git-modes/Makefile b/devel/git-modes/Makefile index 7e2ad1830e9a..04e5af02c27a 100644 --- a/devel/git-modes/Makefile +++ b/devel/git-modes/Makefile @@ -6,7 +6,7 @@ PORTEPOCH= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= GNU Emacs modes for Git-related files LICENSE= GPLv3 diff --git a/devel/libegit2/Makefile b/devel/libegit2/Makefile index 3ec717ed8cb5..0037c7742cbd 100644 --- a/devel/libegit2/Makefile +++ b/devel/libegit2/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Emacs bindings for libgit2 LICENSE= GPLv3+ diff --git a/devel/liblockfile/Makefile b/devel/liblockfile/Makefile index a317017516e3..de2bea7b1221 100644 --- a/devel/liblockfile/Makefile +++ b/devel/liblockfile/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.17 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Standard lockfile library LICENSE= GPLv2+ LGPL21+ diff --git a/devel/magit-devel/Makefile b/devel/magit-devel/Makefile index f4095dbab1c5..23a85c803769 100644 --- a/devel/magit-devel/Makefile +++ b/devel/magit-devel/Makefile @@ -5,7 +5,7 @@ DISTVERSIONSUFFIX= -gde1dc8e7 CATEGORIES= devel elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Interface to Git for Emacs (Development Version) LICENSE= GPLv3+ diff --git a/devel/magit/Makefile b/devel/magit/Makefile index cf4d91ccbf3c..f2f73b4cd489 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Interface to Git for Emacs LICENSE= GPLv3+ diff --git a/devel/rubygem-io-console/Makefile b/devel/rubygem-io-console/Makefile index 2f0ec77b0f77..4f72bd7ff990 100644 --- a/devel/rubygem-io-console/Makefile +++ b/devel/rubygem-io-console/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.5.9 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Add console capabilities to IO instances LICENSE= BSD2CLAUSE RUBY diff --git a/devel/rubygem-reline/Makefile b/devel/rubygem-reline/Makefile index 2840719ee579..ef78e23e93ff 100644 --- a/devel/rubygem-reline/Makefile +++ b/devel/rubygem-reline/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.2.7 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Alternative GNU Readline or Editline implementation by pure Ruby LICENSE= BSD2CLAUSE RUBY diff --git a/devel/transient/Makefile b/devel/transient/Makefile index e3f79937fd14..0efb96737994 100644 --- a/devel/transient/Makefile +++ b/devel/transient/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.3.6 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Emacs key and popup interface for complex keybindings LICENSE= GPLv3+ diff --git a/devel/treepy.el/Makefile b/devel/treepy.el/Makefile index f4f6a0714870..8b97faf3b1f1 100644 --- a/devel/treepy.el/Makefile +++ b/devel/treepy.el/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Generic tree traversing tools for Emacs Lisp LICENSE= GPLv3+ diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index 6b7b5bf2bf13..b562a71a4258 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 3.0.4 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Use the Emacsclient as the $$EDITOR of child processes LICENSE= GPLv3+ diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index 03cd26cb8765..3a65c2100e2f 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -5,7 +5,7 @@ CATEGORIES= japanese www MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ DISTNAME= htmllint -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Another HTML-lint (all messages are written in Japanese) LICENSE= AnotherHTMLlint diff --git a/japanese/csrd/Makefile b/japanese/csrd/Makefile index 2c3692f8493d..96dbb3faf99b 100644 --- a/japanese/csrd/Makefile +++ b/japanese/csrd/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://openlab.ring.gr.jp/edict/csrd/ PATCH_SITES= http://green.ribbon.to/~ikazuhiro/dic/files/ PATCHFILES= csrd.c.diff.gz -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Utility for Shogakukan Random House English-Japanese Dictionary LICENSE= PD diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index cf3a2a30df1b..979dc5285377 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -11,7 +11,7 @@ DISTFILES= ${EBFILES} \ DIST_SUBDIR= eb EXTRACT_ONLY= ${EBFILES} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= C library for accessing EB, EBG, EBXA, and EPWING CD-ROM dictionaries LICENSE= BSD3CLAUSE diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index 78264c0d4d06..60ad0c8284a1 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -7,7 +7,7 @@ CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Command to lookup words in EB format dictionaries LICENSE= GPLv2+ diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index f26a3378c0e2..64a4ec309f27 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 12 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Servers for accessing CD-ROM books via TCP/IP LICENSE= GPLv2+ diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 1074afd150f6..9737eafc1115 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 7 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Emacs search interface for CD-ROM books, etc LICENSE= GPLv2+ diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index 3cfa0ecd5870..120ef6b38db9 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= PHP mode for GNU Emacs LICENSE= GPLv3 diff --git a/mail/c-sig/Makefile b/mail/c-sig/Makefile index 0635cd69f42b..a0c92320e990 100644 --- a/mail/c-sig/Makefile +++ b/mail/c-sig/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 5 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Signature insertion tool for Emacs LICENSE= GPLv2+ diff --git a/mail/mew-devel/Makefile b/mail/mew-devel/Makefile index 6c6d780eaac0..9a375fdaab2b 100644 --- a/mail/mew-devel/Makefile +++ b/mail/mew-devel/Makefile @@ -5,7 +5,7 @@ DISTVERSIONSUFFIX= -gfc4bca6 CATEGORIES= mail elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Messaging in the Emacs World for emacs (Development Version) LICENSE= BSD3CLAUSE diff --git a/mail/py-authres/Makefile b/mail/py-authres/Makefile index 65c33d5b7f14..e277d90dbea3 100644 --- a/mail/py-authres/Makefile +++ b/mail/py-authres/Makefile @@ -6,7 +6,7 @@ CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Python module for RFC 5451 Authentication-Results headers LICENSE= APACHE20 diff --git a/mail/py-spf-engine/Makefile b/mail/py-spf-engine/Makefile index 0c146ae78a37..c1d7656ebac1 100644 --- a/mail/py-spf-engine/Makefile +++ b/mail/py-spf-engine/Makefile @@ -6,7 +6,7 @@ CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= SPF engine for Postfix policy server and milter implemented in Python LICENSE= APACHE20 GPLv2+ diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile index a321f3640722..6aa0ac18078d 100644 --- a/mail/rainloop/Makefile +++ b/mail/rainloop/Makefile @@ -4,7 +4,7 @@ CATEGORIES= mail www MASTER_SITES= https://github.com/RainLoop/rainloop-webmail/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX?= ${PHP_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT?= Modern and interactive webmail .if "${PKGNAMESUFFIX}" == "${PHP_PKGNAMESUFFIX}" diff --git a/mail/s-nail/Makefile b/mail/s-nail/Makefile index 65944a513b54..23e49af1ca78 100644 --- a/mail/s-nail/Makefile +++ b/mail/s-nail/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 14.9.22 CATEGORIES= mail MASTER_SITES= https://www.sdaoden.eu/downloads/ -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Send and receive Internet mail LICENSE= BSD3CLAUSE BSD4CLAUSE ISCL MIT RFC2104 RSA diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 8e32931827cd..6e0336b57503 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -4,7 +4,7 @@ PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Command line virus scanner written entirely in C LICENSE= GPLv2 diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index aa31dacd47ad..abad144ebf2e 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -7,7 +7,7 @@ CATEGORIES= security MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Auditing tool for system logs on Unix boxes LICENSE= GPLv2+ diff --git a/sysutils/lockfile-progs/Makefile b/sysutils/lockfile-progs/Makefile index 5123e8c09bd3..4fba629e19ca 100644 --- a/sysutils/lockfile-progs/Makefile +++ b/sysutils/lockfile-progs/Makefile @@ -6,7 +6,7 @@ CATEGORIES= sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Programs for locking and unlocking files and mailboxes LICENSE= GPLv2 diff --git a/textproc/jing/Makefile b/textproc/jing/Makefile index f76c36e0dcf0..1f6f3863a916 100644 --- a/textproc/jing/Makefile +++ b/textproc/jing/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 20181222 CATEGORIES= textproc java MASTER_SITES= https://github.com/relaxng/jing-trang/releases/download/V${PORTVERSION}/ -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= RELAX NG validator in Java LICENSE= BSD3CLAUSE diff --git a/textproc/trang/Makefile b/textproc/trang/Makefile index c4a0b437b411..cc975b3002c2 100644 --- a/textproc/trang/Makefile +++ b/textproc/trang/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 20181222 CATEGORIES= textproc java MASTER_SITES= https://github.com/relaxng/jing-trang/releases/download/V${PORTVERSION}/ -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Multi-format schema converter based on RELAX NG LICENSE= BSD3CLAUSE diff --git a/textproc/yaml-mode.el/Makefile b/textproc/yaml-mode.el/Makefile index e1911d6b1060..bb1b7dfb4588 100644 --- a/textproc/yaml-mode.el/Makefile +++ b/textproc/yaml-mode.el/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= textproc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Simple major mode to edit YAML file for Emacsen LICENSE= GPLv2+ diff --git a/textproc/yaml.el/Makefile b/textproc/yaml.el/Makefile index 8e473b5d3c29..003e72e2f2e1 100644 --- a/textproc/yaml.el/Makefile +++ b/textproc/yaml.el/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.3.4 CATEGORIES= textproc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= YAML parser in Elisp LICENSE= GPLv3+ diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile index f1a8adfc8c93..0b5b7a3b3e45 100644 --- a/www/tdiary/Makefile +++ b/www/tdiary/Makefile @@ -6,7 +6,7 @@ CATEGORIES?= www ruby MASTER_SITES= https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-full-v${PORTVERSION} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Web-based diary system (like weblog) written in Ruby LICENSE= GPLv2+ diff --git a/x11-fonts/otf2bdf/Makefile b/x11-fonts/otf2bdf/Makefile index 70f7ef2f4c1c..e3037b209b8b 100644 --- a/x11-fonts/otf2bdf/Makefile +++ b/x11-fonts/otf2bdf/Makefile @@ -7,7 +7,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= yasu@utahime.org +MAINTAINER= yasu@FreeBSD.org COMMENT= OpenType to BDF converter LICENSE= MIT From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 05:34:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 287F4676BD3; Tue, 28 Sep 2021 05:34:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJSqs0Pppz3v6h; Tue, 28 Sep 2021 05:34:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE5991EBFD; Tue, 28 Sep 2021 05:34:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S5YWs7029058; Tue, 28 Sep 2021 05:34:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S5YWYP029057; Tue, 28 Sep 2021 05:34:32 GMT (envelope-from git) Date: Tue, 28 Sep 2021 05:34:32 GMT Message-Id: <202109280534.18S5YWYP029057@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 7f8810d6864e - main - sysutils/digdag: Update to 0.10.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7f8810d6864e141b37c5548cd3ff0f814fc08dca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 05:34:33 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f8810d6864e141b37c5548cd3ff0f814fc08dca commit 7f8810d6864e141b37c5548cd3ff0f814fc08dca Author: Emanuel Haupt AuthorDate: 2021-09-28 05:34:16 +0000 Commit: Emanuel Haupt CommitDate: 2021-09-28 05:34:16 +0000 sysutils/digdag: Update to 0.10.3 --- sysutils/digdag/Makefile | 2 +- sysutils/digdag/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/digdag/Makefile b/sysutils/digdag/Makefile index f88dc656169d..02ead89d1b44 100644 --- a/sysutils/digdag/Makefile +++ b/sysutils/digdag/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt PORTNAME= digdag -DISTVERSION= 0.10.2 +DISTVERSION= 0.10.3 CATEGORIES= sysutils java MASTER_SITES= https://github.com/treasure-data/digdag/releases/download/v${DISTVERSION}/ \ LOCAL/ehaupt diff --git a/sysutils/digdag/distinfo b/sysutils/digdag/distinfo index 1271da83e544..04a2462f47e7 100644 --- a/sysutils/digdag/distinfo +++ b/sysutils/digdag/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628796881 -SHA256 (digdag-0.10.2.jar) = 3d85c052cc4a6d6bf545e1a64b02f8ac3830bc1b7910d7f2d798c297cd4b1c41 -SIZE (digdag-0.10.2.jar) = 85555860 +TIMESTAMP = 1632767444 +SHA256 (digdag-0.10.3.jar) = 200911b6a35a3d8b40e25f028753fb9652aeb19dbd05b8f950dc35ff69547c34 +SIZE (digdag-0.10.3.jar) = 88386312 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 05:37:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BBE36677030; Tue, 28 Sep 2021 05:37:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJSv84DSLz3vQv; Tue, 28 Sep 2021 05:37:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66CA81EF1E; Tue, 28 Sep 2021 05:37:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S5bOfE029365; Tue, 28 Sep 2021 05:37:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S5bOWj029364; Tue, 28 Sep 2021 05:37:24 GMT (envelope-from git) Date: Tue, 28 Sep 2021 05:37:24 GMT Message-Id: <202109280537.18S5bOWj029364@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 1f3a2e6d22b9 - main - x11/xterm: Update to 369 and modernize options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1f3a2e6d22b9bf3d246809480ac490ad2c26afba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 05:37:24 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f3a2e6d22b9bf3d246809480ac490ad2c26afba commit 1f3a2e6d22b9bf3d246809480ac490ad2c26afba Author: Emanuel Haupt AuthorDate: 2021-09-28 05:37:20 +0000 Commit: Emanuel Haupt CommitDate: 2021-09-28 05:37:20 +0000 x11/xterm: Update to 369 and modernize options The options helpers improvement has been submitted by sid@bsdmail.com via private mail. --- x11/xterm/Makefile | 16 ++++++---------- x11/xterm/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 20780c6bc369..ebabec2c7be3 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,7 +1,7 @@ # Created by: krion PORTNAME= xterm -PORTVERSION= 368 +PORTVERSION= 369 CATEGORIES= x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 \ @@ -31,9 +31,9 @@ CONFLICTS= x11iraf-[0-9]* OPTIONS_DEFINE= 256COLOR DABBREV DECTERM GNOME LOGGING LUIT PCRE2 REGIS \ SCRNDUMP SIXEL TOOLBAR WCHAR XINERAMA -OPTIONS_DEFAULT= 256COLOR LUIT SIXEL WCHAR -OPTIONS_RADIO= 3D -OPTIONS_RADIO_3D= NEXTAW XAW3D XAW3DXFT +OPTIONS_DEFAULT= 256COLOR LUIT SIXEL WCHAR XAW +OPTIONS_SINGLE= ATHENA +OPTIONS_SINGLE_ATHENA= XAW NEXTAW XAW3D XAW3DXFT 256COLOR_DESC= Enable 256-color support DABBREV_DESC= Enable support for dabbrev-expand @@ -49,6 +49,7 @@ TOOLBAR_DESC= Enable pulldown menus with a toolbar WCHAR_DESC= Enable wide-character support XAW3DXFT_DESC= Link with Xaw 3d xft (extended fonts) library XAW3D_DESC= Link with Xaw 3d library +XAW_DESC= Link with Xaw library 256COLOR_CONFIGURE_ENABLE= 256-color DABBREV_CONFIGURE_ENABLE= dabbrev @@ -75,12 +76,7 @@ XAW3D_LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d XAW3D_CONFIGURE_WITH= Xaw3d XINERAMA_USE= XORG=xinerama,xorgproto XINERAMA_CONFIGURE_OFF= --without-xinerama - -.include - -.if ! ${PORT_OPTIONS:MXAW3D} && ! ${PORT_OPTIONS:MXAW3DXFT} && ! ${PORT_OPTIONS:MNEXTAW} -USE_XORG+= xaw -.endif +XAW_USE= XORG=xaw ICONVERSION= 1 diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index e86d36e18dc2..71ac17ad2972 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1623124435 -SHA256 (xterm-368.tgz) = 2ff5169930b6b49ef0bafb5e1331c94f1a98c310442bba7798add821c76ae712 -SIZE (xterm-368.tgz) = 1451700 +TIMESTAMP = 1632767995 +SHA256 (xterm-369.tgz) = 71ed6a48d064893d2149741a002781a973496fd24d52dadd364f63439a764e26 +SIZE (xterm-369.tgz) = 1461310 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 05:43:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 29005677608; Tue, 28 Sep 2021 05:43:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJT2N0LsHz4RN0; Tue, 28 Sep 2021 05:43:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0DCC1F122; Tue, 28 Sep 2021 05:43:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S5hdvR042073; Tue, 28 Sep 2021 05:43:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S5hduI042072; Tue, 28 Sep 2021 05:43:39 GMT (envelope-from git) Date: Tue, 28 Sep 2021 05:43:39 GMT Message-Id: <202109280543.18S5hduI042072@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 06daa5659bca - main - x11/gnome-shell: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 06daa5659bcaeb1b1a0680797ff21ed5697fdb7b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 05:43:40 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=06daa5659bcaeb1b1a0680797ff21ed5697fdb7b commit 06daa5659bcaeb1b1a0680797ff21ed5697fdb7b Author: Neel Chauhan AuthorDate: 2021-09-28 05:43:37 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 05:43:37 +0000 x11/gnome-shell: Update to 41.0 --- x11/gnome-shell/Makefile | 68 +++++++++++++++++++++++------------------------ x11/gnome-shell/distinfo | 6 ++--- x11/gnome-shell/pkg-plist | 11 +++++++- 3 files changed, 46 insertions(+), 39 deletions(-) diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index ab3d18da7df8..0a3bbc6aeebe 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -1,10 +1,9 @@ # Created by: Pawel Worach PORTNAME= gnome-shell -PORTVERSION= 3.36.6 -PORTREVISION= 7 +PORTVERSION= 41.0 CATEGORIES= x11 gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -13,62 +12,61 @@ COMMENT= Next generation GNOME desktop shell LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ - sassc:textproc/sassc \ - gnome-control-center:sysutils/gnome-control-center \ +BUILD_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion \ a2x:textproc/asciidoc \ - ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion -LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ + docbook-xsl>=0:textproc/docbook-xsl \ + gnome-control-center:sysutils/gnome-control-center \ + sassc:textproc/sassc +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libcanberra.so:audio/libcanberra \ + libcroco-0.6.so:textproc/libcroco \ libdrm.so:graphics/libdrm \ - libmutter-6.so:x11-wm/mutter \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ - libsoup-2.4.so:devel/libsoup \ - libjson-glib-1.0.so:devel/json-glib \ - libsecret-1.so:security/libsecret \ - libpolkit-agent-1.so:sysutils/polkit \ - libp11-kit.so:security/p11-kit \ - libical.so:devel/libical \ libgcr-base-3.so:security/gcr \ - libicuuc.so:devel/icu \ - libpulse.so:audio/pulseaudio \ - libcroco-0.6.so:textproc/libcroco \ - libcanberra.so:audio/libcanberra \ - libcanberra-gtk3.so:audio/libcanberra-gtk3 \ - libp11-kit.so:security/p11-kit \ libgjs.so:lang/gjs \ + libgnome-autoar-0.so:archivers/gnome-autoar \ libgraphene-1.0.so:graphics/graphene \ - libgnome-autoar-0.so:archivers/gnome-autoar -RUN_DEPENDS= gnome-control-center:sysutils/gnome-control-center \ + libical.so:devel/libical \ + libicuuc.so:devel/icu \ + libjson-glib-1.0.so:devel/json-glib \ + libmutter-9.so:x11-wm/mutter \ + libp11-kit.so:security/p11-kit \ + libpolkit-agent-1.so:sysutils/polkit \ + libpulse.so:audio/pulseaudio \ + libsecret-1.so:security/libsecret \ + libsoup-2.4.so:devel/libsoup \ + libstartup-notification-1.so:x11/startup-notification +RUN_DEPENDS= gdm:x11/gdm \ gkbd-keyboard-display:x11/libgnomekbd \ - gdm:x11/gdm + gnome-control-center:sysutils/gnome-control-center PORTSCOUT= limitw:1,even USES= compiler:c11 cpe gettext gl gnome libtool localbase meson \ pathfix perl5 pkgconfig python:3.4+ shebangfix tar:xz \ webplugin:native xorg -USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 introspection \ - libxslt:build libxml2 gnomedesktop3 +USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 gtk40 \ + introspection libxml2 libxslt:build USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr xtst USE_GL= egl gbm USE_GSTREAMER1= yes USE_PERL5= build USE_LDCONFIG= yes -SHEBANG_FILES= src/gnome-shell-perf-tool.in \ - src/gnome-shell-extension-tool.in +SHEBANG_FILES= src/gnome-shell-extension-tool.in src/gnome-shell-perf-tool.in BINARY_ALIAS= python3=${PYTHON_CMD} WEBPLUGIN_NAME= libgnome-shell-browser-plugin.so WEBPLUGIN_DIR= ${PREFIX}/lib/mozilla/plugins/ -WEBPLUGIN_FILES=libgnome-shell-browser-plugin.so +WEBPLUGIN_FILES= libgnome-shell-browser-plugin.so -MESON_ARGS= -Dsystemd=false \ - -Dnetworkmanager=false \ - -Dpython=${PYTHON_CMD} +MESON_ARGS= -Dnetworkmanager=false \ + -Dpython=${PYTHON_CMD} \ + -Dsystemd=false \ + -Dtests=false CPE_VENDOR= gnome -GLIB_SCHEMAS= org.gnome.shell.gschema.xml \ - 00_org.gnome.shell.gschema.override +GLIB_SCHEMAS= 00_org.gnome.shell.gschema.override \ + org.gnome.shell.gschema.xml .if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld # Work around "New rpath must not be longer than the old one." diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo index a56b2d97e265..99ab2c992fec 100644 --- a/x11/gnome-shell/distinfo +++ b/x11/gnome-shell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601305988 -SHA256 (gnome/gnome-shell-3.36.6.tar.xz) = 89701e4e3fe3d852ee18047c4f9e0640c9930ea11883c4772c350b7b5a748664 -SIZE (gnome/gnome-shell-3.36.6.tar.xz) = 1775836 +TIMESTAMP = 1632800479 +SHA256 (gnome/gnome-shell-41.0.tar.xz) = 52f971e85140e5de74b9369ef6656e49ce95af1f232fc1e0df1f046129ab4f65 +SIZE (gnome/gnome-shell-41.0.tar.xz) = 1893676 diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist index 72f1151e9201..9e170bbd9038 100644 --- a/x11/gnome-shell/pkg-plist +++ b/x11/gnome-shell/pkg-plist @@ -20,7 +20,6 @@ libexec/gnome-shell-overrides-migration.sh libexec/gnome-shell-perf-helper man/man1/gnome-extensions.1.gz man/man1/gnome-shell.1.gz -share/GConf/gsettings/gnome-shell-overrides.convert share/applications/evolution-calendar.desktop share/applications/org.gnome.Extensions.desktop share/applications/org.gnome.Shell.Extensions.desktop @@ -34,10 +33,13 @@ share/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml share/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml share/dbus-1/services/org.gnome.Extensions.service +share/dbus-1/services/org.gnome.ScreenSaver.service share/dbus-1/services/org.gnome.Shell.CalendarServer.service share/dbus-1/services/org.gnome.Shell.Extensions.service share/dbus-1/services/org.gnome.Shell.HotplugSniffer.service share/dbus-1/services/org.gnome.Shell.Notifications.service +share/dbus-1/services/org.gnome.Shell.Screencast.service +share/gnome-control-center/keybindings/50-gnome-shell-launchers.xml share/gnome-control-center/keybindings/50-gnome-shell-system.xml %%DATADIR%%/Gvc-1.0.gir %%DATADIR%%/Shell-0.1.gir @@ -49,10 +51,14 @@ share/gnome-control-center/keybindings/50-gnome-shell-system.xml %%DATADIR%%/org.gnome.Extensions %%DATADIR%%/org.gnome.Extensions.data.gresource %%DATADIR%%/org.gnome.Extensions.src.gresource +%%DATADIR%%/org.gnome.ScreenSaver +%%DATADIR%%/org.gnome.ScreenSaver.src.gresource %%DATADIR%%/org.gnome.Shell.Extensions %%DATADIR%%/org.gnome.Shell.Extensions.src.gresource %%DATADIR%%/org.gnome.Shell.Notifications %%DATADIR%%/org.gnome.Shell.Notifications.src.gresource +%%DATADIR%%/org.gnome.Shell.Screencast +%%DATADIR%%/org.gnome.Shell.Screencast.src.gresource %%DATADIR%%/perf-background.xml share/icons/hicolor/scalable/apps/org.gnome.Extensions.Devel.svg share/icons/hicolor/scalable/apps/org.gnome.Extensions.svg @@ -85,6 +91,7 @@ share/locale/fa/LC_MESSAGES/gnome-shell.mo share/locale/fi/LC_MESSAGES/gnome-shell.mo share/locale/fr/LC_MESSAGES/gnome-shell.mo share/locale/fur/LC_MESSAGES/gnome-shell.mo +share/locale/fy/LC_MESSAGES/gnome-shell.mo share/locale/ga/LC_MESSAGES/gnome-shell.mo share/locale/gd/LC_MESSAGES/gnome-shell.mo share/locale/gl/LC_MESSAGES/gnome-shell.mo @@ -98,6 +105,7 @@ share/locale/id/LC_MESSAGES/gnome-shell.mo share/locale/is/LC_MESSAGES/gnome-shell.mo share/locale/it/LC_MESSAGES/gnome-shell.mo share/locale/ja/LC_MESSAGES/gnome-shell.mo +share/locale/kab/LC_MESSAGES/gnome-shell.mo share/locale/kk/LC_MESSAGES/gnome-shell.mo share/locale/km/LC_MESSAGES/gnome-shell.mo share/locale/kn/LC_MESSAGES/gnome-shell.mo @@ -117,6 +125,7 @@ share/locale/nl/LC_MESSAGES/gnome-shell.mo share/locale/nn/LC_MESSAGES/gnome-shell.mo share/locale/oc/LC_MESSAGES/gnome-shell.mo share/locale/or/LC_MESSAGES/gnome-shell.mo +share/locale/os/LC_MESSAGES/gnome-shell.mo share/locale/pa/LC_MESSAGES/gnome-shell.mo share/locale/pl/LC_MESSAGES/gnome-shell.mo share/locale/pt/LC_MESSAGES/gnome-shell.mo From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 05:52:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 750BD677815; Tue, 28 Sep 2021 05:52:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJTDD2x9sz4S83; Tue, 28 Sep 2021 05:52:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44F0E1F392; Tue, 28 Sep 2021 05:52:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S5qC5M054065; Tue, 28 Sep 2021 05:52:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S5qCS0054064; Tue, 28 Sep 2021 05:52:12 GMT (envelope-from git) Date: Tue, 28 Sep 2021 05:52:12 GMT Message-Id: <202109280552.18S5qCS0054064@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 770902bc3464 - main - net/s5cmd: Update to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 770902bc34643e4151b219bf17a51aae27794448 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 05:52:12 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=770902bc34643e4151b219bf17a51aae27794448 commit 770902bc34643e4151b219bf17a51aae27794448 Author: Emanuel Haupt AuthorDate: 2021-09-28 05:51:59 +0000 Commit: Emanuel Haupt CommitDate: 2021-09-28 05:52:09 +0000 net/s5cmd: Update to 1.4.0 --- net/s5cmd/Makefile | 2 +- net/s5cmd/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/s5cmd/Makefile b/net/s5cmd/Makefile index a9b91cd98660..56b8e32bd389 100644 --- a/net/s5cmd/Makefile +++ b/net/s5cmd/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt PORTNAME= s5cmd -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v CATEGORIES= net diff --git a/net/s5cmd/distinfo b/net/s5cmd/distinfo index c6a3bdc72f2d..497ab22987f4 100644 --- a/net/s5cmd/distinfo +++ b/net/s5cmd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631686287 -SHA256 (peak-s5cmd-v1.3.0_GH0.tar.gz) = fbc1c2f40bcfb277fee3fd40193313f1b0bac4e13cdaa0f3b96b9e8c493e9ae6 -SIZE (peak-s5cmd-v1.3.0_GH0.tar.gz) = 2704741 +TIMESTAMP = 1632807510 +SHA256 (peak-s5cmd-v1.4.0_GH0.tar.gz) = b756ac8c69175d04e972c3b4deb6b689986d4260fbe83e32caea52d1061995a0 +SIZE (peak-s5cmd-v1.4.0_GH0.tar.gz) = 2372970 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 05:59:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0DBE677058; Tue, 28 Sep 2021 05:59:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJTNf64wlz4RwB; Tue, 28 Sep 2021 05:59:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD6D61F399; Tue, 28 Sep 2021 05:59:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S5xUcA055634; Tue, 28 Sep 2021 05:59:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S5xUVo055633; Tue, 28 Sep 2021 05:59:30 GMT (envelope-from git) Date: Tue, 28 Sep 2021 05:59:30 GMT Message-Id: <202109280559.18S5xUVo055633@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yasuhiro Kimura Subject: git: 8a42d3d971b5 - 2021Q3 - devel/ruby-build: Update to 20210925 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 8a42d3d971b5b283f23094a0e5a1d2717de3fe3d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 05:59:31 -0000 The branch 2021Q3 has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a42d3d971b5b283f23094a0e5a1d2717de3fe3d commit 8a42d3d971b5b283f23094a0e5a1d2717de3fe3d Author: Yasuhiro Kimura AuthorDate: 2021-09-28 05:58:18 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-28 05:58:18 +0000 devel/ruby-build: Update to 20210925 This is a leaf port and worth tool to keep up to date. So should be MFH'ed to quarterly. Changes: https://github.com/rbenv/ruby-build/releases/tag/v20210925 Differential Revision: https://reviews.freebsd.org/D32140 MFH: 2021Q3 Approved by: meta (mentor) (cherry picked from commit 22b087cde88d68ddf322d4cc8d4a6e4db9352f8e) --- devel/ruby-build/Makefile | 2 +- devel/ruby-build/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile index 327cb6ef3022..c1d90b724881 100644 --- a/devel/ruby-build/Makefile +++ b/devel/ruby-build/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-build -PORTVERSION= 20210825 +PORTVERSION= 20210925 DISTVERSIONPREFIX= v CATEGORIES= devel ruby DIST_SUBDIR= rbenv diff --git a/devel/ruby-build/distinfo b/devel/ruby-build/distinfo index e7000924c70e..3bc0e93f1c48 100644 --- a/devel/ruby-build/distinfo +++ b/devel/ruby-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629859922 -SHA256 (rbenv/rbenv-ruby-build-v20210825_GH0.tar.gz) = 712382c7a9cc9e009afd50cb2544b3b223d5ad1002afcf0155e56c17ee932895 -SIZE (rbenv/rbenv-ruby-build-v20210825_GH0.tar.gz) = 72184 +TIMESTAMP = 1632580947 +SHA256 (rbenv/rbenv-ruby-build-v20210925_GH0.tar.gz) = f64e35d2c0d8e399a4a6975ad8be138bbf282c05b54bfc3295e806aa8b343e51 +SIZE (rbenv/rbenv-ruby-build-v20210925_GH0.tar.gz) = 72534 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 06:32:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D5ACB67784B; Tue, 28 Sep 2021 06:32:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJV6l5YnVz4VCK; Tue, 28 Sep 2021 06:32:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EDE21FD33; Tue, 28 Sep 2021 06:32:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S6WVQJ008423; Tue, 28 Sep 2021 06:32:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S6WVvH008422; Tue, 28 Sep 2021 06:32:31 GMT (envelope-from git) Date: Tue, 28 Sep 2021 06:32:31 GMT Message-Id: <202109280632.18S6WVvH008422@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: d5f9cde43330 - main - net-p2p/xmrig: Update to 6.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d5f9cde43330b129fb24f2c79772e34ce7a57a6c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 06:32:31 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5f9cde43330b129fb24f2c79772e34ce7a57a6c commit d5f9cde43330b129fb24f2c79772e34ce7a57a6c Author: Emanuel Haupt AuthorDate: 2021-09-28 06:32:27 +0000 Commit: Emanuel Haupt CommitDate: 2021-09-28 06:32:27 +0000 net-p2p/xmrig: Update to 6.15.1 --- net-p2p/xmrig/Makefile | 2 +- net-p2p/xmrig/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/xmrig/Makefile b/net-p2p/xmrig/Makefile index 125888adbe2b..2caaf3905101 100644 --- a/net-p2p/xmrig/Makefile +++ b/net-p2p/xmrig/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt PORTNAME= xmrig -PORTVERSION= 6.15.0 +PORTVERSION= 6.15.1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p diff --git a/net-p2p/xmrig/distinfo b/net-p2p/xmrig/distinfo index a635c34da69c..6cdbfcf65b2c 100644 --- a/net-p2p/xmrig/distinfo +++ b/net-p2p/xmrig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630822288 -SHA256 (xmrig-xmrig-v6.15.0_GH0.tar.gz) = 155ce4b921839525f03ff7fe3ce9d6ecddf4f2a32cae1b0b83b3808c9db39880 -SIZE (xmrig-xmrig-v6.15.0_GH0.tar.gz) = 1742192 +TIMESTAMP = 1632808374 +SHA256 (xmrig-xmrig-v6.15.1_GH0.tar.gz) = 4191299f9556556401fe3a1008e11784146ba53fdbbff6ad74ae19c4dd03d2b8 +SIZE (xmrig-xmrig-v6.15.1_GH0.tar.gz) = 1743106 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 06:36:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33F15677E7D; Tue, 28 Sep 2021 06:36:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJVCY0KKFz4VM4; Tue, 28 Sep 2021 06:36:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DABB31FD35; Tue, 28 Sep 2021 06:36:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S6aeBm008860; Tue, 28 Sep 2021 06:36:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S6ae44008859; Tue, 28 Sep 2021 06:36:40 GMT (envelope-from git) Date: Tue, 28 Sep 2021 06:36:40 GMT Message-Id: <202109280636.18S6ae44008859@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: d9590a07bf74 - main - devel/py-jsonrpclib-pelix: Update to 0.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d9590a07bf746ed7c61a67c082fc86d1ea47b9e6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 06:36:41 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9590a07bf746ed7c61a67c082fc86d1ea47b9e6 commit d9590a07bf746ed7c61a67c082fc86d1ea47b9e6 Author: Emanuel Haupt AuthorDate: 2021-09-28 06:36:37 +0000 Commit: Emanuel Haupt CommitDate: 2021-09-28 06:36:37 +0000 devel/py-jsonrpclib-pelix: Update to 0.4.3 --- devel/py-jsonrpclib-pelix/Makefile | 2 +- devel/py-jsonrpclib-pelix/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-jsonrpclib-pelix/Makefile b/devel/py-jsonrpclib-pelix/Makefile index e580676d5f87..e420f93838cb 100644 --- a/devel/py-jsonrpclib-pelix/Makefile +++ b/devel/py-jsonrpclib-pelix/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt PORTNAME= jsonrpclib-pelix -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jsonrpclib-pelix/distinfo b/devel/py-jsonrpclib-pelix/distinfo index 09059d30aade..62cabdc98e65 100644 --- a/devel/py-jsonrpclib-pelix/distinfo +++ b/devel/py-jsonrpclib-pelix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605021896 -SHA256 (jsonrpclib-pelix-0.4.2.tar.gz) = 340915c17ebef7451948341542bf4789fc8d8c9fe604e86f00b722b6074a89f0 -SIZE (jsonrpclib-pelix-0.4.2.tar.gz) = 42262 +TIMESTAMP = 1632810798 +SHA256 (jsonrpclib-pelix-0.4.3.tar.gz) = 768e0a48249fbc6387564bb18ef347fd5db5b6ac74b86d5b1c009855850b14b3 +SIZE (jsonrpclib-pelix-0.4.3.tar.gz) = 43854 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 06:37:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43F2C677CC5; Tue, 28 Sep 2021 06:37:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJVDs12J3z4V6m; Tue, 28 Sep 2021 06:37:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 041021F873; Tue, 28 Sep 2021 06:37:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S6bm0O009055; Tue, 28 Sep 2021 06:37:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S6bmtY009054; Tue, 28 Sep 2021 06:37:48 GMT (envelope-from git) Date: Tue, 28 Sep 2021 06:37:48 GMT Message-Id: <202109280637.18S6bmtY009054@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthew Seaman Subject: git: 2fb798e986f0 - main - textproc/py-rich: update to 10.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: matthew X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2fb798e986f053cbc26c94bc6a27cba67a1bbcd0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 06:37:49 -0000 The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fb798e986f053cbc26c94bc6a27cba67a1bbcd0 commit 2fb798e986f053cbc26c94bc6a27cba67a1bbcd0 Author: Matthew Seaman AuthorDate: 2021-09-28 06:36:44 +0000 Commit: Matthew Seaman CommitDate: 2021-09-28 06:37:42 +0000 textproc/py-rich: update to 10.11.0 ChangeLog: https://github.com/willmcgugan/rich/blob/v10.11.0/CHANGELOG.md --- textproc/py-rich/Makefile | 2 +- textproc/py-rich/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-rich/Makefile b/textproc/py-rich/Makefile index 2402b11bbb06..3cc312ce7443 100644 --- a/textproc/py-rich/Makefile +++ b/textproc/py-rich/Makefile @@ -1,5 +1,5 @@ PORTNAME= rich -PORTVERSION= 10.9.0 +PORTVERSION= 10.11.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-rich/distinfo b/textproc/py-rich/distinfo index 2f3eb3590dc6..0b326c1de0c3 100644 --- a/textproc/py-rich/distinfo +++ b/textproc/py-rich/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630318565 -SHA256 (rich-10.9.0.tar.gz) = ba285f1c519519490034284e6a9d2e6e3f16dc7690f2de3d9140737d81304d22 -SIZE (rich-10.9.0.tar.gz) = 194392 +TIMESTAMP = 1632722934 +SHA256 (rich-10.11.0.tar.gz) = 016fa105f34b69c434e7f908bb5bd7fefa9616efdb218a2917117683a6394ce5 +SIZE (rich-10.11.0.tar.gz) = 195164 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 06:42:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 69828677CCC; Tue, 28 Sep 2021 06:42:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJVLj2LkLz4VHj; Tue, 28 Sep 2021 06:42:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 302761F972; Tue, 28 Sep 2021 06:42:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S6grNM021792; Tue, 28 Sep 2021 06:42:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S6grQt021791; Tue, 28 Sep 2021 06:42:53 GMT (envelope-from git) Date: Tue, 28 Sep 2021 06:42:53 GMT Message-Id: <202109280642.18S6grQt021791@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 3f4627fc27ad - main - emulators/wine-devel: Unconditionally use SDL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3f4627fc27ad26876fdc440d51500c960f282751 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 06:42:53 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f4627fc27ad26876fdc440d51500c960f282751 commit 3f4627fc27ad26876fdc440d51500c960f282751 Author: Gerald Pfeifer AuthorDate: 2021-09-28 06:40:56 +0000 Commit: Gerald Pfeifer CommitDate: 2021-09-28 06:42:30 +0000 emulators/wine-devel: Unconditionally use SDL SDL2 is indirectly pulled in via our (unconditional) FAudio dependency anyway, so always use it, remove the SDL option, and simplify the port accordingly. PR: 258375 --- emulators/wine-devel/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 42f52c5f2b59..d6eb6e8d42b1 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -23,8 +23,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libFAudio.so:audio/faudio \ libxml2.so:textproc/libxml2 -USES= bison cpe desktop-file-utils gmake localbase pkgconfig shebangfix tar:xz +USES= bison cpe desktop-file-utils gmake localbase \ + pkgconfig sdl shebangfix tar:xz USE_GCC= yes +USE_SDL= sdl2 CPE_VENDOR= winehq @@ -50,6 +52,7 @@ CONFIGURE_ARGS+=--verbose \ --with-oss \ --without-pulse \ --without-sane \ + --with-sdl \ --without-tiff \ --without-udev \ --without-unwind \ @@ -66,13 +69,12 @@ SUB_FILES= pkg-message PORTDATA= wine.inf -OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS LDAP LIBXSLT MPG123 OPENAL SDL STAGING V4L WINEMAKER X11 GECKO MONO +OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS LDAP LIBXSLT MPG123 OPENAL STAGING V4L WINEMAKER X11 GECKO MONO OPTIONS_DEFAULT=GNUTLS OPENAL X11 OPTIONS_SUB= yes DOSBOX_DESC= Use DOSBox to run MS-DOS programs LIBXSLT_DESC= Use libxslt (only used by msxml3.dll) -SDL_DESC= Use SDL for gamepad support (XInput only) STAGING_DESC= Include Wine Staging patchset (experimental&unsupported) WINEMAKER_DESC= Fully support winemaker (requires Perl) GECKO_DESC= Bundle Gecko MSI package for Wine @@ -102,10 +104,6 @@ MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 OPENAL_CONFIGURE_WITH= openal OPENAL_USES= openal -SDL_CONFIGURE_WITH= sdl -SDL_USES= sdl -SDL_USE= SDL=sdl2 - STAGING_MASTER_SITES= https://github.com/wine-staging/wine-staging/archive/:staging STAGING_DIST= v${DISTVERSION}.tar.gz STAGING_DISTFILES= ${STAGING_DIST}:staging From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 06:55:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F8EB677CE1; Tue, 28 Sep 2021 06:55:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJVdm39qsz4WGZ; Tue, 28 Sep 2021 06:55:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C7DB1FF32; Tue, 28 Sep 2021 06:55:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S6tunW035610; Tue, 28 Sep 2021 06:55:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S6tuqg035609; Tue, 28 Sep 2021 06:55:56 GMT (envelope-from git) Date: Tue, 28 Sep 2021 06:55:56 GMT Message-Id: <202109280655.18S6tuqg035609@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Palle Girgensohn Subject: git: 0edd2574e1dc - main - databases/postgresql14-server: add support for lz4 compression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: girgen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0edd2574e1dc068d39919f3a64f2b8f585390abb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 06:55:56 -0000 The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=0edd2574e1dc068d39919f3a64f2b8f585390abb commit 0edd2574e1dc068d39919f3a64f2b8f585390abb Author: Palle Girgensohn AuthorDate: 2021-09-28 06:53:45 +0000 Commit: Palle Girgensohn CommitDate: 2021-09-28 06:55:29 +0000 databases/postgresql14-server: add support for lz4 compression --- databases/postgresql14-server/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index a436a10c6837..6a10dd228b39 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -4,7 +4,7 @@ PORTNAME?= postgresql DISTVERSION?= 14rc1 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} @@ -94,6 +94,14 @@ DTRACE_CONFIGURE_ENABLE=dtrace DTRACE_LDFLAGS= -lelf DTRACE_INSTALL_TARGET= install +.if ${DISTVERSION:C/([0-9]*).*/\1/} >= 14 +OPTIONS_DEFINE+= LZ4 +OPTIONS_DEFAULT+= LZ4 +LZ4_DESC= Build with LZ4 compression support +LZ4_CONFIGURE_WITH= lz4 +LZ4_LIB_DEPENDS+= liblz4.so:archivers/liblz4 +.endif + .if ${DISTVERSION:C/([0-9]*).*/\1/} >= 11 OPTIONS_DEFINE+= LLVM OPTIONS_DEFAULT+= LLVM From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 06:57:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE294678586; Tue, 28 Sep 2021 06:57:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJVh24W6cz4Wd5; Tue, 28 Sep 2021 06:57:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A87C2018F; Tue, 28 Sep 2021 06:57:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S6vsTZ035981; Tue, 28 Sep 2021 06:57:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S6vsGU035980; Tue, 28 Sep 2021 06:57:54 GMT (envelope-from git) Date: Tue, 28 Sep 2021 06:57:54 GMT Message-Id: <202109280657.18S6vsGU035980@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 68e324006f7e - main - devel/kf5-knewstuff: add upstream crash fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 68e324006f7ecda3062fd7dc2af1d3fbddf8ea23 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 06:57:54 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=68e324006f7ecda3062fd7dc2af1d3fbddf8ea23 commit 68e324006f7ecda3062fd7dc2af1d3fbddf8ea23 Author: Tobias C. Berner AuthorDate: 2021-09-28 06:55:10 +0000 Commit: Tobias C. Berner CommitDate: 2021-09-28 06:57:09 +0000 devel/kf5-knewstuff: add upstream crash fix Upstream PR: https://bugs.kde.org/show_bug.cgi?id=443025 --- devel/kf5-knewstuff/Makefile | 4 ++++ devel/kf5-knewstuff/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/kf5-knewstuff/Makefile b/devel/kf5-knewstuff/Makefile index 7ea850721c25..042b686498a9 100644 --- a/devel/kf5-knewstuff/Makefile +++ b/devel/kf5-knewstuff/Makefile @@ -1,7 +1,11 @@ PORTNAME= knewstuff DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks +PATCH_SITES= https://invent.kde.org/frameworks/knewstuff/-/commit/ +PATCHFILES= d09ba1917cb7e035a9aac6c27c86fc4df5da3194.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library for downloading application assets from the network diff --git a/devel/kf5-knewstuff/distinfo b/devel/kf5-knewstuff/distinfo index 2fcc19de69e9..a1a03a3df073 100644 --- a/devel/kf5-knewstuff/distinfo +++ b/devel/kf5-knewstuff/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1630824662 +TIMESTAMP = 1632811562 SHA256 (KDE/frameworks/5.86.0/knewstuff-5.86.0.tar.xz) = 26f8b88add9050201e7871349adb3996d75d1ab047aa1a24279743e1425b75b0 SIZE (KDE/frameworks/5.86.0/knewstuff-5.86.0.tar.xz) = 1142536 +SHA256 (KDE/frameworks/5.86.0/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.diff) = 7f5234d76a4dae5ea6df483b4c20b98b10292770111bdb189dab9cb8f9270de9 +SIZE (KDE/frameworks/5.86.0/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.diff) = 486 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 07:16:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ADA2D678940; Tue, 28 Sep 2021 07:16:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJW634VdPz4XPV; Tue, 28 Sep 2021 07:16:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A8AA2053B; Tue, 28 Sep 2021 07:16:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S7GxTZ062645; Tue, 28 Sep 2021 07:16:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S7GxPi062644; Tue, 28 Sep 2021 07:16:59 GMT (envelope-from git) Date: Tue, 28 Sep 2021 07:16:59 GMT Message-Id: <202109280716.18S7GxPi062644@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 5dde2c0ae726 - main - mail/mew-devel: Prevent .el files from being native compiled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5dde2c0ae7261f8c85d96077826732061246f549 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 07:16:59 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=5dde2c0ae7261f8c85d96077826732061246f549 commit 5dde2c0ae7261f8c85d96077826732061246f549 Author: Yasuhiro Kimura AuthorDate: 2021-08-30 10:37:43 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-28 07:13:41 +0000 mail/mew-devel: Prevent .el files from being native compiled Mew doesn't work correctly if Emacs supports native compilation and .el files are compiled to .eln ones. So prevent .el files from being native compiled by adding following lines at the end of them. ;; Local Variables: ;; no-native-compile: t ;; End: PR: 258172 Approved by: meta (mentor), ygy (mentor) --- mail/mew-devel/Makefile | 1 + mail/mew-devel/files/patch-no-native-compile | 863 +++++++++++++++++++++++++++ 2 files changed, 864 insertions(+) diff --git a/mail/mew-devel/Makefile b/mail/mew-devel/Makefile index 9a375fdaab2b..71ba60319a00 100644 --- a/mail/mew-devel/Makefile +++ b/mail/mew-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= mew DISTVERSIONPREFIX= v DISTVERSION= 6.8-72 DISTVERSIONSUFFIX= -gfc4bca6 +PORTREVISION= 1 CATEGORIES= mail elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} diff --git a/mail/mew-devel/files/patch-no-native-compile b/mail/mew-devel/files/patch-no-native-compile new file mode 100644 index 000000000000..3943971963a3 --- /dev/null +++ b/mail/mew-devel/files/patch-no-native-compile @@ -0,0 +1,863 @@ +From e3545580eb51d37142267bc8d6c39b934a0eaf0d Mon Sep 17 00:00:00 2001 +From: Yasuhiro Kimura +Date: Mon, 30 Aug 2021 19:12:41 +0900 +Subject: [PATCH] Prevent .el files from being native compiled. + +Mew doesn't work correctly if Emacs supports native compilation and +.el files are compiled to .eln ones. So prevent .el files from being +native compiled by adding following lines at the end of them. + +;; Local Variables: +;; no-native-compile: t +;; End: +--- + mew-addrbook.el | 4 ++++ + mew-attach.el | 4 ++++ + mew-auth.el | 4 ++++ + mew-blvs.el | 4 ++++ + mew-bq.el | 4 ++++ + mew-cache.el | 4 ++++ + mew-complete.el | 4 ++++ + mew-config.el | 4 ++++ + mew-const.el | 4 ++++ + mew-darwin.el | 4 ++++ + mew-decode.el | 4 ++++ + mew-demo.el | 4 ++++ + mew-draft.el | 4 ++++ + mew-edit.el | 4 ++++ + mew-encode.el | 4 ++++ + mew-env.el | 4 ++++ + mew-exec.el | 4 ++++ + mew-ext.el | 4 ++++ + mew-fib.el | 4 ++++ + mew-func.el | 4 ++++ + mew-gemacs.el | 4 ++++ + mew-header.el | 4 ++++ + mew-highlight.el | 4 ++++ + mew-imap.el | 4 ++++ + mew-imap2.el | 4 ++++ + mew-key.el | 4 ++++ + mew-lang-jp.el | 4 ++++ + mew-lang-kr.el | 4 ++++ + mew-lang-latin.el | 4 ++++ + mew-local.el | 4 ++++ + mew-mark.el | 4 ++++ + mew-message.el | 4 ++++ + mew-mime.el | 4 ++++ + mew-minibuf.el | 4 ++++ + mew-mule.el | 4 ++++ + mew-mule3.el | 4 ++++ + mew-net.el | 4 ++++ + mew-nntp.el | 4 ++++ + mew-nntp2.el | 4 ++++ + mew-passwd.el | 4 ++++ + mew-pgp.el | 4 ++++ + mew-pick.el | 4 ++++ + mew-pop.el | 4 ++++ + mew-refile.el | 4 ++++ + mew-scan.el | 4 ++++ + mew-search.el | 4 ++++ + mew-smime.el | 4 ++++ + mew-smtp.el | 4 ++++ + mew-sort.el | 4 ++++ + mew-ssh.el | 4 ++++ + mew-ssl.el | 4 ++++ + mew-summary.el | 4 ++++ + mew-summary2.el | 4 ++++ + mew-summary3.el | 4 ++++ + mew-summary4.el | 4 ++++ + mew-syntax.el | 4 ++++ + mew-thread.el | 4 ++++ + mew-unix.el | 4 ++++ + mew-vars.el | 4 ++++ + mew-vars2.el | 4 ++++ + mew-vars3.el | 4 ++++ + mew-varsx.el | 4 ++++ + mew-virtual.el | 4 ++++ + mew-win32.el | 4 ++++ + mew.el | 4 ++++ + 65 files changed, 260 insertions(+) + +diff --git mew-addrbook.el mew-addrbook.el +index e9d5c6b..9a94143 100644 +--- mew-addrbook.el ++++ mew-addrbook.el +@@ -574,3 +574,7 @@ reflected." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-addrbook.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-attach.el mew-attach.el +index a405d6a..1f69b7c 100644 +--- mew-attach.el ++++ mew-attach.el +@@ -876,3 +876,7 @@ Input decrypters' addresses." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-attach.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-auth.el mew-auth.el +index eaf6677..3b8a564 100644 +--- mew-auth.el ++++ mew-auth.el +@@ -100,3 +100,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-auth.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-blvs.el mew-blvs.el +index e454e03..b0537d8 100644 +--- mew-blvs.el ++++ mew-blvs.el +@@ -88,3 +88,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-blvs.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-bq.el mew-bq.el +index f5a6846..f1ed957 100644 +--- mew-bq.el ++++ mew-bq.el +@@ -1197,3 +1197,7 @@ That is, each line may be more than 75." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-bq.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-cache.el mew-cache.el +index da85f90..b1d9e0a 100644 +--- mew-cache.el ++++ mew-cache.el +@@ -263,3 +263,7 @@ if decode fails." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-cache.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-complete.el mew-complete.el +index afbcd40..876443a 100644 +--- mew-complete.el ++++ mew-complete.el +@@ -810,3 +810,7 @@ the name exists." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-complete.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-config.el mew-config.el +index 7a80b4e..0e9fde4 100644 +--- mew-config.el ++++ mew-config.el +@@ -640,3 +640,7 @@ fields in the header according to the new value." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-config.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-const.el mew-const.el +index 9ff390d..c8b284b 100644 +--- mew-const.el ++++ mew-const.el +@@ -364,3 +364,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-const.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-darwin.el mew-darwin.el +index b1ab3aa..f9dda96 100644 +--- mew-darwin.el ++++ mew-darwin.el +@@ -135,3 +135,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-darwin.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-decode.el mew-decode.el +index cc74a74..276e627 100644 +--- mew-decode.el ++++ mew-decode.el +@@ -1156,3 +1156,7 @@ Return a part syntax after moving the beginning of the content body." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-decode.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-demo.el mew-demo.el +index e8ba169..bca4f60 100644 +--- mew-demo.el ++++ mew-demo.el +@@ -143,3 +143,7 @@ Please send comments to Kazu@Mew.org. + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-demo.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-draft.el mew-draft.el +index 40584ff..55defa1 100644 +--- mew-draft.el ++++ mew-draft.el +@@ -1030,3 +1030,7 @@ Set privacy service which will be effective when \\[mew-draft-make-message]." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-draft.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-edit.el mew-edit.el +index 36c63f2..b77bc85 100644 +--- mew-edit.el ++++ mew-edit.el +@@ -1204,3 +1204,7 @@ mew-summary-reedit." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-edit.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-encode.el mew-encode.el +index 70af9e9..2fa1313 100644 +--- mew-encode.el ++++ mew-encode.el +@@ -1383,3 +1383,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-encode.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-env.el mew-env.el +index 7b1aa9e..0333a3e 100644 +--- mew-env.el ++++ mew-env.el +@@ -360,3 +360,7 @@ requires PTY.") + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-env.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-exec.el mew-exec.el +index dff3d24..592f65c 100644 +--- mew-exec.el ++++ mew-exec.el +@@ -690,3 +690,7 @@ the queue, type '\\[mew-summary-send-message]' in the queue online." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-exec.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-ext.el mew-ext.el +index 3428b08..acc6459 100644 +--- mew-ext.el ++++ mew-ext.el +@@ -521,3 +521,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-ext.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-fib.el mew-fib.el +index 385f95d..67cf1b4 100644 +--- mew-fib.el ++++ mew-fib.el +@@ -121,3 +121,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-fib.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-func.el mew-func.el +index 14340ab..02b9e6a 100644 +--- mew-func.el ++++ mew-func.el +@@ -1673,3 +1673,7 @@ by side-effect." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-func.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-gemacs.el mew-gemacs.el +index 47e8df0..f1d5021 100644 +--- mew-gemacs.el ++++ mew-gemacs.el +@@ -463,3 +463,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-gemacs.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-header.el mew-header.el +index d832d1b..84ee46e 100644 +--- mew-header.el ++++ mew-header.el +@@ -545,3 +545,7 @@ Remove anonymous addresses." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-header.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-highlight.el mew-highlight.el +index 729283e..d7a4da8 100644 +--- mew-highlight.el ++++ mew-highlight.el +@@ -383,3 +383,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-highlight.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-imap.el mew-imap.el +index c07dc93..842d2c4 100644 +--- mew-imap.el ++++ mew-imap.el +@@ -1917,3 +1917,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-imap.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-imap2.el mew-imap2.el +index 49b8231..c542f95 100644 +--- mew-imap2.el ++++ mew-imap2.el +@@ -657,3 +657,7 @@ with '*' in the region are handled." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-imap2.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-key.el mew-key.el +index 4b753f6..40f9635 100644 +--- mew-key.el ++++ mew-key.el +@@ -688,3 +688,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-key.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-lang-jp.el mew-lang-jp.el +index cfc63a8..95ac02e 100644 +--- mew-lang-jp.el ++++ mew-lang-jp.el +@@ -217,3 +217,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-lang-jp.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-lang-kr.el mew-lang-kr.el +index d7c3a35..ec1b58c 100644 +--- mew-lang-kr.el ++++ mew-lang-kr.el +@@ -41,3 +41,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-lang-kr.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-lang-latin.el mew-lang-latin.el +index 233ef99..d3ead60 100644 +--- mew-lang-latin.el ++++ mew-lang-latin.el +@@ -86,3 +86,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-lang-latin.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-local.el mew-local.el +index 7257b31..f6d6ccb 100644 +--- mew-local.el ++++ mew-local.el +@@ -424,3 +424,7 @@ Binary search is used for speed reasons." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-local.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-mark.el mew-mark.el +index 477fa6e..187175e 100644 +--- mew-mark.el ++++ mew-mark.el +@@ -929,3 +929,7 @@ The 'o' mark is not exchangeable." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-mark.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-message.el mew-message.el +index 91c5b35..ef52cb7 100644 +--- mew-message.el ++++ mew-message.el +@@ -339,3 +339,7 @@ confused. Please use '\\[mew-message-forward]' instead." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-message.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-mime.el mew-mime.el +index 98843ca..266bf69 100644 +--- mew-mime.el ++++ mew-mime.el +@@ -987,3 +987,7 @@ See 'mew-mime-content-type' to know how actions can be defined." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-mime.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-minibuf.el mew-minibuf.el +index 705bde0..14864f9 100644 +--- mew-minibuf.el ++++ mew-minibuf.el +@@ -1056,3 +1056,7 @@ it is deleted automatically." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-minibuf.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-mule.el mew-mule.el +index aabebf3..c56da2e 100644 +--- mew-mule.el ++++ mew-mule.el +@@ -168,3 +168,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-mule.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-mule3.el mew-mule3.el +index 3b0dc8a..e71f672 100644 +--- mew-mule3.el ++++ mew-mule3.el +@@ -424,3 +424,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-mule3.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-net.el mew-net.el +index 2206b28..3ebf1d1 100644 +--- mew-net.el ++++ mew-net.el +@@ -910,3 +910,7 @@ The messages in the server side is always retained." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-net.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-nntp.el mew-nntp.el +index e9c3352..5f8b291 100644 +--- mew-nntp.el ++++ mew-nntp.el +@@ -742,3 +742,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-nntp.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-nntp2.el mew-nntp2.el +index 4c12458..57ab6f0 100644 +--- mew-nntp2.el ++++ mew-nntp2.el +@@ -446,3 +446,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-nntp2.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-passwd.el mew-passwd.el +index 9604901..08962da 100644 +--- mew-passwd.el ++++ mew-passwd.el +@@ -351,3 +351,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-passwd.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-pgp.el mew-pgp.el +index 6f53cdd..ac55657 100644 +--- mew-pgp.el ++++ mew-pgp.el +@@ -1296,3 +1296,7 @@ according to a URL in a field specified by 'mew-x-pgp-key-list'." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-pgp.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-pick.el mew-pick.el +index 74ff9a8..2a48f4e 100644 +--- mew-pick.el ++++ mew-pick.el +@@ -851,3 +851,7 @@ If you want to change the stored keyword, execute this command with '\\[universa + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-pick.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-pop.el mew-pop.el +index 9e2db7c..e78b099 100644 +--- mew-pop.el ++++ mew-pop.el +@@ -989,3 +989,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-pop.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-refile.el mew-refile.el +index 1ed35e5..02a278f 100644 +--- mew-refile.el ++++ mew-refile.el +@@ -946,3 +946,7 @@ This is very convenient to refile all messages picked by '\\[mew-summary-pick]'. + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-refile.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-scan.el mew-scan.el +index a251ac5..c72e1cf 100644 +--- mew-scan.el ++++ mew-scan.el +@@ -928,3 +928,7 @@ non-nil, only headers of messages are cached. If executed with + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-scan.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-search.el mew-search.el +index cd2985c..01f85d9 100644 +--- mew-search.el ++++ mew-search.el +@@ -813,3 +813,7 @@ from scratch." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-search.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-smime.el mew-smime.el +index c720ad4..7842728 100644 +--- mew-smime.el ++++ mew-smime.el +@@ -499,3 +499,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-smime.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-smtp.el mew-smtp.el +index e3dbbdc..ab6ff38 100644 +--- mew-smtp.el ++++ mew-smtp.el +@@ -791,3 +791,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-smtp.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-sort.el mew-sort.el +index 391476c..912a54b 100644 +--- mew-sort.el ++++ mew-sort.el +@@ -525,3 +525,7 @@ local cache messages are packed." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-sort.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-ssh.el mew-ssh.el +index 7aa3adc..fbd4c37 100644 +--- mew-ssh.el ++++ mew-ssh.el +@@ -256,3 +256,7 @@ after ':'." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-ssh.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-ssl.el mew-ssl.el +index 608ab79..30327c2 100644 +--- mew-ssl.el ++++ mew-ssl.el +@@ -323,3 +323,7 @@ A local port number can be obtained the process name after ':'. " + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-ssl.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-summary.el mew-summary.el +index 06b575e..31fcfcb 100644 +--- mew-summary.el ++++ mew-summary.el +@@ -426,3 +426,7 @@ and return (beg . end)." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-summary.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-summary2.el mew-summary2.el +index 7434d27..e2c3fbb 100644 +--- mew-summary2.el ++++ mew-summary2.el +@@ -817,3 +817,7 @@ over the window. Type '\\[mew-summary-prev-page]' to see them when a message is + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-summary2.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-summary3.el mew-summary3.el +index e9b3a4c..5625181 100644 +--- mew-summary3.el ++++ mew-summary3.el +@@ -490,3 +490,7 @@ attached." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-summary3.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-summary4.el mew-summary4.el +index 3e900cc..a524f2c 100644 +--- mew-summary4.el ++++ mew-summary4.el +@@ -1227,3 +1227,7 @@ Executing this command enables searching such information." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-summary4.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-syntax.el mew-syntax.el +index 9a6ea2f..f2b03b1 100644 +--- mew-syntax.el ++++ mew-syntax.el +@@ -1055,3 +1055,7 @@ system." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-syntax.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-thread.el mew-thread.el +index 7e575cb..7523e90 100644 +--- mew-thread.el ++++ mew-thread.el +@@ -1180,3 +1180,7 @@ The thread/message is specified with the mark(\\[set-mark-command])." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-thread.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-unix.el mew-unix.el +index 7c40726..26f9948 100644 +--- mew-unix.el ++++ mew-unix.el +@@ -145,3 +145,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-unix.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-vars.el mew-vars.el +index 92ea41e..0c32ed5 100644 +--- mew-vars.el ++++ mew-vars.el +@@ -3322,3 +3322,7 @@ Level 2: syntax error." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-vars.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-vars2.el mew-vars2.el +index c7d629e..fead654 100644 +--- mew-vars2.el ++++ mew-vars2.el +@@ -1013,3 +1013,7 @@ An example is as follows: + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-vars2.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-vars3.el mew-vars3.el +index a35ec18..68b6223 100644 +--- mew-vars3.el ++++ mew-vars3.el +@@ -223,3 +223,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-vars.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-varsx.el mew-varsx.el +index a66afd9..e02207b 100644 +--- mew-varsx.el ++++ mew-varsx.el +@@ -268,3 +268,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-varsx.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-virtual.el mew-virtual.el +index da0c794..23a56f0 100644 +--- mew-virtual.el ++++ mew-virtual.el +@@ -243,3 +243,7 @@ If called with '\\[universal-argument]', you can specify a target mark." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-virtual.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-win32.el mew-win32.el +index 4d33cd4..49cf792 100644 +--- mew-win32.el ++++ mew-win32.el +@@ -266,3 +266,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-win32.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew.el mew.el +index 64c19b0..5884bfa 100644 +--- mew.el ++++ mew.el +@@ -773,3 +773,7 @@ Mew remain, so you can resume with buffer operations." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +-- +2.33.0 + From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 07:18:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C60C3678533; Tue, 28 Sep 2021 07:18:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJW7t5B6vz4X99; Tue, 28 Sep 2021 07:18:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91AB120344; Tue, 28 Sep 2021 07:18:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S7IY94062906; Tue, 28 Sep 2021 07:18:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S7IYNc062905; Tue, 28 Sep 2021 07:18:34 GMT (envelope-from git) Date: Tue, 28 Sep 2021 07:18:34 GMT Message-Id: <202109280718.18S7IYNc062905@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: f73bc57ac903 - main - www/webkit2-gtk3: unbreak GSTREAMER=off after 895bc805a MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f73bc57ac903f6c6b69c2b9bf59d0b5598b56ead Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 07:18:34 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=f73bc57ac903f6c6b69c2b9bf59d0b5598b56ead commit f73bc57ac903f6c6b69c2b9bf59d0b5598b56ead Author: Evgeniy Khramtsov AuthorDate: 2021-09-27 18:36:05 +0000 Commit: Baptiste Daroussin CommitDate: 2021-09-28 07:17:43 +0000 www/webkit2-gtk3: unbreak GSTREAMER=off after 895bc805a PR: 258750 Reported by: madpilot@ (via mailing list) Tested by: bapt --- www/webkit2-gtk3/Makefile | 2 + www/webkit2-gtk3/files/extra-patch-guard-video | 33 ++ .../files/extra-patch-revert-7c0f13f37ec5 | 342 +++++++++++++++++++++ 3 files changed, 377 insertions(+) diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index 324174735da9..9b17caf2dcf8 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -89,6 +89,8 @@ GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION GEOIP_BUILD_DEPENDS= geoclue>=2.4.3:net/geoclue GEOIP_RUN_DEPENDS= geoclue>=2.4.3:net/geoclue +GSTREAMER_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-revert-7c0f13f37ec5 \ + ${PATCHDIR}/extra-patch-guard-video GSTREAMER_USE= GSTREAMER1=bad,gl GSTREAMER_CMAKE_BOOL= ENABLE_VIDEO ENABLE_WEB_AUDIO diff --git a/www/webkit2-gtk3/files/extra-patch-guard-video b/www/webkit2-gtk3/files/extra-patch-guard-video new file mode 100644 index 000000000000..c5c57f89deaa --- /dev/null +++ b/www/webkit2-gtk3/files/extra-patch-guard-video @@ -0,0 +1,33 @@ +Regressed by: https://github.com/WebKit/WebKit/commit/b87d5003f832 + +In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-19.cpp:6: +/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp:272:33: error: out-of-line definition of 'paintFrameForMedia' does not match any declaration in 'WebCore::BifurcatedGraphicsContext' +void BifurcatedGraphicsContext::paintFrameForMedia(MediaPlayer& player, const FloatRect& destination) + ^~~~~~~~~~~~~~~~~~ +/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp:274:22: error: no member named 'paintFrameForMedia' in 'WebCore::GraphicsContext' + m_primaryContext.paintFrameForMedia(player, destination); + ~~~~~~~~~~~~~~~~ ^ +/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp:275:24: error: no member named 'paintFrameForMedia' in 'WebCore:: +GraphicsContext' + m_secondaryContext.paintFrameForMedia(player, destination); + ~~~~~~~~~~~~~~~~~~ ^ +3 errors generated. + +diff --git Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp +index c0ce72c..a2a58df 100644 +--- Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp ++++ Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp +@@ -269,11 +269,13 @@ void BifurcatedGraphicsContext::drawPattern(NativeImage& nativeImage, const Floa + m_secondaryContext.drawPattern(nativeImage, imageSize, destRect, tileRect, patternTransform, phase, spacing, options); + } + ++#if ENABLE(VIDEO) + void BifurcatedGraphicsContext::paintFrameForMedia(MediaPlayer& player, const FloatRect& destination) + { + m_primaryContext.paintFrameForMedia(player, destination); + m_secondaryContext.paintFrameForMedia(player, destination); + } ++#endif + + void BifurcatedGraphicsContext::scale(const FloatSize& scale) + { diff --git a/www/webkit2-gtk3/files/extra-patch-revert-7c0f13f37ec5 b/www/webkit2-gtk3/files/extra-patch-revert-7c0f13f37ec5 new file mode 100644 index 000000000000..3edc984616c5 --- /dev/null +++ b/www/webkit2-gtk3/files/extra-patch-revert-7c0f13f37ec5 @@ -0,0 +1,342 @@ +GSTREAMER=off regressed by: https://github.com/WebKit/WebKit/commit/7c0f13f37ec: ++ partly revert https://github.com/WebKit/WebKit/commit/eb3ebb4849987 +(Source/WebCore/accessibility/AXObjectCache.cpp: remove #include "AXImage.h") + +/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/TypeCasts.h:41:9: error: static_assert failed due to requirement 'std::is_void_v' "Missing TypeCastTraits specialization" + static_assert(std::is_void_v, "Missing TypeCastTraits specialization"); + ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers/wtf/TypeCasts.h:65:73: note: in instantiation of member function 'WTF::TypeCastTraits::isOfType' requested here + return source && TypeCastTraits::isOfType(*source); + ^ +/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.34.0/Source/WebCore/accessibility/AXObjectCache.cpp:532:9: note: in instantiation of function template specialization 'WTF::is' requested here + if (is(node)) + +diff --git Source/WebCore/Sources.txt Source/WebCore/Sources.txt +index 24c515c..043f534 100644 +--- Source/WebCore/Sources.txt ++++ Source/WebCore/Sources.txt +@@ -364,7 +364,6 @@ Modules/webxr/XRInputSourceEvent.cpp @no-unify + Modules/webxr/XRInputSourcesChangeEvent.cpp @no-unify + Modules/webxr/XRReferenceSpaceEvent.cpp @no-unify + Modules/webxr/XRSessionEvent.cpp @no-unify +-accessibility/AXImage.cpp + accessibility/AXLogger.cpp + accessibility/AXObjectCache.cpp + accessibility/AccessibilityARIAGrid.cpp +diff --git Source/WebCore/accessibility/AXImage.cpp Source/WebCore/accessibility/AXImage.cpp +deleted file mode 100644 +index d7226f2..0000000 +--- Source/WebCore/accessibility/AXImage.cpp ++++ /dev/null +@@ -1,86 +0,0 @@ +-/* +- * Copyright (C) 2021 Apple Inc. All rights reserved. +- * +- * Redistribution and use in source and binary forms, with or without +- * modification, are permitted provided that the following conditions +- * are met: +- * +- * 1. Redistributions of source code must retain the above copyright +- * notice, this list of conditions and the following disclaimer. +- * 2. Redistributions in binary form must reproduce the above copyright +- * notice, this list of conditions and the following disclaimer in the +- * documentation and/or other materials provided with the distribution. +- * 3. Neither the name of Apple Inc. ("Apple") nor the names of +- * its contributors may be used to endorse or promote products derived +- * from this software without specific prior written permission. +- * +- * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY +- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +- * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY +- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +- */ +- +-#include "config.h" +-#include "AXImage.h" +- +-#include "AXLogger.h" +-#include "Chrome.h" +-#include "ChromeClient.h" +- +-namespace WebCore { +- +-AXImage::AXImage(RenderImage* renderer) +- : AccessibilityRenderObject(renderer) +-{ +-} +- +-Ref AXImage::create(RenderImage* renderer) +-{ +- return adoptRef(*new AXImage(renderer)); +-} +- +-AccessibilityRole AXImage::roleValue() const +-{ +- auto ariaRole = ariaRoleAttribute(); +- if (ariaRole != AccessibilityRole::Unknown) +- return ariaRole; +- +- return AccessibilityRole::Image; +-} +- +-std::optional AXImage::imageOverlayElements() +-{ +- AXTRACE("AXImage::imageOverlayElements"); +- +- auto& children = this->children(); +- if (children.size()) +- return children; +- +-#if ENABLE(IMAGE_ANALYSIS) +- auto* page = this->page(); +- if (!page) +- return std::nullopt; +- +- auto* element = this->element(); +- if (!element) +- return std::nullopt; +- +- page->chrome().client().requestTextRecognition(*element, [] (RefPtr&& imageOverlayHost) { +- if (!imageOverlayHost) +- return; +- +- if (auto* axObjectCache = imageOverlayHost->document().existingAXObjectCache()) +- axObjectCache->postNotification(imageOverlayHost.get(), AXObjectCache::AXImageOverlayChanged); +- }); +-#endif +- +- return std::nullopt; +-} +- +-} // namespace WebCore +diff --git Source/WebCore/accessibility/AXImage.h Source/WebCore/accessibility/AXImage.h +deleted file mode 100644 +index c2034d0..0000000 +--- Source/WebCore/accessibility/AXImage.h ++++ /dev/null +@@ -1,51 +0,0 @@ +-/* +- * Copyright (C) 2021 Apple Inc. All rights reserved. +- * +- * Redistribution and use in source and binary forms, with or without +- * modification, are permitted provided that the following conditions +- * are met: +- * +- * 1. Redistributions of source code must retain the above copyright +- * notice, this list of conditions and the following disclaimer. +- * 2. Redistributions in binary form must reproduce the above copyright +- * notice, this list of conditions and the following disclaimer in the +- * documentation and/or other materials provided with the distribution. +- * 3. Neither the name of Apple Inc. ("Apple") nor the names of +- * its contributors may be used to endorse or promote products derived +- * from this software without specific prior written permission. +- * +- * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY +- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +- * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY +- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +- */ +- +-#pragma once +- +-#include "AccessibilityRenderObject.h" +-#include "RenderImage.h" +- +-namespace WebCore { +- +-class AXImage : public AccessibilityRenderObject { +-public: +- static Ref create(RenderImage*); +- virtual ~AXImage() = default; +- +-private: +- explicit AXImage(RenderImage*); +- bool isAXImageInstance() const override { return true; } +- +- AccessibilityRole roleValue() const override; +- std::optional imageOverlayElements() override; +-}; +- +-} // namespace WebCore +- +-SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AXImage, isAXImageInstance()) +diff --git Source/WebCore/accessibility/AXLogger.cpp Source/WebCore/accessibility/AXLogger.cpp +index 3036666..7f26003 100644 +--- Source/WebCore/accessibility/AXLogger.cpp ++++ Source/WebCore/accessibility/AXLogger.cpp +@@ -373,9 +373,6 @@ TextStream& operator<<(TextStream& stream, AXObjectCache::AXNotification notific + case AXObjectCache::AXNotification::AXIdAttributeChanged: + stream << "AXIdAttributeChanged"; + break; +- case AXObjectCache::AXNotification::AXImageOverlayChanged: +- stream << "AXImageOverlayChanged"; +- break; + case AXObjectCache::AXNotification::AXLanguageChanged: + stream << "AXLanguageChanged"; + break; +diff --git Source/WebCore/accessibility/AXObjectCache.cpp Source/WebCore/accessibility/AXObjectCache.cpp +index f245110..2066db7 100644 +--- Source/WebCore/accessibility/AXObjectCache.cpp ++++ Source/WebCore/accessibility/AXObjectCache.cpp +@@ -32,7 +32,6 @@ + + #include "AXObjectCache.h" + +-#include "AXImage.h" + #include "AXIsolatedObject.h" + #include "AXIsolatedTree.h" + #include "AXLogger.h" +@@ -513,28 +512,6 @@ bool nodeHasRole(Node* node, const String& role) + return SpaceSplitString(roleValue, true).contains(role); + } + +-static bool isSimpleImage(const RenderObject& renderer) +-{ +- if (!is(renderer)) +- return false; +- +- // Exclude ImageButtons because they are treated as buttons, not as images. +- auto* node = renderer.node(); +- if (is(node)) +- return false; +- +- // ImageMaps are not simple images. +- if (downcast(renderer).imageMap() +- || (is(node) && downcast(node)->hasAttributeWithoutSynchronization(usemapAttr))) +- return false; +- +- // Exclude video and audio elements. +- if (is(node)) +- return false; +- +- return true; +-} +- + static Ref createFromRenderer(RenderObject* renderer) + { + // FIXME: How could renderer->node() ever not be an Element? +@@ -574,9 +551,6 @@ static Ref createFromRenderer(RenderObject* renderer) + if (is(node)) + return AccessibilitySVGElement::create(renderer); + +- if (isSimpleImage(*renderer)) +- return AXImage::create(downcast(renderer)); +- + #if ENABLE(MATHML) + // The mfenced element creates anonymous RenderMathMLOperators which should be treated + // as MathML elements and assigned the MathElementRole so that platform logic regarding +diff --git Source/WebCore/accessibility/AXObjectCache.h Source/WebCore/accessibility/AXObjectCache.h +index 1dca4ca..fe3d86d 100644 +--- Source/WebCore/accessibility/AXObjectCache.h ++++ Source/WebCore/accessibility/AXObjectCache.h +@@ -284,7 +284,6 @@ public: + AXFocusedUIElementChanged, + AXFrameLoadComplete, + AXIdAttributeChanged, +- AXImageOverlayChanged, + AXLanguageChanged, + AXLayoutComplete, + AXLoadComplete, +diff --git Source/WebCore/accessibility/AccessibilityNodeObject.cpp Source/WebCore/accessibility/AccessibilityNodeObject.cpp +index 270bbd9..7902660 100644 +--- Source/WebCore/accessibility/AccessibilityNodeObject.cpp ++++ Source/WebCore/accessibility/AccessibilityNodeObject.cpp +@@ -378,6 +378,7 @@ bool AccessibilityNodeObject::canHaveChildren() const + + // Elements that should not have children + switch (roleValue()) { ++ case AccessibilityRole::Image: + case AccessibilityRole::Button: + case AccessibilityRole::PopUpButton: + case AccessibilityRole::CheckBox: +diff --git Source/WebCore/accessibility/AccessibilityObject.h Source/WebCore/accessibility/AccessibilityObject.h +index 2839da8..868f213 100644 +--- Source/WebCore/accessibility/AccessibilityObject.h ++++ Source/WebCore/accessibility/AccessibilityObject.h +@@ -93,7 +93,6 @@ public: + bool isAccessibilityRenderObject() const override { return false; } + bool isAccessibilityScrollbar() const override { return false; } + bool isAccessibilityScrollViewInstance() const override { return false; } +- bool isAXImageInstance() const override { return false; } + bool isAccessibilitySVGRoot() const override { return false; } + bool isAccessibilitySVGElement() const override { return false; } + bool isAccessibilityTableInstance() const override { return false; } +@@ -400,7 +399,6 @@ public: + String brailleLabel() const override { return getAttribute(HTMLNames::aria_braillelabelAttr); } + String brailleRoleDescription() const override { return getAttribute(HTMLNames::aria_brailleroledescriptionAttr); } + String embeddedImageDescription() const override; +- std::optional imageOverlayElements() override { return std::nullopt; } + + // Abbreviations + String expandedTextValue() const override { return String(); } +diff --git Source/WebCore/accessibility/AccessibilityObjectInterface.h Source/WebCore/accessibility/AccessibilityObjectInterface.h +index 2168454..4b51bdf 100644 +--- Source/WebCore/accessibility/AccessibilityObjectInterface.h ++++ Source/WebCore/accessibility/AccessibilityObjectInterface.h +@@ -794,7 +794,6 @@ public: + virtual bool isAccessibilityRenderObject() const = 0; + virtual bool isAccessibilityScrollbar() const = 0; + virtual bool isAccessibilityScrollViewInstance() const = 0; +- virtual bool isAXImageInstance() const = 0; + virtual bool isAccessibilitySVGRoot() const = 0; + virtual bool isAccessibilitySVGElement() const = 0; + virtual bool isAccessibilityTableInstance() const = 0; +@@ -1018,7 +1017,6 @@ public: + virtual String brailleLabel() const = 0; + virtual String brailleRoleDescription() const = 0; + virtual String embeddedImageDescription() const = 0; +- virtual std::optional imageOverlayElements() = 0; + + virtual bool supportsARIAOwns() const = 0; + virtual bool isActiveDescendantOfFocusedContainer() const = 0; +diff --git Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp +index b0bcf55..1f48485 100644 +--- Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp ++++ Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp +@@ -1258,12 +1258,6 @@ bool AXIsolatedObject::isAccessibilityScrollViewInstance() const + return false; + } + +-bool AXIsolatedObject::isAXImageInstance() const +-{ +- ASSERT_NOT_REACHED(); +- return false; +-} +- + bool AXIsolatedObject::isAccessibilitySVGRoot() const + { + ASSERT_NOT_REACHED(); +diff --git Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h +index 6fb1ada..d177a22 100644 +--- Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h ++++ Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h +@@ -272,7 +272,6 @@ private: + String brailleLabel() const override { return stringAttributeValue(AXPropertyName::BrailleLabel); } + String brailleRoleDescription() const override { return stringAttributeValue(AXPropertyName::BrailleRoleDescription); } + String embeddedImageDescription() const override { return stringAttributeValue(AXPropertyName::EmbeddedImageDescription); } +- std::optional imageOverlayElements() override { return std::nullopt; } + + String computedRoleString() const override { return stringAttributeValue(AXPropertyName::ComputedRoleString); } + bool isValueAutofilled() const override { return boolAttributeValue(AXPropertyName::IsValueAutofilled); } +@@ -467,7 +466,6 @@ private: + bool isAccessibilityRenderObject() const override; + bool isAccessibilityScrollbar() const override; + bool isAccessibilityScrollViewInstance() const override; +- bool isAXImageInstance() const override; + bool isAccessibilitySVGRoot() const override; + bool isAccessibilitySVGElement() const override; + bool isAccessibilityTableInstance() const override; + + From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 07:27:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDAED678A78; Tue, 28 Sep 2021 07:27:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJWLS6Fdqz4YlN; Tue, 28 Sep 2021 07:27:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8225204CA; Tue, 28 Sep 2021 07:27:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S7Rihf076558; Tue, 28 Sep 2021 07:27:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S7Ri1H076557; Tue, 28 Sep 2021 07:27:44 GMT (envelope-from git) Date: Tue, 28 Sep 2021 07:27:44 GMT Message-Id: <202109280727.18S7Ri1H076557@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: 890bd2e4a905 - main - math/calc: Update to 2.14.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 890bd2e4a905b8d75f70770f37dd346e146d674b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 07:27:45 -0000 The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=890bd2e4a905b8d75f70770f37dd346e146d674b commit 890bd2e4a905b8d75f70770f37dd346e146d674b Author: Adam Weinberger AuthorDate: 2021-09-28 07:26:07 +0000 Commit: Adam Weinberger CommitDate: 2021-09-28 07:27:40 +0000 math/calc: Update to 2.14.0.3 Adds various functions to convert between degrees, gradians, and minutes/secs/hrs. --- math/calc/Makefile | 2 +- math/calc/distinfo | 6 +++--- math/calc/pkg-plist | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/math/calc/Makefile b/math/calc/Makefile index 8141b575f371..4c862f10e823 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,7 +1,7 @@ # Created by: jmz PORTNAME= calc -PORTVERSION= 2.14.0.2 +PORTVERSION= 2.14.0.3 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/calc/distinfo b/math/calc/distinfo index 8e55a14ba068..c163b8e28521 100644 --- a/math/calc/distinfo +++ b/math/calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631167406 -SHA256 (lcn2-calc-v2.14.0.2_GH0.tar.gz) = efa0491e6c16288524251af032e19cbf77b1aa7991b1aa3c0dc5d46454229a99 -SIZE (lcn2-calc-v2.14.0.2_GH0.tar.gz) = 1148221 +TIMESTAMP = 1632813700 +SHA256 (lcn2-calc-v2.14.0.3_GH0.tar.gz) = 4f3fda6fc56344bf391c2a13102d388266fd2a9aea773a4863d527ef1863bf4f +SIZE (lcn2-calc-v2.14.0.3_GH0.tar.gz) = 1157055 diff --git a/math/calc/pkg-plist b/math/calc/pkg-plist index f95d4bdea4ae..8018ebb92b94 100644 --- a/math/calc/pkg-plist +++ b/math/calc/pkg-plist @@ -147,6 +147,8 @@ man/man1/calc.1.gz %%HELP%%%%DATADIR%%/help/ctime %%HELP%%%%DATADIR%%/help/custom %%HELP%%%%DATADIR%%/help/custom_cal +%%HELP%%%%DATADIR%%/help/d2dm +%%HELP%%%%DATADIR%%/help/d2dms %%HELP%%%%DATADIR%%/help/d2g %%HELP%%%%DATADIR%%/help/d2r %%HELP%%%%DATADIR%%/help/define @@ -157,6 +159,7 @@ man/man1/calc.1.gz %%HELP%%%%DATADIR%%/help/digit %%HELP%%%%DATADIR%%/help/digits %%HELP%%%%DATADIR%%/help/display +%%HELP%%%%DATADIR%%/help/dms2d %%HELP%%%%DATADIR%%/help/dp %%HELP%%%%DATADIR%%/help/environment %%HELP%%%%DATADIR%%/help/epsilon @@ -211,17 +214,23 @@ man/man1/calc.1.gz %%HELP%%%%DATADIR%%/help/ftell %%HELP%%%%DATADIR%%/help/full %%HELP%%%%DATADIR%%/help/g2d +%%HELP%%%%DATADIR%%/help/g2gm +%%HELP%%%%DATADIR%%/help/g2gms %%HELP%%%%DATADIR%%/help/g2r %%HELP%%%%DATADIR%%/help/gcd %%HELP%%%%DATADIR%%/help/gcdrem %%HELP%%%%DATADIR%%/help/gd %%HELP%%%%DATADIR%%/help/getenv +%%HELP%%%%DATADIR%%/help/gms2g +%%HELP%%%%DATADIR%%/help/h2hm +%%HELP%%%%DATADIR%%/help/h2hms %%HELP%%%%DATADIR%%/help/hash %%HELP%%%%DATADIR%%/help/head %%HELP%%%%DATADIR%%/help/help %%HELP%%%%DATADIR%%/help/highbit %%HELP%%%%DATADIR%%/help/history %%HELP%%%%DATADIR%%/help/hmean +%%HELP%%%%DATADIR%%/help/hms2h %%HELP%%%%DATADIR%%/help/hnrmod %%HELP%%%%DATADIR%%/help/hypot %%HELP%%%%DATADIR%%/help/ilog From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 08:02:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AC1DD679613; Tue, 28 Sep 2021 08:02:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJX764QXmz4c6R; Tue, 28 Sep 2021 08:02:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7870820A7F; Tue, 28 Sep 2021 08:02:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S82wsq029873; Tue, 28 Sep 2021 08:02:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S82wCq029872; Tue, 28 Sep 2021 08:02:58 GMT (envelope-from git) Date: Tue, 28 Sep 2021 08:02:58 GMT Message-Id: <202109280802.18S82wCq029872@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: f31b25e7dc91 - main - devel/py-tables: Disable AVX2 CPU optimizations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f31b25e7dc91402729ecc19c1fca66e9ebe5ddc8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 08:02:58 -0000 The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=f31b25e7dc91402729ecc19c1fca66e9ebe5ddc8 commit f31b25e7dc91402729ecc19c1fca66e9ebe5ddc8 Author: Kai Knoblich AuthorDate: 2021-09-28 07:43:34 +0000 Commit: Kai Knoblich CommitDate: 2021-09-28 07:43:34 +0000 devel/py-tables: Disable AVX2 CPU optimizations On amd64 platforms that have a CPU with Haswell New Instructions (AVX2), related optimizations are automatically compiled in, unless this is explicitly prevented. If the package is then used on other amd64 platforms, that have no AVX2 support, this causes problems, because the generated .so files are incompatible and lead to crashes with SIGILL upon invocation. Remedy the issue by turning off AVX2 support by default which is also upstream's default and bump PORTREVISION to force a rebuild. PR: 258714 Reported by: dvl (on IRC) Reviewed by: wen (maintainer) Approved by: portmgr (blanket: build fix) MFH: 2021Q3 --- devel/py-tables/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index f10cee471616..d1d4e59fb306 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -2,6 +2,7 @@ PORTNAME= tables PORTVERSION= 3.6.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,6 +29,15 @@ USE_PYTHON= autoplist concurrent distutils cython PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE_amd64= AVX2 + +AVX2_DESC= Enable Haswell New Instructions (AVX2) support + +# Explicitly disable AVX2 otherwise it will be automatically enabled if the CPU +# supports it. If compiled in and run on hosts that have no AVX2 support, it +# will trigger a SIGILL (Illegal instruction) +# See also: https://github.com/PyTables/PyTables/issues/841 +AVX2_VARS_OFF= MAKE_ENV+=DISABLE_AVX2=yes post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 08:03:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 40D26679397; Tue, 28 Sep 2021 08:03:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJX776c2wz4bsl; Tue, 28 Sep 2021 08:02:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE46620C46; Tue, 28 Sep 2021 08:02:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S82xK2029901; Tue, 28 Sep 2021 08:02:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S82xnT029900; Tue, 28 Sep 2021 08:02:59 GMT (envelope-from git) Date: Tue, 28 Sep 2021 08:02:59 GMT Message-Id: <202109280802.18S82xnT029900@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: 7af0b18bc5c3 - main - devel/py-pyyaml-env-tag: Delete port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7af0b18bc5c31551aae1ce915c1d3db150f8b0d6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 08:03:00 -0000 The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=7af0b18bc5c31551aae1ce915c1d3db150f8b0d6 commit 7af0b18bc5c31551aae1ce915c1d3db150f8b0d6 Author: Kai Knoblich AuthorDate: 2021-09-28 07:48:39 +0000 Commit: Kai Knoblich CommitDate: 2021-09-28 07:48:39 +0000 devel/py-pyyaml-env-tag: Delete port The primary idea was to rename the port accordingly in order to match the upstream naming. [1] In the meantime, another port with the correct naming has been added in c71c5b210be3, so this port is now redundant. Thus delete it. Reported by: koobs [1] --- MOVED | 1 + devel/Makefile | 1 - devel/py-pyyaml-env-tag/Makefile | 26 -------------------------- devel/py-pyyaml-env-tag/distinfo | 3 --- devel/py-pyyaml-env-tag/pkg-descr | 8 -------- 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index d5c2276480b4..f901b1180a33 100644 --- a/MOVED +++ b/MOVED @@ -16486,3 +16486,4 @@ net-mgmt/zabbix52-frontend||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-java||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-proxy||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-server||2021-09-19|Has expired: Unsupported by upstream +devel/py-pyyaml-env-tag|devel/py-pyyaml_env_tag|2021-09-28|Renamed to match upstream naming diff --git a/devel/Makefile b/devel/Makefile index 76a6bacb63fb..2864e20cfb45 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5084,7 +5084,6 @@ SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py SUBDIR += py-pyxb - SUBDIR += py-pyyaml-env-tag SUBDIR += py-pyyaml-include SUBDIR += py-pyyaml_env_tag SUBDIR += py-pyzipper diff --git a/devel/py-pyyaml-env-tag/Makefile b/devel/py-pyyaml-env-tag/Makefile deleted file mode 100644 index 8df273399785..000000000000 --- a/devel/py-pyyaml-env-tag/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= pyyaml-env-tag -DISTVERSION= 0.1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyyaml_env_tag-${DISTVERSION} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Custom YAML tag for referencing environment variables in YAML files - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -NO_ARCH= yes - -do-test: - @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test_yaml_env_tag.py -v - -.include diff --git a/devel/py-pyyaml-env-tag/distinfo b/devel/py-pyyaml-env-tag/distinfo deleted file mode 100644 index 694994326a90..000000000000 --- a/devel/py-pyyaml-env-tag/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1631897120 -SHA256 (pyyaml_env_tag-0.1.tar.gz) = 70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb -SIZE (pyyaml_env_tag-0.1.tar.gz) = 5631 diff --git a/devel/py-pyyaml-env-tag/pkg-descr b/devel/py-pyyaml-env-tag/pkg-descr deleted file mode 100644 index d7d47d965747..000000000000 --- a/devel/py-pyyaml-env-tag/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package was inspired by the Ruby package "yaml-env-tag". Its main -purpose is to reference environment variables in YAML scripts. - -In contrast to other Python packages, that provide similar functionality, e.g. -"pyyaml-tags" it also offers to define defaults and to have the values not only -as strings. - -WWW: https://github.com/waylan/pyyaml-env-tag From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 08:04:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2A4A678DEE; Tue, 28 Sep 2021 08:04:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJX8X57Nwz4btH; Tue, 28 Sep 2021 08:04:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9097821080; Tue, 28 Sep 2021 08:04:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S84Ct7030120; Tue, 28 Sep 2021 08:04:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S84ChT030119; Tue, 28 Sep 2021 08:04:12 GMT (envelope-from git) Date: Tue, 28 Sep 2021 08:04:12 GMT Message-Id: <202109280804.18S84ChT030119@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: 671ab334f704 - main - security/vuxml: Fix double CVE- in latest httpd entry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 671ab334f70437c6bf689f9fdc64460dfbb6e4a9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 08:04:12 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=671ab334f70437c6bf689f9fdc64460dfbb6e4a9 commit 671ab334f70437c6bf689f9fdc64460dfbb6e4a9 Author: Bernard Spil AuthorDate: 2021-09-28 08:03:42 +0000 Commit: Bernard Spil CommitDate: 2021-09-28 08:03:58 +0000 security/vuxml: Fix double CVE- in latest httpd entry --- security/vuxml/vuln-2021.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 785e6485c0b2..f3c13da6ed56 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -411,16 +411,17 @@ - CVE-CVE-2021-33193 - CVE-CVE-2021-34798 - CVE-CVE-2021-36160 - CVE-CVE-2021-39275 - CVE-CVE-2021-40438 + CVE-2021-33193 + CVE-2021-34798 + CVE-2021-36160 + CVE-2021-39275 + CVE-2021-40438 http://httpd.apache.org/security/vulnerabilities_24.html 2021-09-16 2021-09-17 + 2021-09-28 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 08:05:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4E5C6794BB; Tue, 28 Sep 2021 08:05:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJX9t3Y4Rz4c2m; Tue, 28 Sep 2021 08:05:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B15921083; Tue, 28 Sep 2021 08:05:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S85MkL030326; Tue, 28 Sep 2021 08:05:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S85MAb030325; Tue, 28 Sep 2021 08:05:22 GMT (envelope-from git) Date: Tue, 28 Sep 2021 08:05:22 GMT Message-Id: <202109280805.18S85MAb030325@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: 70843a665d45 - 2021Q3 - devel/py-tables: Disable AVX2 CPU optimizations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 70843a665d45e14e5b45a87b4c6205555040c555 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 08:05:22 -0000 The branch 2021Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=70843a665d45e14e5b45a87b4c6205555040c555 commit 70843a665d45e14e5b45a87b4c6205555040c555 Author: Kai Knoblich AuthorDate: 2021-09-28 07:43:34 +0000 Commit: Kai Knoblich CommitDate: 2021-09-28 08:04:57 +0000 devel/py-tables: Disable AVX2 CPU optimizations On amd64 platforms that have a CPU with Haswell New Instructions (AVX2), related optimizations are automatically compiled in, unless this is explicitly prevented. If the package is then used on other amd64 platforms, that have no AVX2 support, this causes problems, because the generated .so files are incompatible and lead to crashes with SIGILL upon invocation. Remedy the issue by turning off AVX2 support by default which is also upstream's default and bump PORTREVISION to force a rebuild. PR: 258714 Reported by: dvl (on IRC) Reviewed by: wen (maintainer) Approved by: portmgr (blanket: build fix) MFH: 2021Q3 (cherry picked from commit f31b25e7dc91402729ecc19c1fca66e9ebe5ddc8) --- devel/py-tables/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index f10cee471616..d1d4e59fb306 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -2,6 +2,7 @@ PORTNAME= tables PORTVERSION= 3.6.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,6 +29,15 @@ USE_PYTHON= autoplist concurrent distutils cython PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE_amd64= AVX2 + +AVX2_DESC= Enable Haswell New Instructions (AVX2) support + +# Explicitly disable AVX2 otherwise it will be automatically enabled if the CPU +# supports it. If compiled in and run on hosts that have no AVX2 support, it +# will trigger a SIGILL (Illegal instruction) +# See also: https://github.com/PyTables/PyTables/issues/841 +AVX2_VARS_OFF= MAKE_ENV+=DISABLE_AVX2=yes post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 08:20:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 081456797CC; Tue, 28 Sep 2021 08:20:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJXWt6RqWz4cns; Tue, 28 Sep 2021 08:20:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCF7F20D57; Tue, 28 Sep 2021 08:20:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S8Kwwt051856; Tue, 28 Sep 2021 08:20:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S8KwsT051855; Tue, 28 Sep 2021 08:20:58 GMT (envelope-from git) Date: Tue, 28 Sep 2021 08:20:58 GMT Message-Id: <202109280820.18S8KwsT051855@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 8c8b03e3f12d - main - mail/mew: Prevent .el files from being native compiled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8c8b03e3f12dadd1dbff03ab733929211ab4090d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 08:20:59 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c8b03e3f12dadd1dbff03ab733929211ab4090d commit 8c8b03e3f12dadd1dbff03ab733929211ab4090d Author: Yasuhiro Kimura AuthorDate: 2021-08-30 10:47:56 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-28 08:20:18 +0000 mail/mew: Prevent .el files from being native compiled Mew doesn't work correctly if Emacs supports native compilation and .el files are compiled to .eln ones. So prevent .el files from being native compiled by adding following lines at the end of them. ;; Local Variables: ;; no-native-compile: t ;; End: PR: 258171 Approved by: maintainer timeout (> 28days), meta (mentor) --- mail/mew/Makefile | 2 +- mail/mew/files/patch-no-native-compile | 863 +++++++++++++++++++++++++++++++++ 2 files changed, 864 insertions(+), 1 deletion(-) diff --git a/mail/mew/Makefile b/mail/mew/Makefile index dec2ff73362e..9175e301b01b 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -2,7 +2,7 @@ PORTNAME= mew PORTVERSION= 6.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mew/files/patch-no-native-compile b/mail/mew/files/patch-no-native-compile new file mode 100644 index 000000000000..3943971963a3 --- /dev/null +++ b/mail/mew/files/patch-no-native-compile @@ -0,0 +1,863 @@ +From e3545580eb51d37142267bc8d6c39b934a0eaf0d Mon Sep 17 00:00:00 2001 +From: Yasuhiro Kimura +Date: Mon, 30 Aug 2021 19:12:41 +0900 +Subject: [PATCH] Prevent .el files from being native compiled. + +Mew doesn't work correctly if Emacs supports native compilation and +.el files are compiled to .eln ones. So prevent .el files from being +native compiled by adding following lines at the end of them. + +;; Local Variables: +;; no-native-compile: t +;; End: +--- + mew-addrbook.el | 4 ++++ + mew-attach.el | 4 ++++ + mew-auth.el | 4 ++++ + mew-blvs.el | 4 ++++ + mew-bq.el | 4 ++++ + mew-cache.el | 4 ++++ + mew-complete.el | 4 ++++ + mew-config.el | 4 ++++ + mew-const.el | 4 ++++ + mew-darwin.el | 4 ++++ + mew-decode.el | 4 ++++ + mew-demo.el | 4 ++++ + mew-draft.el | 4 ++++ + mew-edit.el | 4 ++++ + mew-encode.el | 4 ++++ + mew-env.el | 4 ++++ + mew-exec.el | 4 ++++ + mew-ext.el | 4 ++++ + mew-fib.el | 4 ++++ + mew-func.el | 4 ++++ + mew-gemacs.el | 4 ++++ + mew-header.el | 4 ++++ + mew-highlight.el | 4 ++++ + mew-imap.el | 4 ++++ + mew-imap2.el | 4 ++++ + mew-key.el | 4 ++++ + mew-lang-jp.el | 4 ++++ + mew-lang-kr.el | 4 ++++ + mew-lang-latin.el | 4 ++++ + mew-local.el | 4 ++++ + mew-mark.el | 4 ++++ + mew-message.el | 4 ++++ + mew-mime.el | 4 ++++ + mew-minibuf.el | 4 ++++ + mew-mule.el | 4 ++++ + mew-mule3.el | 4 ++++ + mew-net.el | 4 ++++ + mew-nntp.el | 4 ++++ + mew-nntp2.el | 4 ++++ + mew-passwd.el | 4 ++++ + mew-pgp.el | 4 ++++ + mew-pick.el | 4 ++++ + mew-pop.el | 4 ++++ + mew-refile.el | 4 ++++ + mew-scan.el | 4 ++++ + mew-search.el | 4 ++++ + mew-smime.el | 4 ++++ + mew-smtp.el | 4 ++++ + mew-sort.el | 4 ++++ + mew-ssh.el | 4 ++++ + mew-ssl.el | 4 ++++ + mew-summary.el | 4 ++++ + mew-summary2.el | 4 ++++ + mew-summary3.el | 4 ++++ + mew-summary4.el | 4 ++++ + mew-syntax.el | 4 ++++ + mew-thread.el | 4 ++++ + mew-unix.el | 4 ++++ + mew-vars.el | 4 ++++ + mew-vars2.el | 4 ++++ + mew-vars3.el | 4 ++++ + mew-varsx.el | 4 ++++ + mew-virtual.el | 4 ++++ + mew-win32.el | 4 ++++ + mew.el | 4 ++++ + 65 files changed, 260 insertions(+) + +diff --git mew-addrbook.el mew-addrbook.el +index e9d5c6b..9a94143 100644 +--- mew-addrbook.el ++++ mew-addrbook.el +@@ -574,3 +574,7 @@ reflected." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-addrbook.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-attach.el mew-attach.el +index a405d6a..1f69b7c 100644 +--- mew-attach.el ++++ mew-attach.el +@@ -876,3 +876,7 @@ Input decrypters' addresses." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-attach.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-auth.el mew-auth.el +index eaf6677..3b8a564 100644 +--- mew-auth.el ++++ mew-auth.el +@@ -100,3 +100,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-auth.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-blvs.el mew-blvs.el +index e454e03..b0537d8 100644 +--- mew-blvs.el ++++ mew-blvs.el +@@ -88,3 +88,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-blvs.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-bq.el mew-bq.el +index f5a6846..f1ed957 100644 +--- mew-bq.el ++++ mew-bq.el +@@ -1197,3 +1197,7 @@ That is, each line may be more than 75." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-bq.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-cache.el mew-cache.el +index da85f90..b1d9e0a 100644 +--- mew-cache.el ++++ mew-cache.el +@@ -263,3 +263,7 @@ if decode fails." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-cache.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-complete.el mew-complete.el +index afbcd40..876443a 100644 +--- mew-complete.el ++++ mew-complete.el +@@ -810,3 +810,7 @@ the name exists." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-complete.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-config.el mew-config.el +index 7a80b4e..0e9fde4 100644 +--- mew-config.el ++++ mew-config.el +@@ -640,3 +640,7 @@ fields in the header according to the new value." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-config.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-const.el mew-const.el +index 9ff390d..c8b284b 100644 +--- mew-const.el ++++ mew-const.el +@@ -364,3 +364,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-const.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-darwin.el mew-darwin.el +index b1ab3aa..f9dda96 100644 +--- mew-darwin.el ++++ mew-darwin.el +@@ -135,3 +135,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-darwin.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-decode.el mew-decode.el +index cc74a74..276e627 100644 +--- mew-decode.el ++++ mew-decode.el +@@ -1156,3 +1156,7 @@ Return a part syntax after moving the beginning of the content body." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-decode.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-demo.el mew-demo.el +index e8ba169..bca4f60 100644 +--- mew-demo.el ++++ mew-demo.el +@@ -143,3 +143,7 @@ Please send comments to Kazu@Mew.org. + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-demo.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-draft.el mew-draft.el +index 40584ff..55defa1 100644 +--- mew-draft.el ++++ mew-draft.el +@@ -1030,3 +1030,7 @@ Set privacy service which will be effective when \\[mew-draft-make-message]." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-draft.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-edit.el mew-edit.el +index 36c63f2..b77bc85 100644 +--- mew-edit.el ++++ mew-edit.el +@@ -1204,3 +1204,7 @@ mew-summary-reedit." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-edit.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-encode.el mew-encode.el +index 70af9e9..2fa1313 100644 +--- mew-encode.el ++++ mew-encode.el +@@ -1383,3 +1383,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-encode.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-env.el mew-env.el +index 7b1aa9e..0333a3e 100644 +--- mew-env.el ++++ mew-env.el +@@ -360,3 +360,7 @@ requires PTY.") + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-env.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-exec.el mew-exec.el +index dff3d24..592f65c 100644 +--- mew-exec.el ++++ mew-exec.el +@@ -690,3 +690,7 @@ the queue, type '\\[mew-summary-send-message]' in the queue online." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-exec.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-ext.el mew-ext.el +index 3428b08..acc6459 100644 +--- mew-ext.el ++++ mew-ext.el +@@ -521,3 +521,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-ext.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-fib.el mew-fib.el +index 385f95d..67cf1b4 100644 +--- mew-fib.el ++++ mew-fib.el +@@ -121,3 +121,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-fib.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-func.el mew-func.el +index 14340ab..02b9e6a 100644 +--- mew-func.el ++++ mew-func.el +@@ -1673,3 +1673,7 @@ by side-effect." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-func.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-gemacs.el mew-gemacs.el +index 47e8df0..f1d5021 100644 +--- mew-gemacs.el ++++ mew-gemacs.el +@@ -463,3 +463,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-gemacs.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-header.el mew-header.el +index d832d1b..84ee46e 100644 +--- mew-header.el ++++ mew-header.el +@@ -545,3 +545,7 @@ Remove anonymous addresses." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-header.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-highlight.el mew-highlight.el +index 729283e..d7a4da8 100644 +--- mew-highlight.el ++++ mew-highlight.el +@@ -383,3 +383,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-highlight.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-imap.el mew-imap.el +index c07dc93..842d2c4 100644 +--- mew-imap.el ++++ mew-imap.el +@@ -1917,3 +1917,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-imap.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-imap2.el mew-imap2.el +index 49b8231..c542f95 100644 +--- mew-imap2.el ++++ mew-imap2.el +@@ -657,3 +657,7 @@ with '*' in the region are handled." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-imap2.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-key.el mew-key.el +index 4b753f6..40f9635 100644 +--- mew-key.el ++++ mew-key.el +@@ -688,3 +688,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-key.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-lang-jp.el mew-lang-jp.el +index cfc63a8..95ac02e 100644 +--- mew-lang-jp.el ++++ mew-lang-jp.el +@@ -217,3 +217,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-lang-jp.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-lang-kr.el mew-lang-kr.el +index d7c3a35..ec1b58c 100644 +--- mew-lang-kr.el ++++ mew-lang-kr.el +@@ -41,3 +41,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-lang-kr.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-lang-latin.el mew-lang-latin.el +index 233ef99..d3ead60 100644 +--- mew-lang-latin.el ++++ mew-lang-latin.el +@@ -86,3 +86,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-lang-latin.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-local.el mew-local.el +index 7257b31..f6d6ccb 100644 +--- mew-local.el ++++ mew-local.el +@@ -424,3 +424,7 @@ Binary search is used for speed reasons." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-local.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-mark.el mew-mark.el +index 477fa6e..187175e 100644 +--- mew-mark.el ++++ mew-mark.el +@@ -929,3 +929,7 @@ The 'o' mark is not exchangeable." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-mark.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-message.el mew-message.el +index 91c5b35..ef52cb7 100644 +--- mew-message.el ++++ mew-message.el +@@ -339,3 +339,7 @@ confused. Please use '\\[mew-message-forward]' instead." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-message.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-mime.el mew-mime.el +index 98843ca..266bf69 100644 +--- mew-mime.el ++++ mew-mime.el +@@ -987,3 +987,7 @@ See 'mew-mime-content-type' to know how actions can be defined." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-mime.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-minibuf.el mew-minibuf.el +index 705bde0..14864f9 100644 +--- mew-minibuf.el ++++ mew-minibuf.el +@@ -1056,3 +1056,7 @@ it is deleted automatically." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-minibuf.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-mule.el mew-mule.el +index aabebf3..c56da2e 100644 +--- mew-mule.el ++++ mew-mule.el +@@ -168,3 +168,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-mule.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-mule3.el mew-mule3.el +index 3b0dc8a..e71f672 100644 +--- mew-mule3.el ++++ mew-mule3.el +@@ -424,3 +424,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-mule3.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-net.el mew-net.el +index 2206b28..3ebf1d1 100644 +--- mew-net.el ++++ mew-net.el +@@ -910,3 +910,7 @@ The messages in the server side is always retained." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-net.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-nntp.el mew-nntp.el +index e9c3352..5f8b291 100644 +--- mew-nntp.el ++++ mew-nntp.el +@@ -742,3 +742,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-nntp.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-nntp2.el mew-nntp2.el +index 4c12458..57ab6f0 100644 +--- mew-nntp2.el ++++ mew-nntp2.el +@@ -446,3 +446,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-nntp2.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-passwd.el mew-passwd.el +index 9604901..08962da 100644 +--- mew-passwd.el ++++ mew-passwd.el +@@ -351,3 +351,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-passwd.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-pgp.el mew-pgp.el +index 6f53cdd..ac55657 100644 +--- mew-pgp.el ++++ mew-pgp.el +@@ -1296,3 +1296,7 @@ according to a URL in a field specified by 'mew-x-pgp-key-list'." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-pgp.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-pick.el mew-pick.el +index 74ff9a8..2a48f4e 100644 +--- mew-pick.el ++++ mew-pick.el +@@ -851,3 +851,7 @@ If you want to change the stored keyword, execute this command with '\\[universa + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-pick.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-pop.el mew-pop.el +index 9e2db7c..e78b099 100644 +--- mew-pop.el ++++ mew-pop.el +@@ -989,3 +989,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-pop.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-refile.el mew-refile.el +index 1ed35e5..02a278f 100644 +--- mew-refile.el ++++ mew-refile.el +@@ -946,3 +946,7 @@ This is very convenient to refile all messages picked by '\\[mew-summary-pick]'. + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-refile.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-scan.el mew-scan.el +index a251ac5..c72e1cf 100644 +--- mew-scan.el ++++ mew-scan.el +@@ -928,3 +928,7 @@ non-nil, only headers of messages are cached. If executed with + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-scan.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-search.el mew-search.el +index cd2985c..01f85d9 100644 +--- mew-search.el ++++ mew-search.el +@@ -813,3 +813,7 @@ from scratch." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-search.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-smime.el mew-smime.el +index c720ad4..7842728 100644 +--- mew-smime.el ++++ mew-smime.el +@@ -499,3 +499,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-smime.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-smtp.el mew-smtp.el +index e3dbbdc..ab6ff38 100644 +--- mew-smtp.el ++++ mew-smtp.el +@@ -791,3 +791,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-smtp.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-sort.el mew-sort.el +index 391476c..912a54b 100644 +--- mew-sort.el ++++ mew-sort.el +@@ -525,3 +525,7 @@ local cache messages are packed." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-sort.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-ssh.el mew-ssh.el +index 7aa3adc..fbd4c37 100644 +--- mew-ssh.el ++++ mew-ssh.el +@@ -256,3 +256,7 @@ after ':'." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-ssh.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-ssl.el mew-ssl.el +index 608ab79..30327c2 100644 +--- mew-ssl.el ++++ mew-ssl.el +@@ -323,3 +323,7 @@ A local port number can be obtained the process name after ':'. " + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-ssl.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-summary.el mew-summary.el +index 06b575e..31fcfcb 100644 +--- mew-summary.el ++++ mew-summary.el +@@ -426,3 +426,7 @@ and return (beg . end)." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-summary.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-summary2.el mew-summary2.el +index 7434d27..e2c3fbb 100644 +--- mew-summary2.el ++++ mew-summary2.el +@@ -817,3 +817,7 @@ over the window. Type '\\[mew-summary-prev-page]' to see them when a message is + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-summary2.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-summary3.el mew-summary3.el +index e9b3a4c..5625181 100644 +--- mew-summary3.el ++++ mew-summary3.el +@@ -490,3 +490,7 @@ attached." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-summary3.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-summary4.el mew-summary4.el +index 3e900cc..a524f2c 100644 +--- mew-summary4.el ++++ mew-summary4.el +@@ -1227,3 +1227,7 @@ Executing this command enables searching such information." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-summary4.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-syntax.el mew-syntax.el +index 9a6ea2f..f2b03b1 100644 +--- mew-syntax.el ++++ mew-syntax.el +@@ -1055,3 +1055,7 @@ system." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-syntax.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-thread.el mew-thread.el +index 7e575cb..7523e90 100644 +--- mew-thread.el ++++ mew-thread.el +@@ -1180,3 +1180,7 @@ The thread/message is specified with the mark(\\[set-mark-command])." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-thread.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-unix.el mew-unix.el +index 7c40726..26f9948 100644 +--- mew-unix.el ++++ mew-unix.el +@@ -145,3 +145,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-unix.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-vars.el mew-vars.el +index 92ea41e..0c32ed5 100644 +--- mew-vars.el ++++ mew-vars.el +@@ -3322,3 +3322,7 @@ Level 2: syntax error." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-vars.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-vars2.el mew-vars2.el +index c7d629e..fead654 100644 +--- mew-vars2.el ++++ mew-vars2.el +@@ -1013,3 +1013,7 @@ An example is as follows: + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-vars2.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-vars3.el mew-vars3.el +index a35ec18..68b6223 100644 +--- mew-vars3.el ++++ mew-vars3.el +@@ -223,3 +223,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-vars.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-varsx.el mew-varsx.el +index a66afd9..e02207b 100644 +--- mew-varsx.el ++++ mew-varsx.el +@@ -268,3 +268,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-varsx.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-virtual.el mew-virtual.el +index da0c794..23a56f0 100644 +--- mew-virtual.el ++++ mew-virtual.el +@@ -243,3 +243,7 @@ If called with '\\[universal-argument]', you can specify a target mark." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-virtual.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew-win32.el mew-win32.el +index 4d33cd4..49cf792 100644 +--- mew-win32.el ++++ mew-win32.el +@@ -266,3 +266,7 @@ + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew-win32.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +diff --git mew.el mew.el +index 64c19b0..5884bfa 100644 +--- mew.el ++++ mew.el +@@ -773,3 +773,7 @@ Mew remain, so you can resume with buffer operations." + ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ;;; mew.el ends here ++ ++;; Local Variables: ++;; no-native-compile: t ++;; End: +-- +2.33.0 + From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 08:21:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DF5667998C; Tue, 28 Sep 2021 08:21:55 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJXXz3k90z4ccp; Tue, 28 Sep 2021 08:21:55 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632817315; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XE+NB37P+4W7bEotfhHjPebRXuJpFs21wDneecjFBFo=; b=JM8xIu/CJUDQU/JYelWp6ZFhzkc7o0hZsLWpyFANqYb2Vxfel9+Ens0eqxO4OfA9nq8fQN 4/LxL0G4vI684uECXnm/uK2zQ2Ohp7hSH648J8C+KMxC9wkzVRxHnIaD6itxHG3gq6y4K/ KPlL0u2cLTfG4yEZL+1WuSkwBnz3BFJ4FJQEB2EesCyuWqERhJepaSCzMBd+9n3YujAjzh FaM/IOkj+JyxLQHSACGsDIsymJJkf9p4gt07PUFAMepNvZBuMt91Bnuh1G1Wdv9ZY4nbCN cgQRd2zupfk+UZVaIgZjMWldJb7iy/V7//y132vW/AgHgJLFMz/gmnAkDRCQEQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6D28FC164; Tue, 28 Sep 2021 08:21:55 +0000 (UTC) Date: Tue, 28 Sep 2021 08:21:55 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: f73bc57ac903 - main - www/webkit2-gtk3: unbreak GSTREAMER=off after 895bc805a Message-ID: References: <202109280718.18S7IYNc062905@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109280718.18S7IYNc062905@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632817315; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XE+NB37P+4W7bEotfhHjPebRXuJpFs21wDneecjFBFo=; b=gU/h9ZJYoQTHEOVBaYKU03EVB0JB8t8sWUXKaFNstgCkgbw7FBxozdm4/IAtb97fcLpgad YwkjVGGE3gfH6RO6RwCa6zOp/Z7W9sIpXpOxthxtJegz3bfNUXOd0+gTInJHt6QhjCJWDJ uWKLILgIy1C3QSBAQ6UEuA5GTMZxncFSFYD2MxyWR4t6qW5TnPXLmJ0dZ1+CtUh+Ncx3kx 2O1ealv8R3pImVfXTdsuLJgkB+sc9eaxzBryqGNdmm4qw57c6TNd3XSroLdFm/2huJD+ff fF2UCxFEGr9dQIgQ7g6XXlFPAZfs2X/AJDXMd48Uc0xZ9ykEficksk35IRK8/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632817315; a=rsa-sha256; cv=none; b=KmA6tQw+/OTDnLnS07AcIHUinTmZ4klYrbH8lv7/ZO+3LQvCF+ZLftRRALAKqS5dn0Ew0m FdgdYLutFiYhUcGtjCI5OaTh7fTAc7Z3WLUpT3MQSkG0cPesYCGYbSf7PkGn2w0DHtgMDT 73H01kw3YVW6XywkFl6QtNXVy52cii+LYnTdZO+Wa91POeGx0kjDQk3hcNngvV5Q3mkEsl 619g+cbR8sctM0B5zEkOKvuKSFPq1/TbGaSIsQsXgiJlEfV6fXClDTgqihG1UGuW7M2hTJ Mz5urnZtCNIZfwZFpK0Upu10trTY/PRVZa4xkdhTCJ6f9+46AZzAfrU9Y3ou1A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 08:21:55 -0000 On Tue, Sep 28, 2021 at 07:18:34AM +0000, Baptiste Daroussin wrote: > commit f73bc57ac903f6c6b69c2b9bf59d0b5598b56ead > > www/webkit2-gtk3: unbreak GSTREAMER=off after 895bc805a > > ... > +index 24c515c..043f534 100644 > +--- Source/WebCore/Sources.txt > ++++ Source/WebCore/Sources.txt > +@@ -364,7 +364,6 @@ Modules/webxr/XRInputSourceEvent.cpp @no-unify > + Modules/webxr/XRInputSourcesChangeEvent.cpp @no-unify > + Modules/webxr/XRReferenceSpaceEvent.cpp @no-unify > + Modules/webxr/XRSessionEvent.cpp @no-unify > +-accessibility/AXImage.cpp Removing the file from Sources.txt should be enough, no? > +diff --git Source/WebCore/accessibility/AXImage.cpp Source/WebCore/accessibility/AXImage.cpp > +deleted file mode 100644 > +index d7226f2..0000000 > +--- Source/WebCore/accessibility/AXImage.cpp > ++++ /dev/null > +@@ -1,86 +0,0 @@ > +-/* > +- * Copyright (C) 2021 Apple Inc. All rights reserved. > +- * > +- * Redistribution and use in source and binary forms, with or without > +- * modification, are permitted provided that the following conditions > +- * are met: [ lots of lines skipped ] What's the point of nullifying these two files as part of the patch? This makes the patch quite unreadable... ./danfe From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 08:30:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0EABD67982D; Tue, 28 Sep 2021 08:30:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJXl9000vz4d61; Tue, 28 Sep 2021 08:30:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3A332150D; Tue, 28 Sep 2021 08:30:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S8UiCv064881; Tue, 28 Sep 2021 08:30:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S8UiCU064880; Tue, 28 Sep 2021 08:30:44 GMT (envelope-from git) Date: Tue, 28 Sep 2021 08:30:44 GMT Message-Id: <202109280830.18S8UiCU064880@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: 31e18ce2e42f - main - security/vuxml: Fix range on latest cURL vuln MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 31e18ce2e42f799902c419bb1f850464363d9bb4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 08:30:45 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=31e18ce2e42f799902c419bb1f850464363d9bb4 commit 31e18ce2e42f799902c419bb1f850464363d9bb4 Author: Bernard Spil AuthorDate: 2021-09-28 08:29:46 +0000 Commit: Bernard Spil CommitDate: 2021-09-28 08:29:46 +0000 security/vuxml: Fix range on latest cURL vuln Submitted by: yasu PR: 258586 --- security/vuxml/vuln-2021.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index f3c13da6ed56..30878e3237f0 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -430,8 +430,7 @@ curl - 7.79.0 - 7.20.0 + 7.20.07.79.0 @@ -455,6 +454,7 @@ 2021-09-15 2021-09-17 + 2021-09-28 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 08:53:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC496679D4C; Tue, 28 Sep 2021 08:53:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJYFP5cGcz4f9H; Tue, 28 Sep 2021 08:53:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A089121747; Tue, 28 Sep 2021 08:53:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S8rTFD095576; Tue, 28 Sep 2021 08:53:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S8rTra095575; Tue, 28 Sep 2021 08:53:29 GMT (envelope-from git) Date: Tue, 28 Sep 2021 08:53:29 GMT Message-Id: <202109280853.18S8rTra095575@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthew Seaman Subject: git: 4d632b65ba25 - main - databases/py-agate-sql: update to 0.5.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: matthew X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4d632b65ba25b132abc75e2961cd92f833f68add Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 08:53:29 -0000 The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d632b65ba25b132abc75e2961cd92f833f68add commit 4d632b65ba25b132abc75e2961cd92f833f68add Author: Matthew Seaman AuthorDate: 2021-09-28 08:52:55 +0000 Commit: Matthew Seaman CommitDate: 2021-09-28 08:53:21 +0000 databases/py-agate-sql: update to 0.5.8 ChangeLog: https://github.com/wireservice/agate-sql/blob/0.5.8/CHANGELOG.rst --- databases/py-agate-sql/Makefile | 2 +- databases/py-agate-sql/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/py-agate-sql/Makefile b/databases/py-agate-sql/Makefile index 86311dd1fcaa..c82ad7a5df80 100644 --- a/databases/py-agate-sql/Makefile +++ b/databases/py-agate-sql/Makefile @@ -1,5 +1,5 @@ PORTNAME= agate-sql -PORTVERSION= 0.5.7 +PORTVERSION= 0.5.8 CATEGORIES= databases textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-agate-sql/distinfo b/databases/py-agate-sql/distinfo index 9ba52c31b0e9..5349865d52cd 100644 --- a/databases/py-agate-sql/distinfo +++ b/databases/py-agate-sql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626264578 -SHA256 (agate-sql-0.5.7.tar.gz) = 7622c1f243b5a9a5efddfe28c36eeeb30081e43e3eb72e8f3da22c2edaecf4d8 -SIZE (agate-sql-0.5.7.tar.gz) = 14975 +TIMESTAMP = 1632811104 +SHA256 (agate-sql-0.5.8.tar.gz) = 581e062ae878cc087d3d0948670d46b16589df0790bf814524b0587a359f2ada +SIZE (agate-sql-0.5.8.tar.gz) = 15182 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 09:23:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E25867A0E4; Tue, 28 Sep 2021 09:23:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJYvb0nJ2z4gj1; Tue, 28 Sep 2021 09:23:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F00602209F; Tue, 28 Sep 2021 09:23:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S9N6GF035997; Tue, 28 Sep 2021 09:23:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S9N6Uu035996; Tue, 28 Sep 2021 09:23:06 GMT (envelope-from git) Date: Tue, 28 Sep 2021 09:23:06 GMT Message-Id: <202109280923.18S9N6Uu035996@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dima Panov Subject: git: 9189d5158160 - main - mail/opensmtpd-devel: drop unsupported upstream snapshots before 2021Q4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fluffy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9189d51581606c2c4b443ea7546141371a1638f3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 09:23:07 -0000 The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9189d51581606c2c4b443ea7546141371a1638f3 commit 9189d51581606c2c4b443ea7546141371a1638f3 Author: Dima Panov AuthorDate: 2021-09-28 09:20:21 +0000 Commit: Dima Panov CommitDate: 2021-09-28 09:20:21 +0000 mail/opensmtpd-devel: drop unsupported upstream snapshots before 2021Q4 Move to official releases of mail/opensmtpd Suggested by: mandree --- MOVED | 1 + mail/Makefile | 1 - mail/opensmtpd-devel/Makefile | 80 ---------------------- mail/opensmtpd-devel/distinfo | 3 - .../files/patch-mk_smtpd_Makefile.in | 17 ----- mail/opensmtpd-devel/files/patch-smtpd-rfc2822.c | 19 ----- .../files/patch-smtpd-smtp_session.c | 11 --- mail/opensmtpd-devel/files/patch-src_mda.c | 11 --- mail/opensmtpd-devel/files/pkg-deinstall.in | 14 ---- mail/opensmtpd-devel/files/pkg-install.in | 17 ----- mail/opensmtpd-devel/files/pkg-message.in | 27 -------- mail/opensmtpd-devel/files/smtpd.in | 52 -------------- mail/opensmtpd-devel/pkg-descr | 8 --- mail/opensmtpd-devel/pkg-plist | 15 ---- 14 files changed, 1 insertion(+), 275 deletions(-) diff --git a/MOVED b/MOVED index f901b1180a33..f4ed42c559a6 100644 --- a/MOVED +++ b/MOVED @@ -16487,3 +16487,4 @@ net-mgmt/zabbix52-java||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-proxy||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-server||2021-09-19|Has expired: Unsupported by upstream devel/py-pyyaml-env-tag|devel/py-pyyaml_env_tag|2021-09-28|Renamed to match upstream naming +mail/opensmtpd-devel|mail/opensmtpd|2021-09-28|Has expired: move to offical releases diff --git a/mail/Makefile b/mail/Makefile index c2ef02e6eb57..32b11f4c9687 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -262,7 +262,6 @@ SUBDIR += opendkim SUBDIR += opendmarc SUBDIR += opensmtpd - SUBDIR += opensmtpd-devel SUBDIR += opensmtpd-extras SUBDIR += opensmtpd-extras-queue-ram SUBDIR += opensmtpd-extras-scheduler-ram diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile deleted file mode 100644 index 853dc6eca28f..000000000000 --- a/mail/opensmtpd-devel/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# Created by: Ashish SHUKLA - -PORTNAME= opensmtpd -PORTVERSION= 201606220754 -DISTVERSIONSUFFIX= p1 -PORTREVISION= 6 -PORTEPOCH= 1 -CATEGORIES= mail -MASTER_SITES= http://www.opensmtpd.org/archives/ \ - http://distfiles.pirateparty.in/ashish/ -PKGNAMESUFFIX= -devel - -MAINTAINER= fluffy@FreeBSD.org -COMMENT= Security- and simplicity-focused SMTP server from OpenBSD - -LICENSE= ISCL -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN_SSL= openssl -BROKEN_SSL_REASON_openssl= Incompatible with Openssl 1.1.x yet - -LIB_DEPENDS= libevent.so:devel/libevent - -OPTIONS_DEFINE= CA_BUNDLE LIBASR MAILERCONF PAM TABLE_DB - -OPTIONS_DEFAULT= CA_BUNDLE PAM TABLE_DB - -CA_BUNDLE_DESC= Install CA bundle for SSL -LIBASR_DESC= Use stable version of libasr -MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5) -TABLE_DB_DESC= Build table-db plugin (aliases) - -USES= cpe groff libtool ssl -GNU_CONFIGURE= yes - -CPE_VENDOR= openbsd - -USE_RC_SUBR= smtpd -SUB_FILES= pkg-install pkg-deinstall pkg-message - -CONFLICTS_INSTALL= postfix-[0-9]* sendmail-[0-9]* opensmtpd-[0-9]* - -USERS= _smtpd _smtpq -GROUPS= _smtpd _smtpq - -OPTIONS_SUB= yes - -CA_BUNDLE_CONFIGURE_WITH= path-CAfile=${LOCALBASE}/share/certs/ca-root-nss.crt -CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss - -LIBASR_LIB_DEPENDS= libasr.so:dns/libasr -LIBASR_LIB_DEPENDS_OFF= libasr.so:dns/libasr-devel - -PAM_CONFIGURE_WITH= auth-pam=smtpd -TABLE_DB_CONFIGURE_WITH= table-db - -CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ - --with-libevent=${LOCALBASE} \ - --with-libssl=${OPENSSLBASE} \ - --sysconfdir=${PREFIX}/etc/mail/ - -.include - -.if ${OPSYS} == FreeBSD && \ - ((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \ - (${SSL_DEFAULT} == "openssl")) -BROKEN= Incompatible with Openssl 1.1.x yet -.endif - -post-patch: - ${REINPLACE_CMD} -e '/chmod 2555/d' ${WRKSRC}/mk/smtpctl/Makefile.in - # https://github.com/OpenSMTPD/OpenSMTPD/issues/700 - ${REINPLACE_CMD} -r -e \ - '/SMTPD_VERSION/s/"[^"]+"$$/"${PORTVERSION}${DISTVERSIONSUFFIX}"/' \ - ${WRKSRC}/smtpd/smtpd.h - -post-install-TABLE_DB-on: - @${LN} -sf ${PREFIX}/sbin/smtpctl ${STAGEDIR}${PREFIX}/libexec/opensmtpd/makemap - -.include diff --git a/mail/opensmtpd-devel/distinfo b/mail/opensmtpd-devel/distinfo deleted file mode 100644 index 616c94da5679..000000000000 --- a/mail/opensmtpd-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1466588486 -SHA256 (opensmtpd-201606220754p1.tar.gz) = 4057ab61396b0a9de50fb2087aac3997757fa95f49de5d71db3a8ad49a9ae163 -SIZE (opensmtpd-201606220754p1.tar.gz) = 692879 diff --git a/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in b/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in deleted file mode 100644 index f7d756b35c37..000000000000 --- a/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- mk/smtpd/Makefile.in.orig 2016-06-06 21:03:28 UTC -+++ mk/smtpd/Makefile.in -@@ -1366,13 +1366,7 @@ install-exec-hook: $(CONFIGFILES) $(MANP - $(MKDIR_P) $(DESTDIR)$(bindir) - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 -- -- @if [ ! -f $(DESTDIR)$(sysconfdir)/smtpd.conf ]; then \ -- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf; \ -- else \ -- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \ -- fi -- -+ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf.sample - $(INSTALL) -m 644 aliases.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5 - $(INSTALL) -m 644 forward.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/forward.5 - $(INSTALL) -m 644 table.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/table.5 diff --git a/mail/opensmtpd-devel/files/patch-smtpd-rfc2822.c b/mail/opensmtpd-devel/files/patch-smtpd-rfc2822.c deleted file mode 100644 index 67952346556e..000000000000 --- a/mail/opensmtpd-devel/files/patch-smtpd-rfc2822.c +++ /dev/null @@ -1,19 +0,0 @@ ---- smtpd/rfc2822.c.orig 2018-05-01 13:33:10.000000000 +0000 -+++ smtpd/rfc2822.c 2018-05-01 13:34:47.931554000 +0000 -@@ -53,4 +53,7 @@ - struct rfc2822_hdr_miss_cb *hdr_miss_cb; -+ -+ if (!rp->in_hdr) -+ goto end; - - TAILQ_FOREACH(hdr_cb, &rp->hdr_cb, next) - if (strcasecmp(hdr_cb->name, rp->header.name) == 0) { -@@ -151,6 +152,8 @@ - return; - - header_callback(rp); -+ -+ missing_headers_callback(rp); - } - - void diff --git a/mail/opensmtpd-devel/files/patch-smtpd-smtp_session.c b/mail/opensmtpd-devel/files/patch-smtpd-smtp_session.c deleted file mode 100644 index 990888bf463d..000000000000 --- a/mail/opensmtpd-devel/files/patch-smtpd-smtp_session.c +++ /dev/null @@ -1,11 +0,0 @@ ---- smtpd/smtp_session.c.orig 2018-05-01 13:35:00.375262000 +0000 -+++ smtpd/smtp_session.c 2018-05-01 13:37:22.637096000 +0000 -@@ -1345,6 +1345,8 @@ - s->dataeom = 1; - if (iobuf_queued(&s->obuf) == 0) - smtp_data_io_done(s); -+ else -+ io_reload(&s->oev); - return; - } - diff --git a/mail/opensmtpd-devel/files/patch-src_mda.c b/mail/opensmtpd-devel/files/patch-src_mda.c deleted file mode 100644 index 3f4e0b1bf9ef..000000000000 --- a/mail/opensmtpd-devel/files/patch-src_mda.c +++ /dev/null @@ -1,11 +0,0 @@ ---- smtpd/mda.c.orig 2016-05-13 02:56:04.000000000 +1000 -+++ smtpd/mda.c 2018-04-26 10:28:45.373358000 +1000 -@@ -274,7 +274,7 @@ - * if any - */ - n = iobuf_fqueue(&s->iobuf, -- "Return-Path: %s\n" -+ "Return-Path: <%s>\n" - "Delivered-To: %s\n", - e->sender, - e->rcpt ? e->rcpt : e->dest); diff --git a/mail/opensmtpd-devel/files/pkg-deinstall.in b/mail/opensmtpd-devel/files/pkg-deinstall.in deleted file mode 100644 index b2701419666c..000000000000 --- a/mail/opensmtpd-devel/files/pkg-deinstall.in +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -PKGNAME=$1 -TARGET=$2 - -PREFIX=$(echo %%PREFIX%% |sed -e 's,/,\\/,g') - -if [ "$TARGET" = POST-DEINSTALL -a -z "%%MAILERCONF%%" ]; then - sed -e '/[[:space:]]'$PREFIX'\/sbin\/smtpctl/d' \ - -e '/[[:space:]]'$PREFIX'\/libexec\/opensmtpd\/makemap/d' \ - -e 's/^### opensmtpd: //g' -i '' /etc/mail/mailer.conf -fi - -exit 0 diff --git a/mail/opensmtpd-devel/files/pkg-install.in b/mail/opensmtpd-devel/files/pkg-install.in deleted file mode 100644 index b19e4c261d08..000000000000 --- a/mail/opensmtpd-devel/files/pkg-install.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -PKGNAME=$1 -TARGET=$2 - -if [ "$TARGET" = POST-INSTALL -a -z "%%MAILERCONF%%" ]; then - sed -e '/^[^#]/s/^/### opensmtpd: /g' -i '' /etc/mail/mailer.conf - cat >>/etc/mail/mailer.conf < Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33E6F67A820; Tue, 28 Sep 2021 09:53:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJZZq6Wfxz4hpl; Tue, 28 Sep 2021 09:53:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C07C8227A3; Tue, 28 Sep 2021 09:53:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S9rdce075707; Tue, 28 Sep 2021 09:53:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S9rdVj075706; Tue, 28 Sep 2021 09:53:39 GMT (envelope-from git) Date: Tue, 28 Sep 2021 09:53:39 GMT Message-Id: <202109280953.18S9rdVj075706@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emmanuel Vadot Subject: git: 8c6667335382 - main - u-boot-duovero: Remove port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8c6667335382a7f6aee18ff90ff2fc43676e9169 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 09:53:40 -0000 The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c6667335382a7f6aee18ff90ff2fc43676e9169 commit 8c6667335382a7f6aee18ff90ff2fc43676e9169 Author: Emmanuel Vadot AuthorDate: 2021-09-28 09:53:12 +0000 Commit: Emmanuel Vadot CommitDate: 2021-09-28 09:53:12 +0000 u-boot-duovero: Remove port This has been marked as BROKEN for a long time now. --- sysutils/Makefile | 1 - sysutils/u-boot-duovero/Makefile | 9 --------- sysutils/u-boot-duovero/pkg-descr | 14 -------------- 3 files changed, 24 deletions(-) diff --git a/sysutils/Makefile b/sysutils/Makefile index f68099c871ee..1d2a890c5f8a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1397,7 +1397,6 @@ SUBDIR += u-boot-cubieboard SUBDIR += u-boot-cubieboard2 SUBDIR += u-boot-cubox-hummingboard - SUBDIR += u-boot-duovero SUBDIR += u-boot-firefly-rk3399 SUBDIR += u-boot-imx-serial-loader SUBDIR += u-boot-master diff --git a/sysutils/u-boot-duovero/Makefile b/sysutils/u-boot-duovero/Makefile deleted file mode 100644 index 13cca8bd532e..000000000000 --- a/sysutils/u-boot-duovero/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -MASTERDIR= ${.CURDIR}/../u-boot-master - -MODEL= duovero -BOARD_CONFIG= duovero_defconfig -FAMILY= omap - -BROKEN= Does not build anymore - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-duovero/pkg-descr b/sysutils/u-boot-duovero/pkg-descr deleted file mode 100644 index e8f07331cea8..000000000000 --- a/sysutils/u-boot-duovero/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -U-Boot loader for Gumstix Duovero. - -To install this bootloader, copy the files MLO and u-boot.img to the FAT -partition on an SD card. Normally this is partition 1, but different -partitions can be set with U-Boot environment variables. - -This version is patched so that: - * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included - -For information about running FreeBSD on Duovero, see -https://wiki.freebsd.org/FreeBSD/arm - -WWW: https://www.denx.de/wiki/U-Boot From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 10:04:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4264467A840; Tue, 28 Sep 2021 10:04:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJZpx16Hpz4kJS; Tue, 28 Sep 2021 10:04:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05E5F22B2A; Tue, 28 Sep 2021 10:04:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SA48Z5089539; Tue, 28 Sep 2021 10:04:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SA48Yw089538; Tue, 28 Sep 2021 10:04:08 GMT (envelope-from git) Date: Tue, 28 Sep 2021 10:04:08 GMT Message-Id: <202109281004.18SA48Yw089538@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 59c39efaa8ae - main - sysutils/pdsh: resurrect^Wreadd previously expired port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 59c39efaa8aebe612a384a686e5b4b9df04ada72 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 10:04:09 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=59c39efaa8aebe612a384a686e5b4b9df04ada72 commit 59c39efaa8aebe612a384a686e5b4b9df04ada72 Author: Alexey Dokuchaev AuthorDate: 2021-09-28 10:03:48 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-28 10:03:51 +0000 sysutils/pdsh: resurrect^Wreadd previously expired port - Bring it back from the attic and update to version 2.34 - Nowadays, project is hosted and released on the GitHub - Use more appropriate USE_PERL5 and INSTALL_TARGET values - Hook the test suite to our framework (not all tests pass) --- MOVED | 1 - sysutils/Makefile | 1 + sysutils/pdsh/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ sysutils/pdsh/distinfo | 3 +++ sysutils/pdsh/pkg-descr | 6 ++++++ sysutils/pdsh/pkg-plist | 23 +++++++++++++++++++++++ 6 files changed, 73 insertions(+), 1 deletion(-) diff --git a/MOVED b/MOVED index f4ed42c559a6..95f660e1f6cd 100644 --- a/MOVED +++ b/MOVED @@ -9128,7 +9128,6 @@ sysutils/sievelog||2017-04-30|Has expired: Unfetchable for more than six months sysutils/ldapenter||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) sysutils/py-danzfs||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) sysutils/plasma-applet-apcups||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) -sysutils/pdsh||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) deskutils/superswitcher||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) deskutils/plasma-applet-playwolf||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) deskutils/nagaina||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) diff --git a/sysutils/Makefile b/sysutils/Makefile index 1d2a890c5f8a..23ca755b171b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -927,6 +927,7 @@ SUBDIR += pciutils SUBDIR += pcpustat SUBDIR += pdixtract + SUBDIR += pdsh SUBDIR += pdumpfs SUBDIR += pear-Cache SUBDIR += pear-Cache_Lite diff --git a/sysutils/pdsh/Makefile b/sysutils/pdsh/Makefile new file mode 100644 index 000000000000..e61679e14b53 --- /dev/null +++ b/sysutils/pdsh/Makefile @@ -0,0 +1,40 @@ +# Created by: Mykola Dzham + +PORTNAME= pdsh +PORTVERSION= 2.34 +DISTVERSIONPREFIX= ${PORTNAME}- +CATEGORIES= sysutils + +MAINTAINER= i@levsha.me +COMMENT= Parallel Distributed Shell + +LICENSE= GPLv2 + +GNU_CONFIGURE= yes +# :keepla because port uses lt_dlopen +USES= autoreconf gmake libtool:keepla shebangfix +USE_GITHUB= yes +GH_ACCOUNT= chaos +USE_PERL5= run +SHEBANG_FILES= scripts/dshbak +INSTALL_TARGET= install-strip +TEST_TARGET= check + +OPTIONS_DEFINE= SSH DSHGROUPS NETGROUP READLINE RSH +OPTIONS_DEFAULT= SSH DSHGROUPS +OPTIONS_SUB= yes +DSHGROUPS_DESC= DSH groups support +DSHGROUPS_CONFIGURE_WITH= dshgroups +NETGROUP_DESC= NIS Netgroup support +NETGROUP_CONFIGURE_WITH=netgroup +READLINE_CONFIGURE_WITH=readline +READLINE_USES= readline +RSH_DESC= RSH support +RSH_CONFIGURE_WITH= rsh +SSH_CONFIGURE_WITH= ssh + +post-patch: + @${REINPLACE_CMD} -e 's,m4_esyscmd.*,[${PORTVERSION}]),' \ + ${WRKSRC}/configure.ac + +.include diff --git a/sysutils/pdsh/distinfo b/sysutils/pdsh/distinfo new file mode 100644 index 000000000000..d01fb2b8fe63 --- /dev/null +++ b/sysutils/pdsh/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1578433486 +SHA256 (chaos-pdsh-pdsh-2.34_GH0.tar.gz) = 36e1b3c734ae9b4baf054c656b9735206cc56b290d2c0ec4f7825cdd9f7dff54 +SIZE (chaos-pdsh-pdsh-2.34_GH0.tar.gz) = 215708 diff --git a/sysutils/pdsh/pkg-descr b/sysutils/pdsh/pkg-descr new file mode 100644 index 000000000000..1c2b21ce2f76 --- /dev/null +++ b/sysutils/pdsh/pkg-descr @@ -0,0 +1,6 @@ +Pdsh is a high-performance, parallel remote shell utility. It uses a sliding +window of threads to execute remote commands, conserving socket resources while +allowing some connections to timeout if needed. It was originally written as a +replacement for IBM's DSH on clusters at LLNL. + +WWW: https://github.com/chaos/pdsh diff --git a/sysutils/pdsh/pkg-plist b/sysutils/pdsh/pkg-plist new file mode 100644 index 000000000000..5f21f457e088 --- /dev/null +++ b/sysutils/pdsh/pkg-plist @@ -0,0 +1,23 @@ +bin/dshbak +bin/pdcp +bin/pdsh +bin/rpdcp +lib/pdsh/execcmd.a +lib/pdsh/execcmd.la +lib/pdsh/execcmd.so +%%DSHGROUPS%%lib/pdsh/dshgroup.a +%%DSHGROUPS%%lib/pdsh/dshgroup.la +%%DSHGROUPS%%lib/pdsh/dshgroup.so +%%NETGROUP%%lib/pdsh/netgroup.a +%%NETGROUP%%lib/pdsh/netgroup.la +%%NETGROUP%%lib/pdsh/netgroup.so +%%SSH%%lib/pdsh/sshcmd.a +%%SSH%%lib/pdsh/sshcmd.la +%%SSH%%lib/pdsh/sshcmd.so +%%RSH%%lib/pdsh/xrcmd.a +%%RSH%%lib/pdsh/xrcmd.la +%%RSH%%lib/pdsh/xrcmd.so +man/man1/dshbak.1.gz +man/man1/pdcp.1.gz +man/man1/pdsh.1.gz +man/man1/rpdcp.1.gz From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 11:06:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15CDC67B413; Tue, 28 Sep 2021 11:06:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJcBS65b1z4mb7; Tue, 28 Sep 2021 11:06:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B13C523615; Tue, 28 Sep 2021 11:06:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SB68M8069455; Tue, 28 Sep 2021 11:06:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SB68Ef069454; Tue, 28 Sep 2021 11:06:08 GMT (envelope-from git) Date: Tue, 28 Sep 2021 11:06:08 GMT Message-Id: <202109281106.18SB68Ef069454@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 58093683baed - main - sysutils/calamares: new port, GUI system installer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 58093683baed9d1a1649ff9fe2bdcd24d111b87c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 11:06:09 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=58093683baed9d1a1649ff9fe2bdcd24d111b87c commit 58093683baed9d1a1649ff9fe2bdcd24d111b87c Author: Adriaan de Groot AuthorDate: 2021-09-28 10:55:12 +0000 Commit: Adriaan de Groot CommitDate: 2021-09-28 11:06:06 +0000 sysutils/calamares: new port, GUI system installer Calamares is a GUI-based Linux system installer (e.g. for Linux distro's to get their ISO image installed on a computer). It can (probably) do FreeBSD as well, although it needs some more work in order to do the right thing for ZFS (and also the traditional fetching-base-tarballs bits). Since it is modular and extensible, adding the FreeBSD-specific bits can be done later. Having a port seems like a good start (with future ports calamares-extensions and calamares-freebsd so that a live-ISO-installer could work with just those packages installed; potentially useful for helloSystem, FuryBSD and others if they care to collaborate on GUI-installer-development rather than bespoke bits). --- sysutils/Makefile | 1 + sysutils/calamares/Makefile | 23 ++++ sysutils/calamares/distinfo | 3 + sysutils/calamares/pkg-descr | 10 ++ sysutils/calamares/pkg-plist | 319 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 356 insertions(+) diff --git a/sysutils/Makefile b/sysutils/Makefile index 23ca755b171b..bc2ee16633d3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -145,6 +145,7 @@ SUBDIR += busybox SUBDIR += bvm SUBDIR += byobu + SUBDIR += calamares SUBDIR += catfish SUBDIR += cbsd SUBDIR += cbsd-mq-api diff --git a/sysutils/calamares/Makefile b/sysutils/calamares/Makefile new file mode 100644 index 000000000000..2da6ddd0dc61 --- /dev/null +++ b/sysutils/calamares/Makefile @@ -0,0 +1,23 @@ +PORTNAME= calamares +DISTVERSION= 3.2.44.2 +CATEGORIES= sysutils +MASTER_SITES= https://github.com/calamares/${PORTNAME}/releases/download/v${DISTVERSION}/ + +MAINTAINER= adridg@FreeBSD.org +COMMENT= Distro- and desktop-independent installer + +LIB_DEPENDS= libicui18n.so:devel/icu \ + libyaml-cpp.so:devel/yaml-cpp \ + libpwquality.so:security/libpwquality \ + libboost_python${PYTHON_SUFFIX}.so:devel/boost-python-libs + +USES= cmake compiler:c++17-lang gettext kde:5 python qt:5 +USE_KDE= coreaddons dbusaddons \ + ecm_build +USE_QT= concurrent core dbus declarative gui network quickcontrols2 \ + svg widgets xml \ + buildtools_build qmake_build + +CMAKE_OFF= INSTALL_POLKIT + +.include diff --git a/sysutils/calamares/distinfo b/sysutils/calamares/distinfo new file mode 100644 index 000000000000..4b3e2efff7de --- /dev/null +++ b/sysutils/calamares/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632820070 +SHA256 (calamares-3.2.44.2.tar.gz) = f8ac63bcc94cce265bf8c300c47752d17c466d096198bb08745aa16938a6548d +SIZE (calamares-3.2.44.2.tar.gz) = 4167524 diff --git a/sysutils/calamares/pkg-descr b/sysutils/calamares/pkg-descr new file mode 100644 index 000000000000..66361e900780 --- /dev/null +++ b/sysutils/calamares/pkg-descr @@ -0,0 +1,10 @@ +Calamares is a distro- and desktop-agnostic installer. Developed as an +installer for Linux distributions -- dozens of them -- it is modular +and highly configurable. It can be used as an installer for FreeBSD- +based distributions as well, though it needs extensive configuration +(which is not included in the port yet). + +Upstream tracking of what still needs tweaking can be found at + https://github.com/calamares/calamares/issues/1795 + +WWW: https://calamares.io/ diff --git a/sysutils/calamares/pkg-plist b/sysutils/calamares/pkg-plist new file mode 100644 index 000000000000..c05a9d3106b2 --- /dev/null +++ b/sysutils/calamares/pkg-plist @@ -0,0 +1,319 @@ +bin/calamares +include/libcalamares/Branding.h +include/libcalamares/CalamaresConfig.h +include/libcalamares/CalamaresVersion.h +include/libcalamares/CppJob.h +include/libcalamares/DllMacro.h +include/libcalamares/GlobalStorage.h +include/libcalamares/Job.h +include/libcalamares/JobExample.h +include/libcalamares/JobQueue.h +include/libcalamares/ProcessJob.h +include/libcalamares/PythonHelper.h +include/libcalamares/PythonJob.h +include/libcalamares/PythonJobApi.h +include/libcalamares/Settings.h +include/libcalamares/ViewManager.h +include/libcalamares/geoip/GeoIPFixed.h +include/libcalamares/geoip/GeoIPJSON.h +include/libcalamares/geoip/GeoIPTests.h +include/libcalamares/geoip/GeoIPXML.h +include/libcalamares/geoip/Handler.h +include/libcalamares/geoip/Interface.h +include/libcalamares/locale/Global.h +include/libcalamares/locale/Lookup.h +include/libcalamares/locale/TimeZone.h +include/libcalamares/locale/TranslatableConfiguration.h +include/libcalamares/locale/TranslatableString.h +include/libcalamares/locale/Translation.h +include/libcalamares/locale/TranslationsModel.h +include/libcalamares/modulesystem/Actions.h +include/libcalamares/modulesystem/Config.h +include/libcalamares/modulesystem/CppJobModule.h +include/libcalamares/modulesystem/Descriptor.h +include/libcalamares/modulesystem/InstanceKey.h +include/libcalamares/modulesystem/Module.h +include/libcalamares/modulesystem/ModuleFactory.h +include/libcalamares/modulesystem/ModuleManager.h +include/libcalamares/modulesystem/Preset.h +include/libcalamares/modulesystem/ProcessJobModule.h +include/libcalamares/modulesystem/PythonJobModule.h +include/libcalamares/modulesystem/PythonQtViewModule.h +include/libcalamares/modulesystem/Requirement.h +include/libcalamares/modulesystem/RequirementsChecker.h +include/libcalamares/modulesystem/RequirementsModel.h +include/libcalamares/modulesystem/ViewModule.h +include/libcalamares/network/Manager.h +include/libcalamares/network/Tests.h +include/libcalamares/partition/AutoMount.h +include/libcalamares/partition/FileSystem.h +include/libcalamares/partition/Global.h +include/libcalamares/partition/KPMHelper.h +include/libcalamares/partition/KPMManager.h +include/libcalamares/partition/Mount.h +include/libcalamares/partition/PartitionIterator.h +include/libcalamares/partition/PartitionQuery.h +include/libcalamares/partition/PartitionSize.h +include/libcalamares/partition/Sync.h +include/libcalamares/utils/BoostPython.h +include/libcalamares/utils/CalamaresUtilsGui.h +include/libcalamares/utils/CalamaresUtilsSystem.h +include/libcalamares/utils/CommandList.h +include/libcalamares/utils/Dirs.h +include/libcalamares/utils/Entropy.h +include/libcalamares/utils/ImageRegistry.h +include/libcalamares/utils/Logger.h +include/libcalamares/utils/NamedEnum.h +include/libcalamares/utils/NamedSuffix.h +include/libcalamares/utils/Paste.h +include/libcalamares/utils/Permissions.h +include/libcalamares/utils/PluginFactory.h +include/libcalamares/utils/PythonQtUtils.h +include/libcalamares/utils/Qml.h +include/libcalamares/utils/QtCompat.h +include/libcalamares/utils/RAII.h +include/libcalamares/utils/Retranslator.h +include/libcalamares/utils/String.h +include/libcalamares/utils/Traits.h +include/libcalamares/utils/UMask.h +include/libcalamares/utils/Units.h +include/libcalamares/utils/Variant.h +include/libcalamares/utils/Yaml.h +include/libcalamares/utils/moc-warnings.h +include/libcalamares/viewpages/BlankViewStep.h +include/libcalamares/viewpages/ExecutionViewStep.h +include/libcalamares/viewpages/PythonQtGlobalStorageWrapper.h +include/libcalamares/viewpages/PythonQtJob.h +include/libcalamares/viewpages/PythonQtUtilsWrapper.h +include/libcalamares/viewpages/PythonQtViewStep.h +include/libcalamares/viewpages/QmlViewStep.h +include/libcalamares/viewpages/Slideshow.h +include/libcalamares/viewpages/ViewStep.h +include/libcalamares/widgets/ClickableLabel.h +include/libcalamares/widgets/FixedAspectRatioLabel.h +include/libcalamares/widgets/PrettyRadioButton.h +include/libcalamares/widgets/TranslationFix.h +include/libcalamares/widgets/WaitingWidget.h +lib/calamares/libcalamares.so +lib/calamares/modules/bootloader/bootloader.schema.yaml +lib/calamares/modules/bootloader/main.py +lib/calamares/modules/bootloader/module.desc +lib/calamares/modules/bootloader/test.yaml +lib/calamares/modules/contextualprocess/libcalamares_job_contextualprocess.so +lib/calamares/modules/contextualprocess/module.desc +lib/calamares/modules/displaymanager/displaymanager.schema.yaml +lib/calamares/modules/displaymanager/main.py +lib/calamares/modules/displaymanager/module.desc +lib/calamares/modules/dracut/main.py +lib/calamares/modules/dracut/module.desc +lib/calamares/modules/dracutlukscfg/libcalamares_job_dracutlukscfg.so +lib/calamares/modules/dracutlukscfg/module.desc +lib/calamares/modules/dummycpp/libcalamares_job_dummycpp.so +lib/calamares/modules/dummycpp/module.desc +lib/calamares/modules/dummyprocess/module.desc +lib/calamares/modules/dummypython/main.py +lib/calamares/modules/dummypython/module.desc +lib/calamares/modules/finished/libcalamares_viewmodule_finished.so +lib/calamares/modules/finished/module.desc +lib/calamares/modules/finishedq/libcalamares_viewmodule_finishedq.so +lib/calamares/modules/finishedq/module.desc +lib/calamares/modules/fstab/fstab.schema.yaml +lib/calamares/modules/fstab/main.py +lib/calamares/modules/fstab/module.desc +lib/calamares/modules/fstab/test.yaml +lib/calamares/modules/grubcfg/grubcfg.schema.yaml +lib/calamares/modules/grubcfg/main.py +lib/calamares/modules/grubcfg/module.desc +lib/calamares/modules/hostinfo/libcalamares_job_hostinfo.so +lib/calamares/modules/hostinfo/module.desc +lib/calamares/modules/hwclock/main.py +lib/calamares/modules/hwclock/module.desc +lib/calamares/modules/initcpio/libcalamares_job_initcpio.so +lib/calamares/modules/initcpio/module.desc +lib/calamares/modules/initcpiocfg/main.py +lib/calamares/modules/initcpiocfg/module.desc +lib/calamares/modules/initramfs/libcalamares_job_initramfs.so +lib/calamares/modules/initramfs/module.desc +lib/calamares/modules/initramfscfg/encrypt_hook +lib/calamares/modules/initramfscfg/encrypt_hook_nokey +lib/calamares/modules/initramfscfg/main.py +lib/calamares/modules/initramfscfg/module.desc +lib/calamares/modules/keyboard/libcalamares_viewmodule_keyboard.so +lib/calamares/modules/keyboard/module.desc +lib/calamares/modules/keyboardq/libcalamares_viewmodule_keyboardq.so +lib/calamares/modules/keyboardq/module.desc +lib/calamares/modules/license/libcalamares_viewmodule_license.so +lib/calamares/modules/license/module.desc +lib/calamares/modules/locale/libcalamares_viewmodule_locale.so +lib/calamares/modules/locale/module.desc +lib/calamares/modules/localecfg/main.py +lib/calamares/modules/localecfg/module.desc +lib/calamares/modules/localeq/libcalamares_viewmodule_localeq.so +lib/calamares/modules/localeq/module.desc +lib/calamares/modules/luksbootkeyfile/libcalamares_job_luksbootkeyfile.so +lib/calamares/modules/luksbootkeyfile/module.desc +lib/calamares/modules/luksopenswaphookcfg/luksopenswaphookcfg.schema.yaml +lib/calamares/modules/luksopenswaphookcfg/main.py +lib/calamares/modules/luksopenswaphookcfg/module.desc +lib/calamares/modules/machineid/libcalamares_job_machineid.so +lib/calamares/modules/machineid/module.desc +lib/calamares/modules/mkinitfs/main.py +lib/calamares/modules/mkinitfs/module.desc +lib/calamares/modules/mount/main.py +lib/calamares/modules/mount/module.desc +lib/calamares/modules/mount/mount.schema.yaml +lib/calamares/modules/netinstall/libcalamares_viewmodule_netinstall.so +lib/calamares/modules/netinstall/module.desc +lib/calamares/modules/networkcfg/main.py +lib/calamares/modules/networkcfg/module.desc +lib/calamares/modules/notesqml/libcalamares_viewmodule_notesqml.so +lib/calamares/modules/notesqml/module.desc +lib/calamares/modules/oemid/libcalamares_viewmodule_oemid.so +lib/calamares/modules/oemid/module.desc +lib/calamares/modules/openrcdmcryptcfg/main.py +lib/calamares/modules/openrcdmcryptcfg/module.desc +lib/calamares/modules/packagechooser/libcalamares_viewmodule_packagechooser.so +lib/calamares/modules/packagechooser/module.desc +lib/calamares/modules/packagechooserq/libcalamares_viewmodule_packagechooserq.so +lib/calamares/modules/packagechooserq/module.desc +lib/calamares/modules/packages/main.py +lib/calamares/modules/packages/module.desc +lib/calamares/modules/packages/packages.schema.yaml +lib/calamares/modules/packages/test.yaml +lib/calamares/modules/plymouthcfg/main.py +lib/calamares/modules/plymouthcfg/module.desc +lib/calamares/modules/plymouthcfg/plymouthcfg.schema.yaml +lib/calamares/modules/preservefiles/libcalamares_job_preservefiles.so +lib/calamares/modules/preservefiles/module.desc +lib/calamares/modules/rawfs/main.py +lib/calamares/modules/rawfs/module.desc +lib/calamares/modules/removeuser/libcalamares_job_removeuser.so +lib/calamares/modules/removeuser/module.desc +lib/calamares/modules/services-openrc/main.py +lib/calamares/modules/services-openrc/module.desc +lib/calamares/modules/services-systemd/main.py +lib/calamares/modules/services-systemd/module.desc +lib/calamares/modules/shellprocess/libcalamares_job_shellprocess.so +lib/calamares/modules/shellprocess/module.desc +lib/calamares/modules/summary/libcalamares_viewmodule_summary.so +lib/calamares/modules/summary/module.desc +lib/calamares/modules/summaryq/libcalamares_viewmodule_summaryq.so +lib/calamares/modules/summaryq/module.desc +lib/calamares/modules/tracking/libcalamares_viewmodule_tracking.so +lib/calamares/modules/tracking/module.desc +lib/calamares/modules/umount/main.py +lib/calamares/modules/umount/module.desc +lib/calamares/modules/umount/umount.schema.yaml +lib/calamares/modules/unpackfs/main.py +lib/calamares/modules/unpackfs/module.desc +lib/calamares/modules/unpackfs/runtests.sh +lib/calamares/modules/unpackfs/unpackfs.schema.yaml +lib/calamares/modules/users/libcalamares_viewmodule_users.so +lib/calamares/modules/users/module.desc +lib/calamares/modules/usersq/libcalamares_viewmodule_usersq.so +lib/calamares/modules/usersq/module.desc +lib/calamares/modules/welcome/libcalamares_viewmodule_welcome.so +lib/calamares/modules/welcome/module.desc +lib/calamares/modules/welcomeq/libcalamares_viewmodule_welcomeq.so +lib/calamares/modules/welcomeq/module.desc +lib/cmake/Calamares/CMakeColors.cmake +lib/cmake/Calamares/CalamaresAddBrandingSubdirectory.cmake +lib/cmake/Calamares/CalamaresAddLibrary.cmake +lib/cmake/Calamares/CalamaresAddModuleSubdirectory.cmake +lib/cmake/Calamares/CalamaresAddPlugin.cmake +lib/cmake/Calamares/CalamaresAddTest.cmake +lib/cmake/Calamares/CalamaresAddTranslations.cmake +lib/cmake/Calamares/CalamaresAutomoc.cmake +lib/cmake/Calamares/CalamaresCheckModuleSelection.cmake +lib/cmake/Calamares/CalamaresConfig.cmake +lib/cmake/Calamares/CalamaresConfigVersion.cmake +lib/cmake/Calamares/CalamaresTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Calamares/CalamaresTargets.cmake +lib/cmake/Calamares/FindYAMLCPP.cmake +lib/libcalamares.so +lib/libcalamares.so.3.2.44.2 +lib/libcalamaresui.so +lib/libcalamaresui.so.3.2.44.2 +man/man8/calamares.8.gz +share/applications/calamares.desktop +%%DATADIR%%/branding/default/banner.png +%%DATADIR%%/branding/default/banner.png.license +%%DATADIR%%/branding/default/branding.desc +%%DATADIR%%/branding/default/lang/calamares-default_ar.qm +%%DATADIR%%/branding/default/lang/calamares-default_en.qm +%%DATADIR%%/branding/default/lang/calamares-default_eo.qm +%%DATADIR%%/branding/default/lang/calamares-default_fr.qm +%%DATADIR%%/branding/default/lang/calamares-default_nl.qm +%%DATADIR%%/branding/default/languages.png +%%DATADIR%%/branding/default/languages.png.license +%%DATADIR%%/branding/default/show.qml +%%DATADIR%%/branding/default/squid.png +%%DATADIR%%/branding/default/squid.png.license +%%DATADIR%%/branding/default/stylesheet.qss +%%DATADIR%%/qml/calamares/slideshow/BackButton.qml +%%DATADIR%%/qml/calamares/slideshow/ForwardButton.qml +%%DATADIR%%/qml/calamares/slideshow/NavButton.qml +%%DATADIR%%/qml/calamares/slideshow/Presentation.qml +%%DATADIR%%/qml/calamares/slideshow/Slide.qml +%%DATADIR%%/qml/calamares/slideshow/SlideCounter.qml +%%DATADIR%%/qml/calamares/slideshow/qmldir +%%DATADIR%%/qml/calamares/slideshow/qmldir.license +share/icons/hicolor/scalable/apps/calamares.svg +share/locale/ar/LC_MESSAGES/calamares-python.mo +share/locale/as/LC_MESSAGES/calamares-python.mo +share/locale/ast/LC_MESSAGES/calamares-python.mo +share/locale/az/LC_MESSAGES/calamares-python.mo +share/locale/az_AZ/LC_MESSAGES/calamares-python.mo +share/locale/be/LC_MESSAGES/calamares-python.mo +share/locale/bg/LC_MESSAGES/calamares-python.mo +share/locale/bn/LC_MESSAGES/calamares-python.mo +share/locale/ca/LC_MESSAGES/calamares-python.mo +share/locale/ca@valencia/LC_MESSAGES/calamares-python.mo +share/locale/cs_CZ/LC_MESSAGES/calamares-python.mo +share/locale/da/LC_MESSAGES/calamares-python.mo +share/locale/de/LC_MESSAGES/calamares-python.mo +share/locale/el/LC_MESSAGES/calamares-python.mo +share/locale/en_GB/LC_MESSAGES/calamares-python.mo +share/locale/eo/LC_MESSAGES/calamares-python.mo +share/locale/es/LC_MESSAGES/calamares-python.mo +share/locale/es_MX/LC_MESSAGES/calamares-python.mo +share/locale/et/LC_MESSAGES/calamares-python.mo +share/locale/eu/LC_MESSAGES/calamares-python.mo +share/locale/fa/LC_MESSAGES/calamares-python.mo +share/locale/fi_FI/LC_MESSAGES/calamares-python.mo +share/locale/fr/LC_MESSAGES/calamares-python.mo +share/locale/fur/LC_MESSAGES/calamares-python.mo +share/locale/gl/LC_MESSAGES/calamares-python.mo +share/locale/he/LC_MESSAGES/calamares-python.mo +share/locale/hi/LC_MESSAGES/calamares-python.mo +share/locale/hr/LC_MESSAGES/calamares-python.mo +share/locale/hu/LC_MESSAGES/calamares-python.mo +share/locale/id/LC_MESSAGES/calamares-python.mo +share/locale/is/LC_MESSAGES/calamares-python.mo +share/locale/it_IT/LC_MESSAGES/calamares-python.mo +share/locale/ja/LC_MESSAGES/calamares-python.mo +share/locale/ko/LC_MESSAGES/calamares-python.mo +share/locale/lt/LC_MESSAGES/calamares-python.mo +share/locale/ml/LC_MESSAGES/calamares-python.mo +share/locale/mr/LC_MESSAGES/calamares-python.mo +share/locale/nb/LC_MESSAGES/calamares-python.mo +share/locale/nl/LC_MESSAGES/calamares-python.mo +share/locale/pl/LC_MESSAGES/calamares-python.mo +share/locale/pt_BR/LC_MESSAGES/calamares-python.mo +share/locale/pt_PT/LC_MESSAGES/calamares-python.mo +share/locale/ro/LC_MESSAGES/calamares-python.mo +share/locale/ru/LC_MESSAGES/calamares-python.mo +share/locale/si/LC_MESSAGES/calamares-python.mo +share/locale/sk/LC_MESSAGES/calamares-python.mo +share/locale/sl/LC_MESSAGES/calamares-python.mo +share/locale/sq/LC_MESSAGES/calamares-python.mo +share/locale/sr/LC_MESSAGES/calamares-python.mo +share/locale/sr@latin/LC_MESSAGES/calamares-python.mo +share/locale/sv/LC_MESSAGES/calamares-python.mo +share/locale/tg/LC_MESSAGES/calamares-python.mo +share/locale/th/LC_MESSAGES/calamares-python.mo +share/locale/tr_TR/LC_MESSAGES/calamares-python.mo +share/locale/uk/LC_MESSAGES/calamares-python.mo +share/locale/vi/LC_MESSAGES/calamares-python.mo +share/locale/zh_CN/LC_MESSAGES/calamares-python.mo +share/locale/zh_TW/LC_MESSAGES/calamares-python.mo From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 11:13:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EAF6667B423; Tue, 28 Sep 2021 11:13:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJcMK6K3Wz4mlW; Tue, 28 Sep 2021 11:13:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA4CC2369D; Tue, 28 Sep 2021 11:13:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SBDnC8082262; Tue, 28 Sep 2021 11:13:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SBDnsK082261; Tue, 28 Sep 2021 11:13:49 GMT (envelope-from git) Date: Tue, 28 Sep 2021 11:13:49 GMT Message-Id: <202109281113.18SBDnsK082261@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Eric Turgeon Subject: git: 939899ac5ae7 - main - editors/pluma-plugins: fixed COMMENT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ericbsd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 939899ac5ae7f76d750b1b366f52d09154697fe9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 11:13:50 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=939899ac5ae7f76d750b1b366f52d09154697fe9 commit 939899ac5ae7f76d750b1b366f52d09154697fe9 Author: Eric Turgeon AuthorDate: 2021-09-28 11:07:02 +0000 Commit: Eric Turgeon CommitDate: 2021-09-28 11:13:48 +0000 editors/pluma-plugins: fixed COMMENT PR: 258719 Reported by: Graham Perrin --- editors/pluma-plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/pluma-plugins/Makefile b/editors/pluma-plugins/Makefile index 4ba19c4e3708..9bcc86dc5e5c 100644 --- a/editors/pluma-plugins/Makefile +++ b/editors/pluma-plugins/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org -COMMENT= Plugins for pluama +COMMENT= Plugins for Pluma LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 11:17:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43EEB67ACD7; Tue, 28 Sep 2021 11:17:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJcRT1K5Zz4n51; Tue, 28 Sep 2021 11:17:25 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632827845; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3c3zT8MRLAMx2dR9EmAvzf0o8o0M9Q4Fyk64bwGWBAs=; b=s5EAVw6/jOPoiGGeKdx/6EoFt76OVXQHMNeRSrJj1VN2ZWf6HTp4bmHE22Kb22IuV1ZCLc 646/iqwLfDLsHLCz9D848uqJU0cK0eH/2TiQaPMKC0d8iTYfXAF5nlB5tLQE6CdsvMU5wP mpx58VE0CfGxqroho5g6EP5tSG//Bxa3UYZtMbaZHLrwzzuAto/wlvDRy9fBvY1haBIIRs Fl6GH5g6km/6zso0jahHgEoR+Eqx+2JGlMQ/33pRFXL5obvmFsPHHZirbTxskmpIBxSGt8 LZmVJuxQHBpEEV3GFSjNZOjqXvvMZ1e6p1SC4EJ2aWXXUcIczPMwOgbI8d0URw== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 16258CB9F; Tue, 28 Sep 2021 11:17:25 +0000 (UTC) Date: Tue, 28 Sep 2021 11:17:25 +0000 From: Alexey Dokuchaev To: Eric Turgeon Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 939899ac5ae7 - main - editors/pluma-plugins: fixed COMMENT Message-ID: References: <202109281113.18SBDnsK082261@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109281113.18SBDnsK082261@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632827845; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3c3zT8MRLAMx2dR9EmAvzf0o8o0M9Q4Fyk64bwGWBAs=; b=tE0gx4NsBWxXotFcjM/So9YKeZ2YxQx+dcQ2v3TW0nJjpTKO9WOL/8uwne7bboV6FimD1K ehxx/STXjXaWH6cAV8koQzCRLoNJgqOPeyUe8hS9dVhu5wUaM+EnvEtaIrkZMLQs2Cwz+8 fSpWXhzxmTWIbzjX0f2eTqzDtAxXYpvreDahM4TTaayF1ZuYYuFGF0q+LTt5dBZozAW0JH XtuEN04WRAc8c6PcZ66JMqIG48kO8sbuyY+Ylv/oBwhTl84JxW2xsO6DlARwEORcMSBSBx n+j2o8eSYQvoTU0CbNrIe9g4lFUON2nr1+S05z/96KjhevDmKHUgJW8baZJ0Ag== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632827845; a=rsa-sha256; cv=none; b=LZjiKvkIWzWCYCIjBT4DRm/+OwHimJ3qoiJU9XXmwm1VJBPYYlbp0ugMAoW52CkzHdGkVX JQEvdo2J61+GcXgytF1OPKceZGnQciP/lBf9T+jFgIvqg0ebjRAMWfZAczDjedEU+/P7T1 xvJPGwu2c/hxhK3ywnuw9GK9XY5tiCWcRqGvjw9GVSEKbZb7IfnoWqJOfmLZnY8fQlD7xi sQWKQmFMgLlHGNLZ6+Zb3oTAYTruNFuPDkBnF5BTKjaHBcgmNGOyjxLrR3GnAcF8H53NIL UIVxqq+woaF1o2es3Ue2U1m2aAjFkk8OGDHxwSRw0nYPzioaxFvkQb/FxVtP9A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 11:17:25 -0000 On Tue, Sep 28, 2021 at 11:13:49AM +0000, Eric Turgeon wrote: > commit 939899ac5ae7f76d750b1b366f52d09154697fe9 > > editors/pluma-plugins: fixed COMMENT > > PR: 258719 > Reported by: Graham Perrin Also reported by: me four days ago, but ignored along with other issues. ./danfe From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 11:35:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 564DB67AF6A; Tue, 28 Sep 2021 11:35:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJcrS17jgz4pJC; Tue, 28 Sep 2021 11:35:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0818C23E0C; Tue, 28 Sep 2021 11:35:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SBZZQ6009029; Tue, 28 Sep 2021 11:35:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SBZZn1009028; Tue, 28 Sep 2021 11:35:35 GMT (envelope-from git) Date: Tue, 28 Sep 2021 11:35:35 GMT Message-Id: <202109281135.18SBZZn1009028@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 452418302d35 - main - x11-fonts/iosevka: Update to 10.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 452418302d35440e6b2404160095fc3a28369357 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 11:35:36 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=452418302d35440e6b2404160095fc3a28369357 commit 452418302d35440e6b2404160095fc3a28369357 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-09-28 11:20:19 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-09-28 11:35:33 +0000 x11-fonts/iosevka: Update to 10.3.0 Changes: https://github.com/be5invis/Iosevka/releases/tag/v10.3.0 --- x11-fonts/iosevka/Makefile | 2 +- x11-fonts/iosevka/distinfo | 98 +++++++++++++++++++++++----------------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/x11-fonts/iosevka/Makefile b/x11-fonts/iosevka/Makefile index e10d93e5804a..2f2560d41d7e 100644 --- a/x11-fonts/iosevka/Makefile +++ b/x11-fonts/iosevka/Makefile @@ -1,6 +1,6 @@ PORTNAME= iosevka DISTVERSIONPREFIX= v -DISTVERSION= 10.1.0 +DISTVERSION= 10.3.0 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/be5invis/Iosevka/releases/download/${DISTVERSIONFULL}/ diff --git a/x11-fonts/iosevka/distinfo b/x11-fonts/iosevka/distinfo index 5eb63b94bbcb..f73d96320e60 100644 --- a/x11-fonts/iosevka/distinfo +++ b/x11-fonts/iosevka/distinfo @@ -1,49 +1,49 @@ -TIMESTAMP = 1629628266 -SHA256 (super-ttc-iosevka-aile-10.1.0.zip) = 1ec518b874e818c843e900dcb7dcf4408000b8f44384a6e85d46c8efd833518e -SIZE (super-ttc-iosevka-aile-10.1.0.zip) = 28280294 -SHA256 (super-ttc-iosevka-ss01-10.1.0.zip) = cc19b24c723d57da1f14e12ec78c1a0b55b1769088779d30426e55a274100680 -SIZE (super-ttc-iosevka-ss01-10.1.0.zip) = 17684998 -SHA256 (super-ttc-iosevka-ss02-10.1.0.zip) = d11465bfee4d137ea73db6f7d9868870e87ed2a218b09798eb69df7192fa76f1 -SIZE (super-ttc-iosevka-ss02-10.1.0.zip) = 17807156 -SHA256 (super-ttc-iosevka-ss03-10.1.0.zip) = 5315d9ac6d3623ffe780f46e471bfd47920c3a1e168602232e5b3c69477d7df6 -SIZE (super-ttc-iosevka-ss03-10.1.0.zip) = 17947273 -SHA256 (super-ttc-iosevka-curly-slab-10.1.0.zip) = 436a550dc024b6c6d8f1beb2fa8fe441233d733aaf8fec34a8b439d49d69992d -SIZE (super-ttc-iosevka-curly-slab-10.1.0.zip) = 62001894 -SHA256 (super-ttc-iosevka-curly-10.1.0.zip) = bdb7c74acad8eb2816e89628f77ebf5b57446be00802843b6396f339e8d1fa34 -SIZE (super-ttc-iosevka-curly-10.1.0.zip) = 59448206 -SHA256 (super-ttc-iosevka-10.1.0.zip) = 6022180beffd251c9de9a9c35c8d6e744166b9c0bca3bb19b8f32d68238204e7 -SIZE (super-ttc-iosevka-10.1.0.zip) = 59425464 -SHA256 (super-ttc-iosevka-ss10-10.1.0.zip) = 819d5fb451660742f579da1bd44b0ca98e82182f0b548826c453145e094af8da -SIZE (super-ttc-iosevka-ss10-10.1.0.zip) = 17814915 -SHA256 (super-ttc-iosevka-etoile-10.1.0.zip) = e94c86c87af66636cf19bfd9a0af5dabe9dfc968d01833464b10ddf86352a86e -SIZE (super-ttc-iosevka-etoile-10.1.0.zip) = 30434997 -SHA256 (super-ttc-iosevka-ss05-10.1.0.zip) = b4d62a548da550abe1c669896a9dbacb5ce483d0bf655ca8d827e379b3437d33 -SIZE (super-ttc-iosevka-ss05-10.1.0.zip) = 17950997 -SHA256 (super-ttc-iosevka-ss15-10.1.0.zip) = 0f7b0c9a4e370d4ed89a40a566adcef2b86f049dddf9a38cf7c4315d403e91d5 -SIZE (super-ttc-iosevka-ss15-10.1.0.zip) = 18491962 -SHA256 (super-ttc-iosevka-ss18-10.1.0.zip) = 7d207a96360f5d94bbd7bb3586cc53f3f0a73a6a93952ce73e12dc9f4995b553 -SIZE (super-ttc-iosevka-ss18-10.1.0.zip) = 17802988 -SHA256 (super-ttc-iosevka-ss14-10.1.0.zip) = 8804397b31285a009e46447c2992b2445913f5a79d5f374ee474af896c6ead41 -SIZE (super-ttc-iosevka-ss14-10.1.0.zip) = 17353666 -SHA256 (super-ttc-iosevka-ss06-10.1.0.zip) = 6bac03fb9487b7e4322a4d84f245f486155fd34c4075b6e8ec5c8a582c7dd0b7 -SIZE (super-ttc-iosevka-ss06-10.1.0.zip) = 17565296 -SHA256 (super-ttc-iosevka-ss13-10.1.0.zip) = 4a9e675ecd99f832fab12d9f3b3f601c9fa1db659b2a55dbff85c47849d91b9d -SIZE (super-ttc-iosevka-ss13-10.1.0.zip) = 17588566 -SHA256 (super-ttc-iosevka-ss04-10.1.0.zip) = 5558d402922099bd7869b17c303c3c7983ce26a6569883ee57f8cba578e8f859 -SIZE (super-ttc-iosevka-ss04-10.1.0.zip) = 17390009 -SHA256 (super-ttc-iosevka-ss07-10.1.0.zip) = 48737c46187d47fba0da8b70d003df76a4e3d6122ac06672d31234f1d2302513 -SIZE (super-ttc-iosevka-ss07-10.1.0.zip) = 17606895 -SHA256 (super-ttc-iosevka-ss08-10.1.0.zip) = 01d0bf6f3dbba2b855e4129b6f36d34f2ad8bcce5bf1a84f60729a8e9a2f9314 -SIZE (super-ttc-iosevka-ss08-10.1.0.zip) = 18119423 -SHA256 (super-ttc-iosevka-ss16-10.1.0.zip) = 030732fa5442fb597b0630dc7241cde04845a7b410e43bd3135f0f081cff3b0f -SIZE (super-ttc-iosevka-ss16-10.1.0.zip) = 17798097 -SHA256 (super-ttc-iosevka-ss17-10.1.0.zip) = 5ea6c47e4f9e5064fddc5c72bf66f5d963cd54b8fab31275f7ea069158390aec -SIZE (super-ttc-iosevka-ss17-10.1.0.zip) = 19087731 -SHA256 (super-ttc-iosevka-slab-10.1.0.zip) = d06df14ae926b12bc705bf9fa29705211382ef12ee002d2dd3f1c33f3db20d37 -SIZE (super-ttc-iosevka-slab-10.1.0.zip) = 62102544 -SHA256 (super-ttc-iosevka-ss09-10.1.0.zip) = 149165cc6bd75fffcb4b8403ffe358fc18e12c426ab6e51a3fcb93505b9c04a7 -SIZE (super-ttc-iosevka-ss09-10.1.0.zip) = 18008911 -SHA256 (super-ttc-iosevka-ss12-10.1.0.zip) = 25c542db6012b78ffb29efd5eaed67221a27b826c8736fcb39a8ea627399cf27 -SIZE (super-ttc-iosevka-ss12-10.1.0.zip) = 18025022 -SHA256 (super-ttc-iosevka-ss11-10.1.0.zip) = e6a9b08608e97036e0ea5b2bce8f5f17c8a9b5975ac66bf870cf7890319c0392 -SIZE (super-ttc-iosevka-ss11-10.1.0.zip) = 17907934 +TIMESTAMP = 1632827978 +SHA256 (super-ttc-iosevka-aile-10.3.0.zip) = e21fb5884559a71e8d25f666fdcf241543a559d6d5f5aaca1f2f4d1f0ada37a2 +SIZE (super-ttc-iosevka-aile-10.3.0.zip) = 27982800 +SHA256 (super-ttc-iosevka-ss01-10.3.0.zip) = fe7b3c9deb48692da6bca8e51523cb1c2010d59df3bab596d2b26fc0aa4da96e +SIZE (super-ttc-iosevka-ss01-10.3.0.zip) = 17759511 +SHA256 (super-ttc-iosevka-ss02-10.3.0.zip) = 92e6f78b7ec6954f8e40310f6ff2bf02e1084757cc5fcb1dfe5b5f95a2ff9a06 +SIZE (super-ttc-iosevka-ss02-10.3.0.zip) = 17879817 +SHA256 (super-ttc-iosevka-ss03-10.3.0.zip) = a5932b12b781b9e96b014aa42c03e5e8d350ce1028acfca30987219a91a47a78 +SIZE (super-ttc-iosevka-ss03-10.3.0.zip) = 18026683 +SHA256 (super-ttc-iosevka-curly-slab-10.3.0.zip) = 4cfed90daa3e3a73446715ad206aa805138253a4db98a2974db54cbdaa751615 +SIZE (super-ttc-iosevka-curly-slab-10.3.0.zip) = 61076206 +SHA256 (super-ttc-iosevka-curly-10.3.0.zip) = 37f5b732c1bbddd086f0f4d36c61829b994d88a1841ab9ad3e8292face432a52 +SIZE (super-ttc-iosevka-curly-10.3.0.zip) = 59052478 +SHA256 (super-ttc-iosevka-10.3.0.zip) = 54f7f064c902d9453db475d54a894dcc57228363058f5a453db0cf17d30de39f +SIZE (super-ttc-iosevka-10.3.0.zip) = 59030383 +SHA256 (super-ttc-iosevka-ss10-10.3.0.zip) = 036a217de423c6d3a4ec15ebbc1ee2d271e7a1eb0f6ce17bd260f02c0a4c5ca2 +SIZE (super-ttc-iosevka-ss10-10.3.0.zip) = 17892593 +SHA256 (super-ttc-iosevka-etoile-10.3.0.zip) = cafe9b9ad10f860d93cb90c201f9c0e6d52e4b5b5ff6655874d3b8169847afc5 +SIZE (super-ttc-iosevka-etoile-10.3.0.zip) = 30066164 +SHA256 (super-ttc-iosevka-ss05-10.3.0.zip) = 87127948f255045958e7bb365baba3dada8d5640bd1c48a65e73775273908c0e +SIZE (super-ttc-iosevka-ss05-10.3.0.zip) = 18029621 +SHA256 (super-ttc-iosevka-ss15-10.3.0.zip) = 5741a167b1710bec98bcf50eda94c288935e2a45c49d3907639e442d0879e778 +SIZE (super-ttc-iosevka-ss15-10.3.0.zip) = 18571681 +SHA256 (super-ttc-iosevka-ss18-10.3.0.zip) = 4506d10638fb665fa02b7d8a85c4a969be7f6d3b06775005c0659c369982fdef +SIZE (super-ttc-iosevka-ss18-10.3.0.zip) = 17885777 +SHA256 (super-ttc-iosevka-ss14-10.3.0.zip) = 12f909c7890ad1d6b4d013d756f2ea29eedb941c7bccb72405fe07caf0c295aa +SIZE (super-ttc-iosevka-ss14-10.3.0.zip) = 17426047 +SHA256 (super-ttc-iosevka-ss06-10.3.0.zip) = 00e2563f957df86bfbef0632876e36e64357f96eae2649e18369c1dab64f55bb +SIZE (super-ttc-iosevka-ss06-10.3.0.zip) = 17642231 +SHA256 (super-ttc-iosevka-ss13-10.3.0.zip) = 0dbf255428f02c39e973354cd9db6d40fb651e4709afb3a8bc67a1f84913b80f +SIZE (super-ttc-iosevka-ss13-10.3.0.zip) = 17663056 +SHA256 (super-ttc-iosevka-ss04-10.3.0.zip) = 54132b1d1d4eb6c66fe5c89b3af78be286169f85ae3db8dbc722bf8fdbc6b12f +SIZE (super-ttc-iosevka-ss04-10.3.0.zip) = 17467318 +SHA256 (super-ttc-iosevka-ss07-10.3.0.zip) = e4a56ed48fbb9e2d5346015a239cbdb42f576ff56e61bc36931c20007e4e1fb9 +SIZE (super-ttc-iosevka-ss07-10.3.0.zip) = 17684260 +SHA256 (super-ttc-iosevka-ss08-10.3.0.zip) = 7028fe5e749bb2989306c779f1ab6a3ccf5c6a6c00b1f5fc3bf17adf9e2f3d90 +SIZE (super-ttc-iosevka-ss08-10.3.0.zip) = 18174919 +SHA256 (super-ttc-iosevka-ss16-10.3.0.zip) = 5ef72a3c94ea940490c2f67c7155639844cd6139abb770d6ee7351e42b3f7b8f +SIZE (super-ttc-iosevka-ss16-10.3.0.zip) = 17689609 +SHA256 (super-ttc-iosevka-ss17-10.3.0.zip) = bf8a07f67071b08adafa93e8e5f74ec15c86b44321b6b4689cd08a1f18368ea5 +SIZE (super-ttc-iosevka-ss17-10.3.0.zip) = 18867713 +SHA256 (super-ttc-iosevka-slab-10.3.0.zip) = b8685c8dead724313694ec1cafdc63601713e4f0c9cb32e07355c6b7243119b8 +SIZE (super-ttc-iosevka-slab-10.3.0.zip) = 61165577 +SHA256 (super-ttc-iosevka-ss09-10.3.0.zip) = b3b9fc477196bb75a4ef959b83ed1dc0f2c00fdea4834000e89b97bd605f5f80 +SIZE (super-ttc-iosevka-ss09-10.3.0.zip) = 18091820 +SHA256 (super-ttc-iosevka-ss12-10.3.0.zip) = f79fc39e7e446e92f328bb152fdb530c33a4b4f9458f175e5ae84a19a84b77c8 +SIZE (super-ttc-iosevka-ss12-10.3.0.zip) = 18108865 +SHA256 (super-ttc-iosevka-ss11-10.3.0.zip) = 89485520c7400c4ce844e2e4f8e66bf19fe0c1b39b525bdc7cfda9abeb6a8fec +SIZE (super-ttc-iosevka-ss11-10.3.0.zip) = 17978742 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 12:38:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3012667C437; Tue, 28 Sep 2021 12:38:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJfFZ0bytz4sqq; Tue, 28 Sep 2021 12:38:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E494B24A41; Tue, 28 Sep 2021 12:38:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SCcvAl089046; Tue, 28 Sep 2021 12:38:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SCcvJe089045; Tue, 28 Sep 2021 12:38:57 GMT (envelope-from git) Date: Tue, 28 Sep 2021 12:38:57 GMT Message-Id: <202109281238.18SCcvJe089045@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: e48452d26f27 - main - net/mpich: Update CONFLICTS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e48452d26f27e38296a326b25777bd135e24fbce Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 12:38:58 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=e48452d26f27e38296a326b25777bd135e24fbce commit e48452d26f27e38296a326b25777bd135e24fbce Author: Wen Heping AuthorDate: 2021-09-28 12:38:09 +0000 Commit: Wen Heping CommitDate: 2021-09-28 12:38:09 +0000 net/mpich: Update CONFLICTS --- net/mpich/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 295897406b27..60abfe18c3e5 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc2 \ libepoll-shim.so:devel/libepoll-shim RUN_DEPENDS= bash:shells/bash -CONFLICTS= lam-7.* mpd-[0-9]* mpiexec-0.* mpich2-[0-9]* +CONFLICTS= mpd-[0-9]* mpich2-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c11 libtool perl5 pkgconfig From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 12:41:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A07767C726; Tue, 28 Sep 2021 12:41:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJfJ70hvxz4srf; Tue, 28 Sep 2021 12:41:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED8FF2484B; Tue, 28 Sep 2021 12:41:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SCfArd097515; Tue, 28 Sep 2021 12:41:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SCfAGs097514; Tue, 28 Sep 2021 12:41:10 GMT (envelope-from git) Date: Tue, 28 Sep 2021 12:41:10 GMT Message-Id: <202109281241.18SCfAGs097514@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 9746b9623821 - main - devel/notcurses: Update to 2.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9746b9623821b78235e38af78aeb7ecc3e8161d2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 12:41:11 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=9746b9623821b78235e38af78aeb7ecc3e8161d2 commit 9746b9623821b78235e38af78aeb7ecc3e8161d2 Author: Nick Black AuthorDate: 2021-09-28 12:00:35 +0000 Commit: Rainer Hurling CommitDate: 2021-09-28 12:40:53 +0000 devel/notcurses: Update to 2.4.3 Fix for inversion of various terminals regarding DECSDM semantics. Changelog: https://github.com/dankamongmen/notcurses/releases/tag/v2.4.3 PR: 258737 MFH: no (Q4 is just around the corner) --- devel/notcurses/Makefile | 2 +- devel/notcurses/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/notcurses/Makefile b/devel/notcurses/Makefile index faec95f21d07..e2b6ffc64fcf 100644 --- a/devel/notcurses/Makefile +++ b/devel/notcurses/Makefile @@ -1,6 +1,6 @@ PORTNAME= notcurses DISTVERSIONPREFIX= v -DISTVERSION= ${ABIVERSION}.4.2 +DISTVERSION= ${ABIVERSION}.4.3 CATEGORIES= devel MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/:docs DISTFILES= ${PORTNAME}-doc-${DISTVERSION}.tar.gz:docs diff --git a/devel/notcurses/distinfo b/devel/notcurses/distinfo index b0a10efb30ee..074f5258ddd9 100644 --- a/devel/notcurses/distinfo +++ b/devel/notcurses/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1632141434 -SHA256 (notcurses-doc-2.4.2.tar.gz) = a1bec1addb4622a0923748ee3fcde839de3e9f2dafa51c1ba7dbd025474a2b12 -SIZE (notcurses-doc-2.4.2.tar.gz) = 132546 -SHA256 (dankamongmen-notcurses-v2.4.2_GH0.tar.gz) = f73bd2d3ec40d91729578b0a74c3228159bafcb09424cad85d9ba3fe18a2dca0 -SIZE (dankamongmen-notcurses-v2.4.2_GH0.tar.gz) = 10068031 +TIMESTAMP = 1632679755 +SHA256 (notcurses-doc-2.4.3.tar.gz) = 3408655315249de835b02c44d1a4f2cd4f6bd09729a3a0396e705a6336350adb +SIZE (notcurses-doc-2.4.3.tar.gz) = 132158 +SHA256 (dankamongmen-notcurses-v2.4.3_GH0.tar.gz) = 3405b0af37820570c808478c7cf0965a5b1117a0394bf95e123a4f05ad3fe15a +SIZE (dankamongmen-notcurses-v2.4.3_GH0.tar.gz) = 10070959 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 13:47:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3EF7467D434; Tue, 28 Sep 2021 13:47:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJgmk147Pz3JNG; Tue, 28 Sep 2021 13:47:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05C7825653; Tue, 28 Sep 2021 13:47:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SDlXxq082286; Tue, 28 Sep 2021 13:47:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SDlXgC082285; Tue, 28 Sep 2021 13:47:33 GMT (envelope-from git) Date: Tue, 28 Sep 2021 13:47:33 GMT Message-Id: <202109281347.18SDlXgC082285@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: e332adb5d594 - main - net-im/toot: Update to 0.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e332adb5d59485b8eb316be3ea0ce545a5be47db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 13:47:34 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=e332adb5d59485b8eb316be3ea0ce545a5be47db commit e332adb5d59485b8eb316be3ea0ce545a5be47db Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-09-28 13:36:15 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-09-28 13:47:29 +0000 net-im/toot: Update to 0.28.0 Changes: https://github.com/ihabunek/toot/releases/tag/0.28.0 --- net-im/toot/Makefile | 2 +- net-im/toot/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile index 41d3a1a7ef85..0040c33e18ef 100644 --- a/net-im/toot/Makefile +++ b/net-im/toot/Makefile @@ -1,5 +1,5 @@ PORTNAME= toot -DISTVERSION= 0.27.0 +DISTVERSION= 0.28.0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/toot/distinfo b/net-im/toot/distinfo index 00377dc04bd0..f47d2026d6ee 100644 --- a/net-im/toot/distinfo +++ b/net-im/toot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593259747 -SHA256 (ihabunek-toot-0.27.0_GH0.tar.gz) = 65007187059fe17fae29796dd813cd3bbd8c44f72b5bfec0bc9ef20c65e69410 -SIZE (ihabunek-toot-0.27.0_GH0.tar.gz) = 610892 +TIMESTAMP = 1632829186 +SHA256 (ihabunek-toot-0.28.0_GH0.tar.gz) = 398d567761a71cf29702b80ae61c5502201570206341ae8a82ca364f78b9054b +SIZE (ihabunek-toot-0.28.0_GH0.tar.gz) = 605965 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 14:33:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E1AD67E55C; Tue, 28 Sep 2021 14:33:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJhp93J6zz3Mqp; Tue, 28 Sep 2021 14:33:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50FD326434; Tue, 28 Sep 2021 14:33:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SEXrcl048865; Tue, 28 Sep 2021 14:33:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SEXrLM048864; Tue, 28 Sep 2021 14:33:53 GMT (envelope-from git) Date: Tue, 28 Sep 2021 14:33:53 GMT Message-Id: <202109281433.18SEXrLM048864@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Cy Schubert Subject: git: 6e74dcdf9fd0 - main - sysutils/cfengine-masterfiles-devel: Update to latest GH commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6e74dcdf9fd0a33115c77f82d35db4ed8780c428 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 14:33:53 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e74dcdf9fd0a33115c77f82d35db4ed8780c428 commit 6e74dcdf9fd0a33115c77f82d35db4ed8780c428 Author: Cy Schubert AuthorDate: 2021-09-28 13:54:52 +0000 Commit: Cy Schubert CommitDate: 2021-09-28 14:33:46 +0000 sysutils/cfengine-masterfiles-devel: Update to latest GH commit --- sysutils/cfengine-masterfiles-devel/Makefile | 4 ++-- sysutils/cfengine-masterfiles-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/cfengine-masterfiles-devel/Makefile b/sysutils/cfengine-masterfiles-devel/Makefile index 6229722efd4f..94cd8b797819 100644 --- a/sysutils/cfengine-masterfiles-devel/Makefile +++ b/sysutils/cfengine-masterfiles-devel/Makefile @@ -4,8 +4,8 @@ PORTNAME= cfengine-masterfiles PORTVERSION= 3.${CFENGINE_COMMIT_DATE} CATEGORIES= sysutils PKGNAMESUFFIX= -devel -HASH= 00554c25 -CFENGINE_COMMIT_DATE= 2021.08.31 +HASH= 90cc6977 +CFENGINE_COMMIT_DATE= 2021.09.27 MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port diff --git a/sysutils/cfengine-masterfiles-devel/distinfo b/sysutils/cfengine-masterfiles-devel/distinfo index 3686949cbb71..dc2863b641eb 100644 --- a/sysutils/cfengine-masterfiles-devel/distinfo +++ b/sysutils/cfengine-masterfiles-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631554235 -SHA256 (cfengine-masterfiles-3.2021.08.31-00554c25_GH0.tar.gz) = a1a3f996d044398b336e5675d9cc4a29cf177d674941cbf5bc31f911afeff849 -SIZE (cfengine-masterfiles-3.2021.08.31-00554c25_GH0.tar.gz) = 454947 +TIMESTAMP = 1632837234 +SHA256 (cfengine-masterfiles-3.2021.09.27-90cc6977_GH0.tar.gz) = 49b04d71367e5bf6cba638d901367239d42435fc9677daa1f84683904232e148 +SIZE (cfengine-masterfiles-3.2021.09.27-90cc6977_GH0.tar.gz) = 455794 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 14:33:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AC1D667DD73; Tue, 28 Sep 2021 14:33:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJhpB4Kg4z3Mqr; Tue, 28 Sep 2021 14:33:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 744E625D60; Tue, 28 Sep 2021 14:33:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SEXsxR048889; Tue, 28 Sep 2021 14:33:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SEXsdG048888; Tue, 28 Sep 2021 14:33:54 GMT (envelope-from git) Date: Tue, 28 Sep 2021 14:33:54 GMT Message-Id: <202109281433.18SEXsdG048888@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Cy Schubert Subject: git: aa5535056df0 - main - sysutils/cfengine-devel: Update to latest GH commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: aa5535056df09df89afe057dff8d92be8d981947 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 14:33:54 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa5535056df09df89afe057dff8d92be8d981947 commit aa5535056df09df89afe057dff8d92be8d981947 Author: Cy Schubert AuthorDate: 2021-09-28 14:06:19 +0000 Commit: Cy Schubert CommitDate: 2021-09-28 14:33:47 +0000 sysutils/cfengine-devel: Update to latest GH commit --- sysutils/cfengine-devel/Makefile | 6 +++--- sysutils/cfengine-devel/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 18001a004d50..ed21cf8d0cea 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -4,9 +4,9 @@ PORTNAME= cfengine PORTVERSION= 3.${CFENGINE_COMMIT_DATE} CATEGORIES= sysutils PKGNAMESUFFIX= -devel -CFENGINE_HASH= 8c6b2b326 -LIBNTECH_HASH= f49189e -CFENGINE_COMMIT_DATE= 2021.09.03 +CFENGINE_HASH= f72393fe4 +LIBNTECH_HASH= bdce262 +CFENGINE_COMMIT_DATE= 2021.09.27 MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port diff --git a/sysutils/cfengine-devel/distinfo b/sysutils/cfengine-devel/distinfo index 7b9c06d8afe5..6b78d815ea39 100644 --- a/sysutils/cfengine-devel/distinfo +++ b/sysutils/cfengine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1631548743 -SHA256 (cfengine-core-3.2021.09.03-8c6b2b326_GH0.tar.gz) = 977f78a4d75bbe83290bd99f7840970993e64de247d98db3b061e01afa506a02 -SIZE (cfengine-core-3.2021.09.03-8c6b2b326_GH0.tar.gz) = 2354363 -SHA256 (cfengine-libntech-f49189e_GH0.tar.gz) = 6acc72978ca10d91f885b518d5e108d4114391c8648043d90e85d6cb1e7bca19 -SIZE (cfengine-libntech-f49189e_GH0.tar.gz) = 373012 +TIMESTAMP = 1632837118 +SHA256 (cfengine-core-3.2021.09.27-f72393fe4_GH0.tar.gz) = 16e6f834097db00f518fe59d9400c1beb7128f7282b6b7d320ac53a60dabfe8d +SIZE (cfengine-core-3.2021.09.27-f72393fe4_GH0.tar.gz) = 2355408 +SHA256 (cfengine-libntech-bdce262_GH0.tar.gz) = d76ea5abf042965e4654a0cb3f73ffd2c394f51b1b31e73f75dc0baa3845a594 +SIZE (cfengine-libntech-bdce262_GH0.tar.gz) = 373344 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 14:33:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CCD9167DD7B; Tue, 28 Sep 2021 14:33:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJhpC4w1Wz3MnT; Tue, 28 Sep 2021 14:33:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 89B2026399; Tue, 28 Sep 2021 14:33:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SEXtU0048917; Tue, 28 Sep 2021 14:33:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SEXtvU048916; Tue, 28 Sep 2021 14:33:55 GMT (envelope-from git) Date: Tue, 28 Sep 2021 14:33:55 GMT Message-Id: <202109281433.18SEXtvU048916@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Cy Schubert Subject: git: 756686aabaf0 - main - mail/spamassassin-devel: update to latest github commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 756686aabaf0dbc4bc5d342da80b0553a81f51fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 14:33:56 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=756686aabaf0dbc4bc5d342da80b0553a81f51fa commit 756686aabaf0dbc4bc5d342da80b0553a81f51fa Author: Cy Schubert AuthorDate: 2021-09-28 14:14:47 +0000 Commit: Cy Schubert CommitDate: 2021-09-28 14:33:47 +0000 mail/spamassassin-devel: update to latest github commit --- mail/spamassassin-devel/Makefile | 4 ++-- mail/spamassassin-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/spamassassin-devel/Makefile b/mail/spamassassin-devel/Makefile index 08b2bdc58fe1..04ad8636a21e 100644 --- a/mail/spamassassin-devel/Makefile +++ b/mail/spamassassin-devel/Makefile @@ -10,8 +10,8 @@ COMMENT?= Highly efficient mail filter for identifying spam USE_GITHUB= yes GH_ACCOUNT= apache -GH_TAGNAME= f176b869f -SA_COMMIT_DATE= 2021.09.13 +GH_TAGNAME= e46542585 +SA_COMMIT_DATE= 2021.09.28 LICENSE= APACHE20 diff --git a/mail/spamassassin-devel/distinfo b/mail/spamassassin-devel/distinfo index f5bee2afe765..f9dd3c5a2e5e 100644 --- a/mail/spamassassin-devel/distinfo +++ b/mail/spamassassin-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631549468 -SHA256 (apache-spamassassin-2021.09.13-f176b869f_GH0.tar.gz) = bf84776463f4edb37678d5cfe0c2ab8a0da6cd3dba433072849b8799116a5eae -SIZE (apache-spamassassin-2021.09.13-f176b869f_GH0.tar.gz) = 8249623 +TIMESTAMP = 1632838189 +SHA256 (apache-spamassassin-2021.09.28-e46542585_GH0.tar.gz) = 59de781fcc99d368dfaca04afa3770d08820f80c7eecd42ff6355de99a38f05a +SIZE (apache-spamassassin-2021.09.28-e46542585_GH0.tar.gz) = 8251896 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 14:33:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17CC867E583; Tue, 28 Sep 2021 14:33:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJhpG02mbz3N1s; Tue, 28 Sep 2021 14:33:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF601260D3; Tue, 28 Sep 2021 14:33:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SEXvao048968; Tue, 28 Sep 2021 14:33:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SEXvY4048967; Tue, 28 Sep 2021 14:33:57 GMT (envelope-from git) Date: Tue, 28 Sep 2021 14:33:57 GMT Message-Id: <202109281433.18SEXvY4048967@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Cy Schubert Subject: git: 897f9e4cef59 - main - security/krb5-devel: update to the latest MIT/KRB5 github commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 897f9e4cef59f88625271e67245078d59ebfe7c2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 14:33:58 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=897f9e4cef59f88625271e67245078d59ebfe7c2 commit 897f9e4cef59f88625271e67245078d59ebfe7c2 Author: Cy Schubert AuthorDate: 2021-09-28 14:33:04 +0000 Commit: Cy Schubert CommitDate: 2021-09-28 14:33:48 +0000 security/krb5-devel: update to the latest MIT/KRB5 github commit --- security/krb5-devel/Makefile | 4 ++-- security/krb5-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile index 07c189b29214..af3a0a560c78 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -6,8 +6,8 @@ CATEGORIES= security .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel .endif -HASH= 789a4d315 -MIT_COMMIT_DATE= 2021.09.08 +HASH= b5efdddd5 +MIT_COMMIT_DATE= 2021.09.25 PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 diff --git a/security/krb5-devel/distinfo b/security/krb5-devel/distinfo index 96f14913a5dc..57784fbd34ff 100644 --- a/security/krb5-devel/distinfo +++ b/security/krb5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631549207 -SHA256 (krb5-krb5-1.19.2021.09.08-789a4d315_GH0.tar.gz) = 923a569cbcd7b1e280815754a0cd3aa85377c8a7949cf3de0c098d174205c887 -SIZE (krb5-krb5-1.19.2021.09.08-789a4d315_GH0.tar.gz) = 5086772 +TIMESTAMP = 1632839379 +SHA256 (krb5-krb5-1.19.2021.09.25-b5efdddd5_GH0.tar.gz) = e87524d39ad44e8d6062dc95cbb191aaa911e9905e9f9f0e04a2b314f6c88326 +SIZE (krb5-krb5-1.19.2021.09.25-b5efdddd5_GH0.tar.gz) = 5087400 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 14:33:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78C8767E405; Tue, 28 Sep 2021 14:33:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJhpF0XCdz3Mv6; Tue, 28 Sep 2021 14:33:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA3B8260D2; Tue, 28 Sep 2021 14:33:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SEXudP048944; Tue, 28 Sep 2021 14:33:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SEXuKr048943; Tue, 28 Sep 2021 14:33:56 GMT (envelope-from git) Date: Tue, 28 Sep 2021 14:33:56 GMT Message-Id: <202109281433.18SEXuKr048943@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Cy Schubert Subject: git: 70a90d069bab - main - sysutils/nut-devel: Update to the latest networkupstools/nut github commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 70a90d069bab917eb8a325a754e7982cd1e47177 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 14:33:57 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=70a90d069bab917eb8a325a754e7982cd1e47177 commit 70a90d069bab917eb8a325a754e7982cd1e47177 Author: Cy Schubert AuthorDate: 2021-09-28 14:30:16 +0000 Commit: Cy Schubert CommitDate: 2021-09-28 14:33:48 +0000 sysutils/nut-devel: Update to the latest networkupstools/nut github commit --- sysutils/nut-devel/Makefile | 4 ++-- sysutils/nut-devel/distinfo | 6 +++--- sysutils/nut-devel/files/patch-configure.ac | 11 ----------- sysutils/nut-devel/files/patch-docs_Makefile.am | 17 ----------------- sysutils/nut-devel/files/patch-docs_man_Makefile.am | 11 ----------- 5 files changed, 5 insertions(+), 44 deletions(-) diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index d96df80b6756..dfcdee60c12a 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -14,8 +14,8 @@ COMMENT= Network UPS Tools USE_GITHUB= yes GH_ACCOUNT= networkupstools -GH_TAGNAME= 8890ec02 -NUT_COMMIT_DATE= 2021.09.13 +GH_TAGNAME= 4722a4f0 +NUT_COMMIT_DATE= 2021.09.28 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/sysutils/nut-devel/distinfo b/sysutils/nut-devel/distinfo index ec9941fa551d..3ce29e6de04e 100644 --- a/sysutils/nut-devel/distinfo +++ b/sysutils/nut-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631548492 -SHA256 (networkupstools-nut-2021.09.13-8890ec02_GH0.tar.gz) = ed635bdc773ba4a044037530764f4c2eb456c3286425347ad8856705ac25c64c -SIZE (networkupstools-nut-2021.09.13-8890ec02_GH0.tar.gz) = 3047305 +TIMESTAMP = 1632838590 +SHA256 (networkupstools-nut-2021.09.28-4722a4f0_GH0.tar.gz) = d2843b323e0abd9768b7c1856e54c036d9edc2058066c87a4d44727ff7133318 +SIZE (networkupstools-nut-2021.09.28-4722a4f0_GH0.tar.gz) = 3073997 diff --git a/sysutils/nut-devel/files/patch-configure.ac b/sysutils/nut-devel/files/patch-configure.ac deleted file mode 100644 index 185104be2596..000000000000 --- a/sysutils/nut-devel/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2020-02-09 18:44:01 UTC -+++ configure.ac -@@ -818,7 +818,7 @@ dnl not fail if we have no tools to generate it (so ad - AC_MSG_CHECKING([if we can build ${nut_doc_build_target_base}]) - can_build_doc_man=no - if test "${nut_have_asciidoc}" = yes ; then -- ( cd "$DOCTESTDIR" && ${A2X} --format manpage --destination-dir=. --xsltproc-opts "--nonet" "${abs_srcdir}"/docs/man/snmp-ups.txt && test -s snmp-ups.8 ) && can_build_doc_man=yes -+ ( cd "$DOCTESTDIR" && ${A2X} --format manpage --destination-dir=. --xsltproc-opts="--nonet" "${abs_srcdir}"/docs/man/snmp-ups.txt && test -s snmp-ups.8 ) && can_build_doc_man=yes - rm -f "${DOCTESTDIR}"/snmp-ups.8 - fi - if test "${can_build_doc_man}" = yes ; then diff --git a/sysutils/nut-devel/files/patch-docs_Makefile.am b/sysutils/nut-devel/files/patch-docs_Makefile.am deleted file mode 100644 index c927aeb66568..000000000000 --- a/sysutils/nut-devel/files/patch-docs_Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ ---- docs/Makefile.am.orig 2020-02-09 18:44:01 UTC -+++ docs/Makefile.am -@@ -102,10 +102,10 @@ solaris-usb.html solaris-usb.chunked solaris-usb.pdf: - # variable ASCIIDOC_VERBOSE to "-v", ie: - # $ ASCIIDOC_VERBOSE=-v make - A2X_COMMON_OPTS = $(ASCIIDOC_VERBOSE) --attribute icons \ -- --xsltproc-opts "--nonet" \ -- --xsltproc-opts "--stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d`\"" \ -- --xsltproc-opts "--stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S`\"" \ -- --xsltproc-opts "--stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \ -+ --xsltproc-opts="--nonet" \ -+ --xsltproc-opts="--stringparam nut.localdate \"`TZ=UTC date +%Y-%m-%d`\"" \ -+ --xsltproc-opts="--stringparam nut.localtime \"`TZ=UTC date +%H:%M:%S`\"" \ -+ --xsltproc-opts="--stringparam nut.nutversion \"@PACKAGE_VERSION@\"" \ - --attribute iconsdir=$(srcdir)/images \ - --attribute=badges \ - --attribute=external_title \ diff --git a/sysutils/nut-devel/files/patch-docs_man_Makefile.am b/sysutils/nut-devel/files/patch-docs_man_Makefile.am deleted file mode 100644 index dfc2b72acd60..000000000000 --- a/sysutils/nut-devel/files/patch-docs_man_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/man/Makefile.am.orig 2020-02-09 18:44:01 UTC -+++ docs/man/Makefile.am -@@ -745,7 +745,7 @@ if HAVE_ASCIIDOC - ### Prior to Asciidoc ~8.6.8, the --destination-dir flag didn't seem to affect the location of the intermediate .xml file. - ### This parameter is currently required; see docs/Makefile.am for more detail. - A2X_MANPAGE_OPTS = --doctype manpage --format manpage \ -- --xsltproc-opts "--nonet" \ -+ --xsltproc-opts="--nonet" \ - --attribute mansource="Network UPS Tools" \ - --attribute manversion="@PACKAGE_VERSION@" \ - --attribute manmanual="NUT Manual" \ From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 14:48:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3C24B67E7F2; Tue, 28 Sep 2021 14:48:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJj6v1HCdz3Pxw; Tue, 28 Sep 2021 14:48:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BF0326690; Tue, 28 Sep 2021 14:48:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SEmMUT062383; Tue, 28 Sep 2021 14:48:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SEmM3e062382; Tue, 28 Sep 2021 14:48:22 GMT (envelope-from git) Date: Tue, 28 Sep 2021 14:48:22 GMT Message-Id: <202109281448.18SEmM3e062382@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 27112633b228 - main - finance/prestashop: Update to 1.7.7.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 27112633b228625df907a619ab121f0442b1fae8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 14:48:23 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=27112633b228625df907a619ab121f0442b1fae8 commit 27112633b228625df907a619ab121f0442b1fae8 Author: Wen Heping AuthorDate: 2021-09-28 14:47:37 +0000 Commit: Wen Heping CommitDate: 2021-09-28 14:47:37 +0000 finance/prestashop: Update to 1.7.7.8 --- finance/prestashop/Makefile | 2 +- finance/prestashop/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index 96790a14fc0a..2512f82be6ac 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= prestashop -PORTVERSION= 1.7.7.6 +PORTVERSION= 1.7.7.8 CATEGORIES= finance www MASTER_SITES= https://download.prestashop.com/download/releases/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/prestashop/distinfo b/finance/prestashop/distinfo index 306019e4db01..b73f1fdb6397 100644 --- a/finance/prestashop/distinfo +++ b/finance/prestashop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629419367 -SHA256 (prestashop_1.7.7.6.zip) = 5aa5ba03ad7f72873df8ab177b3965fdb13712c35c14c171e53f213900006cc5 -SIZE (prestashop_1.7.7.6.zip) = 70052279 +TIMESTAMP = 1632832799 +SHA256 (prestashop_1.7.7.8.zip) = 3a6e61be215f11948e5283caf8c8b50e62767b84afb478f47ae7240dd588f026 +SIZE (prestashop_1.7.7.8.zip) = 70068230 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 14:53:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 55FCB67EE61; Tue, 28 Sep 2021 14:53:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJjF91ssTz3QGV; Tue, 28 Sep 2021 14:53:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FA75264DC; Tue, 28 Sep 2021 14:53:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SErnQZ075080; Tue, 28 Sep 2021 14:53:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SErnSF075079; Tue, 28 Sep 2021 14:53:49 GMT (envelope-from git) Date: Tue, 28 Sep 2021 14:53:49 GMT Message-Id: <202109281453.18SErnSF075079@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 350644ce1c9c - main - devel/p5-GraphQL: Update to 0.52 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 350644ce1c9cdbb13334e6fff232ef49edbc8624 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 14:53:49 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=350644ce1c9cdbb13334e6fff232ef49edbc8624 commit 350644ce1c9cdbb13334e6fff232ef49edbc8624 Author: Wen Heping AuthorDate: 2021-09-28 14:52:57 +0000 Commit: Wen Heping CommitDate: 2021-09-28 14:52:57 +0000 devel/p5-GraphQL: Update to 0.52 --- devel/p5-GraphQL/Makefile | 2 +- devel/p5-GraphQL/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-GraphQL/Makefile b/devel/p5-GraphQL/Makefile index 91068ab53593..976c9f1ce019 100644 --- a/devel/p5-GraphQL/Makefile +++ b/devel/p5-GraphQL/Makefile @@ -1,5 +1,5 @@ PORTNAME= GraphQL -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETJ diff --git a/devel/p5-GraphQL/distinfo b/devel/p5-GraphQL/distinfo index 27d6785d49cb..5147f094f512 100644 --- a/devel/p5-GraphQL/distinfo +++ b/devel/p5-GraphQL/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628601271 -SHA256 (GraphQL-0.51.tar.gz) = 8187817f04d6a07059e804556df76848f011b832eed1b6730a953f46ec6304e6 -SIZE (GraphQL-0.51.tar.gz) = 94879 +TIMESTAMP = 1632840699 +SHA256 (GraphQL-0.52.tar.gz) = b5a9c52e13d1406cd3ccffb97351252358141be1c573f716a576f5ba1a28004f +SIZE (GraphQL-0.52.tar.gz) = 94946 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 15:36:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C480C67ECE8; Tue, 28 Sep 2021 15:36:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJkBG4hHTz3jns; Tue, 28 Sep 2021 15:36:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 818D326DC1; Tue, 28 Sep 2021 15:36:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SFaMl4029324; Tue, 28 Sep 2021 15:36:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SFaMpW029323; Tue, 28 Sep 2021 15:36:22 GMT (envelope-from git) Date: Tue, 28 Sep 2021 15:36:22 GMT Message-Id: <202109281536.18SFaMpW029323@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ryan Moeller Subject: git: 851f7f63713a - main - devel/py-sysctl: Fix off-by-one string termination MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: freqlabs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 851f7f63713a213a32976b793d26eaf14d373b4c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 15:36:22 -0000 The branch main has been updated by freqlabs (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=851f7f63713a213a32976b793d26eaf14d373b4c commit 851f7f63713a213a32976b793d26eaf14d373b4c Author: Ryan Moeller AuthorDate: 2021-09-28 15:34:12 +0000 Commit: Ryan Moeller CommitDate: 2021-09-28 15:34:12 +0000 devel/py-sysctl: Fix off-by-one string termination Update to v0.3.3 which fixes string-type sysctls having the last char truncated. Also follow the repo moving to truenas/py-sysctl. Approved by: lwhsu (implicit) Sponsored by: iXsystems, Inc. --- devel/py-sysctl/Makefile | 6 +++--- devel/py-sysctl/distinfo | 6 +++--- devel/py-sysctl/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-sysctl/Makefile b/devel/py-sysctl/Makefile index b87b490520b5..ce6e414b6d9a 100644 --- a/devel/py-sysctl/Makefile +++ b/devel/py-sysctl/Makefile @@ -1,7 +1,7 @@ # Created by: William Grzybowski PORTNAME= sysctl -PORTVERSION= 0.3.2.20210106 +PORTVERSION= 0.3.3.20210928 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,8 @@ USE_CSTD= c99 USE_PYTHON= distutils autoplist USE_GITHUB= yes -GH_ACCOUNT= william-gr +GH_ACCOUNT= truenas GH_PROJECT= py-sysctl -GH_TAGNAME= v0.3.2 +GH_TAGNAME= v0.3.3 .include diff --git a/devel/py-sysctl/distinfo b/devel/py-sysctl/distinfo index fb9adcbdfc11..2eca8fdadc6b 100644 --- a/devel/py-sysctl/distinfo +++ b/devel/py-sysctl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609957516 -SHA256 (william-gr-py-sysctl-0.3.2.20210106-v0.3.2_GH0.tar.gz) = 28ba799ab1925f04a961714c3129f6a2ef11776c7d206ee6700ccb0208a46ca6 -SIZE (william-gr-py-sysctl-0.3.2.20210106-v0.3.2_GH0.tar.gz) = 8315 +TIMESTAMP = 1632842929 +SHA256 (truenas-py-sysctl-0.3.3.20210928-v0.3.3_GH0.tar.gz) = 275a05975a798b77e1a4f556e1a16ef2b6289097f9db13cbf2d8f486d1ed838e +SIZE (truenas-py-sysctl-0.3.3.20210928-v0.3.3_GH0.tar.gz) = 8322 diff --git a/devel/py-sysctl/pkg-descr b/devel/py-sysctl/pkg-descr index c0e96c9e867f..5161c8b86ff7 100644 --- a/devel/py-sysctl/pkg-descr +++ b/devel/py-sysctl/pkg-descr @@ -3,4 +3,4 @@ Python wrapper for the sysctl system functions. It provides a very simple interface to query for sysctls and to change their values in a pythonic way. -WWW: https://github.com/williambr/py-sysctl +WWW: https://github.com/truenas/py-sysctl From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 17:07:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B6736A85CF; Tue, 28 Sep 2021 17:07:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJmCq40VJz4SSW; Tue, 28 Sep 2021 17:07:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 698B21DB; Tue, 28 Sep 2021 17:07:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SH7pXP049324; Tue, 28 Sep 2021 17:07:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SH7p30049323; Tue, 28 Sep 2021 17:07:51 GMT (envelope-from git) Date: Tue, 28 Sep 2021 17:07:51 GMT Message-Id: <202109281707.18SH7p30049323@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emmanuel Vadot Subject: git: e533c7117fc8 - main - sysutils/edk2: Reorder FLAVORS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e533c7117fc81f6b0e3decf23d7738b098308b7b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 17:07:51 -0000 The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e533c7117fc81f6b0e3decf23d7738b098308b7b commit e533c7117fc81f6b0e3decf23d7738b098308b7b Author: Emmanuel Vadot AuthorDate: 2021-09-28 17:06:48 +0000 Commit: Emmanuel Vadot CommitDate: 2021-09-28 17:06:48 +0000 sysutils/edk2: Reorder FLAVORS Put the default one (macchiatobin) at the first place otherwise poudriere keeps rebuilding the package : Deleting edk2-macchiatobin-g202102.pkg: stale package: unwanted origin sysutils/edk2@macchiatobin --- sysutils/edk2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile index 942ad4746e77..b9fc6603d936 100644 --- a/sysutils/edk2/Makefile +++ b/sysutils/edk2/Makefile @@ -11,7 +11,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= This port only provides firmware for aarch64 and amd64 machine PKGNAMESUFFIX= -${FLAVOR:C/_/-/g} -FLAVORS= fvp macchiatobin rpi3 rpi4 xen_x64 +FLAVORS= macchiatobin fvp rpi3 rpi4 xen_x64 FLAVOR?= macchiatobin USES= gmake python:3.7+,build From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 18:18:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D00B6A9C85; Tue, 28 Sep 2021 18:18:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJnnQ6t9Sz4bXB; Tue, 28 Sep 2021 18:18:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC6ED10DA; Tue, 28 Sep 2021 18:18:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SIIYH7043135; Tue, 28 Sep 2021 18:18:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SIIYTX043134; Tue, 28 Sep 2021 18:18:34 GMT (envelope-from git) Date: Tue, 28 Sep 2021 18:18:34 GMT Message-Id: <202109281818.18SIIYTX043134@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: c8470cb1b3d2 - main - irc/dxirc: Update to 1.40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c8470cb1b3d20680cb79e42698175d4f38caa9fb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 18:18:35 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8470cb1b3d20680cb79e42698175d4f38caa9fb commit c8470cb1b3d20680cb79e42698175d4f38caa9fb Author: David Vachulka AuthorDate: 2021-09-28 18:12:59 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-28 18:17:24 +0000 irc/dxirc: Update to 1.40.0 Change maintainer email PR: 258763 --- irc/dxirc/Makefile | 6 ++--- irc/dxirc/distinfo | 6 ++--- irc/dxirc/files/patch-CMakeLists.txt | 8 +++---- irc/dxirc/files/patch-data_CMakeLists.txt | 12 +++++----- irc/dxirc/files/patch-fox_CMakeLists.txt | 27 ++++++++++++++++----- irc/dxirc/files/patch-qt_CMakeLists.txt | 39 ++++++++++++++++++++----------- irc/dxirc/pkg-plist | 9 +++++++ 7 files changed, 71 insertions(+), 36 deletions(-) diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile index ed47905fd44e..f45e93006787 100644 --- a/irc/dxirc/Makefile +++ b/irc/dxirc/Makefile @@ -1,10 +1,9 @@ PORTNAME= dxirc -PORTVERSION= 1.30.0 -PORTREVISION= 3 +PORTVERSION= 1.40.0 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} -MAINTAINER= arch_dvx@users.sourceforge.net +MAINTAINER= archdvx@dxsolutions.org COMMENT= Simple IRC client LICENSE= GPLv3+ @@ -42,6 +41,5 @@ NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify QT5_USES= qt:5 QT5_USE= QT=core,gui,multimedia,network,widgets \ QT=buildtools_build,qmake_build -QT5_CMAKE_ON= -DQT5:BOOL=ON .include diff --git a/irc/dxirc/distinfo b/irc/dxirc/distinfo index 7c2e2d9b2705..a2f2d17a7aad 100644 --- a/irc/dxirc/distinfo +++ b/irc/dxirc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479762158 -SHA256 (dxirc-1.30.0.tar.gz) = 8a98441f8e3ce3a77e5af8f783e439690ac08f7672616a03151b9892e9ff948d -SIZE (dxirc-1.30.0.tar.gz) = 1300576 +TIMESTAMP = 1632852912 +SHA256 (dxirc-1.40.0.tar.gz) = 15d2fc8c86ef1a91714cb0255db39bf2dda0162d46ff6a8cd2439e44e9041548 +SIZE (dxirc-1.40.0.tar.gz) = 1343202 diff --git a/irc/dxirc/files/patch-CMakeLists.txt b/irc/dxirc/files/patch-CMakeLists.txt index 01c7c39815a5..9a7a785c64f0 100644 --- a/irc/dxirc/files/patch-CMakeLists.txt +++ b/irc/dxirc/files/patch-CMakeLists.txt @@ -1,7 +1,7 @@ ---- CMakeLists.txt.orig 2015-10-28 18:53:26 UTC +--- CMakeLists.txt.orig +++ CMakeLists.txt -@@ -5,13 +5,17 @@ set(PROJECT_VERSION "1.30.0") - list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") +@@ -22,13 +22,17 @@ + endif() find_package(PkgConfig) -find_package(Libintl) @@ -22,7 +22,7 @@ if(NOT WIN32) option(HAVE_ENCHANT "Enable spellchecking" FALSE) -@@ -23,11 +27,14 @@ if(APPLE) +@@ -40,11 +40,14 @@ option(ENABLE_OSX_BUNDLE "Package dxirc as an OSX bundle (ignored on other platforms)." OFF) endif(APPLE) diff --git a/irc/dxirc/files/patch-data_CMakeLists.txt b/irc/dxirc/files/patch-data_CMakeLists.txt index bed37f9e7889..8fd88abe113b 100644 --- a/irc/dxirc/files/patch-data_CMakeLists.txt +++ b/irc/dxirc/files/patch-data_CMakeLists.txt @@ -1,12 +1,12 @@ ---- data/CMakeLists.txt.orig 2015-10-28 18:53:26 UTC +--- data/CMakeLists.txt.orig +++ data/CMakeLists.txt -@@ -1,9 +1,16 @@ - CMAKE_MINIMUM_REQUIRED(VERSION 2.8) - +@@ -1,7 +1,14 @@ +-add_subdirectory(translations) +- +if(WITH_NLS) - add_subdirectory(translations) ++ add_subdirectory(translations) +endif(WITH_NLS) - ++ if(NOT WIN32) -install(FILES dxirc-fox.desktop dxirc-qt.desktop DESTINATION share/applications) + if(BUILD_FOX) diff --git a/irc/dxirc/files/patch-fox_CMakeLists.txt b/irc/dxirc/files/patch-fox_CMakeLists.txt index d4a297adad02..3679dfccbb9c 100644 --- a/irc/dxirc/files/patch-fox_CMakeLists.txt +++ b/irc/dxirc/files/patch-fox_CMakeLists.txt @@ -1,6 +1,6 @@ --- fox/CMakeLists.txt.orig 2015-11-16 14:35:35 UTC +++ fox/CMakeLists.txt -@@ -20,8 +20,17 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_C +@@ -16,8 +16,17 @@ if(PKG_CONFIG_FOUND) pkg_check_modules(FOX fox) @@ -20,7 +20,7 @@ endif(PKG_CONFIG_FOUND) if(NOT FOX_FOUND) -@@ -47,16 +56,14 @@ endif() +@@ -43,16 +52,14 @@ set(HAVE_X11 FALSE) if(NOT WIN32) @@ -39,12 +39,14 @@ else(NOT WIN32) list(APPEND DXIRCFOX_LIBS "ws2_32" "winmm") endif(NOT WIN32) -@@ -89,8 +96,17 @@ endif(HAVE_LUA) - if(HAVE_ENCHANT) +@@ -86,21 +93,21 @@ + set(HAVE_ENCHANT2 FALSE) + if(USE_ENCHANT) if(PKG_CONFIG_FOUND) - pkg_check_modules(ENCHANT enchant) +- pkg_check_modules(ENCHANT enchant-2) - list(APPEND DXIRCFOX_LIBS ${ENCHANT_LIBRARIES}) - list(APPEND DXIRCFOX_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIRS}) ++ pkg_check_modules(ENCHANT enchant) + find_path(ENCHANT_INCLUDE_DIR enchant++.h + PATHS + ${ENCHANT_INCLUDE_DIRS} @@ -56,6 +58,19 @@ + /usr/local/lib) + list(APPEND DXIRCFOX_LIBS ${ENCHANT_LIBRARY}) + list(APPEND DXIRCFOX_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIR}) + set(HAVE_ENCHANT TRUE) + if(${ENCHANT_VERSION} VERSION_GREATER "1.6") + set(HAVE_ENCHANT2 TRUE) +- endif() +- if(NOT ENCHANT_FOUND) +- pkg_check_modules(ENCHANT enchant) +- list(APPEND DXIRCFOX_LIBS ${ENCHANT_LIBRARIES}) +- list(APPEND DXIRCFOX_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIRS}) +- set(HAVE_ENCHANT TRUE) +- if(${ENCHANT_VERSION} VERSION_GREATER "1.6") +- set(HAVE_ENCHANT2 TRUE) +- endif() + endif() endif(PKG_CONFIG_FOUND) if(NOT ENCHANT_FOUND) - set(ENCHANT_INCLUDE_DIR "" CACHE PATH "Path to enchant include dir") + diff --git a/irc/dxirc/files/patch-qt_CMakeLists.txt b/irc/dxirc/files/patch-qt_CMakeLists.txt index e4874cb85bc8..04edb42a34b7 100644 --- a/irc/dxirc/files/patch-qt_CMakeLists.txt +++ b/irc/dxirc/files/patch-qt_CMakeLists.txt @@ -1,7 +1,7 @@ ---- qt/CMakeLists.txt.orig 2015-11-16 14:35:35 UTC +--- qt/CMakeLists.txt.orig +++ qt/CMakeLists.txt -@@ -13,11 +13,11 @@ project(dxirc-qt) - option(QT5 "Compile with Qt 5" TRUE) +@@ -5,11 +5,11 @@ + option(QT6 "Compile with Qt6" FALSE) if(UNIX) - if(BSD) @@ -14,16 +14,26 @@ endif(UNIX) SET(DXIRCQT_LIBS "") -@@ -35,11 +35,20 @@ endif(HAVE_LUA) - +@@ -30,22 +30,22 @@ if(NOT APPLE) - if(HAVE_ENCHANT) -- if(PKG_CONFIG_FOUND) -- pkg_check_modules(ENCHANT enchant) + if(USE_ENCHANT) + if(PKG_CONFIG_FOUND) +- pkg_check_modules(ENCHANT enchant-2) - list(APPEND DXIRCQT_LIBS ${ENCHANT_LIBRARIES}) - list(APPEND DXIRCQT_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIRS}) -- endif(PKG_CONFIG_FOUND) -+ if(PKG_CONFIG_FOUND) +- set(HAVE_ENCHANT TRUE) +- if(${ENCHANT_VERSION} VERSION_GREATER "1.6") +- set(HAVE_ENCHANT2 TRUE) +- endif() +- if(NOT ENCHANT_FOUND) +- pkg_check_modules(ENCHANT enchant) +- list(APPEND DXIRCQT_LIBS ${ENCHANT_LIBRARIES}) +- list(APPEND DXIRCQT_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIRS}) +- set(HAVE_ENCHANT TRUE) +- if(${ENCHANT_VERSION} VERSION_GREATER "1.6") +- set(HAVE_ENCHANT2 TRUE) +- endif() +- endif() + pkg_check_modules(ENCHANT enchant) + find_path(ENCHANT_INCLUDE_DIR enchant++.h + PATHS @@ -36,11 +46,14 @@ + /usr/local/lib) + list(APPEND DXIRCQT_LIBS ${ENCHANT_LIBRARY}) + list(APPEND DXIRCQT_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIR}) -+ endif(PKG_CONFIG_FOUND) ++ set(HAVE_ENCHANT TRUE) ++ if(${ENCHANT_VERSION} VERSION_GREATER "1.6") ++ set(HAVE_ENCHANT2 TRUE) ++ endif() + endif(PKG_CONFIG_FOUND) if(NOT ENCHANT_FOUND) set(ENCHANT_INCLUDE_DIR "" CACHE PATH "Path to enchant include dir") - set(ENCHANT_LIBRARY "" CACHE FILEPATH "Filepath to enchant library") -@@ -110,6 +119,7 @@ dialogs/scriptdialog.h +@@ -122,6 +122,7 @@ dialogs/dccsenddialog.h dialogs/configdialog.h dialogs/keydialog.h diff --git a/irc/dxirc/pkg-plist b/irc/dxirc/pkg-plist index fe11a529391b..69486cd1834a 100644 --- a/irc/dxirc/pkg-plist +++ b/irc/dxirc/pkg-plist @@ -31,6 +31,15 @@ %%DATADIR%%/icons/dxirc.png %%DATADIR%%/icons/file.png %%DATADIR%%/icons/find.png +%%DATADIR%%/icons/flags/ad.png +%%DATADIR%%/icons/flags/ae.png +%%DATADIR%%/icons/flags/af.png +%%DATADIR%%/icons/flags/ag.png +%%DATADIR%%/icons/flags/ai.png +%%DATADIR%%/icons/flags/al.png +%%DATADIR%%/icons/flags/am.png +%%DATADIR%%/icons/flags/an.png +%%DATADIR%%/icons/flags/ao.png %%DATADIR%%/icons/flags/ar.png %%DATADIR%%/icons/flags/as.png %%DATADIR%%/icons/flags/at.png From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 19:54:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62DB86AB1D1; Tue, 28 Sep 2021 19:54:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJqwP2Dzhz4lv3; Tue, 28 Sep 2021 19:54:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D03E27AC; Tue, 28 Sep 2021 19:54:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SJsjrr076109; Tue, 28 Sep 2021 19:54:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SJsjai076108; Tue, 28 Sep 2021 19:54:45 GMT (envelope-from git) Date: Tue, 28 Sep 2021 19:54:45 GMT Message-Id: <202109281954.18SJsjai076108@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: bf1b9af824ff - main - devel/py-spyder-kernels: Update to 2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bf1b9af824ff9e3a2729145c7115d1198d5cf754 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 19:54:45 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf1b9af824ff9e3a2729145c7115d1198d5cf754 commit bf1b9af824ff9e3a2729145c7115d1198d5cf754 Author: Rainer Hurling AuthorDate: 2021-09-28 19:51:16 +0000 Commit: Rainer Hurling CommitDate: 2021-09-28 19:51:16 +0000 devel/py-spyder-kernels: Update to 2.1.2 Changelog: https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-212-2021-09-28 Reported by: Repology --- devel/py-spyder-kernels/Makefile | 3 ++- devel/py-spyder-kernels/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-spyder-kernels/Makefile b/devel/py-spyder-kernels/Makefile index 04cce835209e..1d0369de2c2c 100644 --- a/devel/py-spyder-kernels/Makefile +++ b/devel/py-spyder-kernels/Makefile @@ -1,7 +1,7 @@ # Created by: Rainer Hurling PORTNAME= spyder-kernels -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +26,7 @@ TEST_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}dask>0:devel/py-dask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}distributed>0:devel/py-distributed@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython_genutils>0:devel/py-ipython_genutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ diff --git a/devel/py-spyder-kernels/distinfo b/devel/py-spyder-kernels/distinfo index 020555011068..fe9221a81544 100644 --- a/devel/py-spyder-kernels/distinfo +++ b/devel/py-spyder-kernels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630672307 -SHA256 (spyder-kernels-2.1.1.tar.gz) = 3373abddf38cc03cb9d7659e9acd70ab599c51a44eb07b304bdc2671e2e4ac3a -SIZE (spyder-kernels-2.1.1.tar.gz) = 65569 +TIMESTAMP = 1632857644 +SHA256 (spyder-kernels-2.1.2.tar.gz) = f730e69ee7365afa3887dde2395f165e4b73e1c232153eee98a173c32dc20371 +SIZE (spyder-kernels-2.1.2.tar.gz) = 65706 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 20:41:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 670A96ABA1A; Tue, 28 Sep 2021 20:41:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJryh2Mvcz4rKv; Tue, 28 Sep 2021 20:41:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31D9E3484; Tue, 28 Sep 2021 20:41:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SKfmXB039105; Tue, 28 Sep 2021 20:41:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SKfmT2039104; Tue, 28 Sep 2021 20:41:48 GMT (envelope-from git) Date: Tue, 28 Sep 2021 20:41:48 GMT Message-Id: <202109282041.18SKfmT2039104@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: a9f4e5057058 - main - editors/texmacs: Return to POOL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a9f4e50570586fc1a0844f420b6b4fab1df55c14 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 20:41:48 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9f4e50570586fc1a0844f420b6b4fab1df55c14 commit a9f4e50570586fc1a0844f420b6b4fab1df55c14 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-28 20:10:56 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 20:41:29 +0000 editors/texmacs: Return to POOL --- editors/texmacs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index d0da0a0a8d49..b8ed80d950da 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -7,7 +7,7 @@ CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/tmftp/source/ DISTNAME= TeXmacs-${PORTVERSION}-src -MAINTAINER= bofhs@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG scientific text editor LICENSE= GPLv3 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 20:41:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F98C6AB5FD; Tue, 28 Sep 2021 20:41:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJryj331gz4rZH; Tue, 28 Sep 2021 20:41:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49E8E329D; Tue, 28 Sep 2021 20:41:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SKfnU9039135; Tue, 28 Sep 2021 20:41:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SKfna7039134; Tue, 28 Sep 2021 20:41:49 GMT (envelope-from git) Date: Tue, 28 Sep 2021 20:41:49 GMT Message-Id: <202109282041.18SKfna7039134@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 8f957c370022 - main - emulators/qemu-devel: Update version 5.1.0.20201019=>6.1.0.20210928 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8f957c37002202c0485320f7b64ff046aec51b6a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 20:41:49 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f957c37002202c0485320f7b64ff046aec51b6a commit 8f957c37002202c0485320f7b64ff046aec51b6a Author: Muhammad Moinur Rahman AuthorDate: 2021-09-28 20:34:09 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-28 20:41:30 +0000 emulators/qemu-devel: Update version 5.1.0.20201019=>6.1.0.20210928 - Move upstream site to GITLAB Relnotes: https://gitlab.com/qemu-project/qemu/-/commits/master/ --- emulators/qemu-devel/Makefile | 33 ++++----- emulators/qemu-devel/distinfo | 26 +++---- emulators/qemu-devel/files/patch-configure | 44 +++--------- .../patch-disas_libvixl_vixl_a64_disasm-a64.cc | 11 --- emulators/qemu-devel/files/patch-docs_meson.build | 79 ---------------------- .../files/patch-docs_system_qemu-cpu-models.rst | 6 +- emulators/qemu-devel/files/patch-net_tap-bsd.c | 10 --- emulators/qemu-devel/pkg-plist | 11 +-- 8 files changed, 49 insertions(+), 171 deletions(-) diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index b29703b530b6..9220675fb093 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -1,8 +1,7 @@ # Created by: Juergen Lock PORTNAME= qemu -DISTVERSION= 5.1.0.20201019 -PORTREVISION= 1 +DISTVERSION= 6.1.0.20210928 CATEGORIES= emulators PKGNAMESUFFIX= -devel DIST_SUBDIR= qemu/${PORTVERSION} @@ -16,27 +15,29 @@ ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64 powerpc64le IGNORE_FreeBSD_11= Unable to produce Position Independent Code BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ bash:shells/bash -LIB_DEPENDS= libnettle.so:security/nettle \ +LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libepoxy.so:graphics/libepoxy \ - libpcre2-8.so:devel/pcre2 + libnettle.so:security/nettle \ + libpcre2-8.so:devel/pcre2 \ + libzstd.so:archivers/zstd USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t ninja perl5 \ pkgconfig python:build tar:xz xorg -USE_GITHUB= yes +USE_GITLAB= yes USE_GNOME= cairo glib20 libxml2 USE_PERL5= build USE_PYTHON= distutils noflavors USE_XORG= pixman -GH_TUPLE= qemu:qemu:22d30b3 \ - qemu:keycodemapdb:6b3d716:keycodemapdb/ui/keycodemapdb \ - qemu:dtc:85e5d83:dtc/dtc \ - mesonbuild:meson:776acd2:meson/meson \ - cota:berkeley-softfloat-3:b64af41:berkeleysoftfloat3/tests/fp/berkeley-softfloat-3 \ - cota:berkeley-testfloat-3:5a59dce:berkeleytestfloat3/tests/fp/berkeley-testfloat-3 +GL_COMMIT= de8ed1055c2ce18c95f597eb10df360dcb534f99 +GL_TUPLE= qemu-project:keycodemapdb:d21009b1c9f94b740ea66be8e48a1d8ad8124023:keycodemapdb/ui/keycodemapdb \ + qemu-project:dtc:e33ce1d6a8c7e54e3ad12cff33690b6da0aee1dc:dtc/dtc \ + qemu-project:meson:5fa0fd3b473f792bd7333cf6ae6e2f4c851b6108:meson/meson \ + qemu-project:berkeley-softfloat-3:b64af41c3276f97f0e181920400ee056b9c88037:berkeleysoftfloat3/tests/fp/berkeley-softfloat-3 \ + qemu-project:berkeley-testfloat-3:5a59dcec19327396a011a17fd924aed4fec416b3:berkeleytestfloat3/tests/fp/berkeley-testfloat-3 #BROKEN_powerpc64= fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault #.if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent") @@ -84,7 +85,7 @@ NCURSES_DEFAULT_USES= ncurses NCURSES_BASE_USES= ncurses:base NCURSES_PORT_USES= ncurses:port OPENGL_CONFIGURE_OFF= --disable-opengl -OPENGL_USE= GL=gl +OPENGL_USE= GL=gbm,gl OPENGL_USES= gl PNG_CONFIGURE_OFF= --disable-vnc-png PNG_LIB_DEPENDS= libpng.so:graphics/png @@ -104,9 +105,9 @@ X11_CONFIGURE_ENABLE= sdl X11_USE= SDL=sdl2 XORG=x11,xext GNOME=gdkpixbuf2 X11_USES= sdl -PORTDOCS= docs index.html interop/.buildinfo interop/* \ - specs/.buildinfo specs/* system/.buildinfo system/* \ - tools/.buildinfo tools/* user/.buildinfo user/* +PORTDOCS= .buildinfo _static/* about/* devel/* docs genindex.html \ + index.html interop/* objects.inv search.html searchindex.js \ + specs/* system/* tools/* user/* WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo index 19632a907c84..12ca1735d501 100644 --- a/emulators/qemu-devel/distinfo +++ b/emulators/qemu-devel/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1603111978 -SHA256 (qemu/5.1.0.20201019/qemu-qemu-5.1.0.20201019-22d30b3_GH0.tar.gz) = 9cbcb93fb7e85f6ce127e1a33eaf2fa3f4d7e87c0bc114fc7b1d5f867cb27ef1 -SIZE (qemu/5.1.0.20201019/qemu-qemu-5.1.0.20201019-22d30b3_GH0.tar.gz) = 30079609 -SHA256 (qemu/5.1.0.20201019/qemu-keycodemapdb-6b3d716_GH0.tar.gz) = c9d3412510aac999865d01aaa14b1fa8dc0385db55c5cf6c4d95d160bd0eaee9 -SIZE (qemu/5.1.0.20201019/qemu-keycodemapdb-6b3d716_GH0.tar.gz) = 47905 -SHA256 (qemu/5.1.0.20201019/qemu-dtc-85e5d83_GH0.tar.gz) = 3507d8e96d1942493128591b518c522cfd56d7779ce53283b2cf33661b809479 -SIZE (qemu/5.1.0.20201019/qemu-dtc-85e5d83_GH0.tar.gz) = 200566 -SHA256 (qemu/5.1.0.20201019/mesonbuild-meson-776acd2_GH0.tar.gz) = ee215c525f388753237680fdaba51d4e8730482722061e1946176cd7fa980ac8 -SIZE (qemu/5.1.0.20201019/mesonbuild-meson-776acd2_GH0.tar.gz) = 2310127 -SHA256 (qemu/5.1.0.20201019/cota-berkeley-softfloat-3-b64af41_GH0.tar.gz) = f22bf52cc980b122c663f2e22f8098fa60d8e468e0095f1da58231235a6b324e -SIZE (qemu/5.1.0.20201019/cota-berkeley-softfloat-3-b64af41_GH0.tar.gz) = 148768 -SHA256 (qemu/5.1.0.20201019/cota-berkeley-testfloat-3-5a59dce_GH0.tar.gz) = 3bfd602c8563bc05b540aa4d50e3231b283bf4fddc67e9edb80bf9bcb617df4a -SIZE (qemu/5.1.0.20201019/cota-berkeley-testfloat-3-5a59dce_GH0.tar.gz) = 138950 +TIMESTAMP = 1632836307 +SHA256 (qemu/6.1.0.20210928/qemu-qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99_GL0.tar.gz) = 9f898082d12be51c9ec06e3007f40a9e69871ba3285b55488fa9e1806bf32a05 +SIZE (qemu/6.1.0.20210928/qemu-qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99_GL0.tar.gz) = 31495981 +SHA256 (qemu/6.1.0.20210928/qemu-project-keycodemapdb-d21009b1c9f94b740ea66be8e48a1d8ad8124023_GL0.tar.gz) = ac074e95824ae5337e19024eae21119caeea67884fb2a3b4aaa8679bcd0f9ccc +SIZE (qemu/6.1.0.20210928/qemu-project-keycodemapdb-d21009b1c9f94b740ea66be8e48a1d8ad8124023_GL0.tar.gz) = 49211 +SHA256 (qemu/6.1.0.20210928/qemu-project-dtc-e33ce1d6a8c7e54e3ad12cff33690b6da0aee1dc_GL0.tar.gz) = fd1d927e216b51547cfb409853d00f1cbf48c9fead9f9bd0537c63459618a573 +SIZE (qemu/6.1.0.20210928/qemu-project-dtc-e33ce1d6a8c7e54e3ad12cff33690b6da0aee1dc_GL0.tar.gz) = 205791 +SHA256 (qemu/6.1.0.20210928/qemu-project-meson-5fa0fd3b473f792bd7333cf6ae6e2f4c851b6108_GL0.tar.gz) = ad215ee7ef61f413715532487a83223c3c426f9fc1d66e8d1ee5c6d47a169247 +SIZE (qemu/6.1.0.20210928/qemu-project-meson-5fa0fd3b473f792bd7333cf6ae6e2f4c851b6108_GL0.tar.gz) = 4089447 +SHA256 (qemu/6.1.0.20210928/qemu-project-berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037_GL0.tar.gz) = faae889814ea6a292f7ca03d9b36e6c7e95bab2a64777804883cc822b8d48757 +SIZE (qemu/6.1.0.20210928/qemu-project-berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037_GL0.tar.gz) = 148741 +SHA256 (qemu/6.1.0.20210928/qemu-project-berkeley-testfloat-3-5a59dcec19327396a011a17fd924aed4fec416b3_GL0.tar.gz) = c1f92abe87764de22f6cf8372d697717d18e7951ceb11b6e12c6767b7d1e3a65 +SIZE (qemu/6.1.0.20210928/qemu-project-berkeley-testfloat-3-5a59dcec19327396a011a17fd924aed4fec416b3_GL0.tar.gz) = 139221 diff --git a/emulators/qemu-devel/files/patch-configure b/emulators/qemu-devel/files/patch-configure index e637e548f6c1..0137de386d62 100644 --- a/emulators/qemu-devel/files/patch-configure +++ b/emulators/qemu-devel/files/patch-configure @@ -1,39 +1,15 @@ ---- configure.orig 2020-10-19 09:52:57 UTC +--- configure.orig 2021-09-27 14:03:42 UTC +++ configure -@@ -1534,7 +1534,7 @@ if test "$mingw32" = "yes" ; then - sysconfdir="$prefix" - local_statedir= +@@ -1635,7 +1635,7 @@ if test "$mingw32" = "yes" ; then else -- mandir="${mandir:-$prefix/share/man}" -+ mandir="${mandir:-$prefix/man}" - datadir="${datadir:-$prefix/share}" - docdir="${docdir:-$prefix/share/doc}" bindir="${bindir:-$prefix/bin}" -@@ -3112,6 +3112,14 @@ if check_include "sys/signal.h" ; then fi - - ########################################## -+# getifaddrs (for tests/test-io-channel-socket ) -+ -+have_ifaddrs_h=yes -+if ! check_include "ifaddrs.h" ; then -+ have_ifaddrs_h=no -+fi -+ -+########################################## - # VTE probe - - if test "$vte" != "no"; then -@@ -4522,7 +4530,7 @@ fi - - # check for libusb - if test "$libusb" != "no" ; then -- if $pkg_config --atleast-version=1.0.13 libusb-1.0; then -+ if $pkg_config libusb-1.0; then - libusb="yes" - libusb_cflags=$($pkg_config --cflags libusb-1.0) - libusb_libs=$($pkg_config --libs libusb-1.0) -@@ -6226,6 +6234,9 @@ fi +-mandir="${mandir:-$prefix/share/man}" ++mandir="${mandir:-$prefix/man}" + datadir="${datadir:-$prefix/share}" + docdir="${docdir:-$prefix/share/doc}" + sysconfdir="${sysconfdir:-$prefix/etc}" +@@ -4607,6 +4607,9 @@ echo "CONFIG_TLS_PRIORITY=\"$tls_priority\"" >> $confi # if this macro is set. if test "$have_fsxattr" = "yes" ; then echo "HAVE_FSXATTR=y" >> $config_host_mak @@ -41,5 +17,5 @@ +if test "$have_ifaddrs_h" = "yes" ; then + echo "HAVE_IFADDRS_H=y" >> $config_host_mak fi - if test "$have_copy_file_range" = "yes" ; then - echo "HAVE_COPY_FILE_RANGE=y" >> $config_host_mak + if test "$xen" = "enabled" ; then + echo "CONFIG_XEN_BACKEND=y" >> $config_host_mak diff --git a/emulators/qemu-devel/files/patch-disas_libvixl_vixl_a64_disasm-a64.cc b/emulators/qemu-devel/files/patch-disas_libvixl_vixl_a64_disasm-a64.cc deleted file mode 100644 index 546595845c62..000000000000 --- a/emulators/qemu-devel/files/patch-disas_libvixl_vixl_a64_disasm-a64.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- disas/libvixl/vixl/a64/disasm-a64.cc.orig 2019-04-23 18:14:45 UTC -+++ disas/libvixl/vixl/a64/disasm-a64.cc -@@ -2693,7 +2693,7 @@ void Disassembler::AppendPCRelativeOffsetToOutput(cons - if (offset < 0) { - abs_offset = -abs_offset; - } -- AppendToOutput("#%c0x%" PRIx64, sign, abs_offset); -+ AppendToOutput("#%c0x%" PRIx64, sign, offset < 0 ? -offset : offset); - } - - diff --git a/emulators/qemu-devel/files/patch-docs_meson.build b/emulators/qemu-devel/files/patch-docs_meson.build deleted file mode 100644 index 981e0eab746f..000000000000 --- a/emulators/qemu-devel/files/patch-docs_meson.build +++ /dev/null @@ -1,79 +0,0 @@ ---- docs/meson.build.orig 2020-10-19 13:41:20 UTC -+++ docs/meson.build -@@ -1,9 +1,9 @@ - if get_option('sphinx_build') == '' - sphinx_build = find_program(['sphinx-build-3', 'sphinx-build'], -- required: get_option('docs')) -+ required: true) - else - sphinx_build = find_program(get_option('sphinx_build'), -- required: get_option('docs')) -+ required: true) - endif - - # Check if tools are available to build documentation. -@@ -26,12 +26,6 @@ if sphinx_build.found() - tmpdir / 'sphinx/out']) - build_docs = (sphinx_build_test_out.returncode() == 0) - -- if not build_docs -- warning('@0@ exists but it is either too old or uses too old a Python version'.format(get_option('sphinx_build'))) -- if get_option('docs').enabled() -- error('Install a Python 3 version of python-sphinx') -- endif -- endif - endif - - if build_docs -@@ -111,5 +105,51 @@ if build_docs - endforeach - alias_target('sphinxdocs', sphinxdocs) - alias_target('html', sphinxdocs) -+ alias_target('man', sphinxmans) -+else -+ manuals = [ 'interop', 'tools', 'system' ] -+ man_pages = { -+ 'interop' : { -+ 'qemu-ga.8': (have_tools ? 'man8' : ''), -+ 'qemu-ga-ref.7': 'man7', -+ 'qemu-qmp-ref.7': 'man7', -+ }, -+ 'tools': { -+ 'qemu-img.1': (have_tools ? 'man1' : ''), -+ 'qemu-nbd.8': (have_tools ? 'man8' : ''), -+ 'qemu-trace-stap.1': (config_host.has_key('CONFIG_TRACE_SYSTEMTAP') ? 'man1' : ''), -+ 'virtfs-proxy-helper.1': (have_virtfs_proxy_helper ? 'man1' : ''), -+ 'virtiofsd.1': (have_virtiofsd ? 'man1' : ''), -+ }, -+ 'system': { -+ 'qemu.1': 'man1', -+ 'qemu-block-drivers.7': 'man7', -+ 'qemu-cpu-models.7': 'man7' -+ }, -+ } -+ -+ sphinxmans = [] -+ foreach manual : manuals -+ private_dir = meson.current_build_dir() / (manual + '.p') -+ output_dir = meson.current_build_dir() / manual -+ input_dir = meson.current_source_dir() / manual -+ -+ these_man_pages = [] -+ install_dirs = [] -+ foreach page, section : man_pages.get(manual, {}) -+ these_man_pages += page -+ install_dirs += section == '' ? false : get_option('mandir') / section -+ endforeach -+ if these_man_pages.length() > 0 -+ sphinxmans += custom_target(manual + ' man pages', -+ build_by_default: build_docs, -+ output: these_man_pages, -+ input: this_manual, -+ install: build_docs, -+ install_dir: install_dirs, -+ command: [SPHINX_ARGS, '-b', 'man', '-d', private_dir, -+ input_dir, meson.current_build_dir()]) -+ endif -+ endforeach - alias_target('man', sphinxmans) - endif diff --git a/emulators/qemu-devel/files/patch-docs_system_qemu-cpu-models.rst b/emulators/qemu-devel/files/patch-docs_system_qemu-cpu-models.rst index ed263998422e..829daf378ce9 100644 --- a/emulators/qemu-devel/files/patch-docs_system_qemu-cpu-models.rst +++ b/emulators/qemu-devel/files/patch-docs_system_qemu-cpu-models.rst @@ -1,8 +1,8 @@ ---- docs/system/qemu-cpu-models.rst.orig 2020-07-28 20:52:47 UTC +--- docs/system/qemu-cpu-models.rst.orig 2021-09-27 14:03:42 UTC +++ docs/system/qemu-cpu-models.rst -@@ -17,4 +17,4 @@ Description +@@ -21,4 +21,4 @@ Description See also - '''''''' + -------- -The HTML documentation of QEMU for more precise information and Linux user mode emulator invocation. +The HTML documentation of QEMU for more precise information and Linux user mode emulator invocation, as well as the FreeBSD host notes in pkg-message in the relevant qemu port directory. diff --git a/emulators/qemu-devel/files/patch-net_tap-bsd.c b/emulators/qemu-devel/files/patch-net_tap-bsd.c deleted file mode 100644 index 6d94c1bde1ca..000000000000 --- a/emulators/qemu-devel/files/patch-net_tap-bsd.c +++ /dev/null @@ -1,10 +0,0 @@ ---- net/tap-bsd.c.orig 2019-04-23 18:14:46 UTC -+++ net/tap-bsd.c -@@ -31,6 +31,7 @@ - - #if defined(__NetBSD__) || defined(__FreeBSD__) - #include -+#include - #include - #include - #endif diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index c9617a4014d3..7b1e0a6161bf 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -6,8 +6,6 @@ bin/qemu-img bin/qemu-io %%GTK3%%bin/qemu-keymap bin/qemu-nbd -%%NO_X86_TARGETS%%bin/qemu-sparc -%%NO_X86_TARGETS%%bin/qemu-sparc64 bin/qemu-storage-daemon %%NO_X86_TARGETS%%bin/qemu-system-aarch64 %%NO_X86_TARGETS%%bin/qemu-system-alpha @@ -23,7 +21,6 @@ bin/qemu-system-i386 %%NO_X86_TARGETS%%bin/qemu-system-mips64 %%NO_X86_TARGETS%%bin/qemu-system-mips64el %%NO_X86_TARGETS%%bin/qemu-system-mipsel -%%NO_X86_TARGETS%%bin/qemu-system-moxie %%NO_X86_TARGETS%%bin/qemu-system-nios2 %%NO_X86_TARGETS%%bin/qemu-system-or1k %%NO_X86_TARGETS%%bin/qemu-system-ppc @@ -41,14 +38,18 @@ bin/qemu-system-x86_64 %%NO_X86_TARGETS%%bin/qemu-system-xtensa %%NO_X86_TARGETS%%bin/qemu-system-xtensaeb bin/qemu-x86_64 +include/qemu-plugin.h man/man1/qemu.1.gz man/man1/qemu-img.1.gz man/man7/qemu-block-drivers.7.gz man/man7/qemu-cpu-models.7.gz -man/man7/qemu-ga-ref.7.gz -man/man7/qemu-qmp-ref.7.gz man/man8/qemu-ga.8.gz +man/man7/qemu-ga-ref.7.gz man/man8/qemu-nbd.8.gz +man/man8/qemu-pr-helper.8.gz +man/man7/qemu-qmp-ref.7.gz +man/man1/qemu-storage-daemon.1.gz +man/man7/qemu-storage-daemon-qmp-ref.7.gz @sample etc/qemu-ifup.sample @sample etc/qemu-ifdown.sample %%DATADIR%%/QEMU,tcx.bin From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 20:43:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47E556ABD0F; Tue, 28 Sep 2021 20:43:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJs0B1YVFz4rVG; Tue, 28 Sep 2021 20:43:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 152513413; Tue, 28 Sep 2021 20:43:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SKh5e9042615; Tue, 28 Sep 2021 20:43:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SKh5Yl042614; Tue, 28 Sep 2021 20:43:05 GMT (envelope-from git) Date: Tue, 28 Sep 2021 20:43:05 GMT Message-Id: <202109282043.18SKh5Yl042614@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 94f83f5c2472 - main - devel/jenkins: Update to 2.314 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 94f83f5c247213479c3e396ea3eeaaa868812984 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 20:43:06 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=94f83f5c247213479c3e396ea3eeaaa868812984 commit 94f83f5c247213479c3e396ea3eeaaa868812984 Author: Li-Wen Hsu AuthorDate: 2021-09-28 20:43:01 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-28 20:43:01 +0000 devel/jenkins: Update to 2.314 Sponsored by: The FreeBSD Foundation --- devel/jenkins/Makefile | 2 +- devel/jenkins/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 9607b4c97a26..a5302cd74fab 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.313 +PORTVERSION= 2.314 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index d50301b142f7..f026a053569f 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632245646 -SHA256 (jenkins/2.313/jenkins.war) = e41690114ed7bcb3efe719612edb4f6180c7ef5e76a3eaf66193edbc09a2f9d2 -SIZE (jenkins/2.313/jenkins.war) = 72147064 +TIMESTAMP = 1632861470 +SHA256 (jenkins/2.314/jenkins.war) = 68635e3d2c09298a793786f4b7dc567fa0761aa19418da134fc3b8c618ee0443 +SIZE (jenkins/2.314/jenkins.war) = 72144127 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 20:47:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC8CC6ABE2C; Tue, 28 Sep 2021 20:47:36 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJs5N2GkRz4rmv; Tue, 28 Sep 2021 20:47:36 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 775A23C0199; Tue, 28 Sep 2021 20:47:30 +0000 (UTC) Date: Tue, 28 Sep 2021 20:47:30 +0000 From: Brooks Davis To: Piotr Kubaj Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 79207f500c9b - main - devel/llvm13: Disable OpenMP amdgcn bit code Message-ID: <20210928204730.GH63086@spindle.one-eyed-alien.net> References: <202109272224.18RMOCXA056594@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JbKQpFqZXJ2T76Sg" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 4HJs5N2GkRz4rmv X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of brooks@spindle.one-eyed-alien.net has no SPF policy when checking 199.48.129.229) smtp.mailfrom=brooks@spindle.one-eyed-alien.net X-Spamd-Result: default: False [-3.44 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.54)[-0.536]; FREEFALL_USER(0.00)[brooks]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net]; RCVD_COUNT_ZERO(0.00)[0]; R_SPF_NA(0.00)[no SPF record]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:36236, ipnet:199.48.128.0/22, country:US]; FROM_NEQ_ENVFROM(0.00)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 20:47:37 -0000 --JbKQpFqZXJ2T76Sg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 28, 2021 at 02:11:32AM +0200, Piotr Kubaj wrote: > On 21-09-27 22:24:12, Brooks Davis wrote: > > The branch main has been updated by brooks: > >=20 > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D79207f500c9bf7daf9c151= 7d71f71b4a2950300f > >=20 > > commit 79207f500c9bf7daf9c1517d71f71b4a2950300f > > Author: Brooks Davis > > AuthorDate: 2021-09-27 22:23:57 +0000 > > Commit: Brooks Davis > > CommitDate: 2021-09-27 22:23:57 +0000 > >=20 > > devel/llvm13: Disable OpenMP amdgcn bit code > > =20 > > Due to a bug in the CMakefiles these build for aarch64 and maybe > > ppc64le. This resulted in plist breakage for aarch64. > > =20 > > It would be straightforward to enable them for amd64, but I have no= way > > to test them and the current CMake bits build them for linux target= s so > > I suspect they won't work. > > =20 > > PR: 258706 > > Reviewed by: jbeich > > Sponsored by: DARPA > > --- > > devel/llvm13/Makefile | 1 + > > 1 file changed, 1 insertion(+) > >=20 > > diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile > > index 650da0941660..29284492c4e6 100644 > > --- a/devel/llvm13/Makefile > > +++ b/devel/llvm13/Makefile > > @@ -174,6 +174,7 @@ LLDB_USES=3D lua:53 libedit > > LLDB_VARS=3D _USES_PYTHON=3Dpython:3.6+ > > MLIR_DESC=3D Multi-Level Intermediate Representation > > OPENMP_DESC=3D Install libomp, the LLVM OpenMP runtime library > > +OPENMP_CMAKE_IN=3D -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=3DOFF > Wasn't this supposed to be OPENMP_CMAKE_ON? Bah. Will fix. -- Brooks > > OPENMP_PORTDOCS=3D openmp > > PYCLANG_DESC=3D Install python bindings to libclang > > PYCLANG_IMPLIES=3D CLANG --JbKQpFqZXJ2T76Sg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJhU39hAAoJEKzQXbSebgfA/gEH/RdMNddxRgFYn/mmrF3iuBiQ fzfNM2rDJaCZtHeXUzXagq6ip9WEP6FS8dwXGwOTv/9v+Imt5aes8fVlEd/Mv1n8 WulIBhz76HlDThUxhJBfzNDMuzzy1/52nCaBXXdEJVfuHLICzq5NAnQvyJkM/w8h t+REK1gexgt+WUXv3U3ireVmjd3FxqoZEdcVUWZmpaLWZeK7BAajJ66G/SHGsTGg 6fYbPrtaO6a6ACLk3JirJD6H1faOGL362SbA+6+VIH8tmrcJop8nRUrc7as14MoC n2Oe4bbM/iyoJ2n/wRkV0ExPc1OKnq2/5VZgbL/Hk4rqBFUIAVAI5dF7Jr3k1Kw= =6W2/ -----END PGP SIGNATURE----- --JbKQpFqZXJ2T76Sg-- From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 21:25:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 14FDE6ACA02; Tue, 28 Sep 2021 21:25:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJswk08K4z4tx0; Tue, 28 Sep 2021 21:25:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9FE33CA2; Tue, 28 Sep 2021 21:25:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SLP9OH096303; Tue, 28 Sep 2021 21:25:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SLP9qt096302; Tue, 28 Sep 2021 21:25:09 GMT (envelope-from git) Date: Tue, 28 Sep 2021 21:25:09 GMT Message-Id: <202109282125.18SLP9qt096302@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: be11fb78b048 - main - devel/R-cran-hms: Update to 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: be11fb78b048d68319cd8e05a7fb24e400230010 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 21:25:10 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=be11fb78b048d68319cd8e05a7fb24e400230010 commit be11fb78b048d68319cd8e05a7fb24e400230010 Author: TAKATSU Tomonari AuthorDate: 2021-09-28 21:23:57 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-28 21:24:41 +0000 devel/R-cran-hms: Update to 1.1.1 --- devel/R-cran-hms/Makefile | 2 +- devel/R-cran-hms/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/R-cran-hms/Makefile b/devel/R-cran-hms/Makefile index 119cfc4eae06..2b3b5be435fd 100644 --- a/devel/R-cran-hms/Makefile +++ b/devel/R-cran-hms/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= hms -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-hms/distinfo b/devel/R-cran-hms/distinfo index a2391470198e..eaf4079595d1 100644 --- a/devel/R-cran-hms/distinfo +++ b/devel/R-cran-hms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621330661 -SHA256 (hms_1.1.0.tar.gz) = e8599af260c3e8963ef183a98ca334b3f102a4595dde38e7c3c930a161e1b4ce -SIZE (hms_1.1.0.tar.gz) = 43142 +TIMESTAMP = 1632792372 +SHA256 (hms_1.1.1.tar.gz) = 6b5f30db1845c70d27b5de33f31caa487cdd0787cd80a4073375e5f482269062 +SIZE (hms_1.1.1.tar.gz) = 43117 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 21:39:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 80CC96ACB19; Tue, 28 Sep 2021 21:39:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJtFL08R4z3By8; Tue, 28 Sep 2021 21:39:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D72413E4C; Tue, 28 Sep 2021 21:39:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SLdXoY009922; Tue, 28 Sep 2021 21:39:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SLdXUl009921; Tue, 28 Sep 2021 21:39:33 GMT (envelope-from git) Date: Tue, 28 Sep 2021 21:39:33 GMT Message-Id: <202109282139.18SLdXUl009921@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: c33363598ecb - main - databases/evolution-data-server: Update to 3.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c33363598ecb2e456ed5022e47712a41a8253e6e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 21:39:34 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=c33363598ecb2e456ed5022e47712a41a8253e6e commit c33363598ecb2e456ed5022e47712a41a8253e6e Author: Neel Chauhan AuthorDate: 2021-09-28 21:12:09 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 21:39:32 +0000 databases/evolution-data-server: Update to 3.42.0 --- databases/evolution-data-server/Makefile | 2 +- databases/evolution-data-server/distinfo | 6 +++--- databases/evolution-data-server/pkg-plist | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 6936a13f5284..5c471f80b0e6 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,7 +1,7 @@ # Created by: Joe Marcus Clarke PORTNAME= evolution-data-server -DISTVERSION= 3.40.4 +DISTVERSION= 3.42.0 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index 142ad536a6a4..8ef3673513d2 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629299688 -SHA256 (gnome/evolution-data-server-3.40.4.tar.xz) = 87c185f18c37270e3611981f19bd9221ac974c807462c8dce90bea08712c5800 -SIZE (gnome/evolution-data-server-3.40.4.tar.xz) = 4622640 +TIMESTAMP = 1632863347 +SHA256 (gnome/evolution-data-server-3.42.0.tar.xz) = e8fdd3bc47a07d6f8a3052bbcae880f20f6dbc4f6973a8e90d00169bb99b1635 +SIZE (gnome/evolution-data-server-3.42.0.tar.xz) = 4614616 diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist index ed1690a5c9ba..d71d4c27d8b7 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -333,7 +333,6 @@ include/evolution-data-server/libedataserverui/e-webdav-discover-widget.h include/evolution-data-server/libedataserverui/libedataserverui.h lib/evolution-data-server/addressbook-backends/libebookbackendcarddav.so lib/evolution-data-server/addressbook-backends/libebookbackendfile.so -lib/evolution-data-server/addressbook-backends/libebookbackendgoogle.so %%LDAP%%lib/evolution-data-server/addressbook-backends/libebookbackendldap.so lib/evolution-data-server/calendar-backends/libecalbackendcaldav.so lib/evolution-data-server/calendar-backends/libecalbackendcontacts.so @@ -375,8 +374,8 @@ lib/girepository-1.0/EDataCal-2.0.typelib lib/girepository-1.0/EDataServer-%%EVO_VERSION%%.typelib lib/girepository-1.0/EDataServerUI-%%EVO_VERSION%%.typelib lib/libcamel-%%EVO_VERSION%%.so -lib/libcamel-%%EVO_VERSION%%.so.62 -lib/libcamel-%%EVO_VERSION%%.so.62.0.0 +lib/libcamel-%%EVO_VERSION%%.so.63 +lib/libcamel-%%EVO_VERSION%%.so.63.0.0 lib/libebackend-%%EVO_VERSION%%.so lib/libebackend-%%EVO_VERSION%%.so.10 lib/libebackend-%%EVO_VERSION%%.so.10.0.0 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 21:39:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CD7D6ACCD9; Tue, 28 Sep 2021 21:39:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJtFN2Np4z3C6R; Tue, 28 Sep 2021 21:39:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26F4A3E4D; Tue, 28 Sep 2021 21:39:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SLdamv009970; Tue, 28 Sep 2021 21:39:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SLdarY009969; Tue, 28 Sep 2021 21:39:36 GMT (envelope-from git) Date: Tue, 28 Sep 2021 21:39:36 GMT Message-Id: <202109282139.18SLdarY009969@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: e215f1d579c6 - main - mail/evolution-ews: Update to 3.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e215f1d579c6eef5aaa2d196ce3b8fabdd514338 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 21:39:37 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=e215f1d579c6eef5aaa2d196ce3b8fabdd514338 commit e215f1d579c6eef5aaa2d196ce3b8fabdd514338 Author: Neel Chauhan AuthorDate: 2021-09-28 21:29:51 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 21:39:32 +0000 mail/evolution-ews: Update to 3.42.0 --- mail/evolution-ews/Makefile | 2 +- mail/evolution-ews/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index 4ddf735071a1..c1985eba7ca8 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast PORTNAME= evolution-ews -DISTVERSION= 3.40.4 +DISTVERSION= 3.42.0 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/mail/evolution-ews/distinfo b/mail/evolution-ews/distinfo index 9b7c64167b24..ce5ca6533f4e 100644 --- a/mail/evolution-ews/distinfo +++ b/mail/evolution-ews/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629299675 -SHA256 (gnome/evolution-ews-3.40.4.tar.xz) = d1e0236fc816862ca3a9a393e6eafd80fa10bfa5b6bb7eeedbca8025532e5015 -SIZE (gnome/evolution-ews-3.40.4.tar.xz) = 673888 +TIMESTAMP = 1632864585 +SHA256 (gnome/evolution-ews-3.42.0.tar.xz) = 585336df7829cbf965a2858d4594a2b8d8910111b2dcae1a68ccaf1af50cd1af +SIZE (gnome/evolution-ews-3.42.0.tar.xz) = 682796 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 21:39:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56E726AC7DF; Tue, 28 Sep 2021 21:39:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJtFM1FPTz3C1n; Tue, 28 Sep 2021 21:39:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F28293F65; Tue, 28 Sep 2021 21:39:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SLdYdE009946; Tue, 28 Sep 2021 21:39:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SLdYTS009945; Tue, 28 Sep 2021 21:39:34 GMT (envelope-from git) Date: Tue, 28 Sep 2021 21:39:34 GMT Message-Id: <202109282139.18SLdYTS009945@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: e2cf7e0623d4 - main - mail/evolution: Update to 3.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e2cf7e0623d43515a2b353dde675ac2577549e57 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 21:39:35 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2cf7e0623d43515a2b353dde675ac2577549e57 commit e2cf7e0623d43515a2b353dde675ac2577549e57 Author: Neel Chauhan AuthorDate: 2021-09-28 21:29:24 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 21:39:32 +0000 mail/evolution: Update to 3.42.0 --- mail/evolution/Makefile | 2 +- mail/evolution/distinfo | 6 +++--- mail/evolution/pkg-plist | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 743552ec99da..115a1a1bb832 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,7 +1,7 @@ # Created by: Ade Lovett PORTNAME= evolution -DISTVERSION= 3.40.4 +DISTVERSION= 3.42.0 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index b46a502067f8..345f14f15f4d 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629299665 -SHA256 (gnome/evolution-3.40.4.tar.xz) = 0585e9dfa55040ec923535a0448762465d89e3313509ac326bbe846a5d660374 -SIZE (gnome/evolution-3.40.4.tar.xz) = 12219300 +TIMESTAMP = 1632863836 +SHA256 (gnome/evolution-3.42.0.tar.xz) = 6845ba56ffc76c1772a35118aee926842463513bc04e9d8a67a2161d5d84427a +SIZE (gnome/evolution-3.42.0.tar.xz) = 12243112 diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index 6400bbd6075d..572aefb47a1d 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -176,6 +176,7 @@ include/evolution/e-util/e-filter-element.h include/evolution/e-util/e-filter-file.h include/evolution/e-util/e-filter-input.h include/evolution/e-util/e-filter-int.h +include/evolution/e-util/e-filter-label.h include/evolution/e-util/e-filter-option.h include/evolution/e-util/e-filter-part.h include/evolution/e-util/e-filter-rule.h @@ -481,6 +482,7 @@ include/evolution/mail/em-event.h include/evolution/mail/em-filter-context.h include/evolution/mail/em-filter-editor-folder-element.h include/evolution/mail/em-filter-editor.h +include/evolution/mail/em-filter-mail-identity-element.h include/evolution/mail/em-filter-rule.h include/evolution/mail/em-filter-source-element.h include/evolution/mail/em-folder-properties.h @@ -704,6 +706,7 @@ share/applications/org.gnome.Evolution.desktop %%DATADIR%%/icons/hicolor/16x16/apps/im-aim.png %%DATADIR%%/icons/hicolor/16x16/apps/im-icq.png %%DATADIR%%/icons/hicolor/16x16/apps/im-jabber.png +%%DATADIR%%/icons/hicolor/16x16/apps/im-matrix.png %%DATADIR%%/icons/hicolor/16x16/apps/im-msn.png %%DATADIR%%/icons/hicolor/16x16/apps/im-nov.png %%DATADIR%%/icons/hicolor/16x16/apps/im-yahoo.png @@ -732,6 +735,7 @@ share/applications/org.gnome.Evolution.desktop %%DATADIR%%/icons/hicolor/22x22/apps/im-aim.png %%DATADIR%%/icons/hicolor/22x22/apps/im-icq.png %%DATADIR%%/icons/hicolor/22x22/apps/im-jabber.png +%%DATADIR%%/icons/hicolor/22x22/apps/im-matrix.png %%DATADIR%%/icons/hicolor/22x22/apps/im-msn.png %%DATADIR%%/icons/hicolor/22x22/apps/im-nov.png %%DATADIR%%/icons/hicolor/22x22/apps/im-yahoo.png @@ -773,9 +777,17 @@ share/applications/org.gnome.Evolution.desktop %%DATADIR%%/icons/hicolor/24x24/apps/im-aim.png %%DATADIR%%/icons/hicolor/24x24/apps/im-icq.png %%DATADIR%%/icons/hicolor/24x24/apps/im-jabber.png +%%DATADIR%%/icons/hicolor/24x24/apps/im-matrix.png %%DATADIR%%/icons/hicolor/24x24/apps/im-msn.png %%DATADIR%%/icons/hicolor/24x24/apps/im-nov.png %%DATADIR%%/icons/hicolor/24x24/apps/im-yahoo.png +%%DATADIR%%/icons/hicolor/24x24/categories/preferences-calendar-and-tasks.svg +%%DATADIR%%/icons/hicolor/24x24/categories/preferences-certificates.svg +%%DATADIR%%/icons/hicolor/24x24/categories/preferences-composer.svg +%%DATADIR%%/icons/hicolor/24x24/categories/preferences-contact.svg +%%DATADIR%%/icons/hicolor/24x24/categories/preferences-mail-accounts.svg +%%DATADIR%%/icons/hicolor/24x24/categories/preferences-mail.svg +%%DATADIR%%/icons/hicolor/24x24/categories/preferences-system-network-proxy.svg %%DATADIR%%/icons/hicolor/24x24/places/mail-inbox.png %%DATADIR%%/icons/hicolor/24x24/places/mail-outbox.png %%DATADIR%%/icons/hicolor/24x24/places/mail-sent.png @@ -807,6 +819,7 @@ share/applications/org.gnome.Evolution.desktop %%DATADIR%%/icons/hicolor/48x48/categories/preferences-composer.png %%DATADIR%%/icons/hicolor/48x48/categories/preferences-mail-accounts.png %%DATADIR%%/icons/hicolor/48x48/categories/preferences-mail.png +%%DATADIR%%/icons/hicolor/48x48/categories/preferences-plugins.svg %%DATADIR%%/icons/hicolor/48x48/categories/preferences-system-network-proxy.png %%DATADIR%%/icons/hicolor/48x48/status/stock_signature-bad.png %%DATADIR%%/icons/hicolor/48x48/status/stock_signature-ok.png @@ -819,6 +832,7 @@ share/applications/org.gnome.Evolution.desktop %%DATADIR%%/icons/hicolor/scalable/apps/im-aim.svg %%DATADIR%%/icons/hicolor/scalable/apps/im-icq.svg %%DATADIR%%/icons/hicolor/scalable/apps/im-jabber.svg +%%DATADIR%%/icons/hicolor/scalable/apps/im-matrix.svg %%DATADIR%%/icons/hicolor/scalable/apps/im-msn.svg %%DATADIR%%/icons/hicolor/scalable/apps/im-nov.svg %%DATADIR%%/icons/hicolor/scalable/apps/im-yahoo.svg From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 21:40:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 066C26AC9D4; Tue, 28 Sep 2021 21:40:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJtGR6mrdz3CF6; Tue, 28 Sep 2021 21:40:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C99254111; Tue, 28 Sep 2021 21:40:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SLeVR3018393; Tue, 28 Sep 2021 21:40:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SLeV1D018392; Tue, 28 Sep 2021 21:40:31 GMT (envelope-from git) Date: Tue, 28 Sep 2021 21:40:31 GMT Message-Id: <202109282140.18SLeV1D018392@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 5c6db08be79b - main - mail/evolution-ews: Fix pkg-plist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5c6db08be79ba920d92fcc8463f49ae13df7610d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 21:40:32 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c6db08be79ba920d92fcc8463f49ae13df7610d commit 5c6db08be79ba920d92fcc8463f49ae13df7610d Author: Neel Chauhan AuthorDate: 2021-09-28 21:40:28 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 21:40:28 +0000 mail/evolution-ews: Fix pkg-plist --- mail/evolution-ews/pkg-plist | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/evolution-ews/pkg-plist b/mail/evolution-ews/pkg-plist index a5f4dad90443..4bf6e955becb 100644 --- a/mail/evolution-ews/pkg-plist +++ b/mail/evolution-ews/pkg-plist @@ -47,6 +47,7 @@ share/locale/pl/LC_MESSAGES/evolution-ews.mo share/locale/pt/LC_MESSAGES/evolution-ews.mo share/locale/pt_BR/LC_MESSAGES/evolution-ews.mo share/locale/ro/LC_MESSAGES/evolution-ews.mo +share/locale/ru/LC_MESSAGES/evolution-ews.mo share/locale/sk/LC_MESSAGES/evolution-ews.mo share/locale/sl/LC_MESSAGES/evolution-ews.mo share/locale/sr/LC_MESSAGES/evolution-ews.mo From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 22:06:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EF306AD205; Tue, 28 Sep 2021 22:06:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJtrD28P9z3DxW; Tue, 28 Sep 2021 22:06:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 289FD4914; Tue, 28 Sep 2021 22:06:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SM6Kkk050174; Tue, 28 Sep 2021 22:06:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SM6KrK050173; Tue, 28 Sep 2021 22:06:20 GMT (envelope-from git) Date: Tue, 28 Sep 2021 22:06:20 GMT Message-Id: <202109282206.18SM6KrK050173@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 197b71f99177 - main - www/epiphany: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 197b71f9917728c95f6fb30d5a40cbaff72321a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 22:06:20 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=197b71f9917728c95f6fb30d5a40cbaff72321a1 commit 197b71f9917728c95f6fb30d5a40cbaff72321a1 Author: Neel Chauhan AuthorDate: 2021-09-28 22:05:48 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 22:06:19 +0000 www/epiphany: Update to 41.0 --- www/epiphany/Makefile | 44 +++---- www/epiphany/distinfo | 6 +- .../files/extra-patch-lib_ephy-sync-utils.c | 27 ----- www/epiphany/files/patch-lib_ephy-flatpak-utils.c | 56 --------- www/epiphany/files/patch-lib_ephy-sync-utils.c | 4 +- www/epiphany/files/patch-meson.build | 21 +++- www/epiphany/pkg-plist | 133 +++++++++++++++------ 7 files changed, 141 insertions(+), 150 deletions(-) diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index d89bc5fa5597..4db5f7387cd3 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke PORTNAME= epiphany -PORTVERSION= 3.38.5 +PORTVERSION= 41.0 CATEGORIES= www gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -12,41 +12,41 @@ COMMENT= Extremely lightweight and simple web browser for GNOME 3 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ - itstool:textproc/itstool \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ - libsoup-2.4.so:devel/libsoup \ +BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ + iso-codes>=0:misc/iso-codes \ + itstool:textproc/itstool +LIB_DEPENDS= libdazzle-1.0.so:x11-toolkits/libdazzle \ libgcr-base-3.so:security/gcr \ - libstartup-notification-1.so:x11/startup-notification \ - libnss3.so:security/nss \ - libjson-glib-1.0.so:devel/json-glib \ - libicuuc.so:devel/icu \ - libnotify.so:devel/libnotify \ libgmp.so:math/gmp \ + libhandy-1.so:x11-toolkits/libhandy \ + libicuuc.so:devel/icu \ + libjson-glib-1.0.so:devel/json-glib \ libnettle.so:security/nettle \ - libsecret-1.so:security/libsecret \ + libnotify.so:devel/libnotify \ + libnss3.so:security/nss \ libp11-kit.so:security/p11-kit \ - libdazzle-1.0.so:x11-toolkits/libdazzle \ - libhandy-1.so:x11-toolkits/libhandy -RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ + libsecret-1.so:security/libsecret \ + libsoup-2.4.so:devel/libsoup \ + libstartup-notification-1.so:x11/startup-notification \ + libwebkit2gtk-4.0.so:www/webkit2-gtk3 +RUN_DEPENDS= gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic \ + gnome-icon-theme>=0:misc/gnome-icon-theme \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ - gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic \ - gnome-icon-theme>=0:misc/gnome-icon-theme + iso-codes>=0:misc/iso-codes PORTSCOUT= limitw:1,even USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ - localbase:ldflags meson pkgconfig python:3.4+ shebangfix \ - sqlite tar:xz xorg + libarchive localbase:ldflags meson pkgconfig python:3.4+ \ + shebangfix sqlite tar:xz xorg CPE_VENDOR= gnome USE_GNOME= cairo gnomedesktop3 intlhack libwnck3 libxml2 libxslt USE_XORG= x11 INSTALLS_ICONS= yes USE_LDCONFIG= yes -MESON_ARGS= -Ddistributor_name="GNOME Web by the FreeBSD GNOME Project" \ - -Db_lundef=false \ +MESON_ARGS= -Db_lundef=false \ + -Ddistributor_name="GNOME Web by the FreeBSD GNOME Project" \ -Dunit_tests=disabled GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \ org.gnome.epiphany.gschema.xml diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index 55d622813902..87ba11fcb8b6 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624153517 -SHA256 (gnome/epiphany-3.38.5.tar.xz) = c6941e2c769d512f09f01b3ef76064ee8a2a6590ee0a5ba57f8b3fc32277af93 -SIZE (gnome/epiphany-3.38.5.tar.xz) = 3863492 +TIMESTAMP = 1632865298 +SHA256 (gnome/epiphany-41.0.tar.xz) = b39d1825492595b0b74c5d6a6686a857f9419dfa4c02f8013c297bc870e26dd0 +SIZE (gnome/epiphany-41.0.tar.xz) = 6153044 diff --git a/www/epiphany/files/extra-patch-lib_ephy-sync-utils.c b/www/epiphany/files/extra-patch-lib_ephy-sync-utils.c deleted file mode 100644 index 02c6de428094..000000000000 --- a/www/epiphany/files/extra-patch-lib_ephy-sync-utils.c +++ /dev/null @@ -1,27 +0,0 @@ -11.x does not have getrandom(2) (or getentropy(3)) - ---- lib/ephy-sync-utils.c.orig 2020-10-04 22:15:55 UTC -+++ lib/ephy-sync-utils.c -@@ -24,6 +24,7 @@ - #include "ephy-settings.h" - - #include -+#include - #include - #include - #include -@@ -189,7 +190,13 @@ ephy_sync_utils_generate_random_bytes (v - } - #else - do { -- ret = getrandom (out, num_bytes, 0); -+ int fd = open("/dev/urandom", O_RDONLY|O_CLOEXEC); -+ if (fd != -1) { -+ ret = read(fd, out, num_bytes); -+ (void)close(fd); -+ } -+ else -+ g_error ("Failed to open /dev/urandom to generate randomness: %s", g_strerror (errno)); - } while (ret < (gssize)num_bytes && errno == EINTR); - - if (ret != (gssize)num_bytes) diff --git a/www/epiphany/files/patch-lib_ephy-flatpak-utils.c b/www/epiphany/files/patch-lib_ephy-flatpak-utils.c deleted file mode 100644 index c9aee98f3216..000000000000 --- a/www/epiphany/files/patch-lib_ephy-flatpak-utils.c +++ /dev/null @@ -1,56 +0,0 @@ ---- lib/ephy-flatpak-utils.c.orig 2020-09-11 23:16:40 UTC -+++ lib/ephy-flatpak-utils.c -@@ -28,7 +28,7 @@ - #include - #include - #include --#include -+//#include - #include - #include - #include -@@ -63,44 +63,11 @@ ephy_is_running_inside_flatpak (void) - return under_flatpak; - } - --static void --opened_uri (GObject *object, -- GAsyncResult *result, -- gpointer data) --{ -- g_autoptr (XdpPortal) portal = XDP_PORTAL (object); -- g_autoptr (GError) error = NULL; -- gboolean open_dir = GPOINTER_TO_INT (data); -- gboolean res; - -- if (open_dir) -- res = xdp_portal_open_directory_finish (portal, result, &error); -- else -- res = xdp_portal_open_uri_finish (portal, result, &error); -- -- if (!res) -- g_warning ("%s", error->message); --} -- - static void - ephy_open_uri (const char *uri, - gboolean is_dir) - { -- GApplication *application; -- GtkWindow *window; -- XdpParent *parent; -- g_autoptr (XdpPortal) portal = xdp_portal_new (); -- -- application = g_application_get_default (); -- window = gtk_application_get_active_window (GTK_APPLICATION (application)); -- parent = xdp_parent_new_gtk (window); -- -- if (is_dir) -- xdp_portal_open_directory (g_steal_pointer (&portal), parent, uri, XDP_OPEN_URI_FLAG_ASK, NULL, opened_uri, GINT_TO_POINTER (TRUE)); -- else -- xdp_portal_open_uri (g_steal_pointer (&portal), parent, uri, XDP_OPEN_URI_FLAG_ASK, NULL, opened_uri, GINT_TO_POINTER (FALSE)); -- -- xdp_parent_free (parent); - } - - void diff --git a/www/epiphany/files/patch-lib_ephy-sync-utils.c b/www/epiphany/files/patch-lib_ephy-sync-utils.c index d84ba7ad3efb..cab8f8162821 100644 --- a/www/epiphany/files/patch-lib_ephy-sync-utils.c +++ b/www/epiphany/files/patch-lib_ephy-sync-utils.c @@ -1,9 +1,9 @@ ---- lib/ephy-sync-utils.c.orig 2020-09-11 23:16:40 UTC +--- lib/ephy-sync-utils.c.orig 2021-09-28 21:57:11 UTC +++ lib/ephy-sync-utils.c @@ -30,9 +30,9 @@ - #include #include #include + #include -#if defined(__linux__) +#if defined(__linux__) || defined(__FreeBSD__) #include diff --git a/www/epiphany/files/patch-meson.build b/www/epiphany/files/patch-meson.build index ba3d5e9978df..6b5a9a633a29 100644 --- a/www/epiphany/files/patch-meson.build +++ b/www/epiphany/files/patch-meson.build @@ -1,10 +1,19 @@ ---- meson.build.orig 2020-09-30 07:25:32 UTC +--- meson.build.orig 2021-09-16 20:23:49 UTC +++ meson.build -@@ -97,7 +97,6 @@ libsecret_dep = dependency('libsecret-1', version: '>= - libsoup_dep = dependency('libsoup-2.4', version: '>= 2.48.0') +@@ -96,7 +96,6 @@ libhandy_dep = dependency('libhandy-1', version: '>= 1 + libsecret_dep = dependency('libsecret-1', version: '>= 0.19.0') libxml_dep = dependency('libxml-2.0', version: '>= 2.6.12') nettle_dep = dependency('nettle', version: nettle_requirement) --portal_dep = dependency('libportal', version: '>= 0.0.2') +-portal_dep = dependency('libportal', version: '>= 0.0.2', required: get_option('libportal')) sqlite3_dep = dependency('sqlite3', version: '>= 3.22') - webkit2gtk_dep = dependency('webkit2gtk-4.0', version: webkitgtk_requirement) - webkit2gtk_web_extension_dep = dependency('webkit2gtk-web-extension-4.0', version: webkitgtk_requirement) + + if get_option('soup2').enabled() +@@ -108,8 +107,6 @@ else + webkit2gtk_dep = dependency('webkit2gtk-4.1', version: webkitgtk_requirement) + webkit2gtk_web_extension_dep = dependency('webkit2gtk-web-extension-4.1', version: webkitgtk_requirement) + endif +- +-conf.set10('USE_LIBPORTAL', portal_dep.found()) + + webkit_revision = webkit2gtk_dep.get_variable(pkgconfig : 'revision', default_value : '') + if webkit_revision == 'tarball' diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 8e98e03d71c6..7288c590e43f 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -26,16 +26,15 @@ share/help/C/epiphany/history.page share/help/C/epiphany/index.page share/help/C/epiphany/introduction.page share/help/C/epiphany/legal.xml -share/help/C/epiphany/media/epiphany-icon.png share/help/C/epiphany/media/epiphany-plain-3-36.png share/help/C/epiphany/media/epiphany-private-3-36.png +share/help/C/epiphany/media/org.gnome.Epiphany.svg share/help/C/epiphany/pref-cookies.page share/help/C/epiphany/pref-css.page share/help/C/epiphany/pref-downloads.page share/help/C/epiphany/pref-font.page share/help/C/epiphany/pref-mouse-gestures.page share/help/C/epiphany/pref-passwords.page -share/help/C/epiphany/pref.page share/help/C/epiphany/prob-restore-closed-page.page share/help/C/epiphany/proxy.page share/help/ca/epiphany/browse-local.page @@ -54,16 +53,15 @@ share/help/ca/epiphany/history.page share/help/ca/epiphany/index.page share/help/ca/epiphany/introduction.page share/help/ca/epiphany/legal.xml -share/help/ca/epiphany/media/epiphany-icon.png share/help/ca/epiphany/media/epiphany-plain-3-36.png share/help/ca/epiphany/media/epiphany-private-3-36.png +share/help/ca/epiphany/media/org.gnome.Epiphany.svg share/help/ca/epiphany/pref-cookies.page share/help/ca/epiphany/pref-css.page share/help/ca/epiphany/pref-downloads.page share/help/ca/epiphany/pref-font.page share/help/ca/epiphany/pref-mouse-gestures.page share/help/ca/epiphany/pref-passwords.page -share/help/ca/epiphany/pref.page share/help/ca/epiphany/prob-restore-closed-page.page share/help/ca/epiphany/proxy.page share/help/cs/epiphany/browse-local.page @@ -82,18 +80,44 @@ share/help/cs/epiphany/history.page share/help/cs/epiphany/index.page share/help/cs/epiphany/introduction.page share/help/cs/epiphany/legal.xml -share/help/cs/epiphany/media/epiphany-icon.png share/help/cs/epiphany/media/epiphany-plain-3-36.png share/help/cs/epiphany/media/epiphany-private-3-36.png +share/help/cs/epiphany/media/org.gnome.Epiphany.svg share/help/cs/epiphany/pref-cookies.page share/help/cs/epiphany/pref-css.page share/help/cs/epiphany/pref-downloads.page share/help/cs/epiphany/pref-font.page share/help/cs/epiphany/pref-mouse-gestures.page share/help/cs/epiphany/pref-passwords.page -share/help/cs/epiphany/pref.page share/help/cs/epiphany/prob-restore-closed-page.page share/help/cs/epiphany/proxy.page +share/help/da/epiphany/browse-local.page +share/help/da/epiphany/browse-private.page +share/help/da/epiphany/browse-tab.page +share/help/da/epiphany/browse-web.page +share/help/da/epiphany/browse-webapps-del.page +share/help/da/epiphany/browse-webapps.page +share/help/da/epiphany/cert.page +share/help/da/epiphany/cookies.xml +share/help/da/epiphany/data-cookies.page +share/help/da/epiphany/data-passwords.page +share/help/da/epiphany/data-personal-data.page +share/help/da/epiphany/history-delete.page +share/help/da/epiphany/history.page +share/help/da/epiphany/index.page +share/help/da/epiphany/introduction.page +share/help/da/epiphany/legal.xml +share/help/da/epiphany/media/epiphany-plain-3-36.png +share/help/da/epiphany/media/epiphany-private-3-36.png +share/help/da/epiphany/media/org.gnome.Epiphany.svg +share/help/da/epiphany/pref-cookies.page +share/help/da/epiphany/pref-css.page +share/help/da/epiphany/pref-downloads.page +share/help/da/epiphany/pref-font.page +share/help/da/epiphany/pref-mouse-gestures.page +share/help/da/epiphany/pref-passwords.page +share/help/da/epiphany/prob-restore-closed-page.page +share/help/da/epiphany/proxy.page share/help/de/epiphany/browse-local.page share/help/de/epiphany/browse-private.page share/help/de/epiphany/browse-tab.page @@ -110,16 +134,15 @@ share/help/de/epiphany/history.page share/help/de/epiphany/index.page share/help/de/epiphany/introduction.page share/help/de/epiphany/legal.xml -share/help/de/epiphany/media/epiphany-icon.png share/help/de/epiphany/media/epiphany-plain-3-36.png share/help/de/epiphany/media/epiphany-private-3-36.png +share/help/de/epiphany/media/org.gnome.Epiphany.svg share/help/de/epiphany/pref-cookies.page share/help/de/epiphany/pref-css.page share/help/de/epiphany/pref-downloads.page share/help/de/epiphany/pref-font.page share/help/de/epiphany/pref-mouse-gestures.page share/help/de/epiphany/pref-passwords.page -share/help/de/epiphany/pref.page share/help/de/epiphany/prob-restore-closed-page.page share/help/de/epiphany/proxy.page share/help/el/epiphany/browse-local.page @@ -138,16 +161,15 @@ share/help/el/epiphany/history.page share/help/el/epiphany/index.page share/help/el/epiphany/introduction.page share/help/el/epiphany/legal.xml -share/help/el/epiphany/media/epiphany-icon.png share/help/el/epiphany/media/epiphany-plain-3-36.png share/help/el/epiphany/media/epiphany-private-3-36.png +share/help/el/epiphany/media/org.gnome.Epiphany.svg share/help/el/epiphany/pref-cookies.page share/help/el/epiphany/pref-css.page share/help/el/epiphany/pref-downloads.page share/help/el/epiphany/pref-font.page share/help/el/epiphany/pref-mouse-gestures.page share/help/el/epiphany/pref-passwords.page -share/help/el/epiphany/pref.page share/help/el/epiphany/prob-restore-closed-page.page share/help/el/epiphany/proxy.page share/help/es/epiphany/browse-local.page @@ -166,18 +188,44 @@ share/help/es/epiphany/history.page share/help/es/epiphany/index.page share/help/es/epiphany/introduction.page share/help/es/epiphany/legal.xml -share/help/es/epiphany/media/epiphany-icon.png share/help/es/epiphany/media/epiphany-plain-3-36.png share/help/es/epiphany/media/epiphany-private-3-36.png +share/help/es/epiphany/media/org.gnome.Epiphany.svg share/help/es/epiphany/pref-cookies.page share/help/es/epiphany/pref-css.page share/help/es/epiphany/pref-downloads.page share/help/es/epiphany/pref-font.page share/help/es/epiphany/pref-mouse-gestures.page share/help/es/epiphany/pref-passwords.page -share/help/es/epiphany/pref.page share/help/es/epiphany/prob-restore-closed-page.page share/help/es/epiphany/proxy.page +share/help/eu/epiphany/browse-local.page +share/help/eu/epiphany/browse-private.page +share/help/eu/epiphany/browse-tab.page +share/help/eu/epiphany/browse-web.page +share/help/eu/epiphany/browse-webapps-del.page +share/help/eu/epiphany/browse-webapps.page +share/help/eu/epiphany/cert.page +share/help/eu/epiphany/cookies.xml +share/help/eu/epiphany/data-cookies.page +share/help/eu/epiphany/data-passwords.page +share/help/eu/epiphany/data-personal-data.page +share/help/eu/epiphany/history-delete.page +share/help/eu/epiphany/history.page +share/help/eu/epiphany/index.page +share/help/eu/epiphany/introduction.page +share/help/eu/epiphany/legal.xml +share/help/eu/epiphany/media/epiphany-plain-3-36.png +share/help/eu/epiphany/media/epiphany-private-3-36.png +share/help/eu/epiphany/media/org.gnome.Epiphany.svg +share/help/eu/epiphany/pref-cookies.page +share/help/eu/epiphany/pref-css.page +share/help/eu/epiphany/pref-downloads.page +share/help/eu/epiphany/pref-font.page +share/help/eu/epiphany/pref-mouse-gestures.page +share/help/eu/epiphany/pref-passwords.page +share/help/eu/epiphany/prob-restore-closed-page.page +share/help/eu/epiphany/proxy.page share/help/fr/epiphany/browse-local.page share/help/fr/epiphany/browse-private.page share/help/fr/epiphany/browse-tab.page @@ -194,16 +242,15 @@ share/help/fr/epiphany/history.page share/help/fr/epiphany/index.page share/help/fr/epiphany/introduction.page share/help/fr/epiphany/legal.xml -share/help/fr/epiphany/media/epiphany-icon.png share/help/fr/epiphany/media/epiphany-plain-3-36.png share/help/fr/epiphany/media/epiphany-private-3-36.png +share/help/fr/epiphany/media/org.gnome.Epiphany.svg share/help/fr/epiphany/pref-cookies.page share/help/fr/epiphany/pref-css.page share/help/fr/epiphany/pref-downloads.page share/help/fr/epiphany/pref-font.page share/help/fr/epiphany/pref-mouse-gestures.page share/help/fr/epiphany/pref-passwords.page -share/help/fr/epiphany/pref.page share/help/fr/epiphany/prob-restore-closed-page.page share/help/fr/epiphany/proxy.page share/help/fur/epiphany/browse-local.page @@ -222,16 +269,15 @@ share/help/fur/epiphany/history.page share/help/fur/epiphany/index.page share/help/fur/epiphany/introduction.page share/help/fur/epiphany/legal.xml -share/help/fur/epiphany/media/epiphany-icon.png share/help/fur/epiphany/media/epiphany-plain-3-36.png share/help/fur/epiphany/media/epiphany-private-3-36.png +share/help/fur/epiphany/media/org.gnome.Epiphany.svg share/help/fur/epiphany/pref-cookies.page share/help/fur/epiphany/pref-css.page share/help/fur/epiphany/pref-downloads.page share/help/fur/epiphany/pref-font.page share/help/fur/epiphany/pref-mouse-gestures.page share/help/fur/epiphany/pref-passwords.page -share/help/fur/epiphany/pref.page share/help/fur/epiphany/prob-restore-closed-page.page share/help/fur/epiphany/proxy.page share/help/gl/epiphany/browse-local.page @@ -250,16 +296,15 @@ share/help/gl/epiphany/history.page share/help/gl/epiphany/index.page share/help/gl/epiphany/introduction.page share/help/gl/epiphany/legal.xml -share/help/gl/epiphany/media/epiphany-icon.png share/help/gl/epiphany/media/epiphany-plain-3-36.png share/help/gl/epiphany/media/epiphany-private-3-36.png +share/help/gl/epiphany/media/org.gnome.Epiphany.svg share/help/gl/epiphany/pref-cookies.page share/help/gl/epiphany/pref-css.page share/help/gl/epiphany/pref-downloads.page share/help/gl/epiphany/pref-font.page share/help/gl/epiphany/pref-mouse-gestures.page share/help/gl/epiphany/pref-passwords.page -share/help/gl/epiphany/pref.page share/help/gl/epiphany/prob-restore-closed-page.page share/help/gl/epiphany/proxy.page share/help/hu/epiphany/browse-local.page @@ -278,16 +323,15 @@ share/help/hu/epiphany/history.page share/help/hu/epiphany/index.page share/help/hu/epiphany/introduction.page share/help/hu/epiphany/legal.xml -share/help/hu/epiphany/media/epiphany-icon.png share/help/hu/epiphany/media/epiphany-plain-3-36.png share/help/hu/epiphany/media/epiphany-private-3-36.png +share/help/hu/epiphany/media/org.gnome.Epiphany.svg share/help/hu/epiphany/pref-cookies.page share/help/hu/epiphany/pref-css.page share/help/hu/epiphany/pref-downloads.page share/help/hu/epiphany/pref-font.page share/help/hu/epiphany/pref-mouse-gestures.page share/help/hu/epiphany/pref-passwords.page -share/help/hu/epiphany/pref.page share/help/hu/epiphany/prob-restore-closed-page.page share/help/hu/epiphany/proxy.page share/help/id/epiphany/browse-local.page @@ -306,16 +350,15 @@ share/help/id/epiphany/history.page share/help/id/epiphany/index.page share/help/id/epiphany/introduction.page share/help/id/epiphany/legal.xml -share/help/id/epiphany/media/epiphany-icon.png share/help/id/epiphany/media/epiphany-plain-3-36.png share/help/id/epiphany/media/epiphany-private-3-36.png +share/help/id/epiphany/media/org.gnome.Epiphany.svg share/help/id/epiphany/pref-cookies.page share/help/id/epiphany/pref-css.page share/help/id/epiphany/pref-downloads.page share/help/id/epiphany/pref-font.page share/help/id/epiphany/pref-mouse-gestures.page share/help/id/epiphany/pref-passwords.page -share/help/id/epiphany/pref.page share/help/id/epiphany/prob-restore-closed-page.page share/help/id/epiphany/proxy.page share/help/ko/epiphany/browse-local.page @@ -334,16 +377,15 @@ share/help/ko/epiphany/history.page share/help/ko/epiphany/index.page share/help/ko/epiphany/introduction.page share/help/ko/epiphany/legal.xml -share/help/ko/epiphany/media/epiphany-icon.png share/help/ko/epiphany/media/epiphany-plain-3-36.png share/help/ko/epiphany/media/epiphany-private-3-36.png +share/help/ko/epiphany/media/org.gnome.Epiphany.svg share/help/ko/epiphany/pref-cookies.page share/help/ko/epiphany/pref-css.page share/help/ko/epiphany/pref-downloads.page share/help/ko/epiphany/pref-font.page share/help/ko/epiphany/pref-mouse-gestures.page share/help/ko/epiphany/pref-passwords.page -share/help/ko/epiphany/pref.page share/help/ko/epiphany/prob-restore-closed-page.page share/help/ko/epiphany/proxy.page share/help/pl/epiphany/browse-local.page @@ -362,16 +404,15 @@ share/help/pl/epiphany/history.page share/help/pl/epiphany/index.page share/help/pl/epiphany/introduction.page share/help/pl/epiphany/legal.xml -share/help/pl/epiphany/media/epiphany-icon.png share/help/pl/epiphany/media/epiphany-plain-3-36.png share/help/pl/epiphany/media/epiphany-private-3-36.png +share/help/pl/epiphany/media/org.gnome.Epiphany.svg share/help/pl/epiphany/pref-cookies.page share/help/pl/epiphany/pref-css.page share/help/pl/epiphany/pref-downloads.page share/help/pl/epiphany/pref-font.page share/help/pl/epiphany/pref-mouse-gestures.page share/help/pl/epiphany/pref-passwords.page -share/help/pl/epiphany/pref.page share/help/pl/epiphany/prob-restore-closed-page.page share/help/pl/epiphany/proxy.page share/help/pt_BR/epiphany/browse-local.page @@ -390,16 +431,15 @@ share/help/pt_BR/epiphany/history.page share/help/pt_BR/epiphany/index.page share/help/pt_BR/epiphany/introduction.page share/help/pt_BR/epiphany/legal.xml -share/help/pt_BR/epiphany/media/epiphany-icon.png share/help/pt_BR/epiphany/media/epiphany-plain-3-36.png share/help/pt_BR/epiphany/media/epiphany-private-3-36.png +share/help/pt_BR/epiphany/media/org.gnome.Epiphany.svg share/help/pt_BR/epiphany/pref-cookies.page share/help/pt_BR/epiphany/pref-css.page share/help/pt_BR/epiphany/pref-downloads.page share/help/pt_BR/epiphany/pref-font.page share/help/pt_BR/epiphany/pref-mouse-gestures.page share/help/pt_BR/epiphany/pref-passwords.page -share/help/pt_BR/epiphany/pref.page share/help/pt_BR/epiphany/prob-restore-closed-page.page share/help/pt_BR/epiphany/proxy.page share/help/ru/epiphany/browse-local.page @@ -418,18 +458,44 @@ share/help/ru/epiphany/history.page share/help/ru/epiphany/index.page share/help/ru/epiphany/introduction.page share/help/ru/epiphany/legal.xml -share/help/ru/epiphany/media/epiphany-icon.png share/help/ru/epiphany/media/epiphany-plain-3-36.png share/help/ru/epiphany/media/epiphany-private-3-36.png +share/help/ru/epiphany/media/org.gnome.Epiphany.svg share/help/ru/epiphany/pref-cookies.page share/help/ru/epiphany/pref-css.page share/help/ru/epiphany/pref-downloads.page share/help/ru/epiphany/pref-font.page share/help/ru/epiphany/pref-mouse-gestures.page share/help/ru/epiphany/pref-passwords.page -share/help/ru/epiphany/pref.page share/help/ru/epiphany/prob-restore-closed-page.page share/help/ru/epiphany/proxy.page +share/help/sl/epiphany/browse-local.page +share/help/sl/epiphany/browse-private.page +share/help/sl/epiphany/browse-tab.page +share/help/sl/epiphany/browse-web.page +share/help/sl/epiphany/browse-webapps-del.page +share/help/sl/epiphany/browse-webapps.page +share/help/sl/epiphany/cert.page +share/help/sl/epiphany/cookies.xml +share/help/sl/epiphany/data-cookies.page +share/help/sl/epiphany/data-passwords.page +share/help/sl/epiphany/data-personal-data.page +share/help/sl/epiphany/history-delete.page +share/help/sl/epiphany/history.page +share/help/sl/epiphany/index.page +share/help/sl/epiphany/introduction.page +share/help/sl/epiphany/legal.xml +share/help/sl/epiphany/media/epiphany-plain-3-36.png +share/help/sl/epiphany/media/epiphany-private-3-36.png +share/help/sl/epiphany/media/org.gnome.Epiphany.svg +share/help/sl/epiphany/pref-cookies.page +share/help/sl/epiphany/pref-css.page +share/help/sl/epiphany/pref-downloads.page +share/help/sl/epiphany/pref-font.page +share/help/sl/epiphany/pref-mouse-gestures.page +share/help/sl/epiphany/pref-passwords.page +share/help/sl/epiphany/prob-restore-closed-page.page +share/help/sl/epiphany/proxy.page share/help/sv/epiphany/browse-local.page share/help/sv/epiphany/browse-private.page share/help/sv/epiphany/browse-tab.page @@ -446,16 +512,15 @@ share/help/sv/epiphany/history.page share/help/sv/epiphany/index.page share/help/sv/epiphany/introduction.page share/help/sv/epiphany/legal.xml -share/help/sv/epiphany/media/epiphany-icon.png share/help/sv/epiphany/media/epiphany-plain-3-36.png share/help/sv/epiphany/media/epiphany-private-3-36.png +share/help/sv/epiphany/media/org.gnome.Epiphany.svg share/help/sv/epiphany/pref-cookies.page share/help/sv/epiphany/pref-css.page share/help/sv/epiphany/pref-downloads.page share/help/sv/epiphany/pref-font.page share/help/sv/epiphany/pref-mouse-gestures.page share/help/sv/epiphany/pref-passwords.page -share/help/sv/epiphany/pref.page share/help/sv/epiphany/prob-restore-closed-page.page share/help/sv/epiphany/proxy.page share/help/uk/epiphany/browse-local.page @@ -474,16 +539,15 @@ share/help/uk/epiphany/history.page share/help/uk/epiphany/index.page share/help/uk/epiphany/introduction.page share/help/uk/epiphany/legal.xml -share/help/uk/epiphany/media/epiphany-icon.png share/help/uk/epiphany/media/epiphany-plain-3-36.png share/help/uk/epiphany/media/epiphany-private-3-36.png +share/help/uk/epiphany/media/org.gnome.Epiphany.svg share/help/uk/epiphany/pref-cookies.page share/help/uk/epiphany/pref-css.page share/help/uk/epiphany/pref-downloads.page share/help/uk/epiphany/pref-font.page share/help/uk/epiphany/pref-mouse-gestures.page share/help/uk/epiphany/pref-passwords.page -share/help/uk/epiphany/pref.page share/help/uk/epiphany/prob-restore-closed-page.page share/help/uk/epiphany/proxy.page share/icons/hicolor/scalable/apps/org.gnome.Epiphany.svg @@ -522,6 +586,7 @@ share/locale/fa/LC_MESSAGES/epiphany.mo share/locale/fi/LC_MESSAGES/epiphany.mo share/locale/fr/LC_MESSAGES/epiphany.mo share/locale/fur/LC_MESSAGES/epiphany.mo +share/locale/fy/LC_MESSAGES/epiphany.mo share/locale/ga/LC_MESSAGES/epiphany.mo share/locale/gl/LC_MESSAGES/epiphany.mo share/locale/gu/LC_MESSAGES/epiphany.mo From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 22:23:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D631A6AD548; Tue, 28 Sep 2021 22:23:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJvCj5l8cz3G4j; Tue, 28 Sep 2021 22:23:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4CEE496C; Tue, 28 Sep 2021 22:23:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SMNDKZ076501; Tue, 28 Sep 2021 22:23:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SMND0i076500; Tue, 28 Sep 2021 22:23:13 GMT (envelope-from git) Date: Tue, 28 Sep 2021 22:23:13 GMT Message-Id: <202109282223.18SMND0i076500@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 17e1b2519249 - main - sysutils/gnome-system-monitor: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 17e1b25192494c7b6079876532ac5f4cd69fba16 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 22:23:13 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=17e1b25192494c7b6079876532ac5f4cd69fba16 commit 17e1b25192494c7b6079876532ac5f4cd69fba16 Author: Neel Chauhan AuthorDate: 2021-09-28 22:22:12 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 22:23:12 +0000 sysutils/gnome-system-monitor: Update to 41.0 --- sysutils/gnome-system-monitor/Makefile | 2 +- sysutils/gnome-system-monitor/distinfo | 6 ++-- sysutils/gnome-system-monitor/pkg-plist | 64 +++++++++++++++++++++++---------- 3 files changed, 50 insertions(+), 22 deletions(-) diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index b7d50b83bbd0..ca6a845a2c85 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -1,7 +1,7 @@ # Created by: Joe Marcus Clarke PORTNAME= gnome-system-monitor -PORTVERSION= 40.1 +PORTVERSION= 41.0 CATEGORIES= sysutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo index 4d758853ece2..7aa76b556dbf 100644 --- a/sysutils/gnome-system-monitor/distinfo +++ b/sysutils/gnome-system-monitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622400542 -SHA256 (gnome/gnome-system-monitor-40.1.tar.xz) = fdb30f4367907aab86d7c2bb76a7b773ba850b765c9666a39f42abfe22691d1a -SIZE (gnome/gnome-system-monitor-40.1.tar.xz) = 763720 +TIMESTAMP = 1632867184 +SHA256 (gnome/gnome-system-monitor-41.0.tar.xz) = c7fc44c61949b794b0289968ebbbcc0c15f8cfc3d9e45bfaa81ed45c12139e5f +SIZE (gnome/gnome-system-monitor-41.0.tar.xz) = 774644 diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist index f53d3d0e8443..e702bfb4eb66 100644 --- a/sysutils/gnome-system-monitor/pkg-plist +++ b/sysutils/gnome-system-monitor/pkg-plist @@ -9,7 +9,7 @@ share/help/C/gnome-system-monitor/commandline.page share/help/C/gnome-system-monitor/cpu-check.page share/help/C/gnome-system-monitor/cpu-mem-normal.page share/help/C/gnome-system-monitor/cpu-multicore.page -share/help/C/gnome-system-monitor/figures/monitorlogo.png +share/help/C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/C/gnome-system-monitor/fs-device.page share/help/C/gnome-system-monitor/fs-diskusage.page share/help/C/gnome-system-monitor/fs-info.page @@ -37,7 +37,7 @@ share/help/ca/gnome-system-monitor/commandline.page share/help/ca/gnome-system-monitor/cpu-check.page share/help/ca/gnome-system-monitor/cpu-mem-normal.page share/help/ca/gnome-system-monitor/cpu-multicore.page -share/help/ca/gnome-system-monitor/figures/monitorlogo.png +share/help/ca/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/ca/gnome-system-monitor/fs-device.page share/help/ca/gnome-system-monitor/fs-diskusage.page share/help/ca/gnome-system-monitor/fs-info.page @@ -65,7 +65,7 @@ share/help/cs/gnome-system-monitor/commandline.page share/help/cs/gnome-system-monitor/cpu-check.page share/help/cs/gnome-system-monitor/cpu-mem-normal.page share/help/cs/gnome-system-monitor/cpu-multicore.page -share/help/cs/gnome-system-monitor/figures/monitorlogo.png +share/help/cs/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/cs/gnome-system-monitor/fs-device.page share/help/cs/gnome-system-monitor/fs-diskusage.page share/help/cs/gnome-system-monitor/fs-info.page @@ -93,7 +93,7 @@ share/help/da/gnome-system-monitor/commandline.page share/help/da/gnome-system-monitor/cpu-check.page share/help/da/gnome-system-monitor/cpu-mem-normal.page share/help/da/gnome-system-monitor/cpu-multicore.page -share/help/da/gnome-system-monitor/figures/monitorlogo.png +share/help/da/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/da/gnome-system-monitor/fs-device.page share/help/da/gnome-system-monitor/fs-diskusage.page share/help/da/gnome-system-monitor/fs-info.page @@ -121,7 +121,7 @@ share/help/de/gnome-system-monitor/commandline.page share/help/de/gnome-system-monitor/cpu-check.page share/help/de/gnome-system-monitor/cpu-mem-normal.page share/help/de/gnome-system-monitor/cpu-multicore.page -share/help/de/gnome-system-monitor/figures/monitorlogo.png +share/help/de/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/de/gnome-system-monitor/fs-device.page share/help/de/gnome-system-monitor/fs-diskusage.page share/help/de/gnome-system-monitor/fs-info.page @@ -149,7 +149,7 @@ share/help/el/gnome-system-monitor/commandline.page share/help/el/gnome-system-monitor/cpu-check.page share/help/el/gnome-system-monitor/cpu-mem-normal.page share/help/el/gnome-system-monitor/cpu-multicore.page -share/help/el/gnome-system-monitor/figures/monitorlogo.png +share/help/el/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/el/gnome-system-monitor/fs-device.page share/help/el/gnome-system-monitor/fs-diskusage.page share/help/el/gnome-system-monitor/fs-info.page @@ -177,7 +177,7 @@ share/help/es/gnome-system-monitor/commandline.page share/help/es/gnome-system-monitor/cpu-check.page share/help/es/gnome-system-monitor/cpu-mem-normal.page share/help/es/gnome-system-monitor/cpu-multicore.page -share/help/es/gnome-system-monitor/figures/monitorlogo.png +share/help/es/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/es/gnome-system-monitor/fs-device.page share/help/es/gnome-system-monitor/fs-diskusage.page share/help/es/gnome-system-monitor/fs-info.page @@ -201,11 +201,39 @@ share/help/es/gnome-system-monitor/process-status.page share/help/es/gnome-system-monitor/process-update-speed.page share/help/es/gnome-system-monitor/solaris-mode.page share/help/es/gnome-system-monitor/units.page +share/help/eu/gnome-system-monitor/commandline.page +share/help/eu/gnome-system-monitor/cpu-check.page +share/help/eu/gnome-system-monitor/cpu-mem-normal.page +share/help/eu/gnome-system-monitor/cpu-multicore.page +share/help/eu/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg +share/help/eu/gnome-system-monitor/fs-device.page +share/help/eu/gnome-system-monitor/fs-diskusage.page +share/help/eu/gnome-system-monitor/fs-info.page +share/help/eu/gnome-system-monitor/fs-showall.page +share/help/eu/gnome-system-monitor/index.page +share/help/eu/gnome-system-monitor/legal.xml +share/help/eu/gnome-system-monitor/mem-check.page +share/help/eu/gnome-system-monitor/mem-swap.page +share/help/eu/gnome-system-monitor/memory-map-use.page +share/help/eu/gnome-system-monitor/memory-map-what.page +share/help/eu/gnome-system-monitor/net-bits.page +share/help/eu/gnome-system-monitor/process-explain.page +share/help/eu/gnome-system-monitor/process-files.page +share/help/eu/gnome-system-monitor/process-identify-file.page +share/help/eu/gnome-system-monitor/process-identify-hog.page +share/help/eu/gnome-system-monitor/process-kill.page +share/help/eu/gnome-system-monitor/process-many.page +share/help/eu/gnome-system-monitor/process-priority-change.page +share/help/eu/gnome-system-monitor/process-priority-what.page +share/help/eu/gnome-system-monitor/process-status.page +share/help/eu/gnome-system-monitor/process-update-speed.page +share/help/eu/gnome-system-monitor/solaris-mode.page +share/help/eu/gnome-system-monitor/units.page share/help/fr/gnome-system-monitor/commandline.page share/help/fr/gnome-system-monitor/cpu-check.page share/help/fr/gnome-system-monitor/cpu-mem-normal.page share/help/fr/gnome-system-monitor/cpu-multicore.page -share/help/fr/gnome-system-monitor/figures/monitorlogo.png +share/help/fr/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/fr/gnome-system-monitor/fs-device.page share/help/fr/gnome-system-monitor/fs-diskusage.page share/help/fr/gnome-system-monitor/fs-info.page @@ -233,7 +261,7 @@ share/help/hu/gnome-system-monitor/commandline.page share/help/hu/gnome-system-monitor/cpu-check.page share/help/hu/gnome-system-monitor/cpu-mem-normal.page share/help/hu/gnome-system-monitor/cpu-multicore.page -share/help/hu/gnome-system-monitor/figures/monitorlogo.png +share/help/hu/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/hu/gnome-system-monitor/fs-device.page share/help/hu/gnome-system-monitor/fs-diskusage.page share/help/hu/gnome-system-monitor/fs-info.page @@ -261,7 +289,7 @@ share/help/id/gnome-system-monitor/commandline.page share/help/id/gnome-system-monitor/cpu-check.page share/help/id/gnome-system-monitor/cpu-mem-normal.page share/help/id/gnome-system-monitor/cpu-multicore.page -share/help/id/gnome-system-monitor/figures/monitorlogo.png +share/help/id/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/id/gnome-system-monitor/fs-device.page share/help/id/gnome-system-monitor/fs-diskusage.page share/help/id/gnome-system-monitor/fs-info.page @@ -289,7 +317,7 @@ share/help/ko/gnome-system-monitor/commandline.page share/help/ko/gnome-system-monitor/cpu-check.page share/help/ko/gnome-system-monitor/cpu-mem-normal.page share/help/ko/gnome-system-monitor/cpu-multicore.page -share/help/ko/gnome-system-monitor/figures/monitorlogo.png +share/help/ko/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/ko/gnome-system-monitor/fs-device.page share/help/ko/gnome-system-monitor/fs-diskusage.page share/help/ko/gnome-system-monitor/fs-info.page @@ -317,7 +345,7 @@ share/help/pl/gnome-system-monitor/commandline.page share/help/pl/gnome-system-monitor/cpu-check.page share/help/pl/gnome-system-monitor/cpu-mem-normal.page share/help/pl/gnome-system-monitor/cpu-multicore.page -share/help/pl/gnome-system-monitor/figures/monitorlogo.png +share/help/pl/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/pl/gnome-system-monitor/fs-device.page share/help/pl/gnome-system-monitor/fs-diskusage.page share/help/pl/gnome-system-monitor/fs-info.page @@ -345,7 +373,7 @@ share/help/pt/gnome-system-monitor/commandline.page share/help/pt/gnome-system-monitor/cpu-check.page share/help/pt/gnome-system-monitor/cpu-mem-normal.page share/help/pt/gnome-system-monitor/cpu-multicore.page -share/help/pt/gnome-system-monitor/figures/monitorlogo.png +share/help/pt/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/pt/gnome-system-monitor/fs-device.page share/help/pt/gnome-system-monitor/fs-diskusage.page share/help/pt/gnome-system-monitor/fs-info.page @@ -373,7 +401,7 @@ share/help/pt_BR/gnome-system-monitor/commandline.page share/help/pt_BR/gnome-system-monitor/cpu-check.page share/help/pt_BR/gnome-system-monitor/cpu-mem-normal.page share/help/pt_BR/gnome-system-monitor/cpu-multicore.page -share/help/pt_BR/gnome-system-monitor/figures/monitorlogo.png +share/help/pt_BR/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/pt_BR/gnome-system-monitor/fs-device.page share/help/pt_BR/gnome-system-monitor/fs-diskusage.page share/help/pt_BR/gnome-system-monitor/fs-info.page @@ -401,7 +429,7 @@ share/help/ro/gnome-system-monitor/commandline.page share/help/ro/gnome-system-monitor/cpu-check.page share/help/ro/gnome-system-monitor/cpu-mem-normal.page share/help/ro/gnome-system-monitor/cpu-multicore.page -share/help/ro/gnome-system-monitor/figures/monitorlogo.png +share/help/ro/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/ro/gnome-system-monitor/fs-device.page share/help/ro/gnome-system-monitor/fs-diskusage.page share/help/ro/gnome-system-monitor/fs-info.page @@ -429,7 +457,7 @@ share/help/ru/gnome-system-monitor/commandline.page share/help/ru/gnome-system-monitor/cpu-check.page share/help/ru/gnome-system-monitor/cpu-mem-normal.page share/help/ru/gnome-system-monitor/cpu-multicore.page -share/help/ru/gnome-system-monitor/figures/monitorlogo.png +share/help/ru/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/ru/gnome-system-monitor/fs-device.page share/help/ru/gnome-system-monitor/fs-diskusage.page share/help/ru/gnome-system-monitor/fs-info.page @@ -457,7 +485,7 @@ share/help/sv/gnome-system-monitor/commandline.page share/help/sv/gnome-system-monitor/cpu-check.page share/help/sv/gnome-system-monitor/cpu-mem-normal.page share/help/sv/gnome-system-monitor/cpu-multicore.page -share/help/sv/gnome-system-monitor/figures/monitorlogo.png +share/help/sv/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/sv/gnome-system-monitor/fs-device.page share/help/sv/gnome-system-monitor/fs-diskusage.page share/help/sv/gnome-system-monitor/fs-info.page @@ -485,7 +513,7 @@ share/help/uk/gnome-system-monitor/commandline.page share/help/uk/gnome-system-monitor/cpu-check.page share/help/uk/gnome-system-monitor/cpu-mem-normal.page share/help/uk/gnome-system-monitor/cpu-multicore.page -share/help/uk/gnome-system-monitor/figures/monitorlogo.png +share/help/uk/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg share/help/uk/gnome-system-monitor/fs-device.page share/help/uk/gnome-system-monitor/fs-diskusage.page share/help/uk/gnome-system-monitor/fs-info.page From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 22:40:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 410906AD68F; Tue, 28 Sep 2021 22:40:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJvc26hFZz3H9G; Tue, 28 Sep 2021 22:40:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C601A49FA; Tue, 28 Sep 2021 22:40:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SMeoOh099182; Tue, 28 Sep 2021 22:40:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SMeotY099181; Tue, 28 Sep 2021 22:40:50 GMT (envelope-from git) Date: Tue, 28 Sep 2021 22:40:50 GMT Message-Id: <202109282240.18SMeotY099181@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 878b57a19e2c - main - x11/gnome-shell-extensions: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 878b57a19e2c48f89a434fd3c60d1c7aeac0d166 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 22:40:51 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=878b57a19e2c48f89a434fd3c60d1c7aeac0d166 commit 878b57a19e2c48f89a434fd3c60d1c7aeac0d166 Author: Neel Chauhan AuthorDate: 2021-09-28 22:31:11 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 22:40:42 +0000 x11/gnome-shell-extensions: Update to 41.0 --- x11/gnome-shell-extensions/Makefile | 6 +++--- x11/gnome-shell-extensions/distinfo | 6 +++--- x11/gnome-shell-extensions/pkg-plist | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/x11/gnome-shell-extensions/Makefile b/x11/gnome-shell-extensions/Makefile index 70151ad2b4ff..ede9912b38b5 100644 --- a/x11/gnome-shell-extensions/Makefile +++ b/x11/gnome-shell-extensions/Makefile @@ -1,9 +1,9 @@ # Created by: Koop Mast PORTNAME= gnome-shell-extensions -PORTVERSION= 3.36.3 +PORTVERSION= 41.0 CATEGORIES= x11 gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= sassc:textproc/sassc LIB_DEPENDS= libgjs.so:lang/gjs -RUN_DEPENDS= gnome-shell>=3.36.0:x11/gnome-shell +RUN_DEPENDS= gnome-shell>=41.0:x11/gnome-shell PORTSCOUT= limitw:1,even diff --git a/x11/gnome-shell-extensions/distinfo b/x11/gnome-shell-extensions/distinfo index e4a77174395e..1e92a8537cab 100644 --- a/x11/gnome-shell-extensions/distinfo +++ b/x11/gnome-shell-extensions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601309407 -SHA256 (gnome/gnome-shell-extensions-3.36.3.tar.xz) = 2b674c4dc16f2ce46f07eea00a1754b243a19b469165a171cb1fbdbe376ee3b1 -SIZE (gnome/gnome-shell-extensions-3.36.3.tar.xz) = 207956 +TIMESTAMP = 1632867885 +SHA256 (gnome/gnome-shell-extensions-41.0.tar.xz) = d84faac1448b38f975d9c19490c5928afc5c5a2c49dd7e7f81af690f9466fc68 +SIZE (gnome/gnome-shell-extensions-41.0.tar.xz) = 219664 diff --git a/x11/gnome-shell-extensions/pkg-plist b/x11/gnome-shell-extensions/pkg-plist index f9a183cf8e12..850fdb75d9a2 100644 --- a/x11/gnome-shell-extensions/pkg-plist +++ b/x11/gnome-shell-extensions/pkg-plist @@ -1,4 +1,4 @@ -share/gnome-session/sessions/gnome-classic.session +share/glib-2.0/schemas/org.gnome.shell.extensions.apps-menu.gschema.xml share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/metadata.json share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/stylesheet.css @@ -9,9 +9,6 @@ share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.gi share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com/metadata.json share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com/stylesheet.css -share/gnome-shell/extensions/horizontal-workspaces@gnome-shell-extensions.gcampax.github.com/extension.js -share/gnome-shell/extensions/horizontal-workspaces@gnome-shell-extensions.gcampax.github.com/metadata.json -share/gnome-shell/extensions/horizontal-workspaces@gnome-shell-extensions.gcampax.github.com/stylesheet.css share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/metadata.json share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/stylesheet.css @@ -27,7 +24,9 @@ share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcam share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com/stylesheet.css share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/metadata.json +share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/prefs.js share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/stylesheet.css +share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/util.js share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/classic.css share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/metadata.json @@ -85,6 +84,7 @@ share/locale/id/LC_MESSAGES/gnome-shell-extensions.mo share/locale/is/LC_MESSAGES/gnome-shell-extensions.mo share/locale/it/LC_MESSAGES/gnome-shell-extensions.mo share/locale/ja/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/kab/LC_MESSAGES/gnome-shell-extensions.mo share/locale/kk/LC_MESSAGES/gnome-shell-extensions.mo share/locale/km/LC_MESSAGES/gnome-shell-extensions.mo share/locale/kn/LC_MESSAGES/gnome-shell-extensions.mo From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 22:40:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F3C76AD3B9; Tue, 28 Sep 2021 22:40:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJvc40k3bz3HLj; Tue, 28 Sep 2021 22:40:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8AEA49FB; Tue, 28 Sep 2021 22:40:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SMepAh099206; Tue, 28 Sep 2021 22:40:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SMepWn099205; Tue, 28 Sep 2021 22:40:51 GMT (envelope-from git) Date: Tue, 28 Sep 2021 22:40:51 GMT Message-Id: <202109282240.18SMepWn099205@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 34061e4547ef - main - deskutils/gnome-todo: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 34061e4547efaaac738dba4b6ca271c7e1154c6b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 22:40:52 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=34061e4547efaaac738dba4b6ca271c7e1154c6b commit 34061e4547efaaac738dba4b6ca271c7e1154c6b Author: Neel Chauhan AuthorDate: 2021-09-28 22:39:38 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 22:40:42 +0000 deskutils/gnome-todo: Update to 41.0 --- deskutils/gnome-todo/Makefile | 5 +- deskutils/gnome-todo/distinfo | 6 +- .../gnome-todo/files/patch-src_plugins_meson.build | 4 +- deskutils/gnome-todo/pkg-plist | 108 +++++++++++++++++++++ 4 files changed, 116 insertions(+), 7 deletions(-) diff --git a/deskutils/gnome-todo/Makefile b/deskutils/gnome-todo/Makefile index 16e480caa3e5..c00bd6cc1aec 100644 --- a/deskutils/gnome-todo/Makefile +++ b/deskutils/gnome-todo/Makefile @@ -1,7 +1,7 @@ # Created by: Gustau Perez PORTNAME= gnome-todo -PORTVERSION= 40.1 +PORTVERSION= 41.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 @@ -12,7 +12,8 @@ COMMENT= Small application to manage your personal tasks LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= appstream-util:devel/appstream-glib +BUILD_DEPENDS= appstream-util:devel/appstream-glib \ + itstool>0:textproc/itstool LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \ libgraphene-1.0.so:graphics/graphene \ libical.so:devel/libical \ diff --git a/deskutils/gnome-todo/distinfo b/deskutils/gnome-todo/distinfo index ec77e18acbb9..73c6ebe26377 100644 --- a/deskutils/gnome-todo/distinfo +++ b/deskutils/gnome-todo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627967370 -SHA256 (gnome3/gnome-todo-40.1.tar.xz) = 034b4234dec1082b999e782792f9fee3051e1e439208bf46ea706ef9fe582ee4 -SIZE (gnome3/gnome-todo-40.1.tar.xz) = 900492 +TIMESTAMP = 1632868341 +SHA256 (gnome3/gnome-todo-41.0.tar.xz) = 5a657c978f451f61fb773f0b14f3121b9236fc504b41eb20940b4ed2004224e5 +SIZE (gnome3/gnome-todo-41.0.tar.xz) = 917032 diff --git a/deskutils/gnome-todo/files/patch-src_plugins_meson.build b/deskutils/gnome-todo/files/patch-src_plugins_meson.build index 8e6e0c3cfc46..62954a1f3040 100644 --- a/deskutils/gnome-todo/files/patch-src_plugins_meson.build +++ b/deskutils/gnome-todo/files/patch-src_plugins_meson.build @@ -1,10 +1,10 @@ ---- src/plugins/meson.build.orig 2021-05-26 23:37:29 UTC +--- src/plugins/meson.build.orig 2021-09-28 22:36:13 UTC +++ src/plugins/meson.build @@ -13,7 +13,6 @@ plugins_conf = configuration_data() plugins_conf.set('VERSION', gnome_todo_version) subdir('all-tasks-panel') -subdir('background') - subdir('dark-theme') subdir('eds') subdir('inbox-panel') + subdir('next-week-panel') diff --git a/deskutils/gnome-todo/pkg-plist b/deskutils/gnome-todo/pkg-plist index 776e27d21eeb..7aed7a039bcc 100644 --- a/deskutils/gnome-todo/pkg-plist +++ b/deskutils/gnome-todo/pkg-plist @@ -37,6 +37,114 @@ libdata/pkgconfig/gnome-todo.pc share/applications/org.gnome.Todo.desktop share/dbus-1/services/org.gnome.Todo.service share/gir-1.0/Gtd-1.0.gir +share/help/C/gnome-todo/add-notes.page +share/help/C/gnome-todo/archive.page +share/help/C/gnome-todo/assign-color.page +share/help/C/gnome-todo/assign-date.page +share/help/C/gnome-todo/contributing.page +share/help/C/gnome-todo/create-tasklists.page +share/help/C/gnome-todo/create-tasks.page +share/help/C/gnome-todo/delete-tasklist.page +share/help/C/gnome-todo/execute-task.page +share/help/C/gnome-todo/figures/org.gnome.Todo.svg +share/help/C/gnome-todo/give-star.page +share/help/C/gnome-todo/index.page +share/help/C/gnome-todo/overview.page +share/help/C/gnome-todo/rename-tasklist.page +share/help/C/gnome-todo/rename-tasks.page +share/help/C/gnome-todo/support.page +share/help/C/gnome-todo/switch-theme.page +share/help/C/gnome-todo/workflow.page +share/help/es/gnome-todo/add-notes.page +share/help/es/gnome-todo/archive.page +share/help/es/gnome-todo/assign-color.page +share/help/es/gnome-todo/assign-date.page +share/help/es/gnome-todo/contributing.page +share/help/es/gnome-todo/create-tasklists.page +share/help/es/gnome-todo/create-tasks.page +share/help/es/gnome-todo/delete-tasklist.page +share/help/es/gnome-todo/execute-task.page +share/help/es/gnome-todo/figures/org.gnome.Todo.svg +share/help/es/gnome-todo/give-star.page +share/help/es/gnome-todo/index.page +share/help/es/gnome-todo/overview.page +share/help/es/gnome-todo/rename-tasklist.page +share/help/es/gnome-todo/rename-tasks.page +share/help/es/gnome-todo/support.page +share/help/es/gnome-todo/switch-theme.page +share/help/es/gnome-todo/workflow.page +share/help/eu/gnome-todo/add-notes.page +share/help/eu/gnome-todo/archive.page +share/help/eu/gnome-todo/assign-color.page +share/help/eu/gnome-todo/assign-date.page +share/help/eu/gnome-todo/contributing.page +share/help/eu/gnome-todo/create-tasklists.page +share/help/eu/gnome-todo/create-tasks.page +share/help/eu/gnome-todo/delete-tasklist.page +share/help/eu/gnome-todo/execute-task.page +share/help/eu/gnome-todo/figures/org.gnome.Todo.svg +share/help/eu/gnome-todo/give-star.page +share/help/eu/gnome-todo/index.page +share/help/eu/gnome-todo/overview.page +share/help/eu/gnome-todo/rename-tasklist.page +share/help/eu/gnome-todo/rename-tasks.page +share/help/eu/gnome-todo/support.page +share/help/eu/gnome-todo/switch-theme.page +share/help/eu/gnome-todo/workflow.page +share/help/ko/gnome-todo/add-notes.page +share/help/ko/gnome-todo/archive.page +share/help/ko/gnome-todo/assign-color.page +share/help/ko/gnome-todo/assign-date.page +share/help/ko/gnome-todo/contributing.page +share/help/ko/gnome-todo/create-tasklists.page +share/help/ko/gnome-todo/create-tasks.page +share/help/ko/gnome-todo/delete-tasklist.page +share/help/ko/gnome-todo/execute-task.page +share/help/ko/gnome-todo/figures/org.gnome.Todo.svg +share/help/ko/gnome-todo/give-star.page +share/help/ko/gnome-todo/index.page +share/help/ko/gnome-todo/overview.page +share/help/ko/gnome-todo/rename-tasklist.page +share/help/ko/gnome-todo/rename-tasks.page +share/help/ko/gnome-todo/support.page +share/help/ko/gnome-todo/switch-theme.page +share/help/ko/gnome-todo/workflow.page +share/help/sv/gnome-todo/add-notes.page +share/help/sv/gnome-todo/archive.page +share/help/sv/gnome-todo/assign-color.page +share/help/sv/gnome-todo/assign-date.page +share/help/sv/gnome-todo/contributing.page +share/help/sv/gnome-todo/create-tasklists.page +share/help/sv/gnome-todo/create-tasks.page +share/help/sv/gnome-todo/delete-tasklist.page +share/help/sv/gnome-todo/execute-task.page +share/help/sv/gnome-todo/figures/org.gnome.Todo.svg +share/help/sv/gnome-todo/give-star.page +share/help/sv/gnome-todo/index.page +share/help/sv/gnome-todo/overview.page +share/help/sv/gnome-todo/rename-tasklist.page +share/help/sv/gnome-todo/rename-tasks.page +share/help/sv/gnome-todo/support.page +share/help/sv/gnome-todo/switch-theme.page +share/help/sv/gnome-todo/workflow.page +share/help/uk/gnome-todo/add-notes.page +share/help/uk/gnome-todo/archive.page +share/help/uk/gnome-todo/assign-color.page +share/help/uk/gnome-todo/assign-date.page +share/help/uk/gnome-todo/contributing.page +share/help/uk/gnome-todo/create-tasklists.page +share/help/uk/gnome-todo/create-tasks.page +share/help/uk/gnome-todo/delete-tasklist.page +share/help/uk/gnome-todo/execute-task.page +share/help/uk/gnome-todo/figures/org.gnome.Todo.svg +share/help/uk/gnome-todo/give-star.page +share/help/uk/gnome-todo/index.page +share/help/uk/gnome-todo/overview.page +share/help/uk/gnome-todo/rename-tasklist.page +share/help/uk/gnome-todo/rename-tasks.page +share/help/uk/gnome-todo/support.page +share/help/uk/gnome-todo/switch-theme.page +share/help/uk/gnome-todo/workflow.page share/icons/hicolor/scalable/apps/org.gnome.Todo.Devel.svg share/icons/hicolor/scalable/apps/org.gnome.Todo.svg share/icons/hicolor/symbolic/actions/builder-view-left-pane-symbolic.svg From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 22:49:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8BE596AD890; Tue, 28 Sep 2021 22:49:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJvpJ2zyVz3HqN; Tue, 28 Sep 2021 22:49:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 464474EC3; Tue, 28 Sep 2021 22:49:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SMni2A003367; Tue, 28 Sep 2021 22:49:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SMniWJ003366; Tue, 28 Sep 2021 22:49:44 GMT (envelope-from git) Date: Tue, 28 Sep 2021 22:49:44 GMT Message-Id: <202109282249.18SMniWJ003366@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 68e20b98cb44 - main - devel/R-cran-desc: Update to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 68e20b98cb44af1382d2d017c75c770adc5542fd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 22:49:44 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=68e20b98cb44af1382d2d017c75c770adc5542fd commit 68e20b98cb44af1382d2d017c75c770adc5542fd Author: Guangyuan Yang AuthorDate: 2021-09-28 22:47:50 +0000 Commit: Guangyuan Yang CommitDate: 2021-09-28 22:47:50 +0000 devel/R-cran-desc: Update to 1.4.0 --- devel/R-cran-desc/Makefile | 5 +++-- devel/R-cran-desc/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/R-cran-desc/Makefile b/devel/R-cran-desc/Makefile index c7bf274a0a16..3beb11b9dc92 100644 --- a/devel/R-cran-desc/Makefile +++ b/devel/R-cran-desc/Makefile @@ -1,5 +1,5 @@ PORTNAME= desc -DISTVERSION= 1.3.0 +DISTVERSION= 1.4.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,7 +14,8 @@ RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-rprojroot>0:devel/R-cran-rprojroot TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>0:devel/R-cran-testthat \ - R-cran-withr>0:devel/R-cran-withr + R-cran-withr>0:devel/R-cran-withr \ + R-cran-gh>0:www/R-cran-gh USES= cran:auto-plist diff --git a/devel/R-cran-desc/distinfo b/devel/R-cran-desc/distinfo index ebca9d50cd54..ece848375adb 100644 --- a/devel/R-cran-desc/distinfo +++ b/devel/R-cran-desc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615084886 -SHA256 (desc_1.3.0.tar.gz) = be80e448daf804e339a028288afa5be3d0f5b897f611ccd87de1243a94df84eb -SIZE (desc_1.3.0.tar.gz) = 292882 +TIMESTAMP = 1632866825 +SHA256 (desc_1.4.0.tar.gz) = 8220e4c706449b8121b822e70b1414f391ef419aed574836a234c63b83e5d649 +SIZE (desc_1.4.0.tar.gz) = 295610 From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 22:52:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 992426AD8A3; Tue, 28 Sep 2021 22:52:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJvt13r0kz3J7n; Tue, 28 Sep 2021 22:52:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 63E384EF1; Tue, 28 Sep 2021 22:52:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18SMqvCb016513; Tue, 28 Sep 2021 22:52:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18SMqv3S016512; Tue, 28 Sep 2021 22:52:57 GMT (envelope-from git) Date: Tue, 28 Sep 2021 22:52:57 GMT Message-Id: <202109282252.18SMqv3S016512@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: eea8dd5c825d - main - deskutils/gnote: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eea8dd5c825dd3ca8ee2ae1fab33e37c12632b03 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 22:52:57 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=eea8dd5c825dd3ca8ee2ae1fab33e37c12632b03 commit eea8dd5c825dd3ca8ee2ae1fab33e37c12632b03 Author: Neel Chauhan AuthorDate: 2021-09-28 22:50:10 +0000 Commit: Neel Chauhan CommitDate: 2021-09-28 22:52:57 +0000 deskutils/gnote: Update to 41.0 --- deskutils/gnote/Makefile | 16 ++--- deskutils/gnote/distinfo | 6 +- deskutils/gnote/pkg-plist | 161 +++++++++++++++++++++++++++++----------------- 3 files changed, 113 insertions(+), 70 deletions(-) diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index f34657563bf4..bf2a210716b9 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -1,7 +1,7 @@ # Created by: Gustau Perez i Querol PORTNAME= gnote -PORTVERSION= 40.2 +PORTVERSION= 41.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} @@ -12,8 +12,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool -LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \ - libenchant.so:textproc/enchant \ +LIB_DEPENDS= libenchant.so:textproc/enchant \ + libgtkspell3-3.so:textproc/gtkspell3 \ libsecret-1.so:security/libsecret \ libuuid.so:misc/e2fsprogs-libuuid @@ -21,18 +21,18 @@ PORTSCOUT= limitw:1,even USE_GNOME= gtkmm30 intltool libxml2 libxslt USE_XORG= x11 -USES= desktop-file-utils compiler:c++11-lib gettext gmake \ - gnome libtool localbase pathfix pkgconfig tar:xz xorg +USES= compiler:c++11-lib desktop-file-utils gettext gnome localbase \ + meson pathfix pkgconfig python:3.6+,build tar:xz xorg INSTALLS_ICONS= yes -GNU_CONFIGURE= yes USE_LDCONFIG= yes -INSTALL_TARGET= install-strip +BINARY_ALIAS= python3=${PYTHON_VERSION} GLIB_SCHEMAS= org.gnome.gnote.gschema.xml DOCS= AUTHORS ChangeLog NEWS README TODO -PLIST_SUB+= VERSION=${PORTVERSION} SVER=${PORTVERSION:R} +PLIST_SUB+= SVER=${PORTVERSION:R} \ + VERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS diff --git a/deskutils/gnote/distinfo b/deskutils/gnote/distinfo index 428d7d0fb104..4f0d965f0b26 100644 --- a/deskutils/gnote/distinfo +++ b/deskutils/gnote/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630535513 -SHA256 (gnote-40.2.tar.xz) = 7e1b1ec1cccc060269b07427e4360d14be55dc8100272e01714c0cca9e6bd805 -SIZE (gnote-40.2.tar.xz) = 3422560 +TIMESTAMP = 1632868928 +SHA256 (gnote-41.0.tar.xz) = ffd1aed8a332a6031800590b914433445bc582e435abbef1d771e210143a3200 +SIZE (gnote-41.0.tar.xz) = 3164592 diff --git a/deskutils/gnote/pkg-plist b/deskutils/gnote/pkg-plist index e9a085ac9a13..0628c2f451a9 100644 --- a/deskutils/gnote/pkg-plist +++ b/deskutils/gnote/pkg-plist @@ -1,49 +1,49 @@ bin/gnote -lib/gnote/addins/%%VERSION%%/backlinks.desktop -lib/gnote/addins/%%VERSION%%/bugzilla.desktop -lib/gnote/addins/%%VERSION%%/exporttogtg.desktop -lib/gnote/addins/%%VERSION%%/exporttohtml.desktop -lib/gnote/addins/%%VERSION%%/filesystemsyncservice.desktop -lib/gnote/addins/%%VERSION%%/fixedwidth.desktop -lib/gnote/addins/%%VERSION%%/gvfssyncservice.desktop -lib/gnote/addins/%%VERSION%%/inserttimestamp.desktop -lib/gnote/addins/%%VERSION%%/libbacklinks.so -lib/gnote/addins/%%VERSION%%/libbugzilla.so -lib/gnote/addins/%%VERSION%%/libexporttogtg.so -lib/gnote/addins/%%VERSION%%/libexporttohtml.so -lib/gnote/addins/%%VERSION%%/libfilesystemsyncservice.so -lib/gnote/addins/%%VERSION%%/libfixedwidth.so -lib/gnote/addins/%%VERSION%%/libgvfssyncservice.so -lib/gnote/addins/%%VERSION%%/libinserttimestamp.so -lib/gnote/addins/%%VERSION%%/libnotedirectorywatcher.so -lib/gnote/addins/%%VERSION%%/libnoteoftheday.so -lib/gnote/addins/%%VERSION%%/libprintnotes.so -lib/gnote/addins/%%VERSION%%/libreadonly.so -lib/gnote/addins/%%VERSION%%/libreplacetitle.so -lib/gnote/addins/%%VERSION%%/libspecialnotes.so -lib/gnote/addins/%%VERSION%%/libstatistics.so -lib/gnote/addins/%%VERSION%%/libstickynoteimport.so -lib/gnote/addins/%%VERSION%%/libtableofcontents.so -lib/gnote/addins/%%VERSION%%/libtodo.so -lib/gnote/addins/%%VERSION%%/libtomboyimport.so -lib/gnote/addins/%%VERSION%%/libunderline.so -lib/gnote/addins/%%VERSION%%/libwebdavsyncservice.so -lib/gnote/addins/%%VERSION%%/notedirectorywatcher.desktop -lib/gnote/addins/%%VERSION%%/noteoftheday.desktop -lib/gnote/addins/%%VERSION%%/printnotes.desktop -lib/gnote/addins/%%VERSION%%/readonly.desktop -lib/gnote/addins/%%VERSION%%/replacetitle.desktop -lib/gnote/addins/%%VERSION%%/specialnotes.desktop -lib/gnote/addins/%%VERSION%%/statistics.desktop -lib/gnote/addins/%%VERSION%%/stickynoteimport.desktop -lib/gnote/addins/%%VERSION%%/tableofcontents.desktop -lib/gnote/addins/%%VERSION%%/todo.desktop -lib/gnote/addins/%%VERSION%%/tomboyimport.desktop -lib/gnote/addins/%%VERSION%%/underline.desktop -lib/gnote/addins/%%VERSION%%/webdavsyncservice.desktop -lib/libgnote-40.so.2 -lib/libgnote-40.so.2.0.0 -lib/libgnote.so +lib/gnote/plugins/41/backlinks.desktop +lib/gnote/plugins/41/bugzilla.desktop +lib/gnote/plugins/41/exporttogtg.desktop +lib/gnote/plugins/41/exporttohtml.desktop +lib/gnote/plugins/41/filesystemsyncservice.desktop +lib/gnote/plugins/41/fixedwidth.desktop +lib/gnote/plugins/41/gvfssyncservice.desktop +lib/gnote/plugins/41/inserttimestamp.desktop +lib/gnote/plugins/41/libbacklinks.so +lib/gnote/plugins/41/libbugzilla.so +lib/gnote/plugins/41/libexporttogtg.so +lib/gnote/plugins/41/libexporttohtml.so +lib/gnote/plugins/41/libfilesystemsyncservice.so +lib/gnote/plugins/41/libfixedwidth.so +lib/gnote/plugins/41/libgvfssyncservice.so +lib/gnote/plugins/41/libinserttimestamp.so +lib/gnote/plugins/41/libnotedirectorywatcher.so +lib/gnote/plugins/41/libnoteoftheday.so +lib/gnote/plugins/41/libprintnotes.so +lib/gnote/plugins/41/libreadonly.so +lib/gnote/plugins/41/libreplacetitle.so +lib/gnote/plugins/41/libspecialnotes.so +lib/gnote/plugins/41/libstatistics.so +lib/gnote/plugins/41/libstickynoteimport.so +lib/gnote/plugins/41/libtableofcontents.so +lib/gnote/plugins/41/libtodo.so +lib/gnote/plugins/41/libtomboyimport.so +lib/gnote/plugins/41/libunderline.so +lib/gnote/plugins/41/libwebdavsyncservice.so +lib/gnote/plugins/41/notedirectorywatcher.desktop +lib/gnote/plugins/41/noteoftheday.desktop +lib/gnote/plugins/41/printnotes.desktop +lib/gnote/plugins/41/readonly.desktop +lib/gnote/plugins/41/replacetitle.desktop +lib/gnote/plugins/41/specialnotes.desktop +lib/gnote/plugins/41/statistics.desktop +lib/gnote/plugins/41/stickynoteimport.desktop +lib/gnote/plugins/41/tableofcontents.desktop +lib/gnote/plugins/41/todo.desktop +lib/gnote/plugins/41/tomboyimport.desktop +lib/gnote/plugins/41/underline.desktop +lib/gnote/plugins/41/webdavsyncservice.desktop +lib/libgnote-41.so +lib/libgnote-41.so.0 +lib/libgnote-41.so.0.0.0 man/man1/gnote.1.gz share/applications/org.gnome.Gnote.desktop share/dbus-1/services/org.gnome.Gnote.service @@ -55,8 +55,6 @@ share/dbus-1/services/org.gnome.Gnote.service share/gnome-shell/search-providers/org.gnome.Gnote.search-provider.ini %%DATADIR%%/exporttohtml.xsl %%DATADIR%%/gnote-introspect.xml -%%DATADIR%%/icons/hicolor/16x16/actions/note-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/notebook-new.png %%DATADIR%%/icons/hicolor/16x16/apps/bug.png %%DATADIR%%/icons/hicolor/16x16/places/note.png %%DATADIR%%/icons/hicolor/16x16/places/notebook.png @@ -65,20 +63,14 @@ share/gnome-shell/search-providers/org.gnome.Gnote.search-provider.ini %%DATADIR%%/icons/hicolor/16x16/status/pin-up.png %%DATADIR%%/icons/hicolor/22x22/actions/filter-note-all.png %%DATADIR%%/icons/hicolor/22x22/actions/filter-note-unfiled.png -%%DATADIR%%/icons/hicolor/22x22/actions/note-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/notebook-new.png %%DATADIR%%/icons/hicolor/22x22/places/active-notes.png %%DATADIR%%/icons/hicolor/22x22/places/note.png %%DATADIR%%/icons/hicolor/22x22/places/notebook.png %%DATADIR%%/icons/hicolor/22x22/places/special-notes.png %%DATADIR%%/icons/hicolor/24x24/actions/filter-note-all.png %%DATADIR%%/icons/hicolor/24x24/actions/filter-note-unfiled.png -%%DATADIR%%/icons/hicolor/24x24/actions/note-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/notebook-new.png %%DATADIR%%/icons/hicolor/24x24/places/note.png %%DATADIR%%/icons/hicolor/24x24/places/notebook.png -%%DATADIR%%/icons/hicolor/48x48/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/scalable/actions/notebook-new.svg %%DATADIR%%/shell-search-provider-dbus-interfaces.xml %%DATADIR%%/shortcuts-gnote.ui share/help/C/gnote/figures/add-notebook-search.png @@ -481,6 +473,56 @@ share/help/hu/gnote/gnote-synchronization.page share/help/hu/gnote/gnote-template-notes.page share/help/hu/gnote/gnote-working-with-notebooks.page share/help/hu/gnote/index.page +share/help/id/gnote/figures/add-notebook-search.png +share/help/id/gnote/figures/add-to-notebook.png +share/help/id/gnote/figures/delete-notebook.png +share/help/id/gnote/figures/gnote-addin-table-of-contents.png +share/help/id/gnote/figures/gnote-new-note.png +share/help/id/gnote/figures/gnote-pindown.png +share/help/id/gnote/figures/gnote-pinup.png +share/help/id/gnote/figures/gnote-preferences-add-ins.png +share/help/id/gnote/figures/gnote-preferences-editing.png +share/help/id/gnote/figures/gnote-preferences-synchronization.png +share/help/id/gnote/figures/gnote-search-all-notes.png +share/help/id/gnote/figures/gnote-sync-progress.png +share/help/id/gnote/figures/gnote-syncprefs-advanced.png +share/help/id/gnote/figures/gnote-syncprefs-gvfs.png +share/help/id/gnote/figures/gnote-syncprefs-local.png +share/help/id/gnote/figures/gnote-syncprefs-webdav.png +share/help/id/gnote/figures/gnote-template-note.png +share/help/id/gnote/figures/gnote-tools.png +share/help/id/gnote/figures/logo32.png +share/help/id/gnote/figures/note-template.png +share/help/id/gnote/figures/notebook-icon.png +share/help/id/gnote/gnote-addin-bugzillalink.page +share/help/id/gnote/gnote-addin-fixedwidth.page +share/help/id/gnote/gnote-addin-html.page +share/help/id/gnote/gnote-addin-notedirwatcher.page +share/help/id/gnote/gnote-addin-noteoftheday.page +share/help/id/gnote/gnote-addin-print.page +share/help/id/gnote/gnote-addin-readonly.page +share/help/id/gnote/gnote-addin-replacetitle.page +share/help/id/gnote/gnote-addin-specialnotes.page +share/help/id/gnote/gnote-addin-sync-gvfs.page +share/help/id/gnote/gnote-addin-sync-local.page +share/help/id/gnote/gnote-addin-sync-webdav.page +share/help/id/gnote/gnote-addin-tableofcontents.page +share/help/id/gnote/gnote-addin-timestamp.page +share/help/id/gnote/gnote-addin-underline.page +share/help/id/gnote/gnote-addins-preferences.page +share/help/id/gnote/gnote-bulleted-lists.page +share/help/id/gnote/gnote-common-problems.page +share/help/id/gnote/gnote-creating-notes.page +share/help/id/gnote/gnote-deleting-notes.page +share/help/id/gnote/gnote-editing-notes.page +share/help/id/gnote/gnote-introduction.page +share/help/id/gnote/gnote-links.page +share/help/id/gnote/gnote-notes-preferences.page +share/help/id/gnote/gnote-searching-notes.page +share/help/id/gnote/gnote-synchronization.page +share/help/id/gnote/gnote-template-notes.page +share/help/id/gnote/gnote-working-with-notebooks.page +share/help/id/gnote/index.page share/help/lt/gnote/figures/add-notebook-search.png share/help/lt/gnote/figures/add-to-notebook.png share/help/lt/gnote/figures/delete-notebook.png @@ -831,12 +873,12 @@ share/help/zh_CN/gnote/gnote-synchronization.page share/help/zh_CN/gnote/gnote-template-notes.page share/help/zh_CN/gnote/gnote-working-with-notebooks.page share/help/zh_CN/gnote/index.page -share/icons/hicolor/16x16/apps/org.gnome.Gnote.png -share/icons/hicolor/22x22/apps/org.gnome.Gnote.png -share/icons/hicolor/24x24/apps/org.gnome.Gnote.png -share/icons/hicolor/256x256/apps/org.gnome.Gnote.png -share/icons/hicolor/32x32/apps/org.gnome.Gnote.png -share/icons/hicolor/48x48/apps/org.gnome.Gnote.png +share/icons/hicolor/16x16/apps/org.gnome.Gnote.svg +share/icons/hicolor/22x22/apps/org.gnome.Gnote.svg +share/icons/hicolor/24x24/apps/org.gnome.Gnote.svg +share/icons/hicolor/256x256/apps/org.gnome.Gnote.svg +share/icons/hicolor/32x32/apps/org.gnome.Gnote.svg +share/icons/hicolor/48x48/apps/org.gnome.Gnote.svg share/icons/hicolor/scalable/apps/org.gnome.Gnote.svg share/locale/ar/LC_MESSAGES/gnote.mo share/locale/as/LC_MESSAGES/gnote.mo @@ -870,6 +912,7 @@ share/locale/lv/LC_MESSAGES/gnote.mo share/locale/ml/LC_MESSAGES/gnote.mo share/locale/mr/LC_MESSAGES/gnote.mo share/locale/nb/LC_MESSAGES/gnote.mo +share/locale/nl/LC_MESSAGES/gnote.mo share/locale/oc/LC_MESSAGES/gnote.mo share/locale/or/LC_MESSAGES/gnote.mo share/locale/pa/LC_MESSAGES/gnote.mo From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 00:12:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 346DE6AE568; Wed, 29 Sep 2021 00:12:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJxf50qlYz3P9M; Wed, 29 Sep 2021 00:12:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F23B2605B; Wed, 29 Sep 2021 00:12:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T0Citj022682; Wed, 29 Sep 2021 00:12:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T0Ci89022681; Wed, 29 Sep 2021 00:12:44 GMT (envelope-from git) Date: Wed, 29 Sep 2021 00:12:44 GMT Message-Id: <202109290012.18T0Ci89022681@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: f695d77fb368 - main - graphics/vulkan-headers: update to 1.2.194 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f695d77fb3682dc4e132e8ff2d3658db6e179a08 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 00:12:45 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f695d77fb3682dc4e132e8ff2d3658db6e179a08 commit f695d77fb3682dc4e132e8ff2d3658db6e179a08 Author: Jan Beich AuthorDate: 2021-09-28 13:20:53 +0000 Commit: Jan Beich CommitDate: 2021-09-29 00:11:17 +0000 graphics/vulkan-headers: update to 1.2.194 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.193...v1.2.194 Reported by: portscout --- graphics/vulkan-headers/Makefile | 2 +- graphics/vulkan-headers/distinfo | 6 +++--- graphics/vulkan-loader/Makefile | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 65af26f10508..cb1fc7ae1727 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.2.193 +DISTVERSION= 1.2.194 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 6daddad37d57..4ff9f7321527 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632320424 -SHA256 (KhronosGroup-Vulkan-Headers-v1.2.193_GH0.tar.gz) = 52e039b91a27fa2a9e9fa8e39803df1b57cf803c27b67f67d74ba5eacdaf864e -SIZE (KhronosGroup-Vulkan-Headers-v1.2.193_GH0.tar.gz) = 1213834 +TIMESTAMP = 1632835253 +SHA256 (KhronosGroup-Vulkan-Headers-v1.2.194_GH0.tar.gz) = 8700d4c88fc2cde245829135a316d68f854cf979e87db5504ee4c42f24023355 +SIZE (KhronosGroup-Vulkan-Headers-v1.2.194_GH0.tar.gz) = 1226053 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 9a4b48838f88..98d668445156 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.2.193 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 00:12:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 132256AE5FB; Wed, 29 Sep 2021 00:12:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJxf40217z3P8t; Wed, 29 Sep 2021 00:12:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4C6E605A; Wed, 29 Sep 2021 00:12:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T0ChUW022658; Wed, 29 Sep 2021 00:12:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T0ChfI022657; Wed, 29 Sep 2021 00:12:43 GMT (envelope-from git) Date: Wed, 29 Sep 2021 00:12:43 GMT Message-Id: <202109290012.18T0ChfI022657@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 1998673adbbe - main - devel/intel-graphics-compiler: update to 1.0.8744 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1998673adbbedc8647ad4be8638be5a5fdfb8b53 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 00:12:44 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1998673adbbedc8647ad4be8638be5a5fdfb8b53 commit 1998673adbbedc8647ad4be8638be5a5fdfb8b53 Author: Jan Beich AuthorDate: 2021-09-16 08:50:38 +0000 Commit: Jan Beich CommitDate: 2021-09-29 00:11:08 +0000 devel/intel-graphics-compiler: update to 1.0.8744 Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.8744 Reported by: GitHub (watch releases) --- devel/intel-graphics-compiler/Makefile | 2 +- devel/intel-graphics-compiler/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index ad3f7ff7c2e6..b414a751d86f 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -1,6 +1,6 @@ PORTNAME= intel-graphics-compiler DISTVERSIONPREFIX= igc- -DISTVERSION= 1.0.8708 +DISTVERSION= 1.0.8744 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/intel-graphics-compiler/distinfo b/devel/intel-graphics-compiler/distinfo index ed7c408bbe01..fe8f08fcdfea 100644 --- a/devel/intel-graphics-compiler/distinfo +++ b/devel/intel-graphics-compiler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631387007 -SHA256 (intel-intel-graphics-compiler-igc-1.0.8708_GH0.tar.gz) = 08dc2d4b93be77b024a9cf76ebfdc5013c5c756fd9bd73a10e4da78e6b6a560e -SIZE (intel-intel-graphics-compiler-igc-1.0.8708_GH0.tar.gz) = 7574517 +TIMESTAMP = 1631782238 +SHA256 (intel-intel-graphics-compiler-igc-1.0.8744_GH0.tar.gz) = 1e8ef2dcebb670e7d66de053c2b0c92b8cf8733dae04503bf26dfd7cc798b5ef +SIZE (intel-intel-graphics-compiler-igc-1.0.8744_GH0.tar.gz) = 7586378 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 00:12:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DAF26ADBFF; Wed, 29 Sep 2021 00:12:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJxf62tY4z3Nn3; Wed, 29 Sep 2021 00:12:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28379605D; Wed, 29 Sep 2021 00:12:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T0CkJu022706; Wed, 29 Sep 2021 00:12:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T0CkRr022705; Wed, 29 Sep 2021 00:12:46 GMT (envelope-from git) Date: Wed, 29 Sep 2021 00:12:46 GMT Message-Id: <202109290012.18T0CkRr022705@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: fe92b989f3d6 - main - graphics/vulkan-loader: update to 1.2.194 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fe92b989f3d630acb8cee11137c425a6c73d0c75 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 00:12:46 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe92b989f3d630acb8cee11137c425a6c73d0c75 commit fe92b989f3d630acb8cee11137c425a6c73d0c75 Author: Jan Beich AuthorDate: 2021-09-28 17:44:36 +0000 Commit: Jan Beich CommitDate: 2021-09-29 00:11:17 +0000 graphics/vulkan-loader: update to 1.2.194 Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.2.193...v1.2.194 Reported by: portscout --- graphics/vulkan-loader/Makefile | 3 +-- graphics/vulkan-loader/distinfo | 6 +++--- graphics/vulkan-loader/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 98d668445156..c52f785be380 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,7 +1,6 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.2.193 -PORTREVISION= 1 +DISTVERSION= 1.2.194 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index ed8a7263893c..dec85fe6bc23 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632320510 -SHA256 (KhronosGroup-Vulkan-Loader-v1.2.193_GH0.tar.gz) = 6a623743f1a6e0e1e979c81acdf994a5e79b2f9ecd8b7561ebc67d65f9ce3203 -SIZE (KhronosGroup-Vulkan-Loader-v1.2.193_GH0.tar.gz) = 1517103 +TIMESTAMP = 1632851076 +SHA256 (KhronosGroup-Vulkan-Loader-v1.2.194_GH0.tar.gz) = 5c5017ac93dbfbead705d2bb9d10c8bbaeed9f916b9043b61950fb6a2fb91d65 +SIZE (KhronosGroup-Vulkan-Loader-v1.2.194_GH0.tar.gz) = 1518828 diff --git a/graphics/vulkan-loader/pkg-plist b/graphics/vulkan-loader/pkg-plist index be1b125d1282..73def9f764f2 100644 --- a/graphics/vulkan-loader/pkg-plist +++ b/graphics/vulkan-loader/pkg-plist @@ -1,4 +1,4 @@ lib/libvulkan.so lib/libvulkan.so.1 -lib/libvulkan.so.1.2.193 +lib/libvulkan.so.1.2.194 libdata/pkgconfig/vulkan.pc From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 00:12:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 838266AE988; Wed, 29 Sep 2021 00:12:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJxf72tBfz3P4q; Wed, 29 Sep 2021 00:12:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FB946135; Wed, 29 Sep 2021 00:12:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T0ClL6022730; Wed, 29 Sep 2021 00:12:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T0CldW022729; Wed, 29 Sep 2021 00:12:47 GMT (envelope-from git) Date: Wed, 29 Sep 2021 00:12:47 GMT Message-Id: <202109290012.18T0CldW022729@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: da95d465b149 - main - graphics/vulkan-tools: update to 1.2.194 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: da95d465b1499ab4a54e2aefc781ef581d6cb2e6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 00:12:47 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=da95d465b1499ab4a54e2aefc781ef581d6cb2e6 commit da95d465b1499ab4a54e2aefc781ef581d6cb2e6 Author: Jan Beich AuthorDate: 2021-09-28 22:29:55 +0000 Commit: Jan Beich CommitDate: 2021-09-29 00:11:18 +0000 graphics/vulkan-tools: update to 1.2.194 Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.2.193...v1.2.194 Reported by: portscout --- graphics/vulkan-tools/Makefile | 2 +- graphics/vulkan-tools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index 044f23fe6422..7ffc28925d35 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.2.193 +DISTVERSION= 1.2.194 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 1e6ad5a64d18..4c69437d807c 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632320529 -SHA256 (KhronosGroup-Vulkan-Tools-v1.2.193_GH0.tar.gz) = 005c936c2377716dbee05af0717902e984a86329069820555729f4f3856a1c6c -SIZE (KhronosGroup-Vulkan-Tools-v1.2.193_GH0.tar.gz) = 849969 +TIMESTAMP = 1632868195 +SHA256 (KhronosGroup-Vulkan-Tools-v1.2.194_GH0.tar.gz) = bf7eea7c4eecaa705666c926273fc43ebf2f9661e69321d0f4b02f95c1f6dd3e +SIZE (KhronosGroup-Vulkan-Tools-v1.2.194_GH0.tar.gz) = 842924 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 00:50:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11F686AF35F; Wed, 29 Sep 2021 00:50:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJyTD6lD8z3hM2; Wed, 29 Sep 2021 00:50:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C71DC683F; Wed, 29 Sep 2021 00:50:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T0o8aj066120; Wed, 29 Sep 2021 00:50:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T0o8oI066108; Wed, 29 Sep 2021 00:50:08 GMT (envelope-from git) Date: Wed, 29 Sep 2021 00:50:08 GMT Message-Id: <202109290050.18T0o8oI066108@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 8eac9dc021cf - main - science/votca: Update 2021.2 -> 2021.2-18560 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8eac9dc021cfbd1073894448cb07edb922954585 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 00:50:09 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eac9dc021cfbd1073894448cb07edb922954585 commit 8eac9dc021cfbd1073894448cb07edb922954585 Author: Yuri Victorovich AuthorDate: 2021-09-28 23:59:27 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-29 00:49:03 +0000 science/votca: Update 2021.2 -> 2021.2-18560 This fixed 6 failing testcases. The patch fixing these testcases doesn't apply to 2021.2, so the port is updated to the latest commit. --- science/votca/Makefile | 3 +- science/votca/distinfo | 6 +- science/votca/pkg-plist | 1781 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1786 insertions(+), 4 deletions(-) diff --git a/science/votca/Makefile b/science/votca/Makefile index 92e1518ae3da..8a8df90d646f 100644 --- a/science/votca/Makefile +++ b/science/votca/Makefile @@ -1,6 +1,7 @@ PORTNAME= votca DISTVERSIONPREFIX= v -DISTVERSION= 2021.2 +DISTVERSION= 2021.2-18560 +DISTVERSIONSUFFIX= -gfbe18d971 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/votca/distinfo b/science/votca/distinfo index 6d6aa53048de..6d8bf81e317e 100644 --- a/science/votca/distinfo +++ b/science/votca/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632432084 -SHA256 (votca-votca-v2021.2_GH0.tar.gz) = a6f453e33db511131301c39d4d52ec83a6f1f2b5fecc7a1c982e74579288cc13 -SIZE (votca-votca-v2021.2_GH0.tar.gz) = 43580 +TIMESTAMP = 1632873512 +SHA256 (votca-votca-v2021.2-18560-gfbe18d971_GH0.tar.gz) = b95e8705c4e7011ce824f9808926121dfe6b8c4b9cadfdafc49ea64738567053 +SIZE (votca-votca-v2021.2-18560-gfbe18d971_GH0.tar.gz) = 61676419 SHA256 (votca-tools-9c102e0_GH0.tar.gz) = 56bca822b17c1480949092b029e56f85a42a3538efed82267f86817f22a466d5 SIZE (votca-tools-9c102e0_GH0.tar.gz) = 118104 SHA256 (votca-csg-da5c1dc_GH0.tar.gz) = 5cbd83be727c0667b41059305003d17e63c9988ffea50053f26b29454aa66c11 diff --git a/science/votca/pkg-plist b/science/votca/pkg-plist index f2ed02ea6f28..2a81235a8aee 100644 --- a/science/votca/pkg-plist +++ b/science/votca/pkg-plist @@ -328,6 +328,515 @@ man/man7/votca-tools.7.gz %%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/table.xvg %%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/topol.top %%DATADIR%%/csg-tutorials/README.rst +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/LJ1-LJ1.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/LJ1-LJ2.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/LJ2-LJ2.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/settings_pre.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/svd.py +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/LJ1-LJ2/imc/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/README.rst +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/guide/README.rst +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/boltzmann_cmds +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/hexane.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/run_Boltzmann.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/atomistic/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/force_matching/fmatch.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/force_matching/hexane.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/force_matching/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/hybrid_force_matching/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/hybrid_force_matching/README +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/hybrid_force_matching/fmatch.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/hybrid_force_matching/hexane.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/hybrid_force_matching/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/hybrid_force_matching/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/A-A.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/A-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/B-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/angle.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/bond.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/hexane_cg.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_all/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/A-A.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/A-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/B-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/angle.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/boltzmann_cmds +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/bond.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/run_Boltzmann.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/table_a1.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/table_b1.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/hexane/ibi_nonbonded/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/atomistic/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/atomistic/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/atomistic/methanol.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/atomistic/methanol_opls.itp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/atomistic/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/atomistic/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/atomistic/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/atomistic/water.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/ME-ME.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/ME-ME.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/ME-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/ME-WT.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/WT-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/WT-WT.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/re/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/ME-ME.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/ME-ME.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/ME-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/ME-WT.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/WT-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/WT-WT.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/function_CKDg_ME_ME.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/function_CKDg_ME_WT.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/function_CKDg_WT_WT.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/function_rdf_weight.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/grompp.prep.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.062/simplex/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/atomistic/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/atomistic/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/atomistic/methanol.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/atomistic/methanol_opls.itp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/atomistic/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/atomistic/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/atomistic/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/atomistic/water.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/ME-ME.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/ME-ME.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/ME-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/ME-WT.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/WT-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/WT-WT.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/re/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/ME-ME.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/ME-ME.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/ME-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/ME-WT.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/WT-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/WT-WT.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/function_CKDg_ME_ME.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/function_CKDg_ME_WT.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/function_CKDg_WT_WT.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/function_rdf_weight.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/grompp.prep.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.5/simplex/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/atomistic/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/atomistic/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/atomistic/methanol.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/atomistic/methanol_opls.itp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/atomistic/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/atomistic/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/atomistic/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/atomistic/water.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/ME-ME.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/ME-ME.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/ME-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/ME-WT.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/WT-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/WT-WT.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/re/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/ME-ME.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/ME-ME.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/ME-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/ME-WT.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/WT-WT.aa.rdf +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/WT-WT.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/function_CKDg_ME_ME.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/function_CKDg_ME_WT.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/function_CKDg_WT_WT.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/function_rdf_weight.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/grompp.prep.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol-water/X_0.938/simplex/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/atomistic/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/atomistic/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/atomistic/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/atomistic/methanol.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/atomistic/methanol_opls.itp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/atomistic/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/atomistic/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/atomistic/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/force_matching/fmatch.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/force_matching/methanol.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/force_matching/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/rdf_methanol.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/ibi/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/rdf_methanol.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/grompp0.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/grompp2.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/grompp3.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/rdf_methanol.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/methanol/imc_gromacs-remd/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/atomistic/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/atomistic/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/atomistic/fmatch.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/atomistic/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/atomistic/propane.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/atomistic/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/atomistic/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/A-A.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/A-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/B-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/table_a1.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/table_b1.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/ibi/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/A-A.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/A-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/B-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/table_a1.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/table_b1.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/imc/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/boltzmann_cmds +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/propane.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/run_boltzmann.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/run_fmatch.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/propane/single_chain/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/scripts/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/atomistic/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/atomistic/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/atomistic/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/atomistic/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/atomistic/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/atomistic/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/atomistic/water.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/CG-CG.cma.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/dens_CG_CG_aim.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/grompp.prep.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/rdf_CG_CG_aim.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/density/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/CG-CG.cma.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/function_CKDg.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/function_rdf_weight.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/grompp.prep.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/cma/simple/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/force_matching/fmatch.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/force_matching/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/force_matching/water.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/hncgn/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/hncgn/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/hncgn/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/hncgn/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/hncgn/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/hncgn/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/hncgn/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_dlpoly/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_dlpoly/CONFIG +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_dlpoly/CONTROL +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_dlpoly/FIELD +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_dlpoly/OUTPUT +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_dlpoly/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_dlpoly/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espresso/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espresso/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espresso/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espresso/spce.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espresso/spce.py +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espresso/topol.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espressopp/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espressopp/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espressopp/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espressopp/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espressopp/spce.py +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_espressopp/topol.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_gromacs-multi/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_hoomd-blue/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_hoomd-blue/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_hoomd-blue/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_hoomd-blue/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_hoomd-blue/spce.py +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_hoomd-blue/topol.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_lammps/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_lammps/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_lammps/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_lammps/spce.data +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_lammps/spce.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/ibi_pressure_wjk/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/imc/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/CG-CG.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/Extract_Energies.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re_lammps/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re_lammps/CG-CG.param.init +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re_lammps/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re_lammps/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re_lammps/spce.data +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/re_lammps/spce.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/allplots.gp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/pot.fm +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/pot.ibm +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/pot.imc +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/allplots.gp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/pot.fm +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/pot.ibm +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/pot.imc +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/spce.data +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/realtime_lammps/spce.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/CG-CG.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/dens_CG_CG_aim.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/grompp.prep.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/rdf_CG_CG_aim.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/density/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/CG-CG.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/function_CKDg.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/function_rdf_weight.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/grompp.prep.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/pressure/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/CG-CG.cma.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/CG-CG.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/CG-CG.simplex.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/function_CKDg.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/function_rdf_weight.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/grompp.prep.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/spce/simplex/simple/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/Urea.itp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/non-bonded.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/urea.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/water.itp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/atomistic/water.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/A-A.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/A-A.pot.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/A-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/A-B.pot.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/B-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/B-B.pot.in +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/README +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/A-A.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/A-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/B-B.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/pre/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/cibi/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/SOL-SOL.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/UR-SOL.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/UR-UR.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/ibi/topol.top +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/README +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/SOL-SOL.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/UR-SOL.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/UR-UR.dist.tgt +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/conf.gro +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/grompp.mdp +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/index.ndx +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/run.sh +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/settings.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/settings_2.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/settings_3.xml +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/table.xvg +%%DATADIR%%/csg-tutorials/csg-tutorials-2b7b657/urea-water/kb-ibi/topol.top %%DATADIR%%/csg-tutorials/guide/README.rst %%DATADIR%%/csg-tutorials/hexane/atomistic/Extract_Energies.sh %%DATADIR%%/csg-tutorials/hexane/atomistic/boltzmann_cmds @@ -2216,6 +2725,1278 @@ man/man7/votca-tools.7.gz %%DATADIR%%/xtp-tutorials/tools/dftgwbse_CH4/methane.xyz %%DATADIR%%/xtp-tutorials/tools/dftgwbse_CO_geoopt/CO.xyz %%DATADIR%%/xtp-tutorials/tools/dftgwbse_CO_geoopt/DFTGWBSE_OPTIMIZATION.ipynb +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/KMC_Methane/GROMACS_KMC.ipynb +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/KMC_Methane/change_energy.py +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/KMC_Methane/lifetimes.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/MD_FILES/conf.gro +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/MD_FILES/topol.tpr +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/MP_FILES/Methane_e.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/MP_FILES/Methane_h.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/MP_FILES/Methane_n.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/MP_FILES/Methane_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/MP_FILES/Methane_s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/QC_FILES/methane.xyz +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/QMMM_GROMACS.ipynb +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/eqm.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/iqm.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/qmmm.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/qmmm_mm.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/GROMACS/Methane/system.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/LAMMPS_KMC.ipynb +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.data +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.init +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.output +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.run +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.settings +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/newfile.data +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MD_FILES/traj.dump +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/log2mps.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/molpol.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/polar.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.gbw +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.inp +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.log +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.pc_chelpg +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.prop +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.vpot +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system_property.txt +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/thiophene_n-pol.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/thiophene_n.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/log2mps.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/molpol.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/polar.xml +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.gbw +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.inp +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.log +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.pc_chelpg +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.prop +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.vpot +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system_property.txt +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/thiophene_e-pol.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/thiophene_e.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_0_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_100_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_101_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_102_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_103_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_104_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_105_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_106_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_107_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_108_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_109_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_10_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_110_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_111_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_112_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_113_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_114_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_115_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_116_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_117_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_118_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_119_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_11_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_120_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_121_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_122_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_123_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_124_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_125_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_126_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_127_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_128_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_129_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_12_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_130_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_131_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_132_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_133_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_134_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_135_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_136_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_137_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_138_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_139_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_13_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_140_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_141_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_142_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_143_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_144_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_145_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_146_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_147_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_148_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_149_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_14_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_150_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_151_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_152_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_153_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_154_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_155_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_156_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_157_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_158_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_159_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_15_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_160_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_161_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_162_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_163_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_164_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_165_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_166_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_167_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_168_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_169_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_16_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_170_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_171_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_172_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_173_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_174_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_175_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_176_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_177_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_178_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_179_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_17_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_180_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_181_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_182_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_183_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_184_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_185_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_186_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_187_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_188_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_189_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_18_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_190_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_191_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_192_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_193_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_194_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_195_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_196_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_197_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_198_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_199_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_19_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_1_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_200_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_201_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_202_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_203_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_204_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_205_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_206_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_207_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_208_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_209_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_20_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_210_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_211_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_212_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_213_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_214_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_215_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_216_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_217_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_218_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_219_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_21_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_220_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_221_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_222_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_223_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_224_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_225_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_226_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_227_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_228_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_229_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_22_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_230_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_231_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_232_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_233_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_234_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_235_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_236_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_237_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_238_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_239_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_23_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_240_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_241_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_242_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_243_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_244_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_245_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_246_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_247_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_248_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_249_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_24_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_250_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_251_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_252_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_253_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_254_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_255_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_256_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_257_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_258_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_259_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_25_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_260_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_261_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_262_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_263_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_264_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_265_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_266_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_267_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_268_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_269_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_26_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_270_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_271_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_272_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_273_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_274_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_275_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_276_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_277_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_278_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_279_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_27_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_280_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_281_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_282_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_283_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_284_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_285_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_286_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_287_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_288_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_289_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_28_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_290_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_291_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_292_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_293_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_294_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_295_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_296_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_297_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_298_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_299_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_29_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_2_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_300_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_301_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_302_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_303_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_304_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_305_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_306_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_307_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_308_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_309_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_30_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_310_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_311_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_312_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_313_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_314_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_315_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_316_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_317_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_318_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_319_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_31_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_320_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_321_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_322_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_323_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_324_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_325_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_326_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_327_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_328_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_329_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_32_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_330_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_331_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_332_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_333_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_334_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_335_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_336_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_337_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_338_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_339_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_33_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_340_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_341_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_342_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_343_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_344_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_345_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_346_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_347_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_348_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_349_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_34_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_350_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_351_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_352_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_353_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_354_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_355_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_356_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_357_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_358_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_359_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_35_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_360_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_361_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_362_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_363_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_364_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_365_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_366_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_367_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_368_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_369_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_36_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_370_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_371_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_372_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_373_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_374_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_375_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_376_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_377_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_378_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_379_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_37_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_380_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_381_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_382_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_383_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_384_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_385_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_386_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_387_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_388_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_389_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_38_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_390_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_391_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_392_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_393_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_394_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_395_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_396_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_397_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_398_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_399_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_39_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_3_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_400_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_401_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_402_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_403_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_404_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_405_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_406_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_407_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_408_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_409_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_40_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_410_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_411_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_412_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_413_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_414_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_415_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_416_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_417_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_418_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_419_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_41_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_420_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_421_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_422_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_423_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_424_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_425_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_426_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_427_n2s1.mps +%%DATADIR%%/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_428_n2s1.mps *** 860 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 00:50:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 567C66AF538; Wed, 29 Sep 2021 00:50:19 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJyTQ4x87z3hK8; Wed, 29 Sep 2021 00:50:18 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf1-x432.google.com with SMTP id y8so480096pfa.7; Tue, 28 Sep 2021 17:50:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:message-id:date:mime-version:user-agent:reply-to:subject :content-language:to:references:cc:from:in-reply-to :content-transfer-encoding; bh=QZmO8XZMZGyOb2l4nUUI/RI5gHKMFwfpnLWMms7gDtA=; b=WuiYZjhH/QXrvx30ZU7DwvSL1OlL4rSpD3AhJMWKIvXNArRCLYQ4zqIbsqAcqkP68R RoDoFb0WHQ2c+gQQEoUMazMJaT01wtFiv4Cf9z0DygU8Qa/jDLnyjPZ75jQ3ksmx/cad /OPU3ilIYU1f4XJIrIqeXpGybmdSlI0++GtL726BeroK32nC4pEoEkT6QFLTxs5/pA5s zv7Fjv72rQ03kP060xAe7EO2WDm1NW52LFZroVJa70C6U2CniE1l1Lsd0IE0288BECZM fMTZtkrIF8+OPdypYwjZZdztmVAMK1eYozIi1q7sHTjsgtNuuOTRPoBMaq4if3xb6zfS ktsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:message-id:date:mime-version:user-agent :reply-to:subject:content-language:to:references:cc:from:in-reply-to :content-transfer-encoding; bh=QZmO8XZMZGyOb2l4nUUI/RI5gHKMFwfpnLWMms7gDtA=; b=rNVwfY7RfxUqGC76Azr81WlAf1REcAxIOpdl/ibgdpk7uu9STOlHZPzgWYkaN5CO1g HCrzcu7q2e8QCRS5yBYb+2F+h64lUCJ5Ne5xBeZA92eQamIGngqtx0zVYZGX80TUkBEy kz65p0uP5HbappQHmW+VN1q5bcSd27RuJIF5vujEqNY6A2bCxtfFdGkartwTN2/XLm6S NjfYe7Kv4jIo713L7eeKZV3raex8Vhq9VLY27RU5o5GZFX4MESRu7rkQAwabgoJHe9aH q3H+v0xBFedCggjWE/sBZnha8ezqb90rUlDjPnr4foOFhYlIebM74aRwRuO/ZEHMD7ht Yd2w== X-Gm-Message-State: AOAM532IihJc6W1TabOfIHvhDcwkUj+u0ZHYMLX2KqjvwDXFhLVUuLFM dS3XW5r87EkPwYrKMUdbRDJlUjDx8844bg== X-Google-Smtp-Source: ABdhPJz61au16oD5kdzwfLGhAzwR0n1wWNX4gO4AtYTITeCBV1sYyN9hNp1K11XJuMBRXFqWFjEb2g== X-Received: by 2002:aa7:9d02:0:b0:43d:ea96:5882 with SMTP id k2-20020aa79d02000000b0043dea965882mr8348202pfp.23.1632876617622; Tue, 28 Sep 2021 17:50:17 -0700 (PDT) Received: from ?IPV6:2403:5800:7500:3601:d65:6994:dc75:8c5b? (2403-5800-7500-3601-d65-6994-dc75-8c5b.ip6.aussiebb.net. [2403:5800:7500:3601:d65:6994:dc75:8c5b]) by smtp.gmail.com with ESMTPSA id i2sm284622pfa.34.2021.09.28.17.50.15 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 28 Sep 2021 17:50:17 -0700 (PDT) Sender: Kubilay Kocak Message-ID: Date: Wed, 29 Sep 2021 10:50:13 +1000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Thunderbird/94.0a1 Reply-To: koobs@FreeBSD.org Subject: Re: git: 0e6da3c2e1f0 - main - archivers/ha: Fix CVE-2015-1198 Content-Language: en-US To: Alex Kozlov , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109271752.18RHqsxu095384@gitrepo.freebsd.org> Cc: FreeBSD Ports Security Team From: Kubilay Kocak In-Reply-To: <202109271752.18RHqsxu095384@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HJyTQ4x87z3hK8 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20210112 header.b=WuiYZjhH; dmarc=none; spf=pass (mx1.freebsd.org: domain of koobsfreebsd@gmail.com designates 2607:f8b0:4864:20::432 as permitted sender) smtp.mailfrom=koobsfreebsd@gmail.com X-Spamd-Result: default: False [-3.20 / 15.00]; HAS_REPLYTO(0.00)[koobs@FreeBSD.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FORGED_SENDER(0.30)[koobs@FreeBSD.org,koobsfreebsd@gmail.com]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20210112]; FROM_NEQ_ENVFROM(0.00)[koobs@FreeBSD.org,koobsfreebsd@gmail.com]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::432:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[dev-commits-ports-all, dev-commits-ports-main, ports-secteam] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 00:50:19 -0000 On 28/09/2021 3:52 am, Alex Kozlov wrote: > The branch main has been updated by ak: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 > > commit 0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 > Author: Alex Kozlov > AuthorDate: 2021-09-27 17:42:12 +0000 > Commit: Alex Kozlov > CommitDate: 2021-09-27 17:42:12 +0000 > > archivers/ha: Fix CVE-2015-1198 > > Fix directory traversal vulnerabilities (CVE-2015-1198) > > Reported by: decke Hi Alex, could you merge this to quarterly? From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 00:58:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31B0D6AF4F1; Wed, 29 Sep 2021 00:58:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJyfz0wS1z3hxJ; Wed, 29 Sep 2021 00:58:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFFE66B49; Wed, 29 Sep 2021 00:58:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T0wYTQ076068; Wed, 29 Sep 2021 00:58:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T0wY6l076067; Wed, 29 Sep 2021 00:58:34 GMT (envelope-from git) Date: Wed, 29 Sep 2021 00:58:34 GMT Message-Id: <202109290058.18T0wY6l076067@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 18de37b08da6 - main - multimedia/libva-intel-media-driver: update to 21.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 18de37b08da69d18c3d0ff3aba897419d218f65e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 00:58:35 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=18de37b08da69d18c3d0ff3aba897419d218f65e commit 18de37b08da69d18c3d0ff3aba897419d218f65e Author: Jan Beich AuthorDate: 2021-09-08 06:09:16 +0000 Commit: Jan Beich CommitDate: 2021-09-29 00:58:15 +0000 multimedia/libva-intel-media-driver: update to 21.3.4 Changes: https://github.com/intel/media-driver/compare/intel-media-21.3.3...intel-media-21.3.4 Reported by: Repology --- multimedia/libva-intel-media-driver/Makefile | 3 +-- multimedia/libva-intel-media-driver/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/multimedia/libva-intel-media-driver/Makefile b/multimedia/libva-intel-media-driver/Makefile index f2bc3f88f2ec..4dadd2e5d373 100644 --- a/multimedia/libva-intel-media-driver/Makefile +++ b/multimedia/libva-intel-media-driver/Makefile @@ -1,7 +1,6 @@ PORTNAME= media-driver DISTVERSIONPREFIX= intel-media- -DISTVERSION= 21.3.3 -PORTREVISION= 1 +DISTVERSION= 21.3.4 CATEGORIES= multimedia PKGNAMEPREFIX= libva-intel- diff --git a/multimedia/libva-intel-media-driver/distinfo b/multimedia/libva-intel-media-driver/distinfo index 3040d45d9b15..30c4a93e3146 100644 --- a/multimedia/libva-intel-media-driver/distinfo +++ b/multimedia/libva-intel-media-driver/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1629790808 -SHA256 (intel-media-driver-intel-media-21.3.3_GH0.tar.gz) = 10d57dc1e1e15b6d97af62340296fbc1936c5962692a4e8b2d0ebb2337bdc9d1 -SIZE (intel-media-driver-intel-media-21.3.3_GH0.tar.gz) = 23092541 +TIMESTAMP = 1631081356 +SHA256 (intel-media-driver-intel-media-21.3.4_GH0.tar.gz) = 4a8233c6a39d7ef7ccd22e43d3d3b890df71501844705783a6c364167a69cae2 +SIZE (intel-media-driver-intel-media-21.3.4_GH0.tar.gz) = 23113810 SHA256 (a65683be3d3a.patch) = d99421c562366497fcb9ab0a08cc15147bd6d9b3cca732fa690b6560f1adf933 SIZE (a65683be3d3a.patch) = 1239 SHA256 (9783808c766f.patch) = 9fca99d28508fe2431c785d79d97af3a09f2d07d80d2296bcf326e2897b1fc3c From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 00:58:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 944BB6AF375; Wed, 29 Sep 2021 00:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJyg01kBcz3hqW; Wed, 29 Sep 2021 00:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C7B26B4A; Wed, 29 Sep 2021 00:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T0wadR076097; Wed, 29 Sep 2021 00:58:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T0was8076096; Wed, 29 Sep 2021 00:58:36 GMT (envelope-from git) Date: Wed, 29 Sep 2021 00:58:36 GMT Message-Id: <202109290058.18T0was8076096@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: c26c22bb079b - main - multimedia/intel-media-sdk: update to 21.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c26c22bb079b5aac185aca912fe501e44c4a062f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 00:58:36 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c26c22bb079b5aac185aca912fe501e44c4a062f commit c26c22bb079b5aac185aca912fe501e44c4a062f Author: Jan Beich AuthorDate: 2021-09-02 14:28:00 +0000 Commit: Jan Beich CommitDate: 2021-09-29 00:58:15 +0000 multimedia/intel-media-sdk: update to 21.3.4 Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-21.3.3...intel-mediasdk-21.3.4 Reported by: Repology --- multimedia/intel-media-sdk/Makefile | 2 +- multimedia/intel-media-sdk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/intel-media-sdk/Makefile b/multimedia/intel-media-sdk/Makefile index 9d7b118a72ed..6f6ec0110b53 100644 --- a/multimedia/intel-media-sdk/Makefile +++ b/multimedia/intel-media-sdk/Makefile @@ -1,6 +1,6 @@ PORTNAME= intel-media-sdk DISTVERSIONPREFIX= intel-mediasdk- -DISTVERSION= 21.3.3 +DISTVERSION= 21.3.4 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/intel-media-sdk/distinfo b/multimedia/intel-media-sdk/distinfo index e5a87d939637..f88d1ad72c60 100644 --- a/multimedia/intel-media-sdk/distinfo +++ b/multimedia/intel-media-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629471039 -SHA256 (Intel-Media-SDK-MediaSDK-intel-mediasdk-21.3.3_GH0.tar.gz) = 593ec057ba619e55af8c0b1fcd265a567f2846748ad6aedcc0838425c0339163 -SIZE (Intel-Media-SDK-MediaSDK-intel-mediasdk-21.3.3_GH0.tar.gz) = 11649877 +TIMESTAMP = 1630592880 +SHA256 (Intel-Media-SDK-MediaSDK-intel-mediasdk-21.3.4_GH0.tar.gz) = bea77d2732704ec5c457152b6c78c245055881465d1220fc263a544089fac1f2 +SIZE (Intel-Media-SDK-MediaSDK-intel-mediasdk-21.3.4_GH0.tar.gz) = 11650290 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 04:38:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C2F066B331; Wed, 29 Sep 2021 04:38:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK3Xr6m6sz3wBN; Wed, 29 Sep 2021 04:38:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7E98119DE; Wed, 29 Sep 2021 04:38:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T4casK068751; Wed, 29 Sep 2021 04:38:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T4ca9Y068750; Wed, 29 Sep 2021 04:38:36 GMT (envelope-from git) Date: Wed, 29 Sep 2021 04:38:36 GMT Message-Id: <202109290438.18T4ca9Y068750@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 4989cee17459 - main - net-p2p/py-transmission-rpc: update to 3.2.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4989cee1745908d26d4256f958f9dd14e7689562 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 04:38:37 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4989cee1745908d26d4256f958f9dd14e7689562 commit 4989cee1745908d26d4256f958f9dd14e7689562 Author: Jan Beich AuthorDate: 2021-09-29 02:04:05 +0000 Commit: Jan Beich CommitDate: 2021-09-29 04:38:21 +0000 net-p2p/py-transmission-rpc: update to 3.2.9 Changes: https://github.com/Trim21/transmission-rpc/releases/tag/v3.2.9 Reported by: GitHub (watch releases) --- net-p2p/py-transmission-rpc/Makefile | 2 +- net-p2p/py-transmission-rpc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/py-transmission-rpc/Makefile b/net-p2p/py-transmission-rpc/Makefile index 7079e7db9b28..a75206c08c5b 100644 --- a/net-p2p/py-transmission-rpc/Makefile +++ b/net-p2p/py-transmission-rpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= transmission-rpc -PORTVERSION= 3.2.8 +PORTVERSION= 3.2.9 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/py-transmission-rpc/distinfo b/net-p2p/py-transmission-rpc/distinfo index 637c43c1eb58..d26c69b0f5d9 100644 --- a/net-p2p/py-transmission-rpc/distinfo +++ b/net-p2p/py-transmission-rpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632252833 -SHA256 (transmission-rpc-3.2.8.tar.gz) = 821eda19809dca7ad50eaf42ed8debb72ec0e3b1f04f63b8b2414a05075c132e -SIZE (transmission-rpc-3.2.8.tar.gz) = 24346 +TIMESTAMP = 1632881045 +SHA256 (transmission-rpc-3.2.9.tar.gz) = 2513f105355ad5066aaffb2007ea1c827ef7b417fcc8fff4ce19d1c05fb423d4 +SIZE (transmission-rpc-3.2.9.tar.gz) = 24901 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 05:34:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7CD066C025; Wed, 29 Sep 2021 05:34:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK4nK5twvz4Sc8; Wed, 29 Sep 2021 05:34:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA09C12A0A; Wed, 29 Sep 2021 05:34:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T5YT4B048657; Wed, 29 Sep 2021 05:34:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T5YTlK048656; Wed, 29 Sep 2021 05:34:29 GMT (envelope-from git) Date: Wed, 29 Sep 2021 05:34:29 GMT Message-Id: <202109290534.18T5YTlK048656@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 3300bf124cb2 - main - math/petanque: New port: Library that helps manipulate symbolic boolean expressions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3300bf124cb2c160729141eab0d1a6e9ed23c18c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 05:34:30 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3300bf124cb2c160729141eab0d1a6e9ed23c18c commit 3300bf124cb2c160729141eab0d1a6e9ed23c18c Author: Yuri Victorovich AuthorDate: 2021-09-29 05:30:35 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-29 05:33:23 +0000 math/petanque: New port: Library that helps manipulate symbolic boolean expressions --- math/Makefile | 1 + math/petanque/Makefile | 24 ++++++++++++++++++++++++ math/petanque/distinfo | 3 +++ math/petanque/files/patch-CMakeLists.txt | 13 +++++++++++++ math/petanque/pkg-descr | 3 +++ math/petanque/pkg-plist | 13 +++++++++++++ 6 files changed, 57 insertions(+) diff --git a/math/Makefile b/math/Makefile index fcf99bcdc742..bc7e1deff7f0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -752,6 +752,7 @@ SUBDIR += pecl-bitset SUBDIR += pecl-stats2 SUBDIR += permlib + SUBDIR += petanque SUBDIR += petiga SUBDIR += php73-bcmath SUBDIR += php73-gmp diff --git a/math/petanque/Makefile b/math/petanque/Makefile new file mode 100644 index 000000000000..88905189b9d8 --- /dev/null +++ b/math/petanque/Makefile @@ -0,0 +1,24 @@ +PORTNAME= petanque +DISTVERSIONPREFIX= release- +DISTVERSION= 1.1.0 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library that helps manipulate symbolic boolean expressions + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= cmake:testing compiler:c++14-lang +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= quarkslab +GH_PROJECT= arybo + +WRKSRC_SUBDIR= ${PORTNAME} + +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_TESTING_ON= WITH_TESTS # tests fail to find TBB, see https://github.com/quarkslab/arybo/issues/29 + +.include diff --git a/math/petanque/distinfo b/math/petanque/distinfo new file mode 100644 index 000000000000..86999650e0ba --- /dev/null +++ b/math/petanque/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632891698 +SHA256 (quarkslab-arybo-release-1.1.0_GH0.tar.gz) = 96749f152e366c16803c9239e05d15cc9d3f1c156203064519c325be66a57acb +SIZE (quarkslab-arybo-release-1.1.0_GH0.tar.gz) = 940821 diff --git a/math/petanque/files/patch-CMakeLists.txt b/math/petanque/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..1b221a8caa89 --- /dev/null +++ b/math/petanque/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2020-03-28 18:16:21 UTC ++++ CMakeLists.txt +@@ -16,8 +16,8 @@ include_directories(${Boost_INCLUDE_DIRS}) + include_directories(${CMAKE_SOURCE_DIR}/third-party) + + add_subdirectory(src) +-add_subdirectory(bindings) +-if (NOT (DEFINED NO_TESTS OR NO_TESTS)) ++#add_subdirectory(bindings) ++if (WITH_TESTS) + add_subdirectory(tests) + endif() + if (NOT (DEFINED NO_TOOLS OR NO_TOOLS)) diff --git a/math/petanque/pkg-descr b/math/petanque/pkg-descr new file mode 100644 index 000000000000..bc9660acf4bc --- /dev/null +++ b/math/petanque/pkg-descr @@ -0,0 +1,3 @@ +petanque is a library that helps manipulate symbolic boolean expressions. + +WWW: https://github.com/quarkslab/arybo/tree/master/petanque diff --git a/math/petanque/pkg-plist b/math/petanque/pkg-plist new file mode 100644 index 000000000000..b3ac0ccda0bc --- /dev/null +++ b/math/petanque/pkg-plist @@ -0,0 +1,13 @@ +include/pa/analyses.h +include/pa/app.h +include/pa/bitfield.h +include/pa/exprs.h +include/pa/matrix.h +include/pa/prettyprinter.h +include/pa/subs.h +include/pa/symbols.h +include/pa/syms_hist.h +include/pa/syms_set.h +include/pa/traits.h +include/pa/vector.h +lib/libpetanque.so From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 05:34:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D0BE66BC5A; Wed, 29 Sep 2021 05:34:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK4nL75Lqz4ST0; Wed, 29 Sep 2021 05:34:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3AB612579; Wed, 29 Sep 2021 05:34:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T5YUIU048683; Wed, 29 Sep 2021 05:34:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T5YUxF048682; Wed, 29 Sep 2021 05:34:30 GMT (envelope-from git) Date: Wed, 29 Sep 2021 05:34:30 GMT Message-Id: <202109290534.18T5YUxF048682@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: ac0d262392a0 - main - math/py-pytanque: New port: Petanque static python bindings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ac0d262392a0d3175881eba4f19e47c30c9b9886 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 05:34:31 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac0d262392a0d3175881eba4f19e47c30c9b9886 commit ac0d262392a0d3175881eba4f19e47c30c9b9886 Author: Yuri Victorovich AuthorDate: 2021-09-29 05:32:45 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-29 05:33:24 +0000 math/py-pytanque: New port: Petanque static python bindings --- math/Makefile | 1 + math/py-pytanque/Makefile | 15 +++++++++++++++ math/py-pytanque/distinfo | 3 +++ math/py-pytanque/files/patch-setup.py | 16 ++++++++++++++++ math/py-pytanque/pkg-descr | 4 ++++ 5 files changed, 39 insertions(+) diff --git a/math/Makefile b/math/Makefile index bc7e1deff7f0..a5c3c9072703 100644 --- a/math/Makefile +++ b/math/Makefile @@ -895,6 +895,7 @@ SUBDIR += py-pysmt SUBDIR += py-pystan SUBDIR += py-pysym + SUBDIR += py-pytanque SUBDIR += py-python-fcl SUBDIR += py-python-igraph SUBDIR += py-python-louvain diff --git a/math/py-pytanque/Makefile b/math/py-pytanque/Makefile new file mode 100644 index 000000000000..3f26c47d212b --- /dev/null +++ b/math/py-pytanque/Makefile @@ -0,0 +1,15 @@ +PORTNAME= pytanque +DISTVERSION= 1.1.0 +CATEGORIES= math +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Petanque static python bindings + +LICENSE= BSD3CLAUSE + +USES= compiler:c++14-lang python:3.6+ +USE_PYTHON= distutils autoplist + +.include diff --git a/math/py-pytanque/distinfo b/math/py-pytanque/distinfo new file mode 100644 index 000000000000..88643b6b6b24 --- /dev/null +++ b/math/py-pytanque/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632892777 +SHA256 (pytanque-1.1.0.tar.gz) = 9365ab2038306508b673a46bed7f5425cc096d2763810f7801395a517d524cc4 +SIZE (pytanque-1.1.0.tar.gz) = 695935 diff --git a/math/py-pytanque/files/patch-setup.py b/math/py-pytanque/files/patch-setup.py new file mode 100644 index 000000000000..b3f749f6ad8c --- /dev/null +++ b/math/py-pytanque/files/patch-setup.py @@ -0,0 +1,16 @@ +--- setup.py.orig 2021-09-29 05:21:08 UTC ++++ setup.py +@@ -3,11 +3,11 @@ import glob + import platform + import subprocess + +-if platform.system() in ("Linux","Darwin"): ++if platform.system() in ("Linux","Darwin","FreeBSD"): + # This will work w/ GCC and clang + compile_args = ['-std=c++14','-flto','-Dpetanque_STATIC'] + link_args = ['-flto'] +- if platform.system() == "Linux": ++ if platform.system() == "Linux" or platform.system() == "FreeBSD": + link_args = ["-Wl,--strip-all","-Wl,-gc-sections"] + elif platform.system() == "Windows": + compile_args = ['/Dpetanque_STATIC','/TP', '/EHsc'] diff --git a/math/py-pytanque/pkg-descr b/math/py-pytanque/pkg-descr new file mode 100644 index 000000000000..637cff268e84 --- /dev/null +++ b/math/py-pytanque/pkg-descr @@ -0,0 +1,4 @@ +Python binding for petanque, a library that helps manipulate symbolic boolean +expressions. + +WWW: https://github.com/quarkslab/arybo/tree/master/petanque From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 05:53:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F61266CB88; Wed, 29 Sep 2021 05:53:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK5Bj2h4Dz4TxM; Wed, 29 Sep 2021 05:53:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C77C12C9F; Wed, 29 Sep 2021 05:53:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T5r1go074553; Wed, 29 Sep 2021 05:53:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T5r1sx074552; Wed, 29 Sep 2021 05:53:01 GMT (envelope-from git) Date: Wed, 29 Sep 2021 05:53:01 GMT Message-Id: <202109290553.18T5r1sx074552@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kyle Evans Subject: git: 6960fe90127d - main - security/vuxml: document recent nexus2-oss vulnerabilities MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6960fe90127df6082d59649f93437580c1f0afa7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 05:53:01 -0000 The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=6960fe90127df6082d59649f93437580c1f0afa7 commit 6960fe90127df6082d59649f93437580c1f0afa7 Author: Kyle Evans AuthorDate: 2021-09-29 05:42:09 +0000 Commit: Kyle Evans CommitDate: 2021-09-29 05:52:41 +0000 security/vuxml: document recent nexus2-oss vulnerabilities PR: 252564 --- security/vuxml/vuln-2021.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 30878e3237f0..fe47555b461f 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,55 @@ + + nexus2-oss -- Apache ActiveMQ JMX vulnerability + + + nexus2-oss + 2.14.20 + + + + +

Sonatype reports:

+
+
  • CVE-2020-13920: Apache ActiveMQ JMX is vulnerable to a MITM attack
+
+ +
+ + CVE-2020-13920 + https://help.sonatype.com/repomanager2/release-notes/2020-release-notes#id-2020ReleaseNotes-RepositoryManage + + + 2020-12-28 + 2021-09-29 + +
+ + + nexus2-oss -- NXRM2 Directory Traversal vulnerability + + + nexus2-oss + 2.14.19 + + + + +

Sonatype reports:

+
+
  • CVE-2020-15012: NXRM2 Directory Traversal vulnerability
+
+ +
+ + CVE-2020-15012 + https://help.sonatype.com/repomanager2/release-notes/2020-release-notes#id-2020ReleaseNotes-RepositoryManage + + + 2020-06-23 + 2021-09-29 + +
+ webkit2-gtk3 -- multiple vulnerabilities From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 05:53:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BAC5366C863; Wed, 29 Sep 2021 05:53:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK5Bk4KH7z4TxN; Wed, 29 Sep 2021 05:53:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62FE41267A; Wed, 29 Sep 2021 05:53:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T5r2Sc074577; Wed, 29 Sep 2021 05:53:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T5r22a074576; Wed, 29 Sep 2021 05:53:02 GMT (envelope-from git) Date: Wed, 29 Sep 2021 05:53:02 GMT Message-Id: <202109290553.18T5r22a074576@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kyle Evans Subject: git: 1e427d259512 - main - devel/nexus2-oss: update to 2.14.20-02 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1e427d25951275287b076cabfd8b0c941beec269 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 05:53:02 -0000 The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e427d25951275287b076cabfd8b0c941beec269 commit 1e427d25951275287b076cabfd8b0c941beec269 Author: Kyle Evans AuthorDate: 2021-09-29 05:50:10 +0000 Commit: Kyle Evans CommitDate: 2021-09-29 05:52:49 +0000 devel/nexus2-oss: update to 2.14.20-02 This is primarily a secure release; 2.14.20 also includes: - [NEXUS-25956] Signatures with ECC algorithm not being recognized PR: 252564 Security: b2f1f86f-20e6-11ec-a574-080027eedc6a Security: 730e922f-20e7-11ec-a574-080027eedc6a MFH: 2021Q3 --- devel/nexus2-oss/Makefile | 6 +++--- devel/nexus2-oss/distinfo | 6 +++--- devel/nexus2-oss/pkg-plist | 52 +++++++++++++++++++++++----------------------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/devel/nexus2-oss/Makefile b/devel/nexus2-oss/Makefile index 23a079dedab2..e0561140b721 100644 --- a/devel/nexus2-oss/Makefile +++ b/devel/nexus2-oss/Makefile @@ -1,6 +1,6 @@ PORTNAME= nexus2 -PORTVERSION= 2.14.18 -DISTVERSIONSUFFIX= 01 +PORTVERSION= 2.14.02 +DISTVERSIONSUFFIX= 02 CATEGORIES= devel www java MASTER_SITES= https://download.sonatype.com/nexus/oss/ PKGNAMESUFFIX= -oss @@ -24,7 +24,7 @@ NO_BUILD= yes NO_TEST= yes USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ USE_RC_SUBR= ${PORTNAME} diff --git a/devel/nexus2-oss/distinfo b/devel/nexus2-oss/distinfo index 152f1cd407a8..a56e739dd40c 100644 --- a/devel/nexus2-oss/distinfo +++ b/devel/nexus2-oss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592301259 -SHA256 (nexus-2.14.18-01-bundle.tar.gz) = 350af8b270bec7fda5861a15b8a5b7870fd8903d0b9a210754113d5a966ce6a6 -SIZE (nexus-2.14.18-01-bundle.tar.gz) = 83493896 +TIMESTAMP = 1610303650 +SHA256 (nexus-2.14.20-02-bundle.tar.gz) = 0d09b35265b06e0f1ecadb00f31d0f7e187a35b39fc34d762c0393918ccf19c8 +SIZE (nexus-2.14.20-02-bundle.tar.gz) = 83560634 diff --git a/devel/nexus2-oss/pkg-plist b/devel/nexus2-oss/pkg-plist index 6dafe8e0a38c..178900c8b822 100644 --- a/devel/nexus2-oss/pkg-plist +++ b/devel/nexus2-oss/pkg-plist @@ -38,7 +38,7 @@ %%DATADIR%%/lib/plexus-interpolation-1.16.jar %%DATADIR%%/lib/slf4j-api-1.7.25.jar %%DATADIR%%/nexus/LICENSE.html -%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15to18-1.64.jar +%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15to18-1.66.jar %%DATADIR%%/nexus/WEB-INF/classes/META-INF/sisu/javax.inject.Named %%DATADIR%%/nexus/WEB-INF/classes/ehcache.xml %%DATADIR%%/nexus/WEB-INF/classes/nexus.properties @@ -61,7 +61,7 @@ %%DATADIR%%/nexus/WEB-INF/lib/commons-beanutils-1.9.4.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-codec-1.8.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-collections-3.2.2.jar -%%DATADIR%%/nexus/WEB-INF/lib/commons-io-2.4.jar +%%DATADIR%%/nexus/WEB-INF/lib/commons-io-2.8.0.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-lang-2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/ehcache-core-2.5.1.jar %%DATADIR%%/nexus/WEB-INF/lib/encoder-1.2.2.jar @@ -79,9 +79,9 @@ %%DATADIR%%/nexus/WEB-INF/lib/guice-servlet-3.2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/httpclient-4.3.6.jar %%DATADIR%%/nexus/WEB-INF/lib/httpcore-4.3.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-annotations-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-core-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-databind-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-annotations-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-core-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-databind-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.annotation-api-1.3.2.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.inject-1.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.mail-1.6.1.jar @@ -113,24 +113,24 @@ %%DATADIR%%/nexus/WEB-INF/lib/org.apache.felix.framework-4.2.1.jar %%DATADIR%%/nexus/WEB-INF/lib/org.eclipse.sisu.inject-0.3.1.jar %%DATADIR%%/nexus/WEB-INF/lib/org.eclipse.sisu.plexus-0.3.1.jar -%%DATADIR%%/nexus/WEB-INF/lib/plexus-cipher-1.7.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-cipher-1.8.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-classworlds-2.4.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-component-annotations-1.5.5.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-interpolation-1.16.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-slf4j-logging-1.1.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-utils-3.0.24.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-cache-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-ogdl-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-cipher-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-hash-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-ehcache-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-event-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-guice-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-lang-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-web-1.5.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-cache-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-ogdl-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-cipher-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-hash-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-ehcache-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-event-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-guice-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-lang-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-web-1.6.0.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-guice-3.2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-mailer-1.10.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-resource-scanner-1.1.jar @@ -154,9 +154,9 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/nexus-content-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15to18-1.64.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15to18-1.64.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15to18-1.64.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15to18-1.66.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15to18-1.66.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15to18-1.66.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/goodies-crypto-1.9.1.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/nexus-crypto-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/META-INF/MANIFEST.MF @@ -188,7 +188,7 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-iq-repository-oss-plugin-%%VERSION%%/nexus-iq-repository-oss-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/antlr-2.7.7.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jdbi-2.53.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/kazuki-db-0.1.8.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/stringtemplate-3.0.jar @@ -215,11 +215,11 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-%%VERSION%%/dependencies/wagon-provider-api-2.4.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-%%VERSION%%/nexus-maven-bridge-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/nexus-migrationagent-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/commons-compress-1.19.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/nexus-npm-repository-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-%%VERSION%%/dependencies/core4j-0.5.jar @@ -284,8 +284,8 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/asm-3.1.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/istack-commons-runtime-2.16.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jacksbee-runtime-1.3.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-base-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-json-provider-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-base-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-json-provider-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-module-jaxb-annotations-2.9.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jaxb-core-2.2.8-b01.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jaxb-impl-2.2.8-b01.jar From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 05:57:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED97A66C86F; Wed, 29 Sep 2021 05:57:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK5JK6LDKz4V9j; Wed, 29 Sep 2021 05:57:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8DB312D21; Wed, 29 Sep 2021 05:57:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T5vrVa075059; Wed, 29 Sep 2021 05:57:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T5vrf7075058; Wed, 29 Sep 2021 05:57:53 GMT (envelope-from git) Date: Wed, 29 Sep 2021 05:57:53 GMT Message-Id: <202109290557.18T5vrf7075058@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kyle Evans Subject: git: 07b3d79b46db - 2021Q3 - devel/nexus2-oss: update to 2.14.20-02 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 07b3d79b46db75d4e1353beeb0023456de429e26 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 05:57:54 -0000 The branch 2021Q3 has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=07b3d79b46db75d4e1353beeb0023456de429e26 commit 07b3d79b46db75d4e1353beeb0023456de429e26 Author: Kyle Evans AuthorDate: 2021-09-29 05:50:10 +0000 Commit: Kyle Evans CommitDate: 2021-09-29 05:57:34 +0000 devel/nexus2-oss: update to 2.14.20-02 This is primarily a secure release; 2.14.20 also includes: - [NEXUS-25956] Signatures with ECC algorithm not being recognized PR: 252564 Security: b2f1f86f-20e6-11ec-a574-080027eedc6a Security: 730e922f-20e7-11ec-a574-080027eedc6a (cherry picked from commit 1e427d25951275287b076cabfd8b0c941beec269) --- devel/nexus2-oss/Makefile | 6 +++--- devel/nexus2-oss/distinfo | 6 +++--- devel/nexus2-oss/pkg-plist | 52 +++++++++++++++++++++++----------------------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/devel/nexus2-oss/Makefile b/devel/nexus2-oss/Makefile index deab89b96ab3..b4f659defb6e 100644 --- a/devel/nexus2-oss/Makefile +++ b/devel/nexus2-oss/Makefile @@ -1,6 +1,6 @@ PORTNAME= nexus2 -PORTVERSION= 2.14.18 -DISTVERSIONSUFFIX= 01 +PORTVERSION= 2.14.02 +DISTVERSIONSUFFIX= 02 CATEGORIES= devel www java MASTER_SITES= https://download.sonatype.com/nexus/oss/ PKGNAMESUFFIX= -oss @@ -23,7 +23,7 @@ NO_BUILD= yes NO_TEST= yes USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ USE_RC_SUBR= ${PORTNAME} diff --git a/devel/nexus2-oss/distinfo b/devel/nexus2-oss/distinfo index 152f1cd407a8..a56e739dd40c 100644 --- a/devel/nexus2-oss/distinfo +++ b/devel/nexus2-oss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592301259 -SHA256 (nexus-2.14.18-01-bundle.tar.gz) = 350af8b270bec7fda5861a15b8a5b7870fd8903d0b9a210754113d5a966ce6a6 -SIZE (nexus-2.14.18-01-bundle.tar.gz) = 83493896 +TIMESTAMP = 1610303650 +SHA256 (nexus-2.14.20-02-bundle.tar.gz) = 0d09b35265b06e0f1ecadb00f31d0f7e187a35b39fc34d762c0393918ccf19c8 +SIZE (nexus-2.14.20-02-bundle.tar.gz) = 83560634 diff --git a/devel/nexus2-oss/pkg-plist b/devel/nexus2-oss/pkg-plist index 6dafe8e0a38c..178900c8b822 100644 --- a/devel/nexus2-oss/pkg-plist +++ b/devel/nexus2-oss/pkg-plist @@ -38,7 +38,7 @@ %%DATADIR%%/lib/plexus-interpolation-1.16.jar %%DATADIR%%/lib/slf4j-api-1.7.25.jar %%DATADIR%%/nexus/LICENSE.html -%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15to18-1.64.jar +%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15to18-1.66.jar %%DATADIR%%/nexus/WEB-INF/classes/META-INF/sisu/javax.inject.Named %%DATADIR%%/nexus/WEB-INF/classes/ehcache.xml %%DATADIR%%/nexus/WEB-INF/classes/nexus.properties @@ -61,7 +61,7 @@ %%DATADIR%%/nexus/WEB-INF/lib/commons-beanutils-1.9.4.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-codec-1.8.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-collections-3.2.2.jar -%%DATADIR%%/nexus/WEB-INF/lib/commons-io-2.4.jar +%%DATADIR%%/nexus/WEB-INF/lib/commons-io-2.8.0.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-lang-2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/ehcache-core-2.5.1.jar %%DATADIR%%/nexus/WEB-INF/lib/encoder-1.2.2.jar @@ -79,9 +79,9 @@ %%DATADIR%%/nexus/WEB-INF/lib/guice-servlet-3.2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/httpclient-4.3.6.jar %%DATADIR%%/nexus/WEB-INF/lib/httpcore-4.3.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-annotations-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-core-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-databind-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-annotations-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-core-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-databind-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.annotation-api-1.3.2.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.inject-1.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.mail-1.6.1.jar @@ -113,24 +113,24 @@ %%DATADIR%%/nexus/WEB-INF/lib/org.apache.felix.framework-4.2.1.jar %%DATADIR%%/nexus/WEB-INF/lib/org.eclipse.sisu.inject-0.3.1.jar %%DATADIR%%/nexus/WEB-INF/lib/org.eclipse.sisu.plexus-0.3.1.jar -%%DATADIR%%/nexus/WEB-INF/lib/plexus-cipher-1.7.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-cipher-1.8.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-classworlds-2.4.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-component-annotations-1.5.5.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-interpolation-1.16.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-slf4j-logging-1.1.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-utils-3.0.24.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-cache-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-ogdl-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-cipher-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-hash-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-ehcache-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-event-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-guice-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-lang-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-web-1.5.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-cache-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-ogdl-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-cipher-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-hash-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-ehcache-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-event-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-guice-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-lang-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-web-1.6.0.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-guice-3.2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-mailer-1.10.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-resource-scanner-1.1.jar @@ -154,9 +154,9 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/nexus-content-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15to18-1.64.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15to18-1.64.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15to18-1.64.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15to18-1.66.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15to18-1.66.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15to18-1.66.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/goodies-crypto-1.9.1.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/nexus-crypto-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/META-INF/MANIFEST.MF @@ -188,7 +188,7 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-iq-repository-oss-plugin-%%VERSION%%/nexus-iq-repository-oss-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/antlr-2.7.7.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jdbi-2.53.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/kazuki-db-0.1.8.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/stringtemplate-3.0.jar @@ -215,11 +215,11 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-%%VERSION%%/dependencies/wagon-provider-api-2.4.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-%%VERSION%%/nexus-maven-bridge-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/nexus-migrationagent-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/commons-compress-1.19.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/nexus-npm-repository-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-%%VERSION%%/dependencies/core4j-0.5.jar @@ -284,8 +284,8 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/asm-3.1.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/istack-commons-runtime-2.16.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jacksbee-runtime-1.3.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-base-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-json-provider-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-base-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-json-provider-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-module-jaxb-annotations-2.9.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jaxb-core-2.2.8-b01.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jaxb-impl-2.2.8-b01.jar From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 06:09:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC4A866CD16; Wed, 29 Sep 2021 06:09:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK5YP54R1z4Vp0; Wed, 29 Sep 2021 06:09:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A2D713152; Wed, 29 Sep 2021 06:09:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T69DQF089054; Wed, 29 Sep 2021 06:09:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T69Dhl089053; Wed, 29 Sep 2021 06:09:13 GMT (envelope-from git) Date: Wed, 29 Sep 2021 06:09:13 GMT Message-Id: <202109290609.18T69Dhl089053@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 39cfa300db1b - main - math/py-arybo: New port: Manipulation of mixed boolean-arithmetic symbolic expressions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 39cfa300db1b158f0a761255bdd27da44323d2b0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 06:09:13 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=39cfa300db1b158f0a761255bdd27da44323d2b0 commit 39cfa300db1b158f0a761255bdd27da44323d2b0 Author: Yuri Victorovich AuthorDate: 2021-09-29 06:07:19 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-29 06:08:08 +0000 math/py-arybo: New port: Manipulation of mixed boolean-arithmetic symbolic expressions --- math/Makefile | 1 + math/py-arybo/Makefile | 23 +++++++++++++++++++++++ math/py-arybo/distinfo | 3 +++ math/py-arybo/pkg-descr | 8 ++++++++ 4 files changed, 35 insertions(+) diff --git a/math/Makefile b/math/Makefile index a5c3c9072703..9998d48d1b25 100644 --- a/math/Makefile +++ b/math/Makefile @@ -794,6 +794,7 @@ SUBDIR += py-amply SUBDIR += py-apgl SUBDIR += py-arviz + SUBDIR += py-arybo SUBDIR += py-autograd SUBDIR += py-baycomp SUBDIR += py-bayesian-optimization diff --git a/math/py-arybo/Makefile b/math/py-arybo/Makefile new file mode 100644 index 000000000000..5e476bc0cd0d --- /dev/null +++ b/math/py-arybo/Makefile @@ -0,0 +1,23 @@ +PORTNAME= arybo +DISTVERSION= 1.1.0 +CATEGORIES= math +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Manipulation of mixed boolean-arithmetic symbolic expressions + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}llvmlite>0:devel/py-llvmlite@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}networkx>=2.4:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytanque>=1.0:math/py-pytanque@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} + +USES= compiler:c++14-lang python:3.5+ +USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes + +.include diff --git a/math/py-arybo/distinfo b/math/py-arybo/distinfo new file mode 100644 index 000000000000..be813aa6b8fd --- /dev/null +++ b/math/py-arybo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632893913 +SHA256 (arybo-1.1.0.tar.gz) = 33fcee46786129bd43b8d8695164856f127761e32d57f03c0846ae2966ac62de +SIZE (arybo-1.1.0.tar.gz) = 26998 diff --git a/math/py-arybo/pkg-descr b/math/py-arybo/pkg-descr new file mode 100644 index 000000000000..265fd7d19312 --- /dev/null +++ b/math/py-arybo/pkg-descr @@ -0,0 +1,8 @@ +Arybo is a software for manipulating canonicalization and identification of +mixed boolean-arithmetic symbolic expressions using bit vectors and gives a +bit-per-bit symbolic representation. + +The ANF (Algebric Normal Form) form is used, which basically represents boolean +expressions using the XOR and AND operators. + +WWW: https://github.com/quarkslab/arybo From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:02:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 222FC66DA24; Wed, 29 Sep 2021 07:02:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK6kh0Ky1z4chP; Wed, 29 Sep 2021 07:02:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF72013D93; Wed, 29 Sep 2021 07:02:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T72JtT068332; Wed, 29 Sep 2021 07:02:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T72JnB068331; Wed, 29 Sep 2021 07:02:19 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:02:19 GMT Message-Id: <202109290702.18T72JnB068331@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 8f67042814bc - main - net-p2p/py-transmission-rpc: update to 3.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8f67042814bc824dbd3a502dc4ec6f2517936613 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:02:20 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f67042814bc824dbd3a502dc4ec6f2517936613 commit 8f67042814bc824dbd3a502dc4ec6f2517936613 Author: Jan Beich AuthorDate: 2021-09-29 06:26:40 +0000 Commit: Jan Beich CommitDate: 2021-09-29 07:02:09 +0000 net-p2p/py-transmission-rpc: update to 3.3.0 Changes: https://github.com/Trim21/transmission-rpc/releases/tag/v3.3.0 Reported by: GitHub (watch releases) --- net-p2p/py-transmission-rpc/Makefile | 2 +- net-p2p/py-transmission-rpc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/py-transmission-rpc/Makefile b/net-p2p/py-transmission-rpc/Makefile index a75206c08c5b..54a6bbe47d8a 100644 --- a/net-p2p/py-transmission-rpc/Makefile +++ b/net-p2p/py-transmission-rpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= transmission-rpc -PORTVERSION= 3.2.9 +PORTVERSION= 3.3.0 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/py-transmission-rpc/distinfo b/net-p2p/py-transmission-rpc/distinfo index d26c69b0f5d9..d4677a344c8d 100644 --- a/net-p2p/py-transmission-rpc/distinfo +++ b/net-p2p/py-transmission-rpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632881045 -SHA256 (transmission-rpc-3.2.9.tar.gz) = 2513f105355ad5066aaffb2007ea1c827ef7b417fcc8fff4ce19d1c05fb423d4 -SIZE (transmission-rpc-3.2.9.tar.gz) = 24901 +TIMESTAMP = 1632896800 +SHA256 (transmission-rpc-3.3.0.tar.gz) = ef3a931fc1f1db74edf8660e475b9295e0904ee922030ef0e45b0c73f4be65ae +SIZE (transmission-rpc-3.3.0.tar.gz) = 25402 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:06:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A037E66DB31; Wed, 29 Sep 2021 07:06:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK6qc3sS4z4cQ6; Wed, 29 Sep 2021 07:06:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6017813D6E; Wed, 29 Sep 2021 07:06:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T76aI0068751; Wed, 29 Sep 2021 07:06:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T76aai068750; Wed, 29 Sep 2021 07:06:36 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:06:36 GMT Message-Id: <202109290706.18T76aai068750@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: b091cd1fd2fc - main - net-p2p/py-transmission-rpc: adjust min requests after 7d02ece23c1a MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b091cd1fd2fcb808e71f63f8b5cda7e26c0ae735 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:06:36 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b091cd1fd2fcb808e71f63f8b5cda7e26c0ae735 commit b091cd1fd2fcb808e71f63f8b5cda7e26c0ae735 Author: Jan Beich AuthorDate: 2021-09-29 07:03:29 +0000 Commit: Jan Beich CommitDate: 2021-09-29 07:06:19 +0000 net-p2p/py-transmission-rpc: adjust min requests after 7d02ece23c1a install_requires = \ ['requests>=2.23.0,<3.0.0', 'typing_extensions>=3.7.4.2,<4.0.0.0'] --- net-p2p/py-transmission-rpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/py-transmission-rpc/Makefile b/net-p2p/py-transmission-rpc/Makefile index 54a6bbe47d8a..7d4921f826cd 100644 --- a/net-p2p/py-transmission-rpc/Makefile +++ b/net-p2p/py-transmission-rpc/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2<4.0.0.0:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0<3.0.0:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.23.0<3.0.0:www/py-requests@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:13:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C7A966D3EE; Wed, 29 Sep 2021 07:13:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK6zL0YNnz4d26; Wed, 29 Sep 2021 07:13:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E750E13BAB; Wed, 29 Sep 2021 07:13:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7DHZf081643; Wed, 29 Sep 2021 07:13:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7DHb3081642; Wed, 29 Sep 2021 07:13:17 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:13:17 GMT Message-Id: <202109290713.18T7DHb3081642@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 58471a55f7f2 - main - */*: Update maintainer email MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 58471a55f7f25f203f2b20386eecfedec91f9119 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:13:18 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=58471a55f7f25f203f2b20386eecfedec91f9119 commit 58471a55f7f25f203f2b20386eecfedec91f9119 Author: Kan Sasaki AuthorDate: 2021-09-29 05:17:17 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-29 07:11:21 +0000 */*: Update maintainer email - devel/lua-stdlib-debug - devel/lua-stdlib-normalize - mail/smfsav - mail/smfsav-devel PR: 258617 258618 258619 258620 Approved by: maintainer, meta (mentor), ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32173 --- devel/lua-stdlib-debug/Makefile | 2 +- devel/lua-stdlib-normalize/Makefile | 2 +- mail/smfsav-devel/Makefile | 2 +- mail/smfsav/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/lua-stdlib-debug/Makefile b/devel/lua-stdlib-debug/Makefile index 1b91e320d52e..e3b43aec11dd 100644 --- a/devel/lua-stdlib-debug/Makefile +++ b/devel/lua-stdlib-debug/Makefile @@ -5,7 +5,7 @@ PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= sasaki@fcc.ad.jp +MAINTAINER= sasaki12@gmail.com COMMENT= Debug hints management library for lua LICENSE= MIT diff --git a/devel/lua-stdlib-normalize/Makefile b/devel/lua-stdlib-normalize/Makefile index 9148b95584f9..eceba4c74e07 100644 --- a/devel/lua-stdlib-normalize/Makefile +++ b/devel/lua-stdlib-normalize/Makefile @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= sasaki@fcc.ad.jp +MAINTAINER= sasaki12@gmail.com COMMENT= Collection of normalized lua functions LICENSE= MIT diff --git a/mail/smfsav-devel/Makefile b/mail/smfsav-devel/Makefile index eb0f886943bc..c3c9056f5ce1 100644 --- a/mail/smfsav-devel/Makefile +++ b/mail/smfsav-devel/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://smf-sav.anw.at/ PKGNAMESUFFIX= -devel DISTNAME= smf-sav-reloaded-${PORTVERSION} -MAINTAINER= sasaki@fcc.ad.jp +MAINTAINER= sasaki12@gmail.com COMMENT= Sendmail Sender Address Validator LICENSE= GPLv2+ diff --git a/mail/smfsav/Makefile b/mail/smfsav/Makefile index 1a5a882658c0..033b0b50ba56 100644 --- a/mail/smfsav/Makefile +++ b/mail/smfsav/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/smfs DISTNAME= smf-sav-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= sasaki@fcc.ad.jp +MAINTAINER= sasaki12@gmail.com COMMENT= Sendmail Sender Address Validator LICENSE= GPLv2 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:39:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AB83766E226; Wed, 29 Sep 2021 07:39:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK7YM4NdBz4dxF; Wed, 29 Sep 2021 07:39:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7670A13BEE; Wed, 29 Sep 2021 07:39:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7dJiV008836; Wed, 29 Sep 2021 07:39:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7dJxi008835; Wed, 29 Sep 2021 07:39:19 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:39:19 GMT Message-Id: <202109290739.18T7dJxi008835@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 41f316ee475c - main - security/clamsmtp: Update MASTER_SITES MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 41f316ee475cf80d94171318292651b7b5851916 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:39:19 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=41f316ee475cf80d94171318292651b7b5851916 commit 41f316ee475cf80d94171318292651b7b5851916 Author: Yasuhiro Kimura AuthorDate: 2021-06-22 11:19:59 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-29 07:38:49 +0000 security/clamsmtp: Update MASTER_SITES Switch MASTER_SITES back to official site as it is revived. File name of archive changes but contents don't. So don't bump PORTREVISION. PR: 256770 Approved by: meta (mentor), ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32174 --- security/clamsmtp/Makefile | 3 +-- security/clamsmtp/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/security/clamsmtp/Makefile b/security/clamsmtp/Makefile index 115d8f3b2aac..f361704edaf2 100644 --- a/security/clamsmtp/Makefile +++ b/security/clamsmtp/Makefile @@ -4,8 +4,7 @@ PORTNAME= clamsmtp PORTVERSION= 1.10 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= https://jarasoft.net/clamsmtp/ -DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX} +MASTER_SITES= http://thewalter.net/stef/software/clamsmtp/ MAINTAINER= ports@FreeBSD.org COMMENT= ClamAV anti-virus SMTP Filter diff --git a/security/clamsmtp/distinfo b/security/clamsmtp/distinfo index 4e0a2f8c80e5..1ba0e4c8dbeb 100644 --- a/security/clamsmtp/distinfo +++ b/security/clamsmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1569082280 -SHA256 (clamsmtp_1.10.orig.tar.gz) = a52fdb4b26e11ece30c478a806c95b1eda16f4e73937bd560ece7017fb0df92a -SIZE (clamsmtp_1.10.orig.tar.gz) = 217126 +TIMESTAMP = 1624358601 +SHA256 (clamsmtp-1.10.tar.gz) = a52fdb4b26e11ece30c478a806c95b1eda16f4e73937bd560ece7017fb0df92a +SIZE (clamsmtp-1.10.tar.gz) = 217126 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:42:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B8C566E1D4; Wed, 29 Sep 2021 07:42:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK7dY05M6z4fR7; Wed, 29 Sep 2021 07:42:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6FB61424C; Wed, 29 Sep 2021 07:42:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7guYZ021502; Wed, 29 Sep 2021 07:42:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7gufs021501; Wed, 29 Sep 2021 07:42:56 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:42:56 GMT Message-Id: <202109290742.18T7gufs021501@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: a5847967365e - main - audio/rplay: Deprecate and set expiration date to 2021-12-31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a5847967365e8464a965e17e69cb30009771e098 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:42:57 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5847967365e8464a965e17e69cb30009771e098 commit a5847967365e8464a965e17e69cb30009771e098 Author: Daniel Engberg AuthorDate: 2021-09-29 07:05:05 +0000 Commit: Daniel Engberg CommitDate: 2021-09-29 07:42:26 +0000 audio/rplay: Deprecate and set expiration date to 2021-12-31 Abandoned upstream, no new release since 1999 and considered dead Reported broken on amd64 in 2012 in fix never confirmed working, PR: 166658 Reference: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/audio/rplay/Attic/Makefile PR: 258647 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32044 --- audio/rplay/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 34e7ce34cc13..f481a5ea3eea 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -12,6 +12,9 @@ COMMENT= Network audio player LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandoned upstream, no new releases since 1999 +EXPIRATION_DATE=2021-12-31 + LIB_DEPENDS= libgsm.so:audio/gsm USES= makeinfo From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:42:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 82AEA66E24C; Wed, 29 Sep 2021 07:42:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK7db2Fhwz4f6v; Wed, 29 Sep 2021 07:42:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BF7F1424D; Wed, 29 Sep 2021 07:42:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7gxn4021557; Wed, 29 Sep 2021 07:42:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7gxkN021556; Wed, 29 Sep 2021 07:42:59 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:42:59 GMT Message-Id: <202109290742.18T7gxkN021556@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 030ba754933f - main - net/libnpupnp: Update to 4.1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 030ba754933fe5b25fe0bc69b456948f9832726e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:42:59 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=030ba754933fe5b25fe0bc69b456948f9832726e commit 030ba754933fe5b25fe0bc69b456948f9832726e Author: Daniel Engberg AuthorDate: 2021-09-29 07:14:36 +0000 Commit: Daniel Engberg CommitDate: 2021-09-29 07:42:26 +0000 net/libnpupnp: Update to 4.1.5 Update maintainer address Changelog: https://www.lesbonscomptes.com/upmpdcli/pages/releases.html#LIBNPUPNP-4.1.5 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32143 --- net/libnpupnp/Makefile | 5 ++--- net/libnpupnp/distinfo | 6 +++--- net/libnpupnp/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net/libnpupnp/Makefile b/net/libnpupnp/Makefile index 0b0b44836d10..583c85b334e2 100644 --- a/net/libnpupnp/Makefile +++ b/net/libnpupnp/Makefile @@ -1,10 +1,9 @@ PORTNAME= libnpupnp -DISTVERSION= 4.1.4 -PORTREVISION= 1 +DISTVERSION= 4.1.5 CATEGORIES= net MASTER_SITES= https://www.lesbonscomptes.com/upmpdcli/downloads/ -MAINTAINER= daniel.engberg.lists@pyret.net +MAINTAINER= diizzy@FreeBSD.org COMMENT= C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp LICENSE= BSD3CLAUSE diff --git a/net/libnpupnp/distinfo b/net/libnpupnp/distinfo index 08c4b56f3847..33448712e47c 100644 --- a/net/libnpupnp/distinfo +++ b/net/libnpupnp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619300230 -SHA256 (libnpupnp-4.1.4.tar.gz) = 03506f02546e3b3d31b389e046c4691f020b82d315426ce79f1e2b1eb7958656 -SIZE (libnpupnp-4.1.4.tar.gz) = 544243 +TIMESTAMP = 1632521597 +SHA256 (libnpupnp-4.1.5.tar.gz) = 566f5895376a14aa87997de7ce3454595646613d1d0af34d05c31f6d9fe884a9 +SIZE (libnpupnp-4.1.5.tar.gz) = 545672 diff --git a/net/libnpupnp/pkg-plist b/net/libnpupnp/pkg-plist index cc1f48e63bae..c5f561230bc7 100644 --- a/net/libnpupnp/pkg-plist +++ b/net/libnpupnp/pkg-plist @@ -8,5 +8,5 @@ include/npupnp/upnpdescription.h include/npupnp/upnptools.h lib/libnpupnp.so lib/libnpupnp.so.4 -lib/libnpupnp.so.4.2.0 +lib/libnpupnp.so.4.2.1 libdata/pkgconfig/libnpupnp.pc From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:42:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B8C166E49C; Wed, 29 Sep 2021 07:42:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK7dZ0q0pz4fT9; Wed, 29 Sep 2021 07:42:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F20151458E; Wed, 29 Sep 2021 07:42:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7gvBR021533; Wed, 29 Sep 2021 07:42:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7gvxo021532; Wed, 29 Sep 2021 07:42:57 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:42:57 GMT Message-Id: <202109290742.18T7gvxo021532@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: df68c5b340e8 - main - audio/celt: Deprecate and set expiration date to 2021-12-31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: df68c5b340e83915595cab503f0010d15703783f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:42:58 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=df68c5b340e83915595cab503f0010d15703783f commit df68c5b340e83915595cab503f0010d15703783f Author: Daniel Engberg AuthorDate: 2021-09-29 07:11:03 +0000 Commit: Daniel Engberg CommitDate: 2021-09-29 07:42:26 +0000 audio/celt: Deprecate and set expiration date to 2021-12-31 Deprecated and considered obsolete by upstream in 2016 in favour of (lib)opus Reference: https://wiki.xiph.org/index.php?title=OggCELT&oldid=16389 PR: 258655 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32050 --- audio/celt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/celt/Makefile b/audio/celt/Makefile index bd19bcba94f6..9fd641a8d576 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -12,6 +12,9 @@ COMMENT= The CELT ultra-low delay audio codec LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Deprecated and considered obsolete by upstream in 2016 in favour of (lib)opus +EXPIRATION_DATE=2021-12-31 + LIB_DEPENDS= libogg.so:audio/libogg GNU_CONFIGURE= yes From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:43:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B77C266DAF5; Wed, 29 Sep 2021 07:43:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK7dc3jlFz4fWS; Wed, 29 Sep 2021 07:43:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4600A143E8; Wed, 29 Sep 2021 07:43:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7h0P2021581; Wed, 29 Sep 2021 07:43:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7h01C021580; Wed, 29 Sep 2021 07:43:00 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:43:00 GMT Message-Id: <202109290743.18T7h01C021580@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 69ef46ace5bd - main - security/nacl: Deprecate and set expiration date to 2021-12-31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 69ef46ace5bddf813e9473551c24e14b38fc48f7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:43:00 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=69ef46ace5bddf813e9473551c24e14b38fc48f7 commit 69ef46ace5bddf813e9473551c24e14b38fc48f7 Author: Daniel Engberg AuthorDate: 2021-09-29 07:17:04 +0000 Commit: Daniel Engberg CommitDate: 2021-09-29 07:42:27 +0000 security/nacl: Deprecate and set expiration date to 2021-12-31 No new release for over 10 years and pretty much "any" user of NaCl have migrated to security/libsodium or at least really should by now. We have no users left in ports except for dns/djbdns which is "half" broken and support isn't enabled by default. PR: 256449 Approved by: port maintainer timeout (3 months), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32215 --- security/nacl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/nacl/Makefile b/security/nacl/Makefile index 69b4a410a70c..6dd790016b63 100644 --- a/security/nacl/Makefile +++ b/security/nacl/Makefile @@ -11,6 +11,9 @@ COMMENT= High speed cryptography library LICENSE= PD +DEPRECATED= Unmaintained by upstream, use libsodium instead +EXPIRATION_DATE=2021-12-31 + USES= tar:bzip2 USE_BINUTILS= yes MAKE_JOBS_UNSAFE= yes From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:43:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C54CF66E4A5; Wed, 29 Sep 2021 07:43:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK7df4x6gz4fcH; Wed, 29 Sep 2021 07:43:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86047143E9; Wed, 29 Sep 2021 07:43:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7h2Hg021629; Wed, 29 Sep 2021 07:43:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7h28Q021628; Wed, 29 Sep 2021 07:43:02 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:43:02 GMT Message-Id: <202109290743.18T7h28Q021628@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: d0a322bbd673 - main - net/3proxy: Minor cleanup in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d0a322bbd673b43cdc0594e669a85b9bbf5a8491 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:43:02 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0a322bbd673b43cdc0594e669a85b9bbf5a8491 commit d0a322bbd673b43cdc0594e669a85b9bbf5a8491 Author: Daniel Engberg AuthorDate: 2021-09-29 07:33:22 +0000 Commit: Daniel Engberg CommitDate: 2021-09-29 07:42:27 +0000 net/3proxy: Minor cleanup in Makefile Use official/correct repo Reduce patching Don't override LDFLAGS from Ports framework PR: 256960 Approved by: port maintainer timeout (2+ months), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32217 --- net/3proxy/Makefile | 4 +--- net/3proxy/distinfo | 6 +++--- net/3proxy/files/patch-Makefile.FreeBSD | 10 ++++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index 3309fa043db5..759568050ac5 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -12,9 +12,8 @@ LICENSE_COMB= dual USES= cpe -USE_RC_SUBR= 3proxy USE_GITHUB= yes -GH_ACCOUNT= z3APA3A +USE_RC_SUBR= 3proxy MAKEFILE= Makefile.FreeBSD @@ -28,7 +27,6 @@ OPTIONS_DEFINE= DOCS 3PROXY_LOGDIR= /var/log/${PORTNAME} post-patch: - @${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's|%%3PROXY_LOGDIR%%|${3PROXY_LOGDIR}|' ${WRKSRC}/cfg/3proxy.cfg.sample @${REINPLACE_CMD} -E -e 's| proxy( ?\(8\))| httppr\1|' ${WRKSRC}/man/* @${REINPLACE_CMD} -E -e 's|([^P] "?)proxy|\1httppr|' ${WRKSRC}/man/proxy.8 diff --git a/net/3proxy/distinfo b/net/3proxy/distinfo index 541d63152f25..558357781644 100644 --- a/net/3proxy/distinfo +++ b/net/3proxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625251720 -SHA256 (z3APA3A-3proxy-0.9.4_GH0.tar.gz) = b497f74d6cc7ee58ff824457427acc02c6f7a102e483816fbb1b2494942ef983 -SIZE (z3APA3A-3proxy-0.9.4_GH0.tar.gz) = 610340 +TIMESTAMP = 1625343847 +SHA256 (3proxy-3proxy-0.9.4_GH0.tar.gz) = b497f74d6cc7ee58ff824457427acc02c6f7a102e483816fbb1b2494942ef983 +SIZE (3proxy-3proxy-0.9.4_GH0.tar.gz) = 610340 diff --git a/net/3proxy/files/patch-Makefile.FreeBSD b/net/3proxy/files/patch-Makefile.FreeBSD index 27c2a3b9a6ef..df90951823c1 100644 --- a/net/3proxy/files/patch-Makefile.FreeBSD +++ b/net/3proxy/files/patch-Makefile.FreeBSD @@ -1,15 +1,17 @@ --- Makefile.FreeBSD.orig 2021-07-01 16:59:57 UTC +++ Makefile.FreeBSD -@@ -10,10 +10,10 @@ +@@ -10,11 +10,11 @@ BUILDDIR = ../bin/ CC ?= gcc -CFLAGS = -c -O -fno-strict-aliasing -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -+CFLAGS = -c %%CFLAGS%% -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL ++CFLAGS += -c -DNOODBC -DFD_SETSIZE=4096 -DWITH_POLL COUT = -o LN ?= ${CC} -LDFLAGS = -pthread -O -fno-strict-aliasing -+LDFLAGS = -pthread - # -lpthreads may be reuqired on some platforms instead of -pthreads +-# -lpthreads may be reuqired on some platforms instead of -pthreads ++LDFLAGS += -pthread ++# -lpthreads may be required on some platforms instead of -pthreads # -ldl or -lld may be required for some platforms DCFLAGS = -fPIC + DLFLAGS = -shared From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:43:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9200366E1D7; Wed, 29 Sep 2021 07:43:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK7dd3gHjz4fHl; Wed, 29 Sep 2021 07:43:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F4101424E; Wed, 29 Sep 2021 07:43:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7h1sH021605; Wed, 29 Sep 2021 07:43:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7h1uA021604; Wed, 29 Sep 2021 07:43:01 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:43:01 GMT Message-Id: <202109290743.18T7h1uA021604@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 2289b35ae262 - main - net-mgmt/unifi-poller: Mark as BROKEN, deprecate and set expiration date to 2021-12-31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2289b35ae262b9c5a6f123302e39406e1cdfb382 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:43:01 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2289b35ae262b9c5a6f123302e39406e1cdfb382 commit 2289b35ae262b9c5a6f123302e39406e1cdfb382 Author: Daniel Engberg AuthorDate: 2021-09-29 07:26:24 +0000 Commit: Daniel Engberg CommitDate: 2021-09-29 07:42:27 +0000 net-mgmt/unifi-poller: Mark as BROKEN, deprecate and set expiration date to 2021-12-31 This project is now called unpoller and port also is unfetchable. References: https://github.com/unpoller/unpoller and pkg-fallout PR: 258341 Approved by: port maintainer timeout (3 weeks), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32216 --- net-mgmt/unifi-poller/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-mgmt/unifi-poller/Makefile b/net-mgmt/unifi-poller/Makefile index 9d6f70646e72..9a6f15f953c0 100644 --- a/net-mgmt/unifi-poller/Makefile +++ b/net-mgmt/unifi-poller/Makefile @@ -10,6 +10,10 @@ COMMENT= Collect unifi controller data LICENSE= MIT +BROKEN= Unfetchable due to upstream name change +DEPRECATED= Now called unpoller by upstream +EXPIRATION_DATE=2021-12-31 + USES= go:modules USERS= unifi-poller From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 07:43:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 629CF66DC71; Wed, 29 Sep 2021 07:43:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK7dh0HRtz4fHt; Wed, 29 Sep 2021 07:43:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB0B0143EB; Wed, 29 Sep 2021 07:43:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T7h3CK021657; Wed, 29 Sep 2021 07:43:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T7h3rG021656; Wed, 29 Sep 2021 07:43:03 GMT (envelope-from git) Date: Wed, 29 Sep 2021 07:43:03 GMT Message-Id: <202109290743.18T7h3rG021656@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 5e6e5a45cde2 - main - lang/nml: Mark as BROKEN, deprecate and set expiration date to 2021-12-31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5e6e5a45cde21367b3d95490cdce7dbd67beec9b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 07:43:05 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e6e5a45cde21367b3d95490cdce7dbd67beec9b commit 5e6e5a45cde21367b3d95490cdce7dbd67beec9b Author: Daniel Engberg AuthorDate: 2021-09-29 07:38:25 +0000 Commit: Daniel Engberg CommitDate: 2021-09-29 07:42:27 +0000 lang/nml: Mark as BROKEN, deprecate and set expiration date to 2021-12-31 Abandoned upstream, last release 2004-04-19 and doesn't compile Reference: PR 234720 PR: 234720 Reported by: emaste and mikael Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32218 --- lang/nml/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/nml/Makefile b/lang/nml/Makefile index 4afcc2a7daad..c81ac8eb63dc 100644 --- a/lang/nml/Makefile +++ b/lang/nml/Makefile @@ -10,6 +10,10 @@ MASTER_SITES= http://ropas.snu.ac.kr/n/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Dialect/harmony of Standard ML of New Jersey and Objective Caml +BROKEN= Doesn't compile - PR 234720 +DEPRECATED= Abandoned upstream, last release 2004-04-19 +EXPIRATION_DATE=2021-12-31 + WRKSRC= ${WRKDIR}/${PORTNAME}-0.92 ONLY_FOR_ARCHS= i386 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 08:21:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6ABD566F466; Wed, 29 Sep 2021 08:21:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK8VZ2dkrz4jS5; Wed, 29 Sep 2021 08:21:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A45114B2E; Wed, 29 Sep 2021 08:21:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T8Lw8n074870; Wed, 29 Sep 2021 08:21:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T8Lwjh074869; Wed, 29 Sep 2021 08:21:58 GMT (envelope-from git) Date: Wed, 29 Sep 2021 08:21:58 GMT Message-Id: <202109290821.18T8Lwjh074869@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: 6a1c42267143 - main - devel/rubygem-{irb,racc}: Return to pool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6a1c42267143ffe40a3d63e9c1b49187e8b51150 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 08:21:58 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a1c42267143ffe40a3d63e9c1b49187e8b51150 commit 6a1c42267143ffe40a3d63e9c1b49187e8b51150 Author: Koichiro Iwao AuthorDate: 2021-09-29 08:18:46 +0000 Commit: Koichiro Iwao CommitDate: 2021-09-29 08:18:46 +0000 devel/rubygem-{irb,racc}: Return to pool I would like to maintain these ports as Ruby team. --- devel/rubygem-irb/Makefile | 2 +- devel/rubygem-racc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-irb/Makefile b/devel/rubygem-irb/Makefile index 2fc3dd4b984a..218687da035a 100644 --- a/devel/rubygem-irb/Makefile +++ b/devel/rubygem-irb/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.3.7 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= meta@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Interactive Ruby LICENSE= BSD2CLAUSE diff --git a/devel/rubygem-racc/Makefile b/devel/rubygem-racc/Makefile index 38ee8c773cbe..52e20bc2f8f7 100644 --- a/devel/rubygem-racc/Makefile +++ b/devel/rubygem-racc/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.5.2 CATEGORIES= devel ruby MASTER_SITES= RG -MAINTAINER= meta@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= LALR(1) parser generator for Ruby LICENSE= BSD2CLAUSE From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 08:58:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 810CD66FD05; Wed, 29 Sep 2021 08:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK9J92GxXz4qCx; Wed, 29 Sep 2021 08:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A3B514FE0; Wed, 29 Sep 2021 08:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T8w1p1015017; Wed, 29 Sep 2021 08:58:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T8w18A015016; Wed, 29 Sep 2021 08:58:01 GMT (envelope-from git) Date: Wed, 29 Sep 2021 08:58:01 GMT Message-Id: <202109290858.18T8w18A015016@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: 9179bc3865ff - main - text/py-sphinxcontrib-autoprogram: require python 3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9179bc3865ffe951fcce4281770de3af57b456f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 08:58:01 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=9179bc3865ffe951fcce4281770de3af57b456f4 commit 9179bc3865ffe951fcce4281770de3af57b456f4 Author: Derek Schrock AuthorDate: 2021-08-15 07:52:28 +0000 Commit: Koichiro Iwao CommitDate: 2021-09-29 08:55:21 +0000 text/py-sphinxcontrib-autoprogram: require python 3.7 - Requires python 3.7 [1] [1] https://github.com/sphinx-contrib/autoprogram/issues/47 PR: 257872 MFH: 2021Q3 --- textproc/py-sphinxcontrib-autoprogram/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-sphinxcontrib-autoprogram/Makefile b/textproc/py-sphinxcontrib-autoprogram/Makefile index 94a4df3aa446..5455a18f06f7 100644 --- a/textproc/py-sphinxcontrib-autoprogram/Makefile +++ b/textproc/py-sphinxcontrib-autoprogram/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinxcontrib-autoprogram PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:00:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84B0E67009B; Wed, 29 Sep 2021 09:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK9Lx3N5cz4s8M; Wed, 29 Sep 2021 09:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5459A15329; Wed, 29 Sep 2021 09:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T90PBO024349; Wed, 29 Sep 2021 09:00:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T90PKB024348; Wed, 29 Sep 2021 09:00:25 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:00:25 GMT Message-Id: <202109290900.18T90PKB024348@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Koichiro Iwao Subject: git: 5e019790c2b1 - 2021Q3 - text/py-sphinxcontrib-autoprogram: require python 3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 5e019790c2b185e80a55c3f8779cdfbb644ca66b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:00:25 -0000 The branch 2021Q3 has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e019790c2b185e80a55c3f8779cdfbb644ca66b commit 5e019790c2b185e80a55c3f8779cdfbb644ca66b Author: Derek Schrock AuthorDate: 2021-08-15 07:52:28 +0000 Commit: Koichiro Iwao CommitDate: 2021-09-29 08:59:47 +0000 text/py-sphinxcontrib-autoprogram: require python 3.7 - Requires python 3.7 [1] [1] https://github.com/sphinx-contrib/autoprogram/issues/47 PR: 257872 MFH: 2021Q3 (cherry picked from commit 9179bc3865ffe951fcce4281770de3af57b456f4) --- textproc/py-sphinxcontrib-autoprogram/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-sphinxcontrib-autoprogram/Makefile b/textproc/py-sphinxcontrib-autoprogram/Makefile index 94a4df3aa446..5455a18f06f7 100644 --- a/textproc/py-sphinxcontrib-autoprogram/Makefile +++ b/textproc/py-sphinxcontrib-autoprogram/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinxcontrib-autoprogram PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:33:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA9CA670A08; Wed, 29 Sep 2021 09:33:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKB4s4wG9z3C38; Wed, 29 Sep 2021 09:33:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8898515D0D; Wed, 29 Sep 2021 09:33:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9XH2E068002; Wed, 29 Sep 2021 09:33:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9XHEL068001; Wed, 29 Sep 2021 09:33:17 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:33:17 GMT Message-Id: <202109290933.18T9XHEL068001@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 4c35fa18e743 - main - net/unfs3: Fix build with -fno-common (FreeBSD 13 or later) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4c35fa18e7434733681f5cc05337bf571241dbae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:33:17 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c35fa18e7434733681f5cc05337bf571241dbae commit 4c35fa18e7434733681f5cc05337bf571241dbae Author: Robert Clausecker AuthorDate: 2021-09-06 22:48:54 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-29 09:32:13 +0000 net/unfs3: Fix build with -fno-common (FreeBSD 13 or later) * Update MASTER_SITES and WWW as project has moved to GitHub * Pass maintainership to submitter * Clean up and reformat Makefile PR: 258326 Approved by: meta (mentor) MFH: 2021Q3 Differential Revision: https://reviews.freebsd.org/D32220 --- net/unfs3/Makefile | 23 +++++++++++++---------- net/unfs3/files/patch-Config_exports.h | 11 +++++++++++ net/unfs3/files/patch-Config_exports.l | 18 ++++++++++++++++++ net/unfs3/pkg-descr | 2 +- 4 files changed, 43 insertions(+), 11 deletions(-) diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 401b383ab369..fd87caae14bb 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,30 +1,33 @@ # Created by: Clement Laforet PORTNAME= unfs3 -PORTVERSION= 0.9.22 -PORTREVISION= 1 +DISTVERSION= 0.9.22 +PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= SF +MASTER_SITES= https://github.com/unfs3/unfs3/releases/download/unfs3-${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@fuz.su COMMENT= User-space implementation of the NFSv3 server specification LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_13= ld: error: duplicate symbol: export_path -BROKEN_FreeBSD_14= ld: error: duplicate symbol: export_path - USES= autoreconf GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip CONFIGURE_ENV= YACC=byacc -PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz - MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip + +PLIST_FILES= man/man7/tags.7.gz \ + man/man8/unfsd.8.gz \ + sbin/unfsd OPTIONS_DEFINE= CLUSTER_EXT +CLUSTER_EXT_DESC= include clustering extensions CLUSTER_EXT_CONFIGURE_ON= --enable-cluster +post-extract: + @${RM} ${WRKSRC}/Config/lex.yy.c + .include diff --git a/net/unfs3/files/patch-Config_exports.h b/net/unfs3/files/patch-Config_exports.h new file mode 100644 index 000000000000..fb11e191d1df --- /dev/null +++ b/net/unfs3/files/patch-Config_exports.h @@ -0,0 +1,11 @@ +--- Config/exports.h.orig 2021-09-06 22:17:18 UTC ++++ Config/exports.h +@@ -22,7 +22,7 @@ + extern exports exports_nfslist; + /* Options cache */ + extern int exports_opts; +-const char *export_path; ++extern const char *export_path; + extern uint32 export_fsid; + extern uint32 export_password_hash; + diff --git a/net/unfs3/files/patch-Config_exports.l b/net/unfs3/files/patch-Config_exports.l new file mode 100644 index 000000000000..5d4edc546521 --- /dev/null +++ b/net/unfs3/files/patch-Config_exports.l @@ -0,0 +1,18 @@ +--- Config/exports.l.orig 2021-09-06 22:20:46 UTC ++++ Config/exports.l +@@ -14,7 +14,7 @@ + + #define YY_NO_UNPUT + +-YYSTYPE yylval; ++extern YYSTYPE yylval; + extern int e_error; + + /* +@@ -67,4 +67,4 @@ OLDNET {IP}"/"{IP} + + . { return *yytext; } + \n { return '\n'; } +- +\ No newline at end of file ++ diff --git a/net/unfs3/pkg-descr b/net/unfs3/pkg-descr index 0f4864839c14..b70b86101249 100644 --- a/net/unfs3/pkg-descr +++ b/net/unfs3/pkg-descr @@ -3,4 +3,4 @@ provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server. Since it runs in user-space, you can use it in a jail. -WWW: http://unfs3.sourceforge.net/ +WWW: https://unfs3.github.io/ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:35:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 04E87670C6B; Wed, 29 Sep 2021 09:35:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKB766dhhz4vtF; Wed, 29 Sep 2021 09:35:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C42F515A62; Wed, 29 Sep 2021 09:35:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9ZE1T068264; Wed, 29 Sep 2021 09:35:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9ZELp068263; Wed, 29 Sep 2021 09:35:14 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:35:14 GMT Message-Id: <202109290935.18T9ZELp068263@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yasuhiro Kimura Subject: git: a6dfa43d8f1d - 2021Q3 - net/unfs3: Fix build with -fno-common (FreeBSD 13 or later) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: a6dfa43d8f1d397cc649e85de336555c6b4967bb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:35:15 -0000 The branch 2021Q3 has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6dfa43d8f1d397cc649e85de336555c6b4967bb commit a6dfa43d8f1d397cc649e85de336555c6b4967bb Author: Robert Clausecker AuthorDate: 2021-09-06 22:48:54 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-29 09:34:29 +0000 net/unfs3: Fix build with -fno-common (FreeBSD 13 or later) * Update MASTER_SITES and WWW as project has moved to GitHub * Pass maintainership to submitter * Clean up and reformat Makefile PR: 258326 Approved by: meta (mentor) MFH: 2021Q3 Differential Revision: https://reviews.freebsd.org/D32220 (cherry picked from commit 4c35fa18e7434733681f5cc05337bf571241dbae) --- net/unfs3/Makefile | 23 +++++++++++++---------- net/unfs3/files/patch-Config_exports.h | 11 +++++++++++ net/unfs3/files/patch-Config_exports.l | 18 ++++++++++++++++++ net/unfs3/pkg-descr | 2 +- 4 files changed, 43 insertions(+), 11 deletions(-) diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 401b383ab369..fd87caae14bb 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,30 +1,33 @@ # Created by: Clement Laforet PORTNAME= unfs3 -PORTVERSION= 0.9.22 -PORTREVISION= 1 +DISTVERSION= 0.9.22 +PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= SF +MASTER_SITES= https://github.com/unfs3/unfs3/releases/download/unfs3-${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@fuz.su COMMENT= User-space implementation of the NFSv3 server specification LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_13= ld: error: duplicate symbol: export_path -BROKEN_FreeBSD_14= ld: error: duplicate symbol: export_path - USES= autoreconf GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip CONFIGURE_ENV= YACC=byacc -PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz - MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip + +PLIST_FILES= man/man7/tags.7.gz \ + man/man8/unfsd.8.gz \ + sbin/unfsd OPTIONS_DEFINE= CLUSTER_EXT +CLUSTER_EXT_DESC= include clustering extensions CLUSTER_EXT_CONFIGURE_ON= --enable-cluster +post-extract: + @${RM} ${WRKSRC}/Config/lex.yy.c + .include diff --git a/net/unfs3/files/patch-Config_exports.h b/net/unfs3/files/patch-Config_exports.h new file mode 100644 index 000000000000..fb11e191d1df --- /dev/null +++ b/net/unfs3/files/patch-Config_exports.h @@ -0,0 +1,11 @@ +--- Config/exports.h.orig 2021-09-06 22:17:18 UTC ++++ Config/exports.h +@@ -22,7 +22,7 @@ + extern exports exports_nfslist; + /* Options cache */ + extern int exports_opts; +-const char *export_path; ++extern const char *export_path; + extern uint32 export_fsid; + extern uint32 export_password_hash; + diff --git a/net/unfs3/files/patch-Config_exports.l b/net/unfs3/files/patch-Config_exports.l new file mode 100644 index 000000000000..5d4edc546521 --- /dev/null +++ b/net/unfs3/files/patch-Config_exports.l @@ -0,0 +1,18 @@ +--- Config/exports.l.orig 2021-09-06 22:20:46 UTC ++++ Config/exports.l +@@ -14,7 +14,7 @@ + + #define YY_NO_UNPUT + +-YYSTYPE yylval; ++extern YYSTYPE yylval; + extern int e_error; + + /* +@@ -67,4 +67,4 @@ OLDNET {IP}"/"{IP} + + . { return *yytext; } + \n { return '\n'; } +- +\ No newline at end of file ++ diff --git a/net/unfs3/pkg-descr b/net/unfs3/pkg-descr index 0f4864839c14..b70b86101249 100644 --- a/net/unfs3/pkg-descr +++ b/net/unfs3/pkg-descr @@ -3,4 +3,4 @@ provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server. Since it runs in user-space, you can use it in a jail. -WWW: http://unfs3.sourceforge.net/ +WWW: https://unfs3.github.io/ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:39:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5DEE8670A11; Wed, 29 Sep 2021 09:39:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBCv2DT5z4vwd; Wed, 29 Sep 2021 09:39:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 295EE15D10; Wed, 29 Sep 2021 09:39:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9dNvM068692; Wed, 29 Sep 2021 09:39:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9dN9V068691; Wed, 29 Sep 2021 09:39:23 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:39:23 GMT Message-Id: <202109290939.18T9dN9V068691@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Palle Girgensohn Subject: git: 59611d61d70a - main - databases/postgresql14-server: fix openssl dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: girgen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 59611d61d70a85f4418f3f701db1b7baf58560ba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:39:23 -0000 The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=59611d61d70a85f4418f3f701db1b7baf58560ba commit 59611d61d70a85f4418f3f701db1b7baf58560ba Author: Palle Girgensohn AuthorDate: 2021-09-29 09:36:43 +0000 Commit: Palle Girgensohn CommitDate: 2021-09-29 09:39:17 +0000 databases/postgresql14-server: fix openssl dependency libpq.pc should not require openssl from ports when built with base -lssl PR: 258760 --- databases/postgresql14-server/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index 6a10dd228b39..e08742f33117 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -4,7 +4,7 @@ PORTNAME?= postgresql DISTVERSION?= 14rc1 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} @@ -313,6 +313,10 @@ post-patch: -e '/m4_PACKAGE_VERSION/s/\[2\.6[0-9]\]/m4_defn([m4_PACKAGE_VERSION])/' \ -e '/icu/s/_57//' \ ${WRKSRC}/configure.in +. elif defined(CLIENT_ONLY) && !defined(OPENSSL_PORT) + @${REINPLACE_CMD} \ + -e '/^PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto/d' \ + ${WRKSRC}/src/interfaces/libpq/Makefile . endif do-install: From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:55:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2637671012; Wed, 29 Sep 2021 09:55:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBZF4Bsbz3DHT; Wed, 29 Sep 2021 09:55:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7008616242; Wed, 29 Sep 2021 09:55:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9tHQ7095019; Wed, 29 Sep 2021 09:55:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9tH68095018; Wed, 29 Sep 2021 09:55:17 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:55:17 GMT Message-Id: <202109290955.18T9tH68095018@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 607fd2a9360b - main - lang/php73: Update from 7.3.30 to 7.3.31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 607fd2a9360be7e5b7bb52b41e190798924d4cf6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:55:17 -0000 The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=607fd2a9360be7e5b7bb52b41e190798924d4cf6 commit 607fd2a9360be7e5b7bb52b41e190798924d4cf6 Author: Torsten Zuehlsdorff AuthorDate: 2021-09-29 09:51:22 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-09-29 09:55:00 +0000 lang/php73: Update from 7.3.30 to 7.3.31 Changelog: Zip: Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706) Sponsored by: Bounce Experts --- lang/php73/Makefile | 2 +- lang/php73/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 6f669cb27eb8..08790d95cbb0 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,5 +1,5 @@ PORTNAME= php73 -DISTVERSION= 7.3.30 +DISTVERSION= 7.3.31 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index ba65c4966566..94c20f71be1b 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630262714 -SHA256 (php-7.3.30.tar.xz) = 0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b -SIZE (php-7.3.30.tar.xz) = 12142596 +TIMESTAMP = 1632774611 +SHA256 (php-7.3.31.tar.xz) = d1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc +SIZE (php-7.3.31.tar.xz) = 12142912 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:55:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 36239670B59; Wed, 29 Sep 2021 09:55:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBZH6lwCz3DFL; Wed, 29 Sep 2021 09:55:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B33D116106; Wed, 29 Sep 2021 09:55:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9tJsP095074; Wed, 29 Sep 2021 09:55:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9tJNA095073; Wed, 29 Sep 2021 09:55:19 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:55:19 GMT Message-Id: <202109290955.18T9tJNA095073@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 4a295722e6b8 - main - lang/php80: Update from 8.0.10 to 8.0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a295722e6b8634711f4e1513bf38543ba4db7f9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:55:20 -0000 The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a295722e6b8634711f4e1513bf38543ba4db7f9 commit 4a295722e6b8634711f4e1513bf38543ba4db7f9 Author: Torsten Zuehlsdorff AuthorDate: 2021-09-29 09:54:02 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-09-29 09:55:01 +0000 lang/php80: Update from 8.0.10 to 8.0.11 Changelog: Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). Sponsored by: Bounce Experts --- lang/php80/Makefile | 2 +- lang/php80/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php80/Makefile b/lang/php80/Makefile index b4164aea5067..bd3412cba1c7 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,5 +1,5 @@ PORTNAME= php80 -DISTVERSION= 8.0.10 +DISTVERSION= 8.0.11 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 08855eea3071..3978f19df351 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630262744 -SHA256 (php-8.0.10.tar.xz) = 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb -SIZE (php-8.0.10.tar.xz) = 10703088 +TIMESTAMP = 1632771522 +SHA256 (php-8.0.11.tar.xz) = e3e5f764ae57b31eb65244a45512f0b22d7bef05f2052b23989c053901552e16 +SIZE (php-8.0.11.tar.xz) = 10804388 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:55:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 060DA67101C; Wed, 29 Sep 2021 09:55:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBZG5QmMz3D8G; Wed, 29 Sep 2021 09:55:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 922A516097; Wed, 29 Sep 2021 09:55:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9tI6a095050; Wed, 29 Sep 2021 09:55:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9tINa095049; Wed, 29 Sep 2021 09:55:18 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:55:18 GMT Message-Id: <202109290955.18T9tINa095049@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 4f8082baa8f5 - main - lang/php74: Update from 7.4.23 to 7.4.24 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4f8082baa8f59e3d53761072f2496c895ae9f2d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:55:19 -0000 The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f8082baa8f59e3d53761072f2496c895ae9f2d7 commit 4f8082baa8f59e3d53761072f2496c895ae9f2d7 Author: Torsten Zuehlsdorff AuthorDate: 2021-09-29 09:53:22 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-09-29 09:55:00 +0000 lang/php74: Update from 7.4.23 to 7.4.24 Changelog: Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706) Sponsored by: Bounce Experts --- lang/php74/Makefile | 2 +- lang/php74/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 794bef3a1a12..1cc5ba119945 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.23 +DISTVERSION= 7.4.24 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php74/distinfo b/lang/php74/distinfo index 09cdaa5c6c66..b1b581d574a6 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630262726 -SHA256 (php-7.4.23.tar.xz) = cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d -SIZE (php-7.4.23.tar.xz) = 10371160 +TIMESTAMP = 1632771540 +SHA256 (php-7.4.24.tar.xz) = ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734 +SIZE (php-7.4.24.tar.xz) = 10372816 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:56:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 822BD671102; Wed, 29 Sep 2021 09:56:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBbP3Dxhz3Cmr; Wed, 29 Sep 2021 09:56:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F09D16036; Wed, 29 Sep 2021 09:56:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9uHDP095302; Wed, 29 Sep 2021 09:56:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9uHrn095301; Wed, 29 Sep 2021 09:56:17 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:56:17 GMT Message-Id: <202109290956.18T9uHrn095301@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: f821ca6641ce - 2021Q3 - lang/php73: Update from 7.3.30 to 7.3.31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: f821ca6641ced0b930ce5c7f228a0e418b308d62 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:56:17 -0000 The branch 2021Q3 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=f821ca6641ced0b930ce5c7f228a0e418b308d62 commit f821ca6641ced0b930ce5c7f228a0e418b308d62 Author: Torsten Zuehlsdorff AuthorDate: 2021-09-29 09:51:22 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-09-29 09:55:42 +0000 lang/php73: Update from 7.3.30 to 7.3.31 Changelog: Zip: Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706) Sponsored by: Bounce Experts (cherry picked from commit 607fd2a9360be7e5b7bb52b41e190798924d4cf6) --- lang/php73/Makefile | 2 +- lang/php73/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 6f669cb27eb8..08790d95cbb0 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,5 +1,5 @@ PORTNAME= php73 -DISTVERSION= 7.3.30 +DISTVERSION= 7.3.31 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index ba65c4966566..94c20f71be1b 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630262714 -SHA256 (php-7.3.30.tar.xz) = 0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b -SIZE (php-7.3.30.tar.xz) = 12142596 +TIMESTAMP = 1632774611 +SHA256 (php-7.3.31.tar.xz) = d1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc +SIZE (php-7.3.31.tar.xz) = 12142912 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:56:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9735671097; Wed, 29 Sep 2021 09:56:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBbR4vYFz3Cmt; Wed, 29 Sep 2021 09:56:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8784316098; Wed, 29 Sep 2021 09:56:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9uJkx095350; Wed, 29 Sep 2021 09:56:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9uJvh095349; Wed, 29 Sep 2021 09:56:19 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:56:19 GMT Message-Id: <202109290956.18T9uJvh095349@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 9430d87af765 - 2021Q3 - lang/php80: Update from 8.0.10 to 8.0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 9430d87af765f35afeca57a4f6457d62cc2fbaa4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:56:20 -0000 The branch 2021Q3 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=9430d87af765f35afeca57a4f6457d62cc2fbaa4 commit 9430d87af765f35afeca57a4f6457d62cc2fbaa4 Author: Torsten Zuehlsdorff AuthorDate: 2021-09-29 09:54:02 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-09-29 09:56:04 +0000 lang/php80: Update from 8.0.10 to 8.0.11 Changelog: Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). Sponsored by: Bounce Experts (cherry picked from commit 4a295722e6b8634711f4e1513bf38543ba4db7f9) --- lang/php80/Makefile | 2 +- lang/php80/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php80/Makefile b/lang/php80/Makefile index b4164aea5067..bd3412cba1c7 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,5 +1,5 @@ PORTNAME= php80 -DISTVERSION= 8.0.10 +DISTVERSION= 8.0.11 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 08855eea3071..3978f19df351 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630262744 -SHA256 (php-8.0.10.tar.xz) = 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb -SIZE (php-8.0.10.tar.xz) = 10703088 +TIMESTAMP = 1632771522 +SHA256 (php-8.0.11.tar.xz) = e3e5f764ae57b31eb65244a45512f0b22d7bef05f2052b23989c053901552e16 +SIZE (php-8.0.11.tar.xz) = 10804388 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:56:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A774E670B70; Wed, 29 Sep 2021 09:56:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBbQ4CXxz3DFk; Wed, 29 Sep 2021 09:56:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7204315D53; Wed, 29 Sep 2021 09:56:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9uIMZ095326; Wed, 29 Sep 2021 09:56:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9uIXS095325; Wed, 29 Sep 2021 09:56:18 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:56:18 GMT Message-Id: <202109290956.18T9uIXS095325@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: be45b7fd0fcf - 2021Q3 - lang/php74: Update from 7.4.23 to 7.4.24 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: be45b7fd0fcf5c5ef7c4bf58a11a1a4d16d3c6ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:56:18 -0000 The branch 2021Q3 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=be45b7fd0fcf5c5ef7c4bf58a11a1a4d16d3c6ca commit be45b7fd0fcf5c5ef7c4bf58a11a1a4d16d3c6ca Author: Torsten Zuehlsdorff AuthorDate: 2021-09-29 09:53:22 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-09-29 09:55:57 +0000 lang/php74: Update from 7.4.23 to 7.4.24 Changelog: Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706) Sponsored by: Bounce Experts (cherry picked from commit 4f8082baa8f59e3d53761072f2496c895ae9f2d7) --- lang/php74/Makefile | 2 +- lang/php74/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 794bef3a1a12..1cc5ba119945 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.23 +DISTVERSION= 7.4.24 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php74/distinfo b/lang/php74/distinfo index 09cdaa5c6c66..b1b581d574a6 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630262726 -SHA256 (php-7.4.23.tar.xz) = cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d -SIZE (php-7.4.23.tar.xz) = 10371160 +TIMESTAMP = 1632771540 +SHA256 (php-7.4.24.tar.xz) = ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734 +SIZE (php-7.4.24.tar.xz) = 10372816 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 10:00:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 08000671136; Wed, 29 Sep 2021 10:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBh56qG7z3DKs; Wed, 29 Sep 2021 10:00:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9F9215FBF; Wed, 29 Sep 2021 10:00:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TA0LGL004910; Wed, 29 Sep 2021 10:00:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TA0L28004909; Wed, 29 Sep 2021 10:00:21 GMT (envelope-from git) Date: Wed, 29 Sep 2021 10:00:21 GMT Message-Id: <202109291000.18TA0L28004909@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: 978a7f6fc545 - main - math/R-cran-recipes: Update to 0.1.17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 978a7f6fc5458d3c9ea0996fad7e63699bffa4cf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 10:00:22 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=978a7f6fc5458d3c9ea0996fad7e63699bffa4cf commit 978a7f6fc5458d3c9ea0996fad7e63699bffa4cf Author: TAKATSU Tomonari AuthorDate: 2021-09-28 21:27:56 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-29 09:59:50 +0000 math/R-cran-recipes: Update to 0.1.17 --- math/R-cran-recipes/Makefile | 5 +++-- math/R-cran-recipes/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/math/R-cran-recipes/Makefile b/math/R-cran-recipes/Makefile index 6334e465ea19..618c717d252e 100644 --- a/math/R-cran-recipes/Makefile +++ b/math/R-cran-recipes/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= recipes -PORTVERSION= 0.1.16 +PORTVERSION= 0.1.17 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,7 +15,7 @@ CRAN_DEPENDS= R-cran-dplyr>0:math/R-cran-dplyr \ R-cran-generics>=0.1.0:devel/R-cran-generics \ R-cran-glue>0:devel/R-cran-glue \ R-cran-gower>0:math/R-cran-gower \ - R-cran-ipred>0:math/R-cran-ipred \ + R-cran-ipred>=0.9.12:math/R-cran-ipred \ R-cran-lifecycle>0:devel/R-cran-lifecycle \ R-cran-lubridate>0:devel/R-cran-lubridate \ R-cran-magrittr>0:devel/R-cran-magrittr \ @@ -25,6 +25,7 @@ CRAN_DEPENDS= R-cran-dplyr>0:math/R-cran-dplyr \ R-cran-tidyr>=1.0.0:devel/R-cran-tidyr \ R-cran-tidyselect>=1.1.0:devel/R-cran-tidyselect \ R-cran-timeDate>0:finance/R-cran-timeDate \ + R-cran-vctrs>0:devel/R-cran-vctrs \ R-cran-withr>0:devel/R-cran-withr BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/math/R-cran-recipes/distinfo b/math/R-cran-recipes/distinfo index f9a252f7916c..929c637fad14 100644 --- a/math/R-cran-recipes/distinfo +++ b/math/R-cran-recipes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618632956 -SHA256 (recipes_0.1.16.tar.gz) = 43ccb8eb0633a3cdd78100f2798a7a5ddfba1acc59b6f5482be7606357735ed5 -SIZE (recipes_0.1.16.tar.gz) = 675553 +TIMESTAMP = 1632864447 +SHA256 (recipes_0.1.17.tar.gz) = ed20ba0ea0165310e31864ed7d2e005a2a37b76c7913977fd124d8b567616d3d +SIZE (recipes_0.1.17.tar.gz) = 681531 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 10:00:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3036D670ECE; Wed, 29 Sep 2021 10:00:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBh70jS9z3D7n; Wed, 29 Sep 2021 10:00:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE87315FC0; Wed, 29 Sep 2021 10:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TA0MZt004934; Wed, 29 Sep 2021 10:00:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TA0Mrw004933; Wed, 29 Sep 2021 10:00:22 GMT (envelope-from git) Date: Wed, 29 Sep 2021 10:00:22 GMT Message-Id: <202109291000.18TA0Mrw004933@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: d6a9826d0ff9 - main - math/R-cran-robustbase: Update to 0.93-9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d6a9826d0ff9507e691f5a4198e2496150673db0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 10:00:23 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6a9826d0ff9507e691f5a4198e2496150673db0 commit d6a9826d0ff9507e691f5a4198e2496150673db0 Author: TAKATSU Tomonari AuthorDate: 2021-09-29 07:55:45 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-29 09:59:50 +0000 math/R-cran-robustbase: Update to 0.93-9 --- math/R-cran-robustbase/Makefile | 2 +- math/R-cran-robustbase/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/R-cran-robustbase/Makefile b/math/R-cran-robustbase/Makefile index fcab8ff1b5e1..46cece6d66b1 100644 --- a/math/R-cran-robustbase/Makefile +++ b/math/R-cran-robustbase/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= robustbase -DISTVERSION= 0.93-8 +DISTVERSION= 0.93-9 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-robustbase/distinfo b/math/R-cran-robustbase/distinfo index 7cd64f4345da..31c9950097c9 100644 --- a/math/R-cran-robustbase/distinfo +++ b/math/R-cran-robustbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622731163 -SHA256 (robustbase_0.93-8.tar.gz) = 1cc9f2f90d8f9a691db52ccae46fb66ff87cc90e34a13e3338b18a71c7b4d599 -SIZE (robustbase_0.93-8.tar.gz) = 2334489 +TIMESTAMP = 1632902138 +SHA256 (robustbase_0.93-9.tar.gz) = d75fb5075463fec61d063bced7003936e9198492328b6fae15f67e8415713c45 +SIZE (robustbase_0.93-9.tar.gz) = 2344355 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 10:18:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 08F75670EE8; Wed, 29 Sep 2021 10:18:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKC5H6hcJz3FMS; Wed, 29 Sep 2021 10:18:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C1F69166AA; Wed, 29 Sep 2021 10:18:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TAIhUa022469; Wed, 29 Sep 2021 10:18:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TAIhZG022468; Wed, 29 Sep 2021 10:18:43 GMT (envelope-from git) Date: Wed, 29 Sep 2021 10:18:43 GMT Message-Id: <202109291018.18TAIhZG022468@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: 0c581d277f2f - main - www/firefox-esr: update to 78.15.0 (rc1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0c581d277f2fae6dcc77a1eab8455464effc93b1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 10:18:44 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c581d277f2fae6dcc77a1eab8455464effc93b1 commit 0c581d277f2fae6dcc77a1eab8455464effc93b1 Author: Christoph Moench-Tegeder AuthorDate: 2021-09-29 10:17:45 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-09-29 10:17:45 +0000 www/firefox-esr: update to 78.15.0 (rc1) Releasenotes (soon): https://www.mozilla.org/en-US/firefox/78.15.0/releasenotes/ --- www/firefox-esr/Makefile | 5 ++--- www/firefox-esr/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index a68bf1aa819b..2dc260755c04 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,8 +1,7 @@ # Created by: Alan Eldridge PORTNAME= firefox -DISTVERSION= 78.14.0 -PORTREVISION= 1 +DISTVERSION= 78.15.0 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ @@ -19,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.26:devel/nspr \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.6.6:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ - png>=1.6.35:graphics/png \ + png>=1.6.37:graphics/png \ libvpx>=1.8.2:multimedia/libvpx \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index 40c32647d179..0c6d137b2a94 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630518850 -SHA256 (firefox-78.14.0esr.source.tar.xz) = aa0e28a4150c33a165120a24f20e0373e74635c9f812732a08850d71cda3b2fa -SIZE (firefox-78.14.0esr.source.tar.xz) = 340771180 +TIMESTAMP = 1632856817 +SHA256 (firefox-78.15.0esr.source.tar.xz) = a4438d84d95171a6d4fea9c9f02c2edbf0475a9c614d968ebe2eedc25a672151 +SIZE (firefox-78.15.0esr.source.tar.xz) = 330819568 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 10:19:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 30920671616; Wed, 29 Sep 2021 10:19:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKC6M0qXYz3Ffh; Wed, 29 Sep 2021 10:19:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F05B11613D; Wed, 29 Sep 2021 10:19:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TAJcVC022653; Wed, 29 Sep 2021 10:19:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TAJcbe022652; Wed, 29 Sep 2021 10:19:38 GMT (envelope-from git) Date: Wed, 29 Sep 2021 10:19:38 GMT Message-Id: <202109291019.18TAJcbe022652@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: 457aeb3d57a0 - main - www/firefox: update to 93.0 (rc1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 457aeb3d57a0feeb742632759201ca2a7c2213a5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 10:19:39 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=457aeb3d57a0feeb742632759201ca2a7c2213a5 commit 457aeb3d57a0feeb742632759201ca2a7c2213a5 Author: Christoph Moench-Tegeder AuthorDate: 2021-09-29 10:18:58 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-09-29 10:18:58 +0000 www/firefox: update to 93.0 (rc1) Releasenotes (soon): https://www.mozilla.org/en-US/firefox/93.0/releasenotes/ --- www/firefox/Makefile | 4 ++-- www/firefox/distinfo | 6 +++--- www/firefox/files/patch-bug1602730_comment5 | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 9369e6288c76..3f77dbe85e4b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,7 +1,7 @@ # Created by: Alan Eldridge PORTNAME= firefox -DISTVERSION= 92.0.1 +DISTVERSION= 93.0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -12,7 +12,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.69:security/nss \ + nss>=3.70:security/nss \ icu>=67.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.8.1:print/harfbuzz \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 41c3191267ab..4d6458d79e11 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632397287 -SHA256 (firefox-92.0.1.source.tar.xz) = 9096b22e162cd299080d5eef8f3627a71a594ceba2b89e3000f2c3e8ea603eb1 -SIZE (firefox-92.0.1.source.tar.xz) = 383567460 +TIMESTAMP = 1632868474 +SHA256 (firefox-93.0.source.tar.xz) = a78f080f5849bc284b84299f3540934a12e961a7ea368b592ae6576ea1f97102 +SIZE (firefox-93.0.source.tar.xz) = 382181136 diff --git a/www/firefox/files/patch-bug1602730_comment5 b/www/firefox/files/patch-bug1602730_comment5 index 49f9f4321df8..212221b6d5cf 100644 --- a/www/firefox/files/patch-bug1602730_comment5 +++ b/www/firefox/files/patch-bug1602730_comment5 @@ -1,14 +1,14 @@ --- gfx/layers/composite/CompositableHost.cpp.orig 2020-09-12 21:47:42 UTC +++ gfx/layers/composite/CompositableHost.cpp -@@ -13,6 +13,7 @@ - #include "ImageHost.h" // for ImageHostBuffered, etc +@@ -10,6 +10,7 @@ + #include "Effects.h" // for EffectMask, Effect, etc + #include "gfxUtils.h" #include "Layers.h" - #include "TiledContentHost.h" // for TiledContentHost +#include "mozilla/EndianUtils.h" #include "mozilla/gfx/gfxVars.h" #include "mozilla/layers/LayersSurfaces.h" // for SurfaceDescriptor #include "mozilla/layers/TextureHost.h" // for TextureHost, etc -@@ -92,9 +93,13 @@ bool CompositableHost::AddMaskEffect(EffectChain& aEff +@@ -89,9 +90,13 @@ } MOZ_ASSERT(source); From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 10:20:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B09CB671229; Wed, 29 Sep 2021 10:20:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKC7m4fQ1z3FjV; Wed, 29 Sep 2021 10:20:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80A7016616; Wed, 29 Sep 2021 10:20:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TAKqL1031068; Wed, 29 Sep 2021 10:20:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TAKqG7031067; Wed, 29 Sep 2021 10:20:52 GMT (envelope-from git) Date: Wed, 29 Sep 2021 10:20:52 GMT Message-Id: <202109291020.18TAKqG7031067@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 8d6b60f0f5e6 - main - devel/ruby-build: Update to 20210928 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8d6b60f0f5e65972984488d4224474d43c2e414e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 10:20:52 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d6b60f0f5e65972984488d4224474d43c2e414e commit 8d6b60f0f5e65972984488d4224474d43c2e414e Author: Koichiro Iwao AuthorDate: 2021-09-29 07:46:56 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-29 10:20:08 +0000 devel/ruby-build: Update to 20210928 Changes: https://github.com/rbenv/ruby-build/releases/tag/v20210928 PR: 258774 MFH: 2021Q3 Approved by: meta (mentor) --- devel/ruby-build/Makefile | 2 +- devel/ruby-build/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile index c1d90b724881..73f22fba2f74 100644 --- a/devel/ruby-build/Makefile +++ b/devel/ruby-build/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-build -PORTVERSION= 20210925 +PORTVERSION= 20210928 DISTVERSIONPREFIX= v CATEGORIES= devel ruby DIST_SUBDIR= rbenv diff --git a/devel/ruby-build/distinfo b/devel/ruby-build/distinfo index 3bc0e93f1c48..a4310bd3759a 100644 --- a/devel/ruby-build/distinfo +++ b/devel/ruby-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632580947 -SHA256 (rbenv/rbenv-ruby-build-v20210925_GH0.tar.gz) = f64e35d2c0d8e399a4a6975ad8be138bbf282c05b54bfc3295e806aa8b343e51 -SIZE (rbenv/rbenv-ruby-build-v20210925_GH0.tar.gz) = 72534 +TIMESTAMP = 1632879901 +SHA256 (rbenv/rbenv-ruby-build-v20210928_GH0.tar.gz) = c4c8ef9ff870e2407288ce7542fc998cf70edf5c1e3eb7a6c33be86d90cd2a12 +SIZE (rbenv/rbenv-ruby-build-v20210928_GH0.tar.gz) = 72599 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 10:21:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA36167168C; Wed, 29 Sep 2021 10:21:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKC8d4N3kz3FVq; Wed, 29 Sep 2021 10:21:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76D4D16800; Wed, 29 Sep 2021 10:21:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TALbC2033624; Wed, 29 Sep 2021 10:21:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TALbIW033623; Wed, 29 Sep 2021 10:21:37 GMT (envelope-from git) Date: Wed, 29 Sep 2021 10:21:37 GMT Message-Id: <202109291021.18TALbIW033623@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: f8a904a221f1 - 2021Q3 - www/firefox-esr: update to 78.15.0 (rc1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: f8a904a221f15f85b3c2aa9ed2318eca19aa621c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 10:21:37 -0000 The branch 2021Q3 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8a904a221f15f85b3c2aa9ed2318eca19aa621c commit f8a904a221f15f85b3c2aa9ed2318eca19aa621c Author: Christoph Moench-Tegeder AuthorDate: 2021-09-29 10:17:45 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-09-29 10:21:22 +0000 www/firefox-esr: update to 78.15.0 (rc1) Releasenotes (soon): https://www.mozilla.org/en-US/firefox/78.15.0/releasenotes/ (cherry picked from commit 0c581d277f2fae6dcc77a1eab8455464effc93b1) --- www/firefox-esr/Makefile | 4 ++-- www/firefox-esr/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 5e11565d54df..2dc260755c04 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,7 +1,7 @@ # Created by: Alan Eldridge PORTNAME= firefox -DISTVERSION= 78.14.0 +DISTVERSION= 78.15.0 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.26:devel/nspr \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.6.6:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ - png>=1.6.35:graphics/png \ + png>=1.6.37:graphics/png \ libvpx>=1.8.2:multimedia/libvpx \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index 40c32647d179..0c6d137b2a94 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630518850 -SHA256 (firefox-78.14.0esr.source.tar.xz) = aa0e28a4150c33a165120a24f20e0373e74635c9f812732a08850d71cda3b2fa -SIZE (firefox-78.14.0esr.source.tar.xz) = 340771180 +TIMESTAMP = 1632856817 +SHA256 (firefox-78.15.0esr.source.tar.xz) = a4438d84d95171a6d4fea9c9f02c2edbf0475a9c614d968ebe2eedc25a672151 +SIZE (firefox-78.15.0esr.source.tar.xz) = 330819568 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 10:22:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63C63671698; Wed, 29 Sep 2021 10:22:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKC9C1KKtz3FSQ; Wed, 29 Sep 2021 10:22:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03BF0167AE; Wed, 29 Sep 2021 10:22:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TAM6ci035498; Wed, 29 Sep 2021 10:22:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TAM6D6035497; Wed, 29 Sep 2021 10:22:06 GMT (envelope-from git) Date: Wed, 29 Sep 2021 10:22:06 GMT Message-Id: <202109291022.18TAM6D6035497@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: 37bcc71efa45 - 2021Q3 - www/firefox: update to 93.0 (rc1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 37bcc71efa45189816b5e5219006f6c587761bee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 10:22:07 -0000 The branch 2021Q3 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=37bcc71efa45189816b5e5219006f6c587761bee commit 37bcc71efa45189816b5e5219006f6c587761bee Author: Christoph Moench-Tegeder AuthorDate: 2021-09-29 10:18:58 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-09-29 10:21:49 +0000 www/firefox: update to 93.0 (rc1) Releasenotes (soon): https://www.mozilla.org/en-US/firefox/93.0/releasenotes/ (cherry picked from commit 457aeb3d57a0feeb742632759201ca2a7c2213a5) --- www/firefox/Makefile | 4 ++-- www/firefox/distinfo | 6 +++--- www/firefox/files/patch-bug1602730_comment5 | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 9369e6288c76..3f77dbe85e4b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,7 +1,7 @@ # Created by: Alan Eldridge PORTNAME= firefox -DISTVERSION= 92.0.1 +DISTVERSION= 93.0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -12,7 +12,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.69:security/nss \ + nss>=3.70:security/nss \ icu>=67.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.8.1:print/harfbuzz \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 41c3191267ab..4d6458d79e11 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632397287 -SHA256 (firefox-92.0.1.source.tar.xz) = 9096b22e162cd299080d5eef8f3627a71a594ceba2b89e3000f2c3e8ea603eb1 -SIZE (firefox-92.0.1.source.tar.xz) = 383567460 +TIMESTAMP = 1632868474 +SHA256 (firefox-93.0.source.tar.xz) = a78f080f5849bc284b84299f3540934a12e961a7ea368b592ae6576ea1f97102 +SIZE (firefox-93.0.source.tar.xz) = 382181136 diff --git a/www/firefox/files/patch-bug1602730_comment5 b/www/firefox/files/patch-bug1602730_comment5 index 49f9f4321df8..212221b6d5cf 100644 --- a/www/firefox/files/patch-bug1602730_comment5 +++ b/www/firefox/files/patch-bug1602730_comment5 @@ -1,14 +1,14 @@ --- gfx/layers/composite/CompositableHost.cpp.orig 2020-09-12 21:47:42 UTC +++ gfx/layers/composite/CompositableHost.cpp -@@ -13,6 +13,7 @@ - #include "ImageHost.h" // for ImageHostBuffered, etc +@@ -10,6 +10,7 @@ + #include "Effects.h" // for EffectMask, Effect, etc + #include "gfxUtils.h" #include "Layers.h" - #include "TiledContentHost.h" // for TiledContentHost +#include "mozilla/EndianUtils.h" #include "mozilla/gfx/gfxVars.h" #include "mozilla/layers/LayersSurfaces.h" // for SurfaceDescriptor #include "mozilla/layers/TextureHost.h" // for TextureHost, etc -@@ -92,9 +93,13 @@ bool CompositableHost::AddMaskEffect(EffectChain& aEff +@@ -89,9 +90,13 @@ } MOZ_ASSERT(source); From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 10:32:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2618F6718EB; Wed, 29 Sep 2021 10:32:39 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKCPM0Z10z3H78; Wed, 29 Sep 2021 10:32:39 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Wed, 29 Sep 2021 12:32:30 +0200 From: Alex Kozlov To: Kubilay Kocak Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 0e6da3c2e1f0 - main - archivers/ha: Fix CVE-2015-1198 Message-ID: <20210929103230.GA81981@ravenloft.kiev.ua> References: <202109271752.18RHqsxu095384@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4HKCPM0Z10z3H78 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 10:32:39 -0000 On Wed, Sep 29, 2021 at 10:50:13AM +1000, Kubilay Kocak wrote: > On 28/09/2021 3:52 am, Alex Kozlov wrote: > > The branch main has been updated by ak: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 > > > > commit 0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 > > Author: Alex Kozlov > > AuthorDate: 2021-09-27 17:42:12 +0000 > > Commit: Alex Kozlov > > CommitDate: 2021-09-27 17:42:12 +0000 > > > > archivers/ha: Fix CVE-2015-1198 > > Fix directory traversal vulnerabilities (CVE-2015-1198) > > Reported by: decke > > Hi Alex, could you merge this to quarterly? I could, but 2021Q4 will be created in a few days, so I am not sure there is a need to do that. -- Alex From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 11:54:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD162672790; Wed, 29 Sep 2021 11:54:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKFDG4K0Hz3MSD; Wed, 29 Sep 2021 11:54:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 708E7177E0; Wed, 29 Sep 2021 11:54:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TBssDP054690; Wed, 29 Sep 2021 11:54:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TBssAe054689; Wed, 29 Sep 2021 11:54:54 GMT (envelope-from git) Date: Wed, 29 Sep 2021 11:54:54 GMT Message-Id: <202109291154.18TBssAe054689@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: 4886d3afe2ed - main - x11-fm/mucommander: unbreak MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4886d3afe2edc47f40839f972a1891c0dbd64d65 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 11:54:54 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=4886d3afe2edc47f40839f972a1891c0dbd64d65 commit 4886d3afe2edc47f40839f972a1891c0dbd64d65 Author: Chris Hutchinson AuthorDate: 2021-09-29 11:51:49 +0000 Commit: Koichiro Iwao CommitDate: 2021-09-29 11:54:17 +0000 x11-fm/mucommander: unbreak PR: 258100 MFH: 2021Q3 --- x11-fm/mucommander/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile index 3a0768859602..6320b8e97660 100644 --- a/x11-fm/mucommander/Makefile +++ b/x11-fm/mucommander/Makefile @@ -10,8 +10,6 @@ COMMENT= Lightweight file manager featuring a Norton Commander style interface LICENSE= GPLv3 -BROKEN= fails to stage - USE_JAVA= yes JAVA_VERSION= 1.11+ @@ -28,7 +26,7 @@ OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/mucommander.jar ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/mucommander-0.9.5.jar ${STAGEDIR}${DATADIR}/mucommander.jar ${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/mucommander ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 11:56:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CC2D67247F; Wed, 29 Sep 2021 11:56:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKFG22DFWz3Mjw; Wed, 29 Sep 2021 11:56:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CFC2177E1; Wed, 29 Sep 2021 11:56:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TBuQ5l054944; Wed, 29 Sep 2021 11:56:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TBuQi1054943; Wed, 29 Sep 2021 11:56:26 GMT (envelope-from git) Date: Wed, 29 Sep 2021 11:56:26 GMT Message-Id: <202109291156.18TBuQi1054943@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 9688dadd0b96 - main - emulators/wine-devel: Update to Wine 6.18 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9688dadd0b9603356b5b4e0a76f66be1c2deb5e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 11:56:26 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=9688dadd0b9603356b5b4e0a76f66be1c2deb5e5 commit 9688dadd0b9603356b5b4e0a76f66be1c2deb5e5 Author: Gerald Pfeifer AuthorDate: 2021-09-29 11:56:01 +0000 Commit: Gerald Pfeifer CommitDate: 2021-09-29 11:56:01 +0000 emulators/wine-devel: Update to Wine 6.18 This includes the following changes: - Shell32 and WineBus libraries converted to PE. - Unicode data updated to Unicode version 14. - More work towards Dwarf 3/4 debug support. - HID joystick enabled by default. - Various bug fixes. files/patch-amd64-vs-x86-64, which I submitted upstream, is obsolete now and the issue has been addressed upstream even more thoroughly, so drop our local patch. --- emulators/wine-devel/Makefile | 3 +-- emulators/wine-devel/distinfo | 10 +++++----- emulators/wine-devel/files/patch-amd64-vs-x86-64 | 17 ----------------- emulators/wine-devel/pkg-plist | 8 ++++++++ 4 files changed, 14 insertions(+), 24 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index d6eb6e8d42b1..7e8ef27c1051 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,8 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= wine -DISTVERSION= 6.17 -PORTREVISION= 1 +DISTVERSION= 6.18 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 8a9d16bdf4a5..a727c372f986 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1631388772 -SHA256 (wine-6.17.tar.xz) = 9db1f2435d80262c3777317df075855aeea3e6a52cb77c630ec1b2b1fb948f08 -SIZE (wine-6.17.tar.xz) = 24838704 -SHA256 (v6.17.tar.gz) = 5fc7027a772fcc89afb54c9461144c51a5e7fa35cb4ef1f60eead8362704dd82 -SIZE (v6.17.tar.gz) = 9655082 +TIMESTAMP = 1632811478 +SHA256 (wine-6.18.tar.xz) = fd22e8d64d7333bda4096d73e87ca88f5dd9eda92103d8f79d0673ca7ce6b1d0 +SIZE (wine-6.18.tar.xz) = 24860880 +SHA256 (v6.18.tar.gz) = 6d252d3501431b241a2e37d841e287918b51889917b07382ed204703fb77cae4 +SIZE (v6.18.tar.gz) = 9663936 diff --git a/emulators/wine-devel/files/patch-amd64-vs-x86-64 b/emulators/wine-devel/files/patch-amd64-vs-x86-64 deleted file mode 100644 index 36865ce7979c..000000000000 --- a/emulators/wine-devel/files/patch-amd64-vs-x86-64 +++ /dev/null @@ -1,17 +0,0 @@ -index 59857762edd..ed7a58ed1f9 100644 ---- tools/makedep.c -+++ tools/makedep.c -@@ -4446,6 +4446,13 @@ int main( int argc, char *argv[] ) - if (!man_ext) man_ext = "3w"; - if (arch) - { -+ /* For historic reasons FreeBSD calls x86_64 by the name of amd64 -+ * and features a variable ARCH with that value in the environment -+ * when building ports. This breaks Wine in interesting ways, so -+ * revert to the industry standard name when we enouncter amd64. -+ */ -+ if ( !strcmp(arch,"amd64") ) -+ arch = "x86_64"; - so_dir = strmake( "$(dlldir)/%s-unix", arch ); - pe_dir = strmake( "$(dlldir)/%s-windows", arch ); - } diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 1d4974cc2bb1..a4be825adb34 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -497,6 +497,8 @@ include/wine/windows/icftypes.h include/wine/windows/icftypes.idl include/wine/windows/icm.h include/wine/windows/icmpapi.h +include/wine/windows/icodecapi.h +include/wine/windows/icodecapi.idl include/wine/windows/idispids.h include/wine/windows/ieautomation.h include/wine/windows/ieautomation.idl @@ -1730,6 +1732,10 @@ lib/wine/%%WINEARCH%%-unix/libd3dcompiler_43.def lib/wine/%%WINEARCH%%-unix/libd3dcompiler_46.def lib/wine/%%WINEARCH%%-unix/libd3drm.def lib/wine/%%WINEARCH%%-unix/libd3dx10.def +lib/wine/%%WINEARCH%%-unix/libd3dx10_34.def +lib/wine/%%WINEARCH%%-unix/libd3dx10_35.def +lib/wine/%%WINEARCH%%-unix/libd3dx10_36.def +lib/wine/%%WINEARCH%%-unix/libd3dx10_37.def lib/wine/%%WINEARCH%%-unix/libd3dx10_38.def lib/wine/%%WINEARCH%%-unix/libd3dx10_39.def lib/wine/%%WINEARCH%%-unix/libd3dx10_40.def @@ -1760,6 +1766,7 @@ lib/wine/%%WINEARCH%%-unix/libdxguid.a lib/wine/%%WINEARCH%%-unix/libdxva2.def lib/wine/%%WINEARCH%%-unix/libevr.def lib/wine/%%WINEARCH%%-unix/libfaultrep.def +%%STAGING%%lib/wine/%%WINEARCH%%-unix/libfltmgr.def lib/wine/%%WINEARCH%%-unix/libgdi32.def lib/wine/%%WINEARCH%%-unix/libgdiplus.def lib/wine/%%WINEARCH%%-unix/libglu32.def @@ -2284,6 +2291,7 @@ lib/wine/%%WINEARCH%%-unix/windowscodecs.so lib/wine/%%WINEARCH%%-unix/windowscodecsext.dll.so lib/wine/%%WINEARCH%%-unix/wineboot.exe.so lib/wine/%%WINEARCH%%-unix/winebrowser.exe.so +lib/wine/%%WINEARCH%%-unix/winebus.so lib/wine/%%WINEARCH%%-unix/winebus.sys.so lib/wine/%%WINEARCH%%-unix/winecfg.exe.so lib/wine/%%WINEARCH%%-unix/wineconsole.exe.so From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 11:56:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9D7C672154; Wed, 29 Sep 2021 11:56:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKFGH4T68z3MV3; Wed, 29 Sep 2021 11:56:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79813177E2; Wed, 29 Sep 2021 11:56:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TBudr2055085; Wed, 29 Sep 2021 11:56:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TBudHW055084; Wed, 29 Sep 2021 11:56:39 GMT (envelope-from git) Date: Wed, 29 Sep 2021 11:56:39 GMT Message-Id: <202109291156.18TBudHW055084@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Koichiro Iwao Subject: git: 79805f17dcec - 2021Q3 - x11-fm/mucommander: unbreak MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 79805f17dcec9647be93fba57eb3310cbab370ea Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 11:56:39 -0000 The branch 2021Q3 has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=79805f17dcec9647be93fba57eb3310cbab370ea commit 79805f17dcec9647be93fba57eb3310cbab370ea Author: Chris Hutchinson AuthorDate: 2021-09-29 11:51:49 +0000 Commit: Koichiro Iwao CommitDate: 2021-09-29 11:56:25 +0000 x11-fm/mucommander: unbreak PR: 258100 MFH: 2021Q3 (cherry picked from commit 4886d3afe2edc47f40839f972a1891c0dbd64d65) --- x11-fm/mucommander/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile index 9c37fd0cb7e3..9379264baacb 100644 --- a/x11-fm/mucommander/Makefile +++ b/x11-fm/mucommander/Makefile @@ -10,8 +10,6 @@ COMMENT= Lightweight file manager featuring a Norton Commander style interface LICENSE= GPLv3 -BROKEN= fails to stage - USE_JAVA= yes JAVA_VERSION= 1.11+ @@ -28,7 +26,7 @@ OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/mucommander.jar ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/mucommander-0.9.5.jar ${STAGEDIR}${DATADIR}/mucommander.jar ${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/mucommander ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 12:04:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C739B672938; Wed, 29 Sep 2021 12:04:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKFR256WLz3N16; Wed, 29 Sep 2021 12:04:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8EF9217ACF; Wed, 29 Sep 2021 12:04:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TC4EjV068726; Wed, 29 Sep 2021 12:04:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TC4Ees068725; Wed, 29 Sep 2021 12:04:14 GMT (envelope-from git) Date: Wed, 29 Sep 2021 12:04:14 GMT Message-Id: <202109291204.18TC4Ees068725@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 7a6032c6c82a - main - sysutils/kpmcore: new port, KDE partition manager libraries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7a6032c6c82ab9b761f4bec49a68f11a10c2a4c8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 12:04:14 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a6032c6c82ab9b761f4bec49a68f11a10c2a4c8 commit 7a6032c6c82ab9b761f4bec49a68f11a10c2a4c8 Author: Adriaan de Groot AuthorDate: 2021-09-29 10:54:11 +0000 Commit: Adriaan de Groot CommitDate: 2021-09-29 12:04:11 +0000 sysutils/kpmcore: new port, KDE partition manager libraries This is the backend-library for KDE partition-management utilities, including sysutils/calamares. There is no functional FreeBSD backend, though, so the port currently builds the dummy backend. There is rudimentary ZFS support in the libraries, so having a port available seems like a good start to completing the ZFS work (at which point it's all-of-a-suddent useful for many FreeBSD systems). --- sysutils/Makefile | 1 + sysutils/kpmcore/Makefile | 17 +++++ sysutils/kpmcore/distinfo | 3 + sysutils/kpmcore/pkg-descr | 6 ++ sysutils/kpmcore/pkg-plist | 170 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 197 insertions(+) diff --git a/sysutils/Makefile b/sysutils/Makefile index bc2ee16633d3..a42e42bf4ae7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -593,6 +593,7 @@ SUBDIR += kldfind SUBDIR += kldpatch SUBDIR += kops + SUBDIR += kpmcore SUBDIR += krename SUBDIR += kshutdown SUBDIR += ksystemlog diff --git a/sysutils/kpmcore/Makefile b/sysutils/kpmcore/Makefile new file mode 100644 index 000000000000..b37078167d25 --- /dev/null +++ b/sysutils/kpmcore/Makefile @@ -0,0 +1,17 @@ +PORTNAME= kpmcore +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= sysutils kde-applications + +MAINTAINER= adridg@FreeBSD.org +COMMENT= KDE Partition Manager core library + +LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt + +USES= cmake compiler:c++17-lang gettext kde:5 qt:5 tar:xz +USE_KDE= auth coreaddons i18n widgetsaddons \ + ecm_build +USE_QT= concurrent core dbus declarative \ + gui widgets \ + buildtools_build qmake_build + +.include diff --git a/sysutils/kpmcore/distinfo b/sysutils/kpmcore/distinfo new file mode 100644 index 000000000000..f520377224cf --- /dev/null +++ b/sysutils/kpmcore/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632912561 +SHA256 (KDE/release-service/21.08.1/kpmcore-21.08.1.tar.xz) = 342dd3ff19ceff82a90691a4f6c1e92e34bdb299048d8c616da1be094e0f82ab +SIZE (KDE/release-service/21.08.1/kpmcore-21.08.1.tar.xz) = 589536 diff --git a/sysutils/kpmcore/pkg-descr b/sysutils/kpmcore/pkg-descr new file mode 100644 index 000000000000..b3a4f7f587e3 --- /dev/null +++ b/sysutils/kpmcore/pkg-descr @@ -0,0 +1,6 @@ +KPMcore, the KDE Partition Manager core, is a library for examining +and modifying partitions, disk devices, and filesystems on a +Linux system. It provides a unified programming interface over +top of (external) system-manipulation tools. + +WWW: https://invent.kde.org/system/kpmcore diff --git a/sysutils/kpmcore/pkg-plist b/sysutils/kpmcore/pkg-plist new file mode 100644 index 000000000000..c9770f8b3f57 --- /dev/null +++ b/sysutils/kpmcore/pkg-plist @@ -0,0 +1,170 @@ +include/kpmcore/backend/corebackend.h +include/kpmcore/backend/corebackendmanager.h +include/kpmcore/core/device.h +include/kpmcore/core/devicescanner.h +include/kpmcore/core/diskdevice.h +include/kpmcore/core/fstab.h +include/kpmcore/core/lvmdevice.h +include/kpmcore/core/operationrunner.h +include/kpmcore/core/operationstack.h +include/kpmcore/core/partition.h +include/kpmcore/core/partitionalignment.h +include/kpmcore/core/partitionnode.h +include/kpmcore/core/partitionrole.h +include/kpmcore/core/partitiontable.h +include/kpmcore/core/smartattribute.h +include/kpmcore/core/smartstatus.h +include/kpmcore/core/softwareraid.h +include/kpmcore/core/volumemanagerdevice.h +include/kpmcore/fs/apfs.h +include/kpmcore/fs/bitlocker.h +include/kpmcore/fs/btrfs.h +include/kpmcore/fs/exfat.h +include/kpmcore/fs/ext2.h +include/kpmcore/fs/ext3.h +include/kpmcore/fs/ext4.h +include/kpmcore/fs/extended.h +include/kpmcore/fs/f2fs.h +include/kpmcore/fs/fat12.h +include/kpmcore/fs/fat16.h +include/kpmcore/fs/fat32.h +include/kpmcore/fs/filesystem.h +include/kpmcore/fs/filesystemfactory.h +include/kpmcore/fs/hfs.h +include/kpmcore/fs/hfsplus.h +include/kpmcore/fs/hpfs.h +include/kpmcore/fs/iso9660.h +include/kpmcore/fs/jfs.h +include/kpmcore/fs/linuxraidmember.h +include/kpmcore/fs/linuxswap.h +include/kpmcore/fs/luks.h +include/kpmcore/fs/luks2.h +include/kpmcore/fs/lvm2_pv.h +include/kpmcore/fs/minix.h +include/kpmcore/fs/nilfs2.h +include/kpmcore/fs/ntfs.h +include/kpmcore/fs/ocfs2.h +include/kpmcore/fs/reiser4.h +include/kpmcore/fs/reiserfs.h +include/kpmcore/fs/udf.h +include/kpmcore/fs/ufs.h +include/kpmcore/fs/unformatted.h +include/kpmcore/fs/unknown.h +include/kpmcore/fs/xfs.h +include/kpmcore/fs/zfs.h +include/kpmcore/gui/partresizerwidget.h +include/kpmcore/gui/partwidget.h +include/kpmcore/gui/partwidgetbase.h +include/kpmcore/jobs/job.h +include/kpmcore/ops/backupoperation.h +include/kpmcore/ops/checkoperation.h +include/kpmcore/ops/copyoperation.h +include/kpmcore/ops/createfilesystemoperation.h +include/kpmcore/ops/createpartitiontableoperation.h +include/kpmcore/ops/createvolumegroupoperation.h +include/kpmcore/ops/deactivatevolumegroupoperation.h +include/kpmcore/ops/deleteoperation.h +include/kpmcore/ops/newoperation.h +include/kpmcore/ops/operation.h +include/kpmcore/ops/removevolumegroupoperation.h +include/kpmcore/ops/resizeoperation.h +include/kpmcore/ops/resizevolumegroupoperation.h +include/kpmcore/ops/restoreoperation.h +include/kpmcore/ops/setfilesystemlabeloperation.h +include/kpmcore/ops/setpartflagsoperation.h +include/kpmcore/util/capacity.h +include/kpmcore/util/externalcommand.h +include/kpmcore/util/globallog.h +include/kpmcore/util/helpers.h +include/kpmcore/util/htmlreport.h +include/kpmcore/util/libpartitionmanagerexport.h +include/kpmcore/util/report.h +lib/cmake/KPMcore/KPMcoreConfig.cmake +lib/cmake/KPMcore/KPMcoreConfigVersion.cmake +lib/cmake/KPMcore/KPMcoreTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KPMcore/KPMcoreTargets.cmake +lib/libexec/kpmcore_externalcommand +lib/libkpmcore.so +lib/libkpmcore.so.11 +lib/libkpmcore.so.%%KDE_APPLICATIONS_VERSION%% +%%QT_PLUGINDIR%%/libpmdummybackendplugin.so +share/dbus-1/system-services/org.kde.kpmcore.helperinterface.service +share/dbus-1/system.d/org.kde.kpmcore.helperinterface.conf +share/locale/ar/LC_MESSAGES/kpmcore.mo +share/locale/ast/LC_MESSAGES/kpmcore._policy_.mo +share/locale/ast/LC_MESSAGES/kpmcore.mo +share/locale/bg/LC_MESSAGES/kpmcore.mo +share/locale/bs/LC_MESSAGES/kpmcore.mo +share/locale/ca/LC_MESSAGES/kpmcore._policy_.mo +share/locale/ca/LC_MESSAGES/kpmcore.mo +share/locale/ca@valencia/LC_MESSAGES/kpmcore._policy_.mo +share/locale/ca@valencia/LC_MESSAGES/kpmcore.mo +share/locale/cs/LC_MESSAGES/kpmcore._policy_.mo +share/locale/cs/LC_MESSAGES/kpmcore.mo +share/locale/da/LC_MESSAGES/kpmcore._policy_.mo +share/locale/da/LC_MESSAGES/kpmcore.mo +share/locale/de/LC_MESSAGES/kpmcore._policy_.mo +share/locale/de/LC_MESSAGES/kpmcore.mo +share/locale/el/LC_MESSAGES/kpmcore._policy_.mo +share/locale/el/LC_MESSAGES/kpmcore.mo +share/locale/en_GB/LC_MESSAGES/kpmcore._policy_.mo +share/locale/en_GB/LC_MESSAGES/kpmcore.mo +share/locale/eo/LC_MESSAGES/kpmcore.mo +share/locale/es/LC_MESSAGES/kpmcore._policy_.mo +share/locale/es/LC_MESSAGES/kpmcore.mo +share/locale/et/LC_MESSAGES/kpmcore._policy_.mo +share/locale/et/LC_MESSAGES/kpmcore.mo +share/locale/eu/LC_MESSAGES/kpmcore._policy_.mo +share/locale/eu/LC_MESSAGES/kpmcore.mo +share/locale/fi/LC_MESSAGES/kpmcore._policy_.mo +share/locale/fi/LC_MESSAGES/kpmcore.mo +share/locale/fr/LC_MESSAGES/kpmcore._policy_.mo +share/locale/fr/LC_MESSAGES/kpmcore.mo +share/locale/ga/LC_MESSAGES/kpmcore.mo +share/locale/gl/LC_MESSAGES/kpmcore._policy_.mo +share/locale/gl/LC_MESSAGES/kpmcore.mo +share/locale/hr/LC_MESSAGES/kpmcore.mo +share/locale/hu/LC_MESSAGES/kpmcore.mo +share/locale/id/LC_MESSAGES/kpmcore.mo +share/locale/is/LC_MESSAGES/kpmcore.mo +share/locale/it/LC_MESSAGES/kpmcore._policy_.mo +share/locale/it/LC_MESSAGES/kpmcore.mo +share/locale/ja/LC_MESSAGES/kpmcore._policy_.mo +share/locale/ja/LC_MESSAGES/kpmcore.mo +share/locale/ko/LC_MESSAGES/kpmcore._policy_.mo +share/locale/ko/LC_MESSAGES/kpmcore.mo +share/locale/lt/LC_MESSAGES/kpmcore._policy_.mo +share/locale/lt/LC_MESSAGES/kpmcore.mo +share/locale/lv/LC_MESSAGES/kpmcore.mo +share/locale/mr/LC_MESSAGES/kpmcore.mo +share/locale/nb/LC_MESSAGES/kpmcore.mo +share/locale/nds/LC_MESSAGES/kpmcore.mo +share/locale/nl/LC_MESSAGES/kpmcore._policy_.mo +share/locale/nl/LC_MESSAGES/kpmcore.mo +share/locale/nn/LC_MESSAGES/kpmcore.mo +share/locale/pa/LC_MESSAGES/kpmcore.mo +share/locale/pl/LC_MESSAGES/kpmcore._policy_.mo +share/locale/pl/LC_MESSAGES/kpmcore.mo +share/locale/pt/LC_MESSAGES/kpmcore._policy_.mo +share/locale/pt/LC_MESSAGES/kpmcore.mo +share/locale/pt_BR/LC_MESSAGES/kpmcore._policy_.mo +share/locale/pt_BR/LC_MESSAGES/kpmcore.mo +share/locale/ro/LC_MESSAGES/kpmcore.mo +share/locale/ru/LC_MESSAGES/kpmcore._policy_.mo +share/locale/ru/LC_MESSAGES/kpmcore.mo +share/locale/sk/LC_MESSAGES/kpmcore._policy_.mo +share/locale/sk/LC_MESSAGES/kpmcore.mo +share/locale/sl/LC_MESSAGES/kpmcore._policy_.mo +share/locale/sl/LC_MESSAGES/kpmcore.mo +share/locale/sr/LC_MESSAGES/kpmcore.mo +share/locale/sv/LC_MESSAGES/kpmcore._policy_.mo +share/locale/sv/LC_MESSAGES/kpmcore.mo +share/locale/tr/LC_MESSAGES/kpmcore.mo +share/locale/ug/LC_MESSAGES/kpmcore.mo +share/locale/uk/LC_MESSAGES/kpmcore._policy_.mo +share/locale/uk/LC_MESSAGES/kpmcore.mo +share/locale/zh_CN/LC_MESSAGES/kpmcore._policy_.mo +share/locale/zh_CN/LC_MESSAGES/kpmcore.mo +share/locale/zh_TW/LC_MESSAGES/kpmcore._policy_.mo +share/locale/zh_TW/LC_MESSAGES/kpmcore.mo +share/polkit-1/actions/org.kde.kpmcore.externalcommand.policy From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 12:08:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A2776727E8; Wed, 29 Sep 2021 12:08:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKFWV1XPSz3NMd; Wed, 29 Sep 2021 12:08:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 114BB17AD0; Wed, 29 Sep 2021 12:08:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TC85Uv069109; Wed, 29 Sep 2021 12:08:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TC85Xq069108; Wed, 29 Sep 2021 12:08:05 GMT (envelope-from git) Date: Wed, 29 Sep 2021 12:08:05 GMT Message-Id: <202109291208.18TC85Xq069108@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 19a630ac2471 - main - emulators/wine-devel: Relinquish maintainership MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 19a630ac2471fb30fc53aeb0fe7ea40481e168b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 12:08:06 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=19a630ac2471fb30fc53aeb0fe7ea40481e168b9 commit 19a630ac2471fb30fc53aeb0fe7ea40481e168b9 Author: Gerald Pfeifer AuthorDate: 2021-09-29 11:58:48 +0000 Commit: Gerald Pfeifer CommitDate: 2021-09-29 12:07:42 +0000 emulators/wine-devel: Relinquish maintainership After working on our Wine ports for more than 21 years, maintaining for more than 19 years, time has come to hand over the baton. Sadly despite multiple requests to committers as well as some non-committers nobody stepped up yet, so return to the pool. Still happy to provide guidance and help on working with upstream or operating the (crucial) nightly testers I have been running. --- emulators/wine-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 7e8ef27c1051..1d9b0decf62d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Source \ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= gerald@FreeBSD.org +MAINTAINER?= emulation@FreeBSD.org COMMENT?= Microsoft Windows compatibility environment LICENSE= LGPL21 LGPL3 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 12:23:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E8F8673304; Wed, 29 Sep 2021 12:23:29 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKFsF3XFWz3P6c; Wed, 29 Sep 2021 12:23:29 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: by mail-lf1-x131.google.com with SMTP id z24so9836577lfu.13; Wed, 29 Sep 2021 05:23:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xQLolTsSWBGeoGFhwnBi6iZa6BSHvotfmOd3hdRcmf0=; b=nkgqGpuHCKVNcRYAPtqliELkBlQWWbP95dLKNbL/+Ahf69pu2sLn7QfTa9f9s3j7hG atT0UM28QUFytel56nvpVSVfC2bCDhw180uXSGOEMsVMrpphwo8sWX9JP/oqxCFKBUGh VzO4eST5AvQvMo0esEztNvhCl2pGfSps1dQNWqLDFkQsgIfM7XPU1smCkdnGvN7oAEgq st2YDhFCNkLDvDAfvTqDmRHgc5XlLUtlDL6MGAp6y7a0TZNDMLj730FXqjt2kUkVfCFY 0T3UuwQg2TOEpYEfQUCVTfWT1UZ32NGGKLPwFPZLzOjFbQSRWO0YXZW+xcgt6M8wvf50 k6UA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xQLolTsSWBGeoGFhwnBi6iZa6BSHvotfmOd3hdRcmf0=; b=XE87HttdhIYcaH/Lkt/P9RJve+pDzcwkmNegyvIYLTvO+OXhibZGzBoyeDFyKr9wzT fO8+c50h7fwszQgd0dTYqZYuuQclgg0yp1ycNPJ6WEMh60WLD3AYwZgmb3L9dhxyMyBI cETbGSibyj62MmnnuK41ZG4G73mwRTT5tiZ1j52MVLJjVpx2y9bvZkzGMhzWRPCKBm1j F6fUGqstEYJBB40qVmQ7PK8MGH1WDQZuMfyyTgJZBTSIM/MFt9ybVMfermyZMoI45j+B vlbj1G7W7EPdlRnMod98TAqOrXh1jE+HaGYvboReLq3UQsN5M+iehIZrle5WVH42o4ZY 9yrA== X-Gm-Message-State: AOAM530mv9ONI2KppSln9xKNe4j71nBmqiBcyOypipUW6kiQ2j7Z3mOA QP3UZ4EAK7+ImU5WXOgcNGEaBCqdyF096KYWz/QdZhXB X-Google-Smtp-Source: ABdhPJxyPBO3o45wtYmfU/pyQcBDA8PkVtQPnv0FfNPZSczjfrVTtaXnEOu6yARhDo+nJt/EG0GG9rlwfN7vpbCYFOw= X-Received: by 2002:a2e:b74c:: with SMTP id k12mr5452678ljo.510.1632918201766; Wed, 29 Sep 2021 05:23:21 -0700 (PDT) MIME-Version: 1.0 References: <202109291208.18TC85Xq069108@gitrepo.freebsd.org> In-Reply-To: <202109291208.18TC85Xq069108@gitrepo.freebsd.org> From: Gleb Popov <6yearold@gmail.com> Date: Wed, 29 Sep 2021 15:22:54 +0300 Message-ID: Subject: Re: git: 19a630ac2471 - main - emulators/wine-devel: Relinquish maintainership To: Gerald Pfeifer Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org X-Rspamd-Queue-Id: 4HKFsF3XFWz3P6c X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 12:23:29 -0000 On Wed, Sep 29, 2021 at 3:08 PM Gerald Pfeifer wrote: > The branch main has been updated by gerald: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=19a630ac2471fb30fc53aeb0fe7ea40481e168b9 > > commit 19a630ac2471fb30fc53aeb0fe7ea40481e168b9 > Author: Gerald Pfeifer > AuthorDate: 2021-09-29 11:58:48 +0000 > Commit: Gerald Pfeifer > CommitDate: 2021-09-29 12:07:42 +0000 > > emulators/wine-devel: Relinquish maintainership > > After working on our Wine ports for more than 21 years, maintaining > for more than 19 years, time has come to hand over the baton. Sadly > despite multiple requests to committers as well as some non-committers > nobody stepped up yet, so return to the pool. > > Still happy to provide guidance and help on working with upstream or > operating the (crucial) nightly testers I have been running. > Thank you for all the efforts on Wine & GCC fronts, Gerald! From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 12:26:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5CD3672E38; Wed, 29 Sep 2021 12:26:59 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKFxH3k3Bz3PVD; Wed, 29 Sep 2021 12:26:59 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "R3" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id A5093C011E0; Wed, 29 Sep 2021 14:26:52 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id 49D083AB07; Wed, 29 Sep 2021 14:26:52 +0200 (CEST) Date: Wed, 29 Sep 2021 14:26:52 +0200 From: Christoph Moench-Tegeder To: Neel Chauhan Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: c33363598ecb - main - databases/evolution-data-server: Update to 3.42.0 Message-ID: References: <202109282139.18SLdXUl009921@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202109282139.18SLdXUl009921@gitrepo.freebsd.org> User-Agent: Mutt/2.1.3 (2021-09-10) X-Rspamd-Queue-Id: 4HKFxH3k3Bz3PVD X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 12:26:59 -0000 ## Neel Chauhan (nc@FreeBSD.org): > databases/evolution-data-server: Update to 3.42.0 I believe this broke net-im/folks (and gnome-contacts, -maps, -utils as they're depending on folks). poudriere build fails with: ../backends/eds/lib/edsf-persona-store.vala:928.19-928.41: error: Argument 1: Cannot convert from `void Edsf.PersonaStore._contacts_added_cb (GLib.List)' to `delegate void E.BookClientView.objects_added (E.BookClientView, GLib.SList)' and more of similar content. Regards, Christoph -- Spare Space From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 13:54:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4FB66748B3; Wed, 29 Sep 2021 13:54:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKHtg3sy8z3mxR; Wed, 29 Sep 2021 13:54:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6493D1958F; Wed, 29 Sep 2021 13:54:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TDspS5014518; Wed, 29 Sep 2021 13:54:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TDspCX014517; Wed, 29 Sep 2021 13:54:51 GMT (envelope-from git) Date: Wed, 29 Sep 2021 13:54:51 GMT Message-Id: <202109291354.18TDspCX014517@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: 016970de3ca6 - main - security/nextcloud-passman: Update to 2.3.1334 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 016970de3ca63196f261afbcd8f09c566bea35b8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 13:54:51 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=016970de3ca63196f261afbcd8f09c566bea35b8 commit 016970de3ca63196f261afbcd8f09c566bea35b8 Author: Bernard Spil AuthorDate: 2021-09-29 13:53:21 +0000 Commit: Bernard Spil CommitDate: 2021-09-29 13:53:21 +0000 security/nextcloud-passman: Update to 2.3.1334 --- security/nextcloud-passman/Makefile | 2 +- security/nextcloud-passman/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/nextcloud-passman/Makefile b/security/nextcloud-passman/Makefile index 03d684e375c1..cac387de0ab7 100644 --- a/security/nextcloud-passman/Makefile +++ b/security/nextcloud-passman/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil PORTNAME= passman -PORTVERSION= 2.3.1333 +PORTVERSION= 2.3.1334 CATEGORIES= security MASTER_SITES= https://releases.passman.cc/ PKGNAMEPREFIX= nextcloud- diff --git a/security/nextcloud-passman/distinfo b/security/nextcloud-passman/distinfo index 0f21ba4551ab..d32f4605c652 100644 --- a/security/nextcloud-passman/distinfo +++ b/security/nextcloud-passman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632730095 -SHA256 (passman_2.3.1333.tar.gz) = 7c6e77c0b76d5abe53f6e5975320d4dd9ad77a7222448ef32cd44e6953ddadf2 -SIZE (passman_2.3.1333.tar.gz) = 2084749 +TIMESTAMP = 1632922969 +SHA256 (passman_2.3.1334.tar.gz) = 963762746ab99491541b4d3f25835f2a95aff82ac6b42b27bfee00212e683a9f +SIZE (passman_2.3.1334.tar.gz) = 2084548 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 13:55:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78F146748E7 for ; Wed, 29 Sep 2021 13:55:45 +0000 (UTC) (envelope-from decke@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKHvj2hHlz3nBB for ; Wed, 29 Sep 2021 13:55:45 +0000 (UTC) (envelope-from decke@freebsd.org) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: decke) by smtp.freebsd.org (Postfix) with ESMTPSA id 368ED2A142 for ; Wed, 29 Sep 2021 13:55:45 +0000 (UTC) (envelope-from decke@freebsd.org) Received: by mail-io1-f53.google.com with SMTP id y197so3184308iof.11 for ; Wed, 29 Sep 2021 06:55:45 -0700 (PDT) X-Gm-Message-State: AOAM5333H0arl1RF/5b3GqbPvhPQj3Z6LAPzzMMddoJhgaSpdGV3rJo4 v6Gsc99uitw+YUCujz/AkucpFgL5TTi3g/xKAq5HGA== X-Google-Smtp-Source: ABdhPJwrt9OSP7bI630d72RSElOxeBCien53ShFn0Eo58BNfhRCULmSVWYgyf2GwogO7uoibWo7RoGhXfiYaE2I4Fq4= X-Received: by 2002:a05:6638:192:: with SMTP id a18mr9437519jaq.96.1632923744462; Wed, 29 Sep 2021 06:55:44 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:6e02:178f:0:0:0:0 with HTTP; Wed, 29 Sep 2021 06:55:43 -0700 (PDT) In-Reply-To: References: <202109172138.18HLc4NF056932__21043.0593624309$1631914770$gmane$org@gitrepo.freebsd.org> From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= Date: Wed, 29 Sep 2021 15:55:43 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: f07b3de4630f - main - security/vuxml: update seatd 0.6.{0, 1} entry To: Jan Beich Cc: "ports-committers@freebsd.org" , "dev-commits-ports-all@freebsd.org" , "dev-commits-ports-main@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 13:55:45 -0000 On Saturday, September 18, 2021, Bernhard Fr=C3=B6hlich wrote: > On Friday, September 17, 2021, Jan Beich wrote: > >> Jan Beich writes: >> >> > The branch main has been updated by jbeich: >> > >> > URL: https://cgit.FreeBSD.org/ports/commit/?id=3Df07b3de4630f5062f4 >> de92232b6a5f5902ad21c8 >> > >> > commit f07b3de4630f5062f4de92232b6a5f5902ad21c8 >> > Author: Jan Beich >> > AuthorDate: 2021-09-17 21:34:14 +0000 >> > Commit: Jan Beich >> > CommitDate: 2021-09-17 21:37:59 +0000 >> > >> > security/vuxml: update seatd 0.6.{0,1} entry >> > >> > - Discovered 1 day before announcement >> > - Assigned CVE-2021-41387 >> >> Bernhard, can you check if sysutils/seatd now needs USES=3Dcpe? >> I've tried looking at NVD link[1] but it doesn't seem to list >> "Known Affected Software Configurations". >> >> [1] https://nvd.nist.gov/vuln/detail/CVE-2021-41387 >> > > The source oft truth is the CPE Dictionary but I could not find a matchin= g > entry yet. > > https://nvd.nist.gov/products/cpe/search/results? > namingFormat=3D2.3&keyword=3Dseatd > > This is a nice example to check the timing when it is added to the CPE > Dictionary. The CVE entry is currently in received state. > It took quite long but the CVE has switched to analyzed. https://nvd.nist.gov/vuln/detail/CVE-2021-41387 The used CPE is cpe:2.3:a:seatd_project:seatd so adding USES=3Dcpe and CPE_VENDOR=3Dseatd_project will be correct. Now I wonder when the CPE entry will be added to the CPE dictionary. --=20 Bernhard Froehlich http://www.bluelife.at/ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 13:58:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 02273674AFA; Wed, 29 Sep 2021 13:58:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKHyy6dHfz3nBy; Wed, 29 Sep 2021 13:58:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3C75194F4; Wed, 29 Sep 2021 13:58:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TDwYBN015055; Wed, 29 Sep 2021 13:58:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TDwYPl015054; Wed, 29 Sep 2021 13:58:34 GMT (envelope-from git) Date: Wed, 29 Sep 2021 13:58:34 GMT Message-Id: <202109291358.18TDwYPl015054@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: ae7fd2880de4 - main - mail/nextcloud-mail: Update 1.10.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ae7fd2880de4b267654a281e5ae7a2aabbad8c25 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 13:58:35 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae7fd2880de4b267654a281e5ae7a2aabbad8c25 commit ae7fd2880de4b267654a281e5ae7a2aabbad8c25 Author: Bernard Spil AuthorDate: 2021-09-29 13:58:26 +0000 Commit: Bernard Spil CommitDate: 2021-09-29 13:58:26 +0000 mail/nextcloud-mail: Update 1.10.5 --- mail/nextcloud-mail/Makefile | 2 +- mail/nextcloud-mail/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index 5e68435e4069..36dbca220a98 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil PORTNAME= mail -DISTVERSION= 1.10.4 +DISTVERSION= 1.10.5 DISTVERSIONPREFIX= v CATEGORIES= mail MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index af0c935fc594..59a0cba0d2bf 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631876428 -SHA256 (nextcloud/mail-1.10.4/mail.tar.gz) = 639476c5411dd4cc84930433e1f7e02649491966f8fc3b42a909df14817cc975 -SIZE (nextcloud/mail-1.10.4/mail.tar.gz) = 16161098 +TIMESTAMP = 1632922724 +SHA256 (nextcloud/mail-1.10.5/mail.tar.gz) = dcd464d249d2505b62c829839c61005ade12b2c476e146999d3e09f8a93e4738 +SIZE (nextcloud/mail-1.10.5/mail.tar.gz) = 16161888 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 13:59:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 651316748F8; Wed, 29 Sep 2021 13:59:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKHzX2QTwz3nFH; Wed, 29 Sep 2021 13:59:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32E0719459; Wed, 29 Sep 2021 13:59:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TDx4Gj015227; Wed, 29 Sep 2021 13:59:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TDx4OK015226; Wed, 29 Sep 2021 13:59:04 GMT (envelope-from git) Date: Wed, 29 Sep 2021 13:59:04 GMT Message-Id: <202109291359.18TDx4OK015226@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: 006857786652 - main - finance/gnucash: Update to 4.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 00685778665224ad0b79f6c118a26c05d9e749c3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 13:59:04 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=00685778665224ad0b79f6c118a26c05d9e749c3 commit 00685778665224ad0b79f6c118a26c05d9e749c3 Author: Guido Falsi AuthorDate: 2021-09-29 13:57:47 +0000 Commit: Guido Falsi CommitDate: 2021-09-29 13:58:59 +0000 finance/gnucash: Update to 4.8 --- finance/gnucash/Makefile | 2 +- finance/gnucash/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 46ef16c86be6..fd54134fe4a5 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,7 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 4.7 +PORTVERSION= 4.8 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index b0c8fa807ba7..0f9c18f6cbfa 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632691525 -SHA256 (gnucash-4.7.tar.bz2) = fc9ff34020cca560e5753d2b3bca2aab39d2adcf40836e18d0c935a7f7db2062 -SIZE (gnucash-4.7.tar.bz2) = 14677705 +TIMESTAMP = 1632862530 +SHA256 (gnucash-4.8.tar.bz2) = 15b8e4ff8336168eba88ef2faade377e5c5ff08e48b4660da1a33a8a407feb12 +SIZE (gnucash-4.8.tar.bz2) = 14679619 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 13:59:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A496E674B74; Wed, 29 Sep 2021 13:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKHzY3rSqz3n8Z; Wed, 29 Sep 2021 13:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5578D19520; Wed, 29 Sep 2021 13:59:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TDx5ks015251; Wed, 29 Sep 2021 13:59:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TDx5BK015250; Wed, 29 Sep 2021 13:59:05 GMT (envelope-from git) Date: Wed, 29 Sep 2021 13:59:05 GMT Message-Id: <202109291359.18TDx5BK015250@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: 8f7a453a352d - main - finance/gnucash-docs: Update to 4.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8f7a453a352d48dd4fdbe4d9effb45bafec0903f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 13:59:06 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f7a453a352d48dd4fdbe4d9effb45bafec0903f commit 8f7a453a352d48dd4fdbe4d9effb45bafec0903f Author: Guido Falsi AuthorDate: 2021-09-29 13:57:56 +0000 Commit: Guido Falsi CommitDate: 2021-09-29 13:58:59 +0000 finance/gnucash-docs: Update to 4.8 --- finance/gnucash-docs/Makefile | 2 +- finance/gnucash-docs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index ebea1857f45d..0b4857059540 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -2,7 +2,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -DISTVERSION= 4.7 +DISTVERSION= 4.8 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION} diff --git a/finance/gnucash-docs/distinfo b/finance/gnucash-docs/distinfo index 7b07e03dfffd..036c6d4f2450 100644 --- a/finance/gnucash-docs/distinfo +++ b/finance/gnucash-docs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632691650 -SHA256 (gnucash-docs-4.7.tar.gz) = 33fc05c9220247636c22bcd12227b95420a4991b9fdd9027e2fc29b16f58b03b -SIZE (gnucash-docs-4.7.tar.gz) = 65802097 +TIMESTAMP = 1632862572 +SHA256 (gnucash-docs-4.8.tar.gz) = 988011168a3ab2c3601a5af75f5caad89fb18a4e880311f3538b8fc7c9a068d3 +SIZE (gnucash-docs-4.8.tar.gz) = 65799136 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 14:02:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52CF7674E38; Wed, 29 Sep 2021 14:02:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKJ3T1mGvz3nlR; Wed, 29 Sep 2021 14:02:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1883E19726; Wed, 29 Sep 2021 14:02:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TE2SrH029434; Wed, 29 Sep 2021 14:02:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TE2SCG029433; Wed, 29 Sep 2021 14:02:28 GMT (envelope-from git) Date: Wed, 29 Sep 2021 14:02:28 GMT Message-Id: <202109291402.18TE2SCG029433@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: b7a379144b9f - main - www/nextcloud-calendar: Update to 2.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b7a379144b9fff738645ab017d3c2600ebe9b6cc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 14:02:29 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7a379144b9fff738645ab017d3c2600ebe9b6cc commit b7a379144b9fff738645ab017d3c2600ebe9b6cc Author: Bernard Spil AuthorDate: 2021-09-29 14:01:56 +0000 Commit: Bernard Spil CommitDate: 2021-09-29 14:02:15 +0000 www/nextcloud-calendar: Update to 2.3.4 --- www/nextcloud-calendar/Makefile | 2 +- www/nextcloud-calendar/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index 6f63a4453752..df6f144445ff 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil PORTNAME= calendar -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo index 03f57fae7e86..bf66723c94d9 100644 --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630840396 -SHA256 (nextcloud/calendar-2.3.3/calendar.tar.gz) = 35543e6866d3dc19dfee9a70a2de2143bc4b9c683cafbb316e6238f8b5736536 -SIZE (nextcloud/calendar-2.3.3/calendar.tar.gz) = 6378966 +TIMESTAMP = 1632922778 +SHA256 (nextcloud/calendar-2.3.4/calendar.tar.gz) = 3d6afadeb751bdcb1f5615a1d8683efefda64cc0a51ad9d16fb4d00b22097bde +SIZE (nextcloud/calendar-2.3.4/calendar.tar.gz) = 6383038 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 14:05:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2AEAC674E61; Wed, 29 Sep 2021 14:05:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKJ6m0dyGz3np5; Wed, 29 Sep 2021 14:05:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9F7A1988D; Wed, 29 Sep 2021 14:05:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TE5JZn029887; Wed, 29 Sep 2021 14:05:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TE5JM1029886; Wed, 29 Sep 2021 14:05:19 GMT (envelope-from git) Date: Wed, 29 Sep 2021 14:05:19 GMT Message-Id: <202109291405.18TE5JM1029886@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kyle Evans Subject: git: 46599b3120ea - main - devel/nexus2-oss: fix inappropriately transcribed patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 46599b3120eac3346eae74c4056cd294fbdd9922 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 14:05:20 -0000 The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=46599b3120eac3346eae74c4056cd294fbdd9922 commit 46599b3120eac3346eae74c4056cd294fbdd9922 Author: Kyle Evans AuthorDate: 2021-09-29 14:04:05 +0000 Commit: Kyle Evans CommitDate: 2021-09-29 14:05:18 +0000 devel/nexus2-oss: fix inappropriately transcribed patch PR: 252564 Pointyhat: kevans --- devel/nexus2-oss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/nexus2-oss/Makefile b/devel/nexus2-oss/Makefile index e0561140b721..3bc742f9f5da 100644 --- a/devel/nexus2-oss/Makefile +++ b/devel/nexus2-oss/Makefile @@ -1,5 +1,5 @@ PORTNAME= nexus2 -PORTVERSION= 2.14.02 +PORTVERSION= 2.14.20 DISTVERSIONSUFFIX= 02 CATEGORIES= devel www java MASTER_SITES= https://download.sonatype.com/nexus/oss/ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 14:07:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 831B9674EAD; Wed, 29 Sep 2021 14:07:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKJ9G3KJQz3pHT; Wed, 29 Sep 2021 14:07:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F79A1937E; Wed, 29 Sep 2021 14:07:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TE7Uo0030165; Wed, 29 Sep 2021 14:07:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TE7Uhj030164; Wed, 29 Sep 2021 14:07:30 GMT (envelope-from git) Date: Wed, 29 Sep 2021 14:07:30 GMT Message-Id: <202109291407.18TE7Uhj030164@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kyle Evans Subject: git: 9fb203bbb032 - 2021Q3 - devel/nexus2-oss: fix inappropriately transcribed patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 9fb203bbb03290926b3d5539d1982425838801b5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 14:07:30 -0000 The branch 2021Q3 has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fb203bbb03290926b3d5539d1982425838801b5 commit 9fb203bbb03290926b3d5539d1982425838801b5 Author: Kyle Evans AuthorDate: 2021-09-29 14:04:05 +0000 Commit: Kyle Evans CommitDate: 2021-09-29 14:07:09 +0000 devel/nexus2-oss: fix inappropriately transcribed patch PR: 252564 Pointyhat: kevans (cherry picked from commit 46599b3120eac3346eae74c4056cd294fbdd9922) --- devel/nexus2-oss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/nexus2-oss/Makefile b/devel/nexus2-oss/Makefile index b4f659defb6e..8863790a2085 100644 --- a/devel/nexus2-oss/Makefile +++ b/devel/nexus2-oss/Makefile @@ -1,5 +1,5 @@ PORTNAME= nexus2 -PORTVERSION= 2.14.02 +PORTVERSION= 2.14.20 DISTVERSIONSUFFIX= 02 CATEGORIES= devel www java MASTER_SITES= https://download.sonatype.com/nexus/oss/ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 14:12:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78B21675205; Wed, 29 Sep 2021 14:12:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKJGT2x6hz3pg7; Wed, 29 Sep 2021 14:12:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 448DE198AC; Wed, 29 Sep 2021 14:12:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TEC1pf042775; Wed, 29 Sep 2021 14:12:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TEC1uS042774; Wed, 29 Sep 2021 14:12:01 GMT (envelope-from git) Date: Wed, 29 Sep 2021 14:12:01 GMT Message-Id: <202109291412.18TEC1uS042774@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 413dae041a4d - main - sysutils/seatd: add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 413dae041a4da3082ae42e255960cdfce3d3bb5a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 14:12:01 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=413dae041a4da3082ae42e255960cdfce3d3bb5a commit 413dae041a4da3082ae42e255960cdfce3d3bb5a Author: Jan Beich AuthorDate: 2021-09-29 14:10:31 +0000 Commit: Jan Beich CommitDate: 2021-09-29 14:11:20 +0000 sysutils/seatd: add CPE information Reported by: decke --- sysutils/seatd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index 1f934cd06c37..a7f07225c85c 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -10,9 +10,10 @@ COMMENT= Minimal seat management daemon and universal library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 cpe meson pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} +CPE_VENDOR= ${PORTNAME}_project SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ "@(,video,4750) bin/${PORTNAME}-launch" \ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 14:39:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 337136753E4 for ; Wed, 29 Sep 2021 14:39:49 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKJtY0D6Cz3qwZ for ; Wed, 29 Sep 2021 14:39:48 +0000 (UTC) (envelope-from decke@bluelife.at) Received: by mail-il1-x135.google.com with SMTP id k13so3075025ilo.7 for ; Wed, 29 Sep 2021 07:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bB0adE5WQu7tEbXDJEV+Huz/CAQVLmf8FKBbMxAbiKI=; b=cMA90Rd3y+LwXNLYN7kvTwNwod4j2pCjYjRYny8QotZyiTduqB0XeIm3ezMRDfm2i+ rN0auy5YbRrXfljfb8LB7uotLPoA6mqHF3ftSaJ6n1PnVw2YgiDJhLjQM5WaDQzooSEi F+FJmyOGpxGrCsFUcQPO4aLe41++Axb+cwXyw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bB0adE5WQu7tEbXDJEV+Huz/CAQVLmf8FKBbMxAbiKI=; b=KCuBX2U0Xa4cu+YuGk9SWlcyRr4X3jlQmmIzoO8NB7yvoWxZAr+sQv1qeQtJJPLiey xDpP4rvVExxmU/Bh4NlY8dbZ4RMgG45TBvaoHE1VqAdhWWrT+3uSgN8jZ7qoV2IUKA+P 7g4EgiA1HaHSdkneqAt5gaV+eVRmC+8ACS1QMshOfsWc+v9hRDAH0cCGNqrIaKm+4L43 FDveWOFCzLVpTJqUiJCAfadzTaEfAMyPE5EtOMVwJ6dJ5+cBdzoaeyFaXAWfjdSNknQf AMKoFdbk6vlZgEtRsRMqTmsolpUZQdo2NHx5Z2MhvmNCSpXIZ1J1oF9rV9cR7Pn+kfRh hLJQ== X-Gm-Message-State: AOAM533/GaHTATZ5B0xTr2/oiaR00v76jM7vZpTxTvrGX01qvEdS/rUr BWJTI84fY8A07KOxyesSPy8nSJMOBuwEEXR4v0IhaQ== X-Google-Smtp-Source: ABdhPJyOhMQM6BFx7dYewt/u06E3+EGD/XI3B2E3FnHX0XcAzOyeOnqqeKCJ1QCT/uuKsamBknF4BsjpAuaODCNplGA= X-Received: by 2002:a92:cbc2:: with SMTP id s2mr15408ilq.228.1632926388252; Wed, 29 Sep 2021 07:39:48 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:6e02:178f:0:0:0:0 with HTTP; Wed, 29 Sep 2021 07:39:47 -0700 (PDT) In-Reply-To: <202109291412.18TEC1uS042774@gitrepo.freebsd.org> References: <202109291412.18TEC1uS042774@gitrepo.freebsd.org> From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= Date: Wed, 29 Sep 2021 16:39:47 +0200 Message-ID: Subject: Re: git: 413dae041a4d - main - sysutils/seatd: add CPE information To: Jan Beich Cc: "ports-committers@freebsd.org" , "dev-commits-ports-all@freebsd.org" , "dev-commits-ports-main@freebsd.org" X-Rspamd-Queue-Id: 4HKJtY0D6Cz3qwZ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 14:39:49 -0000 On Wednesday, September 29, 2021, Jan Beich wrote: > The branch main has been updated by jbeich: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D > 413dae041a4da3082ae42e255960cdfce3d3bb5a > > commit 413dae041a4da3082ae42e255960cdfce3d3bb5a > Author: Jan Beich > AuthorDate: 2021-09-29 14:10:31 +0000 > Commit: Jan Beich > CommitDate: 2021-09-29 14:11:20 +0000 > > sysutils/seatd: add CPE information > > Reported by: decke > --- > sysutils/seatd/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile > index 1f934cd06c37..a7f07225c85c 100644 > --- a/sysutils/seatd/Makefile > +++ b/sysutils/seatd/Makefile > @@ -10,9 +10,10 @@ COMMENT=3D Minimal seat management daemon and > universal library > LICENSE=3D MIT > LICENSE_FILE=3D ${WRKSRC}/LICENSE > > -USES=3D compiler:c11 meson pkgconfig > +USES=3D compiler:c11 cpe meson pkgconfig > USE_LDCONFIG=3D yes > USE_RC_SUBR=3D ${PORTNAME} > +CPE_VENDOR=3D ${PORTNAME}_project > SUB_FILES=3D pkg-message > PLIST_FILES=3D bin/${PORTNAME} \ > "@(,video,4750) bin/${PORTNAME}-launch" \ > Though this is technically correct I try to avoid using any variables in CPE_VENDOR because it may cause stupid mistakes in a slave port or after a repocopy or rename of the port. --=20 Bernhard Fr=C3=B6hlich http://www.bluelife.at/ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 15:12:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E794676230; Wed, 29 Sep 2021 15:12:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKKcB33CJz3sgc; Wed, 29 Sep 2021 15:12:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2161A1A995; Wed, 29 Sep 2021 15:12:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TFCQo9022973; Wed, 29 Sep 2021 15:12:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TFCQh8022972; Wed, 29 Sep 2021 15:12:26 GMT (envelope-from git) Date: Wed, 29 Sep 2021 15:12:26 GMT Message-Id: <202109291512.18TFCQh8022972@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Palle Girgensohn Subject: git: d0b63a3db938 - main - sysutils/rubygem-fluentd: update to 1.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: girgen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d0b63a3db9389eb1398a61c857796c670ed10b14 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 15:12:26 -0000 The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0b63a3db9389eb1398a61c857796c670ed10b14 commit d0b63a3db9389eb1398a61c857796c670ed10b14 Author: Palle Girgensohn AuthorDate: 2021-09-29 15:11:10 +0000 Commit: Palle Girgensohn CommitDate: 2021-09-29 15:12:14 +0000 sysutils/rubygem-fluentd: update to 1.14.1 Reported by: portscout --- sysutils/rubygem-fluentd/Makefile | 3 +-- sysutils/rubygem-fluentd/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sysutils/rubygem-fluentd/Makefile b/sysutils/rubygem-fluentd/Makefile index d39c98bd5350..726fcf123454 100644 --- a/sysutils/rubygem-fluentd/Makefile +++ b/sysutils/rubygem-fluentd/Makefile @@ -1,6 +1,5 @@ PORTNAME= fluentd -PORTVERSION= 1.13.3 -PORTREVISION= 1 +PORTVERSION= 1.14.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-fluentd/distinfo b/sysutils/rubygem-fluentd/distinfo index 654141335525..998d27adc167 100644 --- a/sysutils/rubygem-fluentd/distinfo +++ b/sysutils/rubygem-fluentd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628790091 -SHA256 (rubygem/fluentd-1.13.3.gem) = 9b9ddabae9419ee86b5f8d4ac84ee70e68d43110309085e988aef401525a698a -SIZE (rubygem/fluentd-1.13.3.gem) = 838656 +TIMESTAMP = 1632926709 +SHA256 (rubygem/fluentd-1.14.1.gem) = a34a4f10e3237de5071aec281e35706db5b0b4ca6eac1ca415a1ba66b13fc469 +SIZE (rubygem/fluentd-1.14.1.gem) = 847360 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 16:02:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7BE4367699D; Wed, 29 Sep 2021 16:02:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKLkK2wBHz4RHg; Wed, 29 Sep 2021 16:02:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43DB71B320; Wed, 29 Sep 2021 16:02:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TG2nN9089271; Wed, 29 Sep 2021 16:02:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TG2npD089270; Wed, 29 Sep 2021 16:02:49 GMT (envelope-from git) Date: Wed, 29 Sep 2021 16:02:49 GMT Message-Id: <202109291602.18TG2npD089270@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 25f80693d30c - main - graphics/hugin: update to 2020.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 25f80693d30cfcd0c4f21a947b9fc0aa090d061b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 16:02:49 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=25f80693d30cfcd0c4f21a947b9fc0aa090d061b commit 25f80693d30cfcd0c4f21a947b9fc0aa090d061b Author: Robert Clausecker AuthorDate: 2021-09-27 15:35:40 +0000 Commit: Fernando Apesteguía CommitDate: 2021-09-29 15:57:11 +0000 graphics/hugin: update to 2020.0.0 ChangeLog: http://hugin.sourceforge.net/releases/2020.0.0/en.shtml PR: 258355 Reported by: fuz@fuz.su (maintainer) --- graphics/hugin/Makefile | 24 +++++++++----------- graphics/hugin/distinfo | 6 ++--- .../files/patch-CMakeModules_FindOpenEXR.cmake | 26 ++++++++++++++++++---- graphics/hugin/pkg-plist | 9 ++++---- 4 files changed, 40 insertions(+), 25 deletions(-) diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index b9e3891542d7..79114a25856c 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,14 +1,15 @@ # Created by: Carlos Eduardo G. Carvalho PORTNAME= hugin -PORTVERSION= 2019.2.0 -PORTREVISION= 14 +PORTVERSION= 2020.0.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@fuz.su COMMENT= GUI for Panorama Tools, to stitch panoramic images +LICENSE= GPLv2 + LIB_DEPENDS= libOpenEXR.so:graphics/openexr \ libImath.so:math/Imath \ libboost_thread.so:devel/boost-libs \ @@ -24,25 +25,20 @@ RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \ exiftool:graphics/p5-Image-ExifTool \ gmake:devel/gmake -LICENSE= GPLv2 - -CFLAGS+= -I${LOCALBASE}/include/Imath - -BROKEN_i386= Fails to build: ld: error: src/hugin_base/libhuginbase.so.0.0: undefined reference to __atomic_load - USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ - jpeg pkgconfig shared-mime-info shebangfix sqlite tar:bzip2 xorg -CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} + jpeg pkgconfig shared-mime-info shebangfix sqlite tar:bzip2 xorg USE_GL= gl glew glu glut +INSTALLS_ICONS= yes USE_WX= 3.0+ USE_XORG= x11 -INSTALLS_ICONS= yes - SHEBANG_FILES= src/hugin_script_interface/hpi.py \ src/hugin_script_interface/plugins/*.py \ src/hugin_script_interface/plugins-dev/*.py +CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} +CFLAGS+= -I${LOCALBASE}/include/Imath + OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC PYTHON OPTIONS_DEFAULT= PANOMATIC PYTHON OPTIONS_SUB= yes @@ -54,8 +50,8 @@ AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c PYTHON_DESC= Python Scripting Interface -PYTHON_USES= python PYTHON_BUILD_DEPENDS= swig:devel/swig +PYTHON_USES= python PYTHON_CMAKE_ON= -DBUILD_HSI=ON PYTHON_CMAKE_OFF= -DBUILD_HSI=OFF diff --git a/graphics/hugin/distinfo b/graphics/hugin/distinfo index 98db4f7e3e5a..49df422fb817 100644 --- a/graphics/hugin/distinfo +++ b/graphics/hugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578804282 -SHA256 (hugin-2019.2.0.tar.bz2) = 8ba6bdfea246313f142f17f42e066c6888f51b72e4f8814b5e1c84ff56a95a3e -SIZE (hugin-2019.2.0.tar.bz2) = 10335030 +TIMESTAMP = 1631023500 +SHA256 (hugin-2020.0.0.tar.bz2) = 283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb +SIZE (hugin-2020.0.0.tar.bz2) = 10371301 diff --git a/graphics/hugin/files/patch-CMakeModules_FindOpenEXR.cmake b/graphics/hugin/files/patch-CMakeModules_FindOpenEXR.cmake index c11324c7eafe..8cd4c992c97f 100644 --- a/graphics/hugin/files/patch-CMakeModules_FindOpenEXR.cmake +++ b/graphics/hugin/files/patch-CMakeModules_FindOpenEXR.cmake @@ -1,10 +1,10 @@ ---- CMakeModules/FindOpenEXR.cmake.orig 2019-12-07 08:35:27 UTC +--- CMakeModules/FindOpenEXR.cmake.orig 2021-09-07 14:16:50 UTC +++ CMakeModules/FindOpenEXR.cmake @@ -35,7 +35,7 @@ ENDIF (NOT WIN32 OR MINGW) include(FindLibraryWithDebug) find_library_with_debug(OPENEXR_HALF_LIBRARY WIN32_DEBUG_POSTFIX d -- NAMES Half-2_3 Half +- NAMES Half-2_5 Half-2_4 Half-2_3 Half + NAMES Imath PATHS ${_OPENEXRLinkDir} @@ -13,16 +13,34 @@ find_library_with_debug(OPENEXR_IEX_LIBRARY WIN32_DEBUG_POSTFIX d -- NAMES Iex-2_3 Iex-2_2 Iex +- NAMES Iex-2_5 Iex-2_4 Iex-2_3 Iex-2_2 Iex + NAMES Iex PATHS ${_OPENEXRLinkDir} ${SYSTEM_LIB_DIRS} +@@ -55,7 +55,7 @@ ENDIF (NOT WIN32 OR MINGW) + + find_library_with_debug(OPENEXR_ILMTHREAD_LIBRARY + WIN32_DEBUG_POSTFIX d +- NAMES IlmThread-2_5 IlmThread-2_4 IlmThread-2_3 IlmThread-2_2 IlmThread ++ NAMES IlmThread + PATHS + ${_OPENEXRLinkDir} + ${SYSTEM_LIB_DIRS} +@@ -65,7 +65,7 @@ ENDIF (NOT WIN32 OR MINGW) + + find_library_with_debug(OPENEXR_IMATH_LIBRARY + WIN32_DEBUG_POSTFIX d +- NAMES Imath-2_5 Imath-2_4 Imath-2_3 Imath-2_2 Imath ++ NAMES Imath + PATHS + ${_OPENEXRLinkDir} + ${SYSTEM_LIB_DIRS} @@ -76,7 +76,7 @@ ENDIF (NOT WIN32 OR MINGW) find_library_with_debug(OPENEXR_ILMIMF_LIBRARY WIN32_DEBUG_POSTFIX d -- NAMES IlmImf-2_3 IlmImf-2_2 IlmImf +- NAMES IlmImf-2_5 IlmImf-2_4 IlmImf-2_3 IlmImf-2_2 IlmImf + NAMES OpenEXR PATHS ${_OPENEXRLinkDir} diff --git a/graphics/hugin/pkg-plist b/graphics/hugin/pkg-plist index 6420cbdeb96d..106c30458c81 100644 --- a/graphics/hugin/pkg-plist +++ b/graphics/hugin/pkg-plist @@ -54,6 +54,7 @@ man/man1/hugin.1.gz man/man1/hugin_executor.1.gz man/man1/hugin_hdrmerge.1.gz man/man1/hugin_lensdb.1.gz +man/man1/hugin_stacker.1.gz man/man1/hugin_stitch_project.1.gz man/man1/icpfind.1.gz man/man1/linefind.1.gz @@ -70,9 +71,6 @@ man/man1/pto_var.1.gz man/man1/tca_correct.1.gz man/man1/verdandi.1.gz man/man1/vig_optimize.1.gz -share/appdata/PTBatcherGUI.appdata.xml -share/appdata/calibrate_lens_gui.appdata.xml -share/appdata/hugin.appdata.xml share/applications/PTBatcherGUI.desktop share/applications/calibrate_lens_gui.desktop share/applications/hugin.desktop @@ -564,7 +562,7 @@ share/applications/pto_gen.desktop %%DATADIR%%/xrc/pref_dialog.xrc %%DATADIR%%/xrc/preview_frame.xrc %%DATADIR%%/xrc/reset_dialog.xrc -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.png +share/icons/gnome/48x48/mimetypes/application-x-ptoptimizer-script.png share/icons/hicolor/128x128/apps/hugin.png share/icons/hicolor/128x128/apps/ptbatcher.png share/icons/hicolor/16x16/apps/hugin.png @@ -599,4 +597,7 @@ share/locale/sk/LC_MESSAGES/hugin.mo share/locale/sv/LC_MESSAGES/hugin.mo share/locale/zh_CN/LC_MESSAGES/hugin.mo share/locale/zh_TW/LC_MESSAGES/hugin.mo +share/metainfo/PTBatcherGUI.appdata.xml +share/metainfo/calibrate_lens_gui.appdata.xml +share/metainfo/hugin.appdata.xml share/mime/packages/hugin.xml From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 16:21:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17B6C6768D4; Wed, 29 Sep 2021 16:21:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKM836xNmz4SVK; Wed, 29 Sep 2021 16:21:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEA501B6A6; Wed, 29 Sep 2021 16:21:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TGLdlU015194; Wed, 29 Sep 2021 16:21:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TGLdhm015193; Wed, 29 Sep 2021 16:21:39 GMT (envelope-from git) Date: Wed, 29 Sep 2021 16:21:39 GMT Message-Id: <202109291621.18TGLdhm015193@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: ea1746fc7481 - main - ftp/gftp: Update to 2.7.0b MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ea1746fc748177dad26b26b28d9468bda9db96b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 16:21:40 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea1746fc748177dad26b26b28d9468bda9db96b9 commit ea1746fc748177dad26b26b28d9468bda9db96b9 Author: Kevin Bowling AuthorDate: 2021-09-29 16:20:33 +0000 Commit: Kevin Bowling CommitDate: 2021-09-29 16:20:33 +0000 ftp/gftp: Update to 2.7.0b This is technically a "beta" but the release version is ancient and this version is being shipped by Debian/Ubuntu/Arch/Slackware. PR: 258522 Approved by: maintainer timeout --- ftp/gftp/Makefile | 18 ++++++++++------ ftp/gftp/distinfo | 5 +++-- ftp/gftp/files/patch-lib_charset-conv.c | 38 --------------------------------- ftp/gftp/pkg-plist | 32 +++++++++++++++------------ 4 files changed, 33 insertions(+), 60 deletions(-) diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 495c5a3fc86e..7e97037bf596 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -1,25 +1,31 @@ # Created by: Damjan Marion PORTNAME= gftp -PORTVERSION= 2.0.19 -PORTREVISION= 6 +PORTVERSION= 2.7.0b CATEGORIES= ftp -MASTER_SITES= http://gftp.seul.org/ MAINTAINER= oliver@FreeBSD.org COMMENT= Free multithreaded GTK-based FTP and SFTP client LICENSE= GPLv2 -USES= gnome pathfix pkgconfig ssl tar:bzip2 -GNU_CONFIGURE= yes +USES= autoreconf gnome gmake libtool pathfix pkgconfig ssl tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= masneyb USE_GNOME= glib20 gtk20 + +GNU_CONFIGURE= yes + CFLAGS+= -D_WANT_SEMUN OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext +NLS_USE= GNOME=intltool NLS_CONFIGURE_OFF= --disable-nls +post-patch: + @${TOUCH} ${WRKSRC}/config.rpath + .include diff --git a/ftp/gftp/distinfo b/ftp/gftp/distinfo index db02b17c1634..48716137aad0 100644 --- a/ftp/gftp/distinfo +++ b/ftp/gftp/distinfo @@ -1,2 +1,3 @@ -SHA256 (gftp-2.0.19.tar.bz2) = 5306a46be96d6f4d23906cb1836fb3d732039621a6c7fcfa921acc21ac110bfd -SIZE (gftp-2.0.19.tar.bz2) = 1687167 +TIMESTAMP = 1631708866 +SHA256 (masneyb-gftp-2.7.0b_GH0.tar.gz) = 164651e19c840e5df148e905fbfcf4d24c65204a2df078dc98ad6c95a421e7f4 +SIZE (masneyb-gftp-2.7.0b_GH0.tar.gz) = 1618157 diff --git a/ftp/gftp/files/patch-lib_charset-conv.c b/ftp/gftp/files/patch-lib_charset-conv.c deleted file mode 100644 index 4661f4a6b0ba..000000000000 --- a/ftp/gftp/files/patch-lib_charset-conv.c +++ /dev/null @@ -1,38 +0,0 @@ ---- lib/charset-conv.c.orig 2008-03-04 12:18:03 UTC -+++ lib/charset-conv.c -@@ -230,7 +230,7 @@ gftp_filename_from_utf8 (gftp_request * - #else - - char * --gftp_string_to_utf8 (gftp_request * request, const char *str, size_t dest_len) -+gftp_string_to_utf8 (gftp_request * request, const char *str, size_t *dest_len) - { - return (NULL); - } -@@ -238,22 +238,22 @@ gftp_string_to_utf8 (gftp_request * requ - - char * - gftp_string_from_utf8 (gftp_request * request, int force_local, const char *str, -- size_t dest_len) -+ size_t *dest_len) - { - return (NULL); - } - - - char * --gftp_filename_to_utf8 (gftp_request * request, const char *str, size_t dest_len) -+gftp_filename_to_utf8 (gftp_request * request, const char *str, size_t *dest_len) - { - return (NULL); - } - - - char * --gftp_filename_from_utf8 (gftp_request * request, int force_local, -- const char *str, size_t dest_len) -+gftp_filename_from_utf8 (gftp_request * request, -+ const char *str, size_t *dest_len) - { - return (NULL); - } diff --git a/ftp/gftp/pkg-plist b/ftp/gftp/pkg-plist index aeff3a984ce1..2c94155062b4 100644 --- a/ftp/gftp/pkg-plist +++ b/ftp/gftp/pkg-plist @@ -4,45 +4,41 @@ bin/gftp-text man/man1/gftp.1.gz share/applications/gftp.desktop share/pixmaps/gftp.png -%%DATADIR%%/COPYING +share/icons/hicolor/16x16/apps/gftp.png +share/icons/hicolor/22x22/apps/gftp.png +share/icons/hicolor/32x32/apps/gftp.png +share/icons/hicolor/48x48/apps/gftp.png +share/icons/hicolor/scalable/apps/gftp.svg %%DATADIR%%/bookmarks -%%DATADIR%%/connect.xpm %%DATADIR%%/deb.xpm %%DATADIR%%/diff.xpm %%DATADIR%%/dir.xpm %%DATADIR%%/doc.xpm %%DATADIR%%/dotdot.xpm -%%DATADIR%%/down.xpm %%DATADIR%%/exe.xpm -%%DATADIR%%/gftp-16x16.png -%%DATADIR%%/gftp-22x22.png -%%DATADIR%%/gftp-24x24.png -%%DATADIR%%/gftp-32x32.png -%%DATADIR%%/gftp-48x48.png %%DATADIR%%/gftp-logo.xpm -%%DATADIR%%/gftp-scalable.svg -%%DATADIR%%/gftp.xpm +%%DATADIR%%/gftp.png %%DATADIR%%/gftprc %%DATADIR%%/img.xpm -%%DATADIR%%/left.xpm %%DATADIR%%/linkdir.xpm %%DATADIR%%/linkfile.xpm %%DATADIR%%/man.xpm %%DATADIR%%/open_dir.xpm -%%DATADIR%%/right.xpm %%DATADIR%%/rpm.xpm %%DATADIR%%/sound.xpm -%%DATADIR%%/stop.xpm %%DATADIR%%/tar.xpm %%DATADIR%%/txt.xpm -%%DATADIR%%/up.xpm %%DATADIR%%/world.xpm %%NLS%%share/locale/am/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ar/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/as/LC_MESSAGES/gftp.mo %%NLS%%share/locale/az/LC_MESSAGES/gftp.mo %%NLS%%share/locale/be/LC_MESSAGES/gftp.mo %%NLS%%share/locale/bg/LC_MESSAGES/gftp.mo %%NLS%%share/locale/bn/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/bn_IN/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/bs/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ca/LC_MESSAGES/gftp.mo %%NLS%%share/locale/cs/LC_MESSAGES/gftp.mo %%NLS%%share/locale/da/LC_MESSAGES/gftp.mo @@ -51,27 +47,33 @@ share/pixmaps/gftp.png %%NLS%%share/locale/el/LC_MESSAGES/gftp.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/gftp.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/eo/LC_MESSAGES/gftp.mo %%NLS%%share/locale/es/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/eu/LC_MESSAGES/gftp.mo %%NLS%%share/locale/fi/LC_MESSAGES/gftp.mo %%NLS%%share/locale/fr/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ga/LC_MESSAGES/gftp.mo %%NLS%%share/locale/gl/LC_MESSAGES/gftp.mo %%NLS%%share/locale/gu/LC_MESSAGES/gftp.mo %%NLS%%share/locale/he/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/hi/LC_MESSAGES/gftp.mo %%NLS%%share/locale/hr/LC_MESSAGES/gftp.mo %%NLS%%share/locale/hu/LC_MESSAGES/gftp.mo %%NLS%%share/locale/it/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ja/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/kn/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ko/LC_MESSAGES/gftp.mo %%NLS%%share/locale/lt/LC_MESSAGES/gftp.mo %%NLS%%share/locale/lv/LC_MESSAGES/gftp.mo %%NLS%%share/locale/mk/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ml/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/mr/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ms/LC_MESSAGES/gftp.mo %%NLS%%share/locale/nb/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ne/LC_MESSAGES/gftp.mo %%NLS%%share/locale/nl/LC_MESSAGES/gftp.mo %%NLS%%share/locale/oc/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/or/LC_MESSAGES/gftp.mo %%NLS%%share/locale/pa/LC_MESSAGES/gftp.mo %%NLS%%share/locale/pl/LC_MESSAGES/gftp.mo %%NLS%%share/locale/pt/LC_MESSAGES/gftp.mo @@ -80,11 +82,13 @@ share/pixmaps/gftp.png %%NLS%%share/locale/ru/LC_MESSAGES/gftp.mo %%NLS%%share/locale/rw/LC_MESSAGES/gftp.mo %%NLS%%share/locale/sk/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/sl/LC_MESSAGES/gftp.mo %%NLS%%share/locale/sq/LC_MESSAGES/gftp.mo %%NLS%%share/locale/sr/LC_MESSAGES/gftp.mo %%NLS%%share/locale/sr@Latn/LC_MESSAGES/gftp.mo %%NLS%%share/locale/sv/LC_MESSAGES/gftp.mo %%NLS%%share/locale/ta/LC_MESSAGES/gftp.mo +%%NLS%%share/locale/te/LC_MESSAGES/gftp.mo %%NLS%%share/locale/th/LC_MESSAGES/gftp.mo %%NLS%%share/locale/tr/LC_MESSAGES/gftp.mo %%NLS%%share/locale/uk/LC_MESSAGES/gftp.mo From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 16:43:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 34DCB677494; Wed, 29 Sep 2021 16:43:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKMd90XBlz4TlQ; Wed, 29 Sep 2021 16:43:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6AE11BAE7; Wed, 29 Sep 2021 16:43:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TGhOYm041856; Wed, 29 Sep 2021 16:43:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TGhOsP041855; Wed, 29 Sep 2021 16:43:24 GMT (envelope-from git) Date: Wed, 29 Sep 2021 16:43:24 GMT Message-Id: <202109291643.18TGhOsP041855@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: c179cf45e0ae - main - devel/php-composer2: Update to 2.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c179cf45e0aed9319e1c95f7d4702b172d90bc45 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 16:43:25 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=c179cf45e0aed9319e1c95f7d4702b172d90bc45 commit c179cf45e0aed9319e1c95f7d4702b172d90bc45 Author: Guido Falsi AuthorDate: 2021-09-29 16:41:07 +0000 Commit: Guido Falsi CommitDate: 2021-09-29 16:43:15 +0000 devel/php-composer2: Update to 2.1.8 PR: 258780 Approved by: Naram Qashat (maintainer) --- devel/php-composer2/Makefile | 2 +- devel/php-composer2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/php-composer2/Makefile b/devel/php-composer2/Makefile index 9972a591b891..ebcf676661c4 100644 --- a/devel/php-composer2/Makefile +++ b/devel/php-composer2/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= composer -DISTVERSION= 2.1.6 +DISTVERSION= 2.1.8 CATEGORIES= devel MASTER_SITES= https://getcomposer.org/download/${DISTVERSION}/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/devel/php-composer2/distinfo b/devel/php-composer2/distinfo index 5476c894ec83..4abf3490b5d0 100644 --- a/devel/php-composer2/distinfo +++ b/devel/php-composer2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630344580 -SHA256 (composer-2.1.6/composer.phar) = 72524ccebcb071968eb83284507225fdba59f223719b2b3f333d76c8a9ac6b72 -SIZE (composer-2.1.6/composer.phar) = 2258604 +TIMESTAMP = 1632862077 +SHA256 (composer-2.1.8/composer.phar) = 77b8aca1b41174a67f27be066558f8a96f489916f4cded2bead3cab6a3f33590 +SIZE (composer-2.1.8/composer.phar) = 2262733 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:06:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73F9F677A84; Wed, 29 Sep 2021 17:06:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKN802vwVz4X9r; Wed, 29 Sep 2021 17:06:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40D3C1C038; Wed, 29 Sep 2021 17:06:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TH6eOB069080; Wed, 29 Sep 2021 17:06:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TH6eEi069079; Wed, 29 Sep 2021 17:06:40 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:06:40 GMT Message-Id: <202109291706.18TH6eEi069079@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: 800136cbd99f - main - net-mgmt/check_ssl_cert: update to 2.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 800136cbd99fb1761b85a59f34e53ca631fd7118 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:06:40 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=800136cbd99fb1761b85a59f34e53ca631fd7118 commit 800136cbd99fb1761b85a59f34e53ca631fd7118 Author: Christoph Moench-Tegeder AuthorDate: 2021-09-29 17:06:08 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-09-29 17:06:08 +0000 net-mgmt/check_ssl_cert: update to 2.8.0 https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.8.0 --- net-mgmt/check_ssl_cert/Makefile | 2 +- net-mgmt/check_ssl_cert/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/check_ssl_cert/Makefile b/net-mgmt/check_ssl_cert/Makefile index 80f15c2dd2dc..2cecb8d174e7 100644 --- a/net-mgmt/check_ssl_cert/Makefile +++ b/net-mgmt/check_ssl_cert/Makefile @@ -1,6 +1,6 @@ PORTNAME= check_ssl_cert DISTVERSIONPREFIX= v -DISTVERSION= 2.7.0 +DISTVERSION= 2.8.0 CATEGORIES= net-mgmt MAINTAINER= cmt@FreeBSD.org diff --git a/net-mgmt/check_ssl_cert/distinfo b/net-mgmt/check_ssl_cert/distinfo index 4fe2782a1559..533a2cab29d0 100644 --- a/net-mgmt/check_ssl_cert/distinfo +++ b/net-mgmt/check_ssl_cert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632505495 -SHA256 (matteocorti-check_ssl_cert-v2.7.0_GH0.tar.gz) = 8976c2de66ae3f5bf3665db90eead8ad7e19498e67ed9bfe72b21575868a7ed8 -SIZE (matteocorti-check_ssl_cert-v2.7.0_GH0.tar.gz) = 246316 +TIMESTAMP = 1632926553 +SHA256 (matteocorti-check_ssl_cert-v2.8.0_GH0.tar.gz) = f195d0b6c918ed8ea50d326f9daa89d62bf19690b3ea6461a1c64e00159cfd92 +SIZE (matteocorti-check_ssl_cert-v2.8.0_GH0.tar.gz) = 249204 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:20:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7E376776F2; Wed, 29 Sep 2021 17:20:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKNRb5KK9z4Ymn; Wed, 29 Sep 2021 17:20:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 969021C397; Wed, 29 Sep 2021 17:20:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18THKBSg086772; Wed, 29 Sep 2021 17:20:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18THKBRp086764; Wed, 29 Sep 2021 17:20:11 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:20:11 GMT Message-Id: <202109291720.18THKBRp086764@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: ab1c2c47aba8 - main - devel/gsoap: Add SSL path to CFLAGS and LDFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ab1c2c47aba883c63f6763fbee1d9a1bf86ed2a0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:20:11 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab1c2c47aba883c63f6763fbee1d9a1bf86ed2a0 commit ab1c2c47aba883c63f6763fbee1d9a1bf86ed2a0 Author: Felix Palmen AuthorDate: 2021-09-29 17:17:24 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-29 17:18:58 +0000 devel/gsoap: Add SSL path to CFLAGS and LDFLAGS - Remove old libressl-related changes PR: 258182 Reported by: rozhuk.im@gmail.com --- devel/gsoap/Makefile | 4 +- ...oap_VisualStudio2005_wsdl2h_wsdl2h_stdsoap2.cpp | 20 --------- devel/gsoap/files/patch-gsoap_plugin_mecevp.c | 20 --------- devel/gsoap/files/patch-gsoap_plugin_smdevp.c | 47 ---------------------- ..._samples_calc__vs2005_calc__vs2005_stdsoap2.cpp | 20 --------- devel/gsoap/files/patch-gsoap_stdsoap2.c | 18 --------- devel/gsoap/files/patch-gsoap_stdsoap2.cpp | 18 --------- 7 files changed, 3 insertions(+), 144 deletions(-) diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 5317545878de..0564f42087da 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -2,6 +2,7 @@ PORTNAME= gsoap PORTVERSION= 2.8.117 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2 DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -29,7 +30,8 @@ GNUTLS_CONFIGURE_ON= --enable-gnutls GNUTLS_LDFLAGS= -L${LOCALBASE}/lib OPENSSL_CONFIGURE_ENABLE= ssl IPV6_CONFIGURE_ENABLE= ipv6 -CFLAGS+= -fPIC +CFLAGS+= -fPIC -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} PORTSCOUT= limit:^2\.8\.[0-9][0-9][0-9]$ diff --git a/devel/gsoap/files/patch-gsoap_VisualStudio2005_wsdl2h_wsdl2h_stdsoap2.cpp b/devel/gsoap/files/patch-gsoap_VisualStudio2005_wsdl2h_wsdl2h_stdsoap2.cpp deleted file mode 100644 index 26401ae27bde..000000000000 --- a/devel/gsoap/files/patch-gsoap_VisualStudio2005_wsdl2h_wsdl2h_stdsoap2.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.cpp.orig 2019-02-10 15:19:37 UTC -+++ gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.cpp -@@ -4306,7 +4306,7 @@ ssl_auth_init(struct soap *soap) - ERR_clear_error(); - if (!soap->ctx) - { --#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)) - /* TLS_method: a TLS/SSL connection established may understand the SSLv3, TLSv1, TLSv1.1 and TLSv1.2 protocols. */ - soap->ctx = SSL_CTX_new(TLS_method()); - #else -@@ -4394,7 +4394,7 @@ ssl_auth_init(struct soap *soap) - #endif - if ((soap->ssl_flags & SOAP_SSL_RSA)) - { --#if OPENSSL_VERSION_NUMBER >= 0x10002000L -+#if (OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)) - if (SSL_CTX_need_tmp_RSA(soap->ctx)) - { - unsigned long e = RSA_F4; diff --git a/devel/gsoap/files/patch-gsoap_plugin_mecevp.c b/devel/gsoap/files/patch-gsoap_plugin_mecevp.c deleted file mode 100644 index 53e0fa46df07..000000000000 --- a/devel/gsoap/files/patch-gsoap_plugin_mecevp.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gsoap/plugin/mecevp.c.orig 2019-01-27 15:50:03 UTC -+++ gsoap/plugin/mecevp.c -@@ -336,7 +336,7 @@ soap_mec_init(struct soap *soap, struct soap_mec_data - int ok = 1; - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_mec_init()\n")); - soap_ssl_init(); --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) - data->ctx = (EVP_CIPHER_CTX*)SOAP_MALLOC(soap, sizeof(EVP_CIPHER_CTX)); - if (data->ctx) - EVP_CIPHER_CTX_init(data->ctx); -@@ -500,7 +500,7 @@ soap_mec_cleanup(struct soap *soap, struct soap_mec_da - data->type = NULL; - if (data->ctx) - { --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) - EVP_CIPHER_CTX_cleanup(data->ctx); - SOAP_FREE(soap, data->ctx); - #else diff --git a/devel/gsoap/files/patch-gsoap_plugin_smdevp.c b/devel/gsoap/files/patch-gsoap_plugin_smdevp.c deleted file mode 100644 index c58c88217409..000000000000 --- a/devel/gsoap/files/patch-gsoap_plugin_smdevp.c +++ /dev/null @@ -1,47 +0,0 @@ ---- gsoap/plugin/smdevp.c.orig 2018-07-22 18:18:22 UTC -+++ gsoap/plugin/smdevp.c -@@ -480,7 +480,7 @@ soap_smd_init(struct soap *soap, struct soap_smd_data - /* allocate and init the OpenSSL HMAC or EVP_MD context */ - if ((alg & SOAP_SMD_ALGO) == SOAP_SMD_HMAC) - { --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) - data->ctx = (void*)SOAP_MALLOC(soap, sizeof(HMAC_CTX)); - if (data->ctx) - HMAC_CTX_init((HMAC_CTX*)data->ctx); -@@ -490,7 +490,7 @@ soap_smd_init(struct soap *soap, struct soap_smd_data - } - else - { --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) - data->ctx = (void*)SOAP_MALLOC(soap, sizeof(EVP_MD_CTX)); - if (data->ctx) - EVP_MD_CTX_init((EVP_MD_CTX*)data->ctx); -@@ -510,7 +510,7 @@ soap_smd_init(struct soap *soap, struct soap_smd_data - case SOAP_SMD_SHA1: - type = EVP_sha1(); - break; --#if (OPENSSL_VERSION_NUMBER >= 0x0090800fL) -+#if (OPENSSL_VERSION_NUMBER >= 0x0090800fL || defined(LIBRESSL_VERSION_NUMBER)) - case SOAP_SMD_SHA224: - type = EVP_sha224(); - break; -@@ -662,7 +662,7 @@ soap_smd_cleanup(struct soap *soap, struct soap_smd_da - (void)soap; - if (data->ctx) - { --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) - if ((data->alg & SOAP_SMD_ALGO) == SOAP_SMD_HMAC) - HMAC_CTX_cleanup((HMAC_CTX*)data->ctx); - else -@@ -706,7 +706,7 @@ soap_smd_check(struct soap *soap, struct soap_smd_data - } - if (data->ctx) - { --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) - if ((data->alg & SOAP_SMD_ALGO) == SOAP_SMD_HMAC) - HMAC_CTX_cleanup((HMAC_CTX*)data->ctx); - else diff --git a/devel/gsoap/files/patch-gsoap_samples_calc__vs2005_calc__vs2005_stdsoap2.cpp b/devel/gsoap/files/patch-gsoap_samples_calc__vs2005_calc__vs2005_stdsoap2.cpp deleted file mode 100644 index 94e8866dfb92..000000000000 --- a/devel/gsoap/files/patch-gsoap_samples_calc__vs2005_calc__vs2005_stdsoap2.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.cpp.orig 2019-02-10 15:19:36 UTC -+++ gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.cpp -@@ -4306,7 +4306,7 @@ ssl_auth_init(struct soap *soap) - ERR_clear_error(); - if (!soap->ctx) - { --#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)) - /* TLS_method: a TLS/SSL connection established may understand the SSLv3, TLSv1, TLSv1.1 and TLSv1.2 protocols. */ - soap->ctx = SSL_CTX_new(TLS_method()); - #else -@@ -4394,7 +4394,7 @@ ssl_auth_init(struct soap *soap) - #endif - if ((soap->ssl_flags & SOAP_SSL_RSA)) - { --#if OPENSSL_VERSION_NUMBER >= 0x10002000L -+#if (OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)) - if (SSL_CTX_need_tmp_RSA(soap->ctx)) - { - unsigned long e = RSA_F4; diff --git a/devel/gsoap/files/patch-gsoap_stdsoap2.c b/devel/gsoap/files/patch-gsoap_stdsoap2.c index d0d757d904bc..86867dc0ab30 100644 --- a/devel/gsoap/files/patch-gsoap_stdsoap2.c +++ b/devel/gsoap/files/patch-gsoap_stdsoap2.c @@ -1,23 +1,5 @@ --- gsoap/stdsoap2.c.orig 2019-02-10 15:19:37 UTC +++ gsoap/stdsoap2.c -@@ -4306,7 +4306,7 @@ ssl_auth_init(struct soap *soap) - ERR_clear_error(); - if (!soap->ctx) - { --#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)) - /* TLS_method: a TLS/SSL connection established may understand the SSLv3, TLSv1, TLSv1.1 and TLSv1.2 protocols. */ - soap->ctx = SSL_CTX_new(TLS_method()); - #else -@@ -4394,7 +4394,7 @@ ssl_auth_init(struct soap *soap) - #endif - if ((soap->ssl_flags & SOAP_SSL_RSA)) - { --#if OPENSSL_VERSION_NUMBER >= 0x10002000L -+#if (OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)) - if (SSL_CTX_need_tmp_RSA(soap->ctx)) - { - unsigned long e = RSA_F4; @@ -4473,10 +4473,12 @@ ssl_auth_init(struct soap *soap) minv = TLS1_1_VERSION; else if ((soap->ssl_flags & SOAP_TLSv1_2)) diff --git a/devel/gsoap/files/patch-gsoap_stdsoap2.cpp b/devel/gsoap/files/patch-gsoap_stdsoap2.cpp index 875fd94dee5a..674c2b137633 100644 --- a/devel/gsoap/files/patch-gsoap_stdsoap2.cpp +++ b/devel/gsoap/files/patch-gsoap_stdsoap2.cpp @@ -1,23 +1,5 @@ --- gsoap/stdsoap2.cpp.orig 2019-02-10 15:19:37 UTC +++ gsoap/stdsoap2.cpp -@@ -4306,7 +4306,7 @@ ssl_auth_init(struct soap *soap) - ERR_clear_error(); - if (!soap->ctx) - { --#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)) - /* TLS_method: a TLS/SSL connection established may understand the SSLv3, TLSv1, TLSv1.1 and TLSv1.2 protocols. */ - soap->ctx = SSL_CTX_new(TLS_method()); - #else -@@ -4394,7 +4394,7 @@ ssl_auth_init(struct soap *soap) - #endif - if ((soap->ssl_flags & SOAP_SSL_RSA)) - { --#if OPENSSL_VERSION_NUMBER >= 0x10002000L -+#if (OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)) - if (SSL_CTX_need_tmp_RSA(soap->ctx)) - { - unsigned long e = RSA_F4; @@ -4473,10 +4473,12 @@ ssl_auth_init(struct soap *soap) minv = TLS1_1_VERSION; else if ((soap->ssl_flags & SOAP_TLSv1_2)) From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:21:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8D97677F0D; Wed, 29 Sep 2021 17:21:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKNSp6Jn4z4Yrq; Wed, 29 Sep 2021 17:21:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8F781C074; Wed, 29 Sep 2021 17:21:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18THLEoJ091611; Wed, 29 Sep 2021 17:21:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18THLEsF091610; Wed, 29 Sep 2021 17:21:14 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:21:14 GMT Message-Id: <202109291721.18THLEsF091610@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: b25605cc0ccf - main - sysutils/ltfs: Update to 2.4.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b25605cc0ccf7645daba0a9a1448440748bc2e5c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:21:15 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=b25605cc0ccf7645daba0a9a1448440748bc2e5c commit b25605cc0ccf7645daba0a9a1448440748bc2e5c Author: Kevin Bowling AuthorDate: 2021-09-29 16:27:04 +0000 Commit: Kevin Bowling CommitDate: 2021-09-29 17:21:09 +0000 sysutils/ltfs: Update to 2.4.4.0 Port changes: Add options for DEBUG and SNMP, reformat. ltfs changes: * Support LTO9 drives * Fixed and improved MAM handling in cases where MAM might not update correctly during write errors, so that LTFS correctly searches for the latest index position of the tape for these cases. * FreeBSD 12 build fix Changes: https://github.com/LinearTapeFileSystem/ltfs/compare/v2.4.3.1-10461...v2.4.4.0-10470 --- sysutils/ltfs/Makefile | 45 +++++++++++++++++++++++++++++++-------------- sysutils/ltfs/distinfo | 6 +++--- sysutils/ltfs/pkg-plist | 5 +++-- 3 files changed, 37 insertions(+), 19 deletions(-) diff --git a/sysutils/ltfs/Makefile b/sysutils/ltfs/Makefile index 802924d559f6..4767f7f85042 100644 --- a/sysutils/ltfs/Makefile +++ b/sysutils/ltfs/Makefile @@ -1,32 +1,49 @@ # Created by: Kevin Bowling -PORTNAME= ltfs +PORTNAME= ltfs DISTVERSIONPREFIX= v -DISTVERSION= 2.4.3.1 -DISTVERSIONSUFFIX= -10461 -PORTREVISION= 1 -CATEGORIES= sysutils +DISTVERSION= 2.4.4.0 +DISTVERSIONSUFFIX= -10470 +CATEGORIES= sysutils MAINTAINER= kbowling@FreeBSD.org COMMENT= Reference implementation of LTFS for stand-alone tape drive LICENSE= BSD3CLAUSE -LICENSE_FILE = ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libicudata.so:devel/icu \ - libnetsnmp.so:net-mgmt/net-snmp \ libpkg.so:${PKG_ORIGIN} \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig ssl +USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig \ + python shebangfix ssl + +USE_GITHUB= yes +GH_ACCOUNT= LinearTapeFileSystem +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +SHEBANG_FILES= src/utils/ltfs_ordered_copy + +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-icu-6x -GH_ACCOUNT= LinearTapeFileSystem -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USE_GITHUB= yes -USE_GNOME= libxml2 -USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= DEBUG SNMP +OPTIONS_SUB= yes + +DEBUG_DESC= Build without optimization and extended debug flags +SNMP_DESC= SNMP trap support + +DEBUG_CONFIGURE_ON= --enable-debug +DEBUG_CONFIGURE_OFF= --enable-fast + +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +SNMP_USES= perl5 +SNMP_CONFIGURE_ENABLE= snmp post-install: @${RM} ${STAGEDIR}${DATADIR}/ltfs diff --git a/sysutils/ltfs/distinfo b/sysutils/ltfs/distinfo index 197e70036adf..ef2223b78ad6 100644 --- a/sysutils/ltfs/distinfo +++ b/sysutils/ltfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613673367 -SHA256 (LinearTapeFileSystem-ltfs-v2.4.3.1-10461_GH0.tar.gz) = ae39778a47cb09c126fd394c269cbf464f7b43c876ea71a9c880e1159ce87066 -SIZE (LinearTapeFileSystem-ltfs-v2.4.3.1-10461_GH0.tar.gz) = 614066 +TIMESTAMP = 1632932667 +SHA256 (LinearTapeFileSystem-ltfs-v2.4.4.0-10470_GH0.tar.gz) = 840989bb50e4cd752473fa3b2f69bb2b844a7c89b8a7f55a4560fa8672709792 +SIZE (LinearTapeFileSystem-ltfs-v2.4.4.0-10470_GH0.tar.gz) = 624915 diff --git a/sysutils/ltfs/pkg-plist b/sysutils/ltfs/pkg-plist index eda1d1eb099b..9c0eee273883 100644 --- a/sysutils/ltfs/pkg-plist +++ b/sysutils/ltfs/pkg-plist @@ -43,8 +43,9 @@ lib/ltfs/libtape-cam.so lib/ltfs/libtape-file.so lib/ltfs/libtape-itdtimg.so libdata/pkgconfig/ltfs.pc +man/man1/ltfs_ordered_copy.1.gz man/man8/ltfs-sde.8.gz man/man8/ltfsck.8.gz man/man8/mkltfs.8.gz -share/snmp/LTFS-MIB.txt -share/snmp/LtfsSnmpTrapDef.txt +%%SNMP%%share/snmp/LTFS-MIB.txt +%%SNMP%%share/snmp/LtfsSnmpTrapDef.txt From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:38:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6727F677F7C; Wed, 29 Sep 2021 17:38:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKNrV2PHmz4ZxP; Wed, 29 Sep 2021 17:38:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 278431C433; Wed, 29 Sep 2021 17:38:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18THcIlO009639; Wed, 29 Sep 2021 17:38:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18THcIwT009638; Wed, 29 Sep 2021 17:38:18 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:38:18 GMT Message-Id: <202109291738.18THcIwT009638@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 008538e1bca5 - main - deskutils/gnome-weather: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 008538e1bca506c640a1f54f6eabc0d515910da0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:38:18 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=008538e1bca506c640a1f54f6eabc0d515910da0 commit 008538e1bca506c640a1f54f6eabc0d515910da0 Author: Neel Chauhan AuthorDate: 2021-09-29 16:41:30 +0000 Commit: Neel Chauhan CommitDate: 2021-09-29 17:38:16 +0000 deskutils/gnome-weather: Update to 41.0 --- deskutils/gnome-weather/Makefile | 2 +- deskutils/gnome-weather/distinfo | 6 +++--- deskutils/gnome-weather/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deskutils/gnome-weather/Makefile b/deskutils/gnome-weather/Makefile index 24e685329866..699f8fd50690 100644 --- a/deskutils/gnome-weather/Makefile +++ b/deskutils/gnome-weather/Makefile @@ -1,7 +1,7 @@ # Created by: Gustau Perez PORTNAME= gnome-weather -PORTVERSION= 40.1 +PORTVERSION= 41.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/deskutils/gnome-weather/distinfo b/deskutils/gnome-weather/distinfo index 64c17e57057b..c0665d251c00 100644 --- a/deskutils/gnome-weather/distinfo +++ b/deskutils/gnome-weather/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631723975 -SHA256 (gnome/gnome-weather-40.1.tar.xz) = 3d11144c4797c46d2068c3ddf5ce2bc030fca0f272cf03f218c4f46da3b73c4d -SIZE (gnome/gnome-weather-40.1.tar.xz) = 941636 +TIMESTAMP = 1632933617 +SHA256 (gnome/gnome-weather-41.0.tar.xz) = e5614eb74297e072960d6447557fa9fbfccf24bfcb314944b6d976640ee62dee +SIZE (gnome/gnome-weather-41.0.tar.xz) = 943500 diff --git a/deskutils/gnome-weather/pkg-plist b/deskutils/gnome-weather/pkg-plist index 81e1ba77a019..e6f0b8b4b7b1 100644 --- a/deskutils/gnome-weather/pkg-plist +++ b/deskutils/gnome-weather/pkg-plist @@ -56,6 +56,7 @@ share/locale/fa/LC_MESSAGES/org.gnome.Weather.mo share/locale/fi/LC_MESSAGES/org.gnome.Weather.mo share/locale/fr/LC_MESSAGES/org.gnome.Weather.mo share/locale/fur/LC_MESSAGES/org.gnome.Weather.mo +share/locale/fy/LC_MESSAGES/org.gnome.Weather.mo share/locale/ga/LC_MESSAGES/org.gnome.Weather.mo share/locale/gd/LC_MESSAGES/org.gnome.Weather.mo share/locale/gl/LC_MESSAGES/org.gnome.Weather.mo From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:38:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01ADF678502; Wed, 29 Sep 2021 17:38:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKNrY5Bysz4bJt; Wed, 29 Sep 2021 17:38:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D0791C434; Wed, 29 Sep 2021 17:38:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18THcL4e009715; Wed, 29 Sep 2021 17:38:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18THcLGT009714; Wed, 29 Sep 2021 17:38:21 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:38:21 GMT Message-Id: <202109291738.18THcLGT009714@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: af94da7f06e8 - main - accessibility/orca: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: af94da7f06e8e5ed26cbe6a1e76c28ff4e13e9d1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:38:22 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=af94da7f06e8e5ed26cbe6a1e76c28ff4e13e9d1 commit af94da7f06e8e5ed26cbe6a1e76c28ff4e13e9d1 Author: Neel Chauhan AuthorDate: 2021-09-29 17:38:02 +0000 Commit: Neel Chauhan CommitDate: 2021-09-29 17:38:16 +0000 accessibility/orca: Update to 41.0 --- accessibility/orca/Makefile | 3 +-- accessibility/orca/distinfo | 6 +++--- accessibility/orca/pkg-plist | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 32d0f071b137..3233801f8acc 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke PORTNAME= orca -PORTVERSION= 40.0 -PORTREVISION= 1 +PORTVERSION= 41.0 CATEGORIES= accessibility gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 diff --git a/accessibility/orca/distinfo b/accessibility/orca/distinfo index e3e1df43973e..df4620ac34ad 100644 --- a/accessibility/orca/distinfo +++ b/accessibility/orca/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622080468 -SHA256 (gnome3/orca-40.0.tar.xz) = 0000eee390b906a0f5611eb601633bd5ec03d231662ee7d865d1016459fb0043 -SIZE (gnome3/orca-40.0.tar.xz) = 3603368 +TIMESTAMP = 1632933891 +SHA256 (gnome3/orca-41.0.tar.xz) = 7697e51445e19fd774e68b160adaf6687b808172de0417602e169766b6b6d4bd +SIZE (gnome3/orca-41.0.tar.xz) = 3627820 diff --git a/accessibility/orca/pkg-plist b/accessibility/orca/pkg-plist index 28f20af87a66..f9d687a41dc2 100644 --- a/accessibility/orca/pkg-plist +++ b/accessibility/orca/pkg-plist @@ -1373,6 +1373,7 @@ share/locale/eo/LC_MESSAGES/orca.mo share/locale/es/LC_MESSAGES/orca.mo share/locale/et/LC_MESSAGES/orca.mo share/locale/eu/LC_MESSAGES/orca.mo +share/locale/fa/LC_MESSAGES/orca.mo share/locale/fi/LC_MESSAGES/orca.mo share/locale/fr/LC_MESSAGES/orca.mo share/locale/fur/LC_MESSAGES/orca.mo From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:38:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AEE87677F7F; Wed, 29 Sep 2021 17:38:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKNrX4QWnz4bDX; Wed, 29 Sep 2021 17:38:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76B8A1C89E; Wed, 29 Sep 2021 17:38:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18THcKZa009687; Wed, 29 Sep 2021 17:38:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18THcKno009686; Wed, 29 Sep 2021 17:38:20 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:38:20 GMT Message-Id: <202109291738.18THcKno009686@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: b15639259d24 - main - devel/jsonrpc-glib: Update to 3.40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b15639259d24232ee0031041032a8dfdc2104c8c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:38:20 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=b15639259d24232ee0031041032a8dfdc2104c8c commit b15639259d24232ee0031041032a8dfdc2104c8c Author: Neel Chauhan AuthorDate: 2021-09-29 16:44:15 +0000 Commit: Neel Chauhan CommitDate: 2021-09-29 17:38:16 +0000 devel/jsonrpc-glib: Update to 3.40.0 --- devel/jsonrpc-glib/Makefile | 2 +- devel/jsonrpc-glib/distinfo | 6 +++--- devel/jsonrpc-glib/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/jsonrpc-glib/Makefile b/devel/jsonrpc-glib/Makefile index 1ea98a5cb95d..0838ed1701df 100644 --- a/devel/jsonrpc-glib/Makefile +++ b/devel/jsonrpc-glib/Makefile @@ -1,5 +1,5 @@ PORTNAME= jsonrpc-glib -PORTVERSION= 3.38.0 +PORTVERSION= 3.40.0 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/jsonrpc-glib/distinfo b/devel/jsonrpc-glib/distinfo index 91773fe6337d..38335c4f7cf5 100644 --- a/devel/jsonrpc-glib/distinfo +++ b/devel/jsonrpc-glib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600346939 -SHA256 (jsonrpc-glib-3.38.0.tar.xz) = dc5f1914a91152b70fa8fc9a11ede13148ab4af644db27a36632388c927a8a82 -SIZE (jsonrpc-glib-3.38.0.tar.xz) = 42224 +TIMESTAMP = 1632933813 +SHA256 (jsonrpc-glib-3.40.0.tar.xz) = c2e3d16257c7266cd3901884e22375575bf61a8e1f67596c88e0d87ae70d0ef4 +SIZE (jsonrpc-glib-3.40.0.tar.xz) = 42392 diff --git a/devel/jsonrpc-glib/pkg-plist b/devel/jsonrpc-glib/pkg-plist index a46ddd64e315..384808b871fa 100644 --- a/devel/jsonrpc-glib/pkg-plist +++ b/devel/jsonrpc-glib/pkg-plist @@ -10,7 +10,7 @@ include/jsonrpc-glib-1.0/jsonrpc-version.h lib/girepository-1.0/Jsonrpc-1.0.typelib lib/libjsonrpc-glib-1.0.so lib/libjsonrpc-glib-1.0.so.1 -lib/libjsonrpc-glib-1.0.so.1.3800.0 +lib/libjsonrpc-glib-1.0.so.1.4000.0 libdata/pkgconfig/jsonrpc-glib-1.0.pc share/gir-1.0/Jsonrpc-1.0.gir share/vala/vapi/jsonrpc-glib-1.0.deps From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:38:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 778CC678336; Wed, 29 Sep 2021 17:38:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKNrW2msHz4b14; Wed, 29 Sep 2021 17:38:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 409CA1C64D; Wed, 29 Sep 2021 17:38:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18THcJBI009663; Wed, 29 Sep 2021 17:38:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18THcJqa009662; Wed, 29 Sep 2021 17:38:19 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:38:19 GMT Message-Id: <202109291738.18THcJqa009662@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 112fd63b4fdb - main - games/hitori: Update to 3.38.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 112fd63b4fdb6e602fd1b1ae032b2301d723c6ae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:38:19 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=112fd63b4fdb6e602fd1b1ae032b2301d723c6ae commit 112fd63b4fdb6e602fd1b1ae032b2301d723c6ae Author: Neel Chauhan AuthorDate: 2021-09-29 16:43:08 +0000 Commit: Neel Chauhan CommitDate: 2021-09-29 17:38:16 +0000 games/hitori: Update to 3.38.3 --- games/hitori/Makefile | 2 +- games/hitori/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/hitori/Makefile b/games/hitori/Makefile index 1737ce763116..95746b476b3c 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -1,7 +1,7 @@ # Created by: FreeBSD GNOME Team PORTNAME= hitori -PORTVERSION= 3.38.2 +PORTVERSION= 3.38.3 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/hitori/distinfo b/games/hitori/distinfo index e84648b61990..c39610df5c24 100644 --- a/games/hitori/distinfo +++ b/games/hitori/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622397187 -SHA256 (gnome3/hitori-3.38.2.tar.xz) = c2643573037f6a7b16e9208aedee8691026f081abaaa160942edb52f09029cac -SIZE (gnome3/hitori-3.38.2.tar.xz) = 204992 +TIMESTAMP = 1632933738 +SHA256 (gnome3/hitori-3.38.3.tar.xz) = f7d7103cb0633fb013730131a98c3ae3a2162b9fb9499fc7f19512d581bf6569 +SIZE (gnome3/hitori-3.38.3.tar.xz) = 205100 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:56:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E1FA667862C; Wed, 29 Sep 2021 17:56:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKPF25mnYz4cVQ; Wed, 29 Sep 2021 17:56:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A656B1C94A; Wed, 29 Sep 2021 17:56:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18THu6FE036052; Wed, 29 Sep 2021 17:56:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18THu6dx036051; Wed, 29 Sep 2021 17:56:06 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:56:06 GMT Message-Id: <202109291756.18THu6dx036051@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Brooks Davis Subject: git: 90c91e553018 - main - devel/llvm13: Disable OpenMP amdgcn bit code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 90c91e5530189942662fa703649f52e3061d85dc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:56:06 -0000 The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=90c91e5530189942662fa703649f52e3061d85dc commit 90c91e5530189942662fa703649f52e3061d85dc Author: Brooks Davis AuthorDate: 2021-09-29 17:53:16 +0000 Commit: Brooks Davis CommitDate: 2021-09-29 17:55:58 +0000 devel/llvm13: Disable OpenMP amdgcn bit code Fix a typo in 79207f500c9bf7daf9c1517d71f71b4a2950300f so it actually has an effect. PR: 258706 Reported by: pkubaj Sponsored by: DARPA --- devel/llvm13/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile index 29284492c4e6..593a2bcc127f 100644 --- a/devel/llvm13/Makefile +++ b/devel/llvm13/Makefile @@ -174,7 +174,7 @@ LLDB_USES= lua:53 libedit LLDB_VARS= _USES_PYTHON=python:3.6+ MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library -OPENMP_CMAKE_IN= -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF +OPENMP_CMAKE_ON= -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF OPENMP_PORTDOCS= openmp PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 17:58:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EA4D2678647; Wed, 29 Sep 2021 17:58:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKPHs6FQGz4cLX; Wed, 29 Sep 2021 17:58:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B34451C94C; Wed, 29 Sep 2021 17:58:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18THwXIA036358; Wed, 29 Sep 2021 17:58:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18THwXqo036356; Wed, 29 Sep 2021 17:58:33 GMT (envelope-from git) Date: Wed, 29 Sep 2021 17:58:33 GMT Message-Id: <202109291758.18THwXqo036356@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: a5e020f6f809 - main - astro/stellarium: the port had been updated to version 0.21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a5e020f6f809db05e8e297dfe945d0d1ee58d2d0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 17:58:34 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5e020f6f809db05e8e297dfe945d0d1ee58d2d0 commit a5e020f6f809db05e8e297dfe945d0d1ee58d2d0 Author: Alexey Dokuchaev AuthorDate: 2021-09-29 17:56:56 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-29 17:57:10 +0000 astro/stellarium: the port had been updated to version 0.21.2 Do not install original Almagest catalog files, which is just raw data converted into `star_names.fab' and `dso_names.fab' files that can be used by Stellarium. While here, group option description variables together and sort them in alphabetical order. --- astro/stellarium/Makefile | 16 +- astro/stellarium/distinfo | 12 +- astro/stellarium/pkg-plist | 383 +++++++++++++++++++++++++++++++++++++-------- 3 files changed, 329 insertions(+), 82 deletions(-) diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index e50420f7e8af..2e3c318646a6 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -1,11 +1,9 @@ # Created by: Jean-Yves Lefort -PORTNAME= stellarium -PORTVERSION= 0.21.1 +PORTNAME= ${GH_ACCOUNT:tl} +PORTVERSION= 0.21.2 DISTVERSIONPREFIX= v CATEGORIES= astro -MASTER_SITES= http://www.etwright.org/astro/:alm -DISTFILES= almstars-1.1.tar.gz:alm EXTRACT_ONLY= ${_DISTFILES:Nstars_*.cat:N*.pdf} MAINTAINER= danfe@FreeBSD.org @@ -31,16 +29,16 @@ OPTIONS_DEFINE= DOCS GPS MORE_STARS MULTIMEDIA NLS SCRIPTS \ OPTIONS_DEFAULT= GPS MULTIMEDIA SCRIPTS TELESCOPE OPTIONS_SUB= yes +GPS_DESC= GPS (NMEA handling) support MORE_STARS_DESC= Install extra star catalogs (1.0GB) -TEXTURES_DESC= Install better quality textures MULTIMEDIA_DESC= Sound and video support SCRIPTS_DESC= Remote control and scripting support TELESCOPE_DESC= Telescope control plugin +TEXTURES_DESC= Install better quality textures DOCS_MASTER_SITES= https://github.com/Stellarium/stellarium/releases/download/v${GUIDE_VERSION}/:ug DOCS_DISTFILES= stellarium_user_guide-${GUIDE_VERSION}-1.pdf:ug -GPS_DESC= GPS (NMEA handling) support GPS_LIB_DEPENDS= libgps.so:astro/gpsd GPS_USE= QT=location,serialport GPS_CMAKE_OFF= -DENABLE_GPS:BOOL=OFF @@ -69,9 +67,6 @@ MASTER_SITES+= SF/${PORTNAME}/Extra-data-files/stars${i}:stars${i} DISTFILES+= stars_4_1v0_2.cat:stars4 stars_5_2v0_1.cat:stars5 \ stars_6_2v0_1.cat:stars6 stars_7_2v0_1.cat:stars7 \ stars_8_2v0_1.cat:stars8 -PLIST_SUB+= MORE_STARS="" -.else -PLIST_SUB+= MORE_STARS="@comment " .endif post-extract-DOCS-on: @@ -79,8 +74,7 @@ post-extract-DOCS-on: ${WRKSRC} post-install: - ${INSTALL_DATA} ${WRKDIR}/almstars-1.1/*.dat \ - ${STAGEDIR}${DATADIR}/skycultures/almagest/almstars + @${RMDIR} ${STAGEDIR}${DATADIR}/skycultures/greek_almagest/almstars post-install-MORE_STARS-on: ${INSTALL_DATA} ${DISTDIR}/stars_4_1v0_2.cat \ diff --git a/astro/stellarium/distinfo b/astro/stellarium/distinfo index 902abd127a7c..2f40ed7f1635 100644 --- a/astro/stellarium/distinfo +++ b/astro/stellarium/distinfo @@ -1,10 +1,8 @@ -TIMESTAMP = 1624510125 -SHA256 (Stellarium-stellarium-v0.21.1_GH0.tar.gz) = 0c36880e366b0a993ec427887223a1fe2a8712e68d6efce2ab8019e0696b7b68 -SIZE (Stellarium-stellarium-v0.21.1_GH0.tar.gz) = 362252261 -SHA256 (stellarium_user_guide-0.21.1-1.pdf) = 9b1d960fef5cc3fc8db8e5c02b0aca05dbca763142a9855af5963609099bd00c -SIZE (stellarium_user_guide-0.21.1-1.pdf) = 31256531 -SHA256 (almstars-1.1.tar.gz) = 62f69b92352d9aaccf5393153ac1954adf09be83b6994caae8cc6f318f668f16 -SIZE (almstars-1.1.tar.gz) = 505529 +TIMESTAMP = 1632756407 +SHA256 (Stellarium-stellarium-v0.21.2_GH0.tar.gz) = 581732fc4912cd385c1b43d3dfff325757cd3951cc10416b11c35f6fa09ceccd +SIZE (Stellarium-stellarium-v0.21.2_GH0.tar.gz) = 387216665 +SHA256 (stellarium_user_guide-0.21.2-1.pdf) = 6b66ae89ec84f90292eb7e88cd1364131de09fcb0f75d2cc53bfaa037fe27453 +SIZE (stellarium_user_guide-0.21.2-1.pdf) = 31351844 SHA256 (stars_4_1v0_2.cat) = 15589d9193b850cac68a031bd02dcb59da36c03946ca1be373fbabdb6b1edd63 SIZE (stars_4_1v0_2.cat) = 16948302 SHA256 (stars_5_2v0_1.cat) = c4ebd18d05a805308cfac85fe224e3f0a75db6579cae65c935a0954da13f4164 diff --git a/astro/stellarium/pkg-plist b/astro/stellarium/pkg-plist index 9c406425fd9a..dfe7a605a1f7 100644 --- a/astro/stellarium/pkg-plist +++ b/astro/stellarium/pkg-plist @@ -15,11 +15,11 @@ share/mime/packages/stellarium.xml %%DATADIR%%/data/base_locations.bin.gz %%DATADIR%%/data/constellation_boundaries.dat %%DATADIR%%/data/constellations_spans.dat -%%DATADIR%%/data/countryCodes.dat %%DATADIR%%/data/default_cfg.ini %%DATADIR%%/data/iso3166.tab %%DATADIR%%/data/iso639-1.utf8 %%DATADIR%%/data/nomenclature.dat +%%DATADIR%%/data/regions-geoscheme.tab %%DATADIR%%/data/shaders/planet.frag %%DATADIR%%/data/shaders/planet.vert %%DATADIR%%/data/shaders/s3d_cube.frag @@ -46,22 +46,26 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/garching/description.be.utf8 %%DATADIR%%/landscapes/garching/description.bg.utf8 %%DATADIR%%/landscapes/garching/description.bn.utf8 +%%DATADIR%%/landscapes/garching/description.ca.utf8 %%DATADIR%%/landscapes/garching/description.cs.utf8 %%DATADIR%%/landscapes/garching/description.de.utf8 %%DATADIR%%/landscapes/garching/description.en.utf8 %%DATADIR%%/landscapes/garching/description.en_GB.utf8 %%DATADIR%%/landscapes/garching/description.es.utf8 +%%DATADIR%%/landscapes/garching/description.et.utf8 %%DATADIR%%/landscapes/garching/description.fi.utf8 %%DATADIR%%/landscapes/garching/description.fr.utf8 %%DATADIR%%/landscapes/garching/description.gd.utf8 %%DATADIR%%/landscapes/garching/description.gl.utf8 +%%DATADIR%%/landscapes/garching/description.he.utf8 %%DATADIR%%/landscapes/garching/description.hr.utf8 %%DATADIR%%/landscapes/garching/description.hu.utf8 %%DATADIR%%/landscapes/garching/description.id.utf8 %%DATADIR%%/landscapes/garching/description.ja.utf8 %%DATADIR%%/landscapes/garching/description.ko.utf8 -%%DATADIR%%/landscapes/garching/description.nb.utf8 +%%DATADIR%%/landscapes/garching/description.lb.utf8 %%DATADIR%%/landscapes/garching/description.nl.utf8 +%%DATADIR%%/landscapes/garching/description.pl.utf8 %%DATADIR%%/landscapes/garching/description.pt_BR.utf8 %%DATADIR%%/landscapes/garching/description.ro.utf8 %%DATADIR%%/landscapes/garching/description.ru.utf8 @@ -89,6 +93,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/geneva/description.en.utf8 %%DATADIR%%/landscapes/geneva/description.en_GB.utf8 %%DATADIR%%/landscapes/geneva/description.es.utf8 +%%DATADIR%%/landscapes/geneva/description.et.utf8 %%DATADIR%%/landscapes/geneva/description.fi.utf8 %%DATADIR%%/landscapes/geneva/description.fr.utf8 %%DATADIR%%/landscapes/geneva/description.gd.utf8 @@ -102,6 +107,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/geneva/description.pt_BR.utf8 %%DATADIR%%/landscapes/geneva/description.ro.utf8 %%DATADIR%%/landscapes/geneva/description.ru.utf8 +%%DATADIR%%/landscapes/geneva/description.sc.utf8 %%DATADIR%%/landscapes/geneva/description.sk.utf8 %%DATADIR%%/landscapes/geneva/description.sv.utf8 %%DATADIR%%/landscapes/geneva/description.th.utf8 @@ -120,6 +126,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/grossmugl/description.en.utf8 %%DATADIR%%/landscapes/grossmugl/description.en_GB.utf8 %%DATADIR%%/landscapes/grossmugl/description.es.utf8 +%%DATADIR%%/landscapes/grossmugl/description.et.utf8 %%DATADIR%%/landscapes/grossmugl/description.fi.utf8 %%DATADIR%%/landscapes/grossmugl/description.fr.utf8 %%DATADIR%%/landscapes/grossmugl/description.gd.utf8 @@ -129,10 +136,12 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/grossmugl/description.id.utf8 %%DATADIR%%/landscapes/grossmugl/description.ja.utf8 %%DATADIR%%/landscapes/grossmugl/description.ko.utf8 +%%DATADIR%%/landscapes/grossmugl/description.lb.utf8 %%DATADIR%%/landscapes/grossmugl/description.nl.utf8 %%DATADIR%%/landscapes/grossmugl/description.pt_BR.utf8 %%DATADIR%%/landscapes/grossmugl/description.ro.utf8 %%DATADIR%%/landscapes/grossmugl/description.ru.utf8 +%%DATADIR%%/landscapes/grossmugl/description.sc.utf8 %%DATADIR%%/landscapes/grossmugl/description.sk.utf8 %%DATADIR%%/landscapes/grossmugl/description.sv.utf8 %%DATADIR%%/landscapes/grossmugl/description.th.utf8 @@ -159,6 +168,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/guereins/description.en.utf8 %%DATADIR%%/landscapes/guereins/description.en_GB.utf8 %%DATADIR%%/landscapes/guereins/description.es.utf8 +%%DATADIR%%/landscapes/guereins/description.et.utf8 %%DATADIR%%/landscapes/guereins/description.fi.utf8 %%DATADIR%%/landscapes/guereins/description.fr.utf8 %%DATADIR%%/landscapes/guereins/description.gd.utf8 @@ -168,6 +178,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/guereins/description.id.utf8 %%DATADIR%%/landscapes/guereins/description.ja.utf8 %%DATADIR%%/landscapes/guereins/description.ko.utf8 +%%DATADIR%%/landscapes/guereins/description.lb.utf8 %%DATADIR%%/landscapes/guereins/description.nb.utf8 %%DATADIR%%/landscapes/guereins/description.nl.utf8 %%DATADIR%%/landscapes/guereins/description.pt_BR.utf8 @@ -203,6 +214,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/hurricane/description.en.utf8 %%DATADIR%%/landscapes/hurricane/description.en_GB.utf8 %%DATADIR%%/landscapes/hurricane/description.es.utf8 +%%DATADIR%%/landscapes/hurricane/description.et.utf8 %%DATADIR%%/landscapes/hurricane/description.fi.utf8 %%DATADIR%%/landscapes/hurricane/description.fr.utf8 %%DATADIR%%/landscapes/hurricane/description.gd.utf8 @@ -245,14 +257,15 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/jupiter/description.en.utf8 %%DATADIR%%/landscapes/jupiter/description.en_GB.utf8 %%DATADIR%%/landscapes/jupiter/description.es.utf8 +%%DATADIR%%/landscapes/jupiter/description.et.utf8 %%DATADIR%%/landscapes/jupiter/description.fi.utf8 %%DATADIR%%/landscapes/jupiter/description.fr.utf8 %%DATADIR%%/landscapes/jupiter/description.gd.utf8 %%DATADIR%%/landscapes/jupiter/description.gl.utf8 %%DATADIR%%/landscapes/jupiter/description.hr.utf8 -%%DATADIR%%/landscapes/jupiter/description.hu.utf8 %%DATADIR%%/landscapes/jupiter/description.id.utf8 %%DATADIR%%/landscapes/jupiter/description.ja.utf8 +%%DATADIR%%/landscapes/jupiter/description.ko.utf8 %%DATADIR%%/landscapes/jupiter/description.nl.utf8 %%DATADIR%%/landscapes/jupiter/description.pt_BR.utf8 %%DATADIR%%/landscapes/jupiter/description.ro.utf8 @@ -277,6 +290,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/mars/description.en.utf8 %%DATADIR%%/landscapes/mars/description.en_GB.utf8 %%DATADIR%%/landscapes/mars/description.es.utf8 +%%DATADIR%%/landscapes/mars/description.et.utf8 %%DATADIR%%/landscapes/mars/description.fi.utf8 %%DATADIR%%/landscapes/mars/description.fr.utf8 %%DATADIR%%/landscapes/mars/description.gd.utf8 @@ -285,6 +299,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/mars/description.hu.utf8 %%DATADIR%%/landscapes/mars/description.id.utf8 %%DATADIR%%/landscapes/mars/description.ja.utf8 +%%DATADIR%%/landscapes/mars/description.lb.utf8 %%DATADIR%%/landscapes/mars/description.nb.utf8 %%DATADIR%%/landscapes/mars/description.nl.utf8 %%DATADIR%%/landscapes/mars/description.pt_BR.utf8 @@ -306,19 +321,24 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/moon/description.be.utf8 %%DATADIR%%/landscapes/moon/description.bg.utf8 %%DATADIR%%/landscapes/moon/description.bn.utf8 +%%DATADIR%%/landscapes/moon/description.ca.utf8 %%DATADIR%%/landscapes/moon/description.cs.utf8 %%DATADIR%%/landscapes/moon/description.de.utf8 %%DATADIR%%/landscapes/moon/description.en.utf8 %%DATADIR%%/landscapes/moon/description.en_GB.utf8 %%DATADIR%%/landscapes/moon/description.es.utf8 +%%DATADIR%%/landscapes/moon/description.et.utf8 %%DATADIR%%/landscapes/moon/description.fi.utf8 %%DATADIR%%/landscapes/moon/description.fr.utf8 %%DATADIR%%/landscapes/moon/description.gd.utf8 %%DATADIR%%/landscapes/moon/description.gl.utf8 +%%DATADIR%%/landscapes/moon/description.he.utf8 %%DATADIR%%/landscapes/moon/description.hr.utf8 %%DATADIR%%/landscapes/moon/description.hu.utf8 %%DATADIR%%/landscapes/moon/description.id.utf8 %%DATADIR%%/landscapes/moon/description.ja.utf8 +%%DATADIR%%/landscapes/moon/description.ko.utf8 +%%DATADIR%%/landscapes/moon/description.lb.utf8 %%DATADIR%%/landscapes/moon/description.nb.utf8 %%DATADIR%%/landscapes/moon/description.nl.utf8 %%DATADIR%%/landscapes/moon/description.pt_BR.utf8 @@ -343,14 +363,17 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/neptune/description.en.utf8 %%DATADIR%%/landscapes/neptune/description.en_GB.utf8 %%DATADIR%%/landscapes/neptune/description.es.utf8 +%%DATADIR%%/landscapes/neptune/description.et.utf8 %%DATADIR%%/landscapes/neptune/description.fi.utf8 %%DATADIR%%/landscapes/neptune/description.fr.utf8 %%DATADIR%%/landscapes/neptune/description.gd.utf8 %%DATADIR%%/landscapes/neptune/description.gl.utf8 +%%DATADIR%%/landscapes/neptune/description.he.utf8 %%DATADIR%%/landscapes/neptune/description.hr.utf8 %%DATADIR%%/landscapes/neptune/description.hu.utf8 %%DATADIR%%/landscapes/neptune/description.id.utf8 %%DATADIR%%/landscapes/neptune/description.ja.utf8 +%%DATADIR%%/landscapes/neptune/description.ko.utf8 %%DATADIR%%/landscapes/neptune/description.nl.utf8 %%DATADIR%%/landscapes/neptune/description.pt_BR.utf8 %%DATADIR%%/landscapes/neptune/description.ro.utf8 @@ -370,20 +393,24 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/ocean/description.be.utf8 %%DATADIR%%/landscapes/ocean/description.bg.utf8 %%DATADIR%%/landscapes/ocean/description.bn.utf8 +%%DATADIR%%/landscapes/ocean/description.ca.utf8 %%DATADIR%%/landscapes/ocean/description.cs.utf8 %%DATADIR%%/landscapes/ocean/description.de.utf8 %%DATADIR%%/landscapes/ocean/description.en.utf8 %%DATADIR%%/landscapes/ocean/description.en_GB.utf8 %%DATADIR%%/landscapes/ocean/description.es.utf8 +%%DATADIR%%/landscapes/ocean/description.et.utf8 %%DATADIR%%/landscapes/ocean/description.fi.utf8 %%DATADIR%%/landscapes/ocean/description.fr.utf8 %%DATADIR%%/landscapes/ocean/description.gd.utf8 %%DATADIR%%/landscapes/ocean/description.gl.utf8 +%%DATADIR%%/landscapes/ocean/description.he.utf8 %%DATADIR%%/landscapes/ocean/description.hr.utf8 %%DATADIR%%/landscapes/ocean/description.hu.utf8 %%DATADIR%%/landscapes/ocean/description.id.utf8 %%DATADIR%%/landscapes/ocean/description.ja.utf8 %%DATADIR%%/landscapes/ocean/description.ko.utf8 +%%DATADIR%%/landscapes/ocean/description.lb.utf8 %%DATADIR%%/landscapes/ocean/description.nb.utf8 %%DATADIR%%/landscapes/ocean/description.nl.utf8 %%DATADIR%%/landscapes/ocean/description.pt_BR.utf8 @@ -418,16 +445,17 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/saturn/description.en.utf8 %%DATADIR%%/landscapes/saturn/description.en_GB.utf8 %%DATADIR%%/landscapes/saturn/description.es.utf8 +%%DATADIR%%/landscapes/saturn/description.et.utf8 %%DATADIR%%/landscapes/saturn/description.fi.utf8 %%DATADIR%%/landscapes/saturn/description.fr.utf8 %%DATADIR%%/landscapes/saturn/description.gd.utf8 %%DATADIR%%/landscapes/saturn/description.gl.utf8 +%%DATADIR%%/landscapes/saturn/description.he.utf8 %%DATADIR%%/landscapes/saturn/description.hr.utf8 %%DATADIR%%/landscapes/saturn/description.hu.utf8 %%DATADIR%%/landscapes/saturn/description.id.utf8 %%DATADIR%%/landscapes/saturn/description.ja.utf8 %%DATADIR%%/landscapes/saturn/description.ko.utf8 -%%DATADIR%%/landscapes/saturn/description.nb.utf8 %%DATADIR%%/landscapes/saturn/description.nl.utf8 %%DATADIR%%/landscapes/saturn/description.pt_BR.utf8 %%DATADIR%%/landscapes/saturn/description.ro.utf8 @@ -451,10 +479,12 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/sun/description.en.utf8 %%DATADIR%%/landscapes/sun/description.en_GB.utf8 %%DATADIR%%/landscapes/sun/description.es.utf8 +%%DATADIR%%/landscapes/sun/description.et.utf8 %%DATADIR%%/landscapes/sun/description.fi.utf8 %%DATADIR%%/landscapes/sun/description.fr.utf8 %%DATADIR%%/landscapes/sun/description.gd.utf8 %%DATADIR%%/landscapes/sun/description.gl.utf8 +%%DATADIR%%/landscapes/sun/description.he.utf8 %%DATADIR%%/landscapes/sun/description.hr.utf8 %%DATADIR%%/landscapes/sun/description.id.utf8 %%DATADIR%%/landscapes/sun/description.ja.utf8 @@ -478,22 +508,28 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/trees/description.be.utf8 %%DATADIR%%/landscapes/trees/description.bg.utf8 %%DATADIR%%/landscapes/trees/description.bn.utf8 +%%DATADIR%%/landscapes/trees/description.ca.utf8 %%DATADIR%%/landscapes/trees/description.cs.utf8 %%DATADIR%%/landscapes/trees/description.de.utf8 %%DATADIR%%/landscapes/trees/description.en.utf8 %%DATADIR%%/landscapes/trees/description.en_GB.utf8 %%DATADIR%%/landscapes/trees/description.es.utf8 +%%DATADIR%%/landscapes/trees/description.et.utf8 %%DATADIR%%/landscapes/trees/description.fi.utf8 %%DATADIR%%/landscapes/trees/description.fr.utf8 %%DATADIR%%/landscapes/trees/description.gd.utf8 %%DATADIR%%/landscapes/trees/description.gl.utf8 +%%DATADIR%%/landscapes/trees/description.he.utf8 %%DATADIR%%/landscapes/trees/description.hr.utf8 %%DATADIR%%/landscapes/trees/description.hu.utf8 %%DATADIR%%/landscapes/trees/description.id.utf8 %%DATADIR%%/landscapes/trees/description.ja.utf8 %%DATADIR%%/landscapes/trees/description.ko.utf8 +%%DATADIR%%/landscapes/trees/description.la.utf8 +%%DATADIR%%/landscapes/trees/description.lb.utf8 %%DATADIR%%/landscapes/trees/description.nb.utf8 %%DATADIR%%/landscapes/trees/description.nl.utf8 +%%DATADIR%%/landscapes/trees/description.pl.utf8 %%DATADIR%%/landscapes/trees/description.pt_BR.utf8 %%DATADIR%%/landscapes/trees/description.ro.utf8 %%DATADIR%%/landscapes/trees/description.ru.utf8 @@ -519,14 +555,17 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/uranus/description.en.utf8 %%DATADIR%%/landscapes/uranus/description.en_GB.utf8 %%DATADIR%%/landscapes/uranus/description.es.utf8 +%%DATADIR%%/landscapes/uranus/description.et.utf8 %%DATADIR%%/landscapes/uranus/description.fi.utf8 %%DATADIR%%/landscapes/uranus/description.fr.utf8 %%DATADIR%%/landscapes/uranus/description.gd.utf8 %%DATADIR%%/landscapes/uranus/description.gl.utf8 +%%DATADIR%%/landscapes/uranus/description.he.utf8 %%DATADIR%%/landscapes/uranus/description.hr.utf8 %%DATADIR%%/landscapes/uranus/description.hu.utf8 %%DATADIR%%/landscapes/uranus/description.id.utf8 %%DATADIR%%/landscapes/uranus/description.ja.utf8 +%%DATADIR%%/landscapes/uranus/description.ko.utf8 %%DATADIR%%/landscapes/uranus/description.nl.utf8 %%DATADIR%%/landscapes/uranus/description.pt_BR.utf8 %%DATADIR%%/landscapes/uranus/description.ro.utf8 @@ -551,14 +590,17 @@ share/mime/packages/stellarium.xml %%DATADIR%%/landscapes/zero/description.en.utf8 %%DATADIR%%/landscapes/zero/description.en_GB.utf8 %%DATADIR%%/landscapes/zero/description.es.utf8 +%%DATADIR%%/landscapes/zero/description.et.utf8 %%DATADIR%%/landscapes/zero/description.fi.utf8 %%DATADIR%%/landscapes/zero/description.fr.utf8 %%DATADIR%%/landscapes/zero/description.gd.utf8 %%DATADIR%%/landscapes/zero/description.gl.utf8 +%%DATADIR%%/landscapes/zero/description.he.utf8 %%DATADIR%%/landscapes/zero/description.hr.utf8 %%DATADIR%%/landscapes/zero/description.hu.utf8 %%DATADIR%%/landscapes/zero/description.id.utf8 %%DATADIR%%/landscapes/zero/description.ja.utf8 +%%DATADIR%%/landscapes/zero/description.lb.utf8 %%DATADIR%%/landscapes/zero/description.nl.utf8 %%DATADIR%%/landscapes/zero/description.pt_BR.utf8 %%DATADIR%%/landscapes/zero/description.ro.utf8 @@ -1366,44 +1408,30 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/al-sufi/description.en.utf8 %%DATADIR%%/skycultures/al-sufi/description.es.utf8 %%DATADIR%%/skycultures/al-sufi/description.gl.utf8 +%%DATADIR%%/skycultures/al-sufi/description.nl.utf8 %%DATADIR%%/skycultures/al-sufi/description.ru.utf8 %%DATADIR%%/skycultures/al-sufi/description.sk.utf8 %%DATADIR%%/skycultures/al-sufi/description.uk.utf8 +%%DATADIR%%/skycultures/al-sufi/description.zh_CN.utf8 +%%DATADIR%%/skycultures/al-sufi/description.zh_TW.utf8 %%DATADIR%%/skycultures/al-sufi/dso_names.fab %%DATADIR%%/skycultures/al-sufi/info.ini %%DATADIR%%/skycultures/al-sufi/star_names.fab -%%DATADIR%%/skycultures/almagest/almstars/cat1.dat -%%DATADIR%%/skycultures/almagest/almstars/cat2.dat -%%DATADIR%%/skycultures/almagest/almstars/cat3.dat -%%DATADIR%%/skycultures/almagest/almstars/catpick.dat -%%DATADIR%%/skycultures/almagest/constellation_names.eng.fab -%%DATADIR%%/skycultures/almagest/constellationship.fab -%%DATADIR%%/skycultures/almagest/corvus_s.png -%%DATADIR%%/skycultures/almagest/description.bn.utf8 -%%DATADIR%%/skycultures/almagest/description.de.utf8 -%%DATADIR%%/skycultures/almagest/description.en.utf8 -%%DATADIR%%/skycultures/almagest/description.es.utf8 -%%DATADIR%%/skycultures/almagest/description.gl.utf8 -%%DATADIR%%/skycultures/almagest/description.ja.utf8 -%%DATADIR%%/skycultures/almagest/description.nl.utf8 -%%DATADIR%%/skycultures/almagest/description.ru.utf8 -%%DATADIR%%/skycultures/almagest/description.sk.utf8 -%%DATADIR%%/skycultures/almagest/description.uk.utf8 -%%DATADIR%%/skycultures/almagest/dso_names.fab -%%DATADIR%%/skycultures/almagest/info.ini -%%DATADIR%%/skycultures/almagest/planet_names.fab -%%DATADIR%%/skycultures/almagest/star_names.fab %%DATADIR%%/skycultures/anutan/constellation_names.eng.fab %%DATADIR%%/skycultures/anutan/constellationship.fab %%DATADIR%%/skycultures/anutan/description.bn.utf8 +%%DATADIR%%/skycultures/anutan/description.de.utf8 %%DATADIR%%/skycultures/anutan/description.en.utf8 %%DATADIR%%/skycultures/anutan/description.es.utf8 +%%DATADIR%%/skycultures/anutan/description.fr.utf8 %%DATADIR%%/skycultures/anutan/description.gl.utf8 +%%DATADIR%%/skycultures/anutan/description.hr.utf8 %%DATADIR%%/skycultures/anutan/description.ja.utf8 %%DATADIR%%/skycultures/anutan/description.nl.utf8 %%DATADIR%%/skycultures/anutan/description.ru.utf8 %%DATADIR%%/skycultures/anutan/description.sk.utf8 %%DATADIR%%/skycultures/anutan/description.uk.utf8 +%%DATADIR%%/skycultures/anutan/description.zh_CN.utf8 %%DATADIR%%/skycultures/anutan/dso_names.fab %%DATADIR%%/skycultures/anutan/info.ini %%DATADIR%%/skycultures/anutan/planet_names.fab @@ -1416,6 +1444,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/arabic_moon_stations/description.en.utf8 %%DATADIR%%/skycultures/arabic_moon_stations/description.es.utf8 %%DATADIR%%/skycultures/arabic_moon_stations/description.gl.utf8 +%%DATADIR%%/skycultures/arabic_moon_stations/description.hr.utf8 %%DATADIR%%/skycultures/arabic_moon_stations/description.nl.utf8 %%DATADIR%%/skycultures/arabic_moon_stations/description.ru.utf8 %%DATADIR%%/skycultures/arabic_moon_stations/description.sk.utf8 @@ -1445,6 +1474,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/aztec/description.es.utf8 %%DATADIR%%/skycultures/aztec/description.fr.utf8 %%DATADIR%%/skycultures/aztec/description.gl.utf8 +%%DATADIR%%/skycultures/aztec/description.hr.utf8 %%DATADIR%%/skycultures/aztec/description.hu.utf8 %%DATADIR%%/skycultures/aztec/description.ja.utf8 %%DATADIR%%/skycultures/aztec/description.nl.utf8 @@ -1468,6 +1498,73 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/aztec/xonecuilli_Glifo.png %%DATADIR%%/skycultures/aztec/xonecuilli_crop.png %%DATADIR%%/skycultures/aztec/xonecuilli_t.png +%%DATADIR%%/skycultures/babylonian_mulapin/800px-MulApin-BritishMuseum.jpg +%%DATADIR%%/skycultures/babylonian_mulapin/Balance_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Bow+Arrow_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Crab_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Crook_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Enki_older_bg.jpg +%%DATADIR%%/skycultures/babylonian_mulapin/Enlil2_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Field_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Furrow_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/GoatFish_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/GreatTwins_bg.jpg +%%DATADIR%%/skycultures/babylonian_mulapin/Gula_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Harrow_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/HiredMan_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/HornCrown_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Hund_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Ishtar_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/KhabasiranuMouse_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/LittleTwins_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/MadDog_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Mush-Snake_b.png +%%DATADIR%%/skycultures/babylonian_mulapin/OldMan_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Pabilsang+ship_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Plough_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Rooster_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Scorpion_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Spadix_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Swallow_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/TrueShepherd_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Urgulu_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Wagon_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/Zababa_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/asterism_lines.fab +%%DATADIR%%/skycultures/babylonian_mulapin/constellation_names.eng.fab +%%DATADIR%%/skycultures/babylonian_mulapin/constellationsart.fab +%%DATADIR%%/skycultures/babylonian_mulapin/constellationship.fab +%%DATADIR%%/skycultures/babylonian_mulapin/corvus_bg.png +%%DATADIR%%/skycultures/babylonian_mulapin/description.bn.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/description.de.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/description.en.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/description.es.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/description.gl.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/description.nl.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/description.sk.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/description.uk.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/description.zh_CN.utf8 +%%DATADIR%%/skycultures/babylonian_mulapin/dso_names.fab +%%DATADIR%%/skycultures/babylonian_mulapin/info.ini +%%DATADIR%%/skycultures/babylonian_mulapin/planet_names.fab +%%DATADIR%%/skycultures/babylonian_mulapin/star_names.fab +%%DATADIR%%/skycultures/babylonian_mulapin/ukadua_bg.png +%%DATADIR%%/skycultures/babylonian_seleucid/asterism_lines.fab +%%DATADIR%%/skycultures/babylonian_seleucid/constellation_names.eng.fab +%%DATADIR%%/skycultures/babylonian_seleucid/constellationship.fab +%%DATADIR%%/skycultures/babylonian_seleucid/description.bn.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/description.de.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/description.en.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/description.es.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/description.gl.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/description.nl.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/description.sk.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/description.uk.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/description.zh_CN.utf8 +%%DATADIR%%/skycultures/babylonian_seleucid/dso_names.fab +%%DATADIR%%/skycultures/babylonian_seleucid/info.ini +%%DATADIR%%/skycultures/babylonian_seleucid/planet_names.fab +%%DATADIR%%/skycultures/babylonian_seleucid/star_names.fab %%DATADIR%%/skycultures/belarusian/constellation_names.eng.fab %%DATADIR%%/skycultures/belarusian/constellationsart.fab %%DATADIR%%/skycultures/belarusian/constellationship.fab @@ -1477,6 +1574,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/belarusian/description.es.utf8 %%DATADIR%%/skycultures/belarusian/description.fr.utf8 %%DATADIR%%/skycultures/belarusian/description.gl.utf8 +%%DATADIR%%/skycultures/belarusian/description.hr.utf8 %%DATADIR%%/skycultures/belarusian/description.ja.utf8 %%DATADIR%%/skycultures/belarusian/description.nl.utf8 %%DATADIR%%/skycultures/belarusian/description.sk.utf8 @@ -1516,10 +1614,10 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/boorong/cwarepil.png %%DATADIR%%/skycultures/boorong/description.be.utf8 %%DATADIR%%/skycultures/boorong/description.bn.utf8 -%%DATADIR%%/skycultures/boorong/description.de.utf8 %%DATADIR%%/skycultures/boorong/description.en.utf8 %%DATADIR%%/skycultures/boorong/description.es.utf8 %%DATADIR%%/skycultures/boorong/description.gl.utf8 +%%DATADIR%%/skycultures/boorong/description.hr.utf8 %%DATADIR%%/skycultures/boorong/description.hu.utf8 %%DATADIR%%/skycultures/boorong/description.ja.utf8 %%DATADIR%%/skycultures/boorong/description.nl.utf8 @@ -1565,6 +1663,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/chinese/description.es.utf8 %%DATADIR%%/skycultures/chinese/description.fr.utf8 %%DATADIR%%/skycultures/chinese/description.gl.utf8 +%%DATADIR%%/skycultures/chinese/description.hr.utf8 %%DATADIR%%/skycultures/chinese/description.it.utf8 %%DATADIR%%/skycultures/chinese/description.ja.utf8 %%DATADIR%%/skycultures/chinese/description.nl.utf8 @@ -1620,6 +1719,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/chinese_contemporary/description.en.utf8 %%DATADIR%%/skycultures/chinese_contemporary/description.es.utf8 %%DATADIR%%/skycultures/chinese_contemporary/description.gl.utf8 +%%DATADIR%%/skycultures/chinese_contemporary/description.hr.utf8 %%DATADIR%%/skycultures/chinese_contemporary/description.ja.utf8 %%DATADIR%%/skycultures/chinese_contemporary/description.nl.utf8 %%DATADIR%%/skycultures/chinese_contemporary/description.sk.utf8 @@ -1716,6 +1816,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/dakota/description.en.utf8 %%DATADIR%%/skycultures/dakota/description.es.utf8 %%DATADIR%%/skycultures/dakota/description.gl.utf8 +%%DATADIR%%/skycultures/dakota/description.hr.utf8 %%DATADIR%%/skycultures/dakota/description.ja.utf8 %%DATADIR%%/skycultures/dakota/description.nl.utf8 %%DATADIR%%/skycultures/dakota/description.sk.utf8 @@ -1763,6 +1864,164 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/egyptian/info.ini %%DATADIR%%/skycultures/egyptian/planet_names.fab %%DATADIR%%/skycultures/egyptian/star_names.fab +%%DATADIR%%/skycultures/greek_almagest/constellation_names.eng.fab +%%DATADIR%%/skycultures/greek_almagest/constellationship.fab +%%DATADIR%%/skycultures/greek_almagest/corvus_s.png +%%DATADIR%%/skycultures/greek_almagest/description.bn.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.de.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.en.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.es.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.fr.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.gl.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.hr.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.ja.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.nl.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.ru.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.sk.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.uk.utf8 +%%DATADIR%%/skycultures/greek_almagest/description.zh_CN.utf8 +%%DATADIR%%/skycultures/greek_almagest/dso_names.fab +%%DATADIR%%/skycultures/greek_almagest/info.ini +%%DATADIR%%/skycultures/greek_almagest/planet_names.fab +%%DATADIR%%/skycultures/greek_almagest/star_names.fab +%%DATADIR%%/skycultures/greek_farnese/Atlas_(Farnese_Globe).jpg +%%DATADIR%%/skycultures/greek_farnese/CrB_bg.png +%%DATADIR%%/skycultures/greek_farnese/Eri.png +%%DATADIR%%/skycultures/greek_farnese/Farnese_viereck.png +%%DATADIR%%/skycultures/greek_farnese/Lib.png +%%DATADIR%%/skycultures/greek_farnese/and_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/aql_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/aqr_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/ara_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/arg_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/ari_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/aur_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/boo_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/cap.png +%%DATADIR%%/skycultures/greek_farnese/cas_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/cen_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/cep_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/cet_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/cma_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/cnc_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/constellation_names.eng.fab +%%DATADIR%%/skycultures/greek_farnese/constellationsart.fab +%%DATADIR%%/skycultures/greek_farnese/constellationship.fab +%%DATADIR%%/skycultures/greek_farnese/crA_bg.png +%%DATADIR%%/skycultures/greek_farnese/cyg_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/del_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/description.de.utf8 +%%DATADIR%%/skycultures/greek_farnese/description.en.utf8 +%%DATADIR%%/skycultures/greek_farnese/description.es.utf8 +%%DATADIR%%/skycultures/greek_farnese/description.gl.utf8 +%%DATADIR%%/skycultures/greek_farnese/description.ru.utf8 +%%DATADIR%%/skycultures/greek_farnese/description.uk.utf8 +%%DATADIR%%/skycultures/greek_farnese/dra_bg.png +%%DATADIR%%/skycultures/greek_farnese/dra_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/dso_names.fab +%%DATADIR%%/skycultures/greek_farnese/gem_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/hand_oph.png +%%DATADIR%%/skycultures/greek_farnese/hand_ori.png +%%DATADIR%%/skycultures/greek_farnese/her_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/hya_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/info.ini +%%DATADIR%%/skycultures/greek_farnese/leo_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/lep_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/lup_bg.png +%%DATADIR%%/skycultures/greek_farnese/lyr_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/oph_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/ori_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/peg_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/per_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/psc_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/sco_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/sgr_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/star_names.fab +%%DATADIR%%/skycultures/greek_farnese/tau_sw_bg.png +%%DATADIR%%/skycultures/greek_farnese/vir_sw_bg.png +%%DATADIR%%/skycultures/greek_leidenAratea/Arg_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/CMa_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/CMi_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/Cep_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/CrB_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/Cyg_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/Del_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/Dra+UMa+UMi_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/Eri_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/Her_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/Lyr_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/Oph_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/and_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/aql_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/aqr_Aratea_b_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/ara_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/ari_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/aur_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/boo_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/cap_Aratea_b_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/cas_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/cet_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/cnc_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/constellation_names.eng.fab +%%DATADIR%%/skycultures/greek_leidenAratea/constellationsart.fab +%%DATADIR%%/skycultures/greek_leidenAratea/constellationship.fab +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/Aratea fol. 3v und 4r.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_and.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_aql.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_aqr.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_ara.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_arg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_ari.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_aur.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_boo.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_cap.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_cas.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_cep.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_cet.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_cma.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_cmi.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_cnc.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_crB.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_cyg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_del.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_dra.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_eri.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_gem.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_her.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_hya.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_leo.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_lep.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_lyr.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_oph.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_ori.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_peg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_per.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_plei.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_psA.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_psc.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_sgr.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_tau.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/descr_pics/aratea_small_tri.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/description.de.utf8 +%%DATADIR%%/skycultures/greek_leidenAratea/description.en.utf8 +%%DATADIR%%/skycultures/greek_leidenAratea/description.es.utf8 +%%DATADIR%%/skycultures/greek_leidenAratea/description.uk.utf8 +%%DATADIR%%/skycultures/greek_leidenAratea/dso_names.fab +%%DATADIR%%/skycultures/greek_leidenAratea/gem_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/hya_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/info.ini +%%DATADIR%%/skycultures/greek_leidenAratea/leo_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/lep_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/ori_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/peg_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/per_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/plejaden_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/psa_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/psc_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/sgr_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/star_names.fab +%%DATADIR%%/skycultures/greek_leidenAratea/tau_Aratea_bg.jpg +%%DATADIR%%/skycultures/greek_leidenAratea/tri_Aratea_bg.jpg %%DATADIR%%/skycultures/hawaiian_starlines/constellation_names.eng.fab %%DATADIR%%/skycultures/hawaiian_starlines/constellationsart.fab %%DATADIR%%/skycultures/hawaiian_starlines/constellationship.fab @@ -1770,6 +2029,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/hawaiian_starlines/description.en.utf8 %%DATADIR%%/skycultures/hawaiian_starlines/description.es.utf8 %%DATADIR%%/skycultures/hawaiian_starlines/description.gl.utf8 +%%DATADIR%%/skycultures/hawaiian_starlines/description.hr.utf8 %%DATADIR%%/skycultures/hawaiian_starlines/description.ja.utf8 %%DATADIR%%/skycultures/hawaiian_starlines/description.nl.utf8 %%DATADIR%%/skycultures/hawaiian_starlines/description.sk.utf8 @@ -1858,8 +2118,8 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/inuit/description.es.utf8 %%DATADIR%%/skycultures/inuit/description.fr.utf8 %%DATADIR%%/skycultures/inuit/description.gl.utf8 +%%DATADIR%%/skycultures/inuit/description.hr.utf8 %%DATADIR%%/skycultures/inuit/description.hu.utf8 -%%DATADIR%%/skycultures/inuit/description.it.utf8 %%DATADIR%%/skycultures/inuit/description.ja.utf8 %%DATADIR%%/skycultures/inuit/description.nl.utf8 %%DATADIR%%/skycultures/inuit/description.pt_BR.utf8 @@ -1886,6 +2146,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/japanese_moon_stations/description.en.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.es.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.gl.utf8 +%%DATADIR%%/skycultures/japanese_moon_stations/description.hr.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.ja.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.nl.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.ru.utf8 @@ -1945,6 +2206,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/kamilaroi/description.en.utf8 %%DATADIR%%/skycultures/kamilaroi/description.es.utf8 %%DATADIR%%/skycultures/kamilaroi/description.gl.utf8 +%%DATADIR%%/skycultures/kamilaroi/description.hr.utf8 %%DATADIR%%/skycultures/kamilaroi/description.ja.utf8 %%DATADIR%%/skycultures/kamilaroi/description.nl.utf8 %%DATADIR%%/skycultures/kamilaroi/description.sk.utf8 @@ -1963,6 +2225,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/korean/description.es.utf8 %%DATADIR%%/skycultures/korean/description.fr.utf8 %%DATADIR%%/skycultures/korean/description.gl.utf8 +%%DATADIR%%/skycultures/korean/description.hr.utf8 %%DATADIR%%/skycultures/korean/description.it.utf8 %%DATADIR%%/skycultures/korean/description.ja.utf8 %%DATADIR%%/skycultures/korean/description.nl.utf8 @@ -1983,6 +2246,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/lokono/description.en.utf8 %%DATADIR%%/skycultures/lokono/description.es.utf8 %%DATADIR%%/skycultures/lokono/description.gl.utf8 +%%DATADIR%%/skycultures/lokono/description.hr.utf8 %%DATADIR%%/skycultures/lokono/description.ja.utf8 %%DATADIR%%/skycultures/lokono/description.nl.utf8 %%DATADIR%%/skycultures/lokono/description.sk.utf8 @@ -2000,6 +2264,8 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/macedonian/description.en.utf8 %%DATADIR%%/skycultures/macedonian/description.es.utf8 %%DATADIR%%/skycultures/macedonian/description.gl.utf8 +%%DATADIR%%/skycultures/macedonian/description.hr.utf8 +%%DATADIR%%/skycultures/macedonian/description.ja.utf8 %%DATADIR%%/skycultures/macedonian/description.nl.utf8 %%DATADIR%%/skycultures/macedonian/description.ru.utf8 %%DATADIR%%/skycultures/macedonian/description.sk.utf8 @@ -2038,6 +2304,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/maori/description.es.utf8 %%DATADIR%%/skycultures/maori/description.fr.utf8 %%DATADIR%%/skycultures/maori/description.gl.utf8 +%%DATADIR%%/skycultures/maori/description.hr.utf8 %%DATADIR%%/skycultures/maori/description.hu.utf8 %%DATADIR%%/skycultures/maori/description.it.utf8 %%DATADIR%%/skycultures/maori/description.ja.utf8 @@ -2111,6 +2378,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/mongolian/description.fr.utf8 %%DATADIR%%/skycultures/mongolian/description.gl.utf8 %%DATADIR%%/skycultures/mongolian/description.hu.utf8 +%%DATADIR%%/skycultures/mongolian/description.ja.utf8 %%DATADIR%%/skycultures/mongolian/description.nl.utf8 %%DATADIR%%/skycultures/mongolian/description.sk.utf8 %%DATADIR%%/skycultures/mongolian/description.uk.utf8 @@ -2121,22 +2389,6 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/mongolian/info.ini %%DATADIR%%/skycultures/mongolian/planet_names.fab %%DATADIR%%/skycultures/mongolian/star_names.fab -%%DATADIR%%/skycultures/mulapin/asterism_lines.fab -%%DATADIR%%/skycultures/mulapin/constellation_names.eng.fab -%%DATADIR%%/skycultures/mulapin/constellationship.fab -%%DATADIR%%/skycultures/mulapin/description.bn.utf8 -%%DATADIR%%/skycultures/mulapin/description.de.utf8 -%%DATADIR%%/skycultures/mulapin/description.en.utf8 -%%DATADIR%%/skycultures/mulapin/description.es.utf8 -%%DATADIR%%/skycultures/mulapin/description.gl.utf8 -%%DATADIR%%/skycultures/mulapin/description.nl.utf8 -%%DATADIR%%/skycultures/mulapin/description.sk.utf8 -%%DATADIR%%/skycultures/mulapin/description.uk.utf8 -%%DATADIR%%/skycultures/mulapin/description.zh_CN.utf8 -%%DATADIR%%/skycultures/mulapin/dso_names.fab -%%DATADIR%%/skycultures/mulapin/info.ini -%%DATADIR%%/skycultures/mulapin/planet_names.fab -%%DATADIR%%/skycultures/mulapin/star_names.fab %%DATADIR%%/skycultures/navajo/constellation_names.eng.fab %%DATADIR%%/skycultures/navajo/constellationship.fab %%DATADIR%%/skycultures/navajo/description.ar.utf8 @@ -2148,7 +2400,9 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/navajo/description.es.utf8 %%DATADIR%%/skycultures/navajo/description.fr.utf8 %%DATADIR%%/skycultures/navajo/description.gl.utf8 +%%DATADIR%%/skycultures/navajo/description.hr.utf8 %%DATADIR%%/skycultures/navajo/description.it.utf8 +%%DATADIR%%/skycultures/navajo/description.ja.utf8 %%DATADIR%%/skycultures/navajo/description.nl.utf8 %%DATADIR%%/skycultures/navajo/description.pt_BR.utf8 %%DATADIR%%/skycultures/navajo/description.ru.utf8 @@ -2168,6 +2422,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/norse/description.es.utf8 %%DATADIR%%/skycultures/norse/description.fr.utf8 %%DATADIR%%/skycultures/norse/description.gl.utf8 +%%DATADIR%%/skycultures/norse/description.hr.utf8 %%DATADIR%%/skycultures/norse/description.is.utf8 %%DATADIR%%/skycultures/norse/description.it.utf8 %%DATADIR%%/skycultures/norse/description.ja.utf8 @@ -2191,6 +2446,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/northern_andes/description.en.utf8 %%DATADIR%%/skycultures/northern_andes/description.es.utf8 %%DATADIR%%/skycultures/northern_andes/description.gl.utf8 +%%DATADIR%%/skycultures/northern_andes/description.ja.utf8 %%DATADIR%%/skycultures/northern_andes/description.nl.utf8 %%DATADIR%%/skycultures/northern_andes/description.sk.utf8 %%DATADIR%%/skycultures/northern_andes/description.uk.utf8 @@ -2208,6 +2464,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/ojibwe/description.en.utf8 %%DATADIR%%/skycultures/ojibwe/description.es.utf8 %%DATADIR%%/skycultures/ojibwe/description.gl.utf8 +%%DATADIR%%/skycultures/ojibwe/description.hr.utf8 %%DATADIR%%/skycultures/ojibwe/description.ja.utf8 %%DATADIR%%/skycultures/ojibwe/description.nl.utf8 %%DATADIR%%/skycultures/ojibwe/description.sk.utf8 @@ -2294,6 +2551,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/sami/description.es.utf8 %%DATADIR%%/skycultures/sami/description.fr.utf8 %%DATADIR%%/skycultures/sami/description.gl.utf8 +%%DATADIR%%/skycultures/sami/description.hr.utf8 %%DATADIR%%/skycultures/sami/description.hu.utf8 %%DATADIR%%/skycultures/sami/description.ja.utf8 %%DATADIR%%/skycultures/sami/description.nb.utf8 @@ -2316,6 +2574,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/sardinian/description.es.utf8 %%DATADIR%%/skycultures/sardinian/description.fr.utf8 %%DATADIR%%/skycultures/sardinian/description.gl.utf8 +%%DATADIR%%/skycultures/sardinian/description.hr.utf8 %%DATADIR%%/skycultures/sardinian/description.it.utf8 %%DATADIR%%/skycultures/sardinian/description.ja.utf8 %%DATADIR%%/skycultures/sardinian/description.nl.utf8 @@ -2330,22 +2589,6 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/sardinian/info.ini %%DATADIR%%/skycultures/sardinian/planet_names.fab %%DATADIR%%/skycultures/sardinian/star_names.fab -%%DATADIR%%/skycultures/seleucid/asterism_lines.fab -%%DATADIR%%/skycultures/seleucid/constellation_names.eng.fab -%%DATADIR%%/skycultures/seleucid/constellationship.fab -%%DATADIR%%/skycultures/seleucid/description.bn.utf8 -%%DATADIR%%/skycultures/seleucid/description.de.utf8 -%%DATADIR%%/skycultures/seleucid/description.en.utf8 -%%DATADIR%%/skycultures/seleucid/description.es.utf8 -%%DATADIR%%/skycultures/seleucid/description.gl.utf8 -%%DATADIR%%/skycultures/seleucid/description.nl.utf8 -%%DATADIR%%/skycultures/seleucid/description.sk.utf8 -%%DATADIR%%/skycultures/seleucid/description.uk.utf8 -%%DATADIR%%/skycultures/seleucid/description.zh_CN.utf8 -%%DATADIR%%/skycultures/seleucid/dso_names.fab -%%DATADIR%%/skycultures/seleucid/info.ini -%%DATADIR%%/skycultures/seleucid/planet_names.fab -%%DATADIR%%/skycultures/seleucid/star_names.fab %%DATADIR%%/skycultures/siberian/constellation_names.eng.fab %%DATADIR%%/skycultures/siberian/constellationship.fab %%DATADIR%%/skycultures/siberian/description.be.utf8 @@ -2353,6 +2596,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/siberian/description.en.utf8 %%DATADIR%%/skycultures/siberian/description.es.utf8 %%DATADIR%%/skycultures/siberian/description.gl.utf8 +%%DATADIR%%/skycultures/siberian/description.hr.utf8 %%DATADIR%%/skycultures/siberian/description.hu.utf8 %%DATADIR%%/skycultures/siberian/description.ja.utf8 %%DATADIR%%/skycultures/siberian/description.nl.utf8 @@ -2377,6 +2621,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/tongan/description.es.utf8 %%DATADIR%%/skycultures/tongan/description.fr.utf8 %%DATADIR%%/skycultures/tongan/description.gl.utf8 +%%DATADIR%%/skycultures/tongan/description.hr.utf8 %%DATADIR%%/skycultures/tongan/description.ja.utf8 %%DATADIR%%/skycultures/tongan/description.nl.utf8 %%DATADIR%%/skycultures/tongan/description.pt_BR.utf8 @@ -2415,6 +2660,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/tupi/description.es.utf8 %%DATADIR%%/skycultures/tupi/description.fr.utf8 %%DATADIR%%/skycultures/tupi/description.gl.utf8 +%%DATADIR%%/skycultures/tupi/description.hr.utf8 %%DATADIR%%/skycultures/tupi/description.it.utf8 %%DATADIR%%/skycultures/tupi/description.ja.utf8 %%DATADIR%%/skycultures/tupi/description.nl.utf8 @@ -2437,6 +2683,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/vanuatu_netwar/description.es.utf8 %%DATADIR%%/skycultures/vanuatu_netwar/description.fr.utf8 %%DATADIR%%/skycultures/vanuatu_netwar/description.gl.utf8 +%%DATADIR%%/skycultures/vanuatu_netwar/description.hr.utf8 %%DATADIR%%/skycultures/vanuatu_netwar/description.ja.utf8 %%DATADIR%%/skycultures/vanuatu_netwar/description.nl.utf8 %%DATADIR%%/skycultures/vanuatu_netwar/description.sk.utf8 @@ -2494,10 +2741,12 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/western/description.ar.utf8 %%DATADIR%%/skycultures/western/description.be.utf8 %%DATADIR%%/skycultures/western/description.bn.utf8 +%%DATADIR%%/skycultures/western/description.de.utf8 %%DATADIR%%/skycultures/western/description.en.utf8 %%DATADIR%%/skycultures/western/description.es.utf8 %%DATADIR%%/skycultures/western/description.fr.utf8 %%DATADIR%%/skycultures/western/description.gl.utf8 +%%DATADIR%%/skycultures/western/description.hr.utf8 %%DATADIR%%/skycultures/western/description.hu.utf8 %%DATADIR%%/skycultures/western/description.is.utf8 %%DATADIR%%/skycultures/western/description.it.utf8 @@ -2570,9 +2819,12 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/western_SnT/constellation_names.eng.fab %%DATADIR%%/skycultures/western_SnT/constellationship.fab %%DATADIR%%/skycultures/western_SnT/description.bn.utf8 +%%DATADIR%%/skycultures/western_SnT/description.de.utf8 %%DATADIR%%/skycultures/western_SnT/description.en.utf8 %%DATADIR%%/skycultures/western_SnT/description.es.utf8 +%%DATADIR%%/skycultures/western_SnT/description.fr.utf8 %%DATADIR%%/skycultures/western_SnT/description.gl.utf8 +%%DATADIR%%/skycultures/western_SnT/description.hr.utf8 %%DATADIR%%/skycultures/western_SnT/description.ja.utf8 %%DATADIR%%/skycultures/western_SnT/description.nl.utf8 %%DATADIR%%/skycultures/western_SnT/description.sk.utf8 @@ -2585,6 +2837,8 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/western_hlad/constellation_names.eng.fab *** 95 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 18:12:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9CBF678CCF; Wed, 29 Sep 2021 18:12:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKPcR6H3wz4fYn; Wed, 29 Sep 2021 18:12:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B812E1D148; Wed, 29 Sep 2021 18:12:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TICtZh063112; Wed, 29 Sep 2021 18:12:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TICtCl063111; Wed, 29 Sep 2021 18:12:55 GMT (envelope-from git) Date: Wed, 29 Sep 2021 18:12:55 GMT Message-Id: <202109291812.18TICtCl063111@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: dfdbd631a3a2 - main - misc/hxtools: update the port to version 20210928. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dfdbd631a3a2e8d589d4df5e4b4b1d243436ecbe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 18:12:56 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfdbd631a3a2e8d589d4df5e4b4b1d243436ecbe commit dfdbd631a3a2e8d589d4df5e4b4b1d243436ecbe Author: Alexey Dokuchaev AuthorDate: 2021-09-29 18:12:18 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-09-29 18:12:19 +0000 misc/hxtools: update the port to version 20210928. Reported by: portscout --- misc/hxtools/Makefile | 2 +- misc/hxtools/distinfo | 6 +++--- misc/hxtools/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/misc/hxtools/Makefile b/misc/hxtools/Makefile index 9f95aff2429d..767f5822eb46 100644 --- a/misc/hxtools/Makefile +++ b/misc/hxtools/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME= hxtools -PORTVERSION= 20210803 +PORTVERSION= 20210928 CATEGORIES= misc MASTER_SITES= http://inai.de/files/hxtools/ diff --git a/misc/hxtools/distinfo b/misc/hxtools/distinfo index 1e245a9735d0..0ac0dd2fc00f 100644 --- a/misc/hxtools/distinfo +++ b/misc/hxtools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628018717 -SHA256 (hxtools-20210803.tar.xz) = 978be4e3a28bd1f8f64a721cbc581124819853cfad03aff02c7b9c890f739a60 -SIZE (hxtools-20210803.tar.xz) = 209624 +TIMESTAMP = 1632856895 +SHA256 (hxtools-20210928.tar.xz) = e9f0aeb2f64a66ff30c5ee8529bb2fd2cdb2c8521e5ad63d41f3e42aba81250a +SIZE (hxtools-20210928.tar.xz) = 211464 diff --git a/misc/hxtools/pkg-plist b/misc/hxtools/pkg-plist index 95a3c0a1ecad..cb5e814790c0 100644 --- a/misc/hxtools/pkg-plist +++ b/misc/hxtools/pkg-plist @@ -113,6 +113,7 @@ man/man8/vcsaview.8.gz man/man8/xfs_irecover.8.gz %%PORTDOCS%%%%DOCSDIR%%/changelog.rst %%PORTEXAMPLES%%%%EXAMPLESDIR%%/colortable +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cp437 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/git-deconstruct %%PORTEXAMPLES%%%%EXAMPLESDIR%%/neon %%PORTEXAMPLES%%%%EXAMPLESDIR%%/prime.S From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 18:17:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7F8A67903E; Wed, 29 Sep 2021 18:17:28 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKPjh4Zmvz4fcq; Wed, 29 Sep 2021 18:17:28 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632939448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=woqf3s5IUrrIOvXMWxAai/7nBZyMGEH5oCid5/Vo4tQ=; b=dMaRwZP7tkEUMmq/XRkN4U5H7Nywm6UHRcXBOodWURzXhGyfE898LA/oAqD8Z094N5PpYF RNEqKo6CPncFTeHSDjR6LsiZNJM6KoP7GkvR3zUu5wTcy/yU7MiZS/1ZAUV2pp8OiT7W6m BHAR80LMuh51nh9+QwOvfAis3AH31r27h+YV08N/j1OP7HtJjpyArlmsSxmJS2MEPkb5FX YuSh1N3AvtdBaIe7MIUdXNyGlCn+66AeNrCY0sN1JVVQ6MFz5WIJBOaoFp+3zM8GTz/Cbp GkVdtwHYafdWX7ue2/vBOHi5+0dVtvRaSOBHlWTUG9dJt5ik8x6xVCgtS2MEHQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8AF16129CF; Wed, 29 Sep 2021 18:17:28 +0000 (UTC) Date: Wed, 29 Sep 2021 18:17:28 +0000 From: Alexey Dokuchaev To: Koichiro Iwao Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 4886d3afe2ed - main - x11-fm/mucommander: unbreak Message-ID: References: <202109291154.18TBssAe054689@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109291154.18TBssAe054689@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1632939448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=woqf3s5IUrrIOvXMWxAai/7nBZyMGEH5oCid5/Vo4tQ=; b=lGr7YxgpBIFSS00RyguC+cyjfbVgSIdOmLw+h43hnAgT8B8/n+jRqx8ujBJLSQG8EW7ozE CM/sZcYZ6Q7GLpr2+aOdGKpJrNK0jJs843O+dDNxiNWLDzb0jkjwgQdqu/cf9rdQSoKrGS JcFxOCePp/0sYR79iO3gwRqUrO7BZ0Us43TPQwcpS1HMEMxrMsLZfTaAj1RaK8c5+EGZ8F P6F6VZL4x5D3kkMksN1M/x0fCSLpThJwu6H/2AVylrNiBPeuVwOf0IuBml+aN/dvsaoFyf n8Kt0FRlyJ5MnO+Qa7Gubzf6actDedB/kYbu8N6b29zDH93KBj7duRcxAbiiKQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1632939448; a=rsa-sha256; cv=none; b=Ygl/wVneSuuxs8S8MrAFoNlZzoCQ7vhlz6flCXd5Mlw1pD8LCUb+B6jJXV5NwprlVJ/9/n kXo9SD6hiZMvJ4cnvyiitmod1G3dF1wb9Mw10wEaSiFb7AUiDLRV3dplJT+Y5MqsciZLJS 1zq/ZMldcFdtgYveA9NcMQUcrtiuF6lm9HdCevPDP0z48kL+tgDenqD83uvb6QR9lcKpsu QL8GUYKj7xSOeyeVj3VUQFtuYfZn2j6gowaas2DsMywc5eh/SEh2c0uqCbGNiAXrxcAJ+6 epDpVL3tpubTM5LJCBg1jv6d4/SI4Xp6HmLnITQrkBWxtDJoejEvP1JyrcTNiQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 18:17:28 -0000 On Wed, Sep 29, 2021 at 11:54:54AM +0000, Koichiro Iwao wrote: > commit 4886d3afe2edc47f40839f972a1891c0dbd64d65 > > x11-fm/mucommander: unbreak > > ... > @@ -28,7 +26,7 @@ OPTIONS_DEFINE= DOCS > > do-install: > @${MKDIR} ${STAGEDIR}${DATADIR} > - ${INSTALL_DATA} ${WRKSRC}/mucommander.jar ${STAGEDIR}${DATADIR} > + ${INSTALL_DATA} ${WRKSRC}/mucommander-0.9.5.jar ${STAGEDIR}${DATADIR}/mucommander.jar It's generally a bad idea to hardcode version numbers in targets recipes, as it would have to be changed upon next update. Why not use something like ${PORTVERSION:R} instead, in this particular case? ./danfe From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 18:19:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C11DD679280; Wed, 29 Sep 2021 18:19:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKPlZ50zyz4gDf; Wed, 29 Sep 2021 18:19:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C11D1CCB9; Wed, 29 Sep 2021 18:19:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TIJ6R2063658; Wed, 29 Sep 2021 18:19:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TIJ6tR063657; Wed, 29 Sep 2021 18:19:06 GMT (envelope-from git) Date: Wed, 29 Sep 2021 18:19:06 GMT Message-Id: <202109291819.18TIJ6tR063657@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: f49a21e45f65 - main - audio/protracker: Update to 1.34 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f49a21e45f65ce3981355bb3e8f472169d8ad4bb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 18:19:06 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=f49a21e45f65ce3981355bb3e8f472169d8ad4bb commit f49a21e45f65ce3981355bb3e8f472169d8ad4bb Author: Emanuel Haupt AuthorDate: 2021-09-29 18:19:02 +0000 Commit: Emanuel Haupt CommitDate: 2021-09-29 18:19:02 +0000 audio/protracker: Update to 1.34 --- audio/protracker/Makefile | 2 +- audio/protracker/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/protracker/Makefile b/audio/protracker/Makefile index 7f8acbebe842..f7b62572b93d 100644 --- a/audio/protracker/Makefile +++ b/audio/protracker/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt PORTNAME= protracker -PORTVERSION= 1.33 +PORTVERSION= 1.34 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= audio diff --git a/audio/protracker/distinfo b/audio/protracker/distinfo index 3e031ca07986..2954333ccfc6 100644 --- a/audio/protracker/distinfo +++ b/audio/protracker/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1631727638 +TIMESTAMP = 1632858163 SHA256 (protracker-extras-1.tar.gz) = 51a078f344611f6a41e44bab9a8640f363224c41a8a5432f55aeba3bb49fbdbf SIZE (protracker-extras-1.tar.gz) = 1267 -SHA256 (8bitbubsy-pt2-clone-v1.33_GH0.tar.gz) = b4d995eb512b444f9cc0f446a825a064885f6700930de1b45ae7ebb95c2a2187 -SIZE (8bitbubsy-pt2-clone-v1.33_GH0.tar.gz) = 7728121 +SHA256 (8bitbubsy-pt2-clone-v1.34_GH0.tar.gz) = 037a9727103928e438897c5f56e6037b567d09bd26ac1b212712851432c16ffc +SIZE (8bitbubsy-pt2-clone-v1.34_GH0.tar.gz) = 7729618 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 18:33:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B3586791CF; Wed, 29 Sep 2021 18:33:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKQ4G0GKtz4hDC; Wed, 29 Sep 2021 18:33:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD92B1D07F; Wed, 29 Sep 2021 18:33:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TIXX0R090235; Wed, 29 Sep 2021 18:33:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TIXXDo090234; Wed, 29 Sep 2021 18:33:33 GMT (envelope-from git) Date: Wed, 29 Sep 2021 18:33:33 GMT Message-Id: <202109291833.18TIXXDo090234@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 9efa094353ee - main - devel/py-jsonrpclib-pelix: Update to 0.4.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9efa094353eee1b1e358a530c379bd1a07a2ca8b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 18:33:34 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=9efa094353eee1b1e358a530c379bd1a07a2ca8b commit 9efa094353eee1b1e358a530c379bd1a07a2ca8b Author: Emanuel Haupt AuthorDate: 2021-09-29 18:33:28 +0000 Commit: Emanuel Haupt CommitDate: 2021-09-29 18:33:28 +0000 devel/py-jsonrpclib-pelix: Update to 0.4.3.1 --- devel/py-jsonrpclib-pelix/Makefile | 2 +- devel/py-jsonrpclib-pelix/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-jsonrpclib-pelix/Makefile b/devel/py-jsonrpclib-pelix/Makefile index e420f93838cb..7710773fc37a 100644 --- a/devel/py-jsonrpclib-pelix/Makefile +++ b/devel/py-jsonrpclib-pelix/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt PORTNAME= jsonrpclib-pelix -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.3.1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jsonrpclib-pelix/distinfo b/devel/py-jsonrpclib-pelix/distinfo index 62cabdc98e65..458e6f3e96b9 100644 --- a/devel/py-jsonrpclib-pelix/distinfo +++ b/devel/py-jsonrpclib-pelix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632810798 -SHA256 (jsonrpclib-pelix-0.4.3.tar.gz) = 768e0a48249fbc6387564bb18ef347fd5db5b6ac74b86d5b1c009855850b14b3 -SIZE (jsonrpclib-pelix-0.4.3.tar.gz) = 43854 +TIMESTAMP = 1632940229 +SHA256 (jsonrpclib-pelix-0.4.3.1.tar.gz) = f6f376c72ec1c0dfd69fcc2721d711f6ca1fe22bf71f99e6884c5e43e9b58c95 +SIZE (jsonrpclib-pelix-0.4.3.1.tar.gz) = 42913 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 19:09:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 213EF679746; Wed, 29 Sep 2021 19:09:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKQsJ0V8Jz4k32; Wed, 29 Sep 2021 19:09:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E120E1DB21; Wed, 29 Sep 2021 19:09:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TJ97at031105; Wed, 29 Sep 2021 19:09:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TJ97Ef031104; Wed, 29 Sep 2021 19:09:07 GMT (envelope-from git) Date: Wed, 29 Sep 2021 19:09:07 GMT Message-Id: <202109291909.18TJ97Ef031104@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tijl Coosemans Subject: git: e0eccb7bba0b - main - devel/automake: Update to 1.16.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tijl X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e0eccb7bba0bef8801b0bb8ba4036bf224097cf5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 19:09:08 -0000 The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0eccb7bba0bef8801b0bb8ba4036bf224097cf5 commit e0eccb7bba0bef8801b0bb8ba4036bf224097cf5 Author: Yasuhiro Kimura AuthorDate: 2021-09-28 10:21:52 +0000 Commit: Tijl Coosemans CommitDate: 2021-09-29 19:03:15 +0000 devel/automake: Update to 1.16.4 PR: 258037 Exp-run by: antoine --- devel/automake/Makefile | 2 +- devel/automake/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 3fb172252b51..8d4c3a2e0b53 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ # Created by: Ade Lovett PORTNAME= automake -PORTVERSION= 1.16.3 +PORTVERSION= 1.16.4 CATEGORIES= devel MASTER_SITES= GNU diff --git a/devel/automake/distinfo b/devel/automake/distinfo index 5256d8aa9ffe..8943b19ae556 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607264835 -SHA256 (automake-1.16.3.tar.xz) = ff2bf7656c4d1c6fdda3b8bebb21f09153a736bcba169aaf65eab25fa113bf3a -SIZE (automake-1.16.3.tar.xz) = 1590708 +TIMESTAMP = 1629873306 +SHA256 (automake-1.16.4.tar.xz) = 80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d +SIZE (automake-1.16.4.tar.xz) = 1599336 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 19:09:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B598679A32; Wed, 29 Sep 2021 19:09:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKQsK19c1z4k7X; Wed, 29 Sep 2021 19:09:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06A971D771; Wed, 29 Sep 2021 19:09:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TJ98ra031129; Wed, 29 Sep 2021 19:09:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TJ98T4031128; Wed, 29 Sep 2021 19:09:08 GMT (envelope-from git) Date: Wed, 29 Sep 2021 19:09:08 GMT Message-Id: <202109291909.18TJ98T4031128@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tijl Coosemans Subject: git: 5945f7dd94e4 - main - security/sssd: Fix build with automake 1.16.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tijl X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5945f7dd94e4a347f4ae3b32cf17222c988674ad Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 19:09:09 -0000 The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=5945f7dd94e4a347f4ae3b32cf17222c988674ad commit 5945f7dd94e4a347f4ae3b32cf17222c988674ad Author: Tijl Coosemans AuthorDate: 2021-09-28 11:56:43 +0000 Commit: Tijl Coosemans CommitDate: 2021-09-29 19:04:39 +0000 security/sssd: Fix build with automake 1.16.4 Approved by: portmgr (antoine) --- security/sssd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 7b0679bee5e6..73e0055fe3f0 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -37,7 +37,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-selinux --without-semanage \ --without-libnl --without-nfsv4-idmapd-plugin \ --without-autofs --without-secrets --without-kcm \ - --without-python2-bindings \ + --without-python2-bindings --with-python-prefix=${PREFIX} \ --with-init-dir=no \ --disable-cifs-idmap-plugin \ --with-unicode-lib=libunistring \ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 24AFE67ABE5; Wed, 29 Sep 2021 20:02:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2d0Rn7z4nMl; Wed, 29 Sep 2021 20:02:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3A3B1E909; Wed, 29 Sep 2021 20:02:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2GHB010605; Wed, 29 Sep 2021 20:02:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2G81010604; Wed, 29 Sep 2021 20:02:16 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:16 GMT Message-Id: <202109292002.18TK2G81010604@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 6e61175b9f4d - main - editors/pico-alpine: Fix CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6e61175b9f4d6c8c0006752e5d48b78527038bf9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:17 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e61175b9f4d6c8c0006752e5d48b78527038bf9 commit 6e61175b9f4d6c8c0006752e5d48b78527038bf9 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:29:16 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:29:16 +0000 editors/pico-alpine: Fix CPE information Approved by: portmgr (blanket) --- editors/pico-alpine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index b4a34bb06c8f..92bcf54f6f72 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -13,6 +13,7 @@ PLIST= ${.CURDIR}/pkg-plist PATCHDIR= # To void equivalent in master port PKGMESSAGE= /nonexistent # To void equivalent in master port PKGINSTALL= /nonexistent # To void equivalent in master port +CPE_PRODUCT= alpine PICO_ALPINE_SLAVE= yes From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49D5367ABEA; Wed, 29 Sep 2021 20:02:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2j5f67z4nnw; Wed, 29 Sep 2021 20:02:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7881C1E90C; Wed, 29 Sep 2021 20:02:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2L8o010708; Wed, 29 Sep 2021 20:02:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2L4u010707; Wed, 29 Sep 2021 20:02:21 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:21 GMT Message-Id: <202109292002.18TK2L4u010707@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 8b8cd3da9096 - main - lang/guile2: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8b8cd3da9096a422e02ff79a804057aaaaf40a74 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:22 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b8cd3da9096a422e02ff79a804057aaaaf40a74 commit 8b8cd3da9096a422e02ff79a804057aaaaf40a74 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:36:31 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:36:31 +0000 lang/guile2: Add CPE information Approved by: portmgr (blanket) --- lang/guile2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile index f95125301721..c6c5e8ba28a4 100644 --- a/lang/guile2/Makefile +++ b/lang/guile2/Makefile @@ -18,10 +18,12 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libunistring.so:devel/libunistring \ libffi.so:devel/libffi -USES= charsetfix compiler:c11 gmake iconv libtool makeinfo ncurses pathfix \ +USES= charsetfix compiler:c11 cpe gmake iconv libtool makeinfo ncurses pathfix \ pkgconfig readline tar:lz USE_LDCONFIG= yes +CPE_VENDOR= gnu + CONFLICTS_INSTALL= guile-[0-9]* MAKE_JOBS_UNSAFE= yes From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6CD7A67A651; Wed, 29 Sep 2021 20:02:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2f2PyYz4nQd; Wed, 29 Sep 2021 20:02:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D87B1E6AC; Wed, 29 Sep 2021 20:02:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2H2O010633; Wed, 29 Sep 2021 20:02:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2HZ6010632; Wed, 29 Sep 2021 20:02:17 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:17 GMT Message-Id: <202109292002.18TK2HZ6010632@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 345734b82815 - main - devel/gitaly: Fix CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 345734b82815305bad860029d315c7a109c734e0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:18 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=345734b82815305bad860029d315c7a109c734e0 commit 345734b82815305bad860029d315c7a109c734e0 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:31:38 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:31:38 +0000 devel/gitaly: Fix CPE information Approved by: portmgr (blanket) --- devel/gitaly/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index fa3c993d856b..a257855a00e3 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -36,6 +36,8 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cpe gmake go:modules,no_targets pkgconfig USE_RUBY= yes +CPE_VENDOR= gitlab + MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" # make sure to pass go build options into make process MAKE_ENV+= ${GO_ENV} From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A33AD67A664; Wed, 29 Sep 2021 20:02:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2m214bz4nlQ; Wed, 29 Sep 2021 20:02:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA81D1E722; Wed, 29 Sep 2021 20:02:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2NkJ010756; Wed, 29 Sep 2021 20:02:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2N1v010755; Wed, 29 Sep 2021 20:02:23 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:23 GMT Message-Id: <202109292002.18TK2N1v010755@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 6df4583477e3 - main - graphics/linux-c7-cairo: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6df4583477e35b5a6c4c0e78bc18b7397c5ec615 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:25 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6df4583477e35b5a6c4c0e78bc18b7397c5ec615 commit 6df4583477e35b5a6c4c0e78bc18b7397c5ec615 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:39:37 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:39:37 +0000 graphics/linux-c7-cairo: Add CPE information Approved by: portmgr (blanket) --- graphics/linux-c7-cairo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/linux-c7-cairo/Makefile b/graphics/linux-c7-cairo/Makefile index c098120a888f..c8d073004e2f 100644 --- a/graphics/linux-c7-cairo/Makefile +++ b/graphics/linux-c7-cairo/Makefile @@ -9,10 +9,11 @@ CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) -USES= linux:c7 +USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX= dri fontconfig pixman png xorglibs USE_LINUX_RPM= yes +CPE_VENDOR= cairographics CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9016167A92F; Wed, 29 Sep 2021 20:02:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2h3Z5Wz4nnm; Wed, 29 Sep 2021 20:02:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 581941E6AE; Wed, 29 Sep 2021 20:02:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2KAa010684; Wed, 29 Sep 2021 20:02:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2KXx010683; Wed, 29 Sep 2021 20:02:20 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:20 GMT Message-Id: <202109292002.18TK2KXx010683@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: e82f2fd8e4e5 - main - japanese/nethack34: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e82f2fd8e4e54fc735491c5d27567b5d6d20cc99 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:20 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=e82f2fd8e4e54fc735491c5d27567b5d6d20cc99 commit e82f2fd8e4e54fc735491c5d27567b5d6d20cc99 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:34:45 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:34:45 +0000 japanese/nethack34: Add CPE information Approved by: portmgr (blanket) --- japanese/nethack34/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index e121aaf8d30f..e06fcbe5c57f 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -16,7 +16,7 @@ COMMENT= Japanized NetHack WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake tar:tgz +USES= cpe gmake tar:tgz MAKE_ENV= GRAPHICS="${GRAPHICS}" PLIST_SUB= HACKNAME="${HACKNAME}" From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B20A467ACE2; Wed, 29 Sep 2021 20:02:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2g43cfz4nQp; Wed, 29 Sep 2021 20:02:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30EB51E90A; Wed, 29 Sep 2021 20:02:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2JGd010660; Wed, 29 Sep 2021 20:02:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2J6k010659; Wed, 29 Sep 2021 20:02:19 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:19 GMT Message-Id: <202109292002.18TK2J6k010659@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: a71ca52047ae - main - japanese/namazu2: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a71ca52047ae8533aabe08927daeb29d579ce045 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:19 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=a71ca52047ae8533aabe08927daeb29d579ce045 commit a71ca52047ae8533aabe08927daeb29d579ce045 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:33:21 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:33:21 +0000 japanese/namazu2: Add CPE information Approved by: portmgr (blanket) --- japanese/namazu2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index cf59033aa516..e8e44c8d6f75 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -22,6 +22,6 @@ RUN_DEPENDS+= ja-p5-MeCab>=0:japanese/p5-MeCab .include "${.CURDIR}/../../databases/namazu2/Makefile.common" -USES= metaport perl5 +USES= cpe metaport perl5 .include From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EB1167A173; Wed, 29 Sep 2021 20:02:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2k6Hztz4nlM; Wed, 29 Sep 2021 20:02:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F7C31E78A; Wed, 29 Sep 2021 20:02:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2M7n010732; Wed, 29 Sep 2021 20:02:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2MhS010731; Wed, 29 Sep 2021 20:02:22 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:22 GMT Message-Id: <202109292002.18TK2MhS010731@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 43eff783d722 - main - devel/py-twisted: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 43eff783d722e1e8f2cd8d40058f9d53827c6c04 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:23 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=43eff783d722e1e8f2cd8d40058f9d53827c6c04 commit 43eff783d722e1e8f2cd8d40058f9d53827c6c04 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:38:04 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:38:04 +0000 devel/py-twisted: Add CPE information Approved by: portmgr (blanket) --- devel/py-twisted/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 056c10a3c17c..821c7f7b60ba 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -24,9 +24,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} -USES= python:3.7+ +USES= cpe python:3.7+ USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= twistedmatrix + NO_ARCH= yes OPTIONS_DEFINE= CONCH HTTP2 SERIAL TLS From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0161D67A66B; Wed, 29 Sep 2021 20:02:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2r3YzPz4npP; Wed, 29 Sep 2021 20:02:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51F2B1E6B2; Wed, 29 Sep 2021 20:02:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2SHS010860; Wed, 29 Sep 2021 20:02:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2SbG010859; Wed, 29 Sep 2021 20:02:28 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:28 GMT Message-Id: <202109292002.18TK2SbG010859@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: ac9d35190af4 - main - math/py-networkx: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ac9d35190af469a1cc7bc7e8b0201ad7bc5ae0f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:29 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac9d35190af469a1cc7bc7e8b0201ad7bc5ae0f6 commit ac9d35190af469a1cc7bc7e8b0201ad7bc5ae0f6 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:47:38 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:47:38 +0000 math/py-networkx: Add CPE information Approved by: portmgr (blanket) --- math/py-networkx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 56473ea9c0b4..2288b690e12b 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -15,10 +15,11 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=4.3.0:devel/py-decorator@${PY_FLAVOR} # ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= cpe python:3.7+ shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_GLOB= *.py NO_ARCH= yes +CPE_VENDOR= python CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}networkx1 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00D0867AD85; Wed, 29 Sep 2021 20:02:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS3110hlz4nTj; Wed, 29 Sep 2021 20:02:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C63F1E1D9; Wed, 29 Sep 2021 20:02:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2aKB011042; Wed, 29 Sep 2021 20:02:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2agQ011041; Wed, 29 Sep 2021 20:02:36 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:36 GMT Message-Id: <202109292002.18TK2agQ011041@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 5186608ef463 - main - net/pjsip: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5186608ef463617381fd631b78a950c15aa63be2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:38 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=5186608ef463617381fd631b78a950c15aa63be2 commit 5186608ef463617381fd631b78a950c15aa63be2 Author: Bernhard Froehlich AuthorDate: 2021-09-29 20:00:02 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 20:00:02 +0000 net/pjsip: Add CPE information Approved by: portmgr (blanket) --- net/pjsip/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile index dad458d27239..07420272e54e 100644 --- a/net/pjsip/Makefile +++ b/net/pjsip/Makefile @@ -11,10 +11,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libportaudio.so:audio/portaudio \ libuuid.so:misc/e2fsprogs-libuuid -USES= gmake localbase pathfix ssl tar:bz2 +USES= cpe gmake localbase pathfix ssl tar:bz2 USE_GITHUB= yes GH_PROJECT= pjproject USE_LDCONFIG= yes +CPE_VENDOR= teluu GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-external-pa \ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E8C867AD01; Wed, 29 Sep 2021 20:02:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2n1Kn9z4nND; Wed, 29 Sep 2021 20:02:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E88701E1D6; Wed, 29 Sep 2021 20:02:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2OZq010786; Wed, 29 Sep 2021 20:02:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2O9w010785; Wed, 29 Sep 2021 20:02:24 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:24 GMT Message-Id: <202109292002.18TK2O9w010785@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: a99f2ca3fb97 - main - mail/claws-mail-vcalendar: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a99f2ca3fb9700677acdc29099502663853a8868 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:25 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=a99f2ca3fb9700677acdc29099502663853a8868 commit a99f2ca3fb9700677acdc29099502663853a8868 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:43:04 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:43:04 +0000 mail/claws-mail-vcalendar: Add CPE information Approved by: portmgr (blanket) --- mail/claws-mail-vcalendar/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile index 9bd651fa2c32..060614b91c9b 100644 --- a/mail/claws-mail-vcalendar/Makefile +++ b/mail/claws-mail-vcalendar/Makefile @@ -9,5 +9,9 @@ LIB_DEPENDS= libical.so:devel/libical CLAWS_PLUGINS_BUILD= ${PORTNAME} +USES+= cpe + +CPE_VENDOR= claws-mail + .include "../claws-mail/Makefile.claws" .include From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE9BD67A6FA; Wed, 29 Sep 2021 20:02:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2x1WZDz4nTN; Wed, 29 Sep 2021 20:02:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA8191E1D8; Wed, 29 Sep 2021 20:02:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2WvO010962; Wed, 29 Sep 2021 20:02:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2WKm010961; Wed, 29 Sep 2021 20:02:32 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:32 GMT Message-Id: <202109292002.18TK2WKm010961@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: cfb6680eb7c4 - main - net/py-tweepy: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cfb6680eb7c4729855a7b64aa4b1808dda8289c4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:34 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfb6680eb7c4729855a7b64aa4b1808dda8289c4 commit cfb6680eb7c4729855a7b64aa4b1808dda8289c4 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:54:37 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:54:37 +0000 net/py-tweepy: Add CPE information Approved by: portmgr (blanket) --- net/py-tweepy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/py-tweepy/Makefile b/net/py-tweepy/Makefile index 78c006f4441c..d774d65cca5a 100644 --- a/net/py-tweepy/Makefile +++ b/net/py-tweepy/Makefile @@ -19,10 +19,12 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.3:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vcrpy>=1.10.3:devel/py-vcrpy@${PY_FLAVOR} -USES= python +USES= cpe python USE_GITHUB= yes USE_PYTHON= autoplist distutils +CPE_VENDOR= josh_roesslein + NO_ARCH= yes TEST_ENV= USE_REPLAY=1 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9317B67A179; Wed, 29 Sep 2021 20:02:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2p2YVnz4nj2; Wed, 29 Sep 2021 20:02:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1428D1E4C1; Wed, 29 Sep 2021 20:02:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2PnN010810; Wed, 29 Sep 2021 20:02:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2PPU010809; Wed, 29 Sep 2021 20:02:25 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:25 GMT Message-Id: <202109292002.18TK2PPU010809@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 78e0d8ab6556 - main - mail/masqmail: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 78e0d8ab6556955563e2d213a8029ca8a8fe93f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:26 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=78e0d8ab6556955563e2d213a8029ca8a8fe93f4 commit 78e0d8ab6556955563e2d213a8029ca8a8fe93f4 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:44:45 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:44:45 +0000 mail/masqmail: Add CPE information Approved by: portmgr (blanket) --- mail/masqmail/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/masqmail/Makefile b/mail/masqmail/Makefile index 65ef1be06f04..5e989eeab621 100644 --- a/mail/masqmail/Makefile +++ b/mail/masqmail/Makefile @@ -11,12 +11,13 @@ COMMENT= Mail server for hosts, not permanently connected to the internet LICENSE= GPLv2 USE_GNOME= glib20 -USES= gnome pkgconfig +USES= cpe gnome pkgconfig USE_RC_SUBR= masqmail GNU_CONFIGURE= yes CFLAGS+= -Wno-trigraphs CONFIGURE_ARGS= --with-user=mailnull --with-group=mail \ --with-confdir=${ETCDIR} --with-logdir=/var/log/masqmail +CPE_VENDOR= marmaro OPTIONS_DEFINE= RESOLVER AUTH DEBUG DOCS OPTIONS_DEFAULT= RESOLVER AUTH From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CDC167A952; Wed, 29 Sep 2021 20:02:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2w07Pbz4nTJ; Wed, 29 Sep 2021 20:02:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C79E81E4C2; Wed, 29 Sep 2021 20:02:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2V3l010938; Wed, 29 Sep 2021 20:02:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2VmX010937; Wed, 29 Sep 2021 20:02:31 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:31 GMT Message-Id: <202109292002.18TK2VmX010937@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: c172989abeec - main - net-mgmt/nfdump: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c172989abeec8677391bb8b9e7fca24c3b56f557 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:32 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=c172989abeec8677391bb8b9e7fca24c3b56f557 commit c172989abeec8677391bb8b9e7fca24c3b56f557 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:52:42 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:52:42 +0000 net-mgmt/nfdump: Add CPE information Approved by: portmgr (blanket) --- net-mgmt/nfdump/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile index 008abd6d69d8..f5ce1ccef3be 100644 --- a/net-mgmt/nfdump/Makefile +++ b/net-mgmt/nfdump/Makefile @@ -12,11 +12,12 @@ COMMENT= Command-line tools to collect and process NetFlow data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/BSD-license.txt -USES= autoreconf compiler:c11 libtool pkgconfig +USES= autoreconf compiler:c11 cpe libtool pkgconfig USE_CSTD= gnu89 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= phaag +CPE_VENDOR= nfdump_project GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 74BA167ABF3; Wed, 29 Sep 2021 20:02:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2v073vz4nT9; Wed, 29 Sep 2021 20:02:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B7F01E6B4; Wed, 29 Sep 2021 20:02:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2U8m010914; Wed, 29 Sep 2021 20:02:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2U5n010913; Wed, 29 Sep 2021 20:02:30 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:30 GMT Message-Id: <202109292002.18TK2U5n010913@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 20de9a425d90 - main - multimedia/atomicparsley: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 20de9a425d904be4aa81ceda0d99d4c05afb6b07 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:31 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=20de9a425d904be4aa81ceda0d99d4c05afb6b07 commit 20de9a425d904be4aa81ceda0d99d4c05afb6b07 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:50:59 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:50:59 +0000 multimedia/atomicparsley: Add CPE information Approved by: portmgr (blanket) --- multimedia/atomicparsley/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/atomicparsley/Makefile b/multimedia/atomicparsley/Makefile index 58c6996c3e2d..033dcf4ac7d4 100644 --- a/multimedia/atomicparsley/Makefile +++ b/multimedia/atomicparsley/Makefile @@ -8,9 +8,10 @@ COMMENT= Command line program for reading parsing and setting MP4/M4A metadata LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang cpe USE_GITHUB= yes GH_ACCOUNT= wez +CPE_VENDOR= atomicparsley_project PLIST_FILES= bin/AtomicParsley do-install: From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBEC567A6FE; Wed, 29 Sep 2021 20:02:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2z3PWqz4nRs; Wed, 29 Sep 2021 20:02:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 283181E4C4; Wed, 29 Sep 2021 20:02:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2Zgf011010; Wed, 29 Sep 2021 20:02:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2ZTZ011009; Wed, 29 Sep 2021 20:02:35 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:35 GMT Message-Id: <202109292002.18TK2ZTZ011009@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 835fd6ce3a0b - main - net/py-miniupnpc: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 835fd6ce3a0b940898dcf20ac42244bae7a507a6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:35 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=835fd6ce3a0b940898dcf20ac42244bae7a507a6 commit 835fd6ce3a0b940898dcf20ac42244bae7a507a6 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:58:30 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:58:30 +0000 net/py-miniupnpc: Add CPE information Approved by: portmgr (blanket) --- net/py-miniupnpc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/py-miniupnpc/Makefile b/net/py-miniupnpc/Makefile index 276fbc023ac5..173dbb1c35e3 100644 --- a/net/py-miniupnpc/Makefile +++ b/net/py-miniupnpc/Makefile @@ -10,10 +10,11 @@ LIB_DEPENDS= libminiupnpc.so:${PKGCATEGORY}/miniupnpc MASTERDIR= ${.CURDIR}/../miniupnpc -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist distutils MAKE_ENV= MAKE=gmake PLIST= +CPE_VENDOR= miniupnp_project post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/miniupnpc*.so From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2EE6267A669; Wed, 29 Sep 2021 20:02:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2q45N1z4nNK; Wed, 29 Sep 2021 20:02:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BF901E653; Wed, 29 Sep 2021 20:02:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2R9S010835; Wed, 29 Sep 2021 20:02:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2RN7010834; Wed, 29 Sep 2021 20:02:27 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:27 GMT Message-Id: <202109292002.18TK2RN7010834@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 62dd6f2661c0 - main - mail/perdition: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 62dd6f2661c007eff450ac7094b79c2053bd25c9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:28 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=62dd6f2661c007eff450ac7094b79c2053bd25c9 commit 62dd6f2661c007eff450ac7094b79c2053bd25c9 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:46:09 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:46:09 +0000 mail/perdition: Add CPE information Approved by: portmgr (blanket) --- mail/perdition/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index a538f39bc378..6dedbec7a2e2 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ libvanessa_socket.so:devel/libvanessa_socket \ libvanessa_adt.so:devel/libvanessa_adt -USES= gettext libtool pkgconfig shebangfix +USES= cpe gettext libtool pkgconfig shebangfix SHEBANG_FILES= ${WRKSRC}/perdition/db/ldap/perditiondb_ldap_makedb \ ${WRKSRC}/perdition/db/mysql/perditiondb_mysql_makedb \ ${WRKSRC}/perdition/db/odbc/perditiondb_odbc_makedb \ @@ -25,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= DOCSDIR=${DOCSDIR} CONFIGURE_ARGS+=--localstatedir=/var INSTALL_TARGET= install-strip +CPE_VENDOR= horms USE_LDCONFIG= yes USE_RC_SUBR= perdition perdition.pop3 perdition.pop3s \ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2E4867A6F7; Wed, 29 Sep 2021 20:02:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2t1m9bz4ncW; Wed, 29 Sep 2021 20:02:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AE331E1D7; Wed, 29 Sep 2021 20:02:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2TrE010884; Wed, 29 Sep 2021 20:02:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2Tic010883; Wed, 29 Sep 2021 20:02:29 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:29 GMT Message-Id: <202109292002.18TK2Tic010883@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 4cadbaba830d - main - misc/concourse: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4cadbaba830d8067cb7a90d73ec516cc2f3b8c6e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:31 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cadbaba830d8067cb7a90d73ec516cc2f3b8c6e commit 4cadbaba830d8067cb7a90d73ec516cc2f3b8c6e Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:49:27 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:49:27 +0000 misc/concourse: Add CPE information Approved by: portmgr (blanket) --- misc/concourse/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/concourse/Makefile b/misc/concourse/Makefile index 183832b5bccd..c1672e870e1d 100644 --- a/misc/concourse/Makefile +++ b/misc/concourse/Makefile @@ -9,9 +9,11 @@ COMMENT= Automation system written in Go LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= go:modules +USES= cpe go:modules USE_GITHUB= yes +CPE_VENDOR= pivotal_software + GH_TUPLE= \ Azure:go-autorest:5bd9621f41a0:azure_go_autorest_date/vendor/github.com/Azure/go-autorest \ Azure:go-autorest:autorest/v0.10.1:azure_go_autorest_autorest \ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:02:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B80F67A675; Wed, 29 Sep 2021 20:02:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKS2y4zFrz4npn; Wed, 29 Sep 2021 20:02:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1DEFC1E4C3; Wed, 29 Sep 2021 20:02:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TK2X07010986; Wed, 29 Sep 2021 20:02:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TK2XKR010985; Wed, 29 Sep 2021 20:02:33 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:02:33 GMT Message-Id: <202109292002.18TK2XKR010985@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: a9ef684c3b7e - main - net/py-urllib3: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a9ef684c3b7e063d1349bbfbafc0b79bc58639c5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:02:35 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9ef684c3b7e063d1349bbfbafc0b79bc58639c5 commit a9ef684c3b7e063d1349bbfbafc0b79bc58639c5 Author: Bernhard Froehlich AuthorDate: 2021-09-29 19:56:05 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-29 19:56:05 +0000 net/py-urllib3: Add CPE information Approved by: portmgr (blanket) --- net/py-urllib3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index ea77e8780d08..cbccb9be6ebb 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -24,9 +24,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>=3.6.1:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6:net/py-pysocks@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= python + NO_ARCH= yes SUB_FILES= pkg-message From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:14:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CED0067B116; Wed, 29 Sep 2021 20:14:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKSJR5HHCz4pGq; Wed, 29 Sep 2021 20:14:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 951FA1E758; Wed, 29 Sep 2021 20:14:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TKEFE7024901; Wed, 29 Sep 2021 20:14:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TKEFk5024900; Wed, 29 Sep 2021 20:14:15 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:14:15 GMT Message-Id: <202109292014.18TKEFk5024900@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 631641a66643 - main - devel/goreleaser: Update to 0.180.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 631641a666432f518fc95111e84bd1787a6add00 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:14:15 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=631641a666432f518fc95111e84bd1787a6add00 commit 631641a666432f518fc95111e84bd1787a6add00 Author: Robert Clausecker AuthorDate: 2021-09-29 20:14:05 +0000 Commit: Guangyuan Yang CommitDate: 2021-09-29 20:14:05 +0000 devel/goreleaser: Update to 0.180.3 Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v0.180.3 PR: 258785 --- devel/goreleaser/Makefile | 2 +- devel/goreleaser/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/goreleaser/Makefile b/devel/goreleaser/Makefile index dfc07ab23dd4..b0fbe56d8c91 100644 --- a/devel/goreleaser/Makefile +++ b/devel/goreleaser/Makefile @@ -1,6 +1,6 @@ PORTNAME= goreleaser DISTVERSIONPREFIX= v -DISTVERSION= 0.179.0 +DISTVERSION= 0.180.3 CATEGORIES= devel MAINTAINER= fuz@fuz.su diff --git a/devel/goreleaser/distinfo b/devel/goreleaser/distinfo index 1bdb9c93f43b..7cfb7735f4b1 100644 --- a/devel/goreleaser/distinfo +++ b/devel/goreleaser/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1631890371 -SHA256 (go/devel_goreleaser/goreleaser-v0.179.0/v0.179.0.mod) = 296eca3137c814d3661117f39c27725a5456e5bc62049469f8a3b49c9608e5eb -SIZE (go/devel_goreleaser/goreleaser-v0.179.0/v0.179.0.mod) = 6349 -SHA256 (go/devel_goreleaser/goreleaser-v0.179.0/v0.179.0.zip) = 68759443063c6874cd268d1273688de844ce8ab8d46bed5b7f1b4cf4a9ce2cbf -SIZE (go/devel_goreleaser/goreleaser-v0.179.0/v0.179.0.zip) = 779285 +TIMESTAMP = 1632937692 +SHA256 (go/devel_goreleaser/goreleaser-v0.180.3/v0.180.3.mod) = 2ab8a1b8614ce8744d566eef7628c3d93ddbc651565d7d0ad5a4c3f70f4a8c27 +SIZE (go/devel_goreleaser/goreleaser-v0.180.3/v0.180.3.mod) = 6461 +SHA256 (go/devel_goreleaser/goreleaser-v0.180.3/v0.180.3.zip) = c63ed2f03ed05c016d3d340ada2a17a31027be4f286c304b5f559e691d6ba6ce +SIZE (go/devel_goreleaser/goreleaser-v0.180.3/v0.180.3.zip) = 790630 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 20:14:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D4D067AFE7; Wed, 29 Sep 2021 20:14:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKSJk46GPz4pXN; Wed, 29 Sep 2021 20:14:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CFC61EB04; Wed, 29 Sep 2021 20:14:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TKEUUM025058; Wed, 29 Sep 2021 20:14:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TKEUt9025057; Wed, 29 Sep 2021 20:14:30 GMT (envelope-from git) Date: Wed, 29 Sep 2021 20:14:30 GMT Message-Id: <202109292014.18TKEUt9025057@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 2ab912363afa - main - sysutils/snapraid: Update to 11.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2ab912363afa38b09b141de65e33a2b589cdae0a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 20:14:30 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ab912363afa38b09b141de65e33a2b589cdae0a commit 2ab912363afa38b09b141de65e33a2b589cdae0a Author: Robert Clausecker AuthorDate: 2021-09-29 20:14:21 +0000 Commit: Guangyuan Yang CommitDate: 2021-09-29 20:14:21 +0000 sysutils/snapraid: Update to 11.6 Changelog: https://github.com/amadvance/snapraid/releases/tag/v11.6 PR: 258782 --- sysutils/snapraid/Makefile | 2 +- sysutils/snapraid/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/snapraid/Makefile b/sysutils/snapraid/Makefile index 4b16e78ee1e4..1fb0827395d6 100644 --- a/sysutils/snapraid/Makefile +++ b/sysutils/snapraid/Makefile @@ -1,5 +1,5 @@ PORTNAME= snapraid -DISTVERSION= 11.5 +DISTVERSION= 11.6 CATEGORIES= sysutils archivers MASTER_SITES= https://github.com/amadvance/snapraid/releases/download/v${DISTVERSION}/ diff --git a/sysutils/snapraid/distinfo b/sysutils/snapraid/distinfo index b696a6f46e38..8ac48e2df226 100644 --- a/sysutils/snapraid/distinfo +++ b/sysutils/snapraid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628513090 -SHA256 (snapraid-11.5.tar.gz) = 1f5267261bdbcf4d48b9359ce67184df11905590739140f740327fb73bcecafa -SIZE (snapraid-11.5.tar.gz) = 742480 +TIMESTAMP = 1632925108 +SHA256 (snapraid-11.6.tar.gz) = f030a3830449a78d10af41320da0be21c60f88dc8d328ebd056e0eb7596161cf +SIZE (snapraid-11.6.tar.gz) = 744142 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 21:16:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E5C0467CA8E; Wed, 29 Sep 2021 21:16:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKThn6BXWz4v3J; Wed, 29 Sep 2021 21:16:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B48541F729; Wed, 29 Sep 2021 21:16:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TLGvCh005560; Wed, 29 Sep 2021 21:16:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TLGv9u005559; Wed, 29 Sep 2021 21:16:57 GMT (envelope-from git) Date: Wed, 29 Sep 2021 21:16:57 GMT Message-Id: <202109292116.18TLGv9u005559@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: a4faaf6cf783 - main - deskutils/gnome-todo: Fix build on poudriere bulk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a4faaf6cf7835014b5f69a337b544ea4ee7f9655 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 21:16:58 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4faaf6cf7835014b5f69a337b544ea4ee7f9655 commit a4faaf6cf7835014b5f69a337b544ea4ee7f9655 Author: Neel Chauhan AuthorDate: 2021-09-29 21:15:25 +0000 Commit: Neel Chauhan CommitDate: 2021-09-29 21:16:37 +0000 deskutils/gnome-todo: Fix build on poudriere bulk This fixes a race condition in building the enums. PR: 257667 --- deskutils/gnome-todo/files/patch-src_meson.build | 51 ++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/deskutils/gnome-todo/files/patch-src_meson.build b/deskutils/gnome-todo/files/patch-src_meson.build new file mode 100644 index 000000000000..2f74f1e38aa3 --- /dev/null +++ b/deskutils/gnome-todo/files/patch-src_meson.build @@ -0,0 +1,51 @@ +--- src/meson.build.orig 2021-09-16 17:48:29 UTC ++++ src/meson.build +@@ -16,6 +16,23 @@ vcs_identifier_h = declare_dependency(sources: vcs_tag + + gnome_todo_deps += vcs_identifier_h + ++######### ++# Enums # ++######### ++ ++enum_headers = files( ++ join_paths('animation', 'gtd-animation-enums.h'), ++) ++ ++enum_types = 'gtd-enum-types' ++ ++sources += gnome.mkenums( ++ enum_types, ++ sources: enum_headers, ++ c_template: enum_types + '.c.template', ++ h_template: enum_types + '.h.template' ++) ++ + ########### + # Plugins # + ########### +@@ -41,24 +58,6 @@ subdir('plugins') + gtd_deps = gnome_todo_deps + [ + plugins_dep, + ] +- +- +-######### +-# Enums # +-######### +- +-enum_headers = files( +- join_paths('animation', 'gtd-animation-enums.h'), +-) +- +-enum_types = 'gtd-enum-types' +- +-sources += gnome.mkenums( +- enum_types, +- sources: enum_headers, +- c_template: enum_types + '.c.template', +- h_template: enum_types + '.h.template' +-) + + + ################ From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 21:51:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDB8767CBA5; Wed, 29 Sep 2021 21:51:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKVSB4rm4z3CgG; Wed, 29 Sep 2021 21:51:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 868B41FC97; Wed, 29 Sep 2021 21:51:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TLp6vL056091; Wed, 29 Sep 2021 21:51:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TLp6Rf056090; Wed, 29 Sep 2021 21:51:06 GMT (envelope-from git) Date: Wed, 29 Sep 2021 21:51:06 GMT Message-Id: <202109292151.18TLp6Rf056090@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Vladimir Kondratyev Subject: git: 315ea99b7ac1 - main - graphics/drm-{current, devel}-kmod: Update after 1400034 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wulf X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 315ea99b7ac10dc7ee3f2826dc2556d16e1ba1f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 21:51:06 -0000 The branch main has been updated by wulf (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=315ea99b7ac10dc7ee3f2826dc2556d16e1ba1f4 commit 315ea99b7ac10dc7ee3f2826dc2556d16e1ba1f4 Author: Vladimir Kondratyev AuthorDate: 2021-09-29 21:50:01 +0000 Commit: Vladimir Kondratyev CommitDate: 2021-09-29 21:50:01 +0000 graphics/drm-{current,devel}-kmod: Update after 1400034 PR: 258788 Approved by: x11 (manu) --- graphics/drm-current-kmod/Makefile | 4 ++-- graphics/drm-current-kmod/distinfo | 6 +++--- graphics/drm-devel-kmod/Makefile | 4 ++-- graphics/drm-devel-kmod/distinfo | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/graphics/drm-current-kmod/Makefile b/graphics/drm-current-kmod/Makefile index 7be8ddbd87ed..ce86da0cab2d 100644 --- a/graphics/drm-current-kmod/Makefile +++ b/graphics/drm-current-kmod/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Dieterich PORTNAME= drm-current-kmod -PORTVERSION= 5.4.144.g20210908 +PORTVERSION= 5.4.144.g20210929 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org @@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= drm-kmod -GH_TAGNAME= drm_v5.4.144 +GH_TAGNAME= drm_v5.4.144_1 .include diff --git a/graphics/drm-current-kmod/distinfo b/graphics/drm-current-kmod/distinfo index 98485fc0d15f..94b3c644c037 100644 --- a/graphics/drm-current-kmod/distinfo +++ b/graphics/drm-current-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631056489 -SHA256 (freebsd-drm-kmod-5.4.144.g20210908-drm_v5.4.144_GH0.tar.gz) = 576a0126a9749e337b4858480f7c29b21dab0d61c534daef126a3044ada960a0 -SIZE (freebsd-drm-kmod-5.4.144.g20210908-drm_v5.4.144_GH0.tar.gz) = 18823957 +TIMESTAMP = 1632948160 +SHA256 (freebsd-drm-kmod-5.4.144.g20210929-drm_v5.4.144_1_GH0.tar.gz) = 968726baa7eaf03dfc78f224cc2c0f7afc763607d79e8b3b1eae9f2d485fa7d5 +SIZE (freebsd-drm-kmod-5.4.144.g20210929-drm_v5.4.144_1_GH0.tar.gz) = 18825506 diff --git a/graphics/drm-devel-kmod/Makefile b/graphics/drm-devel-kmod/Makefile index 253c1e285174..083a13a2ad6a 100644 --- a/graphics/drm-devel-kmod/Makefile +++ b/graphics/drm-devel-kmod/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Dieterich PORTNAME= drm-devel-kmod -PORTVERSION= 5.5.19.g20210909 +PORTVERSION= 5.5.19.g20210929 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org @@ -24,7 +24,7 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= drm-kmod -GH_TAGNAME= drm_v5.5.19_3 +GH_TAGNAME= drm_v5.5.19_4 .include diff --git a/graphics/drm-devel-kmod/distinfo b/graphics/drm-devel-kmod/distinfo index 0e3381cd0d4f..d08202c39928 100644 --- a/graphics/drm-devel-kmod/distinfo +++ b/graphics/drm-devel-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631140463 -SHA256 (freebsd-drm-kmod-5.5.19.g20210909-drm_v5.5.19_3_GH0.tar.gz) = 28d57efc6c880aad673da80b9ae1b05482ff15b0886dedd56de6bc35092930de -SIZE (freebsd-drm-kmod-5.5.19.g20210909-drm_v5.5.19_3_GH0.tar.gz) = 18894886 +TIMESTAMP = 1632948087 +SHA256 (freebsd-drm-kmod-5.5.19.g20210929-drm_v5.5.19_4_GH0.tar.gz) = 40ad241cb3194b68a2f16b9a748776c4817398c1924b4384dece8c693f420abc +SIZE (freebsd-drm-kmod-5.5.19.g20210929-drm_v5.5.19_4_GH0.tar.gz) = 18895228 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 21:57:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 95FD967CDBD; Wed, 29 Sep 2021 21:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKVc63Yyhz3CyV; Wed, 29 Sep 2021 21:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 571121FF1F; Wed, 29 Sep 2021 21:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TLvwNU058325; Wed, 29 Sep 2021 21:57:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TLvwd7058324; Wed, 29 Sep 2021 21:57:58 GMT (envelope-from git) Date: Wed, 29 Sep 2021 21:57:58 GMT Message-Id: <202109292157.18TLvwd7058324@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 670c3c8cd9bd - main - java/openjdk17: port to powerpc64le MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 670c3c8cd9bde6a4ebc7d79a0087e98f0e3446b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 21:57:58 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=670c3c8cd9bde6a4ebc7d79a0087e98f0e3446b9 commit 670c3c8cd9bde6a4ebc7d79a0087e98f0e3446b9 Author: Piotr Kubaj AuthorDate: 2021-09-29 21:55:53 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-29 21:55:53 +0000 java/openjdk17: port to powerpc64le --- java/openjdk17/Makefile | 8 +++++--- java/openjdk17/files/patch-src_hotspot_os_bsd_os__bsd.cpp | 12 ++++++++++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index 63d9feb890a4..f57b78326bf0 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -9,7 +9,7 @@ COMMENT= Java Development Kit ${JDK_MAJOR_VERSION} LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 aarch64 +ONLY_FOR_ARCHS= amd64 aarch64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ autoconf>0:devel/autoconf \ @@ -140,10 +140,10 @@ CONFIGURE_ARGS+= --disable-warnings-as-errors .if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) CONFIGURE_ARGS+= --disable-dtrace .endif -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le +.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) CONFIGURE_ARGS+= --disable-precompiled-headers .endif -.if ${ARCH} != amd64 +.if ${ARCH} != amd64 && ${ARCH} != powerpc64le CONFIGURE_ARGS+= --enable-aot=no .endif .if ${ARCH} == powerpc64 && ${OSREL:C/\.[0-9]//} == 12 @@ -168,6 +168,8 @@ post-patch: -e 's|%%ICONV_LDFLAGS%%|${ICONV_LDFLAGS}|' \ -e 's|%%ICONV_LIBS%%|${ICONV_LIBS}|' \ ${WRKSRC}/make/autoconf/libraries.m4 + ${MV} ${WRKSRC}/src/hotspot/os_cpu/bsd_ppc/bytes_bsd_ppc.inline.hpp \ + ${WRKSRC}/src/hotspot/os_cpu/bsd_ppc/bytes_bsd_ppc.hpp do-install: @${MKDIR} ${STAGEDIR}${INSTALLDIR} diff --git a/java/openjdk17/files/patch-src_hotspot_os_bsd_os__bsd.cpp b/java/openjdk17/files/patch-src_hotspot_os_bsd_os__bsd.cpp index 8be2abe3388f..870868e7690e 100644 --- a/java/openjdk17/files/patch-src_hotspot_os_bsd_os__bsd.cpp +++ b/java/openjdk17/files/patch-src_hotspot_os_bsd_os__bsd.cpp @@ -1,5 +1,13 @@ ---- src/hotspot/os/bsd/os_bsd.cpp.orig 2019-03-28 21:47:08.000000000 -0700 -+++ src/hotspot/os/bsd/os_bsd.cpp 2019-03-28 23:08:55.590922000 -0700 +--- src/hotspot/os/bsd/os_bsd.cpp.orig 2021-09-29 21:25:10 UTC ++++ src/hotspot/os/bsd/os_bsd.cpp +@@ -58,6 +58,7 @@ + #include "runtime/thread.inline.hpp" + #include "runtime/threadCritical.hpp" + #include "runtime/timer.hpp" ++#include "runtime/vm_version.hpp" + #include "services/attachListener.hpp" + #include "services/memTracker.hpp" + #include "services/runtimeService.hpp" @@ -361,7 +361,7 @@ #elif defined(__NetBSD__) #define DEFAULT_LIBPATH "/usr/lib:/usr/pkg/lib" From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 21:58:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EABA767D060; Wed, 29 Sep 2021 21:58:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKVdB6LDSz3DCf; Wed, 29 Sep 2021 21:58:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9C4E20129; Wed, 29 Sep 2021 21:58:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TLwsn9058525; Wed, 29 Sep 2021 21:58:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TLwsWp058524; Wed, 29 Sep 2021 21:58:54 GMT (envelope-from git) Date: Wed, 29 Sep 2021 21:58:54 GMT Message-Id: <202109292158.18TLwsWp058524@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: 946ea5ff72bf - main - devel/R-cran-tidyr: Update to 1.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 946ea5ff72bf5386cb9dc09c0011a3e1d3192f6b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 21:58:55 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=946ea5ff72bf5386cb9dc09c0011a3e1d3192f6b commit 946ea5ff72bf5386cb9dc09c0011a3e1d3192f6b Author: TAKATSU Tomonari AuthorDate: 2021-09-29 21:53:57 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-29 21:58:49 +0000 devel/R-cran-tidyr: Update to 1.1.4 --- devel/R-cran-tidyr/Makefile | 6 +++--- devel/R-cran-tidyr/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/R-cran-tidyr/Makefile b/devel/R-cran-tidyr/Makefile index 901927bfcf9e..2eaa3b94ac34 100644 --- a/devel/R-cran-tidyr/Makefile +++ b/devel/R-cran-tidyr/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= tidyr -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,8 +19,8 @@ CRAN_DEPENDS= R-cran-dplyr>=0.8.2:math/R-cran-dplyr \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-tibble>=2.1.1:devel/R-cran-tibble \ R-cran-tidyselect>=1.1.0:devel/R-cran-tidyselect \ - R-cran-vctrs>=0.3.0:devel/R-cran-vctrs \ - R-cran-cpp11>=0.2.1:devel/R-cran-cpp11 + R-cran-vctrs>=0.3.6:devel/R-cran-vctrs \ + R-cran-cpp11>=0.2.6:devel/R-cran-cpp11 BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/devel/R-cran-tidyr/distinfo b/devel/R-cran-tidyr/distinfo index 7a0547daa987..409033d90621 100644 --- a/devel/R-cran-tidyr/distinfo +++ b/devel/R-cran-tidyr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614947808 -SHA256 (tidyr_1.1.3.tar.gz) = 4ac0faf1886749b292aa19aca8ecd2d537d68484725e9af2b9e8a772f2ceeb32 -SIZE (tidyr_1.1.3.tar.gz) = 707909 +TIMESTAMP = 1632909643 +SHA256 (tidyr_1.1.4.tar.gz) = 0b0c98be98a433e15a2550f60330b31a58529a9c58bc2abd7bff6462ab761241 +SIZE (tidyr_1.1.4.tar.gz) = 709082 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 22:14:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7582D67D847; Wed, 29 Sep 2021 22:14:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKVzC2q8Bz3DjF; Wed, 29 Sep 2021 22:14:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4112D20243; Wed, 29 Sep 2021 22:14:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TMEVjC085757; Wed, 29 Sep 2021 22:14:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TMEVMT085756; Wed, 29 Sep 2021 22:14:31 GMT (envelope-from git) Date: Wed, 29 Sep 2021 22:14:31 GMT Message-Id: <202109292214.18TMEVMT085756@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Vladimir Kondratyev Subject: git: a15260875683 - main - misc/utouch-kmod: Update to 0.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wulf X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a15260875683c780f05a736acd76e506a0c7d09d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 22:14:31 -0000 The branch main has been updated by wulf (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=a15260875683c780f05a736acd76e506a0c7d09d commit a15260875683c780f05a736acd76e506a0c7d09d Author: Vladimir Kondratyev AuthorDate: 2021-09-29 22:11:36 +0000 Commit: Vladimir Kondratyev CommitDate: 2021-09-29 22:14:12 +0000 misc/utouch-kmod: Update to 0.0.3 Fix the build with INVARIANTS enabled PR: 258356 Approved by: lwhsu --- misc/utouch-kmod/Makefile | 2 +- misc/utouch-kmod/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/utouch-kmod/Makefile b/misc/utouch-kmod/Makefile index 3464e3be2335..f68cacccd13d 100644 --- a/misc/utouch-kmod/Makefile +++ b/misc/utouch-kmod/Makefile @@ -1,7 +1,7 @@ # Created by: Vladimir Kondratyev PORTNAME= utouch-kmod -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= misc MAINTAINER= wulf@FreeBSD.org diff --git a/misc/utouch-kmod/distinfo b/misc/utouch-kmod/distinfo index 8b6e8de76795..16b3be3d02cb 100644 --- a/misc/utouch-kmod/distinfo +++ b/misc/utouch-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610823961 -SHA256 (wulf7-utouch-0.0.2_GH0.tar.gz) = b4962224cf23b13669c7dfcf2ef1b00590c1c6ed5cba1c77657831ae044e48cf -SIZE (wulf7-utouch-0.0.2_GH0.tar.gz) = 5394 +TIMESTAMP = 1630148807 +SHA256 (wulf7-utouch-0.0.3_GH0.tar.gz) = 90e539a84487f33367083a2d969b4ac48e036324229d65b74db2b8df4a676dda +SIZE (wulf7-utouch-0.0.3_GH0.tar.gz) = 5611 From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 23:03:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5E4567DC3D; Wed, 29 Sep 2021 23:03:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKX40509gz3GNZ; Wed, 29 Sep 2021 23:03:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AF1F21082; Wed, 29 Sep 2021 23:03:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18TN3iwD052867; Wed, 29 Sep 2021 23:03:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18TN3iNx052866; Wed, 29 Sep 2021 23:03:44 GMT (envelope-from git) Date: Wed, 29 Sep 2021 23:03:44 GMT Message-Id: <202109292303.18TN3iNx052866@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 84d91aba9e13 - main - databases/py-alembic14: Add NEW port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 84d91aba9e132ec9d6a1b15d2e8660c94f8a4f14 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 23:03:44 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=84d91aba9e132ec9d6a1b15d2e8660c94f8a4f14 commit 84d91aba9e132ec9d6a1b15d2e8660c94f8a4f14 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-29 23:00:27 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-29 23:00:27 +0000 databases/py-alembic14: Add NEW port As part of upgrading py-alembic to latest upstream version this version of py-alembic is forked as the latest version uses sqlalchemy from 1.3.X branches. Once the dependent ports are fixed py-alembic will be updated to the latest. --- databases/Makefile | 1 + databases/py-alembic14/Makefile | 29 +++++++++++++++++++++++++++++ databases/py-alembic14/distinfo | 3 +++ databases/py-alembic14/pkg-descr | 14 ++++++++++++++ 4 files changed, 47 insertions(+) diff --git a/databases/Makefile b/databases/Makefile index 77055c0b0356..ab4e0546e798 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -748,6 +748,7 @@ SUBDIR += py-aioredis SUBDIR += py-aiosqlite SUBDIR += py-alembic + SUBDIR += py-alembic14 SUBDIR += py-apsw SUBDIR += py-asyncmy SUBDIR += py-asyncpg diff --git a/databases/py-alembic14/Makefile b/databases/py-alembic14/Makefile new file mode 100644 index 000000000000..d52551178304 --- /dev/null +++ b/databases/py-alembic14/Makefile @@ -0,0 +1,29 @@ +PORTNAME= alembic +PORTVERSION= 1.4.3 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 14 + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Database migration tool for SQLAlchemy - 1.4.X Branch + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-editor>=0:devel/py-python-editor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0:databases/py-sqlalchemy12@${PY_FLAVOR} + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR} + +.include diff --git a/databases/py-alembic14/distinfo b/databases/py-alembic14/distinfo new file mode 100644 index 000000000000..4fec524ff11a --- /dev/null +++ b/databases/py-alembic14/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1601486131 +SHA256 (alembic-1.4.3.tar.gz) = 5334f32314fb2a56d86b4c4dd1ae34b08c03cae4cb888bc699942104d66bc245 +SIZE (alembic-1.4.3.tar.gz) = 1108131 diff --git a/databases/py-alembic14/pkg-descr b/databases/py-alembic14/pkg-descr new file mode 100644 index 000000000000..db22866a415a --- /dev/null +++ b/databases/py-alembic14/pkg-descr @@ -0,0 +1,14 @@ +Alembic is a new database migrations tool, written by the author of +SQLAlchemy. A migrations tool offers the following functionality: + +- Can emit ALTER statements to a database in order to change the structure of + tables and other constructs +- Provides a system whereby "migration scripts" may be constructed; each + script indicates a particular series of steps that can "upgrade" a target + database to a new version, and optionally a series of steps that can + "downgrade" similarly, doing the same steps in reverse. +- Allows the scripts to execute in some sequential manner. + +This is 1.4.X branch that works with sqlalchemy 1.2.X branch. + +WWW: http://alembic.zzzcomputing.com/ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:18:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBC1167EA99; Thu, 30 Sep 2021 00:18:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pj1-x102c.google.com (mail-pj1-x102c.google.com [IPv6:2607:f8b0:4864:20::102c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKYjq5lT8z3NDS; Thu, 30 Sep 2021 00:18:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pj1-x102c.google.com with SMTP id d13-20020a17090ad3cd00b0019e746f7bd4so5439966pjw.0; Wed, 29 Sep 2021 17:18:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:message-id:date:mime-version:user-agent:reply-to:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=Er+zb8KuKfVTlBM/ylWbuJUSxb7Oof0rMWgYBZCXg9k=; b=E7m4i1esahl1ul8qpqOwSG0OPBQfy5LirLCIC9GdfqPOb+y84V8Ve0V59M0QY4FKJw j9Qds25Wm2ENlbBwp9j17haTnNsspOPHkU0ir1lUR5yQnd0aAXQQfs+HwCRrys0ywdzF A6pwXCuinorCy+tNCpXFwiPTxxkM+ayb7jpWavJBXhYAoeR5qup8dYo17kcxjSRPW7MP DUn1QgIzw7FKTvq3Zi0vMn3aqiAp6lS49RLaxzpROhnUngNcA6TQ3sM8hTFOMNJUYiPu wqVcyxP/q1QmKwsSZICGrxYenxDlXXuDfgqUg7hwNEwBhJjDp0zWE+dLBk34o9CpULZr vNXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:message-id:date:mime-version:user-agent :reply-to:subject:content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=Er+zb8KuKfVTlBM/ylWbuJUSxb7Oof0rMWgYBZCXg9k=; b=PcJBtjyhPTmmRo4VB5CJNxZK28jrOEexaCiBHbduEYFh9e3kHfP6keJ7P+iWC/KNaq ZhS3Vh5KABtJlH+TyLFs+BSD6CLP70NtXiS76yQya58evQUieTwoZkt3DvJQ9rTFwzMq rkbM3uAXMQTQKqisyU1PPo1CX8xFXfHyhBQbR9/LPdV5o+qDL33qUo9A7nmlR522Muky LuKDmom8yZvw0exSilg8DmbWXFJI3eRpho1V+0uV/Qm/fhnUtYawYs1CFxIo6FPZPT14 sbGX/Wb0imv9WJq40gqcufY8Bs7XeJ7nw8myO3fLqfv09c5o2qXLtO3bUOCs7dbpAGQm 4NCA== X-Gm-Message-State: AOAM531cKRBIvEXpYnWF2RgoNfEcQ6B1COQHKxBHse/GQW1/fWBMNmkd c6TCU+l1+RHe89f5fEQCG4/6SiFbJ+60dw== X-Google-Smtp-Source: ABdhPJxBQN6KkOOU9MrG+RXIMLzXcwtKZQCF4VEYLsBFIKFQyISPJOXrGBYhW5n6sD7NT39nBkRa5A== X-Received: by 2002:a17:90a:4681:: with SMTP id z1mr2978266pjf.113.1632961081364; Wed, 29 Sep 2021 17:18:01 -0700 (PDT) Received: from ?IPV6:2403:5800:7500:3601:5869:7d38:7a37:b90c? (2403-5800-7500-3601-5869-7d38-7a37-b90c.ip6.aussiebb.net. [2403:5800:7500:3601:5869:7d38:7a37:b90c]) by smtp.gmail.com with ESMTPSA id g3sm824692pfk.178.2021.09.29.17.17.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 29 Sep 2021 17:18:01 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <5046fa33-4bb4-b9f8-7812-0321c71b5afe@FreeBSD.org> Date: Thu, 30 Sep 2021 10:17:56 +1000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Thunderbird/94.0a1 Reply-To: koobs@FreeBSD.org Subject: Re: git: 0e6da3c2e1f0 - main - archivers/ha: Fix CVE-2015-1198 Content-Language: en-US To: Alex Kozlov , FreeBSD Ports Security Team Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109271752.18RHqsxu095384@gitrepo.freebsd.org> <20210929103230.GA81981@ravenloft.kiev.ua> From: Kubilay Kocak In-Reply-To: <20210929103230.GA81981@ravenloft.kiev.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HKYjq5lT8z3NDS X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:18:08 -0000 On 29/09/2021 8:32 pm, Alex Kozlov wrote: > On Wed, Sep 29, 2021 at 10:50:13AM +1000, Kubilay Kocak wrote: >> On 28/09/2021 3:52 am, Alex Kozlov wrote: >>> The branch main has been updated by ak: >>> >>> URL: https://cgit.FreeBSD.org/ports/commit/?id=0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 >>> >>> commit 0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170 >>> Author: Alex Kozlov >>> AuthorDate: 2021-09-27 17:42:12 +0000 >>> Commit: Alex Kozlov >>> CommitDate: 2021-09-27 17:42:12 +0000 >>> >>> archivers/ha: Fix CVE-2015-1198 >>> Fix directory traversal vulnerabilities (CVE-2015-1198) >>> Reported by: decke >> >> Hi Alex, could you merge this to quarterly? > I could, but 2021Q4 will be created in a few days, so I am not sure there is a need > to do that. > > That will leave the current branch vulnerable. @ports-secteam, could you VuXML and MFH please From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD12167EEE1; Thu, 30 Sep 2021 00:46:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLf5SBdz3Pqt; Thu, 30 Sep 2021 00:46:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 972B521F63; Thu, 30 Sep 2021 00:46:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0kYvb085298; Thu, 30 Sep 2021 00:46:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0kYI9085297; Thu, 30 Sep 2021 00:46:34 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:34 GMT Message-Id: <202109300046.18U0kYI9085297@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 0de131cf3e78 - main - multimedia/intel-media-sdk: update to 21.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0de131cf3e784137b3c49a77e3c079957d40f4e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:34 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0de131cf3e784137b3c49a77e3c079957d40f4e2 commit 0de131cf3e784137b3c49a77e3c079957d40f4e2 Author: Jan Beich AuthorDate: 2021-09-29 15:58:50 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:42:30 +0000 multimedia/intel-media-sdk: update to 21.3.5 Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-21.3.4...intel-mediasdk-21.3.5 Changes: https://github.com/Intel-Media-SDK/MediaSDK/releases/tag/intel-mediasdk-21.3.5 Reported by: GitHub (watch releases) --- multimedia/intel-media-sdk/Makefile | 2 +- multimedia/intel-media-sdk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/intel-media-sdk/Makefile b/multimedia/intel-media-sdk/Makefile index 6f6ec0110b53..80d3668a75bd 100644 --- a/multimedia/intel-media-sdk/Makefile +++ b/multimedia/intel-media-sdk/Makefile @@ -1,6 +1,6 @@ PORTNAME= intel-media-sdk DISTVERSIONPREFIX= intel-mediasdk- -DISTVERSION= 21.3.4 +DISTVERSION= 21.3.5 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/intel-media-sdk/distinfo b/multimedia/intel-media-sdk/distinfo index f88d1ad72c60..4f8ea3d5c770 100644 --- a/multimedia/intel-media-sdk/distinfo +++ b/multimedia/intel-media-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630592880 -SHA256 (Intel-Media-SDK-MediaSDK-intel-mediasdk-21.3.4_GH0.tar.gz) = bea77d2732704ec5c457152b6c78c245055881465d1220fc263a544089fac1f2 -SIZE (Intel-Media-SDK-MediaSDK-intel-mediasdk-21.3.4_GH0.tar.gz) = 11650290 +TIMESTAMP = 1632931130 +SHA256 (Intel-Media-SDK-MediaSDK-intel-mediasdk-21.3.5_GH0.tar.gz) = 3f13869298d3946d7d91e58846e274ef62cd5af2473f59f36b57b2c27ebfd87c +SIZE (Intel-Media-SDK-MediaSDK-intel-mediasdk-21.3.5_GH0.tar.gz) = 11649780 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4215367F690; Thu, 30 Sep 2021 00:46:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLg61FWz3Psx; Thu, 30 Sep 2021 00:46:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFCEB220F0; Thu, 30 Sep 2021 00:46:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0kZSV085322; Thu, 30 Sep 2021 00:46:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0kZVV085321; Thu, 30 Sep 2021 00:46:35 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:35 GMT Message-Id: <202109300046.18U0kZVV085321@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: c9648240a456 - main - x11/nwg-drawer: update to 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c9648240a456993fb398ba9888c4437fa3578218 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:36 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9648240a456993fb398ba9888c4437fa3578218 commit c9648240a456993fb398ba9888c4437fa3578218 Author: Jan Beich AuthorDate: 2021-09-29 20:57:57 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:42:30 +0000 x11/nwg-drawer: update to 0.2.0 Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.2.0 Reported by: GitHub (watch releases) --- x11/nwg-drawer/Makefile | 9 +++++---- x11/nwg-drawer/distinfo | 20 +++++++++++--------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile index 25defdc18485..b397d846aebf 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,6 +1,6 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v -DISTVERSION= 0.1.12 +DISTVERSION= 0.2.0 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -18,10 +18,11 @@ USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= nwg-piotr GH_TUPLE= allan-simon:go-singleinstance:d0997106ab37:allan_simon_go_singleinstance/vendor/github.com/allan-simon/go-singleinstance \ - dlasky:gotk3-layershell:5cca0b819261:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \ + dlasky:gotk3-layershell:e6ecab2731f7:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \ + fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ golang:sync:56d357773e84:golang_sync/vendor/golang.org/x/sync \ - golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys \ - gotk3:gotk3:v0.6.0:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \ + golang:sys:0f9fa26af87c:golang_sys/vendor/golang.org/x/sys \ + gotk3:gotk3:v0.6.1:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \ joshuarubin:go-sway:v0.0.4:joshuarubin_go_sway/vendor/github.com/joshuarubin/go-sway \ joshuarubin:lifecycle:v1.0.0:joshuarubin_lifecycle/vendor/github.com/joshuarubin/lifecycle \ sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ diff --git a/x11/nwg-drawer/distinfo b/x11/nwg-drawer/distinfo index a75cf3da1342..cd3c5ab1c092 100644 --- a/x11/nwg-drawer/distinfo +++ b/x11/nwg-drawer/distinfo @@ -1,16 +1,18 @@ -TIMESTAMP = 1631839964 -SHA256 (nwg-piotr-nwg-drawer-v0.1.12_GH0.tar.gz) = a94a46d6b75a8bb01ecbd86171801f71a8d12367a994774be4e10e7a1cc1586f -SIZE (nwg-piotr-nwg-drawer-v0.1.12_GH0.tar.gz) = 3434211 +TIMESTAMP = 1632949077 +SHA256 (nwg-piotr-nwg-drawer-v0.2.0_GH0.tar.gz) = f59d4f03f8df9ab96b12b5569caddf879d3558248d4be42573c6bc548418b8fd +SIZE (nwg-piotr-nwg-drawer-v0.2.0_GH0.tar.gz) = 3485307 SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295 SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819 -SHA256 (dlasky-gotk3-layershell-5cca0b819261_GH0.tar.gz) = a4548130c9fcc87302568b382fc4952aaaea262e04540480dddfd220f878c4fc -SIZE (dlasky-gotk3-layershell-5cca0b819261_GH0.tar.gz) = 2282 +SHA256 (dlasky-gotk3-layershell-e6ecab2731f7_GH0.tar.gz) = 87c3acd2b403aa85a4e6f29256ee167450065e46f7d8e4c05d8769ed80411fc5 +SIZE (dlasky-gotk3-layershell-e6ecab2731f7_GH0.tar.gz) = 2310107 +SHA256 (fsnotify-fsnotify-v1.5.1_GH0.tar.gz) = bf4be597aef95796bec7c7def6701581c5e153376ba5a5aa31c2d04470d84f1d +SIZE (fsnotify-fsnotify-v1.5.1_GH0.tar.gz) = 32691 SHA256 (golang-sync-56d357773e84_GH0.tar.gz) = b30ecf4394f01a492423b41e3815d84711c29d679ee4dd5118fc2c9bcf433b3f SIZE (golang-sync-56d357773e84_GH0.tar.gz) = 16832 -SHA256 (golang-sys-33540a1f6037_GH0.tar.gz) = 09ebdf007413c2eaddce123137443d08d1848be410c58896e772f0481ec385d5 -SIZE (golang-sys-33540a1f6037_GH0.tar.gz) = 1497659 -SHA256 (gotk3-gotk3-v0.6.0_GH0.tar.gz) = 73e33cf291cc7d071e29af15482c4b45794ad614d6dcecac716df0959126a0ce -SIZE (gotk3-gotk3-v0.6.0_GH0.tar.gz) = 272701 +SHA256 (golang-sys-0f9fa26af87c_GH0.tar.gz) = 4a7725e85ddaba8f2efc9b799eb00f4b3d522ea8ed9ad0ce08783febe3ec97a1 +SIZE (golang-sys-0f9fa26af87c_GH0.tar.gz) = 1202044 +SHA256 (gotk3-gotk3-v0.6.1_GH0.tar.gz) = 971ff1d2d184413113d1cbf68f9127bce06362e2e352d8ade79b1817d2024aa5 +SIZE (gotk3-gotk3-v0.6.1_GH0.tar.gz) = 272727 SHA256 (joshuarubin-go-sway-v0.0.4_GH0.tar.gz) = bde4f59a99937f5a4128cdbc8c06107a41f72324a88de6d1d0cd666df0750820 SIZE (joshuarubin-go-sway-v0.0.4_GH0.tar.gz) = 9158 SHA256 (joshuarubin-lifecycle-v1.0.0_GH0.tar.gz) = 01ae9623078c568cefbda7c2dd973024382cdbf598f5efa4ac5578bb4bd0dff7 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E794267F4FA; Thu, 30 Sep 2021 00:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLk1YYzz3PRB; Thu, 30 Sep 2021 00:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B361222AF; Thu, 30 Sep 2021 00:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0kbEE085370; Thu, 30 Sep 2021 00:46:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0kbJc085369; Thu, 30 Sep 2021 00:46:37 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:37 GMT Message-Id: <202109300046.18U0kbJc085369@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: b0a0e8ec6e85 - main - x11-toolkits/libdecor: unbreak runtime on FreeBSD < 13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b0a0e8ec6e859cbcd8bb6d9d366461f20c7faa33 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:39 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0a0e8ec6e859cbcd8bb6d9d366461f20c7faa33 commit b0a0e8ec6e859cbcd8bb6d9d366461f20c7faa33 Author: Jan Beich AuthorDate: 2021-09-30 00:04:07 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:44:35 +0000 x11-toolkits/libdecor: unbreak runtime on FreeBSD < 13 SHM_ANON cannot be used with posix_fallocate(2) until https://cgit.freebsd.org/src/commit/?id=f10405323ab1 --- x11-toolkits/libdecor/Makefile | 4 +++- x11-toolkits/libdecor/distinfo | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/x11-toolkits/libdecor/Makefile b/x11-toolkits/libdecor/Makefile index 2566bd0adc2f..6c3187024031 100644 --- a/x11-toolkits/libdecor/Makefile +++ b/x11-toolkits/libdecor/Makefile @@ -1,10 +1,12 @@ PORTNAME= libdecor DISTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ PATCHFILES+= ca1dd07bbdbd.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/74 -PATCHFILES+= 0c5daad652ae.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75 +PATCHFILES+= 4b8b2865e1e5.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75 +PATCHFILES+= 51e9db022fe2.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75 MAINTAINER= jbeich@FreeBSD.org COMMENT= Client-side decorations library for Wayland client diff --git a/x11-toolkits/libdecor/distinfo b/x11-toolkits/libdecor/distinfo index c1be1c0be186..e1f959f7a37c 100644 --- a/x11-toolkits/libdecor/distinfo +++ b/x11-toolkits/libdecor/distinfo @@ -3,5 +3,7 @@ SHA256 (jadahl-libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa_GL0.tar.gz) = 1 SIZE (jadahl-libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa_GL0.tar.gz) = 45097 SHA256 (ca1dd07bbdbd.patch) = fd83b8339a2e721e57417a0c407dd4448bee564fc12b0c0accd6a05736b0203a SIZE (ca1dd07bbdbd.patch) = 1246 -SHA256 (0c5daad652ae.patch) = bbe4b98ba88b1b3c186846ca0195521314110f9eaeeb2daf052bc8052b7a8a6b -SIZE (0c5daad652ae.patch) = 4485 +SHA256 (4b8b2865e1e5.patch) = 3f9401d7d7d5431ceab39e487140f4f18adab79facaff79a8176f6290c880def +SIZE (4b8b2865e1e5.patch) = 14905 +SHA256 (51e9db022fe2.patch) = 74672d0206683a28da0a1083592908a6eda5bd8ff4316b6bbefabe85de6fd3d7 +SIZE (51e9db022fe2.patch) = 1232 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 226DB67F4F7; Thu, 30 Sep 2021 00:46:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLj0Mwtz3Pt4; Thu, 30 Sep 2021 00:46:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4FE9222AE; Thu, 30 Sep 2021 00:46:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0kaQW085346; Thu, 30 Sep 2021 00:46:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0kaS4085345; Thu, 30 Sep 2021 00:46:36 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:36 GMT Message-Id: <202109300046.18U0kaS4085345@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: fd8e189d45b0 - main - graphics/vulkan-extension-layer: update to 1.2.194 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fd8e189d45b0d099e3d650db40b89046661cc46e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:37 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd8e189d45b0d099e3d650db40b89046661cc46e commit fd8e189d45b0d099e3d650db40b89046661cc46e Author: Jan Beich AuthorDate: 2021-09-29 19:32:54 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:42:31 +0000 graphics/vulkan-extension-layer: update to 1.2.194 Changes: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.2.193...v1.2.194 Reported by: portscout --- graphics/vulkan-extension-layer/Makefile | 2 +- graphics/vulkan-extension-layer/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index 1ad783223cb0..d59e9963ccf4 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-extension-layer DISTVERSIONPREFIX= v -DISTVERSION= 1.2.193 +DISTVERSION= 1.2.194 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-extension-layer/distinfo b/graphics/vulkan-extension-layer/distinfo index e2fe2ac997a8..db8f36114f0d 100644 --- a/graphics/vulkan-extension-layer/distinfo +++ b/graphics/vulkan-extension-layer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632409054 -SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.2.193_GH0.tar.gz) = d4a39081346410faf538e941a66404bad993912b84495a1b5ec111dd7d1201c3 -SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.2.193_GH0.tar.gz) = 438128 +TIMESTAMP = 1632943974 +SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.2.194_GH0.tar.gz) = 237506117788e156f626df063e517af71ad68f1b700352dde449579364cff1a8 +SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.2.194_GH0.tar.gz) = 441488 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A08F67F1E6; Thu, 30 Sep 2021 00:46:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLl1nYwz3PtD; Thu, 30 Sep 2021 00:46:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1EC8E2224F; Thu, 30 Sep 2021 00:46:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0kdDh085395; Thu, 30 Sep 2021 00:46:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0kdIc085394; Thu, 30 Sep 2021 00:46:39 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:39 GMT Message-Id: <202109300046.18U0kdIc085394@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 94fd0f07632d - main - devel/sdl12-compat: update to s20210926 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 94fd0f07632d7152ac8718cb4792208a47460478 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:39 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=94fd0f07632d7152ac8718cb4792208a47460478 commit 94fd0f07632d7152ac8718cb4792208a47460478 Author: Jan Beich AuthorDate: 2021-09-26 14:38:06 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:44:36 +0000 devel/sdl12-compat: update to s20210926 Changes: https://github.com/libsdl-org/sdl12-compat/compare/a98590a...c6cfc8f --- devel/sdl12-compat/Makefile | 4 ++-- devel/sdl12-compat/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/sdl12-compat/Makefile b/devel/sdl12-compat/Makefile index 93fdf8c2e0b2..cc7e7075d9b7 100644 --- a/devel/sdl12-compat/Makefile +++ b/devel/sdl12-compat/Makefile @@ -1,5 +1,5 @@ PORTNAME= sdl12-compat -PORTVERSION= s20210910 +PORTVERSION= s20210926 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org @@ -17,7 +17,7 @@ CMAKE_OFF+= ${CMAKE_TESTING_ON} CMAKE_TESTING_ON= SDL12TESTS CMAKE_TESTING_TARGET= # post-test GH_ACCOUNT= libsdl-org -GH_TAGNAME= a98590a +GH_TAGNAME= c6cfc8f SUFFIX= -${PORTNAME:C/.*-//} PLIST_FILES= etc/libmap.d/${PORTNAME}.conf \ lib/libSDL-1.2${SUFFIX}.so \ diff --git a/devel/sdl12-compat/distinfo b/devel/sdl12-compat/distinfo index f2b69f71eaf0..d5c6c2ee233d 100644 --- a/devel/sdl12-compat/distinfo +++ b/devel/sdl12-compat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631225480 -SHA256 (libsdl-org-sdl12-compat-s20210910-a98590a_GH0.tar.gz) = d445a0e64af2f38d0a18a5bea571da387f247723d3c64dd0bc8e7b54c555b949 -SIZE (libsdl-org-sdl12-compat-s20210910-a98590a_GH0.tar.gz) = 410700 +TIMESTAMP = 1632667086 +SHA256 (libsdl-org-sdl12-compat-s20210926-c6cfc8f_GH0.tar.gz) = 5165f7af8f425e6a74f0dbce98268ad26d90344a5558bb117e224b8ddb1efeca +SIZE (libsdl-org-sdl12-compat-s20210926-c6cfc8f_GH0.tar.gz) = 410709 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1792267F699; Thu, 30 Sep 2021 00:46:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLm3gKyz3PwR; Thu, 30 Sep 2021 00:46:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A25C224AA; Thu, 30 Sep 2021 00:46:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0kej2085425; Thu, 30 Sep 2021 00:46:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0keA3085424; Thu, 30 Sep 2021 00:46:40 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:40 GMT Message-Id: <202109300046.18U0keA3085424@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 5380448addfd - main - devel/vc-intrinsics: update to s20210929 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5380448addfdc39fe6f09e119d1d126cc0e13803 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:41 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5380448addfdc39fe6f09e119d1d126cc0e13803 commit 5380448addfdc39fe6f09e119d1d126cc0e13803 Author: Jan Beich AuthorDate: 2021-09-29 15:26:17 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:44:36 +0000 devel/vc-intrinsics: update to s20210929 Changes: https://github.com/intel/vc-intrinsics/compare/7a46e7e...9aafb51 --- devel/vc-intrinsics/Makefile | 4 ++-- devel/vc-intrinsics/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/vc-intrinsics/Makefile b/devel/vc-intrinsics/Makefile index 9e5d3be6225c..153368c8a47f 100644 --- a/devel/vc-intrinsics/Makefile +++ b/devel/vc-intrinsics/Makefile @@ -1,5 +1,5 @@ PORTNAME= vc-intrinsics -PORTVERSION= s20210914 +PORTVERSION= s20210929 CATEGORIES= devel PKGNAMESUFFIX= -${FLAVOR} @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${FLAVOR}>0:devel/${FLAVOR} USES= cmake compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= intel -GH_TAGNAME= 7a46e7e +GH_TAGNAME= 9aafb51 CMAKE_ARGS= -DLLVM_DIR:PATH="${LOCALBASE}/${FLAVOR}" CMAKE_INSTALL_PREFIX= ${PREFIX}/${FLAVOR} _PLIST_FILES= include/llvm/GenXIntrinsics/GenXIntrOpts.h \ diff --git a/devel/vc-intrinsics/distinfo b/devel/vc-intrinsics/distinfo index 48d2b70095b3..c56118d07773 100644 --- a/devel/vc-intrinsics/distinfo +++ b/devel/vc-intrinsics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631652820 -SHA256 (intel-vc-intrinsics-s20210914-7a46e7e_GH0.tar.gz) = 49905b2ff8d5c3edafe96e22721db172fed6b42f814415f60b5f6eecdb077b65 -SIZE (intel-vc-intrinsics-s20210914-7a46e7e_GH0.tar.gz) = 128698 +TIMESTAMP = 1632929177 +SHA256 (intel-vc-intrinsics-s20210929-9aafb51_GH0.tar.gz) = 03e7c812ebb0d7915a3472bbf65fcd28a4b9876c9748891cf466eb9b88f1fed9 +SIZE (intel-vc-intrinsics-s20210929-9aafb51_GH0.tar.gz) = 130286 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F85167F78B; Thu, 30 Sep 2021 00:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLn4P9lz3PtP; Thu, 30 Sep 2021 00:46:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C14F21E63; Thu, 30 Sep 2021 00:46:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0kfeV085449; Thu, 30 Sep 2021 00:46:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0kf0n085448; Thu, 30 Sep 2021 00:46:41 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:41 GMT Message-Id: <202109300046.18U0kf0n085448@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 5339bcbbab8b - main - multimedia/celluloid-devel: update to 0.21.74 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5339bcbbab8b4e54c9b11f0cc71cbb2b66a0195a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:42 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5339bcbbab8b4e54c9b11f0cc71cbb2b66a0195a commit 5339bcbbab8b4e54c9b11f0cc71cbb2b66a0195a Author: Jan Beich AuthorDate: 2021-09-30 00:28:46 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:44:37 +0000 multimedia/celluloid-devel: update to 0.21.74 Changes: https://github.com/celluloid-player/celluloid/92f3d8c...52374bc --- multimedia/celluloid-devel/Makefile | 4 ++-- multimedia/celluloid-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/multimedia/celluloid-devel/Makefile b/multimedia/celluloid-devel/Makefile index ae62af04de65..642039848a38 100644 --- a/multimedia/celluloid-devel/Makefile +++ b/multimedia/celluloid-devel/Makefile @@ -1,5 +1,5 @@ -DISTVERSION= 0.21-70 # git rev-list --count v0.21.. -DISTVERSIONSUFFIX= -g92f3d8c +DISTVERSION= 0.21-74 # git rev-list --count v0.21.. +DISTVERSIONSUFFIX= -g52374bc PKGNAMESUFFIX= -devel MASTERDIR= ${.CURDIR}/../celluloid diff --git a/multimedia/celluloid-devel/distinfo b/multimedia/celluloid-devel/distinfo index 9bb042a28df2..18f824e1f2ef 100644 --- a/multimedia/celluloid-devel/distinfo +++ b/multimedia/celluloid-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632209803 -SHA256 (celluloid-player-celluloid-v0.21-70-g92f3d8c_GH0.tar.gz) = 35c97648091c63d1cbf5aa0a344eacbf2ab71da0716ef945d1fbdfdbf057e16e -SIZE (celluloid-player-celluloid-v0.21-70-g92f3d8c_GH0.tar.gz) = 464957 +TIMESTAMP = 1632961726 +SHA256 (celluloid-player-celluloid-v0.21-74-g52374bc_GH0.tar.gz) = 0dd64747d2a8e5fb7e137bbdf094de8747817a3d2c52a3322efa4a8d6c916d49 +SIZE (celluloid-player-celluloid-v0.21-74-g52374bc_GH0.tar.gz) = 465421 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12A2167F78C; Thu, 30 Sep 2021 00:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLp61xKz3PXF; Thu, 30 Sep 2021 00:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9805C220F1; Thu, 30 Sep 2021 00:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0kgvS085473; Thu, 30 Sep 2021 00:46:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0kg3x085472; Thu, 30 Sep 2021 00:46:42 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:42 GMT Message-Id: <202109300046.18U0kg3x085472@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: bfcfabc6c767 - main - emulators/yuzu: update to s20210929 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bfcfabc6c767b121ce53f871cf8994a7cd9ed680 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:43 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=bfcfabc6c767b121ce53f871cf8994a7cd9ed680 commit bfcfabc6c767b121ce53f871cf8994a7cd9ed680 Author: Jan Beich AuthorDate: 2021-09-29 16:35:01 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:44:37 +0000 emulators/yuzu: update to s20210929 Changes: https://github.com/yuzu-emu/yuzu/compare/90014ada8...b9251155f --- emulators/yuzu/Makefile | 4 ++-- emulators/yuzu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index f21d94894fe2..07ab8625802f 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210927 +PORTVERSION= s20210929 PORTREVISION?= 0 CATEGORIES= emulators @@ -34,7 +34,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 90014ada8 +GH_TAGNAME= b9251155f GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.180:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index 4ea73a2806a3..aa8419462d93 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632768257 -SHA256 (yuzu-emu-yuzu-s20210927-90014ada8_GH0.tar.gz) = 480749563562bae9154a7dab0b964a87f7da548cd0c5c7cb466d6e2151497204 -SIZE (yuzu-emu-yuzu-s20210927-90014ada8_GH0.tar.gz) = 3982797 +TIMESTAMP = 1632958359 +SHA256 (yuzu-emu-yuzu-s20210929-b9251155f_GH0.tar.gz) = 76be90a035011d8063b3c2b278af91319bfb55de45b2aec15cde20209bf81092 +SIZE (yuzu-emu-yuzu-s20210929-b9251155f_GH0.tar.gz) = 3982290 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:46:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3453F67F644; Thu, 30 Sep 2021 00:46:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZLr03Z5z3Pfx; Thu, 30 Sep 2021 00:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B68D1222B0; Thu, 30 Sep 2021 00:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0khEM085497; Thu, 30 Sep 2021 00:46:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0khAJ085496; Thu, 30 Sep 2021 00:46:43 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:46:43 GMT Message-Id: <202109300046.18U0khAJ085496@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 8b46fac80dc7 - main - graphics/mesa-devel: update to 21.2.b.2896 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8b46fac80dc70082f460d0ca268490eed0d68a21 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:46:44 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b46fac80dc70082f460d0ca268490eed0d68a21 commit 8b46fac80dc70082f460d0ca268490eed0d68a21 Author: Jan Beich AuthorDate: 2021-09-29 21:55:23 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:44:37 +0000 graphics/mesa-devel: update to 21.2.b.2896 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/e043b97704f...1da70c7e935 --- graphics/mesa-devel/Makefile | 4 ++-- graphics/mesa-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 11f30a4f0577..7123ef66c0a0 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.2-branchpoint-2768 -DISTVERSIONSUFFIX= -ge043b97704f +DISTVERSION= 21.2-branchpoint-2896 +DISTVERSIONSUFFIX= -g1da70c7e935 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index e22322a2e7ce..c1864d864e73 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632788439 -SHA256 (mesa3d-mesa-21.2-branchpoint-2768-ge043b97704f_GH0.tar.gz) = ccce054f25d265efbc5d458e39fbf8b6e46e3cc536fbf38c60e10214ebe9a5f6 -SIZE (mesa3d-mesa-21.2-branchpoint-2768-ge043b97704f_GH0.tar.gz) = 25102429 +TIMESTAMP = 1632958072 +SHA256 (mesa3d-mesa-21.2-branchpoint-2896-g1da70c7e935_GH0.tar.gz) = 5abb4c3c76cae1bffa63a6a387b6a4aab2aa7b01b08c9e514f973bd7c2e3a6a1 +SIZE (mesa3d-mesa-21.2-branchpoint-2896-g1da70c7e935_GH0.tar.gz) = 25106299 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:47:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 45ECF67F890; Thu, 30 Sep 2021 00:47:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZMK1PkRz3PvC; Thu, 30 Sep 2021 00:47:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1104221CEF; Thu, 30 Sep 2021 00:47:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0l8BA085698; Thu, 30 Sep 2021 00:47:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0l8Ii085697; Thu, 30 Sep 2021 00:47:08 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:47:08 GMT Message-Id: <202109300047.18U0l8Ii085697@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 6d9d94988e7c - 2021Q3 - emulators/yuzu: update to s20210929 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 6d9d94988e7c8d7951e5591c37a511bb3c5cf5fc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:47:09 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d9d94988e7c8d7951e5591c37a511bb3c5cf5fc commit 6d9d94988e7c8d7951e5591c37a511bb3c5cf5fc Author: Jan Beich AuthorDate: 2021-09-29 16:35:01 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:47:05 +0000 emulators/yuzu: update to s20210929 Changes: https://github.com/yuzu-emu/yuzu/compare/90014ada8...b9251155f (cherry picked from commit bfcfabc6c767b121ce53f871cf8994a7cd9ed680) --- emulators/yuzu/Makefile | 4 ++-- emulators/yuzu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index f21d94894fe2..07ab8625802f 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210927 +PORTVERSION= s20210929 PORTREVISION?= 0 CATEGORIES= emulators @@ -34,7 +34,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 90014ada8 +GH_TAGNAME= b9251155f GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.180:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index 4ea73a2806a3..aa8419462d93 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632768257 -SHA256 (yuzu-emu-yuzu-s20210927-90014ada8_GH0.tar.gz) = 480749563562bae9154a7dab0b964a87f7da548cd0c5c7cb466d6e2151497204 -SIZE (yuzu-emu-yuzu-s20210927-90014ada8_GH0.tar.gz) = 3982797 +TIMESTAMP = 1632958359 +SHA256 (yuzu-emu-yuzu-s20210929-b9251155f_GH0.tar.gz) = 76be90a035011d8063b3c2b278af91319bfb55de45b2aec15cde20209bf81092 +SIZE (yuzu-emu-yuzu-s20210929-b9251155f_GH0.tar.gz) = 3982290 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 00:47:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71B9F67F7A8; Thu, 30 Sep 2021 00:47:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKZML2P1Mz3Pgk; Thu, 30 Sep 2021 00:47:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33578220F2; Thu, 30 Sep 2021 00:47:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U0lA1j085725; Thu, 30 Sep 2021 00:47:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U0lAxo085724; Thu, 30 Sep 2021 00:47:10 GMT (envelope-from git) Date: Thu, 30 Sep 2021 00:47:10 GMT Message-Id: <202109300047.18U0lAxo085724@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 28d7c589b16a - 2021Q3 - graphics/mesa-devel: update to 21.2.b.2896 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 28d7c589b16a22f5f2907363053898697f6574c9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 00:47:10 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=28d7c589b16a22f5f2907363053898697f6574c9 commit 28d7c589b16a22f5f2907363053898697f6574c9 Author: Jan Beich AuthorDate: 2021-09-29 21:55:23 +0000 Commit: Jan Beich CommitDate: 2021-09-30 00:47:07 +0000 graphics/mesa-devel: update to 21.2.b.2896 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/e043b97704f...1da70c7e935 (cherry picked from commit 8b46fac80dc70082f460d0ca268490eed0d68a21) --- graphics/mesa-devel/Makefile | 4 ++-- graphics/mesa-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 816bc33c95d9..2fb6fcb5bf39 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.2-branchpoint-2768 -DISTVERSIONSUFFIX= -ge043b97704f +DISTVERSION= 21.2-branchpoint-2896 +DISTVERSIONSUFFIX= -g1da70c7e935 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index e22322a2e7ce..c1864d864e73 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632788439 -SHA256 (mesa3d-mesa-21.2-branchpoint-2768-ge043b97704f_GH0.tar.gz) = ccce054f25d265efbc5d458e39fbf8b6e46e3cc536fbf38c60e10214ebe9a5f6 -SIZE (mesa3d-mesa-21.2-branchpoint-2768-ge043b97704f_GH0.tar.gz) = 25102429 +TIMESTAMP = 1632958072 +SHA256 (mesa3d-mesa-21.2-branchpoint-2896-g1da70c7e935_GH0.tar.gz) = 5abb4c3c76cae1bffa63a6a387b6a4aab2aa7b01b08c9e514f973bd7c2e3a6a1 +SIZE (mesa3d-mesa-21.2-branchpoint-2896-g1da70c7e935_GH0.tar.gz) = 25106299 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 01:18:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 82EFD67F7EA; Thu, 30 Sep 2021 01:18:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKb3S35gTz3hTx; Thu, 30 Sep 2021 01:18:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49F6822863; Thu, 30 Sep 2021 01:18:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U1ISKr026066; Thu, 30 Sep 2021 01:18:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U1ISjp026065; Thu, 30 Sep 2021 01:18:28 GMT (envelope-from git) Date: Thu, 30 Sep 2021 01:18:28 GMT Message-Id: <202109300118.18U1ISjp026065@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yasuhiro Kimura Subject: git: e8a8d2eb01e5 - 2021Q3 - devel/ruby-build: Update to 20210928 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: e8a8d2eb01e594195cc7f044f3b528a55a2c515f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 01:18:28 -0000 The branch 2021Q3 has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8a8d2eb01e594195cc7f044f3b528a55a2c515f commit e8a8d2eb01e594195cc7f044f3b528a55a2c515f Author: Koichiro Iwao AuthorDate: 2021-09-29 07:46:56 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-30 01:17:42 +0000 devel/ruby-build: Update to 20210928 Changes: https://github.com/rbenv/ruby-build/releases/tag/v20210928 PR: 258774 MFH: 2021Q3 Approved by: meta (mentor) (cherry picked from commit 8d6b60f0f5e65972984488d4224474d43c2e414e) --- devel/ruby-build/Makefile | 2 +- devel/ruby-build/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile index c1d90b724881..73f22fba2f74 100644 --- a/devel/ruby-build/Makefile +++ b/devel/ruby-build/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-build -PORTVERSION= 20210925 +PORTVERSION= 20210928 DISTVERSIONPREFIX= v CATEGORIES= devel ruby DIST_SUBDIR= rbenv diff --git a/devel/ruby-build/distinfo b/devel/ruby-build/distinfo index 3bc0e93f1c48..a4310bd3759a 100644 --- a/devel/ruby-build/distinfo +++ b/devel/ruby-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632580947 -SHA256 (rbenv/rbenv-ruby-build-v20210925_GH0.tar.gz) = f64e35d2c0d8e399a4a6975ad8be138bbf282c05b54bfc3295e806aa8b343e51 -SIZE (rbenv/rbenv-ruby-build-v20210925_GH0.tar.gz) = 72534 +TIMESTAMP = 1632879901 +SHA256 (rbenv/rbenv-ruby-build-v20210928_GH0.tar.gz) = c4c8ef9ff870e2407288ce7542fc998cf70edf5c1e3eb7a6c33be86d90cd2a12 +SIZE (rbenv/rbenv-ruby-build-v20210928_GH0.tar.gz) = 72599 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 01:46:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70EF36A82A5; Thu, 30 Sep 2021 01:46:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKbgj2q6Yz3lgR; Thu, 30 Sep 2021 01:46:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 409AB23288; Thu, 30 Sep 2021 01:46:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U1kPUl065593; Thu, 30 Sep 2021 01:46:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U1kPs4065592; Thu, 30 Sep 2021 01:46:25 GMT (envelope-from git) Date: Thu, 30 Sep 2021 01:46:25 GMT Message-Id: <202109300146.18U1kPs4065592@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 36d73f4cab37 - main - devel/icu-le-hb: update to 1.0.3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 36d73f4cab3718caa6efa74c223ab9392b2035e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 01:46:25 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=36d73f4cab3718caa6efa74c223ab9392b2035e2 commit 36d73f4cab3718caa6efa74c223ab9392b2035e2 Author: Jan Beich AuthorDate: 2020-11-04 22:31:42 +0000 Commit: Jan Beich CommitDate: 2021-09-30 01:45:26 +0000 devel/icu-le-hb: update to 1.0.3.7 Changes: https://github.com/behdad/icu-le-hb/compare/3f0c789...04505b2 --- devel/icu-le-hb/Makefile | 5 ++-- devel/icu-le-hb/distinfo | 6 ++--- devel/icu-le-hb/files/patch-icu68 | 53 --------------------------------------- 3 files changed, 5 insertions(+), 59 deletions(-) diff --git a/devel/icu-le-hb/Makefile b/devel/icu-le-hb/Makefile index 53eadca30f30..50a0d2dcd07d 100644 --- a/devel/icu-le-hb/Makefile +++ b/devel/icu-le-hb/Makefile @@ -1,7 +1,6 @@ PORTNAME= icu-le-hb -DISTVERSION= 1.0.3-3 -DISTVERSIONSUFFIX= -gb8a3163 -PORTREVISION= 17 +DISTVERSION= 1.0.3-7 +DISTVERSIONSUFFIX= -g04505b2 CATEGORIES= devel print MAINTAINER= office@FreeBSD.org diff --git a/devel/icu-le-hb/distinfo b/devel/icu-le-hb/distinfo index 891f0027dad3..bddfa6305406 100644 --- a/devel/icu-le-hb/distinfo +++ b/devel/icu-le-hb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478864317 -SHA256 (behdad-icu-le-hb-1.0.3-3-gb8a3163_GH0.tar.gz) = ea4b63540df6be1fd1cbe0ba0fb559d6a9b73973efe4bc1094698c383e9a25b4 -SIZE (behdad-icu-le-hb-1.0.3-3-gb8a3163_GH0.tar.gz) = 39655 +TIMESTAMP = 1604529102 +SHA256 (behdad-icu-le-hb-1.0.3-7-g04505b2_GH0.tar.gz) = b8d1a3311cb1c90836abe32895c3cc6880d7fa352a70fbcb57336591da3ee4ff +SIZE (behdad-icu-le-hb-1.0.3-7-g04505b2_GH0.tar.gz) = 39658 diff --git a/devel/icu-le-hb/files/patch-icu68 b/devel/icu-le-hb/files/patch-icu68 deleted file mode 100644 index 2d9b0b657eda..000000000000 --- a/devel/icu-le-hb/files/patch-icu68 +++ /dev/null @@ -1,53 +0,0 @@ -Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844 - -LEFontInstance.cpp:82:39: error: use of undeclared identifier 'TRUE' - return mapCharToGlyph(ch, mapper, TRUE); - ^ -LEGlyphStorage.cpp:662:12: error: use of undeclared identifier 'FALSE' - return FALSE; - ^ -LEInsertionList.cpp:89:20: error: use of undeclared identifier 'TRUE' - return TRUE; - ^ -LEInsertionList.cpp:93:12: error: use of undeclared identifier 'FALSE' - return FALSE; - ^ - ---- src/LEFontInstance.cpp.orig 2016-11-13 06:15:24 UTC -+++ src/LEFontInstance.cpp -@@ -79,7 +79,7 @@ void LEFontInstance::mapCharsToGlyphs(const LEUnicode - - LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const - { -- return mapCharToGlyph(ch, mapper, TRUE); -+ return mapCharToGlyph(ch, mapper, true); - } - - LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const ---- src/LEGlyphStorage.cpp.orig 2016-11-13 06:15:24 UTC -+++ src/LEGlyphStorage.cpp -@@ -659,7 +659,7 @@ le_bool LEGlyphStorage::applyInsertion(le_int32 atPosi - // just got replaced by the insertion - fSrcIndex -= 1; - -- return FALSE; -+ return false; - } - - U_NAMESPACE_END ---- src/LEInsertionList.cpp.orig 2016-11-13 06:15:24 UTC -+++ src/LEInsertionList.cpp -@@ -86,11 +86,11 @@ le_bool LEInsertionList::applyInsertions(LEInsertionCa - { - for (InsertionRecord *rec = head; rec != NULL; rec = rec->next) { - if (callback->applyInsertion(rec->position, rec->count, rec->glyphs)) { -- return TRUE; -+ return true; - } - } - -- return FALSE; -+ return false; - } - - U_NAMESPACE_END From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 02:12:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 106726A82E7; Thu, 30 Sep 2021 02:12:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKcGG70VXz3qFh; Thu, 30 Sep 2021 02:12:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D189E238E3; Thu, 30 Sep 2021 02:12:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U2Csdw005793; Thu, 30 Sep 2021 02:12:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U2CsGt005791; Thu, 30 Sep 2021 02:12:54 GMT (envelope-from git) Date: Thu, 30 Sep 2021 02:12:54 GMT Message-Id: <202109300212.18U2CsGt005791@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alex Kozlov Subject: git: 74b07528d393 - main - security/vuxml: document archivers/ha vulnerabilities MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ak X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 74b07528d3937bc3c267c0bbb55abda453c51665 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 02:12:55 -0000 The branch main has been updated by ak: URL: https://cgit.FreeBSD.org/ports/commit/?id=74b07528d3937bc3c267c0bbb55abda453c51665 commit 74b07528d3937bc3c267c0bbb55abda453c51665 Author: Alex Kozlov AuthorDate: 2021-09-30 02:02:47 +0000 Commit: Alex Kozlov CommitDate: 2021-09-30 02:02:47 +0000 security/vuxml: document archivers/ha vulnerabilities --- security/vuxml/vuln-2021.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index fe47555b461f..76690fae5142 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,30 @@ + + ha -- Directory traversals + + + ha + 0.999b_2 + + + + +

Alexander Cherepanov reports:

+
+

Version 0.999b and older of ha archiver is susceptible to directory + traversal vulnerabilities via absolute and relative paths.

+
+ +
+ + CVE-2015-1198 + http://www.openwall.com/lists/oss-security/2015/01/18/8 + + + 2015-01-18 + 2021-09-30 + +
+ nexus2-oss -- Apache ActiveMQ JMX vulnerability From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 02:28:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4002D6A8B8F; Thu, 30 Sep 2021 02:28:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKccC13qlz3rm8; Thu, 30 Sep 2021 02:28:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04B7C2398C; Thu, 30 Sep 2021 02:28:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U2SQJK019453; Thu, 30 Sep 2021 02:28:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U2SQWq019452; Thu, 30 Sep 2021 02:28:26 GMT (envelope-from git) Date: Thu, 30 Sep 2021 02:28:26 GMT Message-Id: <202109300228.18U2SQWq019452@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Alex Kozlov Subject: git: e28d4d2d9db4 - 2021Q3 - archivers/ha: Fix CVE-2015-1198 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ak X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: e28d4d2d9db45e93658e1e4684e4995ca0195e76 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 02:28:27 -0000 The branch 2021Q3 has been updated by ak: URL: https://cgit.FreeBSD.org/ports/commit/?id=e28d4d2d9db45e93658e1e4684e4995ca0195e76 commit e28d4d2d9db45e93658e1e4684e4995ca0195e76 Author: Alex Kozlov AuthorDate: 2021-09-27 17:42:12 +0000 Commit: Alex Kozlov CommitDate: 2021-09-30 02:26:49 +0000 archivers/ha: Fix CVE-2015-1198 Fix directory traversal vulnerabilities (CVE-2015-1198) Reported by: decke (cherry picked from commit 0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170) --- archivers/ha/Makefile | 4 +- archivers/ha/files/patch-CVE-2015-1198 | 123 +++++++++++++++++++++++++++++++++ archivers/ha/files/patch-nix_machine.c | 11 --- 3 files changed, 126 insertions(+), 12 deletions(-) diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3e69951b4d82..c962ec8732e4 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -2,7 +2,7 @@ PORTNAME= ha PORTVERSION= 0.999b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= https://aklv.github.io/distfiles/ DISTNAME= ha0999 @@ -25,6 +25,8 @@ post-patch: -e 's|LDFLAGS = -O2||' \ -e 's|CFLAGS = -Wall -O2|CFLAGS += -Wall|' \ ${WRKSRC}/makefile.nix + @${REINPLACE_CMD} -e 's|OBJS = machine.o info.o|OBJS = machine.o info.o sanitize.o|' \ + ${WRKSRC}/nix/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ha ${STAGEDIR}${PREFIX}/bin diff --git a/archivers/ha/files/patch-CVE-2015-1198 b/archivers/ha/files/patch-CVE-2015-1198 new file mode 100644 index 000000000000..2e3a3898573a --- /dev/null +++ b/archivers/ha/files/patch-CVE-2015-1198 @@ -0,0 +1,123 @@ +- Fix unchecked path extraction problem (CAN-2015-1198) + +Index: nix/sanitize.c +@@ -0,0 +1,79 @@ ++/* ++ * Path sanitation code by Ludwig Nussel . Public Domain. ++ */ ++ ++#include ++#include ++#include ++ ++#ifndef PATH_CHAR ++#define PATH_CHAR '/' ++#endif ++#ifndef MIN ++#define MIN(x,y) ((x)<(y)?(x):(y)) ++#endif ++ ++/* copy src into dest converting the path to a relative one inside the current ++ * directory. dest must hold at least len bytes */ ++void copy_path_relative(char *dest, char *src, size_t len) ++{ ++ char* o = dest; ++ char* p = src; ++ ++ *o = '\0'; ++ ++ while(*p && *p == PATH_CHAR) ++p; ++ for(; len && *p;) ++ { ++ src = p; ++ p = strchr(src, PATH_CHAR); ++ if(!p) p = src+strlen(src); ++ ++ /* . => skip */ ++ if(p-src == 1 && *src == '.' ) ++ { ++ if(*p) src = ++p; ++ } ++ /* .. => pop one */ ++ else if(p-src == 2 && *src == '.' && src[1] == '.') ++ { ++ if(o != dest) ++ { ++ char* tmp; ++ *o = '\0'; ++ tmp = strrchr(dest, PATH_CHAR); ++ if(!tmp) ++ { ++ len += o-dest; ++ o = dest; ++ if(*p) ++p; ++ } ++ else ++ { ++ len += o-tmp; ++ o = tmp; ++ if(*p) ++p; ++ } ++ } ++ else /* nothing to pop */ ++ if(*p) ++p; ++ } ++ else ++ { ++ size_t copy; ++ if(o != dest) ++ { ++ --len; ++ *o++ = PATH_CHAR; ++ } ++ copy = MIN(p-src,len); ++ memcpy(o, src, copy); ++ len -= copy; ++ src += copy; ++ o += copy; ++ if(*p) ++p; ++ } ++ while(*p && *p == PATH_CHAR) ++p; ++ } ++ o[len?0:-1] = '\0'; ++} +Index: nix/machine.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -68,6 +69,8 @@ + static Mdhd mdhd; + struct stat filestat; + ++void copy_path_relative(char *dest, char *src, size_t len); ++ + static void sig_handler(int signo) { + + error(1,ERR_INT,signo); +@@ -375,7 +378,7 @@ + if (i==0) skipemptypath=1; + else skipemptypath=0; + if ((hapath=malloc(j+1-i))==NULL) error(1,ERR_MEM,"md_tohapath()"); +- strcpy(hapath,mdpath+i); ++ copy_path_relative(hapath, mdpath+i, sizeof(hapath)); + for (i=0;hapath[i];++i) if (hapath[i]=='/') hapath[i]=0xff; + return md_strcase(hapath); + } +@@ -388,8 +391,10 @@ + if (mdpath!=NULL) free(mdpath),mdpath=NULL; + if ((mdpath=malloc(strlen(hapath)+1))==NULL) + error(1,ERR_MEM,"md_tomdpath()"); +- strcpy(mdpath,hapath); +- for (i=0;mdpath[i];++i) if ((unsigned char)mdpath[i]==0xff) mdpath[i]='/'; ++ /* Kludge to avoid temp string allocation */ ++ for (i=0;hapath[i];++i) if (hapath[i]==0xff) hapath[i]='/'; ++ copy_path_relative(mdpath, hapath, sizeof(mdpath)); ++ for (i=0;hapath[i];++i) if (hapath[i]=='/') hapath[i]=0xff; + return mdpath; + } + diff --git a/archivers/ha/files/patch-nix_machine.c b/archivers/ha/files/patch-nix_machine.c deleted file mode 100644 index 735343ea7fd5..000000000000 --- a/archivers/ha/files/patch-nix_machine.c +++ /dev/null @@ -1,11 +0,0 @@ ---- nix/machine.c.orig 1995-01-12 06:53:00 UTC -+++ nix/machine.c -@@ -417,7 +417,7 @@ char *md_stripname(char *mdfullpath) { - if (plainname!=NULL) free(plainname),plainname=NULL; - if ((plainname=malloc(strlen(mdfullpath)+1))==NULL) - error(1,ERR_MEM,"md_stripname()"); -- for (i=strlen(mdfullpath)-1;i>0;i--) { -+ for (i=strlen(mdfullpath)-1;i>=0;i--) { - if (mdfullpath[i]=='/') { - i++; - break; From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 03:06:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C02C6A93EA; Thu, 30 Sep 2021 03:06:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKdRY6h51z3tHX; Thu, 30 Sep 2021 03:06:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C5DBF24402; Thu, 30 Sep 2021 03:06:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U361Gb073349; Thu, 30 Sep 2021 03:06:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U361vq073348; Thu, 30 Sep 2021 03:06:01 GMT (envelope-from git) Date: Thu, 30 Sep 2021 03:06:01 GMT Message-Id: <202109300306.18U361vq073348@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: 363437351090 - main - textproc/R-cran-readr: Update to 2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3634373510902068bca12f43eafc027f94928d2c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 03:06:02 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=3634373510902068bca12f43eafc027f94928d2c commit 3634373510902068bca12f43eafc027f94928d2c Author: TAKATSU Tomonari AuthorDate: 2021-09-30 03:04:29 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-30 03:05:58 +0000 textproc/R-cran-readr: Update to 2.0.2 --- textproc/R-cran-readr/Makefile | 2 +- textproc/R-cran-readr/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/R-cran-readr/Makefile b/textproc/R-cran-readr/Makefile index 0df15d3f9280..e0d684ec4d25 100644 --- a/textproc/R-cran-readr/Makefile +++ b/textproc/R-cran-readr/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= readr -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/textproc/R-cran-readr/distinfo b/textproc/R-cran-readr/distinfo index 4d9c5ed22e11..6216b1f1b5c0 100644 --- a/textproc/R-cran-readr/distinfo +++ b/textproc/R-cran-readr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628679658 -SHA256 (readr_2.0.1.tar.gz) = d9ddac1fac979ddb4b6ea26ee80625e0a306d8adf6858a757b3dc239fd984532 -SIZE (readr_2.0.1.tar.gz) = 517944 +TIMESTAMP = 1632952760 +SHA256 (readr_2.0.2.tar.gz) = 98b05ed751dda2bcf7a29d070ce3d3e8475e0138a3e3ec68941dc45218db7615 +SIZE (readr_2.0.2.tar.gz) = 519060 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 03:35:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7359A6A96E9; Thu, 30 Sep 2021 03:35:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKf5N2Wsmz4RC6; Thu, 30 Sep 2021 03:35:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 368D42499C; Thu, 30 Sep 2021 03:35:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U3ZK8J013118; Thu, 30 Sep 2021 03:35:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U3ZKam013117; Thu, 30 Sep 2021 03:35:20 GMT (envelope-from git) Date: Thu, 30 Sep 2021 03:35:20 GMT Message-Id: <202109300335.18U3ZKam013117@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: b9521189d083 - main - editors/vim: Update to 8.2.3458 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b9521189d0835c3b64bde74fb0d9f2b8ab26c196 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 03:35:20 -0000 The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9521189d0835c3b64bde74fb0d9f2b8ab26c196 commit b9521189d0835c3b64bde74fb0d9f2b8ab26c196 Author: Adam Weinberger AuthorDate: 2021-09-30 03:28:10 +0000 Commit: Adam Weinberger CommitDate: 2021-09-30 03:35:14 +0000 editors/vim: Update to 8.2.3458 Security: CVE-2021-3778 CVE-2021-3796 Reported by: TJ --- editors/vim/Makefile | 3 +-- editors/vim/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 3f81fe5f8820..ad447ae292cd 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,9 +1,8 @@ # Created by: David O'Brien PORTNAME= vim -PORTVERSION= 8.2.3394 +PORTVERSION= 8.2.3458 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 081caf079ae3..b50dd2dccbca 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630541775 -SHA256 (vim-vim-v8.2.3394_GH0.tar.gz) = aae16c7705bd22e1ecc9316366ad19193a980b986019557aa95f04f6bacd0b10 -SIZE (vim-vim-v8.2.3394_GH0.tar.gz) = 15708831 +TIMESTAMP = 1632972080 +SHA256 (vim-vim-v8.2.3458_GH0.tar.gz) = 7952fb77a29a2fc369f36b8edb693dbd96ab4af66ef348b6ac168cfdacad1db6 +SIZE (vim-vim-v8.2.3458_GH0.tar.gz) = 15726913 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 03:35:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B0886A96F2; Thu, 30 Sep 2021 03:35:56 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf1-x436.google.com (mail-pf1-x436.google.com [IPv6:2607:f8b0:4864:20::436]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKf641yv8z4R21; Thu, 30 Sep 2021 03:35:56 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf1-x436.google.com with SMTP id m26so3754126pff.3; Wed, 29 Sep 2021 20:35:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:message-id:date:mime-version:user-agent:reply-to:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=GnMggCrSW3jYzjBGDlOUGSTWfCpX+ALgreTNb/iPZVo=; b=gTKAnheEri0/nS38xFrMv+FGBYwbqVzBwxxsHiexHiqYke7nCGx4vZVIXOc689PD1W 8Bq7o/eUa24KtWhTNWPgzTp9h8hhco7GEKglVUGte6dp5xOfP+Z1wBiiZGiaFGldl4Vu Vj3DPSkLx6wSi+ujqUApHupa95xEs7gSALmdRrc9gjKSWUJu/w/jBtihG/Pd/VaSzUzf ppwnl6LvWo5zqsfy1QUvN1h7qoeI8AGW8dXAhRPIkanUIQC0QjerS1DvkF3tNCBC5KBb wWZjb1GAG9VPjbSEkfaYi8rTtvm3caNiU3T2enAkQtQJhO8vouqxzgbwn51RGblA65mR 0Jpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:message-id:date:mime-version:user-agent :reply-to:subject:content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=GnMggCrSW3jYzjBGDlOUGSTWfCpX+ALgreTNb/iPZVo=; b=IqSjRE6h1xCVB/fFfoQXOAo8YxuIiyD87wJEv55xfwyvMOkGoUF7zIpFineMmEJVOw I+RLC8Z2GWP1lo4bASHhBMRAyFDqS4J++wNs10lt/8+FiuH9nhhKbfCNeZCK6ptIc1mR /Pcvj5CiX3EomC3kYj4rypVYgC/EeOZr2Dl8jx3AbsMvnq81pcVkBwqemNP3YKsi36dc UZj8N6DgwlTfK+jkUa3v8r5uf3WlMYGtL0EAjsX+CuqJV33UJLYd1QD+ok74aHbGK7Y7 1/OmpSoQE46LUwPZ4HQsgbMrAzuK8vYcJG3RY9AoPP6f04Y0O1M+MN8TZ5r/SR3FhOpI I8/w== X-Gm-Message-State: AOAM533OeYhAS31pWM/ZQMn1Xt/G/IMXh2MF128K1kzM+mFCu/EeQnjc d1w9Koi98/p8XbIY7k94iZezUfR4gNLClw== X-Google-Smtp-Source: ABdhPJzdAkBjl7FASTpVJ9BVXu3Bl025fIFDWOo4zG6mNZHQC7PTB4cfXYo78Wt0bHWgcIfCVqQYPA== X-Received: by 2002:aa7:968e:0:b0:447:a593:926e with SMTP id f14-20020aa7968e000000b00447a593926emr2076802pfk.27.1632972949433; Wed, 29 Sep 2021 20:35:49 -0700 (PDT) Received: from ?IPV6:2403:5800:7500:3601:5869:7d38:7a37:b90c? (2403-5800-7500-3601-5869-7d38-7a37-b90c.ip6.aussiebb.net. [2403:5800:7500:3601:5869:7d38:7a37:b90c]) by smtp.gmail.com with ESMTPSA id q15sm1138809pfl.18.2021.09.29.20.35.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 29 Sep 2021 20:35:49 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <35f30dda-41b0-a8d2-010d-4303e6ba9f11@FreeBSD.org> Date: Thu, 30 Sep 2021 13:35:45 +1000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Thunderbird/94.0a1 Reply-To: koobs@FreeBSD.org Subject: Re: git: e28d4d2d9db4 - 2021Q3 - archivers/ha: Fix CVE-2015-1198 Content-Language: en-US To: Alex Kozlov , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org References: <202109300228.18U2SQWq019452@gitrepo.freebsd.org> From: Kubilay Kocak In-Reply-To: <202109300228.18U2SQWq019452@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HKf641yv8z4R21 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 03:35:56 -0000 On 30/09/2021 12:28 pm, Alex Kozlov wrote: > The branch 2021Q3 has been updated by ak: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=e28d4d2d9db45e93658e1e4684e4995ca0195e76 > > commit e28d4d2d9db45e93658e1e4684e4995ca0195e76 > Author: Alex Kozlov > AuthorDate: 2021-09-27 17:42:12 +0000 > Commit: Alex Kozlov > CommitDate: 2021-09-30 02:26:49 +0000 > > archivers/ha: Fix CVE-2015-1198 > > Fix directory traversal vulnerabilities (CVE-2015-1198) > > Reported by: decke > > (cherry picked from commit 0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170) > --- Much love Alex, thank you :) From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 04:24:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87F4E6AA3F6; Thu, 30 Sep 2021 04:24:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKgBb3QkYz4Wqy; Thu, 30 Sep 2021 04:24:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 556AF25455; Thu, 30 Sep 2021 04:24:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U4Otef079973; Thu, 30 Sep 2021 04:24:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U4Otl3079972; Thu, 30 Sep 2021 04:24:55 GMT (envelope-from git) Date: Thu, 30 Sep 2021 04:24:55 GMT Message-Id: <202109300424.18U4Otl3079972@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: a91ef414ee4c - main - misc/R-cran-mime: Update to 0.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a91ef414ee4ccf3afd21367f840ed3641ee960ea Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 04:24:55 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=a91ef414ee4ccf3afd21367f840ed3641ee960ea commit a91ef414ee4ccf3afd21367f840ed3641ee960ea Author: TAKATSU Tomonari AuthorDate: 2021-09-30 03:06:51 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-30 04:24:46 +0000 misc/R-cran-mime: Update to 0.12 --- misc/R-cran-mime/Makefile | 2 +- misc/R-cran-mime/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/R-cran-mime/Makefile b/misc/R-cran-mime/Makefile index 86b3e709ae10..3de0ca9f8738 100644 --- a/misc/R-cran-mime/Makefile +++ b/misc/R-cran-mime/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= mime -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= misc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/misc/R-cran-mime/distinfo b/misc/R-cran-mime/distinfo index a475b66bcdf9..c1e5e4916725 100644 --- a/misc/R-cran-mime/distinfo +++ b/misc/R-cran-mime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624536884 -SHA256 (mime_0.11.tar.gz) = 215427a49f0d0b0e3ab38d419c515a35d57e3bc32535805306275d8b33f8eec0 -SIZE (mime_0.11.tar.gz) = 12523 +TIMESTAMP = 1632971194 +SHA256 (mime_0.12.tar.gz) = a9001051d6c1e556e881910b1816b42872a1ee41ab76d0040ce66a27135e3849 +SIZE (mime_0.12.tar.gz) = 12562 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 04:44:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E4A76AAADB; Thu, 30 Sep 2021 04:44:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKgcg03Zsz4YF8; Thu, 30 Sep 2021 04:44:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D66C8257FE; Thu, 30 Sep 2021 04:44:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U4i2jR006649; Thu, 30 Sep 2021 04:44:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U4i2MA006648; Thu, 30 Sep 2021 04:44:02 GMT (envelope-from git) Date: Thu, 30 Sep 2021 04:44:02 GMT Message-Id: <202109300444.18U4i2MA006648@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Vanilla I. Shu" Subject: git: f11bc2015929 - main - devel/pecl-grpc: update to 1.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vanilla X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f11bc2015929652ed51c2aa118b8e83032913911 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 04:44:03 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=f11bc2015929652ed51c2aa118b8e83032913911 commit f11bc2015929652ed51c2aa118b8e83032913911 Author: Vanilla I. Shu AuthorDate: 2021-09-30 01:18:30 +0000 Commit: Vanilla I. Shu CommitDate: 2021-09-30 04:43:49 +0000 devel/pecl-grpc: update to 1.41.0 --- devel/pecl-grpc/Makefile | 2 +- devel/pecl-grpc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index fd7a55bc9059..42a2d4d53c6f 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -1,7 +1,7 @@ # Created by: vanilla@ PORTNAME= grpc -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-grpc/distinfo b/devel/pecl-grpc/distinfo index d79a2aec20cd..442f6c3049be 100644 --- a/devel/pecl-grpc/distinfo +++ b/devel/pecl-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631832663 -SHA256 (PECL/grpc-1.40.0.tgz) = ebfb1a2e9e8378ab65efb48b2e7d8ff23f5c5514b29f63d9558556ae6436ebf1 -SIZE (PECL/grpc-1.40.0.tgz) = 4535536 +TIMESTAMP = 1632963537 +SHA256 (PECL/grpc-1.41.0.tgz) = 62d7320d7e26db29254bbc5770b70ba1f902952b9c6f89d34461019e7f8086a2 +SIZE (PECL/grpc-1.41.0.tgz) = 4556236 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 04:44:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81FFC6AAC87; Thu, 30 Sep 2021 04:44:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKgch1wkWz4YkY; Thu, 30 Sep 2021 04:44:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 171D0257FF; Thu, 30 Sep 2021 04:44:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U4i3Nd006673; Thu, 30 Sep 2021 04:44:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U4i3Bc006672; Thu, 30 Sep 2021 04:44:03 GMT (envelope-from git) Date: Thu, 30 Sep 2021 04:44:03 GMT Message-Id: <202109300444.18U4i3Bc006672@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Vanilla I. Shu" Subject: git: 8191a884a536 - main - devel/py-grpcio: update to 1.41.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vanilla X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8191a884a53610a2f714dcdbcd3208baba97f2ee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 04:44:04 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=8191a884a53610a2f714dcdbcd3208baba97f2ee commit 8191a884a53610a2f714dcdbcd3208baba97f2ee Author: Vanilla I. Shu AuthorDate: 2021-09-30 04:38:00 +0000 Commit: Vanilla I. Shu CommitDate: 2021-09-30 04:43:52 +0000 devel/py-grpcio: update to 1.41.0. --- devel/py-grpcio/Makefile | 2 +- devel/py-grpcio/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-grpcio/Makefile b/devel/py-grpcio/Makefile index e08f843b6641..80944965a864 100644 --- a/devel/py-grpcio/Makefile +++ b/devel/py-grpcio/Makefile @@ -1,7 +1,7 @@ # Created by: vanilla@ PORTNAME= grpcio -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-grpcio/distinfo b/devel/py-grpcio/distinfo index 4ea489c4dd7f..872894c3dd0f 100644 --- a/devel/py-grpcio/distinfo +++ b/devel/py-grpcio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631501234 -SHA256 (grpcio-1.40.0.tar.gz) = 3d172158fe886a2604db1b6e17c2de2ab465fe0fe36aba2ec810ca8441cefe3a -SIZE (grpcio-1.40.0.tar.gz) = 21275735 +TIMESTAMP = 1632964957 +SHA256 (grpcio-1.41.0.tar.gz) = 15c04d695833c739dbb25c88eaf6abd9a461ec0dbd32f44bc8769335a495cf5a +SIZE (grpcio-1.41.0.tar.gz) = 21214188 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 04:44:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 811886AAADC; Thu, 30 Sep 2021 04:44:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKgcj2P5wz4YfR; Thu, 30 Sep 2021 04:44:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32B8A25831; Thu, 30 Sep 2021 04:44:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U4i5CU006697; Thu, 30 Sep 2021 04:44:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U4i5H6006696; Thu, 30 Sep 2021 04:44:05 GMT (envelope-from git) Date: Thu, 30 Sep 2021 04:44:05 GMT Message-Id: <202109300444.18U4i5H6006696@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Vanilla I. Shu" Subject: git: 732bde5fef0a - main - devel/py-grpcio-tools: update to 1.41.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vanilla X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 732bde5fef0a1f4aaaf3413f92fcbc36ba023d74 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 04:44:05 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=732bde5fef0a1f4aaaf3413f92fcbc36ba023d74 commit 732bde5fef0a1f4aaaf3413f92fcbc36ba023d74 Author: Vanilla I. Shu AuthorDate: 2021-09-30 04:39:57 +0000 Commit: Vanilla I. Shu CommitDate: 2021-09-30 04:43:55 +0000 devel/py-grpcio-tools: update to 1.41.0. --- devel/py-grpcio-tools/Makefile | 2 +- devel/py-grpcio-tools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-grpcio-tools/Makefile b/devel/py-grpcio-tools/Makefile index 0e3c5ea87769..113a58e16145 100644 --- a/devel/py-grpcio-tools/Makefile +++ b/devel/py-grpcio-tools/Makefile @@ -1,7 +1,7 @@ # Created by: vanilla@ PORTNAME= grpcio-tools -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-grpcio-tools/distinfo b/devel/py-grpcio-tools/distinfo index 06fa5d0d5002..36779df52875 100644 --- a/devel/py-grpcio-tools/distinfo +++ b/devel/py-grpcio-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631501963 -SHA256 (grpcio-tools-1.40.0.tar.gz) = d440f2bc089ff628618c536904d5bc39d0b44f7afdda4c4c1ecd15fcf385bfba -SIZE (grpcio-tools-1.40.0.tar.gz) = 2128757 +TIMESTAMP = 1632965059 +SHA256 (grpcio-tools-1.41.0.tar.gz) = 3891b1df82369acbc8451d4952cd20755f49a82398dce62437511ad17b47290e +SIZE (grpcio-tools-1.41.0.tar.gz) = 2172949 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 05:31:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 06BB76AB322; Thu, 30 Sep 2021 05:31:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKhgp6b9nz4cxm; Thu, 30 Sep 2021 05:31:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C25FB261D4; Thu, 30 Sep 2021 05:31:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U5VoS6070855; Thu, 30 Sep 2021 05:31:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U5VoWu070854; Thu, 30 Sep 2021 05:31:50 GMT (envelope-from git) Date: Thu, 30 Sep 2021 05:31:50 GMT Message-Id: <202109300531.18U5VoWu070854@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 80e0b1148c40 - main - textproc/apache-solr: Update to 8.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 80e0b1148c40a162762da1b658a4f82c49ddd5b7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 05:31:51 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=80e0b1148c40a162762da1b658a4f82c49ddd5b7 commit 80e0b1148c40a162762da1b658a4f82c49ddd5b7 Author: Matthias Fechner AuthorDate: 2021-09-30 05:30:05 +0000 Commit: Matthias Fechner CommitDate: 2021-09-30 05:31:47 +0000 textproc/apache-solr: Update to 8.10.0 Upgrade manual: https://solr.apache.org/guide/8_10/solr-upgrade-notes.html Changelog: https://lucene.apache.org/core/8_10_0/changes/Changes.html#v8.10.0.improvements --- textproc/apache-solr/Makefile | 2 +- textproc/apache-solr/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile index 964c1414b596..5179f76162ad 100644 --- a/textproc/apache-solr/Makefile +++ b/textproc/apache-solr/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= apache-solr -PORTVERSION= 8.9.0 +PORTVERSION= 8.10.0 CATEGORIES= textproc java MASTER_SITES= APACHE/lucene/solr/${PORTVERSION} DISTNAME= solr-${PORTVERSION} diff --git a/textproc/apache-solr/distinfo b/textproc/apache-solr/distinfo index eb1dd3bef246..30a305a94bf4 100644 --- a/textproc/apache-solr/distinfo +++ b/textproc/apache-solr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625145841 -SHA256 (solr-8.9.0.tgz) = c9c970e0603318eac1ca5bae24e9a85e917d012266159237e572e636c5a3da62 -SIZE (solr-8.9.0.tgz) = 202942547 +TIMESTAMP = 1632909838 +SHA256 (solr-8.10.0.tgz) = aab46cdfa0151974ff7cb59fd209a50b62f32238b93b83eda2ada748df6abd61 +SIZE (solr-8.10.0.tgz) = 215187387 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 05:39:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71AF06AB637; Thu, 30 Sep 2021 05:39:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKhs02pK7z4dJ7; Thu, 30 Sep 2021 05:39:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4053225E55; Thu, 30 Sep 2021 05:39:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U5dmXK073148; Thu, 30 Sep 2021 05:39:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U5dmof073147; Thu, 30 Sep 2021 05:39:48 GMT (envelope-from git) Date: Thu, 30 Sep 2021 05:39:48 GMT Message-Id: <202109300539.18U5dmof073147@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: ee9b8284d0c0 - main - emulators/wine-mono-devel: Update to version 6.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ee9b8284d0c0ca049900d8d812b039d34aef9082 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 05:39:48 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee9b8284d0c0ca049900d8d812b039d34aef9082 commit ee9b8284d0c0ca049900d8d812b039d34aef9082 Author: Gerald Pfeifer AuthorDate: 2021-09-30 05:38:59 +0000 Commit: Gerald Pfeifer CommitDate: 2021-09-30 05:38:59 +0000 emulators/wine-mono-devel: Update to version 6.3.0 --- emulators/wine-mono-devel/Makefile | 2 +- emulators/wine-mono-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile index d1ccf951e8d6..bf274225311b 100644 --- a/emulators/wine-mono-devel/Makefile +++ b/emulators/wine-mono-devel/Makefile @@ -1,7 +1,7 @@ # Created by: David Naylor PORTNAME= wine-mono -DISTVERSION= 6.2.0 +DISTVERSION= 6.3.0 DISTVERSIONSUFFIX=-x86 CATEGORIES= emulators MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/ diff --git a/emulators/wine-mono-devel/distinfo b/emulators/wine-mono-devel/distinfo index 2e9598a324ff..861f05e5473c 100644 --- a/emulators/wine-mono-devel/distinfo +++ b/emulators/wine-mono-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622877941 -SHA256 (wine-mono-6.2.0-x86.msi) = cd8d53513d8357b2876a66bab089654ef9941f42ef690fb555c6493f5381dbca -SIZE (wine-mono-6.2.0-x86.msi) = 87498240 +TIMESTAMP = 1627722562 +SHA256 (wine-mono-6.3.0-x86.msi) = a5f02d32a0283692a4a625f541cfbbb451883128474c5c80362385317cd099f0 +SIZE (wine-mono-6.3.0-x86.msi) = 86689280 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 05:42:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE5586AB333; Thu, 30 Sep 2021 05:42:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKhvn6HDzz4dZQ; Thu, 30 Sep 2021 05:42:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B809B263DD; Thu, 30 Sep 2021 05:42:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U5gDwe085714; Thu, 30 Sep 2021 05:42:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U5gD6H085713; Thu, 30 Sep 2021 05:42:13 GMT (envelope-from git) Date: Thu, 30 Sep 2021 05:42:13 GMT Message-Id: <202109300542.18U5gD6H085713@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 943732cebf3a - main - emulators/wine-mono-devel: Relinquish maintainership MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 943732cebf3a2f6969204bd0cc2d1f3e343a8795 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 05:42:14 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=943732cebf3a2f6969204bd0cc2d1f3e343a8795 commit 943732cebf3a2f6969204bd0cc2d1f3e343a8795 Author: Gerald Pfeifer AuthorDate: 2021-09-30 05:40:35 +0000 Commit: Gerald Pfeifer CommitDate: 2021-09-30 05:40:35 +0000 emulators/wine-mono-devel: Relinquish maintainership Cf. ee9b8284d0c0ca049900d8d812b039d34aef9082 for the wine-devel port. --- emulators/wine-mono-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile index bf274225311b..65e1901bfeef 100644 --- a/emulators/wine-mono-devel/Makefile +++ b/emulators/wine-mono-devel/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -devel EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= gerald@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Mono .NET implementation for Wine development branch LICENSE= MIT GPLv2 LGPL20 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 06:40:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25D056ABCAD; Thu, 30 Sep 2021 06:40:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKkCF0Pkmz4hLD; Thu, 30 Sep 2021 06:40:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2B4426DEF; Thu, 30 Sep 2021 06:40:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U6eesX061542; Thu, 30 Sep 2021 06:40:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U6eeOt061541; Thu, 30 Sep 2021 06:40:40 GMT (envelope-from git) Date: Thu, 30 Sep 2021 06:40:40 GMT Message-Id: <202109300640.18U6eeOt061541@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 23ec359031d8 - main - graphics/libimagequant: Add new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 23ec359031d8af7a7fc4fec73f4c305f33887fd8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 06:40:41 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=23ec359031d8af7a7fc4fec73f4c305f33887fd8 commit 23ec359031d8af7a7fc4fec73f4c305f33887fd8 Author: Wen Heping AuthorDate: 2021-09-30 06:39:39 +0000 Commit: Wen Heping CommitDate: 2021-09-30 06:39:39 +0000 graphics/libimagequant: Add new port Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. It's powering pngquant2. WWW: https://github.com/ImageOptim/libimagequant --- graphics/Makefile | 1 + graphics/libimagequant/Makefile | 27 +++++++++++++++++++++++++++ graphics/libimagequant/distinfo | 3 +++ graphics/libimagequant/pkg-descr | 4 ++++ 4 files changed, 35 insertions(+) diff --git a/graphics/Makefile b/graphics/Makefile index 0c5d8b4021c5..4b2b744dbc03 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -458,6 +458,7 @@ SUBDIR += libgxps SUBDIR += libheif SUBDIR += libimg + SUBDIR += libimagequant SUBDIR += libiptcdata SUBDIR += libjpeg-turbo SUBDIR += libjxl diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile new file mode 100644 index 000000000000..4c2f1a88204d --- /dev/null +++ b/graphics/libimagequant/Makefile @@ -0,0 +1,27 @@ +PORTNAME= libimagequant +PORTVERSION= 2.16.0 +CATEGORIES= graphics + +MAINTAINER= wen@FreeBSD.org +COMMENT= Image Quantization Library + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +BUILD_DEPENDS= bash:shells/bash + +USES= gmake localbase + +USE_GITHUB= yes +GH_ACCOUNT= ImageOptim + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +PLIST_FILES= include/libimagequant.h \ + lib/libimagequant.a \ + lib/libimagequant.so \ + lib/libimagequant.so.0 \ + libdata/pkgconfig/imagequant.pc + +.include diff --git a/graphics/libimagequant/distinfo b/graphics/libimagequant/distinfo new file mode 100644 index 000000000000..29d77813429f --- /dev/null +++ b/graphics/libimagequant/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632966787 +SHA256 (ImageOptim-libimagequant-2.16.0_GH0.tar.gz) = 360f88a4a85546405e6bec36d403cedfda43e7b8b5ec140216b727a05cd3a8ac +SIZE (ImageOptim-libimagequant-2.16.0_GH0.tar.gz) = 99275 diff --git a/graphics/libimagequant/pkg-descr b/graphics/libimagequant/pkg-descr new file mode 100644 index 000000000000..7fcb59d3dedf --- /dev/null +++ b/graphics/libimagequant/pkg-descr @@ -0,0 +1,4 @@ +Small, portable C library for high-quality conversion of RGBA images +to 8-bit indexed-color (palette) images. It's powering pngquant2. + +WWW: https://github.com/ImageOptim/libimagequant From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 06:44:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7664A6AC356; Thu, 30 Sep 2021 06:44:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKkJ62h9Mz4hMX; Thu, 30 Sep 2021 06:44:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 386B826A7B; Thu, 30 Sep 2021 06:44:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U6isad065920; Thu, 30 Sep 2021 06:44:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U6isoo065919; Thu, 30 Sep 2021 06:44:54 GMT (envelope-from git) Date: Thu, 30 Sep 2021 06:44:54 GMT Message-Id: <202109300644.18U6isoo065919@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kirill Ponomarev Subject: git: faedd9f8240c - main - lang/sbcl: update to 2.1.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: faedd9f8240ccdc1dff7578e73081ca037d7de1a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 06:44:54 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=faedd9f8240ccdc1dff7578e73081ca037d7de1a commit faedd9f8240ccdc1dff7578e73081ca037d7de1a Author: Kirill Ponomarev AuthorDate: 2021-09-30 06:44:40 +0000 Commit: Kirill Ponomarev CommitDate: 2021-09-30 06:44:40 +0000 lang/sbcl: update to 2.1.9 --- lang/sbcl/Makefile | 2 +- lang/sbcl/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 58e3de05aabf..877801da3f23 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -3,7 +3,7 @@ # pinned to exact versions of everything used to build them. PORTNAME= sbcl -DISTVERSION= 2.1.8 +DISTVERSION= 2.1.9 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= lang lisp diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index b465773aae46..19aae30c67e6 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1630907427 -SHA256 (sbcl-2.1.8-source.tar.bz2) = a3ea7bafcca051073b3769c1ee79d26c3c47cb4eb2f548b07ace38df14e25546 -SIZE (sbcl-2.1.8-source.tar.bz2) = 6663139 -SHA256 (sbcl-2.1.8-documentation-html.tar.bz2) = 379054fc92a9a3a97bebe271b3df7ec5c2ae70a57b462fd7fa7309493ee766ec -SIZE (sbcl-2.1.8-documentation-html.tar.bz2) = 231913 +TIMESTAMP = 1632983858 +SHA256 (sbcl-2.1.9-source.tar.bz2) = 9e746ff12c4f78d2deabd95e48169b552f9472808cf8b8fc801d84df3e962fa1 +SIZE (sbcl-2.1.9-source.tar.bz2) = 6664915 +SHA256 (sbcl-2.1.9-documentation-html.tar.bz2) = 443eced1433ff9ff8fa6429b4699377e186ede01c972c95ddfaf2f2d6c27c4f8 +SIZE (sbcl-2.1.9-documentation-html.tar.bz2) = 231538 SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492 SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348 SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 06:45:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 863546AC4E1; Thu, 30 Sep 2021 06:45:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKkJt3JdNz4hV7; Thu, 30 Sep 2021 06:45:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 524412736F; Thu, 30 Sep 2021 06:45:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U6jYE3066090; Thu, 30 Sep 2021 06:45:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U6jYrl066089; Thu, 30 Sep 2021 06:45:34 GMT (envelope-from git) Date: Thu, 30 Sep 2021 06:45:34 GMT Message-Id: <202109300645.18U6jYrl066089@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kirill Ponomarev Subject: git: e50f1f5b0d47 - 2021Q3 - lang/sbcl: update to 2.1.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: e50f1f5b0d47506c921fd479da257f75a2dbfd29 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 06:45:34 -0000 The branch 2021Q3 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=e50f1f5b0d47506c921fd479da257f75a2dbfd29 commit e50f1f5b0d47506c921fd479da257f75a2dbfd29 Author: Kirill Ponomarev AuthorDate: 2021-09-30 06:44:40 +0000 Commit: Kirill Ponomarev CommitDate: 2021-09-30 06:45:31 +0000 lang/sbcl: update to 2.1.9 (cherry picked from commit faedd9f8240ccdc1dff7578e73081ca037d7de1a) --- lang/sbcl/Makefile | 2 +- lang/sbcl/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 58e3de05aabf..877801da3f23 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -3,7 +3,7 @@ # pinned to exact versions of everything used to build them. PORTNAME= sbcl -DISTVERSION= 2.1.8 +DISTVERSION= 2.1.9 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= lang lisp diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index b465773aae46..19aae30c67e6 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1630907427 -SHA256 (sbcl-2.1.8-source.tar.bz2) = a3ea7bafcca051073b3769c1ee79d26c3c47cb4eb2f548b07ace38df14e25546 -SIZE (sbcl-2.1.8-source.tar.bz2) = 6663139 -SHA256 (sbcl-2.1.8-documentation-html.tar.bz2) = 379054fc92a9a3a97bebe271b3df7ec5c2ae70a57b462fd7fa7309493ee766ec -SIZE (sbcl-2.1.8-documentation-html.tar.bz2) = 231913 +TIMESTAMP = 1632983858 +SHA256 (sbcl-2.1.9-source.tar.bz2) = 9e746ff12c4f78d2deabd95e48169b552f9472808cf8b8fc801d84df3e962fa1 +SIZE (sbcl-2.1.9-source.tar.bz2) = 6664915 +SHA256 (sbcl-2.1.9-documentation-html.tar.bz2) = 443eced1433ff9ff8fa6429b4699377e186ede01c972c95ddfaf2f2d6c27c4f8 +SIZE (sbcl-2.1.9-documentation-html.tar.bz2) = 231538 SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492 SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348 SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 06:48:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E63A6AC50B; Thu, 30 Sep 2021 06:48:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKkN60fHcz4hZk; Thu, 30 Sep 2021 06:48:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA9D327235; Thu, 30 Sep 2021 06:48:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U6mLLx066411; Thu, 30 Sep 2021 06:48:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U6mLSV066410; Thu, 30 Sep 2021 06:48:21 GMT (envelope-from git) Date: Thu, 30 Sep 2021 06:48:21 GMT Message-Id: <202109300648.18U6mLSV066410@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kirill Ponomarev Subject: git: 661316c462e5 - main - */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 661316c462e5f5afb676697a1ce9a50b9938723f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 06:48:22 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=661316c462e5f5afb676697a1ce9a50b9938723f commit 661316c462e5f5afb676697a1ce9a50b9938723f Author: Kirill Ponomarev AuthorDate: 2021-09-30 06:47:56 +0000 Commit: Kirill Ponomarev CommitDate: 2021-09-30 06:47:56 +0000 */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. --- converters/cl-babel-sbcl/Makefile | 2 +- devel/cl-alexandria-sbcl/Makefile | 2 +- devel/cl-infix-sbcl/Makefile | 2 +- devel/cl-port-sbcl/Makefile | 2 +- devel/cl-split-sequence-sbcl/Makefile | 2 +- devel/cl-trivial-features-sbcl/Makefile | 2 +- devel/cl-trivial-gray-streams-sbcl/Makefile | 2 +- math/maxima/Makefile | 2 +- security/cl-md5-sbcl/Makefile | 2 +- textproc/cl-meta-sbcl/Makefile | 2 +- textproc/cl-ppcre-sbcl/Makefile | 2 +- www/cl-lml-sbcl/Makefile | 2 +- x11-wm/stumpwm/Makefile | 2 +- x11/cl-clx-sbcl/Makefile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index 97a3a7e86123..c261a1e46c10 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 60 +PORTREVISION= 61 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index e8bde6bd0418..cc47a056534b 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= alexandria PORTVERSION= 1.2 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index 09a8a629c68a..aae89146b2b6 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 64 +PORTREVISION= 65 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index d2788bd3d1b1..c444f1b363d7 100644 --- a/devel/cl-port-sbcl/Makefile +++ b/devel/cl-port-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 62 +PORTREVISION= 63 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index 424edbcf9031..d7e5907d1289 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 61 +PORTREVISION= 62 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index e57a9a95cefb..dd76b06eda26 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 61 +PORTREVISION= 62 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile index 80f87e6accca..34c557ccdad1 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 61 +PORTREVISION= 62 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 541619e08a5d..1f65693ae1cd 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -2,7 +2,7 @@ PORTNAME= maxima PORTVERSION= 5.44.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index 76f6be400a7f..0b96de8bec97 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 61 +PORTREVISION= 62 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index 6f31963ddb9a..a85ce825fd5c 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 62 +PORTREVISION= 63 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index 76b8dbd0b4a1..258aed79bb41 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.1.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index 9fb2ca5e9f85..1a5d02c61614 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 59 +PORTREVISION= 60 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index efb9519015da..407c9cf54cfc 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -3,7 +3,7 @@ PORTNAME= stumpwm DISTVERSION= 20.11-90 DISTVERSIONSUFFIX= -gccb964d -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index c8059a9059d4..9e538ca84d20 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= clx DISTVERSION= 0.7.5.65 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 06:58:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26CD86AC52B; Thu, 30 Sep 2021 06:58:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKkcD0bVFz4j54; Thu, 30 Sep 2021 06:58:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E83C1273CC; Thu, 30 Sep 2021 06:58:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U6wp9v079539; Thu, 30 Sep 2021 06:58:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U6wpT7079538; Thu, 30 Sep 2021 06:58:51 GMT (envelope-from git) Date: Thu, 30 Sep 2021 06:58:51 GMT Message-Id: <202109300658.18U6wpT7079538@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 4a7f097be4c1 - main - mail/rspamd: Update to 3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a7f097be4c1f6f816b194753f189b1e43068ce3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 06:58:52 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a7f097be4c1f6f816b194753f189b1e43068ce3 commit 4a7f097be4c1f6f816b194753f189b1e43068ce3 Author: Yasuhiro Kimura AuthorDate: 2021-08-19 15:46:02 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-30 06:58:33 +0000 mail/rspamd: Update to 3.0 * Pet portclippy * Reformat Makefile with portfmt Changelog: https://rspamd.com/announce/2021/08/19/rspamd-3.0.html PR: 257944 Approved by: maintainer timeout (> 1 month), ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32232 --- mail/rspamd/Makefile | 82 ++++++++++++++++++++++++--------------------------- mail/rspamd/distinfo | 6 ++-- mail/rspamd/pkg-plist | 13 +++++++- 3 files changed, 54 insertions(+), 47 deletions(-) diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index f58fcedc1a74..350f86c7ff98 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,6 +1,5 @@ PORTNAME= rspamd -PORTVERSION= 2.7 -PORTREVISION= 1 +PORTVERSION= 3.0 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org @@ -9,28 +8,44 @@ COMMENT= Fast spam filtering system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -LIB_DEPENDS= libpcre.so:devel/pcre \ - libicui18n.so:devel/icu \ - libsodium.so:security/libsodium BUILD_DEPENDS= ragel:devel/ragel +LIB_DEPENDS= libicui18n.so:devel/icu \ + libpcre.so:devel/pcre \ + libsodium.so:security/libsodium RUN_DEPENDS= ca_root_nss>=3.*:security/ca_root_nss -USES= cmake cpe gnome perl5 pkgconfig sqlite ssl +USES= cmake compiler:c++17-lang cpe gnome perl5 pkgconfig sqlite ssl +CPE_VENDOR= rspamd_project +USE_GITHUB= yes +USE_GNOME= glib20 USE_LDCONFIG= yes USE_PERL5= build run -USE_GNOME= glib20 -CPE_VENDOR= rspamd_project +USE_RC_SUBR= rspamd + +CMAKE_ARGS+= -DBUILD_PORT=yes \ + -DCMAKE_INSTALL_PREFIX=${PREFIX} \ + -DCONFDIR=${PREFIX}/etc/rspamd \ + -DDBDIR=/var/db/rspamd \ + -DLIBDIR=${PREFIX}/lib/rspamd \ + -DLOGDIR=/var/log/rspamd \ + -DMANDIR=${MANPREFIX}/man \ + -DRUNDIR=/var/run/rspamd CONFLICTS_INSTALL= rspamd-devel +SUB_FILES= pkg-message rspamd.newsyslog.conf.sample + USERS= rspamd GROUPS= rspamd -OPTIONS_DEFINE= BLAS CGP GPERF LUAJIT -OPTIONS_DEFINE_amd64= HYPERSCAN -OPTIONS_DEFAULT_amd64= LUAJIT -OPTIONS_DEFAULT_armv7= LUAJIT -OPTIONS_DEFAULT_i386= LUAJIT +PLIST_SUB+= ETCDIR=etc/rspamd \ + RSPAMDVERSION=${PORTVERSION} + +OPTIONS_DEFINE= BLAS CGP GPERF LUAJIT +OPTIONS_DEFINE_amd64= HYPERSCAN +OPTIONS_DEFAULT_amd64= LUAJIT +OPTIONS_DEFAULT_armv7= LUAJIT +OPTIONS_DEFAULT_i386= LUAJIT OPTIONS_DEFAULT_powerpc= LUAJIT OPTIONS_DEFAULT_powerpc64= LUAJIT OPTIONS_DEFAULT_powerpc64le= LUAJIT @@ -42,49 +57,30 @@ GPERF_DESC= Google perf-tools profiling HYPERSCAN_DESC= Use hyperscan optimizations (amd64 only) LUAJIT_DESC= Use LuaJIT instead of standard Lua -SUB_FILES= pkg-message rspamd.newsyslog.conf.sample -PLIST_SUB+= ETCDIR=etc/rspamd \ - RSPAMDVERSION=${PORTVERSION} -CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ - -DLOGDIR=/var/log/rspamd \ - -DDBDIR=/var/db/rspamd \ - -DRUNDIR=/var/run/rspamd \ - -DMANDIR=${MANPREFIX}/man \ - -DCMAKE_INSTALL_PREFIX=${PREFIX} \ - -DBUILD_PORT=yes \ - -DLIBDIR=${PREFIX}/lib/rspamd +BLAS_LIB_DEPENDS= libblis.so:math/blis \ + liblapack.so:math/lapack +BLAS_USES= blaslapack:openblas +BLAS_CMAKE_ON= -DENABLE_BLAS=ON -USE_GITHUB= yes +CGP_RUN_DEPENDS+= p5-AnyEvent-HTTP>=0:www/p5-AnyEvent-HTTP \ + p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-EV>=0:devel/p5-EV \ + p5-JSON-XS>=0:converters/p5-JSON-XS -USE_RC_SUBR= rspamd - -BLAS_CMAKE_ON= -DENABLE_BLAS=ON -BLAS_LIB_DEPENDS= libblis.so:math/blis liblapack.so:math/lapack -BLAS_USES= blaslapack:openblas - -GPERF_CMAKE_ON= -DENABLE_GPERF_TOOLS=ON GPERF_LIB_DEPENDS= libprofiler.so:devel/google-perftools +GPERF_CMAKE_ON= -DENABLE_GPERF_TOOLS=ON -HYPERSCAN_CMAKE_ON= -DENABLE_HYPERSCAN=ON HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan +HYPERSCAN_CMAKE_ON= -DENABLE_HYPERSCAN=ON -LUAJIT_CMAKE_OFF= -DENABLE_LUAJIT=OFF LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_USES_OFF= lua:51+ - -CGP_RUN_DEPENDS+= \ - p5-AnyEvent-HTTP>=0:www/p5-AnyEvent-HTTP \ - p5-AnyEvent>=0:devel/p5-AnyEvent \ - p5-EV>=0:devel/p5-EV \ - p5-JSON-XS>=0:converters/p5-JSON-XS +LUAJIT_CMAKE_OFF= -DENABLE_LUAJIT=OFF .include .if ${ARCH:Mpowerpc*} LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c11 .endif post-install: diff --git a/mail/rspamd/distinfo b/mail/rspamd/distinfo index 6a1a35de7d8b..71a1e407887e 100644 --- a/mail/rspamd/distinfo +++ b/mail/rspamd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610114328 -SHA256 (rspamd-rspamd-2.7_GH0.tar.gz) = e2606c18f0d9b1e7eee86907bd8545e0dcda83b1642ddf58915d5d44a53e3df0 -SIZE (rspamd-rspamd-2.7_GH0.tar.gz) = 5126227 +TIMESTAMP = 1629385545 +SHA256 (rspamd-rspamd-3.0_GH0.tar.gz) = 86600f6b6690395f42fd2136b708b0410e3c17328a9e05d7034e80a2dc0aaf12 +SIZE (rspamd-rspamd-3.0_GH0.tar.gz) = 5535659 diff --git a/mail/rspamd/pkg-plist b/mail/rspamd/pkg-plist index 0360d460c320..5ce31cef8324 100644 --- a/mail/rspamd/pkg-plist +++ b/mail/rspamd/pkg-plist @@ -25,6 +25,7 @@ etc/newsyslog.conf.d/rspamd.newsyslog.conf %%ETCDIR%%/modules.d/antivirus.conf %%ETCDIR%%/modules.d/arc.conf %%ETCDIR%%/modules.d/asn.conf +%%ETCDIR%%/modules.d/aws_s3.conf %%ETCDIR%%/modules.d/chartable.conf %%ETCDIR%%/modules.d/clickhouse.conf %%ETCDIR%%/modules.d/dcc.conf @@ -33,6 +34,7 @@ etc/newsyslog.conf.d/rspamd.newsyslog.conf %%ETCDIR%%/modules.d/dmarc.conf %%ETCDIR%%/modules.d/elastic.conf %%ETCDIR%%/modules.d/emails.conf +%%ETCDIR%%/modules.d/external_relay.conf %%ETCDIR%%/modules.d/external_services.conf %%ETCDIR%%/modules.d/force_actions.conf %%ETCDIR%%/modules.d/forged_recipients.conf @@ -153,12 +155,14 @@ man/man8/rspamd.8.gz %%DATADIR%%/lualib/global_functions.lua %%DATADIR%%/lualib/lpegre.lua %%DATADIR%%/lualib/lua_auth_results.lua +%%DATADIR%%/lualib/lua_aws.lua %%DATADIR%%/lualib/lua_bayes_learn.lua %%DATADIR%%/lualib/lua_cfg_transform.lua %%DATADIR%%/lualib/lua_clickhouse.lua %%DATADIR%%/lualib/lua_content/ical.lua %%DATADIR%%/lualib/lua_content/init.lua %%DATADIR%%/lualib/lua_content/pdf.lua +%%DATADIR%%/lualib/lua_content/vcard.lua %%DATADIR%%/lualib/lua_dkim_tools.lua %%DATADIR%%/lualib/lua_ffi/common.lua %%DATADIR%%/lualib/lua_ffi/dkim.lua @@ -175,6 +179,7 @@ man/man8/rspamd.8.gz %%DATADIR%%/lualib/lua_maps_expressions.lua %%DATADIR%%/lualib/lua_meta.lua %%DATADIR%%/lualib/lua_mime.lua +%%DATADIR%%/lualib/lua_mime_types.lua %%DATADIR%%/lualib/lua_redis.lua %%DATADIR%%/lualib/lua_scanners/avast.lua %%DATADIR%%/lualib/lua_scanners/clamav.lua @@ -187,6 +192,7 @@ man/man8/rspamd.8.gz %%DATADIR%%/lualib/lua_scanners/kaspersky_se.lua %%DATADIR%%/lualib/lua_scanners/oletools.lua %%DATADIR%%/lualib/lua_scanners/p0f.lua +%%DATADIR%%/lualib/lua_scanners/pyzor.lua %%DATADIR%%/lualib/lua_scanners/razor.lua %%DATADIR%%/lualib/lua_scanners/savapi.lua %%DATADIR%%/lualib/lua_scanners/sophos.lua @@ -206,6 +212,7 @@ man/man8/rspamd.8.gz %%DATADIR%%/lualib/lua_util.lua %%DATADIR%%/lualib/lua_verdict.lua %%DATADIR%%/lualib/lupa.lua +%%DATADIR%%/lualib/plugins/dmarc.lua %%DATADIR%%/lualib/plugins/neural.lua %%DATADIR%%/lualib/plugins/rbl.lua %%DATADIR%%/lualib/plugins_stats.lua @@ -216,6 +223,7 @@ man/man8/rspamd.8.gz %%DATADIR%%/lualib/rspamadm/configwizard.lua %%DATADIR%%/lualib/rspamadm/cookie.lua %%DATADIR%%/lualib/rspamadm/corpus_test.lua +%%DATADIR%%/lualib/rspamadm/dmarc_report.lua %%DATADIR%%/lualib/rspamadm/dns_tool.lua %%DATADIR%%/lualib/rspamadm/fuzzy_convert.lua %%DATADIR%%/lualib/rspamadm/fuzzy_stat.lua @@ -224,12 +232,14 @@ man/man8/rspamd.8.gz %%DATADIR%%/lualib/rspamadm/mime.lua %%DATADIR%%/lualib/rspamadm/rescore.lua %%DATADIR%%/lualib/rspamadm/stat_convert.lua +%%DATADIR%%/lualib/rspamadm/statistics_dump.lua %%DATADIR%%/lualib/rspamadm/template.lua %%DATADIR%%/lualib/rspamadm/vault.lua %%DATADIR%%/lualib/tableshape.lua %%DATADIR%%/plugins/antivirus.lua %%DATADIR%%/plugins/arc.lua %%DATADIR%%/plugins/asn.lua +%%DATADIR%%/plugins/aws_s3.lua %%DATADIR%%/plugins/bayes_expiry.lua %%DATADIR%%/plugins/clickhouse.lua %%DATADIR%%/plugins/clustering.lua @@ -239,6 +249,7 @@ man/man8/rspamd.8.gz %%DATADIR%%/plugins/dynamic_conf.lua %%DATADIR%%/plugins/elastic.lua %%DATADIR%%/plugins/emails.lua +%%DATADIR%%/plugins/external_relay.lua %%DATADIR%%/plugins/external_services.lua %%DATADIR%%/plugins/force_actions.lua %%DATADIR%%/plugins/forged_recipients.lua @@ -328,7 +339,7 @@ man/man8/rspamd.8.gz %%DATADIR%%/www/js/lib/d3pie.min.js %%DATADIR%%/www/js/lib/fontawesome.min.js %%DATADIR%%/www/js/lib/footable.min.js -%%DATADIR%%/www/js/lib/jquery-3.5.1.min.js +%%DATADIR%%/www/js/lib/jquery-3.6.0.min.js %%DATADIR%%/www/js/lib/jquery.stickytabs.min.js %%DATADIR%%/www/js/lib/linenumbers.min.js %%DATADIR%%/www/js/lib/nprogress.min.js From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 07:20:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67FE46AC890; Thu, 30 Sep 2021 07:20:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKl5R1yZ4z4kn7; Thu, 30 Sep 2021 07:20:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24BA427A8C; Thu, 30 Sep 2021 07:20:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U7Khoe015987; Thu, 30 Sep 2021 07:20:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U7Khsr015972; Thu, 30 Sep 2021 07:20:43 GMT (envelope-from git) Date: Thu, 30 Sep 2021 07:20:43 GMT Message-Id: <202109300720.18U7Khsr015972@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: aa0743dcc2fd - main - devel/luv: un-break build on aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: aa0743dcc2fd9dc20e899887547ef9ca2846515b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 07:20:43 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa0743dcc2fd9dc20e899887547ef9ca2846515b commit aa0743dcc2fd9dc20e899887547ef9ca2846515b Author: Dave Cottlehuber AuthorDate: 2021-09-30 07:16:35 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 07:16:35 +0000 devel/luv: un-break build on aarch64 luajit-openresty is required on aarch64, same as on ppc64. PR: 258799 Approved by: portmgr (runtime fix blanket) Sponsored by: SkunkWerks, GmbH --- devel/luv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/luv/Makefile b/devel/luv/Makefile index 2d1d3115f24e..7217e613413a 100644 --- a/devel/luv/Makefile +++ b/devel/luv/Makefile @@ -27,6 +27,7 @@ OPTIONS_DEFAULT_powerpc64= LUAJIT LUAJIT_DESC= Use LuaJIT (instead of just Lua) LUAJIT_LIB_DEPENDS= ${LUAJIT_LIB_DEPENDS_${ARCH}} +LUAJIT_LIB_DEPENDS_aarch64= libluajit-5.1.so:lang/luajit-openresty LUAJIT_LIB_DEPENDS_amd64= libluajit-5.1.so:lang/luajit LUAJIT_LIB_DEPENDS_i386= libluajit-5.1.so:lang/luajit LUAJIT_LIB_DEPENDS_powerpc64= libluajit-5.1.so:lang/luajit-openresty From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 08:20:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B38B6AD654; Thu, 30 Sep 2021 08:20:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKmPw0Tj5z4pdX; Thu, 30 Sep 2021 08:20:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4D49732; Thu, 30 Sep 2021 08:20:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U8K3HH088975; Thu, 30 Sep 2021 08:20:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U8K39R088972; Thu, 30 Sep 2021 08:20:03 GMT (envelope-from git) Date: Thu, 30 Sep 2021 08:20:03 GMT Message-Id: <202109300820.18U8K39R088972@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alex Dupre Subject: git: 4a15e35e20e1 - main - lang/solidity: update to 0.8.9 release. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ale X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a15e35e20e166bd9e61c7dc4fb7b3e07809e246 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 08:20:04 -0000 The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a15e35e20e166bd9e61c7dc4fb7b3e07809e246 commit 4a15e35e20e166bd9e61c7dc4fb7b3e07809e246 Author: Alex Dupre AuthorDate: 2021-09-30 08:19:44 +0000 Commit: Alex Dupre CommitDate: 2021-09-30 08:19:44 +0000 lang/solidity: update to 0.8.9 release. --- lang/solidity/Makefile | 2 +- lang/solidity/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/solidity/Makefile b/lang/solidity/Makefile index 070e10b95002..c67b9266bb1c 100644 --- a/lang/solidity/Makefile +++ b/lang/solidity/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre PORTNAME= solidity -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.9 CATEGORIES= lang MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/lang/solidity/distinfo b/lang/solidity/distinfo index 7cfe0e56e6fa..fc6b9a686648 100644 --- a/lang/solidity/distinfo +++ b/lang/solidity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629715711 -SHA256 (solidity_0.8.7.tar.gz) = cc5be5d507604fb5c8a403f22122eabc00f8b58ecaedb18c6f4c6f28300a615b -SIZE (solidity_0.8.7.tar.gz) = 2771717 +TIMESTAMP = 1632988531 +SHA256 (solidity_0.8.9.tar.gz) = 36643d0282998136b610f740808acb4dc6728144bb9ee70e5fd4124cda85ddab +SIZE (solidity_0.8.9.tar.gz) = 2871614 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:20:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 30EEF6AE0D1; Thu, 30 Sep 2021 09:20:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKnm50lstz4tXr; Thu, 30 Sep 2021 09:20:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDB30FEE; Thu, 30 Sep 2021 09:20:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9KqoS075620; Thu, 30 Sep 2021 09:20:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9KqDv075619; Thu, 30 Sep 2021 09:20:52 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:20:52 GMT Message-Id: <202109300920.18U9KqDv075619@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Nuno Teixeira Subject: git: 574a94d706c6 - main - sysutils/terragrunt: Update to 0.33.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 574a94d706c6d5777819d5ace280acace2e4d5e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:20:53 -0000 The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=574a94d706c6d5777819d5ace280acace2e4d5e8 commit 574a94d706c6d5777819d5ace280acace2e4d5e8 Author: Gabriel Dutra <0xdutra@gmail.com> AuthorDate: 2021-09-30 09:15:48 +0000 Commit: Nuno Teixeira CommitDate: 2021-09-30 09:20:37 +0000 sysutils/terragrunt: Update to 0.33.1 - Use GO_MODULE instead of USE_GITHUB, GH_ACCOUNT, GH_TUPLE and post-extract ChangeLog: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.33.1 PR: 258702 --- sysutils/terragrunt/Makefile | 135 +-------------------------- sysutils/terragrunt/distinfo | 216 +------------------------------------------ 2 files changed, 8 insertions(+), 343 deletions(-) diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile index 13016a6b63a9..cded67e80156 100644 --- a/sysutils/terragrunt/Makefile +++ b/sysutils/terragrunt/Makefile @@ -2,7 +2,7 @@ PORTNAME= terragrunt DISTVERSIONPREFIX= v -DISTVERSION= 0.31.8 +DISTVERSION= 0.33.1 CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com @@ -11,138 +11,9 @@ COMMENT= Terragrunt is a thin wrapper for Terraform LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= go:modules +USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= gruntwork-io - -GH_TUPLE= \ - Azure:azure-sdk-for-go:v52.5.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \ - Azure:go-autorest:243526fc4739:azure_go_autorest_auth \ - Azure:go-autorest:446f41b7d65b:azure_go_autorest_validation \ - Azure:go-autorest:55c0c4ebc34d:azure_go_autorest_cli \ - Azure:go-autorest:79a63e70c4d8:azure_go_autorest_adal \ - Azure:go-autorest:autorest/v0.11.18:azure_go_autorest_autorest \ - Azure:go-autorest:b3a0b30a7423:azure_go_autorest_date \ - Azure:go-autorest:logger/v0.2.1:azure_go_autorest_logger \ - Azure:go-autorest:tracing/v0.6.0:azure_go_autorest_tracing \ - Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ - FiloSottile:age:v1.0.0-beta7:filosottile_age/vendor/filippo.io/age \ - agext:levenshtein:v1.2.3:agext_levenshtein/vendor/github.com/agext/levenshtein \ - apparentlymart:go-cidr:v1.1.0:apparentlymart_go_cidr/vendor/github.com/apparentlymart/go-cidr \ - apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \ - aws:aws-sdk-go:v1.40.27:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ - bgentry:go-netrc:9fd32a8b3d3d:bgentry_go_netrc/vendor/github.com/bgentry/go-netrc \ - blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ - bmatcuk:doublestar:v1.1.5:bmatcuk_doublestar/vendor/github.com/bmatcuk/doublestar \ - boombuler:barcode:6c824513bacc:boombuler_barcode/vendor/github.com/boombuler/barcode \ - census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ - cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ - creack:pty:v1.1.11:creack_pty/vendor/github.com/creack/pty \ - davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - dimchansky:utfbom:v1.1.1:dimchansky_utfbom/vendor/github.com/dimchansky/utfbom \ - fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ - fatih:structs:v1.1.0:fatih_structs/vendor/github.com/fatih/structs \ - form3tech-oss:jwt-go:v3.2.2:form3tech_oss_jwt_go/vendor/github.com/form3tech-oss/jwt-go \ - go-errors:errors:d98b870cc4e0:go_errors_errors/vendor/github.com/go-errors/errors \ - go-ini:ini:v1.44.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ - go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ - go-yaml:yaml:749611fa9fcc:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ - golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:0c34fe9e7dc2:golang_crypto/vendor/golang.org/x/crypto \ - golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ - golang:net:60bc85c4be6d:golang_net/vendor/golang.org/x/net \ - golang:oauth2:2bc19b11175f:golang_oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:snappy:v0.0.4:golang_snappy/vendor/github.com/golang/snappy \ - golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ - golang:sys:63515b42dcdf:golang_sys/vendor/golang.org/x/sys \ - golang:term:2321bbc49cbf:golang_term/vendor/golang.org/x/term \ - golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ - golang:time:3af7569d3a1e:golang_time/vendor/golang.org/x/time \ - google:go-cmp:v0.5.6:google_go_cmp/vendor/github.com/google/go-cmp \ - google:go-genproto:241b8fcbd6c8:google_go_genproto/vendor/google.golang.org/genproto \ - google:shlex:c34317bd91bf:google_shlex/vendor/github.com/google/shlex \ - google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \ - googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ - googleapis:google-api-go-client:v0.54.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ - googleapis:google-cloud-go:storage/v1.16.0:googleapis_google_cloud_go_storage \ - googleapis:google-cloud-go:v0.93.3:googleapis_google_cloud_go/vendor/cloud.google.com/go \ - goware:prefixer:395022866408:goware_prefixer/vendor/github.com/goware/prefixer \ - grpc:grpc-go:v1.40.0:grpc_grpc_go/vendor/google.golang.org/grpc \ - gruntwork-io:go-commons:v0.7.0:gruntwork_io_go_commons/vendor/github.com/gruntwork-io/gruntwork-cli \ - gruntwork-io:terratest:v0.32.6:gruntwork_io_terratest/vendor/github.com/gruntwork-io/terratest \ - hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ - hashicorp:go-cleanhttp:v0.5.2:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ - hashicorp:go-getter:v1.5.7:hashicorp_go_getter/vendor/github.com/hashicorp/go-getter \ - hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ - hashicorp:go-retryablehttp:v0.6.7:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ - hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ - hashicorp:go-safetemp:v1.0.0:hashicorp_go_safetemp/vendor/github.com/hashicorp/go-safetemp \ - hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ - hashicorp:go-uuid:v1.0.2:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ - hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ - hashicorp:hcl:v1.0.1-vault:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ - hashicorp:hcl:v2.10.0:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ - hashicorp:terraform-config-inspect:9a80970d6b34:hashicorp_terraform_config_inspect/vendor/github.com/hashicorp/terraform-config-inspect \ - hashicorp:terraform-svchost:f050f53b9734:hashicorp_terraform_svchost/vendor/github.com/hashicorp/terraform-svchost \ - hashicorp:terraform:v0.15.3:hashicorp_terraform/vendor/github.com/hashicorp/terraform \ - hashicorp:vault:405eced08457:hashicorp_vault_api/vendor/github.com/hashicorp/vault \ - hashicorp:vault:b52b8b8c1264:hashicorp_vault_sdk \ - howeyc:gopass:bf9dde6d0d2c:howeyc_gopass/vendor/github.com/howeyc/gopass \ - imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ - jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ - klauspost:compress:v1.13.4:klauspost_compress/vendor/github.com/klauspost/compress \ - konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ - lib:pq:v1.8.0:lib_pq/vendor/github.com/lib/pq \ - mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mattn:go-zglob:e3c945676326:mattn_go_zglob/vendor/github.com/mattn/go-zglob \ - mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ - mitchellh:go-testing-interface:v1.14.1:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ - mitchellh:go-wordwrap:v1.0.1:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ - mitchellh:mapstructure:v1.3.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ - mozilla-services:gopgagent:4d7ea76ff71a:mozilla_services_gopgagent/vendor/go.mozilla.org/gopgagent \ - mozilla:sops:v3.7.0:mozilla_sops/vendor/go.mozilla.org/sops/v3 \ - pierrec:lz4:v2.5.2:pierrec_lz4/vendor/github.com/pierrec/lz4 \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - pquerna:otp:468c2dd2b58d:pquerna_otp/vendor/github.com/pquerna/otp \ - protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ - ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ - sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ - shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ - sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ - square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ - stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ - ulikunitz:xz:v0.5.10:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ - urfave:cli:v1.20.0:urfave_cli_1/vendor/gopkg.in/urfave/cli.v1 \ - urfave:cli:v1.22.3:urfave_cli/vendor/github.com/urfave/cli \ - zclconf:go-cty-yaml:v1.0.2:zclconf_go_cty_yaml/vendor/github.com/zclconf/go-cty-yaml \ - zclconf:go-cty:v1.8.3:zclconf_go_cty/vendor/github.com/zclconf/go-cty - -post-extract: - @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage - @${RLN} ${WRKSRC_googleapis_google_cloud_go_storage}/storage ${WRKSRC}/vendor/cloud.google.com/go/storage - @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest - @${RLN} ${WRKSRC_azure_go_autorest_autorest}/autorest ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest - @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal - @${RLN} ${WRKSRC_azure_go_autorest_adal}/autorest/adal ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal - @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/auth - @${RLN} ${WRKSRC_azure_go_autorest_auth}/autorest/azure/auth ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/auth - @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/cli - @${RLN} ${WRKSRC_azure_go_autorest_cli}/autorest/azure/cli ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/cli - @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date - @${RLN} ${WRKSRC_azure_go_autorest_date}/autorest/date ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date - @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/validation - @${RLN} ${WRKSRC_azure_go_autorest_validation}/autorest/validation ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/validation - @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger - @${RLN} ${WRKSRC_azure_go_autorest_logger}/logger ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger - @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing - @${RLN} ${WRKSRC_azure_go_autorest_tracing}/tracing ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing - @${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/vault/sdk - @${RLN} ${WRKSRC_hashicorp_vault_sdk}/sdk ${WRKSRC}/vendor/github.com/hashicorp/vault/sdk +GO_MODULE= github.com/gruntwork-io/terragrunt GO_BUILDFLAGS= -ldflags="-X main.VERSION=v${PORTVERSION}" diff --git a/sysutils/terragrunt/distinfo b/sysutils/terragrunt/distinfo index 509ebda8f3d0..f2919912eaa1 100644 --- a/sysutils/terragrunt/distinfo +++ b/sysutils/terragrunt/distinfo @@ -1,211 +1,5 @@ -TIMESTAMP = 1631149693 -SHA256 (gruntwork-io-terragrunt-v0.31.8_GH0.tar.gz) = 86ef110621f40ba84d00b11790371ff43fcb67f45b623131aee5eeaecddc0c29 -SIZE (gruntwork-io-terragrunt-v0.31.8_GH0.tar.gz) = 2242844 -SHA256 (Azure-azure-sdk-for-go-v52.5.0_GH0.tar.gz) = 3d35e23d20a7ad0784166f0e0bf380796a3b10b7e2fd9fe0b3f513148515f8f4 -SIZE (Azure-azure-sdk-for-go-v52.5.0_GH0.tar.gz) = 34900560 -SHA256 (Azure-go-autorest-243526fc4739_GH0.tar.gz) = 476a81bcbf1ca8cca374825397555085df3d40df3540ddee3ec2ad89e8894446 -SIZE (Azure-go-autorest-243526fc4739_GH0.tar.gz) = 175006 -SHA256 (Azure-go-autorest-446f41b7d65b_GH0.tar.gz) = 883e2603529a907a3da25d5e2389ab6473a80e6d79daf0d9ffc6385494e0da0a -SIZE (Azure-go-autorest-446f41b7d65b_GH0.tar.gz) = 171840 -SHA256 (Azure-go-autorest-55c0c4ebc34d_GH0.tar.gz) = 43083febf686651df6764add998987e5453e384dc68c6f3d2e2ac9c25fb7613f -SIZE (Azure-go-autorest-55c0c4ebc34d_GH0.tar.gz) = 169335 -SHA256 (Azure-go-autorest-79a63e70c4d8_GH0.tar.gz) = d7156c20c47fcd04edae683e718a1e72dcb9178a3b07e6c18615cee5b1dd67d6 -SIZE (Azure-go-autorest-79a63e70c4d8_GH0.tar.gz) = 175215 -SHA256 (Azure-go-autorest-autorest-v0.11.18_GH0.tar.gz) = c6fc9480fbdc441b40e45ca97244ea3bdd82efe245a52fdd7cb2faa58b4d55b2 -SIZE (Azure-go-autorest-autorest-v0.11.18_GH0.tar.gz) = 175246 -SHA256 (Azure-go-autorest-b3a0b30a7423_GH0.tar.gz) = 51b31571a26a5287eb67251aa69407bb6145f58253bdbb2e610b7eab7b0d762f -SIZE (Azure-go-autorest-b3a0b30a7423_GH0.tar.gz) = 167123 -SHA256 (Azure-go-autorest-logger-v0.2.1_GH0.tar.gz) = fac35805dc320638a322b407c0cd0c471932a4855e9ef0485c85e533af8146dc -SIZE (Azure-go-autorest-logger-v0.2.1_GH0.tar.gz) = 175062 -SHA256 (Azure-go-autorest-tracing-v0.6.0_GH0.tar.gz) = b43cd0127dd6e91debe1eb98873e219817b71c10988d0a6c550e4ad19a29a8ea -SIZE (Azure-go-autorest-tracing-v0.6.0_GH0.tar.gz) = 167113 -SHA256 (Azure-go-autorest-v14.2.0_GH0.tar.gz) = d0db0e47112570e3f2bd2e38ae56338f1e74625dd4cb553007082fdad5fd844d -SIZE (Azure-go-autorest-v14.2.0_GH0.tar.gz) = 167851 -SHA256 (FiloSottile-age-v1.0.0-beta7_GH0.tar.gz) = 0ff39751464a5660360575023c9912558f267263f18b10058c27764a3a6806ed -SIZE (FiloSottile-age-v1.0.0-beta7_GH0.tar.gz) = 42209 -SHA256 (agext-levenshtein-v1.2.3_GH0.tar.gz) = ba59a69fcaea38ec40470cac08620dd2cca1980355d9b10e90e37b3b3ac2eb46 -SIZE (agext-levenshtein-v1.2.3_GH0.tar.gz) = 13227 -SHA256 (apparentlymart-go-cidr-v1.1.0_GH0.tar.gz) = 359897e7e89bf1d8efa69ae5ec490c0a88ba4892fffbf94b17244355e0893503 -SIZE (apparentlymart-go-cidr-v1.1.0_GH0.tar.gz) = 6226 -SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f562004f2044d3d13d19b78c41db12957aa573fdf3556 -SIZE (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 133786 -SHA256 (aws-aws-sdk-go-v1.40.27_GH0.tar.gz) = 23993771dd3a4bbb2bd45ce425c364609e5da54b8f2e8e3a84ff7fb3660ab3bb -SIZE (aws-aws-sdk-go-v1.40.27_GH0.tar.gz) = 20053771 -SHA256 (bgentry-go-netrc-9fd32a8b3d3d_GH0.tar.gz) = 95d8d03789e5cdd3b4ecf138bd8d710021620de8b555ced49706d1b71d267037 -SIZE (bgentry-go-netrc-9fd32a8b3d3d_GH0.tar.gz) = 8406 -SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57 -SIZE (blang-semver-v3.5.1_GH0.tar.gz) = 14831 -SHA256 (bmatcuk-doublestar-v1.1.5_GH0.tar.gz) = a5634b115c6d1f119df62fd8a0db985188a31647a6690ce449c6449d5458681b -SIZE (bmatcuk-doublestar-v1.1.5_GH0.tar.gz) = 8719 -SHA256 (boombuler-barcode-6c824513bacc_GH0.tar.gz) = 504c70d22b4d54047200d08fc15328118859f54fbbe979be80ba12e5a992ef30 -SIZE (boombuler-barcode-6c824513bacc_GH0.tar.gz) = 62988 -SHA256 (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = cc9dc0234de1baacf1855cf19615b381ca2f2adb83a2871e7a9b8b74e46818cf -SIZE (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = 176498 -SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576 -SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021 -SHA256 (creack-pty-v1.1.11_GH0.tar.gz) = ee903119251fdf7d90dae890fec40015c5b6049daa68ec8d8750c3ebceaaf5ed -SIZE (creack-pty-v1.1.11_GH0.tar.gz) = 8396 -SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e -SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (dimchansky-utfbom-v1.1.1_GH0.tar.gz) = 081a9e23640c56f9a90cb76ce538c6cfb33b58ea58d4e6253533adf238904166 -SIZE (dimchansky-utfbom-v1.1.1_GH0.tar.gz) = 8486 -SHA256 (fatih-color-v1.9.0_GH0.tar.gz) = f5a6372ff7c87d22baaa2089e5cdd8a218fb3a9be047195c0ab421d5340f6f3f -SIZE (fatih-color-v1.9.0_GH0.tar.gz) = 1230941 -SHA256 (fatih-structs-v1.1.0_GH0.tar.gz) = 7479adacd8172f74968da4e1e14f1cc47c0bc98c48f44c09c497416dc8c9dfe4 -SIZE (fatih-structs-v1.1.0_GH0.tar.gz) = 14444 -SHA256 (form3tech-oss-jwt-go-v3.2.2_GH0.tar.gz) = 179ca725463e7f13be8591bc285f4048da6887b1056d96848b16e137c995a2e2 -SIZE (form3tech-oss-jwt-go-v3.2.2_GH0.tar.gz) = 38248 -SHA256 (go-errors-errors-d98b870cc4e0_GH0.tar.gz) = b5b991b40af0a27797b36a98b9d0afb9e74cf55ad186ca61c12ee3b4382efdc4 -SIZE (go-errors-errors-d98b870cc4e0_GH0.tar.gz) = 8651 -SHA256 (go-ini-ini-v1.44.0_GH0.tar.gz) = 4ace9569814b40b7755e1395f10bbef9d4f80c0b975d5212ac4b2586ca148636 -SIZE (go-ini-ini-v1.44.0_GH0.tar.gz) = 35817 -SHA256 (go-sql-driver-mysql-v1.5.0_GH0.tar.gz) = 9d98b46623037447a26a51a203540bf605b6e6220d31f2efc7396242fcb660b5 -SIZE (go-sql-driver-mysql-v1.5.0_GH0.tar.gz) = 90474 -SHA256 (go-yaml-yaml-749611fa9fcc_GH0.tar.gz) = a7ace44187921a0f01f2b2ba16d9862f26da7b177065452809e4e4930c5f7503 -SIZE (go-yaml-yaml-749611fa9fcc_GH0.tar.gz) = 89861 -SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f -SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 -SHA256 (golang-crypto-0c34fe9e7dc2_GH0.tar.gz) = deab6194c4b5d5ceefa40e8c7fc82a4288ff6e8577cdbde406e781c62624f491 -SIZE (golang-crypto-0c34fe9e7dc2_GH0.tar.gz) = 1726075 -SHA256 (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 1e89795970d6593affdafe1d09dcf947681ca1ea82528e8e4fb9974a77f2e394 -SIZE (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 26101 -SHA256 (golang-net-60bc85c4be6d_GH0.tar.gz) = 5a32e5f6bd1baeddef7d84165d704c13b99cddf29d44c4025dfa213d82e3b846 -SIZE (golang-net-60bc85c4be6d_GH0.tar.gz) = 1252997 -SHA256 (golang-oauth2-2bc19b11175f_GH0.tar.gz) = 0c48c35f7a2770bfa38cac8cd2f851599c4de73811389c3a01f1db1e1eb93d33 -SIZE (golang-oauth2-2bc19b11175f_GH0.tar.gz) = 85667 -SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3 -SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 -SHA256 (golang-snappy-v0.0.4_GH0.tar.gz) = 77df678795596f9dfecb5744deb984633d780460a7e9a59e0c7ecfe2052b644f -SIZE (golang-snappy-v0.0.4_GH0.tar.gz) = 66129 -SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda -SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 -SHA256 (golang-sys-63515b42dcdf_GH0.tar.gz) = 3f903424179a9ee0fce30e6ae8b91863350687decd772a0e22e1c59edd33ac75 -SIZE (golang-sys-63515b42dcdf_GH0.tar.gz) = 1210526 -SHA256 (golang-term-2321bbc49cbf_GH0.tar.gz) = 72896f6aa3deb053da5b597ab072ba5c3540b29d0fb56f350397b7f94c010e21 -SIZE (golang-term-2321bbc49cbf_GH0.tar.gz) = 15281 -SHA256 (golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26 -SIZE (golang-text-v0.3.7_GH0.tar.gz) = 8354718 -SHA256 (golang-time-3af7569d3a1e_GH0.tar.gz) = 93c79ee7ad72641dc5ebd47e6ecffa66e878e367ddbbef48208ff82a0b6fc7e0 -SIZE (golang-time-3af7569d3a1e_GH0.tar.gz) = 9619 -SHA256 (google-go-cmp-v0.5.6_GH0.tar.gz) = cba2118596f694c135b3f3d6fe49b73ca2a7882aa4d7f346e341cb106afce5f1 -SIZE (google-go-cmp-v0.5.6_GH0.tar.gz) = 104421 -SHA256 (google-go-genproto-241b8fcbd6c8_GH0.tar.gz) = 67d0fbf2411171fdb0293a3ea3b43c22a6a53c41fce41f9aecf1e1e9cf0d130e -SIZE (google-go-genproto-241b8fcbd6c8_GH0.tar.gz) = 11112318 -SHA256 (google-shlex-c34317bd91bf_GH0.tar.gz) = fefaae49749c42aaaf9864fc0a04326a8cc263a42ebfb18b907419b9cfc9f4f1 -SIZE (google-shlex-c34317bd91bf_GH0.tar.gz) = 7234 -SHA256 (google-uuid-v1.2.0_GH0.tar.gz) = 53ba896ce398435b3ba4f9375f5d4908b09c79daaa54ecd4e5000b7bef984380 -SIZE (google-uuid-v1.2.0_GH0.tar.gz) = 14158 -SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c -SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328 -SHA256 (googleapis-google-api-go-client-v0.54.0_GH0.tar.gz) = 7d317525f3610a16e3e42a92c14fbd625e8b4ac12861f0c503fc5f7c0482d794 -SIZE (googleapis-google-api-go-client-v0.54.0_GH0.tar.gz) = 21559256 -SHA256 (googleapis-google-cloud-go-storage-v1.16.0_GH0.tar.gz) = df89706f67a3c8faeb395f3bb9838eb76a25a808e8e06447df96fea1e90be89a -SIZE (googleapis-google-cloud-go-storage-v1.16.0_GH0.tar.gz) = 4030931 -SHA256 (googleapis-google-cloud-go-v0.93.3_GH0.tar.gz) = aba6e14bc5f17bd3d4fa14e42253c232b081dd861e23e34f7d223e488add8c62 -SIZE (googleapis-google-cloud-go-v0.93.3_GH0.tar.gz) = 6164802 -SHA256 (goware-prefixer-395022866408_GH0.tar.gz) = 47212f28b107ecafa7cb908fa8d8963a810cde67ac897bb94c3e323ad90babc4 -SIZE (goware-prefixer-395022866408_GH0.tar.gz) = 3238 -SHA256 (grpc-grpc-go-v1.40.0_GH0.tar.gz) = baab44655d2ca715630356e6a74b2d27d91c8d40095913cd904bcc68ad332a82 -SIZE (grpc-grpc-go-v1.40.0_GH0.tar.gz) = 1305305 -SHA256 (gruntwork-io-go-commons-v0.7.0_GH0.tar.gz) = 5e885cd82abb85d56a9d921977f36a369ed01d922b4d238d84242d6ed88be64e -SIZE (gruntwork-io-go-commons-v0.7.0_GH0.tar.gz) = 22207 -SHA256 (gruntwork-io-terratest-v0.32.6_GH0.tar.gz) = 99d17ba3adb6d627c749d64e113d4b446fd4a4baf85933ebb8a804b01d626822 -SIZE (gruntwork-io-terratest-v0.32.6_GH0.tar.gz) = 8585689 -SHA256 (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 0d73891a7a179e50a142ac8832db97b17c792d29ae205b0e6aeedde4c43d51a4 -SIZE (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 8581 -SHA256 (hashicorp-go-cleanhttp-v0.5.2_GH0.tar.gz) = 091d90c479401bc9047454c25f91a97a6707e6a279ce778e4881cf6b0191a47f -SIZE (hashicorp-go-cleanhttp-v0.5.2_GH0.tar.gz) = 8094 -SHA256 (hashicorp-go-getter-v1.5.7_GH0.tar.gz) = 714adbf914f7a583174887b29e35b2d19683a1fee11e87b2054b2dcdae2e416d -SIZE (hashicorp-go-getter-v1.5.7_GH0.tar.gz) = 81758 -SHA256 (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 8d1bb3377310e8ffe4c7b5672c5de1eaed153402aebd15d6e5b9673c356a065f -SIZE (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 13803 -SHA256 (hashicorp-go-retryablehttp-v0.6.7_GH0.tar.gz) = 08c556231db306135764b75fcff0747eaf9436a5da07756032d95e8798653943 -SIZE (hashicorp-go-retryablehttp-v0.6.7_GH0.tar.gz) = 20302 -SHA256 (hashicorp-go-rootcerts-v1.0.2_GH0.tar.gz) = dca11d5ff16f3d29f632a7bf3c13cb9c87f021a5363faf22e4c45c8e073bf64c -SIZE (hashicorp-go-rootcerts-v1.0.2_GH0.tar.gz) = 12242 -SHA256 (hashicorp-go-safetemp-v1.0.0_GH0.tar.gz) = a8403273db1a477a73ea06c406f6f81e64c0e7099671c0a25c5a441f439f832f -SIZE (hashicorp-go-safetemp-v1.0.0_GH0.tar.gz) = 6545 -SHA256 (hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = ce70228b6c0ac432b97c2a98697600668bf7ac8b4cd21e7c6767bed1e755ae7f -SIZE (hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = 663049 -SHA256 (hashicorp-go-uuid-v1.0.2_GH0.tar.gz) = 2dee0f810c3e3a2cd3d49a075d0a64a88806c90712a4b66013b20a1ff0562eae -SIZE (hashicorp-go-uuid-v1.0.2_GH0.tar.gz) = 7058 -SHA256 (hashicorp-go-version-v1.3.0_GH0.tar.gz) = a459b2d8a3ca4d67fc13869a7869fa6c8aff6491d465b2cbe2842b56df87cfba -SIZE (hashicorp-go-version-v1.3.0_GH0.tar.gz) = 14447 -SHA256 (hashicorp-hcl-v1.0.1-vault_GH0.tar.gz) = 0af62b1892b3d1c837441ba5d42ed7d0350857481a7a7f25dc9e0701a812b4bc -SIZE (hashicorp-hcl-v1.0.1-vault_GH0.tar.gz) = 71291 -SHA256 (hashicorp-hcl-v2.10.0_GH0.tar.gz) = e94e242c276c36edeaaaa5771e4bc9095cf9e7a02a24696bc9e5fcdd61abda5c -SIZE (hashicorp-hcl-v2.10.0_GH0.tar.gz) = 402125 -SHA256 (hashicorp-terraform-config-inspect-9a80970d6b34_GH0.tar.gz) = b4fb73da48c29509879c263ca352faad58c96e95f78347c5f010a9433f27bd70 -SIZE (hashicorp-terraform-config-inspect-9a80970d6b34_GH0.tar.gz) = 31609 -SHA256 (hashicorp-terraform-svchost-f050f53b9734_GH0.tar.gz) = bbd386eb56b88aafb50e832d3ce6d804b995aab7b9f68626f1e812d8d72d3c47 -SIZE (hashicorp-terraform-svchost-f050f53b9734_GH0.tar.gz) = 28358 -SHA256 (hashicorp-terraform-v0.15.3_GH0.tar.gz) = 173487c8d305052461266d710bb1353590fee1f312ce714e2aa3423c3f2f1937 -SIZE (hashicorp-terraform-v0.15.3_GH0.tar.gz) = 2855131 -SHA256 (hashicorp-vault-405eced08457_GH0.tar.gz) = f47cf7edd9f00d79ec789183a2e045baa2cda3f5c4e042bb0ee071c2829a332b -SIZE (hashicorp-vault-405eced08457_GH0.tar.gz) = 38672102 -SHA256 (hashicorp-vault-b52b8b8c1264_GH0.tar.gz) = 724aa982f75e604b46aada7a64cea47db6af1fbdc3cfbbc73cf49483ab22f85f -SIZE (hashicorp-vault-b52b8b8c1264_GH0.tar.gz) = 39284713 -SHA256 (howeyc-gopass-bf9dde6d0d2c_GH0.tar.gz) = 4f69179eda2622017750b469868d78c72e9c83da8c8af4d06d758b0876515dfb -SIZE (howeyc-gopass-bf9dde6d0d2c_GH0.tar.gz) = 11290 -SHA256 (imdario-mergo-v0.3.11_GH0.tar.gz) = 36544167ad735d458781b89ce3c3bfd56dd6ebdeadd5f3b4e1e0c6e0ab4f2191 -SIZE (imdario-mergo-v0.3.11_GH0.tar.gz) = 22060 -SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d -SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 -SHA256 (klauspost-compress-v1.13.4_GH0.tar.gz) = e25c9621fd3306e2e2939c8aaf79f74929a6c415e75a34e29536cac2d3ec57ab -SIZE (klauspost-compress-v1.13.4_GH0.tar.gz) = 15446158 -SHA256 (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 0fe1169bb05476f0a3270866cdd9b39b7986a1dce556f6508046ac5f0c5ad8f3 -SIZE (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 1983 -SHA256 (lib-pq-v1.8.0_GH0.tar.gz) = bd13c7ba79f48a1462cdb6f124948453e2f6fc565f3f9a3850618775189bca59 -SIZE (lib-pq-v1.8.0_GH0.tar.gz) = 101945 -SHA256 (mattn-go-colorable-v0.1.7_GH0.tar.gz) = e394441b47cb26bb0c60ffdf2c60d57facbbc39f7a60763fdb1ec752cb460abf -SIZE (mattn-go-colorable-v0.1.7_GH0.tar.gz) = 9560 -SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c -SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 -SHA256 (mattn-go-zglob-e3c945676326_GH0.tar.gz) = 0e7620c276c653177ed1116ea778a43b39c79c21fab3d7a7da5b9f6cd81e6f86 -SIZE (mattn-go-zglob-e3c945676326_GH0.tar.gz) = 8041 -SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 -SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 -SHA256 (mitchellh-go-testing-interface-v1.14.1_GH0.tar.gz) = 3e9248c525eadb1cfceb5c4577b5cf656911b1139424a732690b4eaf7ab299fb -SIZE (mitchellh-go-testing-interface-v1.14.1_GH0.tar.gz) = 2774 -SHA256 (mitchellh-go-wordwrap-v1.0.1_GH0.tar.gz) = 56dc8d3883c765d9791a3698a55c66935b2978ac60e0e3c7c8799b182dd22bb5 -SIZE (mitchellh-go-wordwrap-v1.0.1_GH0.tar.gz) = 2921 -SHA256 (mitchellh-mapstructure-v1.3.3_GH0.tar.gz) = 660c2e8fd3c855022b2b566756eabe904167ce5ceb29ea3ce90ad0eb76ddd802 -SIZE (mitchellh-mapstructure-v1.3.3_GH0.tar.gz) = 26054 -SHA256 (mozilla-services-gopgagent-4d7ea76ff71a_GH0.tar.gz) = 1e83af8de81cc421350b973712f4bc0a531e5b763efc7c59b411a7a640f00c2b -SIZE (mozilla-services-gopgagent-4d7ea76ff71a_GH0.tar.gz) = 2819 -SHA256 (mozilla-sops-v3.7.0_GH0.tar.gz) = 909496eaed98f6ff4fadc216ad904ef2d2a82ff229e6af6cc0cb1625e2df5d83 -SIZE (mozilla-sops-v3.7.0_GH0.tar.gz) = 191616 -SHA256 (pierrec-lz4-v2.5.2_GH0.tar.gz) = bf5ad1ce74f264bad828cea8a546e5d2100a7ab67695bf7badcbe14c57ec4df4 -SIZE (pierrec-lz4-v2.5.2_GH0.tar.gz) = 20509582 -SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 -SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 -SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda -SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (pquerna-otp-468c2dd2b58d_GH0.tar.gz) = 2d8eb2ab974a599c317cb11ca15d9155ebbca8f6a2212bf5fe606c70ef9e1892 -SIZE (pquerna-otp-468c2dd2b58d_GH0.tar.gz) = 13690 -SHA256 (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 3ec41a8324431e72f85e0dc0c2c098cc14c3cb1ee8820996c8f46afca2d65609 -SIZE (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 1278521 -SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff -SIZE (russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613 -SHA256 (ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 4e2b03027a6de87825fcf450a728c86b83d9c30b062310323c6009e298da6711 -SIZE (ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 2969 -SHA256 (sergi-go-diff-v1.1.0_GH0.tar.gz) = 3d4362670655e970366d555418f3c8d179c217c0499ef5573ab7176352229451 -SIZE (sergi-go-diff-v1.1.0_GH0.tar.gz) = 43552 -SHA256 (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f -SIZE (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143 -SHA256 (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 536151aa2fed39e2b74925f81c8cd31f0c02c013881ba2d30982731d12424ed0 -SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748 -SHA256 (square-go-jose-v2.5.1_GH0.tar.gz) = 74c65592183c542b254eb2933f7a99ee869abdf9e7ac02aad4d9f0dce980ace8 -SIZE (square-go-jose-v2.5.1_GH0.tar.gz) = 309860 -SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f -SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 -SHA256 (ulikunitz-xz-v0.5.10_GH0.tar.gz) = 515f83921cf3e80b9196156cb4a0c1328243d5e09eca7c5ac7ce7e31b218c35b -SIZE (ulikunitz-xz-v0.5.10_GH0.tar.gz) = 479622 -SHA256 (urfave-cli-v1.20.0_GH0.tar.gz) = c5ba59f5742c99618b5ba34211699287cd3e80c41488bb267035ce0163e3bade -SIZE (urfave-cli-v1.20.0_GH0.tar.gz) = 58397 -SHA256 (urfave-cli-v1.22.3_GH0.tar.gz) = df0d62d708a2ccf67cb25126843268ba4034002e22c1b8a44c97594f9fb49fb5 -SIZE (urfave-cli-v1.22.3_GH0.tar.gz) = 77683 -SHA256 (zclconf-go-cty-yaml-v1.0.2_GH0.tar.gz) = 31102eb50cb6159d7dbbc82447477ec27914a6f3f0069af9e4b53116748755e3 -SIZE (zclconf-go-cty-yaml-v1.0.2_GH0.tar.gz) = 59431 -SHA256 (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 422bda239f1904bb59f9268a238ba8a4001fbee6c0efbb7df60266d50515f921 -SIZE (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 195415 +TIMESTAMP = 1632967679 +SHA256 (go/sysutils_terragrunt/terragrunt-v0.33.1/v0.33.1.mod) = a1911d124d15329964d16274bcf91fcd4dcb8d2e5b54927dd864e3f9ed8c0d9c +SIZE (go/sysutils_terragrunt/terragrunt-v0.33.1/v0.33.1.mod) = 3489 +SHA256 (go/sysutils_terragrunt/terragrunt-v0.33.1/v0.33.1.zip) = 9df077c05af96c325d7d87b0143cb0ec23cb32a13a2b323adad25db0e5ee89b7 +SIZE (go/sysutils_terragrunt/terragrunt-v0.33.1/v0.33.1.zip) = 2627419 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:28:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 935506AE947; Thu, 30 Sep 2021 09:28:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKnx23Thvz4tyb; Thu, 30 Sep 2021 09:28:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 580FD1684; Thu, 30 Sep 2021 09:28:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9ScD0079626; Thu, 30 Sep 2021 09:28:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9ScCY079625; Thu, 30 Sep 2021 09:28:38 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:28:38 GMT Message-Id: <202109300928.18U9ScCY079625@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: e2f69c2a24e6 - main - net/tigervnc-server: fix obtaining HOST_NAME_MAX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e2f69c2a24e619abba8c500d83f5ba456428de03 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:28:38 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2f69c2a24e619abba8c500d83f5ba456428de03 commit e2f69c2a24e619abba8c500d83f5ba456428de03 Author: Koichiro Iwao AuthorDate: 2021-09-30 09:18:31 +0000 Commit: Koichiro Iwao CommitDate: 2021-09-30 09:25:33 +0000 net/tigervnc-server: fix obtaining HOST_NAME_MAX See Phabricator review for details. Reported by: Adam Wolk Approved by: meta (myself, maintainer) Differential Revision: https://reviews.freebsd.org/D30045 --- net/tigervnc-server/Makefile | 2 +- net/tigervnc-server/files/patch-unix_vncserver_vncsession.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/net/tigervnc-server/Makefile b/net/tigervnc-server/Makefile index fc6dba57aabc..7a078d831523 100644 --- a/net/tigervnc-server/Makefile +++ b/net/tigervnc-server/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -server COMMENT= TigerVNC Server diff --git a/net/tigervnc-server/files/patch-unix_vncserver_vncsession.c b/net/tigervnc-server/files/patch-unix_vncserver_vncsession.c index c55fe796e50b..77346fbe2661 100644 --- a/net/tigervnc-server/files/patch-unix_vncserver_vncsession.c +++ b/net/tigervnc-server/files/patch-unix_vncserver_vncsession.c @@ -1,13 +1,11 @@ -diff --git unix/vncserver/vncsession.c unix/vncserver/vncsession.c -index 3e0c98f0..cdac9d1a 100644 ---- unix/vncserver/vncsession.c +--- unix/vncserver/vncsession.c.orig 2020-09-08 12:16:08 UTC +++ unix/vncserver/vncsession.c @@ -339,7 +339,7 @@ static void redir_stdio(const char *homedir, const char *display) { int fd; - char hostname[HOST_NAME_MAX+1]; -+ char hostname[_SC_HOST_NAME_MAX+1]; ++ char hostname[_POSIX_HOST_NAME_MAX+1]; char logfile[PATH_MAX]; fd = open("/dev/null", O_RDONLY); From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 748EA6AEF02; Thu, 30 Sep 2021 09:42:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpF92qSpz4vk8; Thu, 30 Sep 2021 09:42:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41B3616ED; Thu, 30 Sep 2021 09:42:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gb9H005261; Thu, 30 Sep 2021 09:42:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gbQg005260; Thu, 30 Sep 2021 09:42:37 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:37 GMT Message-Id: <202109300942.18U9gbQg005260@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 681b3eb29e44 - main - devel/libdaemon: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 681b3eb29e44ff7da3e17cd62700bc39fdda1bf1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:37 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=681b3eb29e44ff7da3e17cd62700bc39fdda1bf1 commit 681b3eb29e44ff7da3e17cd62700bc39fdda1bf1 Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:08:14 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:17 +0000 devel/libdaemon: Add CPE information Approved by: portmgr (blanket) --- devel/libdaemon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/libdaemon/Makefile b/devel/libdaemon/Makefile index dd081d8abb06..f3bc2d3bf163 100644 --- a/devel/libdaemon/Makefile +++ b/devel/libdaemon/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFIGURE_ARGS= --disable-lynx GNU_CONFIGURE= yes -USES= libtool:keepla pathfix +USES= cpe libtool:keepla pathfix USE_LDCONFIG= yes +CPE_VENDOR= libdaemon_project .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C97B66AEA62; Thu, 30 Sep 2021 09:42:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFB41H8z4vkB; Thu, 30 Sep 2021 09:42:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6646F17D9; Thu, 30 Sep 2021 09:42:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gcR4005285; Thu, 30 Sep 2021 09:42:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gcvG005284; Thu, 30 Sep 2021 09:42:38 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:38 GMT Message-Id: <202109300942.18U9gcvG005284@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 7d8ec81482de - main - devel/libpeas: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7d8ec81482defebff538048f09994d9f074e749f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:38 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d8ec81482defebff538048f09994d9f074e749f commit 7d8ec81482defebff538048f09994d9f074e749f Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:09:37 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:18 +0000 devel/libpeas: Add CPE information Approved by: portmgr (blanket) --- devel/libpeas/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index d3dc2c223bb9..c27f60b9aa5c 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -24,10 +24,11 @@ LIB_DEPENDS+= libpeas-1.0.so:devel/libpeas PORTSCOUT= ignore:1 .endif -USES= gettext gnome meson pkgconfig tar:xz +USES= cpe gettext gnome meson pkgconfig tar:xz USE_GNOME= cairo gtk30 intlhack introspection USE_LDCONFIG= yes INSTALLS_ICONS= yes +CPE_VENDOR= gnome MESON_ARGS+= -Dglade_catalog=false PLIST= ${.CURDIR}/pkg-plist From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B1976AEBBE; Thu, 30 Sep 2021 09:42:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFH1VGNz3Blk; Thu, 30 Sep 2021 09:42:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00B6C16EF; Thu, 30 Sep 2021 09:42:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gg48005389; Thu, 30 Sep 2021 09:42:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9ggnj005388; Thu, 30 Sep 2021 09:42:42 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:42 GMT Message-Id: <202109300942.18U9ggnj005388@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 6065216eff7a - main - devel/pear-Horde_Tree: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6065216eff7af13d1b64e575860914d165d23c67 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:43 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6065216eff7af13d1b64e575860914d165d23c67 commit 6065216eff7af13d1b64e575860914d165d23c67 Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:16:08 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:20 +0000 devel/pear-Horde_Tree: Add CPE information Approved by: portmgr (blanket) --- devel/pear-Horde_Tree/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/pear-Horde_Tree/Makefile b/devel/pear-Horde_Tree/Makefile index 2a39877d9fba..48a2a6e3a92b 100644 --- a/devel/pear-Horde_Tree/Makefile +++ b/devel/pear-Horde_Tree/Makefile @@ -7,9 +7,10 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Tree API -USES= horde +USES= cpe horde USE_HORDE_RUN= Horde_Exception \ Horde_Url \ Horde_Util +CPE_VENDOR= horde .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 850526AEA66; Thu, 30 Sep 2021 09:42:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFC6HYTz4vXC; Thu, 30 Sep 2021 09:42:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8508317DA; Thu, 30 Sep 2021 09:42:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gdDS005313; Thu, 30 Sep 2021 09:42:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gdk9005312; Thu, 30 Sep 2021 09:42:39 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:39 GMT Message-Id: <202109300942.18U9gdk9005312@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: ef11a9106180 - main - devel/log4j: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ef11a91061801985e832e4399cb7bd79212a0201 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:40 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef11a91061801985e832e4399cb7bd79212a0201 commit ef11a91061801985e832e4399cb7bd79212a0201 Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:12:00 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:19 +0000 devel/log4j: Add CPE information Approved by: portmgr (blanket) --- devel/log4j/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/log4j/Makefile b/devel/log4j/Makefile index a95ed9404a57..e15dccf99601 100644 --- a/devel/log4j/Makefile +++ b/devel/log4j/Makefile @@ -11,9 +11,12 @@ COMMENT= Fast and flexible logging library for Java LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cpe + USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes +CPE_VENDOR= apache WRKSRC= ${WRKDIR}/apache-${PORTNAME}-${PORTVERSION} From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D18496AEC3B; Thu, 30 Sep 2021 09:42:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFJ2m1wz4vrr; Thu, 30 Sep 2021 09:42:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26D7C16F0; Thu, 30 Sep 2021 09:42:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gikc005413; Thu, 30 Sep 2021 09:42:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9giDF005412; Thu, 30 Sep 2021 09:42:44 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:44 GMT Message-Id: <202109300942.18U9giDF005412@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 235fcf3d650c - main - graphics/linux-c7-cairo-gobject: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 235fcf3d650c293b8e34798d8c0e02c59c8358de Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:45 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=235fcf3d650c293b8e34798d8c0e02c59c8358de commit 235fcf3d650c293b8e34798d8c0e02c59c8358de Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:17:29 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:21 +0000 graphics/linux-c7-cairo-gobject: Add CPE information Approved by: portmgr (blanket) --- graphics/linux-c7-cairo-gobject/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/linux-c7-cairo-gobject/Makefile b/graphics/linux-c7-cairo-gobject/Makefile index 99d7786e088b..d4be28971a91 100644 --- a/graphics/linux-c7-cairo-gobject/Makefile +++ b/graphics/linux-c7-cairo-gobject/Makefile @@ -8,9 +8,10 @@ PKGNAMESUFFIX= -gobject MAINTAINER= emulation@FreeBSD.org COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) -USES= linux:c7 +USES= cpe linux:c7 USE_LINUX= cairo dri fontconfig freetype pixman png xorglibs USE_LINUX_RPM= yes +CPE_VENDOR= cairographics LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D5036AF01A; Thu, 30 Sep 2021 09:42:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFN5hh9z3Bm2; Thu, 30 Sep 2021 09:42:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D8D917DC; Thu, 30 Sep 2021 09:42:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gmqt005515; Thu, 30 Sep 2021 09:42:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gmPv005514; Thu, 30 Sep 2021 09:42:48 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:48 GMT Message-Id: <202109300942.18U9gmPv005514@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: fcb8c62fd302 - main - net/pyrad: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fcb8c62fd30243ee5b3fc35f88ead1833b2844b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:49 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcb8c62fd30243ee5b3fc35f88ead1833b2844b9 commit fcb8c62fd30243ee5b3fc35f88ead1833b2844b9 Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:39:11 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:23 +0000 net/pyrad: Add CPE information Approved by: portmgr (blanket) --- net/pyrad/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/pyrad/Makefile b/net/pyrad/Makefile index b534c6208dc4..44ad123387ec 100644 --- a/net/pyrad/Makefile +++ b/net/pyrad/Makefile @@ -10,9 +10,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= steve@energistic.com COMMENT= Python implementation of RADIUS client -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= distutils autoplist +CPE_VENDOR= pyrad_project + PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B7F66AEEAC; Thu, 30 Sep 2021 09:42:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFP6dMvz3Bm7; Thu, 30 Sep 2021 09:42:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAC1217DD; Thu, 30 Sep 2021 09:42:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gnG2005539; Thu, 30 Sep 2021 09:42:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gnlP005538; Thu, 30 Sep 2021 09:42:49 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:49 GMT Message-Id: <202109300942.18U9gnlP005538@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: f1948014665f - main - net/wangle: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f1948014665f00a4b2990520144237ebda7b47c5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:50 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1948014665f00a4b2990520144237ebda7b47c5 commit f1948014665f00a4b2990520144237ebda7b47c5 Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:39:49 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:24 +0000 net/wangle: Add CPE information Approved by: portmgr (blanket) --- net/wangle/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 9eeec1048f6a..b84ec4ed1682 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -19,10 +19,11 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libglog.so:devel/glog \ libsodium.so:security/libsodium -USES= cmake compiler:c++17-lang ssl +USES= cmake compiler:c++17-lang cpe ssl USE_GITHUB= yes GH_ACCOUNT= facebook USE_LDCONFIG= yes +CPE_VENDOR= facebook WRKSRC_SUBDIR= ${PORTNAME} From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F6256AF01C; Thu, 30 Sep 2021 09:42:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFR0kPLz4vZw; Thu, 30 Sep 2021 09:42:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFBBD172B; Thu, 30 Sep 2021 09:42:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9goCF005563; Thu, 30 Sep 2021 09:42:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9goWc005562; Thu, 30 Sep 2021 09:42:50 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:50 GMT Message-Id: <202109300942.18U9goWc005562@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 948e259b5f09 - main - print/linux-c7-harfbuzz: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 948e259b5f09efb908ea5deb709032024d57ddb1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:51 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=948e259b5f09efb908ea5deb709032024d57ddb1 commit 948e259b5f09efb908ea5deb709032024d57ddb1 Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:40:50 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:25 +0000 print/linux-c7-harfbuzz: Add CPE information Approved by: portmgr (blanket) --- print/linux-c7-harfbuzz/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/linux-c7-harfbuzz/Makefile b/print/linux-c7-harfbuzz/Makefile index 39daf44ea421..aa8dbd39f57c 100644 --- a/print/linux-c7-harfbuzz/Makefile +++ b/print/linux-c7-harfbuzz/Makefile @@ -6,11 +6,13 @@ CATEGORIES= print linux MAINTAINER= emulation@FreeBSD.org COMMENT= OpenType text shaping engine (Linux CentOS ${LINUX_DIST_VER}) -USES= linux:c7 +USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX= graphite2 USE_LINUX_RPM= yes +CPE_VENDOR= harfbuzz_project + DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC4886AEBC0; Thu, 30 Sep 2021 09:42:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFL3vpXz3Blt; Thu, 30 Sep 2021 09:42:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AF9C198F; Thu, 30 Sep 2021 09:42:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gkIS005467; Thu, 30 Sep 2021 09:42:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gkoT005466; Thu, 30 Sep 2021 09:42:46 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:46 GMT Message-Id: <202109300942.18U9gkoT005466@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: eb0b2ee4333b - main - net/pear-Horde_Kolab_Session: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eb0b2ee4333b29b9143405efa88565a601c6543f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:46 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb0b2ee4333b29b9143405efa88565a601c6543f commit eb0b2ee4333b29b9143405efa88565a601c6543f Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:34:43 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:22 +0000 net/pear-Horde_Kolab_Session: Add CPE information Approved by: portmgr (blanket) --- net/pear-Horde_Kolab_Session/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/pear-Horde_Kolab_Session/Makefile b/net/pear-Horde_Kolab_Session/Makefile index e897a4e2c6d1..5e398dcd7640 100644 --- a/net/pear-Horde_Kolab_Session/Makefile +++ b/net/pear-Horde_Kolab_Session/Makefile @@ -7,9 +7,11 @@ CATEGORIES= net www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde library for managing an active Kolab session -USES= horde +USES= cpe horde USE_HORDE_RUN= Horde_Exception +CPE_VENDOR= horde + # Optional but we want it USE_HORDE_RUN+= Horde_Kolab_Server \ Horde_Log From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C35A6AEBBF; Thu, 30 Sep 2021 09:42:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFK53f7z4vrw; Thu, 30 Sep 2021 09:42:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46A2E17DB; Thu, 30 Sep 2021 09:42:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gjBO005437; Thu, 30 Sep 2021 09:42:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gj5O005436; Thu, 30 Sep 2021 09:42:45 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:45 GMT Message-Id: <202109300942.18U9gj5O005436@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: dbcb396b7b6a - main - graphics/py-cairosvg: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dbcb396b7b6aea2030075c5ae1aee67c121011dd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:46 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbcb396b7b6aea2030075c5ae1aee67c121011dd commit dbcb396b7b6aea2030075c5ae1aee67c121011dd Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:19:00 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:22 +0000 graphics/py-cairosvg: Add CPE information Approved by: portmgr (blanket) --- graphics/py-cairosvg/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/py-cairosvg/Makefile b/graphics/py-cairosvg/Makefile index bc6330b60c03..abba3e388d6c 100644 --- a/graphics/py-cairosvg/Makefile +++ b/graphics/py-cairosvg/Makefile @@ -23,9 +23,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= courtbouillon + NO_ARCH= yes .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E74346AEB5F; Thu, 30 Sep 2021 09:42:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFM5hs7z4vkR; Thu, 30 Sep 2021 09:42:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8972E16F1; Thu, 30 Sep 2021 09:42:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gl7b005491; Thu, 30 Sep 2021 09:42:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9glKM005490; Thu, 30 Sep 2021 09:42:47 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:47 GMT Message-Id: <202109300942.18U9glKM005490@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: dae01f7c3f32 - main - net/pear-Horde_Scribe: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dae01f7c3f326b1c3e66087fb2692cebacfe351a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:48 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=dae01f7c3f326b1c3e66087fb2692cebacfe351a commit dae01f7c3f326b1c3e66087fb2692cebacfe351a Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:36:32 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:23 +0000 net/pear-Horde_Scribe: Add CPE information Approved by: portmgr (blanket) --- net/pear-Horde_Scribe/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/pear-Horde_Scribe/Makefile b/net/pear-Horde_Scribe/Makefile index 66fe7c601ef1..3fc781e6ce04 100644 --- a/net/pear-Horde_Scribe/Makefile +++ b/net/pear-Horde_Scribe/Makefile @@ -7,7 +7,9 @@ CATEGORIES= net www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Scribe client -USES= horde +USES= cpe horde USE_HORDE_RUN= Horde_Thrift +CPE_VENDOR= horde + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8BBDD6AEB64; Thu, 30 Sep 2021 09:42:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFS2KG9z3BmF; Thu, 30 Sep 2021 09:42:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17D311990; Thu, 30 Sep 2021 09:42:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gpAc005593; Thu, 30 Sep 2021 09:42:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gpFA005592; Thu, 30 Sep 2021 09:42:51 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:51 GMT Message-Id: <202109300942.18U9gpFA005592@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 31c6e4cc00e7 - main - print/qpdf: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 31c6e4cc00e7876278910801b6dea763236c3c50 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:52 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=31c6e4cc00e7876278910801b6dea763236c3c50 commit 31c6e4cc00e7876278910801b6dea763236c3c50 Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:41:31 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:25 +0000 print/qpdf: Add CPE information Approved by: portmgr (blanket) --- print/qpdf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile index 40090174f143..55a75be7063e 100644 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -13,10 +13,11 @@ LICENSE_COMB= dual LICENSE_FILE_ART20= ${WRKSRC}/Artistic-2.0 LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt -USES= compiler:c++11-lang gmake jpeg libtool localbase +USES= compiler:c++11-lang cpe gmake jpeg libtool localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes +CPE_VENDOR= qpdf_project OPTIONS_DEFINE= DOCS From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5653F6AEBB9; Thu, 30 Sep 2021 09:42:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFG0bwrz4vlw; Thu, 30 Sep 2021 09:42:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE9921AC0; Thu, 30 Sep 2021 09:42:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gf3Y005364; Thu, 30 Sep 2021 09:42:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9gfZ4005363; Thu, 30 Sep 2021 09:42:41 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:41 GMT Message-Id: <202109300942.18U9gfZ4005363@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 56e842cc7155 - main - devel/pear-Horde_Timezone: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 56e842cc71559d0979a9ff21c40923857f3f3864 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:42 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=56e842cc71559d0979a9ff21c40923857f3f3864 commit 56e842cc71559d0979a9ff21c40923857f3f3864 Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:15:21 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:20 +0000 devel/pear-Horde_Timezone: Add CPE information Approved by: portmgr (blanket) --- devel/pear-Horde_Timezone/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/pear-Horde_Timezone/Makefile b/devel/pear-Horde_Timezone/Makefile index 244578701252..b1081b303f80 100644 --- a/devel/pear-Horde_Timezone/Makefile +++ b/devel/pear-Horde_Timezone/Makefile @@ -7,9 +7,10 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde timezone library -USES= horde +USES= cpe horde USE_HORDE_RUN= Horde_Date \ Horde_Icalendar \ Horde_Vfs +CPE_VENDOR= horde .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 09:42:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E23496AEF03; Thu, 30 Sep 2021 09:42:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpFD5rlZz4vlr; Thu, 30 Sep 2021 09:42:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A929A16EE; Thu, 30 Sep 2021 09:42:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18U9gec9005340; Thu, 30 Sep 2021 09:42:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18U9ge7B005339; Thu, 30 Sep 2021 09:42:40 GMT (envelope-from git) Date: Thu, 30 Sep 2021 09:42:40 GMT Message-Id: <202109300942.18U9ge7B005339@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 6fc345d11d43 - main - devel/pear-Horde_Prefs: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6fc345d11d43443c9f86329bd2b0f4cfbb01d1fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 09:42:41 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fc345d11d43443c9f86329bd2b0f4cfbb01d1fa commit 6fc345d11d43443c9f86329bd2b0f4cfbb01d1fa Author: Bernhard Froehlich AuthorDate: 2021-09-30 09:14:27 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 09:42:19 +0000 devel/pear-Horde_Prefs: Add CPE information Approved by: portmgr (blanket) --- devel/pear-Horde_Prefs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/pear-Horde_Prefs/Makefile b/devel/pear-Horde_Prefs/Makefile index aefbefab3630..762e5a0b8385 100644 --- a/devel/pear-Horde_Prefs/Makefile +++ b/devel/pear-Horde_Prefs/Makefile @@ -5,12 +5,13 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Preferences API -USES= horde php +USES= cpe horde php USE_HORDE_RUN= Horde_Exception \ Horde_Mail \ Horde_Mime \ Horde_Translation \ Horde_Util USE_PHP= json +CPE_VENDOR= horde .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 10:12:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2A686AF3D6; Thu, 30 Sep 2021 10:12:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKpw64rvjz3DfJ; Thu, 30 Sep 2021 10:12:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86F881EF8; Thu, 30 Sep 2021 10:12:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UACsm8046050; Thu, 30 Sep 2021 10:12:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UACs11046049; Thu, 30 Sep 2021 10:12:54 GMT (envelope-from git) Date: Thu, 30 Sep 2021 10:12:54 GMT Message-Id: <202109301012.18UACs11046049@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 3ba7c5874343 - main - databases/redisdesktopmanager: fix build on powerpc* MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3ba7c58743436ce6b93468a114dbc54c99d4b91b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 10:12:54 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ba7c58743436ce6b93468a114dbc54c99d4b91b commit 3ba7c58743436ce6b93468a114dbc54c99d4b91b Author: Piotr Kubaj AuthorDate: 2021-09-30 10:11:20 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-30 10:11:20 +0000 databases/redisdesktopmanager: fix build on powerpc* FreeBSD uses sys/endian.h for endian conversions. --- .../files/patch-3rdparty_simdjson_singleheader_simdjson.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/databases/redisdesktopmanager/files/patch-3rdparty_simdjson_singleheader_simdjson.h b/databases/redisdesktopmanager/files/patch-3rdparty_simdjson_singleheader_simdjson.h new file mode 100644 index 000000000000..5901c843f00f --- /dev/null +++ b/databases/redisdesktopmanager/files/patch-3rdparty_simdjson_singleheader_simdjson.h @@ -0,0 +1,14 @@ +--- 3rdparty/simdjson/singleheader/simdjson.h.orig 2021-09-30 06:08:20 UTC ++++ 3rdparty/simdjson/singleheader/simdjson.h +@@ -15748,7 +15748,11 @@ simdjson_unused simdjson_warn_unused simdjson_really_i + #ifndef SIMDJSON_PPC64_NUMBERPARSING_H + #define SIMDJSON_PPC64_NUMBERPARSING_H + ++#ifdef linux + #include ++#elif defined(__FreeBSD__) ++#include ++#endif + + namespace simdjson { + namespace ppc64 { From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 10:28:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 192D06AF3E3; Thu, 30 Sep 2021 10:28:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKqFX7265z3F1x; Thu, 30 Sep 2021 10:28:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD034239E; Thu, 30 Sep 2021 10:28:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UAS0Oo060052; Thu, 30 Sep 2021 10:28:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UAS0tn060051; Thu, 30 Sep 2021 10:28:00 GMT (envelope-from git) Date: Thu, 30 Sep 2021 10:28:00 GMT Message-Id: <202109301028.18UAS0tn060051@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: 8cb2b756dabd - main - devel/R-cran-data.table: Update to 1.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8cb2b756dabd645e2302781a3bec514f57542343 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 10:28:01 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=8cb2b756dabd645e2302781a3bec514f57542343 commit 8cb2b756dabd645e2302781a3bec514f57542343 Author: TAKATSU Tomonari AuthorDate: 2021-09-30 04:26:36 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-30 10:27:54 +0000 devel/R-cran-data.table: Update to 1.14.2 --- devel/R-cran-data.table/Makefile | 2 +- devel/R-cran-data.table/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/R-cran-data.table/Makefile b/devel/R-cran-data.table/Makefile index dc183576398a..2a5979e75e33 100644 --- a/devel/R-cran-data.table/Makefile +++ b/devel/R-cran-data.table/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= data.table -DISTVERSION= 1.14.0 +DISTVERSION= 1.14.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-data.table/distinfo b/devel/R-cran-data.table/distinfo index b374d55f276a..29ae4ce55fbf 100644 --- a/devel/R-cran-data.table/distinfo +++ b/devel/R-cran-data.table/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613983999 -SHA256 (data.table_1.14.0.tar.gz) = 13f1de244e7fa90fadfb0be964db5ffb324ca024d5f136feb4578b5daedaeb4d -SIZE (data.table_1.14.0.tar.gz) = 5303849 +TIMESTAMP = 1632975955 +SHA256 (data.table_1.14.2.tar.gz) = f741b951e5937440139514aedbae78dbd6862d825066848bdb006aa02c2f3d2b +SIZE (data.table_1.14.2.tar.gz) = 5301817 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 11:47:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B14F06B061E; Thu, 30 Sep 2021 11:47:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKs1p4MCgz3JfM; Thu, 30 Sep 2021 11:47:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75DCD2F58; Thu, 30 Sep 2021 11:47:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UBlwAm065860; Thu, 30 Sep 2021 11:47:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UBlwAj065859; Thu, 30 Sep 2021 11:47:58 GMT (envelope-from git) Date: Thu, 30 Sep 2021 11:47:58 GMT Message-Id: <202109301147.18UBlwAj065859@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: b3d4b11d9b31 - main - print/R-cran-tinytex: Update to 0.34 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b3d4b11d9b31d57b2283f13584f4c7d3a96ec9d8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 11:47:58 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3d4b11d9b31d57b2283f13584f4c7d3a96ec9d8 commit b3d4b11d9b31d57b2283f13584f4c7d3a96ec9d8 Author: TAKATSU Tomonari AuthorDate: 2021-09-30 11:44:15 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-30 11:44:15 +0000 print/R-cran-tinytex: Update to 0.34 --- print/R-cran-tinytex/Makefile | 2 +- print/R-cran-tinytex/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/print/R-cran-tinytex/Makefile b/print/R-cran-tinytex/Makefile index e2d302f1df96..50ae10bd4836 100644 --- a/print/R-cran-tinytex/Makefile +++ b/print/R-cran-tinytex/Makefile @@ -1,5 +1,5 @@ PORTNAME= tinytex -DISTVERSION= 0.33 +DISTVERSION= 0.34 CATEGORIES= print DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/print/R-cran-tinytex/distinfo b/print/R-cran-tinytex/distinfo index 7dea3ad17112..c18e3d2eb05c 100644 --- a/print/R-cran-tinytex/distinfo +++ b/print/R-cran-tinytex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628389718 -SHA256 (tinytex_0.33.tar.gz) = 83344beee8b76f22535a0c069669249ee77318a2c4246f769965e346c0b19882 -SIZE (tinytex_0.33.tar.gz) = 30085 +TIMESTAMP = 1632997737 +SHA256 (tinytex_0.34.tar.gz) = 1d059397b70579c325b64bfd548ef7b985a7558bd1e3d95716e0ed7a0dd8e69b +SIZE (tinytex_0.34.tar.gz) = 30196 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 12:21:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECD326B0E36; Thu, 30 Sep 2021 12:21:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKsmD64j7z3LHJ; Thu, 30 Sep 2021 12:21:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B07453A1A; Thu, 30 Sep 2021 12:21:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UCLGZL014606; Thu, 30 Sep 2021 12:21:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UCLGhK014605; Thu, 30 Sep 2021 12:21:16 GMT (envelope-from git) Date: Thu, 30 Sep 2021 12:21:16 GMT Message-Id: <202109301221.18UCLGhK014605@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Renato Botelho Subject: git: 5815766ccf2b - 2021Q3 - security/sudo: Update to 1.9.8p1 to fix LDAP SEGFAULT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: garga X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 5815766ccf2b3110ab88b174425da85a77aa814e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 12:21:17 -0000 The branch 2021Q3 has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=5815766ccf2b3110ab88b174425da85a77aa814e commit 5815766ccf2b3110ab88b174425da85a77aa814e Author: Cy Schubert AuthorDate: 2021-09-17 15:27:46 +0000 Commit: Renato Botelho CommitDate: 2021-09-30 12:20:54 +0000 security/sudo: Update to 1.9.8p1 to fix LDAP SEGFAULT Sudo version 1.9.8 patchelevel 1 is now available which fixes a few regressions introduced in sudo 1.9.8. Source: https://www.sudo.ws/dist/sudo-1.9.8p1.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.9.8p1.tar.gz SHA256 checksum: 0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69 MD5 checksum: ae9c8b32268f27d05bcdcb8f0c04d461 Binary packages: https://www.sudo.ws/download.html#binary https://github.com/sudo-project/sudo/releases/tag/SUDO_1_9_8 For a list of download mirror sites, see: https://www.sudo.ws/download_mirrors.html Sudo web site: https://www.sudo.ws/ Sudo web site mirrors: https://www.sudo.ws/mirrors.html Major changes between sudo 1.9.8p1 and 1.9.8: * Fixed support for passing a prompt (sudo -p) or a login class (sudo -c) on the command line. This is a regression introduced in sudo 1.9.8. Bug #993. * Fixed a crash with "sudo ALL" rules in the LDAP and SSSD back-ends. This is a regression introduced in sudo 1.9.8. Bug #994. * Fixed a compilation error when the --enable-static-sudoers configure option was specified. This is a regression introduced in sudo 1.9.8 caused by a symbol clash with the intercept and log server protobuf functions. PR: 258537 Submitted by: cy Reported by: Adrian Waters Approved by: garga (maintainer) MFH: 2021Q3 (cherry picked from commit 549e87a5edcd9b96360d74b58dbfc04749bd0580) --- security/sudo/Makefile | 2 +- security/sudo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 3c5596713765..c36aea0302e5 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ # Created by: erich@rrnet.com PORTNAME= sudo -PORTVERSION= 1.9.8 +PORTVERSION= 1.9.8p1 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index eef4b7cc918b..c1cb8d86871e 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631546736 -SHA256 (sudo-1.9.8.tar.gz) = f1735de999804ea1af068fba6a82cb6674ea64c789813b29266fd3b16cb294e6 -SIZE (sudo-1.9.8.tar.gz) = 4301188 +TIMESTAMP = 1631825413 +SHA256 (sudo-1.9.8p1.tar.gz) = 0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69 +SIZE (sudo-1.9.8p1.tar.gz) = 4302104 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 12:47:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B3056B0B6F; Thu, 30 Sep 2021 12:47:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKtLP0ylHz3NdV; Thu, 30 Sep 2021 12:47:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 016AA3C7E; Thu, 30 Sep 2021 12:47:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UClOwO045973; Thu, 30 Sep 2021 12:47:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UClO6s045972; Thu, 30 Sep 2021 12:47:24 GMT (envelope-from git) Date: Thu, 30 Sep 2021 12:47:24 GMT Message-Id: <202109301247.18UClO6s045972@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 70b621db3cfe - main - */*: Switch deps from rails 6.0 to 6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 70b621db3cfe442260789464e506dc847eadb1ea Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 12:47:25 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=70b621db3cfe442260789464e506dc847eadb1ea commit 70b621db3cfe442260789464e506dc847eadb1ea Author: Matthias Fechner AuthorDate: 2021-09-30 12:46:15 +0000 Commit: Matthias Fechner CommitDate: 2021-09-30 12:47:21 +0000 */*: Switch deps from rails 6.0 to 6.1 --- databases/rubygem-activerecord-explain-analyze/Makefile | 4 ++-- databases/rubygem-seed-fu/Makefile | 6 +++--- devel/rubygem-grape-entity/Makefile | 3 ++- devel/rubygem-graphql-client/Makefile | 3 ++- devel/rubygem-validate_email/Makefile | 4 ++-- devel/rubygem-validate_url/Makefile | 4 ++-- devel/rubygem-webfinger/Makefile | 4 ++-- mail/rubygem-valid_email/Makefile | 3 ++- net/rubygem-openid_connect/Makefile | 3 ++- security/rubygem-rack-oauth2/Makefile | 4 ++-- textproc/rubygem-elasticsearch-model6/Makefile | 3 ++- textproc/rubygem-html-pipeline/Makefile | 4 ++-- www/rubygem-carrierwave/Makefile | 5 +++-- www/rubygem-swd/Makefile | 4 ++-- 14 files changed, 30 insertions(+), 24 deletions(-) diff --git a/databases/rubygem-activerecord-explain-analyze/Makefile b/databases/rubygem-activerecord-explain-analyze/Makefile index c84e1c9bdeeb..4548348cdf9b 100644 --- a/databases/rubygem-activerecord-explain-analyze/Makefile +++ b/databases/rubygem-activerecord-explain-analyze/Makefile @@ -2,7 +2,7 @@ PORTNAME= activerecord-explain-analyze PORTVERSION= 0.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Extends ActiveRecord#explain with additional features LICENSE= MIT -RUN_DEPENDS= rubygem-activerecord60>=4:databases/rubygem-activerecord60 \ +RUN_DEPENDS= rubygem-activerecord61>=4:databases/rubygem-activerecord61 \ rubygem-pg>=0:databases/rubygem-pg USES= gem diff --git a/databases/rubygem-seed-fu/Makefile b/databases/rubygem-seed-fu/Makefile index 7940990170c8..b937316f3487 100644 --- a/databases/rubygem-seed-fu/Makefile +++ b/databases/rubygem-seed-fu/Makefile @@ -1,6 +1,6 @@ PORTNAME= seed-fu PORTVERSION= 2.3.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -10,8 +10,8 @@ COMMENT= Library to maintain seed data LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activerecord60>=3.1:databases/rubygem-activerecord60 \ - rubygem-activesupport60>=3.1:devel/rubygem-activesupport60 +RUN_DEPENDS= rubygem-activerecord61>=3.1:databases/rubygem-activerecord61 \ + rubygem-activesupport61>=3.1:devel/rubygem-activesupport61 USES= gem USE_RUBY= yes diff --git a/devel/rubygem-grape-entity/Makefile b/devel/rubygem-grape-entity/Makefile index 9092453f2f0f..3df95f1bac8f 100644 --- a/devel/rubygem-grape-entity/Makefile +++ b/devel/rubygem-grape-entity/Makefile @@ -1,5 +1,6 @@ PORTNAME= grape-entity PORTVERSION= 0.9.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ COMMENT= Simple facade to use with your models and APIs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport60>=3.0.0:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport61>=3.0.0:devel/rubygem-activesupport61 \ rubygem-multi_json>=1.3.2:devel/rubygem-multi_json USES= gem diff --git a/devel/rubygem-graphql-client/Makefile b/devel/rubygem-graphql-client/Makefile index 5132b2f965ae..1f6fcc07de31 100644 --- a/devel/rubygem-graphql-client/Makefile +++ b/devel/rubygem-graphql-client/Makefile @@ -2,6 +2,7 @@ PORTNAME= graphql-client PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ COMMENT= Ruby library for declaring, composing and executing GraphQL queries LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport60>=3.0:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \ rubygem-graphql>=1.8<2:devel/rubygem-graphql USES= gem diff --git a/devel/rubygem-validate_email/Makefile b/devel/rubygem-validate_email/Makefile index 678789a670e5..dca9f81815c6 100644 --- a/devel/rubygem-validate_email/Makefile +++ b/devel/rubygem-validate_email/Makefile @@ -2,7 +2,7 @@ PORTNAME= validate_email PORTVERSION= 0.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Validating email addresses in Rails 3 models LICENSE= MIT -RUN_DEPENDS= rubygem-activemodel60>=3.0:databases/rubygem-activemodel60 \ +RUN_DEPENDS= rubygem-activemodel61>=3.0:databases/rubygem-activemodel61 \ rubygem-mail>=2.2.5:mail/rubygem-mail USES= gem diff --git a/devel/rubygem-validate_url/Makefile b/devel/rubygem-validate_url/Makefile index 55bc7a8a12ba..647f01b99725 100644 --- a/devel/rubygem-validate_url/Makefile +++ b/devel/rubygem-validate_url/Makefile @@ -2,7 +2,7 @@ PORTNAME= validate_url PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Validating urls in Rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-activemodel60>=3.0:databases/rubygem-activemodel60 \ +RUN_DEPENDS= rubygem-activemodel61>=3.0:databases/rubygem-activemodel61 \ rubygem-public_suffix>=0:dns/rubygem-public_suffix USES= gem diff --git a/devel/rubygem-webfinger/Makefile b/devel/rubygem-webfinger/Makefile index b3ff1b7d0bf8..26204f9e3be4 100644 --- a/devel/rubygem-webfinger/Makefile +++ b/devel/rubygem-webfinger/Makefile @@ -2,7 +2,7 @@ PORTNAME= webfinger PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= WebFinger client library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport60>=3.0:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \ rubygem-httpclient>=2.4:www/rubygem-httpclient USES= gem diff --git a/mail/rubygem-valid_email/Makefile b/mail/rubygem-valid_email/Makefile index 0ff63b2ff756..443faf430b7c 100644 --- a/mail/rubygem-valid_email/Makefile +++ b/mail/rubygem-valid_email/Makefile @@ -2,6 +2,7 @@ PORTNAME= valid_email PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= mail rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= ActiveModel Validation for email LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel60>=0:databases/rubygem-activemodel60 \ +RUN_DEPENDS= rubygem-activemodel61>=0:databases/rubygem-activemodel61 \ rubygem-mail>=2.6.1:mail/rubygem-mail \ rubygem-simpleidn>=0:dns/rubygem-simpleidn diff --git a/net/rubygem-openid_connect/Makefile b/net/rubygem-openid_connect/Makefile index c526964eb99c..7dc6bac36742 100644 --- a/net/rubygem-openid_connect/Makefile +++ b/net/rubygem-openid_connect/Makefile @@ -2,6 +2,7 @@ PORTNAME= openid_connect PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= OpenID Connect Server & Client Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel60>=0:databases/rubygem-activemodel60 \ +RUN_DEPENDS= rubygem-activemodel61>=0:databases/rubygem-activemodel61 \ rubygem-attr_required>=1.0.0:devel/rubygem-attr_required \ rubygem-json-jwt>=1.5.0:www/rubygem-json-jwt \ rubygem-rack-oauth2>=1.6.1:security/rubygem-rack-oauth2 \ diff --git a/security/rubygem-rack-oauth2/Makefile b/security/rubygem-rack-oauth2/Makefile index 837a84bcdd12..596f94342551 100644 --- a/security/rubygem-rack-oauth2/Makefile +++ b/security/rubygem-rack-oauth2/Makefile @@ -1,6 +1,6 @@ PORTNAME= rack-oauth2 PORTVERSION= 1.16.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= OAuth 2.0 Server & Client Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \ rubygem-attr_required>=0:devel/rubygem-attr_required \ rubygem-httpclient>=0:www/rubygem-httpclient \ rubygem-json-jwt>=1.11.0:www/rubygem-json-jwt \ diff --git a/textproc/rubygem-elasticsearch-model6/Makefile b/textproc/rubygem-elasticsearch-model6/Makefile index 9ef547cf5ad1..bf46e163f6c3 100644 --- a/textproc/rubygem-elasticsearch-model6/Makefile +++ b/textproc/rubygem-elasticsearch-model6/Makefile @@ -2,6 +2,7 @@ PORTNAME= elasticsearch-model PORTVERSION= 6.1.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 6 @@ -11,7 +12,7 @@ COMMENT= ActiveModel/Record integrations for Elasticsearch LICENSE= APACHE20 -RUN_DEPENDS= rubygem-activesupport60>=3:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \ rubygem-elasticsearch6>=1:textproc/rubygem-elasticsearch6 \ rubygem-hashie>=0:devel/rubygem-hashie diff --git a/textproc/rubygem-html-pipeline/Makefile b/textproc/rubygem-html-pipeline/Makefile index df0abdab304b..0ff2841bc05a 100644 --- a/textproc/rubygem-html-pipeline/Makefile +++ b/textproc/rubygem-html-pipeline/Makefile @@ -1,6 +1,6 @@ PORTNAME= html-pipeline PORTVERSION= 2.13.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= GitHub HTML processing filters and utilities LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport60>=2:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport61>=2:devel/rubygem-activesupport61 \ rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri USES= gem diff --git a/www/rubygem-carrierwave/Makefile b/www/rubygem-carrierwave/Makefile index 635d95a32341..edaf0f878410 100644 --- a/www/rubygem-carrierwave/Makefile +++ b/www/rubygem-carrierwave/Makefile @@ -1,5 +1,6 @@ PORTNAME= carrierwave PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -8,8 +9,8 @@ COMMENT= Upload files, map them to a range of ORMs, store on different backends LICENSE= MIT -RUN_DEPENDS= rubygem-activemodel60>=4.0.0:databases/rubygem-activemodel60 \ - rubygem-activesupport60>=4.0.0:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activemodel61>=4.0.0:databases/rubygem-activemodel61 \ + rubygem-activesupport61>=4.0.0:devel/rubygem-activesupport61 \ rubygem-mime-types>=1.16:misc/rubygem-mime-types \ rubygem-ssrf_filter>=1.0<2:security/rubygem-ssrf_filter diff --git a/www/rubygem-swd/Makefile b/www/rubygem-swd/Makefile index e561f568246f..d45942dc8dea 100644 --- a/www/rubygem-swd/Makefile +++ b/www/rubygem-swd/Makefile @@ -2,7 +2,7 @@ PORTNAME= swd PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Simple Web Discovery Client Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport60>=3:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \ rubygem-attr_required>=0.0.5:devel/rubygem-attr_required \ rubygem-httpclient>=2.4:www/rubygem-httpclient From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 12:55:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71DFF6B0FC3; Thu, 30 Sep 2021 12:55:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKtXG2qdNz3QtP; Thu, 30 Sep 2021 12:55:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36E28446A; Thu, 30 Sep 2021 12:55:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UCtwjv058939; Thu, 30 Sep 2021 12:55:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UCtwej058938; Thu, 30 Sep 2021 12:55:58 GMT (envelope-from git) Date: Thu, 30 Sep 2021 12:55:58 GMT Message-Id: <202109301255.18UCtwej058938@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Palle Girgensohn Subject: git: a91450e0e5fa - main - databases/postgresql14-server: Introducing PostgreSQL-14 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: girgen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a91450e0e5fa0b6660516cff216ae23f97bfd890 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 12:55:58 -0000 The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a91450e0e5fa0b6660516cff216ae23f97bfd890 commit a91450e0e5fa0b6660516cff216ae23f97bfd890 Author: Palle Girgensohn AuthorDate: 2021-09-29 15:15:05 +0000 Commit: Palle Girgensohn CommitDate: 2021-09-30 12:55:46 +0000 databases/postgresql14-server: Introducing PostgreSQL-14 PostgreSQL 14 brings a variety of features that help developers and administrators deploy their data-backed applications. PostgreSQL continues to add innovations on complex data types, including more convenient access for JSON and support for noncontiguous ranges of data. This latest release adds to PostgreSQL's trend on improving high performance and distributed data workloads, with advances in connection concurrency, high-write workloads, query parallelism and logical replication. Release notes: https://www.postgresql.org/docs/14/release-14.html --- databases/postgresql14-server/Makefile | 4 ++-- databases/postgresql14-server/distinfo | 6 +++--- databases/postgresql14-server/pkg-plist-client | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index e08742f33117..6241dd816cfa 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,10 +1,10 @@ # Created by: Marc G. Fournier PORTNAME?= postgresql -DISTVERSION?= 14rc1 +DISTVERSION?= 14.0 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} diff --git a/databases/postgresql14-server/distinfo b/databases/postgresql14-server/distinfo index ebdb2bc496bd..7ee9a05f4109 100644 --- a/databases/postgresql14-server/distinfo +++ b/databases/postgresql14-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632254445 -SHA256 (postgresql/postgresql-14rc1.tar.bz2) = 586a816cb7811985f474eda0d4926fabd2378f0f6d5659d12fba421d38a07616 -SIZE (postgresql/postgresql-14rc1.tar.bz2) = 21844937 +TIMESTAMP = 1632812326 +SHA256 (postgresql/postgresql-14.0.tar.bz2) = ee2ad79126a7375e9102c4db77c4acae6ae6ffe3e082403b88826d96d927a122 +SIZE (postgresql/postgresql-14.0.tar.bz2) = 21836842 diff --git a/databases/postgresql14-server/pkg-plist-client b/databases/postgresql14-server/pkg-plist-client index fb8a9194b6eb..3e7b016bd27e 100644 --- a/databases/postgresql14-server/pkg-plist-client +++ b/databases/postgresql14-server/pkg-plist-client @@ -114,6 +114,7 @@ include/postgresql/server/access/twophase.h include/postgresql/server/access/twophase_rmgr.h include/postgresql/server/access/valid.h include/postgresql/server/access/visibilitymap.h +include/postgresql/server/access/visibilitymapdefs.h include/postgresql/server/access/xact.h include/postgresql/server/access/xlog.h include/postgresql/server/access/xlog_internal.h From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 13:03:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 93CA56B14A5; Thu, 30 Sep 2021 13:03:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKtj43NzFz3j0t; Thu, 30 Sep 2021 13:03:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 545C945BB; Thu, 30 Sep 2021 13:03:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UD3aQd072677; Thu, 30 Sep 2021 13:03:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UD3ai0072676; Thu, 30 Sep 2021 13:03:36 GMT (envelope-from git) Date: Thu, 30 Sep 2021 13:03:36 GMT Message-Id: <202109301303.18UD3ai0072676@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: e45e4ea93d95 - main - devel/rubygem-omniauth_crowd: Switch dep for rails from 6.0 to 6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e45e4ea93d95fabd0158c8034b6fdfeb6d5cf365 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 13:03:36 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=e45e4ea93d95fabd0158c8034b6fdfeb6d5cf365 commit e45e4ea93d95fabd0158c8034b6fdfeb6d5cf365 Author: Matthias Fechner AuthorDate: 2021-09-30 13:01:39 +0000 Commit: Matthias Fechner CommitDate: 2021-09-30 13:03:32 +0000 devel/rubygem-omniauth_crowd: Switch dep for rails from 6.0 to 6.1 Change maintainer to ruby@ as there are several timeouts already. --- devel/rubygem-omniauth_crowd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/rubygem-omniauth_crowd/Makefile b/devel/rubygem-omniauth_crowd/Makefile index d8f360f52c94..2df8772cb7c7 100644 --- a/devel/rubygem-omniauth_crowd/Makefile +++ b/devel/rubygem-omniauth_crowd/Makefile @@ -1,16 +1,16 @@ PORTNAME= omniauth_crowd PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ruby@FreeBSD.org COMMENT= OmniAuth provider for Atlassian Crowds REST API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS?= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ +RUN_DEPENDS?= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \ rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \ rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 13:51:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00BC66B1DAF; Thu, 30 Sep 2021 13:51:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKvmm6RP5z3mKY; Thu, 30 Sep 2021 13:51:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE7244EB4; Thu, 30 Sep 2021 13:51:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UDpqoU037842; Thu, 30 Sep 2021 13:51:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UDpq92037841; Thu, 30 Sep 2021 13:51:52 GMT (envelope-from git) Date: Thu, 30 Sep 2021 13:51:52 GMT Message-Id: <202109301351.18UDpq92037841@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Cy Schubert Subject: git: 3c5b4dac33fa - main - security/sudo: Update to 1.9.8p2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 13:51:53 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b commit 3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b Author: Cy Schubert AuthorDate: 2021-09-21 17:16:29 +0000 Commit: Cy Schubert CommitDate: 2021-09-30 13:51:29 +0000 security/sudo: Update to 1.9.8p2 Major changes between sudo 1.9.8p2 and 1.9.8p1: * Fixed a potential out-of-bounds read with "sudo -i" when the target user's shell is bash. This is a regression introduced in sudo 1.9.8. Bug #998. * sudo_logsrvd now only sends a log ID for first command of a session. There is no need to send the log ID for each sub-command. * Fixed a few minor memory leaks in intercept mode. * Fixed a problem with sudo_logsrvd in relay mode if "store_first" was enabled when handling sub-commands. A new zero-length journal file was created for each sub-command instead of simply using the existing journal file. PR: 258666 Submitted by: cy Reported by: cy Approved by: garga (maintainer) MFH: 2021Q3 --- security/sudo/Makefile | 2 +- security/sudo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index c36aea0302e5..b4daba650949 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ # Created by: erich@rrnet.com PORTNAME= sudo -PORTVERSION= 1.9.8p1 +PORTVERSION= 1.9.8p2 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index c1cb8d86871e..bd79984a0608 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631825413 -SHA256 (sudo-1.9.8p1.tar.gz) = 0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69 -SIZE (sudo-1.9.8p1.tar.gz) = 4302104 +TIMESTAMP = 1632243869 +SHA256 (sudo-1.9.8p2.tar.gz) = 9e3b8b8da7def43b6e60c257abe80467205670fd0f7c081de1423c414b680f2d +SIZE (sudo-1.9.8p2.tar.gz) = 4302256 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 14:00:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64EE46B2014; Thu, 30 Sep 2021 14:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKvyT2R9Lz3mhR; Thu, 30 Sep 2021 14:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 337F04EC8; Thu, 30 Sep 2021 14:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UE0HmR045602; Thu, 30 Sep 2021 14:00:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UE0Har045595; Thu, 30 Sep 2021 14:00:17 GMT (envelope-from git) Date: Thu, 30 Sep 2021 14:00:17 GMT Message-Id: <202109301400.18UE0Har045595@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Cy Schubert Subject: git: 1188e2186717 - 2021Q3 - security/sudo: Update to 1.9.8p2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 1188e2186717b6b121913969e5fdbbeb9d0fc092 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 14:00:17 -0000 The branch 2021Q3 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1188e2186717b6b121913969e5fdbbeb9d0fc092 commit 1188e2186717b6b121913969e5fdbbeb9d0fc092 Author: Cy Schubert AuthorDate: 2021-09-21 17:16:29 +0000 Commit: Cy Schubert CommitDate: 2021-09-30 14:00:00 +0000 security/sudo: Update to 1.9.8p2 Major changes between sudo 1.9.8p2 and 1.9.8p1: * Fixed a potential out-of-bounds read with "sudo -i" when the target user's shell is bash. This is a regression introduced in sudo 1.9.8. Bug #998. * sudo_logsrvd now only sends a log ID for first command of a session. There is no need to send the log ID for each sub-command. * Fixed a few minor memory leaks in intercept mode. * Fixed a problem with sudo_logsrvd in relay mode if "store_first" was enabled when handling sub-commands. A new zero-length journal file was created for each sub-command instead of simply using the existing journal file. PR: 258666 Submitted by: cy Reported by: cy Approved by: garga (maintainer) (cherry picked from commit 3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b) --- security/sudo/Makefile | 2 +- security/sudo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index c36aea0302e5..b4daba650949 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ # Created by: erich@rrnet.com PORTNAME= sudo -PORTVERSION= 1.9.8p1 +PORTVERSION= 1.9.8p2 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index c1cb8d86871e..bd79984a0608 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631825413 -SHA256 (sudo-1.9.8p1.tar.gz) = 0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69 -SIZE (sudo-1.9.8p1.tar.gz) = 4302104 +TIMESTAMP = 1632243869 +SHA256 (sudo-1.9.8p2.tar.gz) = 9e3b8b8da7def43b6e60c257abe80467205670fd0f7c081de1423c414b680f2d +SIZE (sudo-1.9.8p2.tar.gz) = 4302256 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 14:05:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 016986B1DDD; Thu, 30 Sep 2021 14:05:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKw506NXzz3nBb; Thu, 30 Sep 2021 14:05:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAF77532C; Thu, 30 Sep 2021 14:05:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UE5uD9052765; Thu, 30 Sep 2021 14:05:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UE5umc052764; Thu, 30 Sep 2021 14:05:56 GMT (envelope-from git) Date: Thu, 30 Sep 2021 14:05:56 GMT Message-Id: <202109301405.18UE5umc052764@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: acce63456b05 - main - net/ntopng: Update to latest upstream snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: acce63456b05c0f4bfa972ea9c9f8bb46966c410 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 14:05:57 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=acce63456b05c0f4bfa972ea9c9f8bb46966c410 commit acce63456b05c0f4bfa972ea9c9f8bb46966c410 Author: Guido Falsi AuthorDate: 2021-09-30 14:05:05 +0000 Commit: Guido Falsi CommitDate: 2021-09-30 14:05:48 +0000 net/ntopng: Update to latest upstream snapshot --- net/ntopng/Makefile | 4 ++-- net/ntopng/distinfo | 6 +++--- net/ntopng/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index 812f1d09b6b9..05dcfc7ec3b0 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> PORTNAME= ntopng -PORTVERSION= 5.0.d20210820 +PORTVERSION= 5.0.d20210923 PORTEPOCH= 1 CATEGORIES= net @@ -40,7 +40,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS}" USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= 8586709 +GH_TAGNAME= e8c2ba4 CPE_VENDOR= ntop diff --git a/net/ntopng/distinfo b/net/ntopng/distinfo index 04e47f4f65ed..5aae4fdb061e 100644 --- a/net/ntopng/distinfo +++ b/net/ntopng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629629127 -SHA256 (ntop-ntopng-5.0.d20210820-8586709_GH0.tar.gz) = 998255556f7e50d107d0a782bf1a5ee02009a22dd0ddc7bc5a32c6e0d6f0af7a -SIZE (ntop-ntopng-5.0.d20210820-8586709_GH0.tar.gz) = 57937186 +TIMESTAMP = 1633001612 +SHA256 (ntop-ntopng-5.0.d20210923-e8c2ba4_GH0.tar.gz) = 644cb18db286cbd9828f377946cc74116707a4263ce72b01824fc32491ac6b96 +SIZE (ntop-ntopng-5.0.d20210923-e8c2ba4_GH0.tar.gz) = 57937038 diff --git a/net/ntopng/pkg-plist b/net/ntopng/pkg-plist index 01afd2e2df49..7f001424c29d 100644 --- a/net/ntopng/pkg-plist +++ b/net/ntopng/pkg-plist @@ -2132,6 +2132,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/flow_stats.lua %%DATADIR%%/scripts/lua/flows_stats.lua %%DATADIR%%/scripts/lua/geoip_config.lua +%%DATADIR%%/scripts/lua/get_arp_data.lua %%DATADIR%%/scripts/lua/get_as_data.lua %%DATADIR%%/scripts/lua/get_ases_data.lua %%DATADIR%%/scripts/lua/get_check_config.lua From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 14:22:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F6D66B23D0; Thu, 30 Sep 2021 14:22:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKwSD3Pg1z3q5w; Thu, 30 Sep 2021 14:22:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 551FE5166; Thu, 30 Sep 2021 14:22:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UEMaer078617; Thu, 30 Sep 2021 14:22:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UEMa7Q078616; Thu, 30 Sep 2021 14:22:36 GMT (envelope-from git) Date: Thu, 30 Sep 2021 14:22:36 GMT Message-Id: <202109301422.18UEMa7Q078616@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gleb Popov Subject: git: 6a4e6889b616 - main - databases/mysqlsniffer: Mark deprecated. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arrowd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6a4e6889b616ac5978af697965bf1c666e0c545d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 14:22:36 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a4e6889b616ac5978af697965bf1c666e0c545d commit 6a4e6889b616ac5978af697965bf1c666e0c545d Author: Gleb Popov AuthorDate: 2021-09-30 14:20:57 +0000 Commit: Gleb Popov CommitDate: 2021-09-30 14:22:30 +0000 databases/mysqlsniffer: Mark deprecated. Reported by: Robert Clausecker --- databases/mysqlsniffer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/mysqlsniffer/Makefile b/databases/mysqlsniffer/Makefile index 84b70e5ab4b4..50333e9d71ee 100644 --- a/databases/mysqlsniffer/Makefile +++ b/databases/mysqlsniffer/Makefile @@ -7,6 +7,8 @@ CATEGORIES= databases MAINTAINER= frederic.hardy@mageekbox.net COMMENT= Tcpdump clone specifically for MySQL +DEPRECATED= Development discontinued upstream, doesn't build on recent FreeBSD +EXPIRATION_DATE=2021-10-30 BROKEN_FreeBSD_13= ld: error: duplicate symbol: decoded_len BROKEN_FreeBSD_14= ld: error: duplicate symbol: decoded_len From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 14:23:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 53A516B232D; Thu, 30 Sep 2021 14:23:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKwTh1shDz3q4P; Thu, 30 Sep 2021 14:23:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from [IPv6:2a02:6d40:369c:d001:9c33:8341:9264:43b] (unknown [IPv6:2a02:6d40:369c:d001:9c33:8341:9264:43b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: mfechner) by smtp.freebsd.org (Postfix) with ESMTPSA id 81C38670B; Thu, 30 Sep 2021 14:23:51 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) To: Po-Chuan Hsieh , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109271601.18RG1XuB047303@gitrepo.freebsd.org> From: Matthias Fechner Subject: Re: git: bb4b4cf9ca48 - main - www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update Message-ID: Date: Thu, 30 Sep 2021 16:23:49 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <202109271601.18RG1XuB047303@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Language: en-US X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 14:23:52 -0000 Am 27.09.2021 um 18:01 schrieb Po-Chuan Hsieh: > www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update it seems that this has broken Gitlab. I see errors like: ArgumentError (wrong number of arguments (given 0, expected 1)): /usr/local/www/gitlab-ce/config/initializers/postgresql_cte.rb:99:in=20 `build_arel' /usr/local/lib/ruby/gems/2.7/gems/activerecord-6.1.4.1/lib/active_record/= relation.rb:583:in=20 `delete_all' =C2=A0 /usr/local/www/gitlab-ce/app/models/ci/build.rb:301:in `block (2 = levels) in ' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /eval_helpers.rb:79:in=20 `evaluate_method' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /callback.rb:192:in=20 `block in run_methods' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /callback.rb:191:in=20 `each' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /callback.rb:191:in=20 `run_methods' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /callback.rb:159:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:394:in=20 `block (2 levels) in after' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:394:in=20 `each' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:394:in=20 `block in after' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:392:in=20 `catch' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:392:in=20 `after' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:195:in=20 `run_callbacks' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:127:in=20 `run_callbacks' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:212:in=20 `run_callbacks' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:63:in=20 `block (2 levels) in perform' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:63:in=20 `catch' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:63:in=20 `block in perform' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:182:in=20 `block in within_transaction' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:171:in=20 `block in within_transaction' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /machine.rb:1868:in=20 `block in within_transaction' /usr/local/lib/ruby/gems/2.7/gems/state_machines-activerecord-0.8.0/lib/s= tate_machines/integrations/active_record.rb:557:in=20 `block in transaction' /usr/local/lib/ruby/gems/2.7/gems/activerecord-6.1.4.1/lib/active_record/= connection_adapters/abstract/database_statements.rb:320:in=20 `block in transaction' /usr/local/lib/ruby/gems/2.7/gems/activerecord-6.1.4.1/lib/active_record/= connection_adapters/abstract/transaction.rb:319:in=20 `block in within_new_transaction' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/concurrency/load_interlock_aware_monitor.rb:26:in=20 `block (2 levels) in synchronize' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/concurrency/load_interlock_aware_monitor.rb:25:in=20 `handle_interrupt' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/concurrency/load_interlock_aware_monitor.rb:25:in=20 `block in synchronize' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/concurrency/load_interlock_aware_monitor.rb:21:in=20 `handle_interrupt' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/concurrency/load_interlock_aware_monitor.rb:21:in=20 `synchronize' /usr/local/lib/ruby/gems/2.7/gems/activerecord-6.1.4.1/lib/active_record/= connection_adapters/abstract/transaction.rb:317:in=20 `within_new_transaction' /usr/local/lib/ruby/gems/2.7/gems/activerecord-6.1.4.1/lib/active_record/= connection_adapters/abstract/database_statements.rb:320:in=20 `transaction' /usr/local/lib/ruby/gems/2.7/gems/activerecord-6.1.4.1/lib/active_record/= transactions.rb:209:in=20 `transaction' =C2=A0 /usr/local/www/gitlab-ce/lib/gitlab/database.rb:260:in `block in = transaction' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/notifications.rb:203:in=20 `block in instrument' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/notifications/instrumenter.rb:24:in=20 `instrument' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/notifications.rb:203:in=20 `instrument' =C2=A0 /usr/local/www/gitlab-ce/lib/gitlab/database.rb:259:in `transacti= on' /usr/local/lib/ruby/gems/2.7/gems/state_machines-activerecord-0.8.0/lib/s= tate_machines/integrations/active_record.rb:556:in=20 `transaction' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /machine.rb:1868:in=20 `within_transaction' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:170:in=20 `within_transaction' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:181:in=20 `within_transaction' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:62:in=20 `perform' /usr/local/lib/ruby/gems/2.7/gems/state_machines-activerecord-0.8.0/lib/s= tate_machines/integrations/active_record.rb:530:in=20 `around_save' /usr/local/lib/ruby/gems/2.7/gems/state_machines-activerecord-0.8.0/lib/s= tate_machines/integrations/active_record.rb:511:in=20 `save' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:154:in=20 `block (2 levels) in run_actions' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:154:in=20 `each' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:154:in=20 `block in run_actions' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:170:in=20 `catch_exceptions' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:148:in=20 `run_actions' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition_collection.rb:60:in=20 `perform' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /transition.rb:163:in=20 `perform' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /event.rb:155:in=20 `fire' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /event.rb:219:in=20 `block in add_actions' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /machine.rb:729:in=20 `block (2 levels) in define_helper' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /event.rb:224:in=20 `block in add_actions' /usr/local/lib/ruby/gems/2.7/gems/state_machines-0.5.0/lib/state_machines= /machine.rb:729:in=20 `block (2 levels) in define_helper' /usr/local/www/gitlab-ce/app/services/ci/update_build_state_service.rb:10= 2:in=20 `update_build_state!' /usr/local/www/gitlab-ce/app/services/ci/update_build_state_service.rb:23= :in=20 `execute' =C2=A0 /usr/local/www/gitlab-ce/lib/api/ci/runner.rb:186:in `block (2=20 levels) in ' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:59:in= =20 `call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:59:in= =20 `block (2 levels) in generate_api_method' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/notifications.rb:205:in=20 `instrument' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:58:in= =20 `block in generate_api_method' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:341:i= n=20 `execute' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:267:i= n=20 `block in run' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/notifications.rb:205:in=20 `instrument' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:247:i= n=20 `run' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:322:i= n=20 `block in build_stack' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:36:in=20 `call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:29:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:36:in=20 `call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:29:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:36:in=20 `call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:29:in=20 `call' =C2=A0 /usr/local/www/gitlab-ce/lib/api/api_guard.rb:213:in `call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:36:in=20 `call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:29:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-oauth2-1.16.0/lib/rack/oauth2/serv= er/resource.rb:20:in=20 `_call' /usr/local/lib/ruby/gems/2.7/gems/rack-oauth2-1.16.0/lib/rack/oauth2/serv= er/resource/bearer.rb:8:in=20 `_call' /usr/local/lib/ruby/gems/2.7/gems/rack-oauth2-1.16.0/lib/rack/oauth2/serv= er/abstract/handler.rb:17:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/error.= rb:39:in=20 `block in call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/error.= rb:38:in=20 `catch' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/error.= rb:38:in=20 `call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:29:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/grape_logging-1.8.4/lib/grape_logging/m= iddleware/request_logger.rb:60:in=20 `block in call!' /usr/local/lib/ruby/gems/2.7/gems/grape_logging-1.8.4/lib/grape_logging/m= iddleware/request_logger.rb:58:in=20 `catch' /usr/local/lib/ruby/gems/2.7/gems/grape_logging-1.8.4/lib/grape_logging/m= iddleware/request_logger.rb:58:in=20 `call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/middleware/base.r= b:29:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/head.rb:12:in `call= ' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:231:i= n=20 `call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/endpoint.rb:225:i= n=20 `call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/router/route.rb:5= 8:in=20 `exec' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/router.rb:116:in = `process_route' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/router.rb:72:in=20 `block in identity' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/router.rb:91:in=20 `transaction' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/router.rb:70:in=20 `identity' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/router.rb:55:in=20 `block in call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/router.rb:132:in = `with_optimization' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/router.rb:54:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/api/instance.rb:1= 67:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/api/instance.rb:7= 1:in=20 `call!' /usr/local/lib/ruby/gems/2.7/gems/grape-1.5.3/lib/grape/api/instance.rb:6= 6:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= routing/mapper.rb:20:in=20 `block in ' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= routing/mapper.rb:49:in=20 `serve' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= journey/router.rb:50:in=20 `block in serve' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= journey/router.rb:32:in=20 `each' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= journey/router.rb:32:in=20 `serve' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= routing/route_set.rb:842:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/gitlab-experiment-0.6.4/lib/gitlab/expe= riment/middleware.rb:19:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/flipper-0.21.0/lib/flipper/middleware/m= emoizer.rb:77:in=20 `memoized_call' /usr/local/lib/ruby/gems/2.7/gems/flipper-0.21.0/lib/flipper/middleware/m= emoizer.rb:42:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/speedscope.rb:13:in `call'= /usr/local/www/gitlab-ce/lib/gitlab/request_profiler/middleware.rb:17:in = `call' =C2=A0 /usr/local/www/gitlab-ce/lib/gitlab/jira/middleware.rb:19:in `cal= l' =C2=A0 /usr/local/www/gitlab-ce/lib/gitlab/middleware/go.rb:20:in `call'= /usr/local/www/gitlab-ce/lib/gitlab/etag_caching/middleware.rb:21:in `cal= l' /usr/local/lib/ruby/gems/2.7/gems/batch-loader-2.0.1/lib/batch_loader/mid= dleware.rb:11:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-attack-6.3.1/lib/rack/attack.rb:97= :in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/apollo_upload_server-2.1.0/lib/apollo_u= pload_server/middleware.rb:19:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/multipart.rb:172:in `call'= /usr/local/lib/ruby/gems/2.7/gems/rack-attack-6.3.1/lib/rack/attack.rb:11= 1:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/warden-1.2.9/lib/warden/manager.rb:36:i= n=20 `block in call' /usr/local/lib/ruby/gems/2.7/gems/warden-1.2.9/lib/warden/manager.rb:34:i= n=20 `catch' /usr/local/lib/ruby/gems/2.7/gems/warden-1.2.9/lib/warden/manager.rb:34:i= n=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-cors-1.0.6/lib/rack/cors.rb:98:in = `call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:= 15:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call= ' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/conditional_get.rb:= 40:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/head.rb:12:in `call= ' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= http/permissions_policy.rb:22:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= http/content_security_policy.rb:18:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/read_only/controller.rb:50= :in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/read_only.rb:18:in `call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/session/abstract/id= =2Erb:266:in=20 `context' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/session/abstract/id= =2Erb:260:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/cookies.rb:689:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/same_site_cookies.rb:27:in= =20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/callbacks.rb:27:in=20 `block in call' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/callbacks.rb:98:in=20 `run_callbacks' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/callbacks.rb:26:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/handle_malformed_strings.r= b:21:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/actionable_exceptions.rb:18:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/debug_exceptions.rb:29:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/show_exceptions.rb:33:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/basic_health_check.rb:25:i= n=20 `call' /usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/rack/logger.= rb:37:in=20 `call_app' /usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/rack/logger.= rb:26:in=20 `block in call' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/tagged_logging.rb:99:in=20 `block in tagged' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/tagged_logging.rb:37:in=20 `tagged' /usr/local/lib/ruby/gems/2.7/gems/activesupport-6.1.4.1/lib/active_suppor= t/tagged_logging.rb:99:in=20 `tagged' /usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/rack/logger.= rb:26:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/remote_ip.rb:81:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/handle_ip_spoof_attack_err= or.rb:25:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/request_context.rb:21:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/request_store-1.5.0/lib/request_store/m= iddleware.rb:19:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/method_override.rb:= 24:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/runtime.rb:22:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-timeout-0.5.1/lib/rack/timeout/cor= e.rb:123:in=20 `block in call' /usr/local/lib/ruby/gems/2.7/gems/rack-timeout-0.5.1/lib/rack/timeout/sup= port/timeout.rb:19:in=20 `timeout' /usr/local/lib/ruby/gems/2.7/gems/rack-timeout-0.5.1/lib/rack/timeout/cor= e.rb:122:in=20 `call' /usr/local/www/gitlab-ce/config/initializers/fix_local_cache_middleware.r= b:11:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/executor.rb:14:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/rack_multipart_tempfile_fa= ctory.rb:19:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in = `call' /usr/local/www/gitlab-ce/lib/gitlab/middleware/sidekiq_web_static.rb:20:i= n=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/host_authorization.rb:92:in=20 `call' /usr/local/www/gitlab-ce/lib/gitlab/metrics/requests_rack_middleware.rb:7= 4:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/gitlab-labkit-0.21.1/lib/labkit/middlew= are/rack.rb:19:in=20 `block in call' /usr/local/lib/ruby/gems/2.7/gems/gitlab-labkit-0.21.1/lib/labkit/context= =2Erb:39:in=20 `with_context' /usr/local/lib/ruby/gems/2.7/gems/gitlab-labkit-0.21.1/lib/labkit/middlew= are/rack.rb:18:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/actionpack-6.1.4.1/lib/action_dispatch/= middleware/request_id.rb:26:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/sentry-raven-3.1.2/lib/raven/integratio= ns/rack.rb:51:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/engine.rb:53= 9:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/railtie.rb:2= 07:in=20 `public_send' /usr/local/lib/ruby/gems/2.7/gems/railties-6.1.4.1/lib/rails/railtie.rb:2= 07:in=20 `method_missing' /usr/local/www/gitlab-ce/lib/gitlab/middleware/release_env.rb:12:in `call= ' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/urlmap.rb:74:in=20 `block in call' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `ea= ch' /usr/local/lib/ruby/gems/2.7/gems/rack-2.2.3/lib/rack/urlmap.rb:58:in `ca= ll' /usr/local/lib/ruby/gems/2.7/gems/puma-5.3.2/lib/puma/configuration.rb:24= 9:in=20 `call' /usr/local/lib/ruby/gems/2.7/gems/puma-5.3.2/lib/puma/request.rb:77:in=20 `block in handle_request' /usr/local/lib/ruby/gems/2.7/gems/puma-5.3.2/lib/puma/thread_pool.rb:338:= in=20 `with_force_shutdown' /usr/local/lib/ruby/gems/2.7/gems/puma-5.3.2/lib/puma/request.rb:76:in=20 `handle_request' /usr/local/lib/ruby/gems/2.7/gems/puma-5.3.2/lib/puma/server.rb:438:in=20 `process_client' /usr/local/lib/ruby/gems/2.7/gems/puma-5.3.2/lib/puma/thread_pool.rb:145:= in=20 `block in spawn_thread' If I search for this, I find there results which I understand will need=20 code modifications: https://stackoverflow.com/questions/69137050/rails-upgrade-to-6-1-4-1-cau= ses-activerecord-argument-error-wrong-number-of-argu Maybe we only have to update some more gems Do you have an idea how to fix this? Gru=C3=9F Matthias --=20 "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 14:27:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F6B06B2637; Thu, 30 Sep 2021 14:27:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKwYQ6tcmz3q4m; Thu, 30 Sep 2021 14:27:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEDBC58D7; Thu, 30 Sep 2021 14:27:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UER6bD079129; Thu, 30 Sep 2021 14:27:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UER6e1079128; Thu, 30 Sep 2021 14:27:06 GMT (envelope-from git) Date: Thu, 30 Sep 2021 14:27:06 GMT Message-Id: <202109301427.18UER6e1079128@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thomas Zander Subject: git: e64b9ef9462a - main - multimedia/(mencoder|mplayer): Update to recent upstream snapshot. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: riggs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e64b9ef9462aec568be939c1a93cedf8516243f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 14:27:07 -0000 The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=e64b9ef9462aec568be939c1a93cedf8516243f6 commit e64b9ef9462aec568be939c1a93cedf8516243f6 Author: Thomas Zander AuthorDate: 2021-09-30 14:23:36 +0000 Commit: Thomas Zander CommitDate: 2021-09-30 14:27:04 +0000 multimedia/(mencoder|mplayer): Update to recent upstream snapshot. --- multimedia/mencoder/Makefile | 1 - multimedia/mencoder/distinfo | 6 +++--- multimedia/mplayer/Makefile | 1 - multimedia/mplayer/Makefile.common | 2 +- multimedia/mplayer/distinfo | 6 +++--- multimedia/mplayer/files/patch-Makefile | 21 +++++++++++++++------ 6 files changed, 22 insertions(+), 15 deletions(-) diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 28b5c8eaadcd..2df6b5c12581 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -2,7 +2,6 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org diff --git a/multimedia/mencoder/distinfo b/multimedia/mencoder/distinfo index 1e75807866db..fbf33c51259e 100644 --- a/multimedia/mencoder/distinfo +++ b/multimedia/mencoder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625393918 -SHA256 (mplayer-1.4.0.20210703.tar.xz) = 7c81c590215436d2365b98324e3903e92958722e06eb7ebc9f20192e8a99a6ab -SIZE (mplayer-1.4.0.20210703.tar.xz) = 5195192 +TIMESTAMP = 1632995931 +SHA256 (mplayer-1.4.0.20210929.tar.xz) = c9155371b2de03af4a3fdf79fc526a523d40882e60e97e4f4880365cc7928c87 +SIZE (mplayer-1.4.0.20210929.tar.xz) = 5195616 diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index d9cb87a4df7d..09ddd828f6a4 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -2,7 +2,6 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index dd35b9a35e45..5ed4aaf15377 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -3,7 +3,7 @@ # before we include bsd.port.pre.mk MPLAYER_PORT_VERSION= 1.4.0 -MPLAYER_SNAPSHOT_DATE= 2021-07-03 +MPLAYER_SNAPSHOT_DATE= 2021-09-29 MASTER_SITES= LOCAL/riggs/mplayer DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} diff --git a/multimedia/mplayer/distinfo b/multimedia/mplayer/distinfo index 3933f63c3152..1dede39c0019 100644 --- a/multimedia/mplayer/distinfo +++ b/multimedia/mplayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625328221 -SHA256 (mplayer-1.4.0.20210703.tar.xz) = 7c81c590215436d2365b98324e3903e92958722e06eb7ebc9f20192e8a99a6ab -SIZE (mplayer-1.4.0.20210703.tar.xz) = 5195192 +TIMESTAMP = 1632953998 +SHA256 (mplayer-1.4.0.20210929.tar.xz) = c9155371b2de03af4a3fdf79fc526a523d40882e60e97e4f4880365cc7928c87 +SIZE (mplayer-1.4.0.20210929.tar.xz) = 5195616 diff --git a/multimedia/mplayer/files/patch-Makefile b/multimedia/mplayer/files/patch-Makefile index 9977ae9615ee..fe4d63a722ef 100644 --- a/multimedia/mplayer/files/patch-Makefile +++ b/multimedia/mplayer/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2021-03-04 14:43:07 UTC +--- Makefile.orig 2021-05-01 17:45:31 UTC +++ Makefile -@@ -751,7 +751,7 @@ mencoder$(EXESUF) mplayer$(EXESUF): +@@ -753,7 +753,7 @@ mencoder$(EXESUF) mplayer$(EXESUF): codec-cfg-test$(EXESUF): HOSTCFLAGS := $(HOSTCFLAGS) -DTESTING codec-cfg$(EXESUF) codecs2html$(EXESUF): HOSTCFLAGS := $(HOSTCFLAGS) -DCODECS2HTML codec-cfg$(EXESUF) codec-cfg-test$(EXESUF) codecs2html$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h @@ -9,13 +9,13 @@ codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf ./$^ > $@ -@@ -865,19 +865,17 @@ install: $(INSTALL_TARGETS-yes) +@@ -867,19 +867,16 @@ install: $(INSTALL_TARGETS-yes) install-dirs: $(INSTALL) -d $(BINDIR) $(CONFDIR) $(LIBDIR) -install-%: %$(EXESUF) install-dirs - $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) -+install-mplayer: mplayer$(EXESUF) install-dirs ++install-mplayer: mplayer$(EXESUF) + @${BSD_INSTALL_PROGRAM} mplayer$(EXESUF) $(BINDIR) -install-gui: install-mplayer install-gui-icons install-gui-msg @@ -29,8 +29,17 @@ install-gui-msg: $(foreach lang,$(filter-out $(firstword $(MSG_LANGS)),$(MSG_LANGS)),install-gui-msg-$(lang)) install-mencoder-man: $(foreach lang,$(MAN_LANGS),install-mencoder-man-$(lang)) -install-mplayer-man: $(foreach lang,$(MAN_LANGS),install-mplayer-man-$(lang)) -+install-mplayer-man: -+ @${BSD_INSTALL_MAN} DOCS/man/en/mplayer.1 $(MANDIR)/man1/mplayer.1 ++install-mplayer-man: install-mplayer-man-en install-gui-man-en: install-mplayer-man-en cd $(MANDIR)/man1/ && ln -sf mplayer.1 gmplayer.1 +@@ -888,8 +885,7 @@ install-mencoder-man-en: install-mplayer-man-en + cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 + + install-mplayer-man-en: +- $(INSTALL) -d $(MANDIR)/man1 +- $(INSTALL) -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/ ++ @${BSD_INSTALL_MAN} DOCS/man/en/mplayer.1 $(MANDIR)/man1/mplayer.1 + + define GUI_ICON_RULE + install-gui-icon-$(size): From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 14:47:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAD986B2B07; Thu, 30 Sep 2021 14:47:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKx0n5L7Pz3qng; Thu, 30 Sep 2021 14:47:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 928D75C2B; Thu, 30 Sep 2021 14:47:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UElLpt005794; Thu, 30 Sep 2021 14:47:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UElLGi005793; Thu, 30 Sep 2021 14:47:21 GMT (envelope-from git) Date: Thu, 30 Sep 2021 14:47:21 GMT Message-Id: <202109301447.18UElLGi005793@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: b421d406a3ec - main - graphics/librsvg2-rust: fix build on powerpc64le MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b421d406a3ec54bbd777daf98ea0112489da3021 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 14:47:21 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b421d406a3ec54bbd777daf98ea0112489da3021 commit b421d406a3ec54bbd777daf98ea0112489da3021 Author: Piotr Kubaj AuthorDate: 2021-09-30 14:45:09 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-30 14:45:09 +0000 graphics/librsvg2-rust: fix build on powerpc64le Add powerpc64le-unknown-freebsd target support to cfg_expr so that system-deps can build: thread 'main' panicked at 'Invalid TARGET: powerpc64le-unknown-freebsd', /wrkdirs/usr/ports/graphics/librsvg2-rust/work/librsvg-2.52.0/vendor/system-deps/src/lib.rs:735:32 --- .../patch-vendor_cfg-expr_src_targets_builtins.rs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs b/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs new file mode 100644 index 000000000000..a59c12448419 --- /dev/null +++ b/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs @@ -0,0 +1,19 @@ +--- vendor/cfg-expr/src/targets/builtins.rs.orig 2021-09-30 14:33:28 UTC ++++ vendor/cfg-expr/src/targets/builtins.rs +@@ -1004,6 +1004,16 @@ pub const ALL_BUILTINS: &[TargetInfo<'static>] = &[ + endian: Endian::big, + }, + TargetInfo { ++ triple: "powerpc64le-unknown-freebsd", ++ os: Some(Os::freebsd), ++ arch: Arch::powerpc64, ++ env: None, ++ vendor: Some(Vendor::unknown), ++ family: Some(Family::unix), ++ pointer_width: 64, ++ endian: Endian::little, ++ }, ++ TargetInfo { + triple: "powerpc64le-unknown-linux-gnu", + os: Some(Os::linux), + arch: Arch::powerpc64, From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EF7C6B313F; Thu, 30 Sep 2021 15:14:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcP21dJz3slP; Thu, 30 Sep 2021 15:14:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2184B613B; Thu, 30 Sep 2021 15:14:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEjLe046470; Thu, 30 Sep 2021 15:14:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEj1N046469; Thu, 30 Sep 2021 15:14:45 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:45 GMT Message-Id: <202109301514.18UFEj1N046469@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 04b3479be19b - main - devel/linux-c7-libunwind: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 04b3479be19b18427db3c067158928ea46373228 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:45 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=04b3479be19b18427db3c067158928ea46373228 commit 04b3479be19b18427db3c067158928ea46373228 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:15:00 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:04 +0000 devel/linux-c7-libunwind: Add CPE information Approved by: portmgr (blanket) --- devel/linux-c7-libunwind/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/linux-c7-libunwind/Makefile b/devel/linux-c7-libunwind/Makefile index 85ec3411d1dd..422b9105fbca 100644 --- a/devel/linux-c7-libunwind/Makefile +++ b/devel/linux-c7-libunwind/Makefile @@ -8,9 +8,10 @@ CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Generic stack unwinding library (Linux CentOS ${LINUX_DIST_VER}) -USES= linux:c7 +USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes +CPE_VENDOR= libunwind_project DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E54676B3238; Thu, 30 Sep 2021 15:14:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcR3MlKz3sJJ; Thu, 30 Sep 2021 15:14:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 507DA613C; Thu, 30 Sep 2021 15:14:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEldI046518; Thu, 30 Sep 2021 15:14:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEl8Y046517; Thu, 30 Sep 2021 15:14:47 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:47 GMT Message-Id: <202109301514.18UFEl8Y046517@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 858d7d5a9ef0 - main - print/ghostscript7-base: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 858d7d5a9ef0688b161869db663f09bf6a8e65bc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:48 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=858d7d5a9ef0688b161869db663f09bf6a8e65bc commit 858d7d5a9ef0688b161869db663f09bf6a8e65bc Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:18:04 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:05 +0000 print/ghostscript7-base: Add CPE information Approved by: portmgr (blanket) --- print/ghostscript7-base/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/ghostscript7-base/Makefile b/print/ghostscript7-base/Makefile index a0ac35661fcd..03135a0b3e9a 100644 --- a/print/ghostscript7-base/Makefile +++ b/print/ghostscript7-base/Makefile @@ -26,8 +26,9 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf gmake jpeg shebangfix tar:bzip2 +USES= autoreconf cpe gmake jpeg shebangfix tar:bzip2 USE_LDCONFIG= yes +CPE_VENDOR= artifex SHEBANG_FILES= lib/fixmswrd.pl # normazile WRKSRC so things like cups-pstoraster may work WRKSRC= ${WRKDIR}/${PORTNAME} From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F00A56B2CCE; Thu, 30 Sep 2021 15:14:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcV6GfPz3stf; Thu, 30 Sep 2021 15:14:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B639F630A; Thu, 30 Sep 2021 15:14:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEoQs046594; Thu, 30 Sep 2021 15:14:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEoUE046593; Thu, 30 Sep 2021 15:14:50 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:50 GMT Message-Id: <202109301514.18UFEoUE046593@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 7b9d3cad839f - main - print/ghostscript8-x11: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7b9d3cad839f8752ff1b59b1f9d75bca3e714ab2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:51 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b9d3cad839f8752ff1b59b1f9d75bca3e714ab2 commit 7b9d3cad839f8752ff1b59b1f9d75bca3e714ab2 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:22:25 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:07 +0000 print/ghostscript8-x11: Add CPE information Approved by: portmgr (blanket) --- print/ghostscript8-x11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/ghostscript8-x11/Makefile b/print/ghostscript8-x11/Makefile index db6489e96c2d..946858fc294f 100644 --- a/print/ghostscript8-x11/Makefile +++ b/print/ghostscript8-x11/Makefile @@ -22,9 +22,10 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf ghostscript:8 gmake tar:xz xorg +USES= autoreconf cpe ghostscript:8 gmake tar:xz xorg USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xt +CPE_VENDOR= artifex GNU_CONFIGURE= yes EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /} MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6FE776B2FA4; Thu, 30 Sep 2021 15:14:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcQ2PP5z3sYp; Thu, 30 Sep 2021 15:14:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3331D61AB; Thu, 30 Sep 2021 15:14:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEktI046494; Thu, 30 Sep 2021 15:14:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEkJn046493; Thu, 30 Sep 2021 15:14:46 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:46 GMT Message-Id: <202109301514.18UFEkJn046493@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 043e5dc3ecdc - main - net/pear-Horde_Rpc: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 043e5dc3ecdc81b093a5b53cc08eeabbb4e2a020 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:46 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=043e5dc3ecdc81b093a5b53cc08eeabbb4e2a020 commit 043e5dc3ecdc81b093a5b53cc08eeabbb4e2a020 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:16:26 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:05 +0000 net/pear-Horde_Rpc: Add CPE information Approved by: portmgr (blanket) --- net/pear-Horde_Rpc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/pear-Horde_Rpc/Makefile b/net/pear-Horde_Rpc/Makefile index c642765a45d1..199081130848 100644 --- a/net/pear-Horde_Rpc/Makefile +++ b/net/pear-Horde_Rpc/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde RPC API -USES= horde +USES= cpe horde USE_HORDE_RUN= Horde_Core \ Horde_Dav \ Horde_Exception \ @@ -22,4 +22,6 @@ USE_HORDE_RUN+= Horde_ActiveSync \ Horde_SyncMl \ Horde_Http +CPE_VENDOR= horde + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B5536B2E4B; Thu, 30 Sep 2021 15:14:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcS4mfBz3sjX; Thu, 30 Sep 2021 15:14:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 733CE613D; Thu, 30 Sep 2021 15:14:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEmc9046542; Thu, 30 Sep 2021 15:14:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEmWi046541; Thu, 30 Sep 2021 15:14:48 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:48 GMT Message-Id: <202109301514.18UFEmWi046541@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: e271ed77f37a - main - print/ghostscript7-x11: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e271ed77f37a69e75c522433d51d47aacf278ce4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:49 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=e271ed77f37a69e75c522433d51d47aacf278ce4 commit e271ed77f37a69e75c522433d51d47aacf278ce4 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:19:47 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:06 +0000 print/ghostscript7-x11: Add CPE information Approved by: portmgr (blanket) --- print/ghostscript7-x11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/ghostscript7-x11/Makefile b/print/ghostscript7-x11/Makefile index 10ba536abb9d..3e5866ff40bc 100644 --- a/print/ghostscript7-x11/Makefile +++ b/print/ghostscript7-x11/Makefile @@ -20,9 +20,10 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf ghostscript:7 gmake tar:bzip2 xorg +USES= autoreconf cpe ghostscript:7 gmake tar:bzip2 xorg USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xt +CPE_VENDOR= artifex GNU_CONFIGURE= yes CONFIGURE_ENV= ${MAKE_ENV} CONFIGURE_ARGS= --disable-compile-inits \ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 676A46B2BFC; Thu, 30 Sep 2021 15:14:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcZ2FJFz3sXC; Thu, 30 Sep 2021 15:14:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 20D205FF8; Thu, 30 Sep 2021 15:14:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEsig046666; Thu, 30 Sep 2021 15:14:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEsou046665; Thu, 30 Sep 2021 15:14:54 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:54 GMT Message-Id: <202109301514.18UFEsou046665@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 3f83f8b6f127 - main - print/latex2rtf: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3f83f8b6f12700bd8a95bd6218f22fda44bc955d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:54 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f83f8b6f12700bd8a95bd6218f22fda44bc955d commit 3f83f8b6f12700bd8a95bd6218f22fda44bc955d Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:29:25 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:09 +0000 print/latex2rtf: Add CPE information Approved by: portmgr (blanket) --- print/latex2rtf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile index d88c8cfbc3ac..6c0b64c77885 100644 --- a/print/latex2rtf/Makefile +++ b/print/latex2rtf/Makefile @@ -9,9 +9,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/${PORTVERSION} \ MAINTAINER= ports@FreeBSD.org COMMENT= Translator from LaTeX to RTF -USES= shebangfix makeinfo +USES= cpe shebangfix makeinfo SHEBANG_FILES= ${WRKSRC}/scripts/latex2png +CPE_VENDOR= latex2rtf_project + OPTIONS_DEFINE= LATEX2PNG LATEX2PNG_DESC= Install latex2png utility OPTIONS_SUB= yes From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 203826B323B; Thu, 30 Sep 2021 15:14:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcW6pqMz3srD; Thu, 30 Sep 2021 15:14:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB016638C; Thu, 30 Sep 2021 15:14:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEpv4046618; Thu, 30 Sep 2021 15:14:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEpqD046617; Thu, 30 Sep 2021 15:14:51 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:51 GMT Message-Id: <202109301514.18UFEpqD046617@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 94d39dc27dc0 - main - print/ghostscript9-base: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 94d39dc27dc030189047059f5d1e1cb6d5050588 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:52 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=94d39dc27dc030189047059f5d1e1cb6d5050588 commit 94d39dc27dc030189047059f5d1e1cb6d5050588 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:24:04 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:08 +0000 print/ghostscript9-base: Add CPE information Approved by: portmgr (blanket) --- print/ghostscript9-base/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/ghostscript9-base/Makefile b/print/ghostscript9-base/Makefile index ca304730cc8c..633d97f60077 100644 --- a/print/ghostscript9-base/Makefile +++ b/print/ghostscript9-base/Makefile @@ -32,8 +32,9 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf gmake jpeg pkgconfig:build tar:bzip2 +USES= autoreconf cpe gmake jpeg pkgconfig:build tar:bzip2 USE_LDCONFIG= yes +CPE_VENDOR= artifex EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /} DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION} GNU_CONFIGURE= yes From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1838B6B2EC5; Thu, 30 Sep 2021 15:14:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcc4WHgz3sp5; Thu, 30 Sep 2021 15:14:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F68D62E6; Thu, 30 Sep 2021 15:14:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEuFe046717; Thu, 30 Sep 2021 15:14:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEu1p046716; Thu, 30 Sep 2021 15:14:56 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:56 GMT Message-Id: <202109301514.18UFEu1p046716@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 133df710543f - main - security/rubygem-doorkeeper-rails50: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 133df710543fe8ec9f96e08232a2c930f12923a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:57 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=133df710543fe8ec9f96e08232a2c930f12923a1 commit 133df710543fe8ec9f96e08232a2c930f12923a1 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:32:35 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:10 +0000 security/rubygem-doorkeeper-rails50: Add CPE information Approved by: portmgr (blanket) --- security/rubygem-doorkeeper-rails50/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/rubygem-doorkeeper-rails50/Makefile b/security/rubygem-doorkeeper-rails50/Makefile index 92e3ee72a480..cc822e09b27a 100644 --- a/security/rubygem-doorkeeper-rails50/Makefile +++ b/security/rubygem-doorkeeper-rails50/Makefile @@ -12,9 +12,11 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties50>=5:www/rubygem-railties50 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= doorkeeper_project + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E12F6B2CD9; Thu, 30 Sep 2021 15:15:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcm5b4Bz3sxc; Thu, 30 Sep 2021 15:15:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 909BF613F; Thu, 30 Sep 2021 15:15:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFF4cO046891; Thu, 30 Sep 2021 15:15:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFF4YD046890; Thu, 30 Sep 2021 15:15:04 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:04 GMT Message-Id: <202109301515.18UFF4YD046890@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: cc033ceaef25 - main - textproc/pear-Horde_Xml_Element: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cc033ceaef25670e4f277b38b0ce66b52d3026b2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:05 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc033ceaef25670e4f277b38b0ce66b52d3026b2 commit cc033ceaef25670e4f277b38b0ce66b52d3026b2 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:43:43 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:14 +0000 textproc/pear-Horde_Xml_Element: Add CPE information Approved by: portmgr (blanket) --- textproc/pear-Horde_Xml_Element/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/pear-Horde_Xml_Element/Makefile b/textproc/pear-Horde_Xml_Element/Makefile index 860e699d31f4..cf6150001317 100644 --- a/textproc/pear-Horde_Xml_Element/Makefile +++ b/textproc/pear-Horde_Xml_Element/Makefile @@ -7,8 +7,10 @@ CATEGORIES= textproc www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Xml Element object -USES= horde php +USES= cpe horde php USE_PHP= dom USE_HORDE_RUN= Horde_Exception +CPE_VENDOR= horde + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E06006B2EB4; Thu, 30 Sep 2021 15:14:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcT5JQBz3sJQ; Thu, 30 Sep 2021 15:14:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 891A7638B; Thu, 30 Sep 2021 15:14:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEntH046566; Thu, 30 Sep 2021 15:14:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEnv2046565; Thu, 30 Sep 2021 15:14:49 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:49 GMT Message-Id: <202109301514.18UFEnv2046565@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 9a900c780dd8 - main - print/ghostscript8-base: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9a900c780dd818a33b6e9167c0a56639f8086a62 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:50 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a900c780dd818a33b6e9167c0a56639f8086a62 commit 9a900c780dd818a33b6e9167c0a56639f8086a62 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:21:08 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:06 +0000 print/ghostscript8-base: Add CPE information Approved by: portmgr (blanket) --- print/ghostscript8-base/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/ghostscript8-base/Makefile b/print/ghostscript8-base/Makefile index efb423533674..a86a7bf4220a 100644 --- a/print/ghostscript8-base/Makefile +++ b/print/ghostscript8-base/Makefile @@ -33,8 +33,9 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf gmake pkgconfig shebangfix tar:xz +USES= autoreconf cpe gmake pkgconfig shebangfix tar:xz USE_LDCONFIG= yes +CPE_VENDOR= artifex SHEBANG_FILES= ${WRKSRC}/lib/fixmswrd.pl EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /} GNU_CONFIGURE= yes From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBA716B2ED2; Thu, 30 Sep 2021 15:15:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcl4WnYz3sb2; Thu, 30 Sep 2021 15:15:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 623985FF9; Thu, 30 Sep 2021 15:15:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFF3Yl046867; Thu, 30 Sep 2021 15:15:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFF3aJ046866; Thu, 30 Sep 2021 15:15:03 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:03 GMT Message-Id: <202109301515.18UFF3aJ046866@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 6242349e4a49 - main - textproc/pear-Horde_SpellChecker: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6242349e4a49432e4eb8e98f3f74243ef7e9b8b3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:04 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6242349e4a49432e4eb8e98f3f74243ef7e9b8b3 commit 6242349e4a49432e4eb8e98f3f74243ef7e9b8b3 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:42:17 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:14 +0000 textproc/pear-Horde_SpellChecker: Add CPE information Approved by: portmgr (blanket) --- textproc/pear-Horde_SpellChecker/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/pear-Horde_SpellChecker/Makefile b/textproc/pear-Horde_SpellChecker/Makefile index 931281d36f4c..133c3016c777 100644 --- a/textproc/pear-Horde_SpellChecker/Makefile +++ b/textproc/pear-Horde_SpellChecker/Makefile @@ -7,8 +7,10 @@ CATEGORIES= textproc www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Spellcheck API -USES= horde +USES= cpe horde USE_HORDE_RUN= Horde_Exception \ Horde_Util +CPE_VENDOR= horde + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 477236B3147; Thu, 30 Sep 2021 15:14:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcY12CBz3srF; Thu, 30 Sep 2021 15:14:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEB655EC0; Thu, 30 Sep 2021 15:14:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEqVe046642; Thu, 30 Sep 2021 15:14:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEqI5046641; Thu, 30 Sep 2021 15:14:52 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:52 GMT Message-Id: <202109301514.18UFEqI5046641@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 876241acb735 - main - print/ghostscript9-x11: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 876241acb735f808ea40329faa699834002a1f1f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:53 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=876241acb735f808ea40329faa699834002a1f1f commit 876241acb735f808ea40329faa699834002a1f1f Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:25:30 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:08 +0000 print/ghostscript9-x11: Add CPE information Approved by: portmgr (blanket) --- print/ghostscript9-x11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/ghostscript9-x11/Makefile b/print/ghostscript9-x11/Makefile index 0f3414aa1f40..6d852433f626 100644 --- a/print/ghostscript9-x11/Makefile +++ b/print/ghostscript9-x11/Makefile @@ -19,9 +19,10 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf ghostscript:9 gmake tar:bzip2 xorg +USES= autoreconf cpe ghostscript:9 gmake tar:bzip2 xorg USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xt +CPE_VENDOR= artifex EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /} GNU_CONFIGURE= yes MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE2A56B2CD8; Thu, 30 Sep 2021 15:15:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxch0q4zz3sXV; Thu, 30 Sep 2021 15:15:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1684630B; Thu, 30 Sep 2021 15:14:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFExKD046789; Thu, 30 Sep 2021 15:14:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFExIX046788; Thu, 30 Sep 2021 15:14:59 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:59 GMT Message-Id: <202109301514.18UFExIX046788@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 71b9a7646595 - main - sysutils/py-supervisor: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 71b9a76465958f1acde1fabe42ab62ae8a465e3d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:00 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=71b9a76465958f1acde1fabe42ab62ae8a465e3d commit 71b9a76465958f1acde1fabe42ab62ae8a465e3d Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:37:32 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:12 +0000 sysutils/py-supervisor: Add CPE information Approved by: portmgr (blanket) --- sysutils/py-supervisor/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index 53f3220eef65..b48dc6efafd3 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -20,12 +20,14 @@ LICENSE_PERMS_REPOZE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= cpe python:3.6+ shebangfix USE_PYTHON= autoplist distutils USE_RC_SUBR= supervisord SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py python_OLD_CMD= "<>" +CPE_VENDOR= supervisord + NO_ARCH= yes SUB_LIST= PIDDIR=${PIDDIR} \ PYTHON_CMD=${PYTHON_CMD} From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B0DB36B2CD5; Thu, 30 Sep 2021 15:14:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcb3Vwyz3sk0; Thu, 30 Sep 2021 15:14:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4542C62E5; Thu, 30 Sep 2021 15:14:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEtVN046693; Thu, 30 Sep 2021 15:14:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEtKE046692; Thu, 30 Sep 2021 15:14:55 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:55 GMT Message-Id: <202109301514.18UFEtKE046692@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 4c365145883f - main - security/rubygem-doorkeeper-rails5: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4c365145883fbd7d9a654126238e6686a6375c6b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:55 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c365145883fbd7d9a654126238e6686a6375c6b commit 4c365145883fbd7d9a654126238e6686a6375c6b Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:31:05 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:09 +0000 security/rubygem-doorkeeper-rails5: Add CPE information Approved by: portmgr (blanket) --- security/rubygem-doorkeeper-rails5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/rubygem-doorkeeper-rails5/Makefile b/security/rubygem-doorkeeper-rails5/Makefile index f799d35f9a85..c51723619957 100644 --- a/security/rubygem-doorkeeper-rails5/Makefile +++ b/security/rubygem-doorkeeper-rails5/Makefile @@ -12,9 +12,11 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties5>=5:www/rubygem-railties5 -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= doorkeeper_project + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CB9136B3154; Thu, 30 Sep 2021 15:15:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxck3ZT7z3sb0; Thu, 30 Sep 2021 15:15:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FAA461AE; Thu, 30 Sep 2021 15:15:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFF2WH046843; Thu, 30 Sep 2021 15:15:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFF2Ui046842; Thu, 30 Sep 2021 15:15:02 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:02 GMT Message-Id: <202109301515.18UFF2Ui046842@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: ce0621d23fb7 - main - textproc/linux-c7-aspell: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ce0621d23fb77c8d0c80cbb30cb26d96abb66efb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:03 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce0621d23fb77c8d0c80cbb30cb26d96abb66efb commit ce0621d23fb77c8d0c80cbb30cb26d96abb66efb Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:40:54 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:13 +0000 textproc/linux-c7-aspell: Add CPE information Approved by: portmgr (blanket) --- textproc/linux-c7-aspell/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/linux-c7-aspell/Makefile b/textproc/linux-c7-aspell/Makefile index a3dae8e45fa6..53b26bd95e19 100644 --- a/textproc/linux-c7-aspell/Makefile +++ b/textproc/linux-c7-aspell/Makefile @@ -11,10 +11,12 @@ COMMENT= Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DI LICENSE= LGPL21+ -USES= linux:c7 +USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes +CPE_VENDOR= gnu + CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7AE056B2E66; Thu, 30 Sep 2021 15:15:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcq1N9zz3skT; Thu, 30 Sep 2021 15:15:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3F9E62E7; Thu, 30 Sep 2021 15:15:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFF6Oq046939; Thu, 30 Sep 2021 15:15:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFF6TS046938; Thu, 30 Sep 2021 15:15:06 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:06 GMT Message-Id: <202109301515.18UFF6TS046938@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 574c5ed5354b - main - textproc/py-pikepdf: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 574c5ed5354b9fd823870482ad51b15205ab7f18 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:07 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=574c5ed5354b9fd823870482ad51b15205ab7f18 commit 574c5ed5354b9fd823870482ad51b15205ab7f18 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:46:18 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:16 +0000 textproc/py-pikepdf: Add CPE information Approved by: portmgr (blanket) --- textproc/py-pikepdf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile index e0d753f3330e..e20ff374a2ea 100644 --- a/textproc/py-pikepdf/Makefile +++ b/textproc/py-pikepdf/Makefile @@ -29,9 +29,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.6+ +USES= compiler:c++14-lang cpe python:3.6+ USE_PYTHON= distutils autoplist +CPE_VENDOR= pikepdf_project + TEST_ENV= LC_ALL=en_US.UTF-8 OPTIONS_DEFINE= JBIG2 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3BE766B2C50; Thu, 30 Sep 2021 15:14:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcf6plVz3svH; Thu, 30 Sep 2021 15:14:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7E1E5EC1; Thu, 30 Sep 2021 15:14:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEwUP046765; Thu, 30 Sep 2021 15:14:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEwcT046764; Thu, 30 Sep 2021 15:14:58 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:58 GMT Message-Id: <202109301514.18UFEwcT046764@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 030582266819 - main - sysutils/backuppc-devel: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03058226681997cc8791066bd8fe2eb6959d5577 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:59 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=03058226681997cc8791066bd8fe2eb6959d5577 commit 03058226681997cc8791066bd8fe2eb6959d5577 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:36:03 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:11 +0000 sysutils/backuppc-devel: Add CPE information Approved by: portmgr (blanket) --- sysutils/backuppc-devel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile index 78164b0a110e..c8a06f4b17ed 100644 --- a/sysutils/backuppc-devel/Makefile +++ b/sysutils/backuppc-devel/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= p5-CGI>0:www/p5-CGI \ p5-File-Listing>=0:sysutils/p5-File-Listing \ p5-BackupPC-XS>=0.57:sysutils/p5-BackupPC-XS -USES= perl5 +USES= cpe perl5 .if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1" BROKEN= fails to build under qemu: uncaught target signal 11 (Segmetation fault) - core dumped @@ -24,6 +24,8 @@ BROKEN= fails to build under qemu: uncaught target signal 11 (Segmetation fault CONFLICTS_INSTALL= backuppc backuppc4 +CPE_VENDOR= craig_barratt + USE_GITHUB= yes GH_TAGNAME= cae051c USE_PERL5= extract From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 51FA96B2E70; Thu, 30 Sep 2021 15:15:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcz6SX6z3smn; Thu, 30 Sep 2021 15:15:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFFC16142; Thu, 30 Sep 2021 15:15:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFEUD047108; Thu, 30 Sep 2021 15:15:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFEIZ047107; Thu, 30 Sep 2021 15:15:14 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:14 GMT Message-Id: <202109301515.18UFFEIZ047107@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: e39ea9fadd15 - main - www/nextcloud-deck: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e39ea9fadd1501b1748a47bfc85930d08714faf0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:17 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=e39ea9fadd1501b1748a47bfc85930d08714faf0 commit e39ea9fadd1501b1748a47bfc85930d08714faf0 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:56:22 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:20 +0000 www/nextcloud-deck: Add CPE information Approved by: portmgr (blanket) --- www/nextcloud-deck/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/nextcloud-deck/Makefile b/www/nextcloud-deck/Makefile index 6d18691a78d4..f582b5c8e563 100644 --- a/www/nextcloud-deck/Makefile +++ b/www/nextcloud-deck/Makefile @@ -18,9 +18,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=22:www/nextcloud@${PHP_FLAVOR} -USES= php:flavors +USES= cpe php:flavors NO_BUILD= yes NO_ARCH= yes +CPE_VENDOR= nextcloud WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME} From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A29E26B3255; Thu, 30 Sep 2021 15:15:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd23bGDz3t12; Thu, 30 Sep 2021 15:15:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 467516144; Thu, 30 Sep 2021 15:15:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFIwq047186; Thu, 30 Sep 2021 15:15:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFI9M047185; Thu, 30 Sep 2021 15:15:18 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:18 GMT Message-Id: <202109301515.18UFFI9M047185@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 2c0a09b47e5d - main - www/py-bleach: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2c0a09b47e5dcfd4744403dfb840be181aaa4613 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:18 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c0a09b47e5dcfd4744403dfb840be181aaa4613 commit 2c0a09b47e5dcfd4744403dfb840be181aaa4613 Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:01:23 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:22 +0000 www/py-bleach: Add CPE information Approved by: portmgr (blanket) --- www/py-bleach/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile index a2e47e7facb4..7a456906303d 100644 --- a/www/py-bleach/Makefile +++ b/www/py-bleach/Makefile @@ -17,9 +17,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist distutils +CPE_VENDOR= mozilla + NO_ARCH= yes # This is a development script From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D19BD6B2CE9; Thu, 30 Sep 2021 15:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd51xkcz3sn4; Thu, 30 Sep 2021 15:15:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D1E361B0; Thu, 30 Sep 2021 15:15:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFKNJ047234; Thu, 30 Sep 2021 15:15:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFKwl047233; Thu, 30 Sep 2021 15:15:20 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:20 GMT Message-Id: <202109301515.18UFFKwl047233@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: c9d8a61fe1d0 - main - www/py-werkzeug: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c9d8a61fe1d0cd14e1268cf2f8b0c184157b6675 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:21 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9d8a61fe1d0cd14e1268cf2f8b0c184157b6675 commit c9d8a61fe1d0cd14e1268cf2f8b0c184157b6675 Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:04:14 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:23 +0000 www/py-werkzeug: Add CPE information Approved by: portmgr (blanket) --- www/py-werkzeug/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index 6c6d5188f680..fbd23dca9fc3 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -15,9 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= palletsprojects + NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES WATCHDOG From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65D8E6B2FAC; Thu, 30 Sep 2021 15:15:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcr1wjnz3spc; Thu, 30 Sep 2021 15:15:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 060CA61AF; Thu, 30 Sep 2021 15:15:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFF7OR046964; Thu, 30 Sep 2021 15:15:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFF7vV046963; Thu, 30 Sep 2021 15:15:07 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:07 GMT Message-Id: <202109301515.18UFF7vV046963@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 52b20f35c1f4 - main - www/adguardhome: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 52b20f35c1f4c0221772ed703fa1e334f7ad831f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:08 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=52b20f35c1f4c0221772ed703fa1e334f7ad831f commit 52b20f35c1f4c0221772ed703fa1e334f7ad831f Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:47:58 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:16 +0000 www/adguardhome: Add CPE information Approved by: portmgr (blanket) --- www/adguardhome/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index 9e16904569b8..cd8ecb8eee19 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -9,7 +9,7 @@ COMMENT= Network-wide ads & trackers blocking DNS server LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= go:modules +USES= cpe go:modules GO_MODULE= github.com/AdguardTeam/AdGuardHome @@ -26,6 +26,8 @@ USER= root # it has to run as root because it listens on the privileged DNS por SUB_LIST= USER=${USER} USE_RC_SUBR= ${PORTNAME} +CPE_VENDOR= adguard + .if (${DEV_UPDATE_MODE} == "yes") BUILD_DEPENDS= npm:www/npm \ yarn:www/yarn From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DED526B324E; Thu, 30 Sep 2021 15:15:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcw4jYjz3spn; Thu, 30 Sep 2021 15:15:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C7666141; Thu, 30 Sep 2021 15:15:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFBHW047036; Thu, 30 Sep 2021 15:15:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFBql047035; Thu, 30 Sep 2021 15:15:11 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:11 GMT Message-Id: <202109301515.18UFFBql047035@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: f6f6445f0da5 - main - www/mod_rpaf2: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f6f6445f0da5a1dc1073536e1daa56b94de6b04c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:13 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6f6445f0da5a1dc1073536e1daa56b94de6b04c commit f6f6445f0da5a1dc1073536e1daa56b94de6b04c Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:52:12 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:18 +0000 www/mod_rpaf2: Add CPE information Approved by: portmgr (blanket) --- www/mod_rpaf2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/mod_rpaf2/Makefile b/www/mod_rpaf2/Makefile index 847dabbb3c4d..6a1ed5f9fec0 100644 --- a/www/mod_rpaf2/Makefile +++ b/www/mod_rpaf2/Makefile @@ -12,7 +12,9 @@ COMMENT= Make proxied requests appear with client IP LICENSE= APACHE20 -USES= apache:2.4+ +USES= apache:2.4+ cpe + +CPE_VENDOR= thomas_eibner USE_GITHUB= yes GH_ACCOUNT= gnif From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5FFC46B3159; Thu, 30 Sep 2021 15:15:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcp11lPz3smP; Thu, 30 Sep 2021 15:15:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6CC560E0; Thu, 30 Sep 2021 15:15:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFF5tN046915; Thu, 30 Sep 2021 15:15:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFF5NL046914; Thu, 30 Sep 2021 15:15:05 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:05 GMT Message-Id: <202109301515.18UFF5NL046914@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 24cbbbe13e1d - main - textproc/py-nltk: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 24cbbbe13e1db624bed9564509e07410da751bcc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:06 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=24cbbbe13e1db624bed9564509e07410da751bcc commit 24cbbbe13e1db624bed9564509e07410da751bcc Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:44:53 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:15 +0000 textproc/py-nltk: Add CPE information Approved by: portmgr (blanket) --- textproc/py-nltk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-nltk/Makefile b/textproc/py-nltk/Makefile index 3047fb39537a..80dafb01d485 100644 --- a/textproc/py-nltk/Makefile +++ b/textproc/py-nltk/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.09:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.6+ zip +USES= cpe python:3.6+ zip USE_PYTHON= distutils autoplist NO_ARCH= yes From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D5D986B2EDB; Thu, 30 Sep 2021 15:15:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcs4tXrz3t0h; Thu, 30 Sep 2021 15:15:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DA4C60E1; Thu, 30 Sep 2021 15:15:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFF9lI046988; Thu, 30 Sep 2021 15:15:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFF9pJ046987; Thu, 30 Sep 2021 15:15:09 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:09 GMT Message-Id: <202109301515.18UFF9pJ046987@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: d3197ef374a5 - main - www/aria2: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d3197ef374a503e22eb4a46601d63099ff2b1877 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:10 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3197ef374a503e22eb4a46601d63099ff2b1877 commit d3197ef374a503e22eb4a46601d63099ff2b1877 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:49:17 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:17 +0000 www/aria2: Add CPE information Approved by: portmgr (blanket) --- www/aria2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 01beca2ede08..c2472441a684 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -12,7 +12,9 @@ COMMENT= Yet another download tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib libtool pathfix pkgconfig ssl tar:xz +USES= compiler:c++11-lib cpe libtool pathfix pkgconfig ssl tar:xz + +CPE_VENDOR= aria2_project CONFIGURE_ARGS= --disable-epoll \ --enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-threads=posix --enable-websocket \ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3E2FD6B315F; Thu, 30 Sep 2021 15:15:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcw6BYNz3syN; Thu, 30 Sep 2021 15:15:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A19C6638D; Thu, 30 Sep 2021 15:15:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFC6B047060; Thu, 30 Sep 2021 15:15:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFCOF047059; Thu, 30 Sep 2021 15:15:12 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:12 GMT Message-Id: <202109301515.18UFFCOF047059@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 73800a4375f4 - main - www/mod_wsgi4: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 73800a4375f41bdf94737186a70ccb0612fb6277 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:13 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=73800a4375f41bdf94737186a70ccb0612fb6277 commit 73800a4375f41bdf94737186a70ccb0612fb6277 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:53:33 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:19 +0000 www/mod_wsgi4: Add CPE information Approved by: portmgr (blanket) --- www/mod_wsgi4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile index 1dc653744172..c77d197235bd 100644 --- a/www/mod_wsgi4/Makefile +++ b/www/mod_wsgi4/Makefile @@ -9,9 +9,11 @@ COMMENT= Python WSGI adapter module for Apache LICENSE= APACHE20 -USES= apache:2.4+ gettext python:3.6+ +USES= apache:2.4+ cpe gettext python:3.6+ USE_PYTHON= flavors +CPE_VENDOR= modwsgi + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 681B96B3164; Thu, 30 Sep 2021 15:15:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd172fmz3sl1; Thu, 30 Sep 2021 15:15:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10F0F6143; Thu, 30 Sep 2021 15:15:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFFMq047136; Thu, 30 Sep 2021 15:15:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFFJR047135; Thu, 30 Sep 2021 15:15:15 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:15 GMT Message-Id: <202109301515.18UFFFJR047135@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: cffb64a3deb9 - main - www/pear-Horde_SessionHandler: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cffb64a3deb9b621308fba4a483b5b6e208affa6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:18 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=cffb64a3deb9b621308fba4a483b5b6e208affa6 commit cffb64a3deb9b621308fba4a483b5b6e208affa6 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:57:36 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:21 +0000 www/pear-Horde_SessionHandler: Add CPE information Approved by: portmgr (blanket) --- www/pear-Horde_SessionHandler/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/pear-Horde_SessionHandler/Makefile b/www/pear-Horde_SessionHandler/Makefile index 7c21979d2eed..86e9e066e3a3 100644 --- a/www/pear-Horde_SessionHandler/Makefile +++ b/www/pear-Horde_SessionHandler/Makefile @@ -5,8 +5,10 @@ CATEGORIES= www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Session Handler API -USES= horde +USES= cpe horde USE_HORDE_RUN= Horde_Exception \ Horde_Util +CPE_VENDOR= horde + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B86676B2C5B; Thu, 30 Sep 2021 15:15:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd43Mqdz3swb; Thu, 30 Sep 2021 15:15:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 751C3630D; Thu, 30 Sep 2021 15:15:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFJPU047210; Thu, 30 Sep 2021 15:15:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFJQJ047209; Thu, 30 Sep 2021 15:15:19 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:19 GMT Message-Id: <202109301515.18UFFJQJ047209@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 9126a6e38f42 - main - www/py-bottle: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9126a6e38f421df17210207c93cf5973b589063b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:20 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=9126a6e38f421df17210207c93cf5973b589063b commit 9126a6e38f421df17210207c93cf5973b589063b Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:02:45 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:23 +0000 www/py-bottle: Add CPE information Approved by: portmgr (blanket) --- www/py-bottle/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile index 464329d9022d..af5edbc93fab 100644 --- a/www/py-bottle/Makefile +++ b/www/py-bottle/Makefile @@ -12,10 +12,12 @@ COMMENT= Fast and simple WSGI-framework for small web-applications LICENSE= MIT -USES= python:3.6+ +USES= cpe python:3.6+ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= bottlepy + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB68E6B324D; Thu, 30 Sep 2021 15:15:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxct4kyYz3smY; Thu, 30 Sep 2021 15:15:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 457BA6140; Thu, 30 Sep 2021 15:15:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFAF9047012; Thu, 30 Sep 2021 15:15:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFANH047011; Thu, 30 Sep 2021 15:15:10 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:10 GMT Message-Id: <202109301515.18UFFANH047011@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 77561a94ae5d - main - www/janus: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 77561a94ae5de1899208a65e90e3c4e641ebc445 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:11 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=77561a94ae5de1899208a65e90e3c4e641ebc445 commit 77561a94ae5de1899208a65e90e3c4e641ebc445 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:50:47 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:18 +0000 www/janus: Add CPE information Approved by: portmgr (blanket) --- www/janus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/janus/Makefile b/www/janus/Makefile index 9cdc6e3fa3be..2674779e9b9e 100644 --- a/www/janus/Makefile +++ b/www/janus/Makefile @@ -25,11 +25,12 @@ LIB_DEPENDS= libsrtp2.so:net/libsrtp2 \ libwebsockets.so:net/libwebsockets \ libconfig.so:devel/libconfig -USES= libtool pkgconfig autoreconf gmake localbase gnome ssl +USES= libtool pkgconfig autoreconf cpe gmake localbase gnome ssl USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= meetecho GH_PROJECT= janus-gateway +CPE_VENDOR= meetecho USE_RC_SUBR= janus CONFIGURE_ARGS+= --disable-mqtt \ --disable-rabbitmq \ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6DCB6B2E74; Thu, 30 Sep 2021 15:15:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd90X0bz3t1M; Thu, 30 Sep 2021 15:15:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 136BD5EC3; Thu, 30 Sep 2021 15:15:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFNlL047312; Thu, 30 Sep 2021 15:15:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFNun047311; Thu, 30 Sep 2021 15:15:23 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:23 GMT Message-Id: <202109301515.18UFFNun047311@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 5fe8df190932 - main - www/py-tornado5: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5fe8df19093209488f49c948f6ef1d073f1bcdb1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:26 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fe8df19093209488f49c948f6ef1d073f1bcdb1 commit 5fe8df19093209488f49c948f6ef1d073f1bcdb1 Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:08:04 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:25 +0000 www/py-tornado5: Add CPE information Approved by: portmgr (blanket) --- www/py-tornado5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-tornado5/Makefile b/www/py-tornado5/Makefile index 7f8939cfeb6c..cc31652d1d4c 100644 --- a/www/py-tornado5/Makefile +++ b/www/py-tornado5/Makefile @@ -12,9 +12,11 @@ COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= tornadoweb + PORTSCOUT= limit:^5\. CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 371086B2E76; Thu, 30 Sep 2021 15:15:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd93nlCz3sws; Thu, 30 Sep 2021 15:15:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 428B761B2; Thu, 30 Sep 2021 15:15:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFPZJ047336; Thu, 30 Sep 2021 15:15:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFPv9047335; Thu, 30 Sep 2021 15:15:25 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:25 GMT Message-Id: <202109301515.18UFFPv9047335@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 0e9b618cefc3 - main - www/rubygem-puma: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0e9b618cefc34e56691da98a0a6075ff7efb45ec Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:26 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e9b618cefc34e56691da98a0a6075ff7efb45ec commit 0e9b618cefc34e56691da98a0a6075ff7efb45ec Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:09:15 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:26 +0000 www/rubygem-puma: Add CPE information Approved by: portmgr (blanket) --- www/rubygem-puma/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/rubygem-puma/Makefile b/www/rubygem-puma/Makefile index 540347b86075..87176e764602 100644 --- a/www/rubygem-puma/Makefile +++ b/www/rubygem-puma/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-nio4r>=2.0<3:devel/rubygem-nio4r -USES= gem ssl +USES= cpe gem ssl USE_RUBY= yes PLIST_FILES= bin/puma bin/pumactl From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:14:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E193D6B314E; Thu, 30 Sep 2021 15:14:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcd5LVqz3spC; Thu, 30 Sep 2021 15:14:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E85161AC; Thu, 30 Sep 2021 15:14:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFEvjg046741; Thu, 30 Sep 2021 15:14:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFEvCt046740; Thu, 30 Sep 2021 15:14:57 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:14:57 GMT Message-Id: <202109301514.18UFEvCt046740@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 5d417f6aa2d0 - main - sysutils/backuppc4: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5d417f6aa2d06c7035c8121509e4de18849f1bad Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:14:58 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d417f6aa2d06c7035c8121509e4de18849f1bad commit 5d417f6aa2d06c7035c8121509e4de18849f1bad Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:34:29 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:11 +0000 sysutils/backuppc4: Add CPE information Approved by: portmgr (blanket) --- sysutils/backuppc4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/backuppc4/Makefile b/sysutils/backuppc4/Makefile index 98bc73038e09..a55c7799f515 100644 --- a/sysutils/backuppc4/Makefile +++ b/sysutils/backuppc4/Makefile @@ -18,10 +18,12 @@ RUN_DEPENDS= p5-CGI>0:www/p5-CGI \ p5-File-Listing>=0:sysutils/p5-File-Listing \ p5-BackupPC-XS>=0.62:sysutils/p5-BackupPC-XS -USES= perl5 +USES= cpe perl5 CONFLICTS_INSTALL= backuppc backuppc-devel +CPE_VENDOR= craig_barratt + NO_BUILD= yes NO_ARCH= yes USE_RC_SUBR= backuppc From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9E8D6B2E5A; Thu, 30 Sep 2021 15:15:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcj3pNXz3srq; Thu, 30 Sep 2021 15:15:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CBD2613E; Thu, 30 Sep 2021 15:15:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFF0Bd046819; Thu, 30 Sep 2021 15:15:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFF0N2046818; Thu, 30 Sep 2021 15:15:00 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:00 GMT Message-Id: <202109301515.18UFF0N2046818@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: ac18c55be081 - main - textproc/libmwaw03: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ac18c55be081fa4dcd29974be9c92524b601743a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:02 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac18c55be081fa4dcd29974be9c92524b601743a commit ac18c55be081fa4dcd29974be9c92524b601743a Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:39:12 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:12 +0000 textproc/libmwaw03: Add CPE information Approved by: portmgr (blanket) --- textproc/libmwaw03/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/libmwaw03/Makefile b/textproc/libmwaw03/Makefile index b796771cfba8..610fda4c1146 100644 --- a/textproc/libmwaw03/Makefile +++ b/textproc/libmwaw03/Makefile @@ -16,8 +16,10 @@ CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib cpe libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip +CPE_VENDOR= libmwaw_project + .include From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1A6A6B2FBA; Thu, 30 Sep 2021 15:15:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxdB6bTTz3swt; Thu, 30 Sep 2021 15:15:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67DEB638E; Thu, 30 Sep 2021 15:15:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFQHZ047360; Thu, 30 Sep 2021 15:15:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFQxb047359; Thu, 30 Sep 2021 15:15:26 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:26 GMT Message-Id: <202109301515.18UFFQxb047359@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 106bf5e5d7c1 - main - www/surf: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 106bf5e5d7c19b473782661927d03f9be174c4c8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:27 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=106bf5e5d7c19b473782661927d03f9be174c4c8 commit 106bf5e5d7c19b473782661927d03f9be174c4c8 Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:10:36 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:26 +0000 www/surf: Add CPE information Approved by: portmgr (blanket) --- www/surf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/surf/Makefile b/www/surf/Makefile index a69750d3713b..56f26fefacf1 100644 --- a/www/surf/Makefile +++ b/www/surf/Makefile @@ -19,10 +19,12 @@ RUN_DEPENDS= dmenu:x11/dmenu \ curl:ftp/curl \ xterm:x11/xterm -USES= compiler:c11 gnome pkgconfig xorg +USES= compiler:c11 cpe gnome pkgconfig xorg USE_GNOME= gtk30 pango cairo gdkpixbuf2 USE_XORG= x11 +CPE_VENDOR= suckless + CONFLICTS= surf-1* # math/surf DESKTOP_ENTRIES="Surf" "" "${PREFIX}/share/pixmaps/surf.png" "surf" "" true From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 007906B2FB5; Thu, 30 Sep 2021 15:15:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd149nSz3ssZ; Thu, 30 Sep 2021 15:15:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3730D630C; Thu, 30 Sep 2021 15:15:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFH1d047160; Thu, 30 Sep 2021 15:15:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFHuC047159; Thu, 30 Sep 2021 15:15:17 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:17 GMT Message-Id: <202109301515.18UFFHuC047159@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 77e8ff46772e - main - www/pear-twig: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 77e8ff46772e12243f7a0ecfcededdfb6e7ae231 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:18 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=77e8ff46772e12243f7a0ecfcededdfb6e7ae231 commit 77e8ff46772e12243f7a0ecfcededdfb6e7ae231 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:59:30 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:21 +0000 www/pear-twig: Add CPE information Approved by: portmgr (blanket) --- www/pear-twig/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/pear-twig/Makefile b/www/pear-twig/Makefile index 637ece22d290..a3df0e701ee8 100644 --- a/www/pear-twig/Makefile +++ b/www/pear-twig/Makefile @@ -12,9 +12,10 @@ COMMENT= Flexible, fast, and secure template engine for PHP LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pear php:cli +USES= cpe pear php:cli PEAR_CHANNEL= twig NO_ARCH= yes +CPE_VENDOR= symfony USE_PHP= ctype hash From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7B016B3169; Thu, 30 Sep 2021 15:15:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxdC5Rlqz3sqk; Thu, 30 Sep 2021 15:15:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 902E76145; Thu, 30 Sep 2021 15:15:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFRUH047388; Thu, 30 Sep 2021 15:15:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFRQi047385; Thu, 30 Sep 2021 15:15:27 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:27 GMT Message-Id: <202109301515.18UFFRQi047385@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 0b1a2445881a - main - x11/kitty: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0b1a2445881a621e0c85eb573593b2612bb42cf0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:28 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b1a2445881a621e0c85eb573593b2612bb42cf0 commit 0b1a2445881a621e0c85eb573593b2612bb42cf0 Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:12:05 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:27 +0000 x11/kitty: Add CPE information Approved by: portmgr (blanket) --- x11/kitty/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index ba52d774a9d7..ec78e6a9ac6d 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -25,12 +25,13 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libwayland-cursor.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gettext-runtime gl gmake ncurses:port pkgconfig \ +USES= compiler:c11 cpe gettext-runtime gl gmake ncurses:port pkgconfig \ python:3.5+ shebangfix terminfo xorg USE_GITHUB= yes GH_ACCOUNT= kovidgoyal USE_GL= gl USE_XORG= x11 xcb xcursor xi xinerama xrandr +CPE_VENDOR= kitty_project SHEBANG_FILES= build-terminfo count-lines-of-code mypy-editor-integration \ update-on-ox update-on-ubuntu From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77A446B3160; Thu, 30 Sep 2021 15:15:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxcy0ZzRz3syP; Thu, 30 Sep 2021 15:15:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6A945EC2; Thu, 30 Sep 2021 15:15:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFDGG047084; Thu, 30 Sep 2021 15:15:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFDRl047083; Thu, 30 Sep 2021 15:15:13 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:13 GMT Message-Id: <202109301515.18UFFDRl047083@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: b1f951b673bf - main - www/nextcloud-calendar: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b1f951b673bfaf29ea0dd2f78bb3d717c0c118f8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:14 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1f951b673bfaf29ea0dd2f78bb3d717c0c118f8 commit b1f951b673bfaf29ea0dd2f78bb3d717c0c118f8 Author: Bernhard Froehlich AuthorDate: 2021-09-30 14:54:51 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:19 +0000 www/nextcloud-calendar: Add CPE information Approved by: portmgr (blanket) --- www/nextcloud-calendar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index df6f144445ff..4ab4a8a5044f 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -17,9 +17,10 @@ LICENSE= AGPLv3 RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} -USES= php:flavors +USES= cpe php:flavors NO_BUILD= yes NO_ARCH= yes +CPE_VENDOR= nextcloud WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME} From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F83D6B3294; Thu, 30 Sep 2021 15:15:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd74kKzz3t3b; Thu, 30 Sep 2021 15:15:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4E735FFA; Thu, 30 Sep 2021 15:15:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFMoe047288; Thu, 30 Sep 2021 15:15:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFMD2047287; Thu, 30 Sep 2021 15:15:22 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:22 GMT Message-Id: <202109301515.18UFFMD2047287@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 6bd591f37098 - main - www/py-tornado4: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6bd591f370988c42281f30b7f587b644087e5b5a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:24 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bd591f370988c42281f30b7f587b644087e5b5a commit 6bd591f370988c42281f30b7f587b644087e5b5a Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:06:45 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:25 +0000 www/py-tornado4: Add CPE information Approved by: portmgr (blanket) --- www/py-tornado4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-tornado4/Makefile b/www/py-tornado4/Makefile index 6cd82656a4f1..5da8fb0b494a 100644 --- a/www/py-tornado4/Makefile +++ b/www/py-tornado4/Makefile @@ -12,9 +12,11 @@ COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= tornadoweb + CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ ${PYTHON_PKGNAMEPREFIX}tornado6 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:15:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9B256B2FB9; Thu, 30 Sep 2021 15:15:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKxd61mXlz3sqS; Thu, 30 Sep 2021 15:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C59D761B1; Thu, 30 Sep 2021 15:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFFLsA047262; Thu, 30 Sep 2021 15:15:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFFL6l047261; Thu, 30 Sep 2021 15:15:21 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:15:21 GMT Message-Id: <202109301515.18UFFL6l047261@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: 6d220419e1a5 - main - www/py-tornado: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6d220419e1a532d44a7e39e28a2bd4e50bd90aa8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:15:22 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d220419e1a532d44a7e39e28a2bd4e50bd90aa8 commit 6d220419e1a532d44a7e39e28a2bd4e50bd90aa8 Author: Bernhard Froehlich AuthorDate: 2021-09-30 15:05:29 +0000 Commit: Bernhard Froehlich CommitDate: 2021-09-30 15:14:24 +0000 www/py-tornado: Add CPE information Approved by: portmgr (blanket) --- www/py-tornado/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index b44610ddab18..5237a31b2b39 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -11,9 +11,11 @@ COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 -USES= python:3.5+ +USES= cpe python:3.5+ USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= tornadoweb + CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado4 \ ${PYTHON_PKGNAMEPREFIX}tornado5 \ ${PYTHON_PKGNAMEPREFIX}tornado6 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 15:50:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA8A96B39EF; Thu, 30 Sep 2021 15:50:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKyQ24t40z3wNS; Thu, 30 Sep 2021 15:50:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 878C06641; Thu, 30 Sep 2021 15:50:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UFooMd096476; Thu, 30 Sep 2021 15:50:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UFoo8j096475; Thu, 30 Sep 2021 15:50:50 GMT (envelope-from git) Date: Thu, 30 Sep 2021 15:50:50 GMT Message-Id: <202109301550.18UFoo8j096475@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: fc75da3a3b2a - main - graphics/libjxl: fix build on powerpc64* MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fc75da3a3b2adf1148010fe1f3cd75528387bdcc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:50:50 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc75da3a3b2adf1148010fe1f3cd75528387bdcc commit fc75da3a3b2adf1148010fe1f3cd75528387bdcc Author: Piotr Kubaj AuthorDate: 2021-09-30 15:48:31 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-30 15:48:31 +0000 graphics/libjxl: fix build on powerpc64* Add FreeBSD variants for linux code. The include in cpu.cc is not actually necessary, so I did not include anything for FreeBSD. --- ...patch-third__party_highway_hwy_nanobenchmark.cc | 30 ++++++++++++++++++++++ graphics/libjxl/files/patch-tools_cpu_cpu.cc | 13 ++++++++++ 2 files changed, 43 insertions(+) diff --git a/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc b/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc new file mode 100644 index 000000000000..a4dcea0f17e3 --- /dev/null +++ b/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc @@ -0,0 +1,30 @@ +--- third_party/highway/hwy/nanobenchmark.cc.orig 2021-09-30 15:38:30 UTC ++++ third_party/highway/hwy/nanobenchmark.cc +@@ -47,7 +47,12 @@ + + #include "hwy/base.h" + #if HWY_ARCH_PPC ++#if linux + #include // NOLINT __ppc_get_timebase_freq ++#elif __FreeBSD__ ++#include ++#include /* must come after sys/types.h */ ++#endif + #elif HWY_ARCH_X86 + + #if HWY_COMPILER_MSVC +@@ -400,7 +405,14 @@ double NominalClockRate() { + + double InvariantTicksPerSecond() { + #if HWY_ARCH_PPC ++#if linux + return __ppc_get_timebase_freq(); ++#elif __FreeBSD__ ++ static double cycles_per_second = 0; ++ size_t length = sizeof(cycles_per_second); ++ sysctlbyname("kern.timecounter.tc.timebase.frequency", &cycles_per_second, ++ &length, NULL, 0); ++#endif + #elif HWY_ARCH_X86 + // We assume the TSC is invariant; it is on all recent Intel/AMD CPUs. + return NominalClockRate(); diff --git a/graphics/libjxl/files/patch-tools_cpu_cpu.cc b/graphics/libjxl/files/patch-tools_cpu_cpu.cc new file mode 100644 index 000000000000..6a50f6aa0951 --- /dev/null +++ b/graphics/libjxl/files/patch-tools_cpu_cpu.cc @@ -0,0 +1,13 @@ +--- tools/cpu/cpu.cc.orig 2021-09-30 15:38:45 UTC ++++ tools/cpu/cpu.cc +@@ -19,7 +19,9 @@ + #endif + + #if JXL_ARCH_PPC +-#include // __ppc_get_timebase_freq ++#if linux ++#include // NOLINT __ppc_get_timebase_freq ++#endif + #endif + + #if JXL_ARCH_ARM From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 16:11:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 032996B4531; Thu, 30 Sep 2021 16:11:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKytD6Xm1z4RQB; Thu, 30 Sep 2021 16:11:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C0B676CE7; Thu, 30 Sep 2021 16:11:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UGBmVN026494; Thu, 30 Sep 2021 16:11:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UGBmxM026493; Thu, 30 Sep 2021 16:11:48 GMT (envelope-from git) Date: Thu, 30 Sep 2021 16:11:48 GMT Message-Id: <202109301611.18UGBmxM026493@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 6d28c13f7302 - main - cad/verilator: Use GNU ar from devel/binutils MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6d28c13f73027d41d0a7e693861c2bcbe1d99309 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 16:11:49 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d28c13f73027d41d0a7e693861c2bcbe1d99309 commit 6d28c13f73027d41d0a7e693861c2bcbe1d99309 Author: Yuri Victorovich AuthorDate: 2021-09-30 16:07:01 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-30 16:10:42 +0000 cad/verilator: Use GNU ar from devel/binutils verilator requires the GNU ar feature: '@' file prefix indicating that the file contains command-line options. Reference: https://github.com/verilator/verilator/issues/2999 Reported by: Antonin Houska --- cad/verilator/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index 158d36ef5033..847047e51289 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -1,6 +1,7 @@ PORTNAME= verilator DISTVERSIONPREFIX= v DISTVERSION= 4.212 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -12,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= see https://github.com/verilator/verilator/issues/3037 BUILD_DEPENDS= autoconf>0:devel/autoconf \ - bash:shells/bash + bash:shells/bash \ + ${LOCALBASE}/bin/ar:devel/binutils LIB_DEPENDS= libsystemc.so:devel/systemc RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen @@ -23,6 +25,7 @@ SHEBANG_FILES= bin/verilator_ccache_report GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" +CONFIGURE_ARGS= AR=${LOCALBASE}/bin/ar CONFIGURE_SHELL= ${LOCALBASE}/bin/bash # see https://github.com/verilator/verilator/issues/3132 TEST_TARGET= test From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 16:25:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B619C6B424C; Thu, 30 Sep 2021 16:25:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKz9V4M5Rz4SdB; Thu, 30 Sep 2021 16:25:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76CC57216; Thu, 30 Sep 2021 16:25:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UGP29l040726; Thu, 30 Sep 2021 16:25:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UGP26B040725; Thu, 30 Sep 2021 16:25:02 GMT (envelope-from git) Date: Thu, 30 Sep 2021 16:25:02 GMT Message-Id: <202109301625.18UGP26B040725@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 15fa2a7a7e9f - main - security/vuxml: Fix entry 7062bce0-1b17-11ec-9d9d-0022489ad614 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 15fa2a7a7e9f6922d8e9746b8731871bbed6db90 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 16:25:02 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=15fa2a7a7e9f6922d8e9746b8731871bbed6db90 commit 15fa2a7a7e9f6922d8e9746b8731871bbed6db90 Author: Li-Wen Hsu AuthorDate: 2021-09-30 16:23:08 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-30 16:23:08 +0000 security/vuxml: Fix entry 7062bce0-1b17-11ec-9d9d-0022489ad614 This should also fix vuxml build. PR: 258802 Sponsored by: The FreeBSD Foundation --- security/vuxml/vuln-2021.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 76690fae5142..b305916834c6 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -221,7 +221,7 @@ CVE-2021-37701 CVE-2021-37712 CVE-2021-37713 - CV#-2021-39134 + CVE-2021-39134 CVE-2021-39135 https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases2/ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 17:18:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CB236B4C65; Thu, 30 Sep 2021 17:18:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL0M274m9z4b7D; Thu, 30 Sep 2021 17:18:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF9F179C6; Thu, 30 Sep 2021 17:18:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UHIMOx007137; Thu, 30 Sep 2021 17:18:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UHIMCR007136; Thu, 30 Sep 2021 17:18:22 GMT (envelope-from git) Date: Thu, 30 Sep 2021 17:18:22 GMT Message-Id: <202109301718.18UHIMCR007136@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: 4ee1df33c70c - main - math/py-quadprog: Update to 0.1.10. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4ee1df33c70c5395f0a94ec17ec61d9cbafc6645 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 17:18:23 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ee1df33c70c5395f0a94ec17ec61d9cbafc6645 commit 4ee1df33c70c5395f0a94ec17ec61d9cbafc6645 Author: Stephen Montgomery-Smith AuthorDate: 2021-09-30 17:17:52 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-09-30 17:17:52 +0000 math/py-quadprog: Update to 0.1.10. --- math/py-quadprog/Makefile | 2 +- math/py-quadprog/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/py-quadprog/Makefile b/math/py-quadprog/Makefile index 74acbb57f52a..389aa3590d79 100644 --- a/math/py-quadprog/Makefile +++ b/math/py-quadprog/Makefile @@ -1,5 +1,5 @@ PORTNAME= quadprog -DISTVERSION= 0.1.9 +DISTVERSION= 0.1.10 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-quadprog/distinfo b/math/py-quadprog/distinfo index 82644910086f..39d509b259a6 100644 --- a/math/py-quadprog/distinfo +++ b/math/py-quadprog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632347391 -SHA256 (quadprog-0.1.9.tar.gz) = 446a4c0554466df477896c675a25b838950f1550412f247fe354fbbd8200c3cc -SIZE (quadprog-0.1.9.tar.gz) = 131663 +TIMESTAMP = 1633018316 +SHA256 (quadprog-0.1.10.tar.gz) = f13bf9609593781a5686ccfd8b38188542dc3c6e00129574817d049fb19ce966 +SIZE (quadprog-0.1.10.tar.gz) = 121580 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 17:24:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 046E66B5358; Thu, 30 Sep 2021 17:24:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL0VF6dmMz4bZg; Thu, 30 Sep 2021 17:24:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3E017D43; Thu, 30 Sep 2021 17:24:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UHOb7q019930; Thu, 30 Sep 2021 17:24:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UHObwt019929; Thu, 30 Sep 2021 17:24:37 GMT (envelope-from git) Date: Thu, 30 Sep 2021 17:24:37 GMT Message-Id: <202109301724.18UHObwt019929@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Renato Botelho Subject: git: be35ffec8dc0 - main - emulators/open-vm-tools: Update to 11.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: garga X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: be35ffec8dc06a1eb961a948a084a5d698bf619a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 17:24:38 -0000 The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=be35ffec8dc06a1eb961a948a084a5d698bf619a commit be35ffec8dc06a1eb961a948a084a5d698bf619a Author: Renato Botelho AuthorDate: 2021-09-30 17:23:07 +0000 Commit: Renato Botelho CommitDate: 2021-09-30 17:23:07 +0000 emulators/open-vm-tools: Update to 11.3.5 PR: 258754 Reported by: John Wolfe Sponsored by: Rubicon Communications, LLC ("Netgate") --- emulators/open-vm-tools/Makefile | 2 +- emulators/open-vm-tools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 37cab864e320..e23eb0d8a213 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,7 +1,7 @@ # Created by: mbr@FreeBSD.org PORTNAME= open-vm-tools -PORTVERSION= 11.3.0 +PORTVERSION= 11.3.5 DISTVERSIONPREFIX= stable- PORTEPOCH= 2 CATEGORIES= emulators diff --git a/emulators/open-vm-tools/distinfo b/emulators/open-vm-tools/distinfo index c01cfcd10383..b5576875cf0e 100644 --- a/emulators/open-vm-tools/distinfo +++ b/emulators/open-vm-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624392118 -SHA256 (vmware-open-vm-tools-stable-11.3.0_GH0.tar.gz) = 588f1b6252c36bc55581aa3451a47880290f38ef46aad493710bcf4ce3c7635e -SIZE (vmware-open-vm-tools-stable-11.3.0_GH0.tar.gz) = 2865165 +TIMESTAMP = 1633004781 +SHA256 (vmware-open-vm-tools-stable-11.3.5_GH0.tar.gz) = 26053a93d8aa5387e49a974ed3d0c89a1efd7e0911d694cd9b9f4306bd74b885 +SIZE (vmware-open-vm-tools-stable-11.3.5_GH0.tar.gz) = 2849232 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 17:31:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A242C6B562D; Thu, 30 Sep 2021 17:31:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL0f0457yz4bjf; Thu, 30 Sep 2021 17:31:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CF3B7A70; Thu, 30 Sep 2021 17:31:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UHVKqa032566; Thu, 30 Sep 2021 17:31:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UHVKbZ032565; Thu, 30 Sep 2021 17:31:20 GMT (envelope-from git) Date: Thu, 30 Sep 2021 17:31:20 GMT Message-Id: <202109301731.18UHVKbZ032565@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: fc03b499c6b5 - main - science/lammps: Update patch_2Jul2021 -> stable_29Sep2021 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fc03b499c6b50bccdded11d2d0b5593793ab530d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 17:31:20 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc03b499c6b50bccdded11d2d0b5593793ab530d commit fc03b499c6b50bccdded11d2d0b5593793ab530d Author: Yuri Victorovich AuthorDate: 2021-09-30 17:27:18 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-30 17:30:10 +0000 science/lammps: Update patch_2Jul2021 -> stable_29Sep2021 Reported by: upstream notification --- science/lammps/Makefile | 36 ++++++++++++++++++++++-------------- science/lammps/distinfo | 6 +++--- science/lammps/pkg-plist | 1 + 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/science/lammps/Makefile b/science/lammps/Makefile index 724a9595522f..ed4ec425dd7f 100644 --- a/science/lammps/Makefile +++ b/science/lammps/Makefile @@ -11,12 +11,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= undefined reference to `__atomic_load' CONFLICTS_BUILD= ga mpich mpich2 # conflicts with include/error.h from ga, already fixed in the head -LIB_DEPENDS= libfftw3.so:math/fftw3 +LIB_DEPENDS= libevent.so:devel/libevent \ + libfftw3.so:math/fftw3 \ + libhwloc.so:devel/hwloc2 \ + libnghttp2.so:www/libnghttp2 \ + libpciaccess.so:devel/libpciaccess \ + libssh2.so:security/libssh2 + +USES= blaslapack:openblas cmake:noninja compiler:c++11-lang eigen:3 fortran gnome localbase:ldflags shebangfix +USE_GNOME= libxml2 +USE_LDCONFIG= yes -USES= blaslapack:openblas cmake:noninja compiler:c++11-lang eigen:3 fortran localbase:ldflags shebangfix USE_GITHUB= yes -GH_TAGNAME= patch_2Jul2021 -USE_LDCONFIG= yes +GH_TAGNAME= stable_29Sep2021 SHEBANG_GLOB= *.sh *.bash SHEBANG_FILES= lib/kokkos/bin/nvcc_wrapper @@ -27,16 +34,17 @@ CMAKE_ARGS= -DBLA_VENDOR:STRING="OpenBLAS" ${CMAKE_ARGS_${CHOSEN_COMPILER_TYPE}} CMAKE_ARGS_gcc= -DBUILD_OMP:BOOL=false # enable packages (for a complete list see STANDARD_PACKAGES in cmake/CMakeLists.txt) -CMAKE_ON+= PKG_ASPHERE PKG_BODY PKG_CLASS2 PKG_COLLOID PKG_COMPRESS PKG_DIPOLE -CMAKE_ON+= PKG_GRANULAR PKG_KSPACE PKG_MANYBODY PKG_MC PKG_MESSAGE PKG_MISC PKG_MOLECULE PKG_PERI PKG_POEMS PKG_QEQ -CMAKE_ON+= PKG_REPLICA PKG_RIGID PKG_SHOCK PKG_SPIN PKG_SNAP PKG_SRD -CMAKE_ON+= PKG_USER-ATC PKG_USER-AWPMD PKG_USER-BOCS PKG_USER-CGDNA PKG_USER-MESODPD PKG_USER-CGSDK PKG_USER-COLVARS -CMAKE_ON+= PKG_USER-DIFFRACTION PKG_USER-DPD PKG_USER-DRUDE PKG_USER-EFF PKG_USER-FEP -CMAKE_ON+= PKG_USER-MANIFOLD PKG_USER-MEAMC PKG_USER-MGPT PKG_USER-MISC PKG_USER-MOFFF PKG_USER-MOLFILE -CMAKE_ON+= PKG_USER-PHONON PKG_USER-PTM PKG_USER-QTB PKG_USER-REACTION -CMAKE_ON+= PKG_USER-REAXC PKG_USER-SDPD PKG_USER-SMD PKG_USER-SMTBQ PKG_USER-SPH PKG_USER-TALLY -CMAKE_ON+= PKG_USER-UEF PKG_USER-QMMM PKG_USER-YAFF -# Packages requiring extra downloades or dependencies: PKG_MSCG PKG_USER-ADIOS2 PKG_USER-NETCDF PKG_USER-QUIP PKG_USER-SCAFACOS +CMAKE_ON+= PKG_ASPHERE PKG_ATC PKG_AWPMD PKG_BOCS PKG_BODY PKG_BROWNIAN PKG_CG-DNA PKG_CG-SDK PKG_CLASS2 +CMAKE_ON+= PKG_COLLOID PKG_COLVARS PKG_COMPRESS PKG_DIELECTRIC PKG_DIFFRACTION PKG_DIPOLE PKG_DPD-BASIC PKG_DPD-MESO PKG_DPD-REACT PKG_DPD-SMOOTH +CMAKE_ON+= PKG_DRUDE PKG_EFF PKG_EXTRA-COMPUTE PKG_EXTRA-DUMP PKG_EXTRA-FIX PKG_EXTRA-MOLECULE PKG_EXTRA-PAIR PKG_FEP PKG_GRANULAR PKG_H5MD +CMAKE_ON+= PKG_INTERLAYER PKG_KIM PKG_KSPACE PKG_LATBOLTZ PKG_LATTE PKG_MACHDYN PKG_MANIFOLD PKG_MANYBODY PKG_MC +CMAKE_ON+= PKG_MEAM PKG_MESSAGE PKG_MGPT PKG_MISC PKG_ML-IAP PKG_ML-RANN +CMAKE_ON+= PKG_ML-SNAP PKG_MOFFF PKG_MOLECULE PKG_MOLFILE PKG_MPIIO PKG_ORIENT PKG_PERI PKG_PHONON +CMAKE_ON+= PKG_PLUGIN PKG_PLUMED PKG_POEMS PKG_PTM PKG_PYTHON PKG_QEQ PKG_QMMM PKG_QTB PKG_REACTION PKG_REAXFF +CMAKE_ON+= PKG_REPLICA PKG_RIGID PKG_SHOCK PKG_SMTBQ PKG_SPH PKG_SPIN PKG_SRD PKG_TALLY PKG_UEF +CMAKE_ON+= PKG_VORONOI PKG_YAFF +# Packages requiring extra downloades or dependencies: PKG_MSCG PKG_ADIOS PKG_MDI PKG_MESONT PKG_ML-PACE PKG_NETCDF PKG_ML-QUIP PKG_SCAFACOS PKG_VTK +# PKG_ML-HDNNP downloads https://github.com/CompPhysVienna/n2p2/archive/v2.1.4.tar.gz OPTIONS_DEFINE= EXCEPTIONS JPEG PNG GZIP FFMPEG OPTIONS_GROUP= PARALLEL PACKAGES diff --git a/science/lammps/distinfo b/science/lammps/distinfo index 66baca45032d..7a40e3fcc9a2 100644 --- a/science/lammps/distinfo +++ b/science/lammps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625270587 -SHA256 (lammps-lammps-2021.07.2-patch_2Jul2021_GH0.tar.gz) = 4fdd8ca2dbde8809c0048716650b73ae1f840e22ebe24b25f6f7a499377fea57 -SIZE (lammps-lammps-2021.07.2-patch_2Jul2021_GH0.tar.gz) = 120010348 +TIMESTAMP = 1632986703 +SHA256 (lammps-lammps-2021.09.29-stable_29Sep2021_GH0.tar.gz) = 2dff656cb21fd9a6d46c818741c99d400cfb1b12102604844663b655fb2f893d +SIZE (lammps-lammps-2021.09.29-stable_29Sep2021_GH0.tar.gz) = 121301656 diff --git a/science/lammps/pkg-plist b/science/lammps/pkg-plist index b5c9df762855..9cddad1c8dd2 100644 --- a/science/lammps/pkg-plist +++ b/science/lammps/pkg-plist @@ -190,6 +190,7 @@ man/man1/lmp.1.gz %%DATADIR%%/potentials/SiC.tersoff.zbl %%DATADIR%%/potentials/SiC.vashishta %%DATADIR%%/potentials/SiCGe.tersoff +%%DATADIR%%/potentials/SiGeH.sw.quip %%DATADIR%%/potentials/SiC_1989.tersoff %%DATADIR%%/potentials/SiC_1990.tersoff %%DATADIR%%/potentials/SiC_1994.tersoff From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 18:08:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3DD96B585E; Thu, 30 Sep 2021 18:08:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL1Sn4fx4z4cqZ; Thu, 30 Sep 2021 18:08:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 801AA10675; Thu, 30 Sep 2021 18:08:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UI8PZk074059; Thu, 30 Sep 2021 18:08:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UI8PmM074058; Thu, 30 Sep 2021 18:08:25 GMT (envelope-from git) Date: Thu, 30 Sep 2021 18:08:25 GMT Message-Id: <202109301808.18UI8PmM074058@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jung-uk Kim Subject: git: b479509b7b9c - main - sysutils/acpica-tools: Update to 20210930 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jkim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b479509b7b9cee14585e438d9439e2df06738a2c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 18:08:25 -0000 The branch main has been updated by jkim: URL: https://cgit.FreeBSD.org/ports/commit/?id=b479509b7b9cee14585e438d9439e2df06738a2c commit b479509b7b9cee14585e438d9439e2df06738a2c Author: Jung-uk Kim AuthorDate: 2021-09-30 18:06:56 +0000 Commit: Jung-uk Kim CommitDate: 2021-09-30 18:06:56 +0000 sysutils/acpica-tools: Update to 20210930 https://acpica.org/node/196 --- sysutils/acpica-tools/Makefile | 2 +- sysutils/acpica-tools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/acpica-tools/Makefile b/sysutils/acpica-tools/Makefile index ad90fd5c7f31..005a6e36aeed 100644 --- a/sysutils/acpica-tools/Makefile +++ b/sysutils/acpica-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= acpica -PORTVERSION= 20210730 +PORTVERSION= 20210930 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim diff --git a/sysutils/acpica-tools/distinfo b/sysutils/acpica-tools/distinfo index ad22be951988..4a0f8b79469a 100644 --- a/sysutils/acpica-tools/distinfo +++ b/sysutils/acpica-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627682319 -SHA256 (acpica-unix-20210730.tar.gz) = 4a0c14d5148666612aa0555c5179eaa86230602394fd1bc3d16b506fcf49b5de -SIZE (acpica-unix-20210730.tar.gz) = 1891227 +TIMESTAMP = 1633024977 +SHA256 (acpica-unix-20210930.tar.gz) = 3cd82a281a16bc70c2708665668f138c4fc606c31161d46ce77230454ec04821 +SIZE (acpica-unix-20210930.tar.gz) = 1898035 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 18:34:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C0D36B618B; Thu, 30 Sep 2021 18:34:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL22j01Qwz4gqw; Thu, 30 Sep 2021 18:34:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4F0610A5A; Thu, 30 Sep 2021 18:34:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UIYKjt013411; Thu, 30 Sep 2021 18:34:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UIYKrL013410; Thu, 30 Sep 2021 18:34:20 GMT (envelope-from git) Date: Thu, 30 Sep 2021 18:34:20 GMT Message-Id: <202109301834.18UIYKrL013410@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: fb5f03a87cf4 - main - Mk/bsd.lto.mk: add global LTO support for ports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fb5f03a87cf432751fae1f0ae7f29c9d4fc65917 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 18:34:21 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb5f03a87cf432751fae1f0ae7f29c9d4fc65917 commit fb5f03a87cf432751fae1f0ae7f29c9d4fc65917 Author: Piotr Kubaj AuthorDate: 2021-09-30 18:27:50 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-30 18:27:50 +0000 Mk/bsd.lto.mk: add global LTO support for ports It's well known that LTO provides both performance and size benefits for binaries. Add preliminary, opt-in support for global LTO enforcement to ports. Ports that provide LTO option on their own and the ones that don't work with LTO will need to set LTO_UNSAFE in the future. PR: 258536 --- Mk/bsd.lto.mk | 10 ++++++++++ Mk/bsd.port.mk | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/Mk/bsd.lto.mk b/Mk/bsd.lto.mk new file mode 100644 index 000000000000..c2a079ea28bb --- /dev/null +++ b/Mk/bsd.lto.mk @@ -0,0 +1,10 @@ +# LTO Support + +LTO_Include_MAINTAINER= pkubaj@FreeBSD.org + +.if !defined(LTO_UNSAFE) +# Overridable as a user may want to use -flto +LTO_CFLAGS?= -flto=thin +CFLAGS+= ${LTO_CFLAGS} +CXXFLAGS+= ${LTO_CFLAGS} +.endif diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 337d3f6be6a6..493b15a59fff 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1799,6 +1799,10 @@ INSTALL_TARGET:= ${INSTALL_TARGET:S/^install-strip$/install/g} .endif .endif +.if defined(USE_LTO) +.include "${PORTSDIR}/Mk/bsd.lto.mk" +.endif + .if !defined(WITHOUT_SSP) .include "${PORTSDIR}/Mk/bsd.ssp.mk" .endif From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 18:35:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 068376B60A2; Thu, 30 Sep 2021 18:35:47 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL24L6cJzz4h5g; Thu, 30 Sep 2021 18:35:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633026946; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iTcqXLJq3pHF7cBRN8kid3bacQnSwb/y2yun6OueIgk=; b=crW7jMEHdKTcmpbZHqXP25SdQp0ElFQt6n75r6NhEHUQf863ZK6AeMzwoJ7IABkjb77J/b oG3Y51pY8GOt/g2J5sxHhRiBE4wuvN4vpfe8Xm2vCDELywGsDGeh/V3p4/hJAbBY8DJwC2 eHpYCv84Uj/GSEIpYFOBQHVTjcd2K6EjWrbB3I9h5Yf6b7iQeQDzjJNyMGfMFnAKdSf+Iz fB1CVh8uAhDYCnC9rPXssGtVv+Zz8lKYNJDqWNa/nlK0ofNo9M/PDLed1C4xAB50MyV5S5 sqKlCd9wx2QR54ies6irMwuyLUaDK5+KOrDg/QkIhyI6+aMWe94q0aS8JjH0pg== Received: by freefall.freebsd.org (Postfix, from userid 1354) id AD07A178AC; Thu, 30 Sep 2021 18:35:46 +0000 (UTC) From: Jan Beich To: Piotr Kubaj Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: fc75da3a3b2a - main - graphics/libjxl: fix build on powerpc64* References: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> Date: Thu, 30 Sep 2021 20:35:43 +0200 In-Reply-To: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> (Piotr Kubaj's message of "Thu, 30 Sep 2021 15:50:50 GMT") Message-ID: <5yuh-c3nk-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633026946; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iTcqXLJq3pHF7cBRN8kid3bacQnSwb/y2yun6OueIgk=; b=fSsQVnWqzMdk36laNEQpCI98iUQz0J5RoK68sjwXxGAw8lfbrrva3TmCCKCyRqxl0NwUHT 4K5axc1JrXfR3a2nu1ioforqHwjYN7e5gMI5cS7Ncq8eqtCPTpsN9ZBjh1VSYzP2i9R3Zg rQa9D6SZ9Z5MFbVuDMFMsOwDhoLZvakglxdgff/0HZSSTXrMVjBDAQpyGicjaaihhqjos2 rn0rGDeNGlGQ8T58XaVqTZjE2tm7F0s87PNOauTfDAjQeAREKJLfaA+33zAcXdjliSjWLc 4P0twvZF1e3RuynTRGIC38io1/Ino6Bgr8b9YGvAvlYlJ0y6TqHv4FMhbe/ajQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633026946; a=rsa-sha256; cv=none; b=BlWDCf+WQburnHzFjRFep4KKPjYYgy4ZQdo7bIOKi668F1wInn2l13sXJQd18PltvLqFjb y5cX/aJA3ej5RweAS6D15GZGlVIPub9pH/9sMFS+eVDcZ08yiaoFAndjdOCkl04exzw0AY 4bM7soHM1Is0caJ2S0aHxzCYu8Fgg/oXSCZvPnuJXphnBzPLIuP1KjSgm4P0TARSZWrCya hUP8tW0xwxNVbz+cl9FZqx8+CBxGDH9b+/jpun/5cDS30ljMyMI9X0LuSdhrm65zxlAFu7 x3Ze2Vd2JctWl+SWSEpuljLzqbVM/qiH7tFcNmhZVicAOys+9aGhizZhuDDmDg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 18:35:47 -0000 Piotr Kubaj writes: > The branch main has been updated by pkubaj: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=fc75da3a3b2adf1148010fe1f3cd75528387bdcc > > commit fc75da3a3b2adf1148010fe1f3cd75528387bdcc > Author: Piotr Kubaj > AuthorDate: 2021-09-30 15:48:31 +0000 > Commit: Piotr Kubaj > CommitDate: 2021-09-30 15:48:31 +0000 > > graphics/libjxl: fix build on powerpc64* > > Add FreeBSD variants for linux code. > > The include in cpu.cc is not actually necessary, so I did not include anything for FreeBSD. Can you submit the fix upstream or replace downstream (the port) fix with upstream one? See https://github.com/google/highway/commit/3769cb2c464c > ++#if linux Why not __linux__ (with underscores)? From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 18:50:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DA756B6135; Thu, 30 Sep 2021 18:50:24 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL2PC1BkPz4hk3; Thu, 30 Sep 2021 18:50:23 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 447CAEC5AF; Thu, 30 Sep 2021 20:50:12 +0200 (CEST) Date: Thu, 30 Sep 2021 20:50:10 +0200 From: Piotr Kubaj To: Jan Beich Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: fc75da3a3b2a - main - graphics/libjxl: fix build on powerpc64* Message-ID: References: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> <5yuh-c3nk-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gOLrRZmXIpyQb2hJ" Content-Disposition: inline In-Reply-To: <5yuh-c3nk-wny@FreeBSD.org> X-Rspamd-Queue-Id: 4HL2PC1BkPz4hk3 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.40 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[pkubaj]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; MID_RHS_NOT_FQDN(0.50)[]; ARC_NA(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:46.248.190.61]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_SPAM_SHORT(1.00)[1.000]; DMARC_POLICY_ALLOW(-0.50)[anongoth.pl,reject]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 18:50:24 -0000 --gOLrRZmXIpyQb2hJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 21-09-30 20:35:43, Jan Beich wrote: > Piotr Kubaj writes: >=20 > > The branch main has been updated by pkubaj: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dfc75da3a3b2adf1148010f= e1f3cd75528387bdcc > > > > commit fc75da3a3b2adf1148010fe1f3cd75528387bdcc > > Author: Piotr Kubaj > > AuthorDate: 2021-09-30 15:48:31 +0000 > > Commit: Piotr Kubaj > > CommitDate: 2021-09-30 15:48:31 +0000 > > > > graphics/libjxl: fix build on powerpc64* > > =20 > > Add FreeBSD variants for linux code. > > =20 > > The include in cpu.cc is not actually necessary, so I did not inclu= de anything for FreeBSD. >=20 > Can you submit the fix upstream or replace downstream (the port) fix > with upstream one? >=20 > See https://github.com/google/highway/commit/3769cb2c464c Ok, I will later. >=20 > > ++#if linux >=20 > Why not __linux__ (with underscores)? linux is also correct: pkubajx@pkubajx-mobl1:~$ echo | cc -dM -E - | grep linux #define __linux 1 #define __gnu_linux__ 1 #define linux 1 #define __linux__ 1 --gOLrRZmXIpyQb2hJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmFWBuIACgkQelmbhSCD nJ0puA/+MA38TVlE/W95FhX6dvKyvqLqRJVNGMr+6D82yQANyRMwTYqflU2lhmSb QRaTu/kJge8+bnxTX5mjwqxp3A4/8uXzpWK3seodUtNPAqSXk8cLxo2uf7p9CGw0 HPc/UglgZny5r9YlFy/UJgdQ1LoNU9onXxxsLvHHk+6i7FX0Ai3T373bzSC/SyW/ sTT5Y3A3QfAHzR145X5BGpEO2a9wcqvN+e1ZNMbY1t4mvfWZE5kAqTaaCKh1Z1Xc Q7K0OJop78KybuVx2ZAoSLrWOscPlRH1y+iMPsqHUUqHHnWL71219Kr5dw+AgsrW YLuOv+KuQMW3GAuKcZqFhDwUZe+SL6zzXq2Yj1R9pBU9puZbb2XvqxET4N3MhPXG 4zaPsTdMfaqFnUXfADY7P5i2LVKiBkgqZEf4QO5rdVOGD2OpKmTw2nlqOmPnvcHv 6B+6V7TZrUsieopgwM2F+uDSvZQJ6BoGwlnbYV94LTHS/FnFvdVg+QJko2VuFXjw Z6Z4fAW5I1iZouWM+a8kuZe6cc1WgavVTZ/NkS5YM99xNm0IRJ/NG7YyZoLeSDry 9K/Kd/DfUimlB9HNbdkgSIUPm0/JBOwR4abnzarD/1TSTOYCk/0FX/mF0DwlOVYe QdLmaGEqXLlzjgJJExeYpspnS7fFG4meJPLKZuqDMpInNLxA9FU= =0ZgU -----END PGP SIGNATURE----- --gOLrRZmXIpyQb2hJ-- From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 18:50:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E2E896B63F5; Thu, 30 Sep 2021 18:50:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL2PV61klz4hhH; Thu, 30 Sep 2021 18:50:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633027838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=g9EiZ/bYY5jH//iMBGCxP66ZOZIAg8yuqEf0crcp6pE=; b=gRC/kvSyZDsXLQNMCypNgFX4mDnhcZ8KS+TYMJA7KqWOVzOgIiflBZks03mUXBlwKxNpGx hkGjZeRBL/jFEQCoE8cHLf1rJBF+ZaU4yMEk1Q9qA9rHeff+ry42pCtBTfXFATdEnaf26l UK2YFzoPGfPBpBqw/DqfrFcWiM+BNVLgf17IXfoxzHsv0KLqEihOixtGhnwrznTHu69oPA WjxQwpLCRkqO9noTUfMJZVOgI61tG8y60EagD01av/8b7iA7T6jnyHA7ihmVd36PfATC8D JB/bh/Lbg+WORQ+G9TTZXIUy0qWded/Hen8I92gW37f3F66Bj7h37XOyLl/3NQ== Received: by freefall.freebsd.org (Postfix, from userid 1354) id BEBF017843; Thu, 30 Sep 2021 18:50:38 +0000 (UTC) From: Jan Beich To: Piotr Kubaj Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: fb5f03a87cf4 - main - Mk/bsd.lto.mk: add global LTO support for ports References: <202109301834.18UIYKrL013410__33905.1567528927$1633026877$gmane$org@gitrepo.freebsd.org> Date: Thu, 30 Sep 2021 20:50:34 +0200 In-Reply-To: <202109301834.18UIYKrL013410__33905.1567528927$1633026877$gmane$org@gitrepo.freebsd.org> (Piotr Kubaj's message of "Thu, 30 Sep 2021 18:34:20 GMT") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633027838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=g9EiZ/bYY5jH//iMBGCxP66ZOZIAg8yuqEf0crcp6pE=; b=d2xD98kYsxP4r7V/KuQ4RTg3yEEoezYe6RKp/NwmXNpoNYbXLUm+nfd6GAU2mYAypyvvZK BghPKnH5K3+W3kc3/GdIasxitFx5DvpJRgZeU3W443KtJErVzE1pwjeBqssLStDWgu7W3M es/iMAmOUIsR+8uNZ16Jq3/bhu7ESSqrf3w1E31a8SY7SV2HElyB7TnAXvCHrcjinDNN3q wylsamHJTOBG6jolJXWusre0FlGL/LNDDFu+P961aFBkR//rYMgEWkEeVOzGl+uXTliCVx yU3blfICQitrZc8j9ZPuVaJkISUNDs8+JU0OQtgQWtYIKuJzAg9mR3fxVDw0Uw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633027838; a=rsa-sha256; cv=none; b=PVEbudP5XKqimm88xom/djUfJlKOUIqQefxJi4He8kMo9dXkhA+wW9/vpWwsLAYVhMGmDz KYzc3x8YPe1qyV5zMUuVXkLdob3/N2GVABZ7z4JBvPJIPqIRemzzhwcZzioNxKuS5zwfWy 9b8gO7zCsGj86M9VoMFCF/mcimUMZi35EKMz91AtIKD+vF4YG9nyOOLCiWMk+/aFXHoY3Q oXaoztbImJOCKH/5sYPyTgQlZCrvgtT2Mtch1DzEAzGXowDYzrlWawTg5zin5M+H26O0I8 rDC7dm5herRzDlsZLy73OLwstVcXpQ6++TSP2E5yzWDCJkPqAtXNbPWYOpHV+Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 18:50:39 -0000 Piotr Kubaj writes: > +.if !defined(LTO_UNSAFE) > +# Overridable as a user may want to use -flto > +LTO_CFLAGS?= -flto=thin > +CFLAGS+= ${LTO_CFLAGS} > +CXXFLAGS+= ${LTO_CFLAGS} > +.endif Do both Clang and GCC enable LTO without -flto* in LDFLAGS ? https://github.com/mesonbuild/meson/blob/0.59.1/mesonbuild/compilers/mixins/clang.py#L153-L158 https://github.com/mesonbuild/meson/blob/0.59.1/mesonbuild/compilers/compilers.py#L965-L966 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 18:56:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 490B76B62DB; Thu, 30 Sep 2021 18:56:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL2Xg0HrRz4j15; Thu, 30 Sep 2021 18:56:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA1ED111A3; Thu, 30 Sep 2021 18:56:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UIuoNT039485; Thu, 30 Sep 2021 18:56:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UIuolF039484; Thu, 30 Sep 2021 18:56:50 GMT (envelope-from git) Date: Thu, 30 Sep 2021 18:56:50 GMT Message-Id: <202109301856.18UIuolF039484@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 207c68b99331 - main - graphics/librsvg2-rust: document upstreaming for b421d406a3ec MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 207c68b99331862b099e4d387dbed5bd41fcf3bc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 18:56:51 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=207c68b99331862b099e4d387dbed5bd41fcf3bc commit 207c68b99331862b099e4d387dbed5bd41fcf3bc Author: Jan Beich AuthorDate: 2021-09-30 18:55:24 +0000 Commit: Jan Beich CommitDate: 2021-09-30 18:56:34 +0000 graphics/librsvg2-rust: document upstreaming for b421d406a3ec --- .../librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs b/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs index a59c12448419..598b258fd972 100644 --- a/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs +++ b/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs @@ -1,3 +1,5 @@ +https://github.com/EmbarkStudios/cfg-expr/commit/f8c59a8dccd0 + --- vendor/cfg-expr/src/targets/builtins.rs.orig 2021-09-30 14:33:28 UTC +++ vendor/cfg-expr/src/targets/builtins.rs @@ -1004,6 +1004,16 @@ pub const ALL_BUILTINS: &[TargetInfo<'static>] = &[ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:08:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4E806B688D; Thu, 30 Sep 2021 19:08:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL2nq42Wgz4jYZ; Thu, 30 Sep 2021 19:08:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B2D511694; Thu, 30 Sep 2021 19:08:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJ8FJf053416; Thu, 30 Sep 2021 19:08:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJ8Ffa053414; Thu, 30 Sep 2021 19:08:15 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:08:15 GMT Message-Id: <202109301908.18UJ8Ffa053414@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 6280c5793ec5 - main - graphics/libjxl: use the upstream build fix from https://github.com/google/highway/commit/3769cb2c464c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6280c5793ec5d93b939844f8fc35fde21e8ffb9e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:08:15 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6280c5793ec5d93b939844f8fc35fde21e8ffb9e commit 6280c5793ec5d93b939844f8fc35fde21e8ffb9e Author: Piotr Kubaj AuthorDate: 2021-09-30 19:02:16 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-30 19:02:16 +0000 graphics/libjxl: use the upstream build fix from https://github.com/google/highway/commit/3769cb2c464c While here, also remove the BROKEN_powerpc64 (I did not see it because I tested on powerpc64le previously). Reported by: jbeich --- graphics/libjxl/Makefile | 2 - ...patch-third__party_highway_hwy_nanobenchmark.cc | 46 +++++++++++++--------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile index 843bf74a3b54..8de3e64d4913 100644 --- a/graphics/libjxl/Makefile +++ b/graphics/libjxl/Makefile @@ -15,8 +15,6 @@ LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE LICENSE_FILE_ZLIB= ${WRKSRC}/third_party/lodepng/LICENSE -BROKEN_powerpc64= https://github.com/google/highway/issues/345 - LIB_DEPENDS= libbrotlienc.so:archivers/brotli TEST_DEPENDS= googletest>0:devel/googletest diff --git a/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc b/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc index a4dcea0f17e3..50e151fd7a30 100644 --- a/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc +++ b/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc @@ -1,30 +1,38 @@ ---- third_party/highway/hwy/nanobenchmark.cc.orig 2021-09-30 15:38:30 UTC +--- third_party/highway/hwy/nanobenchmark.cc.orig 2021-06-09 08:56:32 UTC +++ third_party/highway/hwy/nanobenchmark.cc -@@ -47,7 +47,12 @@ +@@ -46,7 +46,7 @@ + #endif #include "hwy/base.h" - #if HWY_ARCH_PPC -+#if linux +-#if HWY_ARCH_PPC ++#if HWY_ARCH_PPC && defined(__GLIBC__) #include // NOLINT __ppc_get_timebase_freq -+#elif __FreeBSD__ -+#include -+#include /* must come after sys/types.h */ -+#endif #elif HWY_ARCH_X86 - #if HWY_COMPILER_MSVC -@@ -400,7 +405,14 @@ double NominalClockRate() { +@@ -119,7 +119,7 @@ using Ticks = uint64_t; + // divide by InvariantTicksPerSecond. + inline Ticks Start() { + Ticks t; +-#if HWY_ARCH_PPC ++#if HWY_ARCH_PPC && defined(__GLIBC__) + asm volatile("mfspr %0, %1" : "=r"(t) : "i"(268)); + #elif HWY_ARCH_X86 && HWY_COMPILER_MSVC + _ReadWriteBarrier(); +@@ -161,7 +161,7 @@ inline Ticks Start() { + + inline Ticks Stop() { + uint64_t t; +-#if HWY_ARCH_PPC ++#if HWY_ARCH_PPC && defined(__GLIBC__) + asm volatile("mfspr %0, %1" : "=r"(t) : "i"(268)); + #elif HWY_ARCH_X86 && HWY_COMPILER_MSVC + _ReadWriteBarrier(); +@@ -399,7 +399,7 @@ double NominalClockRate() { + } // namespace double InvariantTicksPerSecond() { - #if HWY_ARCH_PPC -+#if linux +-#if HWY_ARCH_PPC ++#if HWY_ARCH_PPC && defined(__GLIBC__) return __ppc_get_timebase_freq(); -+#elif __FreeBSD__ -+ static double cycles_per_second = 0; -+ size_t length = sizeof(cycles_per_second); -+ sysctlbyname("kern.timecounter.tc.timebase.frequency", &cycles_per_second, -+ &length, NULL, 0); -+#endif #elif HWY_ARCH_X86 // We assume the TSC is invariant; it is on all recent Intel/AMD CPUs. - return NominalClockRate(); From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:19:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 756606B6939; Thu, 30 Sep 2021 19:19:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL32r2vp5z4k2r; Thu, 30 Sep 2021 19:19:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FF18115BB; Thu, 30 Sep 2021 19:19:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJJWWb067216; Thu, 30 Sep 2021 19:19:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJJWkd067215; Thu, 30 Sep 2021 19:19:32 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:19:32 GMT Message-Id: <202109301919.18UJJWkd067215@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 615773607e57 - main - games/fs2open: update to 21.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 615773607e57656a39277ed605c09655f11a11d0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:19:32 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=615773607e57656a39277ed605c09655f11a11d0 commit 615773607e57656a39277ed605c09655f11a11d0 Author: Piotr Kubaj AuthorDate: 2021-09-30 19:15:13 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-30 19:15:13 +0000 games/fs2open: update to 21.4.0 --- games/fs2open/Makefile | 2 +- games/fs2open/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/fs2open/Makefile b/games/fs2open/Makefile index 12bdf8f18fda..2cf8351f00c5 100644 --- a/games/fs2open/Makefile +++ b/games/fs2open/Makefile @@ -1,6 +1,6 @@ PORTNAME= fs2open DISTVERSIONPREFIX= release_ -DISTVERSION= 21_2_0 +DISTVERSION= 21_4_0 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org diff --git a/games/fs2open/distinfo b/games/fs2open/distinfo index 7f963ac52b8a..b9c54fc4f364 100644 --- a/games/fs2open/distinfo +++ b/games/fs2open/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620032422 -SHA256 (scp-fs2open-fs2open.github.com-release_21_2_0_GH0.tar.gz) = 27d722bf1ccf959027eb1127084e7d4b6eea971f583961ed2f8cb0b9a134df8f -SIZE (scp-fs2open-fs2open.github.com-release_21_2_0_GH0.tar.gz) = 10376477 +TIMESTAMP = 1633010764 +SHA256 (scp-fs2open-fs2open.github.com-release_21_4_0_GH0.tar.gz) = 4c6340f27dee22615a40d17a727b5a542593f166038f854fd113b641b05c5a5f +SIZE (scp-fs2open-fs2open.github.com-release_21_4_0_GH0.tar.gz) = 10430306 SHA256 (asarium-cmake-modules-7cef957_GH0.tar.gz) = 5d1e7954bb92c61c1509ad0bb0d2274af4863621dc864199aac85c2d43921c0e SIZE (asarium-cmake-modules-7cef957_GH0.tar.gz) = 267299 SHA256 (asarium-libRocket-ecd648a_GH0.tar.gz) = 43864c375480c9eeac47643ae1c30947d9b236281e51e1d54d729c6d51cef6e4 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:23:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D3CE6B6779; Thu, 30 Sep 2021 19:23:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3722gWHz4kQF; Thu, 30 Sep 2021 19:23:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633029790; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tsx7gI8YIZwHVijjsQSvYJDbjPNab3lhzye7nHZ1gno=; b=JOcFMZl4ZO8TllTshw9En4caY0zwWc1b1PXrMCYwOxVCjKrhWvRv33R6sNK3GtnE1pfWqc r75wCSgYL+ITGzb9thJclR4EBX1ztsoKoBjbDmSrfycNr4mBqSSfqCO6FzRsc6Rt0nNw5g j+oZqp8ZEow360wtaaVTWfX1VaEYDqJ+VA5NdUN19RNWvFkfLdmLB4hjs5cr+wXsYFKzZo 7AvJDab3O4QtFyrNN1t3RhgeQMWUISBauaN4tV+8KgNA+Qxv9fPsCQGZ9RzCkvyTNsmiLT ffmOyHCNarfn5tovRLPtjGe+taev7LNuMVeN/w2gAJj/J3LRON5763iFgux8kQ== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 43C7F178F7; Thu, 30 Sep 2021 19:23:10 +0000 (UTC) From: Jan Beich To: Piotr Kubaj Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: fc75da3a3b2a - main - graphics/libjxl: fix build on powerpc64* References: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> Date: Thu, 30 Sep 2021 21:23:06 +0200 In-Reply-To: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> (Piotr Kubaj's message of "Thu, 30 Sep 2021 15:50:50 GMT") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633029790; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tsx7gI8YIZwHVijjsQSvYJDbjPNab3lhzye7nHZ1gno=; b=X2+NlH4BMnRtmtqjMC0JqS5RV2198bscPXcjWI5bNQvOhygF5Ao7LeE2pAUwgoRc/o8+r3 B3qkL3+su3ThXGE8/oVYNCW576aVtRZjOV3fQF887nfBXh5jmZ6+Qh7AlBtAOsHeMN9qWv y4Q3GR8HL8d8XxgbJUP4BvPuaF7afKjod5TqypKHIZIw9jKI74hVZ5Vdgkssd38kn5wTXE ZiklvjH5GcybgKzHujhQ8ZF+QhXxBrfWPz8A9b6B5bbte6XcjwRE+sfvOCLMgjNEcjqECV XczbH8LP1CpEf8E0aDy/43yxLCT9bEwCAHtJ0zT9tr2JVucuFC8GhOgKU4y0dg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633029790; a=rsa-sha256; cv=none; b=yc6eTC3Yzuoh208gR1CV9DSzm2QnA/0vXeD/B9NTi2yLRSVoa1gcm1bok51aZdVe+lwEUk QAsIm+APbscVFZL24lhSioA+UmXk5nO1K1l1kDgnaOSMW9h3KZQmvWWonVySIbRSWch4ap G2NOdS6TADmTsRofPAvTYCpqyr8UdBwfPhh/3otuY58+SouZ5g9VFptDleh/I5vPR/hgBW qibExdfdYNni+YiWrjYjuJcWxfwjbuIv/tuyh6m4jXnRwUIeVMfaVCfyxjX8t4BnCPaygL P7q5a915/UzSBqTuoCEKoB2pIMSnUSzDgSu8/n/FIOMEJka436Mr5ioRjGUtPg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:23:10 -0000 Piotr Kubaj writes: > ++#elif __FreeBSD__ > ++ static double cycles_per_second = 0; "static" is useless if sysctlbyname() is run unconditionally. Consider adding "if (!cycles_per_second) {" here. See also https://github.com/abseil/abseil-cpp/commit/0033c9ea91a5 I don't think you need a lamda expression like that. ;) > ++ size_t length = sizeof(cycles_per_second); > ++ sysctlbyname("kern.timecounter.tc.timebase.frequency", &cycles_per_second, > ++ &length, NULL, 0); > ++#endif From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:27:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6FB286B6A99; Thu, 30 Sep 2021 19:27:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3Cn2VFsz4kq0; Thu, 30 Sep 2021 19:27:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35D0311B2E; Thu, 30 Sep 2021 19:27:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJRHtk080050; Thu, 30 Sep 2021 19:27:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJRHlE080049; Thu, 30 Sep 2021 19:27:17 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:27:17 GMT Message-Id: <202109301927.18UJRHlE080049@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 9838b755d298 - main - graphics/libjxl: document upstreaming for 6280c5793ec5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9838b755d298f9860c586e38f64a3fb6984ed89f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:27:17 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9838b755d298f9860c586e38f64a3fb6984ed89f commit 9838b755d298f9860c586e38f64a3fb6984ed89f Author: Jan Beich AuthorDate: 2021-09-30 19:26:46 +0000 Commit: Jan Beich CommitDate: 2021-09-30 19:26:46 +0000 graphics/libjxl: document upstreaming for 6280c5793ec5 --- graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc b/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc index 50e151fd7a30..e6bcd6711d0f 100644 --- a/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc +++ b/graphics/libjxl/files/patch-third__party_highway_hwy_nanobenchmark.cc @@ -1,3 +1,5 @@ +https://github.com/google/highway/commit/3769cb2c464c + --- third_party/highway/hwy/nanobenchmark.cc.orig 2021-06-09 08:56:32 UTC +++ third_party/highway/hwy/nanobenchmark.cc @@ -46,7 +46,7 @@ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:28:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 087E56B6D0C; Thu, 30 Sep 2021 19:28:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3Fk6bHlz4kmF; Thu, 30 Sep 2021 19:28:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEB8F114D0; Thu, 30 Sep 2021 19:28:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJSwSH080309; Thu, 30 Sep 2021 19:28:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJSwS0080308; Thu, 30 Sep 2021 19:28:58 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:28:58 GMT Message-Id: <202109301928.18UJSwS0080308@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 62420abb0257 - main - security/vuxml: Document gitlab vulnerabilities MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 62420abb0257028865df0d05cf1971890b707d3a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:28:59 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=62420abb0257028865df0d05cf1971890b707d3a commit 62420abb0257028865df0d05cf1971890b707d3a Author: Matthias Fechner AuthorDate: 2021-09-30 19:28:14 +0000 Commit: Matthias Fechner CommitDate: 2021-09-30 19:28:52 +0000 security/vuxml: Document gitlab vulnerabilities --- security/vuxml/vuln-2021.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index b305916834c6..14e6520b7b4a 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,80 @@ + + Gitlab -- vulnerabilities + + + gitlab-ce + 14.3.014.3.1 + 14.2.014.2.5 + 014.1.7 + + + + +

Gitlab reports:

+
+

Stored XSS in merge request creation page

+

Denial-of-service attack in Markdown parser

+

Stored Cross-Site Scripting vulnerability in the GitLab Flavored Markdown

+

DNS Rebinding vulnerability in Gitea importer

+

Exposure of trigger tokens on project exports

+

Improper access control for users with expired password

+

Access tokens are not cleared after impersonation

+

Reflected Cross-Site Scripting in Jira Integration

+

DNS Rebinding vulnerability in Fogbugz importer

+

Access tokens persist after project deletion

+

User enumeration vulnerability

+

Potential DOS via API requests

+

Pending invitations of public groups and public projects are visible to any user

+

Bypass Disabled Repo by URL Project Creation

+

Low privileged users can see names of the private groups shared in projects

+

API discloses sensitive info to low privileged users

+

Epic listing do not honour group memberships

+

Insecure Direct Object Reference vulnerability may lead to protected branch names getting disclosed

+

Low privileged users can import users from projects that they they are not a maintainer on

+

Potential DOS via dependencies API

+

Create a project with unlimited repository size through malicious Project Import

+

Bypass disabled Bitbucket Server import source project creation

+

Requirement to enforce 2FA is not honored when using git commands

+

Content spoofing vulnerability

+

Improper session management in impersonation feature

+

Create OAuth application with arbitrary scopes through content spoofing

+

Lack of account lockout on change password functionality

+

Epic reference was not updated while moved between groups

+

Missing authentication allows disabling of two-factor authentication

+

Information disclosure in SendEntry

+
+ +
+ + CVE-2021-39885 + CVE-2021-39877 + CVE-2021-39887 + CVE-2021-39867 + CVE-2021-39869 + CVE-2021-39872 + CVE-2021-39878 + CVE-2021-39866 + CVE-2021-39882 + CVE-2021-39875 + CVE-2021-39870 + CVE-2021-39884 + CVE-2021-39883 + CVE-2021-22259 + CVE-2021-39868 + CVE-2021-39871 + CVE-2021-39874 + CVE-2021-39873 + CVE-2021-39881 + CVE-2021-39886 + CVE-2021-39879 + https://about.gitlab.com/releases/2021/09/30/security-release-gitlab-14-3-1-released/ + + + 2021-09-30 + 2021-09-30 + +
+ ha -- Directory traversals From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:36:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63F736B6E27; Thu, 30 Sep 2021 19:36:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3Qf2BPfz4lR9; Thu, 30 Sep 2021 19:36:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2766311D83; Thu, 30 Sep 2021 19:36:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJagA2093374; Thu, 30 Sep 2021 19:36:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJag8e093373; Thu, 30 Sep 2021 19:36:42 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:36:42 GMT Message-Id: <202109301936.18UJag8e093373@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 1eeec1bd06b6 - main - lang/php7*: adjust CONFLICTS to new versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1eeec1bd06b608d58ef7ee52471883e0c49fa96a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:36:42 -0000 The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=1eeec1bd06b608d58ef7ee52471883e0c49fa96a commit 1eeec1bd06b608d58ef7ee52471883e0c49fa96a Author: Torsten Zuehlsdorff AuthorDate: 2021-09-30 19:32:17 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-09-30 19:36:22 +0000 lang/php7*: adjust CONFLICTS to new versions PHP 7.3 conflicted with versions no longer in the ports-tree. Remove this conflicts. PHP 7.3 and 7.4 did not conflict with PHP 8.0. Add the missing conflict. PR: 258803 Reported by: Einar Bjarni Halldórsson Sponsored by: Bounce Experts --- lang/php73/Makefile | 2 +- lang/php74/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 08790d95cbb0..8a4594fa8210 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -59,7 +59,7 @@ MYSQLND_DESC= Build with MySQL Native Driver LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php56-* php70-* php71-* php72-* +CONFLICTS= php74-* php80-* DESTDIRNAME= INSTALL_ROOT diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 1cc5ba119945..ce14e4aff5f4 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -59,7 +59,7 @@ MYSQLND_DESC= Build with MySQL Native Driver LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php71-* php72-* php73-* +CONFLICTS= php73-* php80-* DESTDIRNAME= INSTALL_ROOT From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:40:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7FB46B6D38; Thu, 30 Sep 2021 19:40:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3Vj6CqFz4lM5; Thu, 30 Sep 2021 19:40:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4EBD11675; Thu, 30 Sep 2021 19:40:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJeD0F098238; Thu, 30 Sep 2021 19:40:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJeDnW098231; Thu, 30 Sep 2021 19:40:13 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:40:13 GMT Message-Id: <202109301940.18UJeDnW098231@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: e77a2e47e3e0 - main - net/key: Update to 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e77a2e47e3e0c940c76602c2bc7d005002f39135 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:40:14 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e77a2e47e3e0c940c76602c2bc7d005002f39135 commit e77a2e47e3e0c940c76602c2bc7d005002f39135 Author: Andrey Pevnev AuthorDate: 2021-09-30 19:39:36 +0000 Commit: Guangyuan Yang CommitDate: 2021-09-30 19:39:36 +0000 net/key: Update to 2.0.0 Changes: http://ftp.isc.org/isc/kea/2.0.0/Kea-2.0.0-ReleaseNotes.txt PR: 258810 --- net/kea/Makefile | 3 +- net/kea/distinfo | 6 +- net/kea/files/patch-src_bin_keactrl_keactrl.in | 13 - net/kea/pkg-plist | 341 ++++++++++++++++++++----- 4 files changed, 284 insertions(+), 79 deletions(-) diff --git a/net/kea/Makefile b/net/kea/Makefile index c3758a1492ab..9474d351e67c 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -1,6 +1,5 @@ PORTNAME= kea PORTVERSION= ${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ISC/kea/${ISCVERSION} DISTNAME= ${PORTNAME}-${ISCVERSION} @@ -17,7 +16,7 @@ LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \ USES= autoreconf compiler:c++11-lang iconv libtool pathfix ssl cpe # ISC releases things like 1.4.0-P1, which our versioning doesn't like -ISCVERSION= 1.8.2 +ISCVERSION= 2.0.0 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/net/kea/distinfo b/net/kea/distinfo index 93a87e4ab0fb..c356f6358565 100644 --- a/net/kea/distinfo +++ b/net/kea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608396800 -SHA256 (kea-1.8.2.tar.gz) = 486ca7abedb9d6fdf8e4344ad8688d1171f2ef0f5506d118988aadeae80a1d39 -SIZE (kea-1.8.2.tar.gz) = 9005645 +TIMESTAMP = 1633010378 +SHA256 (kea-2.0.0.tar.gz) = 05854e0c3871b452edace18eccc6ab618940e0249fbe7c232a36d06ae59bf41d +SIZE (kea-2.0.0.tar.gz) = 9778066 diff --git a/net/kea/files/patch-src_bin_keactrl_keactrl.in b/net/kea/files/patch-src_bin_keactrl_keactrl.in deleted file mode 100644 index 6e2439c4efb9..000000000000 --- a/net/kea/files/patch-src_bin_keactrl_keactrl.in +++ /dev/null @@ -1,13 +0,0 @@ ---- src/bin/keactrl/keactrl.in.orig 2020-08-24 16:36:38 UTC -+++ src/bin/keactrl/keactrl.in -@@ -518,8 +518,8 @@ ${args}" 1 - - status) - if [ -t 1 ]; then -- inactive="\033[91minactive\e[0m" -- active="\033[92mactive\e[0m" -+ inactive="\033[91minactive\033[0m" -+ active="\033[92mactive\033[0m" - else - inactive="inactive" - active="active" diff --git a/net/kea/pkg-plist b/net/kea/pkg-plist index fe4b3fcd796c..94898a71d739 100644 --- a/net/kea/pkg-plist +++ b/net/kea/pkg-plist @@ -9,6 +9,11 @@ include/kea/asiodns/logger.h include/kea/asiolink/addr_utilities.h include/kea/asiolink/asio_wrapper.h include/kea/asiolink/asiolink.h +include/kea/asiolink/botan_boost_tls.h +include/kea/asiolink/botan_boost_wrapper.h +include/kea/asiolink/botan_tls.h +include/kea/asiolink/common_tls.h +include/kea/asiolink/crypto_tls.h include/kea/asiolink/dummy_io_cb.h include/kea/asiolink/interval_timer.h include/kea/asiolink/io_acceptor.h @@ -17,10 +22,15 @@ include/kea/asiolink/io_asio_socket.h include/kea/asiolink/io_endpoint.h include/kea/asiolink/io_error.h include/kea/asiolink/io_service.h +include/kea/asiolink/io_service_signal.h include/kea/asiolink/io_socket.h +include/kea/asiolink/openssl_tls.h +include/kea/asiolink/process_spawn.h include/kea/asiolink/tcp_acceptor.h include/kea/asiolink/tcp_endpoint.h include/kea/asiolink/tcp_socket.h +include/kea/asiolink/tls_acceptor.h +include/kea/asiolink/tls_socket.h include/kea/asiolink/udp_endpoint.h include/kea/asiolink/udp_socket.h include/kea/asiolink/unix_domain_socket.h @@ -58,6 +68,11 @@ include/kea/cryptolink/crypto_rng.h include/kea/cryptolink/cryptolink.h include/kea/cryptolink/openssl_common.h include/kea/cryptolink/openssl_compat.h +include/kea/d2srv/d2_cfg_mgr.h +include/kea/d2srv/d2_config.h +include/kea/d2srv/d2_log.h +include/kea/d2srv/d2_messages.h +include/kea/d2srv/d2_simple_parser.h include/kea/database/audit_entry.h include/kea/database/backend_selector.h include/kea/database/database_connection.h @@ -166,12 +181,15 @@ include/kea/dhcpsrv/dhcp4o6_ipc.h include/kea/dhcpsrv/dhcpsrv_exceptions.h include/kea/dhcpsrv/dhcpsrv_log.h include/kea/dhcpsrv/dhcpsrv_messages.h +include/kea/dhcpsrv/free_lease_queue.h include/kea/dhcpsrv/host.h include/kea/dhcpsrv/host_container.h include/kea/dhcpsrv/host_data_source_factory.h include/kea/dhcpsrv/host_mgr.h include/kea/dhcpsrv/hosts_log.h include/kea/dhcpsrv/hosts_messages.h +include/kea/dhcpsrv/ip_range.h +include/kea/dhcpsrv/ip_range_permutation.h include/kea/dhcpsrv/key_from_key.h include/kea/dhcpsrv/lease.h include/kea/dhcpsrv/lease_file_loader.h @@ -230,6 +248,7 @@ include/kea/dns/messagerenderer.h include/kea/dns/name.h include/kea/dns/nsec3hash.h include/kea/dns/opcode.h +include/kea/dns/qid_gen.h include/kea/dns/question.h include/kea/dns/rcode.h include/kea/dns/rdata.h @@ -276,6 +295,11 @@ include/kea/hooks/library_manager_collection.h include/kea/hooks/parking_lots.h include/kea/hooks/pointer_converter.h include/kea/hooks/server_hooks.h +include/kea/http/auth_config.h +include/kea/http/auth_log.h +include/kea/http/auth_messages.h +include/kea/http/basic_auth.h +include/kea/http/basic_auth_config.h include/kea/http/client.h include/kea/http/connection.h include/kea/http/connection_pool.h @@ -287,6 +311,7 @@ include/kea/http/http_log.h include/kea/http/http_message.h include/kea/http/http_message_parser_base.h include/kea/http/http_messages.h +include/kea/http/http_thread_pool.h include/kea/http/http_types.h include/kea/http/listener.h include/kea/http/listener_impl.h @@ -342,10 +367,10 @@ include/kea/process/d_controller.h include/kea/process/d_log.h include/kea/process/d_process.h include/kea/process/daemon.h -include/kea/process/io_service_signal.h include/kea/process/log_parser.h include/kea/process/logging_info.h include/kea/process/process_messages.h +include/kea/process/redact_config.h include/kea/stats/context.h include/kea/stats/observation.h include/kea/stats/stats_mgr.h @@ -360,6 +385,7 @@ include/kea/util/encode/base64.h include/kea/util/encode/binary_from_base16.h include/kea/util/encode/binary_from_base32hex.h include/kea/util/encode/hex.h +include/kea/util/encode/utf8.h include/kea/util/filename.h include/kea/util/hash.h include/kea/util/io/fd.h @@ -374,12 +400,8 @@ include/kea/util/multi_threading_mgr.h include/kea/util/optional.h include/kea/util/pid_file.h include/kea/util/pointer_util.h -include/kea/util/process_spawn.h -include/kea/util/random/qid_gen.h -include/kea/util/random/random_number_generator.h include/kea/util/range_utilities.h include/kea/util/readwrite_mutex.h -include/kea/util/signal_set.h include/kea/util/staged_value.h include/kea/util/state_model.h include/kea/util/stopwatch.h @@ -401,92 +423,98 @@ lib/kea/hooks/libdhcp_lease_cmds.a lib/kea/hooks/libdhcp_lease_cmds.so %%MYSQL%%lib/kea/hooks/libdhcp_mysql_cb.a %%MYSQL%%lib/kea/hooks/libdhcp_mysql_cb.so +lib/kea/hooks/libdhcp_run_script.a +lib/kea/hooks/libdhcp_run_script.so lib/kea/hooks/libdhcp_stat_cmds.a lib/kea/hooks/libdhcp_stat_cmds.so lib/libkea-asiodns.a lib/libkea-asiodns.so -lib/libkea-asiodns.so.1 -lib/libkea-asiodns.so.1.0.1 +lib/libkea-asiodns.so.13 +lib/libkea-asiodns.so.13.0.0 lib/libkea-asiolink.a lib/libkea-asiolink.so -lib/libkea-asiolink.so.9 -lib/libkea-asiolink.so.9.0.0 +lib/libkea-asiolink.so.27 +lib/libkea-asiolink.so.27.0.0 lib/libkea-cc.a lib/libkea-cc.so -lib/libkea-cc.so.8 -lib/libkea-cc.so.8.1.5 +lib/libkea-cc.so.25 +lib/libkea-cc.so.25.0.0 lib/libkea-cfgclient.a lib/libkea-cfgclient.so -lib/libkea-cfgclient.so.10 -lib/libkea-cfgclient.so.10.0.0 +lib/libkea-cfgclient.so.25 +lib/libkea-cfgclient.so.25.0.0 lib/libkea-cryptolink.a lib/libkea-cryptolink.so -lib/libkea-cryptolink.so.5 -lib/libkea-cryptolink.so.5.0.0 +lib/libkea-cryptolink.so.16 +lib/libkea-cryptolink.so.16.0.0 +lib/libkea-d2srv.a +lib/libkea-d2srv.so +lib/libkea-d2srv.so.3 +lib/libkea-d2srv.so.3.0.0 lib/libkea-database.a lib/libkea-database.so -lib/libkea-database.so.6 -lib/libkea-database.so.6.1.0 +lib/libkea-database.so.23 +lib/libkea-database.so.23.0.0 lib/libkea-dhcp++.a lib/libkea-dhcp++.so -lib/libkea-dhcp++.so.19 -lib/libkea-dhcp++.so.19.0.0 +lib/libkea-dhcp++.so.36 +lib/libkea-dhcp++.so.36.0.0 lib/libkea-dhcp_ddns.a lib/libkea-dhcp_ddns.so -lib/libkea-dhcp_ddns.so.3 -lib/libkea-dhcp_ddns.so.3.0.0 +lib/libkea-dhcp_ddns.so.17 +lib/libkea-dhcp_ddns.so.17.0.0 lib/libkea-dhcpsrv.a lib/libkea-dhcpsrv.so -lib/libkea-dhcpsrv.so.28 -lib/libkea-dhcpsrv.so.28.0.0 +lib/libkea-dhcpsrv.so.50 +lib/libkea-dhcpsrv.so.50.0.0 lib/libkea-dns++.a lib/libkea-dns++.so -lib/libkea-dns++.so.5 -lib/libkea-dns++.so.5.0.0 +lib/libkea-dns++.so.19 +lib/libkea-dns++.so.19.0.0 lib/libkea-eval.a lib/libkea-eval.so -lib/libkea-eval.so.12 -lib/libkea-eval.so.12.0.3 +lib/libkea-eval.so.27 +lib/libkea-eval.so.27.0.0 lib/libkea-exceptions.a lib/libkea-exceptions.so -lib/libkea-exceptions.so.0 -lib/libkea-exceptions.so.0.2.1 +lib/libkea-exceptions.so.13 +lib/libkea-exceptions.so.13.0.0 lib/libkea-hooks.a lib/libkea-hooks.so -lib/libkea-hooks.so.17 -lib/libkea-hooks.so.17.0.0 +lib/libkea-hooks.so.38 +lib/libkea-hooks.so.38.0.0 lib/libkea-http.a lib/libkea-http.so -lib/libkea-http.so.7 -lib/libkea-http.so.7.1.0 +lib/libkea-http.so.29 +lib/libkea-http.so.29.0.0 lib/libkea-log.a lib/libkea-log.so -lib/libkea-log.so.6 -lib/libkea-log.so.6.0.1 +lib/libkea-log.so.22 +lib/libkea-log.so.22.0.0 %%MYSQL%%lib/libkea-mysql.a %%MYSQL%%lib/libkea-mysql.so -%%MYSQL%%lib/libkea-mysql.so.6 -%%MYSQL%%lib/libkea-mysql.so.6.0.0 +%%MYSQL%%lib/libkea-mysql.so.26 +%%MYSQL%%lib/libkea-mysql.so.26.0.0 %%PGSQL%%lib/libkea-pgsql.a %%PGSQL%%lib/libkea-pgsql.so -%%PGSQL%%lib/libkea-pgsql.so.4 -%%PGSQL%%lib/libkea-pgsql.so.4.0.0 +%%PGSQL%%lib/libkea-pgsql.so.20 +%%PGSQL%%lib/libkea-pgsql.so.20.0.0 lib/libkea-process.a lib/libkea-process.so -lib/libkea-process.so.11 -lib/libkea-process.so.11.0.0 +lib/libkea-process.so.29 +lib/libkea-process.so.29.0.0 lib/libkea-stats.a lib/libkea-stats.so -lib/libkea-stats.so.6 -lib/libkea-stats.so.6.1.0 +lib/libkea-stats.so.18 +lib/libkea-stats.so.18.0.0 lib/libkea-util-io.a lib/libkea-util-io.so lib/libkea-util-io.so.0 lib/libkea-util-io.so.0.0.1 lib/libkea-util.a lib/libkea-util.so -lib/libkea-util.so.16 -lib/libkea-util.so.16.0.0 +lib/libkea-util.so.36 +lib/libkea-util.so.36.0.0 man/man8/kea-admin.8.gz man/man8/kea-ctrl-agent.8.gz man/man8/kea-dhcp-ddns.8.gz @@ -504,6 +532,190 @@ sbin/kea-dhcp4 sbin/kea-dhcp6 sbin/kea-lfc sbin/keactrl +%%DATADIR%%/api/build-report.json +%%DATADIR%%/api/cache-clear.json +%%DATADIR%%/api/cache-flush.json +%%DATADIR%%/api/cache-get-by-id.json +%%DATADIR%%/api/cache-get.json +%%DATADIR%%/api/cache-insert.json +%%DATADIR%%/api/cache-load.json +%%DATADIR%%/api/cache-remove.json +%%DATADIR%%/api/cache-size.json +%%DATADIR%%/api/cache-write.json +%%DATADIR%%/api/class-add.json +%%DATADIR%%/api/class-del.json +%%DATADIR%%/api/class-get.json +%%DATADIR%%/api/class-list.json +%%DATADIR%%/api/class-update.json +%%DATADIR%%/api/config-backend-pull.json +%%DATADIR%%/api/config-get.json +%%DATADIR%%/api/config-reload.json +%%DATADIR%%/api/config-set.json +%%DATADIR%%/api/config-test.json +%%DATADIR%%/api/config-write.json +%%DATADIR%%/api/dhcp-disable.json +%%DATADIR%%/api/dhcp-enable.json +%%DATADIR%%/api/gss-tsig-get-all.json +%%DATADIR%%/api/gss-tsig-get.json +%%DATADIR%%/api/gss-tsig-key-del.json +%%DATADIR%%/api/gss-tsig-key-expire.json +%%DATADIR%%/api/gss-tsig-key-get.json +%%DATADIR%%/api/gss-tsig-list.json +%%DATADIR%%/api/gss-tsig-purge-all.json +%%DATADIR%%/api/gss-tsig-purge.json +%%DATADIR%%/api/ha-continue.json +%%DATADIR%%/api/ha-heartbeat.json +%%DATADIR%%/api/ha-maintenance-cancel.json +%%DATADIR%%/api/ha-maintenance-notify.json +%%DATADIR%%/api/ha-maintenance-start.json +%%DATADIR%%/api/ha-reset.json +%%DATADIR%%/api/ha-scopes.json +%%DATADIR%%/api/ha-sync-complete-notify.json +%%DATADIR%%/api/ha-sync.json +%%DATADIR%%/api/lease4-add.json +%%DATADIR%%/api/lease4-del.json +%%DATADIR%%/api/lease4-get-all.json +%%DATADIR%%/api/lease4-get-by-client-id.json +%%DATADIR%%/api/lease4-get-by-hostname.json +%%DATADIR%%/api/lease4-get-by-hw-address.json +%%DATADIR%%/api/lease4-get-page.json +%%DATADIR%%/api/lease4-get.json +%%DATADIR%%/api/lease4-resend-ddns.json +%%DATADIR%%/api/lease4-update.json +%%DATADIR%%/api/lease4-wipe.json +%%DATADIR%%/api/lease6-add.json +%%DATADIR%%/api/lease6-bulk-apply.json +%%DATADIR%%/api/lease6-del.json +%%DATADIR%%/api/lease6-get-all.json +%%DATADIR%%/api/lease6-get-by-duid.json +%%DATADIR%%/api/lease6-get-by-hostname.json +%%DATADIR%%/api/lease6-get-page.json +%%DATADIR%%/api/lease6-get.json +%%DATADIR%%/api/lease6-resend-ddns.json +%%DATADIR%%/api/lease6-update.json +%%DATADIR%%/api/lease6-wipe.json +%%DATADIR%%/api/leases-reclaim.json +%%DATADIR%%/api/libreload.json +%%DATADIR%%/api/list-commands.json +%%DATADIR%%/api/network4-add.json +%%DATADIR%%/api/network4-del.json +%%DATADIR%%/api/network4-get.json +%%DATADIR%%/api/network4-list.json +%%DATADIR%%/api/network4-subnet-add.json +%%DATADIR%%/api/network4-subnet-del.json +%%DATADIR%%/api/network6-add.json +%%DATADIR%%/api/network6-del.json +%%DATADIR%%/api/network6-get.json +%%DATADIR%%/api/network6-list.json +%%DATADIR%%/api/network6-subnet-add.json +%%DATADIR%%/api/network6-subnet-del.json +%%DATADIR%%/api/remote-class4-del.json +%%DATADIR%%/api/remote-class4-get-all.json +%%DATADIR%%/api/remote-class4-get.json +%%DATADIR%%/api/remote-class4-set.json +%%DATADIR%%/api/remote-class6-del.json +%%DATADIR%%/api/remote-class6-get-all.json +%%DATADIR%%/api/remote-class6-get.json +%%DATADIR%%/api/remote-class6-set.json +%%DATADIR%%/api/remote-global-parameter4-del.json +%%DATADIR%%/api/remote-global-parameter4-get-all.json +%%DATADIR%%/api/remote-global-parameter4-get.json +%%DATADIR%%/api/remote-global-parameter4-set.json +%%DATADIR%%/api/remote-global-parameter6-del.json +%%DATADIR%%/api/remote-global-parameter6-get-all.json +%%DATADIR%%/api/remote-global-parameter6-get.json +%%DATADIR%%/api/remote-global-parameter6-set.json +%%DATADIR%%/api/remote-network4-del.json +%%DATADIR%%/api/remote-network4-get.json +%%DATADIR%%/api/remote-network4-list.json +%%DATADIR%%/api/remote-network4-set.json +%%DATADIR%%/api/remote-network6-del.json +%%DATADIR%%/api/remote-network6-get.json +%%DATADIR%%/api/remote-network6-list.json +%%DATADIR%%/api/remote-network6-set.json +%%DATADIR%%/api/remote-option-def4-del.json +%%DATADIR%%/api/remote-option-def4-get-all.json +%%DATADIR%%/api/remote-option-def4-get.json +%%DATADIR%%/api/remote-option-def4-set.json +%%DATADIR%%/api/remote-option-def6-del.json +%%DATADIR%%/api/remote-option-def6-get-all.json +%%DATADIR%%/api/remote-option-def6-get.json +%%DATADIR%%/api/remote-option-def6-set.json +%%DATADIR%%/api/remote-option4-global-del.json +%%DATADIR%%/api/remote-option4-global-get-all.json +%%DATADIR%%/api/remote-option4-global-get.json +%%DATADIR%%/api/remote-option4-global-set.json +%%DATADIR%%/api/remote-option4-network-del.json +%%DATADIR%%/api/remote-option4-network-set.json +%%DATADIR%%/api/remote-option4-pool-del.json +%%DATADIR%%/api/remote-option4-pool-set.json +%%DATADIR%%/api/remote-option4-subnet-del.json +%%DATADIR%%/api/remote-option4-subnet-set.json +%%DATADIR%%/api/remote-option6-global-del.json +%%DATADIR%%/api/remote-option6-global-get-all.json +%%DATADIR%%/api/remote-option6-global-get.json +%%DATADIR%%/api/remote-option6-global-set.json +%%DATADIR%%/api/remote-option6-network-del.json +%%DATADIR%%/api/remote-option6-network-set.json +%%DATADIR%%/api/remote-option6-pd-pool-del.json +%%DATADIR%%/api/remote-option6-pd-pool-set.json +%%DATADIR%%/api/remote-option6-pool-del.json +%%DATADIR%%/api/remote-option6-pool-set.json +%%DATADIR%%/api/remote-option6-subnet-del.json +%%DATADIR%%/api/remote-option6-subnet-set.json +%%DATADIR%%/api/remote-server4-del.json +%%DATADIR%%/api/remote-server4-get-all.json +%%DATADIR%%/api/remote-server4-get.json +%%DATADIR%%/api/remote-server4-set.json +%%DATADIR%%/api/remote-server6-del.json +%%DATADIR%%/api/remote-server6-get-all.json +%%DATADIR%%/api/remote-server6-get.json +%%DATADIR%%/api/remote-server6-set.json +%%DATADIR%%/api/remote-subnet4-del-by-id.json +%%DATADIR%%/api/remote-subnet4-del-by-prefix.json +%%DATADIR%%/api/remote-subnet4-get-by-id.json +%%DATADIR%%/api/remote-subnet4-get-by-prefix.json +%%DATADIR%%/api/remote-subnet4-list.json +%%DATADIR%%/api/remote-subnet4-set.json +%%DATADIR%%/api/remote-subnet6-del-by-id.json +%%DATADIR%%/api/remote-subnet6-del-by-prefix.json +%%DATADIR%%/api/remote-subnet6-get-by-id.json +%%DATADIR%%/api/remote-subnet6-get-by-prefix.json +%%DATADIR%%/api/remote-subnet6-list.json +%%DATADIR%%/api/remote-subnet6-set.json +%%DATADIR%%/api/reservation-add.json +%%DATADIR%%/api/reservation-del.json +%%DATADIR%%/api/reservation-get-all.json +%%DATADIR%%/api/reservation-get-by-hostname.json +%%DATADIR%%/api/reservation-get-by-id.json +%%DATADIR%%/api/reservation-get-page.json +%%DATADIR%%/api/reservation-get.json +%%DATADIR%%/api/server-tag-get.json +%%DATADIR%%/api/shutdown.json +%%DATADIR%%/api/stat-lease4-get.json +%%DATADIR%%/api/stat-lease6-get.json +%%DATADIR%%/api/statistic-get-all.json +%%DATADIR%%/api/statistic-get.json +%%DATADIR%%/api/statistic-remove-all.json +%%DATADIR%%/api/statistic-remove.json +%%DATADIR%%/api/statistic-reset-all.json +%%DATADIR%%/api/statistic-reset.json +%%DATADIR%%/api/statistic-sample-age-set-all.json +%%DATADIR%%/api/statistic-sample-age-set.json +%%DATADIR%%/api/statistic-sample-count-set-all.json +%%DATADIR%%/api/statistic-sample-count-set.json +%%DATADIR%%/api/status-get.json +%%DATADIR%%/api/subnet4-add.json +%%DATADIR%%/api/subnet4-del.json +%%DATADIR%%/api/subnet4-get.json +%%DATADIR%%/api/subnet4-list.json +%%DATADIR%%/api/subnet4-update.json +%%DATADIR%%/api/subnet6-add.json +%%DATADIR%%/api/subnet6-del.json +%%DATADIR%%/api/subnet6-get.json +%%DATADIR%%/api/subnet6-list.json +%%DATADIR%%/api/subnet6-update.json +%%DATADIR%%/api/version-get.json %%DATADIR%%/scripts/admin-utils.sh %%DATADIR%%/scripts/cql/dhcpdb_create.cql %%DATADIR%%/scripts/cql/dhcpdb_drop.cql @@ -514,22 +726,28 @@ sbin/keactrl %%DATADIR%%/scripts/cql/wipe_data.sh %%DATADIR%%/scripts/mysql/dhcpdb_create.mysql %%DATADIR%%/scripts/mysql/dhcpdb_drop.mysql -%%DATADIR%%/scripts/mysql/upgrade_1.0_to_2.0.sh -%%DATADIR%%/scripts/mysql/upgrade_2.0_to_3.0.sh -%%DATADIR%%/scripts/mysql/upgrade_3.0_to_4.0.sh -%%DATADIR%%/scripts/mysql/upgrade_4.0_to_4.1.sh -%%DATADIR%%/scripts/mysql/upgrade_4.1_to_5.0.sh -%%DATADIR%%/scripts/mysql/upgrade_5.0_to_5.1.sh -%%DATADIR%%/scripts/mysql/upgrade_5.1_to_5.2.sh -%%DATADIR%%/scripts/mysql/upgrade_5.2_to_6.0.sh -%%DATADIR%%/scripts/mysql/upgrade_6.0_to_7.0.sh -%%DATADIR%%/scripts/mysql/upgrade_7.0_to_8.0.sh -%%DATADIR%%/scripts/mysql/upgrade_8.0_to_8.1.sh -%%DATADIR%%/scripts/mysql/upgrade_8.1_to_8.2.sh -%%DATADIR%%/scripts/mysql/upgrade_8.2_to_9.0.sh -%%DATADIR%%/scripts/mysql/upgrade_9.0_to_9.1.sh -%%DATADIR%%/scripts/mysql/upgrade_9.1_to_9.2.sh -%%DATADIR%%/scripts/mysql/upgrade_9.2_to_9.3.sh +%%DATADIR%%/scripts/mysql/upgrade_001.0_to_002.0.sh +%%DATADIR%%/scripts/mysql/upgrade_002.0_to_003.0.sh +%%DATADIR%%/scripts/mysql/upgrade_003.0_to_004.0.sh +%%DATADIR%%/scripts/mysql/upgrade_004.0_to_004.1.sh +%%DATADIR%%/scripts/mysql/upgrade_004.1_to_005.0.sh +%%DATADIR%%/scripts/mysql/upgrade_005.0_to_005.1.sh +%%DATADIR%%/scripts/mysql/upgrade_005.1_to_005.2.sh +%%DATADIR%%/scripts/mysql/upgrade_005.2_to_006.0.sh +%%DATADIR%%/scripts/mysql/upgrade_006.0_to_007.0.sh +%%DATADIR%%/scripts/mysql/upgrade_007.0_to_008.0.sh +%%DATADIR%%/scripts/mysql/upgrade_008.0_to_008.1.sh +%%DATADIR%%/scripts/mysql/upgrade_008.1_to_008.2.sh +%%DATADIR%%/scripts/mysql/upgrade_008.2_to_009.0.sh +%%DATADIR%%/scripts/mysql/upgrade_009.0_to_009.1.sh +%%DATADIR%%/scripts/mysql/upgrade_009.1_to_009.2.sh +%%DATADIR%%/scripts/mysql/upgrade_009.2_to_009.3.sh +%%DATADIR%%/scripts/mysql/upgrade_009.3_to_009.4.sh +%%DATADIR%%/scripts/mysql/upgrade_009.4_to_009.5.sh +%%DATADIR%%/scripts/mysql/upgrade_009.5_to_009.6.sh +%%DATADIR%%/scripts/mysql/upgrade_009.6_to_010.0.sh +%%DATADIR%%/scripts/mysql/upgrade_010_to_011.sh +%%DATADIR%%/scripts/mysql/upgrade_011_to_012.sh %%DATADIR%%/scripts/mysql/wipe_data.sh %%DATADIR%%/scripts/pgsql/dhcpdb_create.pgsql %%DATADIR%%/scripts/pgsql/dhcpdb_drop.pgsql @@ -543,6 +761,7 @@ sbin/keactrl %%DATADIR%%/scripts/pgsql/upgrade_5.0_to_5.1.sh %%DATADIR%%/scripts/pgsql/upgrade_5.1_to_6.0.sh %%DATADIR%%/scripts/pgsql/upgrade_6.0_to_6.1.sh +%%DATADIR%%/scripts/pgsql/upgrade_6.1_to_6.2.sh %%DATADIR%%/scripts/pgsql/wipe_data.sh @dir /var/db/kea @dir /var/run/kea From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:40:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3E226B6F94; Thu, 30 Sep 2021 19:40:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3W14mNgz4lPL; Thu, 30 Sep 2021 19:40:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 833E911CDF; Thu, 30 Sep 2021 19:40:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJeTvk002222; Thu, 30 Sep 2021 19:40:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJeT6Z002221; Thu, 30 Sep 2021 19:40:29 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:40:29 GMT Message-Id: <202109301940.18UJeT6Z002221@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: d6cc7416a8f3 - main - devel/R-cran-remotes: Update to 2.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d6cc7416a8f323a12447e2b7d032ba71a88aca3f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:40:29 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6cc7416a8f323a12447e2b7d032ba71a88aca3f commit d6cc7416a8f323a12447e2b7d032ba71a88aca3f Author: Guangyuan Yang AuthorDate: 2021-09-30 19:40:20 +0000 Commit: Guangyuan Yang CommitDate: 2021-09-30 19:40:20 +0000 devel/R-cran-remotes: Update to 2.4.1 --- devel/R-cran-remotes/Makefile | 2 +- devel/R-cran-remotes/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/R-cran-remotes/Makefile b/devel/R-cran-remotes/Makefile index 21fa37c59b07..9cdb8626041b 100644 --- a/devel/R-cran-remotes/Makefile +++ b/devel/R-cran-remotes/Makefile @@ -1,5 +1,5 @@ PORTNAME= remotes -DISTVERSION= 2.4.0 +DISTVERSION= 2.4.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-remotes/distinfo b/devel/R-cran-remotes/distinfo index 7b4862e2e687..eca14500805b 100644 --- a/devel/R-cran-remotes/distinfo +++ b/devel/R-cran-remotes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622839328 -SHA256 (remotes_2.4.0.tar.gz) = cde5c3e44f67eba5f9bb8ea72e04ed372649178cb036479e1387eac92b8c1411 -SIZE (remotes_2.4.0.tar.gz) = 149836 +TIMESTAMP = 1633025477 +SHA256 (remotes_2.4.1.tar.gz) = d5d777b2e10d70fd0670166d539eab88ec4f7fe030f54ec5cd2703f548473276 +SIZE (remotes_2.4.1.tar.gz) = 151851 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:50:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE0F06B6F28; Thu, 30 Sep 2021 19:50:25 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3kT4ndkz4m05; Thu, 30 Sep 2021 19:50:25 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633031425; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vmUD0+uXLJIwiYrEw07C9ZjFOHjql9/mZIFu7ei6T6I=; b=RCr47h1Yt2SIZxkR9b6fl4BwHnEIzbZ6KogFnukrHvJes0e0vBz9H2mW1fJj4RRhsFCVs6 BDuSRzrYfhToHHQvzY/Ih3dIGVKzXuaAOxarW3yCCiwe3aAgCgTV4lv4CdSbfKsxSmQnPq 01Lj8zkCVp0D4J0fA03XaiNGSCRnh+HQ4LlDVTi597inBhvo/ZQhJEaEAx4xEFBTy0fxFO dysb9ELKk8Fo4C0n+KtxA9XEriWPDDj5F+wJtL5mfDK9j3qTAJS0ocLlEAOz2VAHS3xwrx 9DiK6O+OCidV1JIpKSYOE0nCS+A7kGZd2r3ksD6MfJ2ncHplmcpekmV3jHdudQ== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9262A17AF4; Thu, 30 Sep 2021 19:50:25 +0000 (UTC) From: Jan Beich To: Piotr Kubaj Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: fc75da3a3b2a - main - graphics/libjxl: fix build on powerpc64* References: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> Date: Thu, 30 Sep 2021 21:50:21 +0200 In-Reply-To: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> (Piotr Kubaj's message of "Thu, 30 Sep 2021 15:50:50 GMT") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633031425; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vmUD0+uXLJIwiYrEw07C9ZjFOHjql9/mZIFu7ei6T6I=; b=OInbu+wEWVpGV5pzrjPCmGv+z9RP+fUEcKkwdCkJPZSWYMGlLFIOd+6xAwTaJfGE5BiudQ yt72+uqhUszyiw5AXBl9v2tyXohBwrr0vcqFHG8C8DJz+XruVCROBkUGjWB7e3kylXUulZ LqoPYJ37vQ22u6qWGRUV+Q1vtcC9nLAJLxtPRxFpSm0PNixPp2wYNr/tcyn4DlbI1Wd9VA WgnpA0FHZzkFRCy5IhNlt0HVvjsEV7N+S7efh3xGQ+ThXj3t/0bRVsnogJp2WNyLzFRaXY gisjjygrygYr4m3M6OcZYJz6KjzlEBxxl5+7r9uJV6SIU3ZPHyIJuRTB81a1xg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633031425; a=rsa-sha256; cv=none; b=Fr4L6ZGg21m0Knn00hGnn2Bg2MottHn6TLyuA+wdIO3UYKyc5zuAsAG8Ky3itjYaYN7Dvr OFU4qvl69Ju1+xp1QsXzezead8ZR1LDoFuh/r/KGGHhd3oSl73vlqW9u/2TFJJN32TPADy z7GhOfYjixCLax2fuEmfq2FS3fG+Ow2YPLRH+Egoc3Dl5zPH3bKmwqJtskHPcaQRoBZ6b5 pZW4xpmKH3L1Q5ZKhwlp9jD8ilf5BBMn74HLGVv5YBqu1mQgonfGkSnloU5FpmfZPUWaOF J/HwoLSv8ADRQ0OBkvPr8J8XsxDw4uO87zZZwQwXDnjd9OGQSW8htqm1sSbZZQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:50:25 -0000 Piotr Kubaj writes: > The include in cpu.cc is not actually necessary, so I did not include anything for FreeBSD. [...] > +--- tools/cpu/cpu.cc.orig 2021-09-30 15:38:45 UTC > ++++ tools/cpu/cpu.cc > +@@ -19,7 +19,9 @@ > + #endif > + > + #if JXL_ARCH_PPC > +-#include // __ppc_get_timebase_freq > ++#if linux > ++#include // NOLINT __ppc_get_timebase_freq > ++#endif > + #endif Can you file a bug via https://github.com/libjxl/libjxl/issues/new ? That include is probably unused even on Linux after 5175d11717f3 removed __ppc_get_timebase_freq. Note, if you can't sign Google CLA don't submit a fix. Otherwise, upstream will refuse to read the rationale (PR description), let alone the patch e.g., https://github.com/libjxl/libjxl/pull/193 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:52:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4919F6B6AD7; Thu, 30 Sep 2021 19:52:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3mb1cM1z4mGD; Thu, 30 Sep 2021 19:52:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17AEF11D68; Thu, 30 Sep 2021 19:52:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJqFB3017621; Thu, 30 Sep 2021 19:52:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJqFKu017620; Thu, 30 Sep 2021 19:52:15 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:52:15 GMT Message-Id: <202109301952.18UJqFKu017620@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 90706c219bf5 - main - sysutils/chezmoi: Update to 2.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 90706c219bf52f211133ad1dc375d44ce8f009d2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:52:15 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=90706c219bf52f211133ad1dc375d44ce8f009d2 commit 90706c219bf52f211133ad1dc375d44ce8f009d2 Author: Samir Noir AuthorDate: 2021-09-30 19:51:37 +0000 Commit: Guangyuan Yang CommitDate: 2021-09-30 19:51:37 +0000 sysutils/chezmoi: Update to 2.5.1 Changelog: https://github.com/twpayne/chezmoi/releases/tag/v2.5.1 PR: 258817 --- sysutils/chezmoi/Makefile | 24 +++++++++++------------ sysutils/chezmoi/distinfo | 50 ++++++++++++++++++++++------------------------- 2 files changed, 34 insertions(+), 40 deletions(-) diff --git a/sysutils/chezmoi/Makefile b/sysutils/chezmoi/Makefile index 024ad42dc3cc..62e04a50adf0 100644 --- a/sysutils/chezmoi/Makefile +++ b/sysutils/chezmoi/Makefile @@ -2,7 +2,7 @@ PORTNAME= chezmoi DISTVERSIONPREFIX= v -DISTVERSION= 2.4.0 +DISTVERSION= 2.5.1 CATEGORIES= sysutils MAINTAINER= samir@noir.im @@ -20,7 +20,7 @@ GH_TUPLE= FiloSottile:age:v1.0.0:filosottile_age/vendor/filippo.io/age \ Masterminds:semver:v3.1.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v3.2.2:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ Microsoft:go-winio:v0.5.0:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ - ProtonMail:go-crypto:52430bf6b52c:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ + ProtonMail:go-crypto:87db9fbc61c7:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \ alecthomas:chroma:v0.9.2:alecthomas_chroma/vendor/github.com/alecthomas/chroma \ alecthomas:colour:v0.1.0:alecthomas_colour/vendor/github.com/alecthomas/colour \ @@ -42,25 +42,24 @@ GH_TUPLE= FiloSottile:age:v1.0.0:filosottile_age/vendor/filippo.io/age \ go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \ go-git:go-billy:v5.3.1:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ go-git:go-git:v5.4.2:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ - go-ini:ini:v1.63.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ + go-ini:ini:v1.63.2:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ godbus:dbus:v5.0.5:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:32db794688a5:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:a5e095526f91:golang_net/vendor/golang.org/x/net \ + golang:crypto:089bfa567519:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:e81a3d93ecf6:golang_net/vendor/golang.org/x/net \ golang:oauth2:2bc19b11175f:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:528a39cd75f3:golang_sys/vendor/golang.org/x/sys \ - golang:term:6886f2dfbf5b:golang_term/vendor/golang.org/x/term \ + golang:sys:39ccf1dd6fa6:golang_sys/vendor/golang.org/x/sys \ + golang:term:03fcf44c2211:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ - google:go-github:v39.0.0:google_go_github_v39/vendor/github.com/google/go-github/v39 \ + google:go-github:v39.1.0:google_go_github_v39/vendor/github.com/google/go-github/v39 \ google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:gops:v0.3.20:google_gops/vendor/github.com/google/gops \ google:renameio:v1.0.1:google_renameio/vendor/github.com/google/renameio \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ - gopherjs:gopherjs:fce0ec30dd00:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ gorilla:css:v1.0.0:gorilla_css/vendor/github.com/gorilla/css \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \ @@ -75,7 +74,7 @@ GH_TUPLE= FiloSottile:age:v1.0.0:filosottile_age/vendor/filippo.io/age \ microcosm-cc:bluemonday:v1.0.15:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ mitchellh:copystructure:v1.2.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ - mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ + mitchellh:mapstructure:v1.4.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.2:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ muesli:combinator:v0.3.0:muesli_combinator/vendor/github.com/muesli/combinator \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ @@ -91,13 +90,12 @@ GH_TUPLE= FiloSottile:age:v1.0.0:filosottile_age/vendor/filippo.io/age \ rs:zerolog:v1.25.0:rs_zerolog/vendor/github.com/rs/zerolog \ sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ - smartystreets:assertions:v1.2.0:smartystreets_assertions/vendor/github.com/smartystreets/assertions \ spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.4.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - spf13:viper:v1.8.1:spf13_viper/vendor/github.com/spf13/viper \ + spf13:viper:v1.9.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:objx:v0.3.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ @@ -108,7 +106,7 @@ GH_TUPLE= FiloSottile:age:v1.0.0:filosottile_age/vendor/filippo.io/age \ uber-go:multierr:v1.7.0:uber_go_multierr/vendor/go.uber.org/multierr \ xanzy:ssh-agent:v0.3.1:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \ yuin:goldmark-emoji:v1.0.1:yuin_goldmark_emoji/vendor/github.com/yuin/goldmark-emoji \ - yuin:goldmark:v1.4.0:yuin_goldmark/vendor/github.com/yuin/goldmark \ + yuin:goldmark:v1.4.1:yuin_goldmark/vendor/github.com/yuin/goldmark \ zalando:go-keyring:v0.1.1:zalando_go_keyring/vendor/github.com/zalando/go-keyring \ DHowett:go-plist:1454fab16a06:go_plist/vendor/howett.net/plist diff --git a/sysutils/chezmoi/distinfo b/sysutils/chezmoi/distinfo index 1e803a5e3e7c..dd163435ef38 100644 --- a/sysutils/chezmoi/distinfo +++ b/sysutils/chezmoi/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1631563464 -SHA256 (twpayne-chezmoi-v2.4.0_GH0.tar.gz) = 1a183c2d3d0d46314ae3647a5c014367948639800bf1b64208f19c7defc8f674 -SIZE (twpayne-chezmoi-v2.4.0_GH0.tar.gz) = 2309832 +TIMESTAMP = 1633029367 +SHA256 (twpayne-chezmoi-v2.5.1_GH0.tar.gz) = 94ad37776ec47fd2865f3bcf56a090592e92d56558811d10fb0a331e146b899f +SIZE (twpayne-chezmoi-v2.5.1_GH0.tar.gz) = 2318239 SHA256 (FiloSottile-age-v1.0.0_GH0.tar.gz) = 8d27684f62f9dc74014035e31619e2e07f8b56257b1075560456cbf05ddbcfce SIZE (FiloSottile-age-v1.0.0_GH0.tar.gz) = 59682 SHA256 (Masterminds-goutils-v1.1.1_GH0.tar.gz) = 6eed023c54f386a71f360e19d34f7a43e640ac44dfc39c22ad4afd7ae04aaa3d @@ -11,8 +11,8 @@ SHA256 (Masterminds-sprig-v3.2.2_GH0.tar.gz) = 877f3d46e9eadec5644944ac265dd960f SIZE (Masterminds-sprig-v3.2.2_GH0.tar.gz) = 55500 SHA256 (Microsoft-go-winio-v0.5.0_GH0.tar.gz) = 82c90c7289b8885d4ecf8f8739399200f69bf7ff0d6ac9715d9f5b0f29a8f49d SIZE (Microsoft-go-winio-v0.5.0_GH0.tar.gz) = 88506 -SHA256 (ProtonMail-go-crypto-52430bf6b52c_GH0.tar.gz) = fdbf47974a03b3adcf3302bab2d5d325b16e31c550e960523a08f2462219cffd -SIZE (ProtonMail-go-crypto-52430bf6b52c_GH0.tar.gz) = 308452 +SHA256 (ProtonMail-go-crypto-87db9fbc61c7_GH0.tar.gz) = 94ccf8e23db231fadde7899f343bfb3f05ea15cbaecf0197aff9654ad53151c2 +SIZE (ProtonMail-go-crypto-87db9fbc61c7_GH0.tar.gz) = 308617 SHA256 (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 9d34d4a015aa069649b951c36d4dc50fdbf6a2075717812ba68b9260d5c79986 SIZE (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 3020 SHA256 (alecthomas-chroma-v0.9.2_GH0.tar.gz) = a669dcfd1f53c36fd952e290ed19371f60fa4905a9abdedf9e4d70a38b0e61f8 @@ -55,8 +55,8 @@ SHA256 (go-git-go-billy-v5.3.1_GH0.tar.gz) = 7d715d7cf11f731dc0466bf93903ba7fe6a SIZE (go-git-go-billy-v5.3.1_GH0.tar.gz) = 29365 SHA256 (go-git-go-git-v5.4.2_GH0.tar.gz) = bbdb5f61f027fb949f4091160e26af07c62ca80089b6efbb4d524c69158bbdcf SIZE (go-git-go-git-v5.4.2_GH0.tar.gz) = 461782 -SHA256 (go-ini-ini-v1.63.0_GH0.tar.gz) = c3c760c1733dee3d1186e5679125521364061c2bebc3dfafc522bcc39a9b05d0 -SIZE (go-ini-ini-v1.63.0_GH0.tar.gz) = 50612 +SHA256 (go-ini-ini-v1.63.2_GH0.tar.gz) = c28487b3236abf9c7b4c3be7d20b99e9876f2c31fe0dc1bace7c6715c09339a6 +SIZE (go-ini-ini-v1.63.2_GH0.tar.gz) = 50698 SHA256 (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 4712c4ceae321433d8c1d9ebc6afd154d7932c849129ded48b1c4a51c21275e8 SIZE (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 3769 SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58dad885e2c44a16359d2f64b71d1d1f692a @@ -67,22 +67,22 @@ SHA256 (godbus-dbus-v5.0.5_GH0.tar.gz) = 2dbdf33c1e832f956c947542d7994121a7bab47 SIZE (godbus-dbus-v5.0.5_GH0.tar.gz) = 71113 SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 -SHA256 (golang-crypto-32db794688a5_GH0.tar.gz) = c971927593630ecfa6531da54a579bf04186c354e365975cd86ea0e4c2c82fb7 -SIZE (golang-crypto-32db794688a5_GH0.tar.gz) = 1732714 -SHA256 (golang-net-a5e095526f91_GH0.tar.gz) = 5a161ad02a6c26e3297b5dff889890e1893f9937e01b5ce3a0bcd196e4c69cc4 -SIZE (golang-net-a5e095526f91_GH0.tar.gz) = 1254701 +SHA256 (golang-crypto-089bfa567519_GH0.tar.gz) = 2ed1af12d13ad0cfe08ac49d51dfad4b8d7f5e4693fbddfa3ef53bd80c9555ab +SIZE (golang-crypto-089bfa567519_GH0.tar.gz) = 1734789 +SHA256 (golang-net-e81a3d93ecf6_GH0.tar.gz) = 6839bd05cf6948ec3db09e322241346d48325e018751f0017f90b082a6f1cf3a +SIZE (golang-net-e81a3d93ecf6_GH0.tar.gz) = 1261073 SHA256 (golang-oauth2-2bc19b11175f_GH0.tar.gz) = 0c48c35f7a2770bfa38cac8cd2f851599c4de73811389c3a01f1db1e1eb93d33 SIZE (golang-oauth2-2bc19b11175f_GH0.tar.gz) = 85667 SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3 SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 -SHA256 (golang-sys-528a39cd75f3_GH0.tar.gz) = 7db2d5679f8593ba23592a38d92c9e07f1faf9baa49f5dc06bc01c57af70d1ab -SIZE (golang-sys-528a39cd75f3_GH0.tar.gz) = 1211428 -SHA256 (golang-term-6886f2dfbf5b_GH0.tar.gz) = e2e151fcf388487e6d70ce589408f9848a78843a790e3bae5409c86b10493bf9 -SIZE (golang-term-6886f2dfbf5b_GH0.tar.gz) = 14933 +SHA256 (golang-sys-39ccf1dd6fa6_GH0.tar.gz) = 91b6b5c8e7793ebdcbdf014bc1695bbcf1ea171abdcdb56ca0b3f4a9bc3f60ee +SIZE (golang-sys-39ccf1dd6fa6_GH0.tar.gz) = 1211355 +SHA256 (golang-term-03fcf44c2211_GH0.tar.gz) = 1919967c8fbf15de9261a2315d90072357524ee557d7df106b426def02a8e5f3 +SIZE (golang-term-03fcf44c2211_GH0.tar.gz) = 14972 SHA256 (golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26 SIZE (golang-text-v0.3.7_GH0.tar.gz) = 8354718 -SHA256 (google-go-github-v39.0.0_GH0.tar.gz) = 3b17c08683ebd4f837e77dc6b25e74834d01bc43fef7916a1b2471b7fdd7e501 -SIZE (google-go-github-v39.0.0_GH0.tar.gz) = 560175 +SHA256 (google-go-github-v39.1.0_GH0.tar.gz) = c09e6f18cea178966c3f7993179f65560613251bde8747dbffcda3e2e58b0ed9 +SIZE (google-go-github-v39.1.0_GH0.tar.gz) = 563035 SHA256 (google-go-querystring-v1.1.0_GH0.tar.gz) = a5641dee688eb2c733608ce5a88d8181c93ad9f5083fd97fadbccb91afad9a56 SIZE (google-go-querystring-v1.1.0_GH0.tar.gz) = 10423 SHA256 (google-gops-v0.3.20_GH0.tar.gz) = db75b86f21755571b5662a221be02d855ee869dc17cd23cb2c0e339eefbbb518 @@ -91,8 +91,6 @@ SHA256 (google-renameio-v1.0.1_GH0.tar.gz) = 940b6a2f036652a375679afb880f8bb90ad SIZE (google-renameio-v1.0.1_GH0.tar.gz) = 10480 SHA256 (google-uuid-v1.3.0_GH0.tar.gz) = 7f7f37c47980e0afcc178a9ffc390bec29ed2371919b4c07658eb01791a7f921 SIZE (google-uuid-v1.3.0_GH0.tar.gz) = 16210 -SHA256 (gopherjs-gopherjs-fce0ec30dd00_GH0.tar.gz) = faff30d83ca8680d6f4cc6a63f15c5dad27155b177c886241000020f7625715d -SIZE (gopherjs-gopherjs-fce0ec30dd00_GH0.tar.gz) = 228662 SHA256 (gorilla-css-v1.0.0_GH0.tar.gz) = 9decf83063b85bcd5392f645fac322e986b5fc596b3e44c3be02ee5939106f4c SIZE (gorilla-css-v1.0.0_GH0.tar.gz) = 6443 SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 @@ -121,8 +119,8 @@ SHA256 (mitchellh-copystructure-v1.2.0_GH0.tar.gz) = 0f3c6a9d91d695470c22acaba39 SIZE (mitchellh-copystructure-v1.2.0_GH0.tar.gz) = 9951 SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 -SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048 -SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826 +SHA256 (mitchellh-mapstructure-v1.4.2_GH0.tar.gz) = 640c852b5818ba4b4d756e268048dff4acbb18273ec1ce5df4f16537567b37d8 +SIZE (mitchellh-mapstructure-v1.4.2_GH0.tar.gz) = 28304 SHA256 (mitchellh-reflectwalk-v1.0.2_GH0.tar.gz) = 62ef93bcd6ef48e5dbb4b3aefffb44b7d7e1d56ab2aa8541734b8448ae9ef996 SIZE (mitchellh-reflectwalk-v1.0.2_GH0.tar.gz) = 6854 SHA256 (muesli-combinator-v0.3.0_GH0.tar.gz) = 8117bfae420c5e6027aaea5cd179e945f250df83ece47fe3b8546196106df6be @@ -153,8 +151,6 @@ SHA256 (sergi-go-diff-v1.1.0_GH0.tar.gz) = 3d4362670655e970366d555418f3c8d179c21 SIZE (sergi-go-diff-v1.1.0_GH0.tar.gz) = 43552 SHA256 (shopspring-decimal-v1.2.0_GH0.tar.gz) = 59fa76645f63d7383d3f306fe2f7136d923e2aa514d9a9353938d9654b842f58 SIZE (shopspring-decimal-v1.2.0_GH0.tar.gz) = 37755 -SHA256 (smartystreets-assertions-v1.2.0_GH0.tar.gz) = b1b6becbca1d6375d426461d95c7daf5532770e4747b4ee600627d97aae10f87 -SIZE (smartystreets-assertions-v1.2.0_GH0.tar.gz) = 82193 SHA256 (spf13-afero-v1.6.0_GH0.tar.gz) = d1942de010ac7932bd21618aaf478b4f1413980449c061032f18beac7805d068 SIZE (spf13-afero-v1.6.0_GH0.tar.gz) = 62130 SHA256 (spf13-cast-v1.4.1_GH0.tar.gz) = 3d099a48b75a66ac52dbb473c93096076dca752af51087b8d163e15e5de721f8 @@ -165,8 +161,8 @@ SHA256 (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 4fd850a792c5738954c4801cf54 SIZE (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 6871 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (spf13-viper-v1.8.1_GH0.tar.gz) = af59d3ee994ab946c6bdce204a481e82d6c8f3eca97d80ccd72d89a5555bba59 -SIZE (spf13-viper-v1.8.1_GH0.tar.gz) = 94755 +SHA256 (spf13-viper-v1.9.0_GH0.tar.gz) = ee126f75f6c2e0581c4bd99e98194792056449ced9232d236ff0015e883900b6 +SIZE (spf13-viper-v1.9.0_GH0.tar.gz) = 99701 SHA256 (stretchr-objx-v0.3.0_GH0.tar.gz) = 831cb044305e573d9ed18928b87feb1d31d1f17f3f54ec962d037c36f5463e24 SIZE (stretchr-objx-v0.3.0_GH0.tar.gz) = 80456 SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 @@ -187,8 +183,8 @@ SHA256 (xanzy-ssh-agent-v0.3.1_GH0.tar.gz) = 6c2fb46ae13198250d56d4b26cc8fedd468 SIZE (xanzy-ssh-agent-v0.3.1_GH0.tar.gz) = 8622 SHA256 (yuin-goldmark-emoji-v1.0.1_GH0.tar.gz) = 9188fe9ed18f4560fdae3577a4bb63e3cbd20e0ae4ed68ae1058788b6aa0cec0 SIZE (yuin-goldmark-emoji-v1.0.1_GH0.tar.gz) = 31694 -SHA256 (yuin-goldmark-v1.4.0_GH0.tar.gz) = b2f12630e5d0bedd4a6952bb35d4ad3056f1a40342fb2dccdc78e0ec6c1c513b -SIZE (yuin-goldmark-v1.4.0_GH0.tar.gz) = 234024 +SHA256 (yuin-goldmark-v1.4.1_GH0.tar.gz) = c6c718058e63b32876c597fa709d8e84382cb567eae3b010014400853b48592a +SIZE (yuin-goldmark-v1.4.1_GH0.tar.gz) = 236176 SHA256 (zalando-go-keyring-v0.1.1_GH0.tar.gz) = 08971e1a330ec954b778cde60a8484157f8f5a8e4ee4bd0b05874d624d902f04 SIZE (zalando-go-keyring-v0.1.1_GH0.tar.gz) = 10007 SHA256 (DHowett-go-plist-1454fab16a06_GH0.tar.gz) = 9f239acbb8e2994e13e6b309b60c5b9eb8e165158d20f9e9f5f9b36c85811856 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 19:53:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 623126B6F48; Thu, 30 Sep 2021 19:53:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL3nj25jyz4m7p; Thu, 30 Sep 2021 19:53:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27D1211FA0; Thu, 30 Sep 2021 19:53:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UJrDiH020189; Thu, 30 Sep 2021 19:53:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UJrDAS020188; Thu, 30 Sep 2021 19:53:13 GMT (envelope-from git) Date: Thu, 30 Sep 2021 19:53:13 GMT Message-Id: <202109301953.18UJrDAS020188@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 222f3bb45a79 - main - math/py-optuna: Switch to alembic 1.4.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 222f3bb45a79044dbe576353326e6a494993d2f1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:53:13 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=222f3bb45a79044dbe576353326e6a494993d2f1 commit 222f3bb45a79044dbe576353326e6a494993d2f1 Author: Muhammad Moinur Rahman AuthorDate: 2021-09-30 19:50:33 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-09-30 19:52:39 +0000 math/py-optuna: Switch to alembic 1.4.x - This is required as part of updating databases/py-alembic PR: 258793 Approved by: nc --- math/py-optuna/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/py-optuna/Makefile b/math/py-optuna/Makefile index e89fea95bf7b..ac8b82b52a34 100644 --- a/math/py-optuna/Makefile +++ b/math/py-optuna/Makefile @@ -1,5 +1,6 @@ PORTNAME= optuna DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= math # machine-learning MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,7 @@ COMMENT= Hyperparameter optimization framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>0:databases/py-alembic@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic14>0:databases/py-alembic14@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cliff>0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cmaes>0:math/py-cmaes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog@${PY_FLAVOR} \ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 20:04:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C1E6C6B749B; Thu, 30 Sep 2021 20:04:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL43F542Cz4mfJ; Thu, 30 Sep 2021 20:04:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E9C512226; Thu, 30 Sep 2021 20:04:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UK4vCY034144; Thu, 30 Sep 2021 20:04:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UK4vat034143; Thu, 30 Sep 2021 20:04:57 GMT (envelope-from git) Date: Thu, 30 Sep 2021 20:04:57 GMT Message-Id: <202109302004.18UK4vat034143@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 220c5f4afe13 - main - devel/basu: chase to the new home MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 220c5f4afe13a32976f008fb4248bf33c683a1a0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 20:04:57 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=220c5f4afe13a32976f008fb4248bf33c683a1a0 commit 220c5f4afe13a32976f008fb4248bf33c683a1a0 Author: Jan Beich AuthorDate: 2021-09-30 20:02:15 +0000 Commit: Jan Beich CommitDate: 2021-09-30 20:04:04 +0000 devel/basu: chase to the new home https://github.com/emersion/basu/commit/9ff82e33e501 "This repository has been archived by the owner. It is now read-only." --- devel/basu/Makefile | 5 ++--- devel/basu/distinfo | 16 ++++++++-------- devel/basu/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/devel/basu/Makefile b/devel/basu/Makefile index a0b9c021fb46..4c3a812d9b1c 100644 --- a/devel/basu/Makefile +++ b/devel/basu/Makefile @@ -3,8 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 PORTREVISION= 1 CATEGORIES= devel +MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCH_SITES= https://git.sr.ht/~emersion/${PORTNAME}/commit/ PATCHFILES+= 928a746f7ebd.patch:-p1 # https://github.com/emersion/basu/pull/35 PATCHFILES+= 4277dfe8077c.patch:-p1 # https://github.com/emersion/basu/pull/35 PATCHFILES+= f12a4efd8cb7.patch:-p1 # https://github.com/emersion/basu/pull/40 @@ -16,9 +17,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL2.1 USES= compiler:c11 gperf meson python:build shebangfix -USE_GITHUB= yes USE_LDCONFIG= yes -GH_ACCOUNT= emersion SHEBANG_FILES= src/basic/generate-gperfs.py .if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld diff --git a/devel/basu/distinfo b/devel/basu/distinfo index 61bc8249e070..1924fd1e4c6d 100644 --- a/devel/basu/distinfo +++ b/devel/basu/distinfo @@ -1,9 +1,9 @@ TIMESTAMP = 1609941411 -SHA256 (emersion-basu-v0.2.0_GH0.tar.gz) = e2fda9b69fc6c4530173fcf8db94c29aa5f3ed932d948cc6a31892623cde5e4b -SIZE (emersion-basu-v0.2.0_GH0.tar.gz) = 238861 -SHA256 (928a746f7ebd.patch) = 8f8de0e5a09fcd6a82fc0fa55068655da2961492655770486e364de740502633 -SIZE (928a746f7ebd.patch) = 936 -SHA256 (4277dfe8077c.patch) = 8620073c6204c2c7afa6c20a75942e085a7bc57451bf938b127a5103459c72b2 -SIZE (4277dfe8077c.patch) = 863 -SHA256 (f12a4efd8cb7.patch) = 96e1b12be251d4ce49e8ffb05d0af06e1d0a70fc5324cdc82a5bfcc1d6fca1f5 -SIZE (f12a4efd8cb7.patch) = 1281 +SHA256 (basu-v0.2.0.tar.gz) = 673006f9ded754963249024b30319d7179665fde5a685d4b3b1a98d1a209a951 +SIZE (basu-v0.2.0.tar.gz) = 238871 +SHA256 (928a746f7ebd.patch) = d42af762217f7e0f189dcc1221d0ae6779d9e4be079acf9920e2585ecfd6e3c4 +SIZE (928a746f7ebd.patch) = 948 +SHA256 (4277dfe8077c.patch) = a382955269652ddc3b6190512b77975e3ef9bcd140e02c1f5a395a16a9fdd7f8 +SIZE (4277dfe8077c.patch) = 875 +SHA256 (f12a4efd8cb7.patch) = 652fb79fc005038dca30bd893623cad147fa5adef40627ab490ba366f8d94cd7 +SIZE (f12a4efd8cb7.patch) = 1293 diff --git a/devel/basu/pkg-descr b/devel/basu/pkg-descr index c774b9699df4..9d8d181a3c8e 100644 --- a/devel/basu/pkg-descr +++ b/devel/basu/pkg-descr @@ -2,4 +2,4 @@ Some projects rely on the sd-bus library for DBus support. However not all systems have systemd or elogind installed. This library provides just sd-bus (and the "busctl" utility). -WWW: https://github.com/emersion/basu +WWW: https://sr.ht/~emersion/basu/ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 20:05:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B26E76B7616; Thu, 30 Sep 2021 20:05:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL43x4f3Xz4mfP; Thu, 30 Sep 2021 20:05:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F0601240A; Thu, 30 Sep 2021 20:05:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UK5XGk034310; Thu, 30 Sep 2021 20:05:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UK5XHR034309; Thu, 30 Sep 2021 20:05:33 GMT (envelope-from git) Date: Thu, 30 Sep 2021 20:05:33 GMT Message-Id: <202109302005.18UK5XHR034309@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 1f0368c7e810 - 2021Q3 - devel/basu: chase to the new home MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 1f0368c7e8108dc8d0fa716054af4be6091426a8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 20:05:33 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f0368c7e8108dc8d0fa716054af4be6091426a8 commit 1f0368c7e8108dc8d0fa716054af4be6091426a8 Author: Jan Beich AuthorDate: 2021-09-30 20:02:15 +0000 Commit: Jan Beich CommitDate: 2021-09-30 20:05:08 +0000 devel/basu: chase to the new home https://github.com/emersion/basu/commit/9ff82e33e501 "This repository has been archived by the owner. It is now read-only." (cherry picked from commit 220c5f4afe13a32976f008fb4248bf33c683a1a0) --- devel/basu/Makefile | 5 ++--- devel/basu/distinfo | 16 ++++++++-------- devel/basu/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/devel/basu/Makefile b/devel/basu/Makefile index a0b9c021fb46..4c3a812d9b1c 100644 --- a/devel/basu/Makefile +++ b/devel/basu/Makefile @@ -3,8 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 PORTREVISION= 1 CATEGORIES= devel +MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCH_SITES= https://git.sr.ht/~emersion/${PORTNAME}/commit/ PATCHFILES+= 928a746f7ebd.patch:-p1 # https://github.com/emersion/basu/pull/35 PATCHFILES+= 4277dfe8077c.patch:-p1 # https://github.com/emersion/basu/pull/35 PATCHFILES+= f12a4efd8cb7.patch:-p1 # https://github.com/emersion/basu/pull/40 @@ -16,9 +17,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL2.1 USES= compiler:c11 gperf meson python:build shebangfix -USE_GITHUB= yes USE_LDCONFIG= yes -GH_ACCOUNT= emersion SHEBANG_FILES= src/basic/generate-gperfs.py .if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld diff --git a/devel/basu/distinfo b/devel/basu/distinfo index 61bc8249e070..1924fd1e4c6d 100644 --- a/devel/basu/distinfo +++ b/devel/basu/distinfo @@ -1,9 +1,9 @@ TIMESTAMP = 1609941411 -SHA256 (emersion-basu-v0.2.0_GH0.tar.gz) = e2fda9b69fc6c4530173fcf8db94c29aa5f3ed932d948cc6a31892623cde5e4b -SIZE (emersion-basu-v0.2.0_GH0.tar.gz) = 238861 -SHA256 (928a746f7ebd.patch) = 8f8de0e5a09fcd6a82fc0fa55068655da2961492655770486e364de740502633 -SIZE (928a746f7ebd.patch) = 936 -SHA256 (4277dfe8077c.patch) = 8620073c6204c2c7afa6c20a75942e085a7bc57451bf938b127a5103459c72b2 -SIZE (4277dfe8077c.patch) = 863 -SHA256 (f12a4efd8cb7.patch) = 96e1b12be251d4ce49e8ffb05d0af06e1d0a70fc5324cdc82a5bfcc1d6fca1f5 -SIZE (f12a4efd8cb7.patch) = 1281 +SHA256 (basu-v0.2.0.tar.gz) = 673006f9ded754963249024b30319d7179665fde5a685d4b3b1a98d1a209a951 +SIZE (basu-v0.2.0.tar.gz) = 238871 +SHA256 (928a746f7ebd.patch) = d42af762217f7e0f189dcc1221d0ae6779d9e4be079acf9920e2585ecfd6e3c4 +SIZE (928a746f7ebd.patch) = 948 +SHA256 (4277dfe8077c.patch) = a382955269652ddc3b6190512b77975e3ef9bcd140e02c1f5a395a16a9fdd7f8 +SIZE (4277dfe8077c.patch) = 875 +SHA256 (f12a4efd8cb7.patch) = 652fb79fc005038dca30bd893623cad147fa5adef40627ab490ba366f8d94cd7 +SIZE (f12a4efd8cb7.patch) = 1293 diff --git a/devel/basu/pkg-descr b/devel/basu/pkg-descr index c774b9699df4..9d8d181a3c8e 100644 --- a/devel/basu/pkg-descr +++ b/devel/basu/pkg-descr @@ -2,4 +2,4 @@ Some projects rely on the sd-bus library for DBus support. However not all systems have systemd or elogind installed. This library provides just sd-bus (and the "busctl" utility). -WWW: https://github.com/emersion/basu +WWW: https://sr.ht/~emersion/basu/ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 20:09:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE2376B73C7; Thu, 30 Sep 2021 20:09:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL4916MYYz4n44; Thu, 30 Sep 2021 20:09:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA3A71240B; Thu, 30 Sep 2021 20:09:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UK9v5f034710; Thu, 30 Sep 2021 20:09:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UK9v2A034709; Thu, 30 Sep 2021 20:09:57 GMT (envelope-from git) Date: Thu, 30 Sep 2021 20:09:57 GMT Message-Id: <202109302009.18UK9v2A034709@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: bcd938765b35 - main - x11/kanshi: chase to the new home MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bcd938765b350a14aac59575b4a85c6afe8429ce Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 20:09:58 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcd938765b350a14aac59575b4a85c6afe8429ce commit bcd938765b350a14aac59575b4a85c6afe8429ce Author: Jan Beich AuthorDate: 2021-09-30 20:08:53 +0000 Commit: Jan Beich CommitDate: 2021-09-30 20:08:53 +0000 x11/kanshi: chase to the new home https://github.com/emersion/kanshi/commit/0faad7544323 "This repository has been archived by the owner. It is now read-only." --- x11/kanshi/Makefile | 3 +-- x11/kanshi/distinfo | 4 ++-- x11/kanshi/pkg-descr | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile index 22aa94aeceba..d86391b66425 100644 --- a/x11/kanshi/Makefile +++ b/x11/kanshi/Makefile @@ -2,6 +2,7 @@ PORTNAME= kanshi DISTVERSIONPREFIX= v PORTVERSION= 1.2.0 CATEGORIES= x11 +MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic display configuration for Wayland @@ -12,8 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= compiler:c11 meson pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= emersion PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= MANPAGES diff --git a/x11/kanshi/distinfo b/x11/kanshi/distinfo index 533a498dec38..7dea427adcb5 100644 --- a/x11/kanshi/distinfo +++ b/x11/kanshi/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1624517340 -SHA256 (emersion-kanshi-v1.2.0_GH0.tar.gz) = 144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4 -SIZE (emersion-kanshi-v1.2.0_GH0.tar.gz) = 16501 +SHA256 (kanshi-v1.2.0.tar.gz) = 42b49ef68b5381fe2de99b29db0e05732523e8d3988193b01e8e5e2028ef2298 +SIZE (kanshi-v1.2.0.tar.gz) = 16496 diff --git a/x11/kanshi/pkg-descr b/x11/kanshi/pkg-descr index 19f799cb0788..27ebec1230d4 100644 --- a/x11/kanshi/pkg-descr +++ b/x11/kanshi/pkg-descr @@ -5,4 +5,4 @@ turn a laptop's internal screen off when docked. This is a Wayland equivalent for tools like autorandr. kanshi can be used on Wayland compositors supporting wlr-output-management protocol. -WWW: https://wayland.emersion.fr/kanshi/ +WWW: https://sr.ht/~emersion/kanshi/ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 20:10:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AFA9A6B7416; Thu, 30 Sep 2021 20:10:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL49Q4c0rz4myh; Thu, 30 Sep 2021 20:10:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7DFA211FC5; Thu, 30 Sep 2021 20:10:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UKAISD041552; Thu, 30 Sep 2021 20:10:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UKAI7u041546; Thu, 30 Sep 2021 20:10:18 GMT (envelope-from git) Date: Thu, 30 Sep 2021 20:10:18 GMT Message-Id: <202109302010.18UKAI7u041546@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 067193843957 - 2021Q3 - x11/kanshi: chase to the new home MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 06719384395709157ea2781e760ae8e694c70ea6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 20:10:18 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=06719384395709157ea2781e760ae8e694c70ea6 commit 06719384395709157ea2781e760ae8e694c70ea6 Author: Jan Beich AuthorDate: 2021-09-30 20:08:53 +0000 Commit: Jan Beich CommitDate: 2021-09-30 20:10:08 +0000 x11/kanshi: chase to the new home https://github.com/emersion/kanshi/commit/0faad7544323 "This repository has been archived by the owner. It is now read-only." (cherry picked from commit bcd938765b350a14aac59575b4a85c6afe8429ce) --- x11/kanshi/Makefile | 3 +-- x11/kanshi/distinfo | 4 ++-- x11/kanshi/pkg-descr | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile index 22aa94aeceba..d86391b66425 100644 --- a/x11/kanshi/Makefile +++ b/x11/kanshi/Makefile @@ -2,6 +2,7 @@ PORTNAME= kanshi DISTVERSIONPREFIX= v PORTVERSION= 1.2.0 CATEGORIES= x11 +MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic display configuration for Wayland @@ -12,8 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= compiler:c11 meson pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= emersion PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= MANPAGES diff --git a/x11/kanshi/distinfo b/x11/kanshi/distinfo index 533a498dec38..7dea427adcb5 100644 --- a/x11/kanshi/distinfo +++ b/x11/kanshi/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1624517340 -SHA256 (emersion-kanshi-v1.2.0_GH0.tar.gz) = 144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4 -SIZE (emersion-kanshi-v1.2.0_GH0.tar.gz) = 16501 +SHA256 (kanshi-v1.2.0.tar.gz) = 42b49ef68b5381fe2de99b29db0e05732523e8d3988193b01e8e5e2028ef2298 +SIZE (kanshi-v1.2.0.tar.gz) = 16496 diff --git a/x11/kanshi/pkg-descr b/x11/kanshi/pkg-descr index 19f799cb0788..27ebec1230d4 100644 --- a/x11/kanshi/pkg-descr +++ b/x11/kanshi/pkg-descr @@ -5,4 +5,4 @@ turn a laptop's internal screen off when docked. This is a Wayland equivalent for tools like autorandr. kanshi can be used on Wayland compositors supporting wlr-output-management protocol. -WWW: https://wayland.emersion.fr/kanshi/ +WWW: https://sr.ht/~emersion/kanshi/ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 20:17:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CC766B7909; Thu, 30 Sep 2021 20:17:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL4Kf72yrz4nYG; Thu, 30 Sep 2021 20:17:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE7B01243C; Thu, 30 Sep 2021 20:17:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UKHQis047768; Thu, 30 Sep 2021 20:17:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UKHQLq047767; Thu, 30 Sep 2021 20:17:26 GMT (envelope-from git) Date: Thu, 30 Sep 2021 20:17:26 GMT Message-Id: <202109302017.18UKHQLq047767@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 6a5a9cc088e5 - main - astro/py-ephem: Update to 4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6a5a9cc088e5b85b084d9d8c9cc21df6bfeb07a8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 20:17:27 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a5a9cc088e5b85b084d9d8c9cc21df6bfeb07a8 commit 6a5a9cc088e5b85b084d9d8c9cc21df6bfeb07a8 Author: Rainer Hurling AuthorDate: 2021-09-30 19:44:35 +0000 Commit: Rainer Hurling CommitDate: 2021-09-30 20:17:18 +0000 astro/py-ephem: Update to 4.1 Changelog: https://github.com/brandon-rhodes/pyephem/compare/4.0.0.2...96e5fe5 Reported by: Repology --- astro/py-ephem/Makefile | 2 +- astro/py-ephem/distinfo | 6 +++--- astro/py-ephem/files/patch-ephem_tests_test__satellite.py | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/astro/py-ephem/Makefile b/astro/py-ephem/Makefile index 66965aab04e9..92aed6b5f840 100644 --- a/astro/py-ephem/Makefile +++ b/astro/py-ephem/Makefile @@ -1,7 +1,7 @@ # Created by: db PORTNAME= ephem -PORTVERSION= 4.0.0.2 +PORTVERSION= 4.1 CATEGORIES= astro math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-ephem/distinfo b/astro/py-ephem/distinfo index d0621a1c4e9e..4da09e18e21e 100644 --- a/astro/py-ephem/distinfo +++ b/astro/py-ephem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623752859 -SHA256 (ephem-4.0.0.2.tar.gz) = d03de73ebf6a91681d597eb5b5d43bcf6f0c67e292bba2f9a974734b4f15757e -SIZE (ephem-4.0.0.2.tar.gz) = 738626 +TIMESTAMP = 1633030603 +SHA256 (ephem-4.1.tar.gz) = c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6 +SIZE (ephem-4.1.tar.gz) = 1254139 diff --git a/astro/py-ephem/files/patch-ephem_tests_test__satellite.py b/astro/py-ephem/files/patch-ephem_tests_test__satellite.py deleted file mode 100644 index 498c97246dfd..000000000000 --- a/astro/py-ephem/files/patch-ephem_tests_test__satellite.py +++ /dev/null @@ -1,11 +0,0 @@ ---- ephem/tests/test_satellite.py.orig 2021-06-12 19:13:26 UTC -+++ ephem/tests/test_satellite.py -@@ -21,7 +21,7 @@ class SatelliteTests(unittest.TestCase): - lines = list(tle_lines) - lines[1] = lines[1][:-1] + '1' - expected = 'incorrect TLE checksum at end of line' -- self.assertRaisesRegexp(ValueError, expected, ephem.readtle, *lines) -+ self.assertRaisesRegex(ValueError, expected, ephem.readtle, *lines) - - def test_normal_methods(self): - for which in ['previous', 'next']: From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 20:38:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B06F6B7D27; Thu, 30 Sep 2021 20:38:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL4p50g00z4pgK; Thu, 30 Sep 2021 20:38:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6AC3129A4; Thu, 30 Sep 2021 20:38:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UKca7I074952; Thu, 30 Sep 2021 20:38:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UKcaQl074951; Thu, 30 Sep 2021 20:38:36 GMT (envelope-from git) Date: Thu, 30 Sep 2021 20:38:36 GMT Message-Id: <202109302038.18UKcaQl074951@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: b19fd158df56 - main - cleanup: Remove expired ports: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b19fd158df56a285dcd38cc7310e908b05ecb982 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 20:38:37 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=b19fd158df56a285dcd38cc7310e908b05ecb982 commit b19fd158df56a285dcd38cc7310e908b05ecb982 Author: Rene Ladan AuthorDate: 2021-09-30 20:18:31 +0000 Commit: Rene Ladan CommitDate: 2021-09-30 20:19:24 +0000 cleanup: Remove expired ports: devel/erlang-exmpp: last upstream patches over 10 years ago sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018 2021-09-30 www/squid3: Unsupported by upstream 2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported. 2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use security/py-paramiko 2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD 11 EOL 2021-09-30 security/openca-tools-forked: Use modern port security/libscep instead 2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use multimedia/webcamd instead 2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported. 2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD 11 EOL 2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x) --- MOVED | 11 + devel/Makefile | 1 - devel/erlang-exmpp/Makefile | 66 - devel/erlang-exmpp/distinfo | 2 - devel/erlang-exmpp/files/patch-doc_Makefile.am | 10 - devel/erlang-exmpp/pkg-descr | 13 - devel/erlang-exmpp/pkg-plist | 118 -- mail/Makefile | 1 - mail/postfix35/Makefile | 371 ---- mail/postfix35/distinfo | 3 - mail/postfix35/files/extra-patch-blacklistd | 69 - mail/postfix35/files/mailer.conf.postfix.in | 7 - mail/postfix35/files/patch-makedefs | 45 - .../patch-src_posttls-finger_posttls-finger.c | 22 - mail/postfix35/files/patch-src_tls_tls__certkey.c | 11 - mail/postfix35/files/patch-src_tls_tls__server.c | 12 - mail/postfix35/files/patch-src_util_sys__defs.h | 12 - mail/postfix35/files/pkg-install.in | 189 -- mail/postfix35/files/pkg-message.in | 44 - mail/postfix35/files/postfix.in | 50 - mail/postfix35/pkg-descr | 15 - mail/postfix35/pkg-help | 15 - mail/postfix35/pkg-plist | 190 -- multimedia/Makefile | 1 - multimedia/sms1xxx-kmod/Makefile | 110 - multimedia/sms1xxx-kmod/distinfo | 2 - multimedia/sms1xxx-kmod/files/patch-8cf5b276 | 31 - multimedia/sms1xxx-kmod/files/patch-Makefile | 13 - .../sms1xxx-kmod/files/patch-firmwares-Makefile | 12 - multimedia/sms1xxx-kmod/files/pkg-message.in | 21 - multimedia/sms1xxx-kmod/pkg-descr | 11 - multimedia/sms1xxx-kmod/pkg-plist | 5 - security/Makefile | 2 - security/openca-tools-forked/Makefile | 38 - security/openca-tools-forked/distinfo | 3 - security/openca-tools-forked/pkg-descr | 6 - security/openca-tools-forked/pkg-plist | 5 - security/py-paramiko1/Makefile | 29 - security/py-paramiko1/distinfo | 3 - security/py-paramiko1/pkg-descr | 6 - sysutils/Makefile | 5 - sysutils/cfengine-masterfiles310/Makefile | 40 - sysutils/cfengine-masterfiles310/distinfo | 3 - sysutils/cfengine-masterfiles310/pkg-descr | 10 - sysutils/cfengine-masterfiles310/pkg-plist | 134 -- sysutils/cfengine-masterfiles311/Makefile | 38 - sysutils/cfengine-masterfiles311/distinfo | 3 - sysutils/cfengine-masterfiles311/pkg-descr | 10 - sysutils/cfengine-masterfiles311/pkg-plist | 133 -- sysutils/cfengine310/Makefile | 86 - sysutils/cfengine310/distinfo | 3 - sysutils/cfengine310/files/cf-execd.in | 26 - sysutils/cfengine310/files/cf-monitord.in | 26 - sysutils/cfengine310/files/cf-serverd.in | 26 - sysutils/cfengine310/pkg-descr | 10 - sysutils/cfengine310/pkg-plist | 379 ---- sysutils/cfengine311/Makefile | 86 - sysutils/cfengine311/distinfo | 3 - sysutils/cfengine311/files/cf-execd.in | 26 - sysutils/cfengine311/files/cf-monitord.in | 26 - sysutils/cfengine311/files/cf-serverd.in | 26 - sysutils/cfengine311/pkg-descr | 10 - sysutils/cfengine311/pkg-plist | 393 ---- sysutils/showbeastie/Makefile | 57 - sysutils/showbeastie/files/patch-testmain.c | 72 - sysutils/showbeastie/pkg-descr | 1 - www/Makefile | 1 - www/squid3/Makefile | 313 --- www/squid3/distinfo | 3 - www/squid3/files/extra-patch-gen-stacktrace | 62 - www/squid3/files/patch-ServiceRep.cc | 11 - www/squid3/files/patch-compat_compat.h | 20 - www/squid3/files/patch-compat_shm.cc | 11 - www/squid3/files/patch-configure | 82 - www/squid3/files/patch-src-cf.data.pre | 13 - .../files/patch-src_DiskIO_Mmapped_MmappedFile.cc | 11 - www/squid3/files/patch-src__ip__Intercept.cc | 15 - www/squid3/files/patch-src_enums.h | 11 - www/squid3/files/patch-src_ipc_mem_Segment.cc | 11 - www/squid3/files/patch-src_ssl_gadgets.cc | 11 - www/squid3/files/patch-src_ssl_support.cc | 15 - www/squid3/files/patch-src_tools.cc | 11 - www/squid3/files/pkg-install.in | 67 - www/squid3/files/pkg-message.in | 53 - www/squid3/files/squid.in | 156 -- www/squid3/pkg-descr | 5 - www/squid3/pkg-plist | 2182 -------------------- 87 files changed, 11 insertions(+), 6260 deletions(-) diff --git a/MOVED b/MOVED index 95f660e1f6cd..46dd76627fa7 100644 --- a/MOVED +++ b/MOVED @@ -16487,3 +16487,14 @@ net-mgmt/zabbix52-proxy||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-server||2021-09-19|Has expired: Unsupported by upstream devel/py-pyyaml-env-tag|devel/py-pyyaml_env_tag|2021-09-28|Renamed to match upstream naming mail/opensmtpd-devel|mail/opensmtpd|2021-09-28|Has expired: move to offical releases +devel/erlang-exmpp||2021-09-30|Removed, last upstream patches over 10 years ago +sysutils/showbeastie||2021-09-30|Broken on FreeBSD 12 and above since 2018 +www/squid3|www/squid|2021-09-30|Has expired: Unsupported by upstream +sysutils/cfengine310|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported. +security/py-paramiko1|security/py-paramiko|2021-09-30|Has expired: Out of date version. No consumer now. Use security/py-paramiko +sysutils/cfengine-masterfiles310|sysutils/cfengine-masterfiles317|2021-09-30|Has expired: cfengine310 will retire at FreeBSD 11 EOL +security/openca-tools-forked|security/libscep|2021-09-30|Has expired: Use modern port security/libscep instead +multimedia/sms1xxx-kmod|multimedia/webcamd|2021-09-30|Has expired: Supports DVB API v3 only. Use multimedia/webcamd instead +sysutils/cfengine311|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported. +sysutils/cfengine-masterfiles311|sysutils/cfengine-masterfiles317|2021-09-30|Has expired: cfengine311 will retire at FreeBSD 11 EOL +mail/postfix35|mail/postfix|2021-09-30|Has expired: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x) diff --git a/devel/Makefile b/devel/Makefile index 2864e20cfb45..d83b64e5ac6e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -614,7 +614,6 @@ SUBDIR += erlang-cuttlefish SUBDIR += erlang-erlware_commons SUBDIR += erlang-esdl - SUBDIR += erlang-exmpp SUBDIR += erlang-folsom SUBDIR += erlang-gen_leader SUBDIR += erlang-gen_smtp diff --git a/devel/erlang-exmpp/Makefile b/devel/erlang-exmpp/Makefile deleted file mode 100644 index f66f8dd5963c..000000000000 --- a/devel/erlang-exmpp/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# Created by: Maxim Ignatenko - -PORTNAME= exmpp -PORTVERSION= 0.9.9 -DISTVERSIONPREFIX= v -PORTREVISION= 2 -CATEGORIES= devel net-im -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Fast and scalable library for XMPP written in Erlang/OTP - -BROKEN_SSL= openssl - -LICENSE= EPL - -BUILD_DEPENDS= erlc:lang/erlang \ - gsed:textproc/gsed -RUN_DEPENDS= erl:lang/erlang -LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libxml2.so:textproc/libxml2 - -USE_GITHUB= yes -GH_ACCOUNT= processone - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-static=yes \ - --enable-shared=yes \ - --with-erlang=${LOCALBASE} \ - --with-expat=${LOCALBASE} \ - --with-openssl=${OPENSSLBASE} \ - --disable-debug \ - --disable-warnings \ - --disable-examples \ - --enable-escaping-using-cdata -CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed -GNU_CONFIGURE_PREFIX= "${PREFIX}/lib/erlang/lib" -PLIST_SUB= VERSION=${PORTVERSION} -USES= autoreconf cpe libtool pkgconfig ssl -CPE_VENDOR= process-one - -OPTIONS_DEFINE= DOCS - -DOCS_CONFIGURE_ENABLE= documentation - -MAKE_JOBS_UNSAFE= yes - -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base -BROKEN= Does not support OpenSSL 1.1 -.endif - -post-configure: - ${REINPLACE_CMD} 's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/network/*.erl - ${REINPLACE_CMD} 's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/core/*.erl - ${MAKE_CMD} clean -C ${WRKSRC} - -post-install: -.for _file in exmpp_xml_expat_legacy.so exmpp_compress_zlib.so \ - exmpp_xml_expat.so exmpp_stringprep.so exmpp_xml_libxml2.so \ - exmpp_tls_openssl.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv/lib/${_file} -.endfor - -.include diff --git a/devel/erlang-exmpp/distinfo b/devel/erlang-exmpp/distinfo deleted file mode 100644 index d1a45f0f42d8..000000000000 --- a/devel/erlang-exmpp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (processone-exmpp-v0.9.9_GH0.tar.gz) = 5a648a62012904d77499af5cb784b8e2b1c7ea0ccd6aaa2c7598334eaa5922d2 -SIZE (processone-exmpp-v0.9.9_GH0.tar.gz) = 249698 diff --git a/devel/erlang-exmpp/files/patch-doc_Makefile.am b/devel/erlang-exmpp/files/patch-doc_Makefile.am deleted file mode 100644 index 1ec702e0d23e..000000000000 --- a/devel/erlang-exmpp/files/patch-doc_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- doc/Makefile.am.orig 2015-06-24 21:08:42 UTC -+++ doc/Makefile.am -@@ -15,7 +15,6 @@ ERL_SRCS = $(top_srcdir)/src/core/*.erl - HTML_FILES = index.html \ - modules-frame.html \ - overview-summary.html \ -- packages-frame.html \ - exmpp.html \ - exmpp_caps.html \ - exmpp_client_binding.html \ diff --git a/devel/erlang-exmpp/pkg-descr b/devel/erlang-exmpp/pkg-descr deleted file mode 100644 index 84c21309f5fa..000000000000 --- a/devel/erlang-exmpp/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -exmpp is a fast and scalable library for the Extensible Messaging and Presence -Protocol (XMPP) written in Erlang/OTP. - -Main features: - - Based on Erlang message reception and pattern matching. The programming - style is close to Erlang approach and lead to very short pieces of code. - - Support for both formating of client and server packets. - - Based on Erlang atoms and binary to limit memory consumption. It can be - used to write a highly scalable XMPP proxy or XMPP server. - - SSL support. - - Several different XML parsers can be used (expat, libxml2). - -WWW: https://support.process-one.net/doc/display/EXMPP/exmpp+home diff --git a/devel/erlang-exmpp/pkg-plist b/devel/erlang-exmpp/pkg-plist deleted file mode 100644 index bf44dd7c58da..000000000000 --- a/devel/erlang-exmpp/pkg-plist +++ /dev/null @@ -1,118 +0,0 @@ -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/ejabberd_socket.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/erlang.png -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_bosh.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_caps.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_binding.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_compression.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_disco.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_legacy_auth.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_privacy.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_pubsub.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_register.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_roster.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_sasl.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_session.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_tls.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_component.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_compress.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_dialback.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_internals.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_iq.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_jid.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_message.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_presence.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_binding.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_compression.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_legacy_auth.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_privacy.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_sasl.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_session.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_tls.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_session.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_socket.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stanza.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stream.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stringprep.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_sup.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_tls.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_utils.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_xml.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_xmlstream.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/index.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/modules-frame.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/overview-summary.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stringprep.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stylesheet.css -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/tls.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/xml.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/xml_stream.html -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.app -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.appup -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_bosh.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_caps.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_binding.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_compression.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_disco.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_legacy_auth.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_muc.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_privacy.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_pubsub.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_register.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_roster.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_sasl.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_session.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_tls.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_component.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_compress.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_dialback.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_dns.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_internals.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_iq.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_jid.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_attrs.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_elems.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_nss.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_message.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_presence.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_sasl_digest.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_binding.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_compression.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_legacy_auth.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_privacy.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_sasl.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_session.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_tls.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_session.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_socket.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stanza.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stream.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stringprep.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_sup.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_tls.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_utils.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_xml.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_xmlstream.beam -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_jid.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_caps.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_client.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_nss.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_xml.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_xmpp.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_attrs.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_elems.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_nss.hrl -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_compress_zlib.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_compress_zlib.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_stringprep.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_stringprep.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_tls_openssl.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_tls_openssl.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat_legacy.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat_legacy.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_libxml2.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_libxml2.so diff --git a/mail/Makefile b/mail/Makefile index 32b11f4c9687..3991c148fd38 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -476,7 +476,6 @@ SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd SUBDIR += postfix-sasl - SUBDIR += postfix35 SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postsrsd diff --git a/mail/postfix35/Makefile b/mail/postfix35/Makefile deleted file mode 100644 index 8013caf7d7c2..000000000000 --- a/mail/postfix35/Makefile +++ /dev/null @@ -1,371 +0,0 @@ -# Created by: Torsten Blum - -PORTNAME= postfix -DISTVERSION= 3.5.12 -PORTREVISION?= 1 -PORTEPOCH= 1 -CATEGORIES= mail -MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ - http://de.postfix.org/ftpmirror/ \ - http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \ - http://www.artfiles.org/postfix.org/postfix-release/ \ - http://mirror.lhsolutions.nl/postfix-release/ \ - ftp://postfix.mirrors.pair.com/ -MASTER_SITES:= ${MASTER_SITES:S|$|official/|} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= otis@FreeBSD.org -COMMENT= Secure alternative to widely-used Sendmail - -LICENSE= EPL IPL10 -LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_NAME_IPL10= IBM PUBLIC LICENSE VERSION 1.0 -LICENSE_PERMS_IPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -DEPRECATED= It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x) -EXPIRATION_DATE=2021-09-30 - -PORTSCOUT= limit:^3\.5\. - -CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* sendmail-8.* sendmail+*-8.* \ - postfix-* postfix-current-* - -USERS= postfix -GROUPS= mail maildrop postfix -USES= shebangfix cpe -SHEBANG_FILES= auxiliary/qshape/qshape.pl - -USE_RC_SUBR= postfix -USE_SUBMAKE= yes -SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" - -OPTIONS_SUB= yes -OPTIONS_DEFINE= BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP \ - LMDB MYSQL NIS PCRE PGSQL SASL SQLITE TEST TLS - -OPTIONS_RADIO= RG1 -OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT -OPTIONS_DEFAULT?= BLACKLISTD EAI PCRE TLS - -BDB_USES= bdb -BLACKLISTD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-blacklistd -CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb -EAI_LIB_DEPENDS= libicuuc.so:devel/icu -LDAP_USE= OPENLDAP=yes -LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -MYSQL_USES?= mysql -PCRE_LIB_DEPENDS= libpcre.so:devel/pcre -PGSQL_USES= pgsql -SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 -SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -SQLITE_USES= sqlite -TLS_USES= ssl - -BLACKLISTD_DESC= Enable blacklistd support (FreeBSD 11.0 and later only) -CDB_DESC= CDB maps lookups -EAI_DESC= Email Address Internationalization (SMTPUTF8) support -INST_BASE_DESC= Install into /usr and /etc/postfix -LDAP_DESC= LDAP maps (uses WITH_OPENLDAP_VER) -LMDB_DESC= LMDB maps -TEST_DESC= SMTP/LMTP test server and generator - -SASL_DESC= Cyrus SASL support (Dovecot SASL is always built in) -RG1_DESC= Kerberos network authentication protocol type -SASLKRB5_DESC= If your SASL req. Kerberos5, select this -SASLKMIT_DESC= If your SASL req. MIT Kerberos5, select this - -.include - -HTML1= body_checks.5.html bounce.5.html postfix-power.png \ - scache.8.html tlsmgr.8.html - -STRIP_LIBEXEC= anvil bounce cleanup discard dnsblog error flush lmtp local \ - master nqmgr oqmgr pickup pipe postlogd postscreen proxymap \ - qmgr qmqpd scache showq smtp smtpd spawn tlsmgr tlsproxy \ - trivial-rewrite verify virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= pie=yes CC="${CC}" OPT="${CFLAGS}" - -.if ${PORT_OPTIONS:MINST_BASE} -PKGNAMESUFFIX= 35-base -PREFIX= /usr -ETCDIR= /etc/postfix -PLIST_SUB+= BMAN="share/" -.else -PKGNAMESUFFIX= 35 -PLIST_SUB+= BMAN="" -.endif - -PLIST_SUB+= PFETC=${ETCDIR} - -# check if mailwrapper supports $LOCALBASE -.if ${OPSYS} == FreeBSD -SUB_LIST+= USE_LOCALBASE_MAILER_CONF="yes" MC_PREFIX="${LOCALBASE}" -.else -SUB_LIST+= USE_LOCALBASE_MAILER_CONF="no" MC_PREFIX="" -.endif - -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= * -READMEDIR= ${DOCSDIR} -.else -READMEDIR= no -.endif - -# dynamic direcory location -DAEMONDIR= ${PREFIX}/libexec/postfix -SHLIB_DIRECTORY=${PREFIX}/lib/postfix -# new proposed location is ETCDIR (see README_FILES/INSTALL) -# keep compatiblity with Postfix 2.6 .. 2.11 and use DAEMOMDIR -META_DIRECTORY= ${DAEMONDIR} - -SUB_LIST+= REQUIRE="${_REQUIRE}" READMEDIR="${READMEDIR}" \ - DAEMONDIR="${DAEMONDIR}" META_DIRECTORY="${META_DIRECTORY}" -SUB_FILES+= pkg-install pkg-message mailer.conf.postfix - -POSTFIX_CCARGS+= -DDEF_CONFIG_DIR=\\\"${ETCDIR}\\\" \ - -DDEF_DAEMON_DIR=\\\"${DAEMONDIR}\\\" \ - -DDEF_META_DIR=\\\"${META_DIRECTORY}\\\" \ - -DDEF_COMMAND_DIR=\\\"${PREFIX}/sbin\\\" \ - -DDEF_SENDMAIL_PATH=\\\"${PREFIX}/sbin/sendmail\\\" \ - -DDEF_NEWALIAS_PATH=\\\"${PREFIX}/bin/newaliases\\\" \ - -DDEF_MAILQ_PATH=\\\"${PREFIX}/bin/mailq\\\" \ - -DDEF_MANPAGE_DIR=\\\"${MANPREFIX}/man\\\" \ - -DDEF_README_DIR=\\\"${READMEDIR}\\\" \ - -DDEF_HTML_DIR=\\\"${READMEDIR}\\\" \ - -DDEF_QUEUE_DIR=\\\"/var/spool/postfix\\\" \ - -DDEF_DATA_DIR=\\\"/var/db/postfix\\\" \ - -DDEF_MAIL_OWNER=\\\"postfix\\\" \ - -DDEF_SGID_GROUP=\\\"maildrop\\\" \ - -Wmissing-prototypes -Wformat -Wno-comment - -# Default requirement for postfix rc script -_REQUIRE= LOGIN cleanvar dovecot - -# always build with Dovecot SASL support, Cyrus is optional -# see Postfix HISTORY 20051222 -POSTFIX_CCARGS+= -DUSE_SASL_AUTH - -# Email Address Internationalization (EAI, RFC 6531..6533) -.if ${PORT_OPTIONS:MEAI} -POSTFIX_CCARGS+= -DHAS_EAI -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -licuuc -.else -POSTFIX_CCARGS+= -DNO_EAI -.endif - -.if ${PORT_OPTIONS:MPCRE} -DYN_EXT+= pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_PCRE=`${LOCALBASE}/bin/pcre-config --libs`" -.else -POSTFIX_CCARGS+= -DNO_PCRE -.endif - -.if ${PORT_OPTIONS:MSASL} -POSTFIX_CCARGS+= -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt -.else -POSTFIX_CCARGS+= -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\" -.endif - -.if ${PORT_OPTIONS:MSASLKRB5} -POSTFIX_AUXLIBS+= -lkrb5 -lhx509 -lcrypto -lcrypt -lcom_err -lasn1 -lroken -.endif - -.if ${PORT_OPTIONS:MSASLKMIT} -POSTFIX_AUXLIBS+= -Wl,--rpath,$${KRB5_HOME:-${LOCALBASE}}/lib -lkrb5 -lcrypto -lcrypt -lcom_err -.endif - -.if ${PORT_OPTIONS:MTLS} -POSTFIX_CCARGS+= -DUSE_TLS -I${OPENSSLINC} -# XXX LDFLAGS possible breaks dynamic building -POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto -.else -POSTFIX_CCARGS+= -DNO_TLS -.endif - -.if ${PORT_OPTIONS:MBDB} -POSTFIX_CCARGS+= -I${BDB_INCLUDE_DIR} -POSTFIX_AUXLIBS+= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} -.endif - -.if ${PORT_OPTIONS:MBLACKLISTD} -. if ${OPSYS} == FreeBSD -POSTFIX_AUXLIBS+= -lblacklist -. else -IGNORE= blacklistd is only supported on FreeBSD >= 11.0 -. endif -.endif - -.if ${PORT_OPTIONS:MMYSQL} -DYN_EXT+= mysql -POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_MYSQL=-L${LOCALBASE}/lib/mysql -lmysqlclient -lz -lm" -_REQUIRE+= mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -DYN_EXT+= pgsql -POSTFIX_CCARGS+= -DHAS_PGSQL -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_PGSQL=-L${LOCALBASE}/lib -lpq" -_REQUIRE+= postgresql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -DYN_EXT+= sqlite -POSTFIX_CCARGS+= -DHAS_SQLITE -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_SQLITE=-L${LOCALBASE}/lib -lsqlite3 -lpthread" -.endif - -.if ${PORT_OPTIONS:MLDAP} -DYN_EXT+= ldap -. if defined(WITH_OPENLDAP_VER) -WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} -. endif -POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include -POSTFIX_CCARGS+= -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -L${LOCALBASE}/lib -llber" -_REQUIRE+= slapd -.endif - -.if ${PORT_OPTIONS:MCDB} -DYN_EXT+= cdb -POSTFIX_CCARGS+= -DHAS_CDB -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_CDB=-L${LOCALBASE}/lib -lcdb" -.endif - -.if ${PORT_OPTIONS:MNIS} -POSTFIX_CCARGS+= -DHAS_NIS -_REQUIRE+= ypserv -.endif - -.if ${PORT_OPTIONS:MTEST} -BINTEST= qmqp-sink qmqp-source smtp-sink smtp-source -MANTEST= qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 -.endif - -.if ${PORT_OPTIONS:MLMDB} -DYN_EXT+= lmdb -POSTFIX_CCARGS+= -DHAS_LMDB -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LMDB=-L${LOCALBASE}/lib -llmdb" -.endif - -# sed script for files in ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man -REINPLACE= s!^PATH=.*!PATH=/bin:/sbin:/usr/bin:/usr/sbin:${PREFIX}/bin:${PREFIX}/sbin!;\ - s!(_directory = )/usr/!\1${PREFIX}/!g;\ - s!^(data_directory = /var/)lib/!\1db/!g;\ - s!^\#(mynetworks_style = host)!\1!g;\ - s!^(sendmail_path =)!\1 ${PREFIX}/sbin/sendmail!g;\ - s!^(newaliases_path =)!\1 ${PREFIX}/bin/newaliases!g;\ - s!^(mailq_path =)!\1 ${PREFIX}/bin/mailq!g;\ - s!^(setgid_group =)!\1 maildrop!g;\ - s!^(manpage_directory =)!\1 ${MANPREFIX}/man!g;\ - s!^((html|readme)_directory =)!\1 ${READMEDIR}!g;\ - \!^\#alias_database = dbm:/etc/mail/aliases$$!d;\ - s!(:|= )/etc/postfix!\1$$config_directory!g;\ - s!/etc/postfix!${ETCDIR}!g;\ - s!^(sample_directory =)!\1 ${ETCDIR}!g;\ - s!($config_directory/(access|aliases|canonical|generic|header_checks|relocated|transport|virtual):f:root:-:644:)p1!\1o!; - -pre-patch: -.if ${PORT_OPTIONS:MSASL} && ! ${PORT_OPTIONS:MMYSQL} && exists(${LOCALBASE}/lib/libsasl2.a) - @if /usr/bin/nm ${LOCALBASE}/lib/libsasl2.a | ${GREP} -wq "mysql_init"; then \ - ${ECHO_MSG}; \ - ${ECHO_MSG} "Your SASL library it's compiled with MYSQL"; \ - ${ECHO_MSG} "If you use MYSQL in ${PORTNAME} consider CTRL+C and"; \ - ${ECHO_MSG} "select MYSQL OPTION in config menu."; \ - ${ECHO_MSG} "# make clean config"; \ - ${ECHO_MSG}; \ - sleep 5; \ - fi -.endif - - @${ECHO_CMD} 'See header_checks.5.html' \ - > ${WRKSRC}/html/body_checks.5.html - @${REINPLACE_CMD} -E -e 's!^(#define DEF_SGID_GROUP[^"]+)"postdrop"$$!\1"maildrop"!' \ - ${WRKSRC}/src/global/mail_params.h - @${FIND} -X ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man \ - -type f -a ! \( -name INSTALL -o -name aliases \) | ${XARGS} \ - ${REINPLACE_CMD} -i '' -E -e '${REINPLACE}' - -post-patch: -.for f in ${HTML1} - @${ECHO_CMD} '$$html_directory/$f:f:root:-:644' \ - >> ${WRKSRC}/conf/postfix-files -.endfor - @${ECHO_CMD} '$$manpage_directory/man1/posttls-finger.1:f:root:-:644' \ - >> ${WRKSRC}/conf/postfix-files - @${ECHO_CMD} '$$command_directory/posttls-finger:f:root:-:755' \ - >> ${WRKSRC}/conf/postfix-files - -do-configure: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles \ - ${MAKEFILEFLAGS} CCARGS="${POSTFIX_CCARGS}" \ - shared=yes shlib_directory=${SHLIB_DIRECTORY} \ - dynamicmaps=yes \ - ${POSTFIX_DYN_AUXLIBS} \ - AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO_CMD} "all: default" >> Makefile) - -pre-install-INST_BASE-on: - ${MKDIR} ${STAGEDIR}/etc/rc.d - -do-install: - @(cd ${WRKSRC} && ${MAKE} non-interactive-package \ - install_root=${STAGEDIR} tempdir=${WRKDIR} \ - shlib_directory=${SHLIB_DIRECTORY} \ - config_directory=${ETCDIR} \ - command_directory=${PREFIX}/sbin \ - daemon_directory=${DAEMONDIR} \ - meta_directory=${META_DIRECTORY} \ - html_directory=${READMEDIR} \ - mailq_path=${PREFIX}/bin/mailq \ - manpage_directory=${MANPREFIX}/man \ - newaliases_path=${PREFIX}/bin/newaliases \ - readme_directory=${READMEDIR} \ - sendmail_path=${PREFIX}/sbin/sendmail ) - - ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/rmail/rmail ${STAGEDIR}${PREFIX}/bin/rmail - ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl ${STAGEDIR}${PREFIX}/bin/qshape - ${INSTALL_MAN} ${WRKSRC}/man/man1/qshape.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -# == do not overwrite existing config - ${MV} ${STAGEDIR}${ETCDIR}/main.cf ${STAGEDIR}${ETCDIR}/main.cf.sample - ${MV} ${STAGEDIR}${ETCDIR}/master.cf ${STAGEDIR}${ETCDIR}/master.cf.sample - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/mailer.conf.postfix ${STAGEDIR}${DATADIR} - -# == chop dynamicmaps.cf entries into dedicated .cf files -# for future sub-packages support -.for f in ${DYN_EXT} -# adjust dynamicmaps.cf - ${GREP} -e "^#" -e "^${f}" ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf \ - > ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf.d/${f}.cf && \ - ${SED} -i '' -e '/${f}/d' ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf - -# adjust / generate postfix-files for dynamic modules - ${SED} -i '' -e '/postfix-${f}.so/d' ${STAGEDIR}${META_DIRECTORY}/postfix-files && \ - ${PRINTF} '# Do not edit this file.\ - \n$$shlib_directory/postfix-${f}.so:f:root:-:755\ - \n$$meta_directory/postfix-files.d/${f}-files:f:root:-:644\ - \n$$meta_directory/dynamicmaps.cf.d/${f}.cf:f:root:-:644\n' \ - > ${STAGEDIR}${META_DIRECTORY}/postfix-files.d/${f}-files -.endfor - -# Fix compressed man pages and strip executables - ${SED} -i '' -E -e "s|(man[158]/.*.[158]):|\1.gz:|g" ${STAGEDIR}${META_DIRECTORY}/postfix-files - -@${STRIP_CMD} ${STRIP_LIBEXEC:S|^|${STAGEDIR}${DAEMONDIR}/|} - -@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* - -@${STRIP_CMD} ${STAGEDIR}${SHLIB_DIRECTORY}/*.so - -do-install-TEST-on: - ${INSTALL_PROGRAM} ${BINTEST:S|^|${WRKSRC}/bin/|} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${MANTEST:S|^|${WRKSRC}/man/man1/|} ${STAGEDIR}${MANPREFIX}/man/man1 - -.include diff --git a/mail/postfix35/distinfo b/mail/postfix35/distinfo deleted file mode 100644 index bf8abfcfbeef..000000000000 --- a/mail/postfix35/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1627333280 -SHA256 (postfix/postfix-3.5.12.tar.gz) = 4254c2ba499da7e1f7d4bb9c3de41419760d2dcde39b9101ab122c6226b636d7 -SIZE (postfix/postfix-3.5.12.tar.gz) = 4622450 diff --git a/mail/postfix35/files/extra-patch-blacklistd b/mail/postfix35/files/extra-patch-blacklistd deleted file mode 100644 index a9448d978c7d..000000000000 --- a/mail/postfix35/files/extra-patch-blacklistd +++ /dev/null @@ -1,69 +0,0 @@ -# PR 225664: support blacklistd on FreeBSD >= 11.0 -# ---- src/smtpd/Makefile.in.orig 2017-02-05 23:36:32 UTC -+++ src/smtpd/Makefile.in -@@ -2,14 +2,14 @@ SHELL = /bin/sh - SRCS = smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \ - smtpd_peer.c smtpd_sasl_proto.c smtpd_sasl_glue.c smtpd_proxy.c \ - smtpd_xforward.c smtpd_dsn_fix.c smtpd_milter.c smtpd_resolve.c \ -- smtpd_expand.c smtpd_haproxy.c -+ smtpd_expand.c smtpd_haproxy.c pfilter.c - OBJS = smtpd.o smtpd_token.o smtpd_check.o smtpd_chat.o smtpd_state.o \ - smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue.o smtpd_proxy.o \ - smtpd_xforward.o smtpd_dsn_fix.o smtpd_milter.o smtpd_resolve.o \ -- smtpd_expand.o smtpd_haproxy.o -+ smtpd_expand.o smtpd_haproxy.o pfilter.o - HDRS = smtpd_token.h smtpd_check.h smtpd_chat.h smtpd_sasl_proto.h \ - smtpd_sasl_glue.h smtpd_proxy.h smtpd_dsn_fix.h smtpd_milter.h \ -- smtpd_resolve.h smtpd_expand.h -+ smtpd_resolve.h smtpd_expand.h pfilter.h - TESTSRC = smtpd_token_test.c - DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE) - CFLAGS = $(DEBUG) $(OPT) $(DEFS) ---- src/smtpd/smtpd_sasl_glue.c.orig 2017-02-19 01:58:21 UTC -+++ src/smtpd/smtpd_sasl_glue.c -@@ -147,6 +147,7 @@ - #include "smtpd.h" - #include "smtpd_sasl_glue.h" - #include "smtpd_chat.h" -+#include "pfilter.h" /* for blacklistd(8) */ - - #ifdef USE_SASL_AUTH - -@@ -332,6 +333,10 @@ int smtpd_sasl_authenticate(SMTPD_ST - else - smtpd_chat_reply(state, "535 5.7.8 Error: authentication failed: %s", - STR(state->sasl_reply)); -+ -+ -+ /* notify blacklistd of SASL authentication failure */ -+ pfilter_notify(1, vstream_fileno(state->client)); - return (-1); - } - /* RFC 4954 Section 6. */ ---- src/smtpd/pfilter.h.orig 2018-02-04 15:36:49 UTC -+++ src/smtpd/pfilter.h -@@ -0,0 +1 @@ -+void pfilter_notify(int, int); ---- src/smtpd/pfilter.c.orig 2018-02-04 15:36:49 UTC -+++ src/smtpd/pfilter.c -@@ -0,0 +1,19 @@ -+#include "pfilter.h" -+#include /* for NULL */ -+#include -+ -+static struct blacklist *blstate; -+ -+void -+pfilter_notify(int a, int fd) -+{ -+ if (blstate == NULL) -+ blstate = blacklist_open(); -+ if (blstate == NULL) -+ return; -+ (void)blacklist_r(blstate, a, fd, "smtpd"); -+ if (a == 0) { -+ blacklist_close(blstate); -+ blstate = NULL; -+ } -+} diff --git a/mail/postfix35/files/mailer.conf.postfix.in b/mail/postfix35/files/mailer.conf.postfix.in deleted file mode 100644 index 08f2b2c00f35..000000000000 --- a/mail/postfix35/files/mailer.conf.postfix.in +++ /dev/null @@ -1,7 +0,0 @@ -# -# Execute the Postfix sendmail program, named %%PREFIX%%/sbin/sendmail -# -sendmail %%PREFIX%%/sbin/sendmail -send-mail %%PREFIX%%/sbin/sendmail -mailq %%PREFIX%%/sbin/sendmail -newaliases %%PREFIX%%/sbin/sendmail diff --git a/mail/postfix35/files/patch-makedefs b/mail/postfix35/files/patch-makedefs deleted file mode 100644 index f688b8ab7338..000000000000 --- a/mail/postfix35/files/patch-makedefs +++ /dev/null @@ -1,45 +0,0 @@ ---- makedefs.orig 2021-01-16 15:10:00 UTC -+++ makedefs -@@ -298,6 +298,42 @@ case "$SYSTEM.$RELEASE" in - : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} - : ${PLUGIN_LD="${CC} -shared"} - ;; -+ FreeBSD.11*) SYSTYPE=FREEBSD11 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; -+ FreeBSD.12*) SYSTYPE=FREEBSD12 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; -+ FreeBSD.13*) SYSTYPE=FREEBSD13 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; -+ FreeBSD.14*) SYSTYPE=FREEBSD14 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; - DragonFly.*) SYSTYPE=DRAGONFLY - ;; - OpenBSD.2*) SYSTYPE=OPENBSD2 diff --git a/mail/postfix35/files/patch-src_posttls-finger_posttls-finger.c b/mail/postfix35/files/patch-src_posttls-finger_posttls-finger.c deleted file mode 100644 index fdece6346ca5..000000000000 --- a/mail/postfix35/files/patch-src_posttls-finger_posttls-finger.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/posttls-finger/posttls-finger.c.orig 2019-02-12 13:17:45 UTC -+++ src/posttls-finger/posttls-finger.c -@@ -1673,7 +1673,8 @@ static int finger(STATE *state) - return (0); - } - --#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x10100000L -+#if defined(USE_TLS) && \ -+ ( OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ) - - /* ssl_cleanup - free memory allocated in the OpenSSL library */ - -@@ -2156,7 +2157,8 @@ int main(int argc, char *argv[]) - cleanup(&state); - - /* OpenSSL 1.1.0 and later (de)initialization is implicit */ --#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x10100000L -+#if defined(USE_TLS) && \ -+ ( OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ) - ssl_cleanup(); - #endif - diff --git a/mail/postfix35/files/patch-src_tls_tls__certkey.c b/mail/postfix35/files/patch-src_tls_tls__certkey.c deleted file mode 100644 index b34b8efd2be6..000000000000 --- a/mail/postfix35/files/patch-src_tls_tls__certkey.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tls/tls_certkey.c.orig 2019-03-07 23:57:10 UTC -+++ src/tls/tls_certkey.c -@@ -144,7 +144,7 @@ static void init_pem_load_state(pem_load - - /* use_chain - load cert, key and chain into ctx or ssl */ - --#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL -+#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL && !defined(LIBRESSL_VERSION_NUMBER) - static int use_chain(pem_load_state_t *st) - { - int ret; diff --git a/mail/postfix35/files/patch-src_tls_tls__server.c b/mail/postfix35/files/patch-src_tls_tls__server.c deleted file mode 100644 index 92115aa16679..000000000000 --- a/mail/postfix35/files/patch-src_tls_tls__server.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/tls/tls_server.c.orig 2019-02-18 23:03:54 UTC -+++ src/tls/tls_server.c -@@ -518,7 +518,9 @@ TLS_APPL_STATE *tls_server_init(const TL - * ticket decryption callback already (since 2.11) asks OpenSSL to - * avoid issuing new tickets when the presented ticket is re-usable. - */ -+#ifndef LIBRESSL_VERSION_NUMBER - SSL_CTX_set_num_tickets(server_ctx, 1); -+#endif - } - #endif - if (!ticketable) diff --git a/mail/postfix35/files/patch-src_util_sys__defs.h b/mail/postfix35/files/patch-src_util_sys__defs.h deleted file mode 100644 index a31dfd4c24d5..000000000000 --- a/mail/postfix35/files/patch-src_util_sys__defs.h *** 5969 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 21:04:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 583046B7D4D; Thu, 30 Sep 2021 21:04:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL5MP1nsTz4rkJ; Thu, 30 Sep 2021 21:04:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F44C12C40; Thu, 30 Sep 2021 21:04:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UL41b2014942; Thu, 30 Sep 2021 21:04:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UL41KV014941; Thu, 30 Sep 2021 21:04:01 GMT (envelope-from git) Date: Thu, 30 Sep 2021 21:04:01 GMT Message-Id: <202109302104.18UL41KV014941@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: b9a93c0bf477 - main - security/vuxml: add www/chromium < 94.0.4606.71 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b9a93c0bf4778b9ec327c1be6f819eb1ff90ec19 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:04:01 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9a93c0bf4778b9ec327c1be6f819eb1ff90ec19 commit b9a93c0bf4778b9ec327c1be6f819eb1ff90ec19 Author: Rene Ladan AuthorDate: 2021-09-30 21:03:02 +0000 Commit: Rene Ladan CommitDate: 2021-09-30 21:03:02 +0000 security/vuxml: add www/chromium < 94.0.4606.71 Obtained from: https://chromereleases.googleblog.com/2021/09/stable-channel-update-for-desktop_30.html --- security/vuxml/vuln-2021.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 14e6520b7b4a..95cc339b3453 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,44 @@ + + chromium -- multiple vulnerabilities + + + chromium + 94.0.4606.71 + + + + +

Chrome Releases/Stable updates reports:

+
+

This release contains 4 security fixes, including:

+
    +
  • [1245578] High CVE-2021-37974: Use after free in Safe Browsing. + Reported by Weipeng Jiang (@Krace) from Codesafe Team of + Legendsec at Qi'anxin Group on 2021-09-01
  • +
  • [1252918] High CVE-2021-37975: Use after free in V8. Reported by + Anonymous on 2021-09-24
  • +
  • [1251787] Medium CVE-2021-37976: Information leak in core. + Reported by Clement Lecigne from Google TAG, with technical + assistance from Sergei Glazunov and Mark Brand from Google + Project Zero on 2021-09-21
  • +
+

Google is aware the exploits for CVE-2021-37975 and CVE-2021-37976 + exist in the wild.

+
+ +
+ + CVE-2021-37974 + CVE-2021-37975 + CVE-2021-37976 + https://chromereleases.googleblog.com/2021/09/stable-channel-update-for-desktop_30.html + + + 2021-09-30 + 2021-09-30 + +
+ Gitlab -- vulnerabilities From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 21:23:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B53FC670759; Thu, 30 Sep 2021 21:23:52 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL5pG4Lr2z4tRr; Thu, 30 Sep 2021 21:23:50 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id DB1EAEC043; Thu, 30 Sep 2021 23:23:46 +0200 (CEST) Date: Thu, 30 Sep 2021 23:23:44 +0200 From: Piotr Kubaj To: Jan Beich Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: fc75da3a3b2a - main - graphics/libjxl: fix build on powerpc64* Message-ID: References: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ShryPTP3AdZgwy6I" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4HL5pG4Lr2z4tRr X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.37 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[pkubaj]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; MID_RHS_NOT_FQDN(0.50)[]; ARC_NA(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:46.248.190.61]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.98)[-0.985]; NEURAL_HAM_SHORT(-0.99)[-0.990]; DMARC_POLICY_ALLOW(-0.50)[anongoth.pl,reject]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:23:52 -0000 --ShryPTP3AdZgwy6I Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable No, I don't have a Google account. On 21-09-30 21:50:21, Jan Beich wrote: > Piotr Kubaj writes: >=20 > > The include in cpu.cc is not actually necessary, so I did not inclu= de anything for FreeBSD. > [...] > > +--- tools/cpu/cpu.cc.orig 2021-09-30 15:38:45 UTC > > ++++ tools/cpu/cpu.cc > > +@@ -19,7 +19,9 @@ > > + #endif > > +=20 > > + #if JXL_ARCH_PPC > > +-#include // __ppc_get_timebase_freq > > ++#if linux > > ++#include // NOLINT __ppc_get_timebase_freq > > ++#endif > > + #endif >=20 > Can you file a bug via https://github.com/libjxl/libjxl/issues/new ? > That include is probably unused even on Linux after 5175d11717f3 > removed __ppc_get_timebase_freq. >=20 > Note, if you can't sign Google CLA don't submit a fix. Otherwise, upstream > will refuse to read the rationale (PR description), let alone the patch e= =2Eg., > https://github.com/libjxl/libjxl/pull/193 --ShryPTP3AdZgwy6I Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmFWKuAACgkQelmbhSCD nJ0CuA/9HSVRQ47juSmnHxvdX+Xz+EJQcgr7L3nHFJcsQ5UyuRVDo3fDlydtQ93s LBX9YF5Z1VMH4RyqzkqgWMbWQPh57nE4XaDwP1cfmvWJrNDpLQceBdEbAQivMxhb LFw9r+gPabc4aig4T5fVmQccLaubBnjHtiBxK9YW8kb2UvnWj3oMXq1+fbyM/QZB lQo6pZMZ+o5hpbtxxOJcf3RvsWUYFsDTdjXbFR3Sp+WcHH2+3CVcdzBSOTCoMwmk VZLtXiZGKxEJQ46Bjl4fuYliL7Asr7ZmqTCDhTo6m1/JrxVrmcZf8qXngECS+i8T LvclJG73qUw+bJxhSDfiCWvgaHI8g/Jb5cElnMjIUELvDbH38DiqW51kpVC5NKE3 iLYyIxhQiJgST5xpdjJi/sSgkbYeWi/g+q0rXCFX5W2vpJ15mZChNtX+JTy2Vf+t jeOj2AXSd8Psmb+JVuSE2kO2S5pVqaaDNDGlNx9+X4b+GcKDMZK1D8/bGpfGjfzP 64IJkebJUWHFG49BmUWVxN77wMTMK9LbI04XFhiyc2YldEUVsGr+a1vxWkO81tcx o5oVKY4tqxWVeAmnTQ3jyTRL29KK7yLQKTbHJ0Qu+lxFCf2K2uAasu8lEQOQyQdB 7jTWW4BGXORuUu9yTXLmVAVoTPEGeIn9V0F/FiZUZ/jZlE5VyoM= =lTub -----END PGP SIGNATURE----- --ShryPTP3AdZgwy6I-- From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 21:27:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CAAB670542; Thu, 30 Sep 2021 21:27:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL5tj02Htz4tsX; Thu, 30 Sep 2021 21:27:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D431C1341E; Thu, 30 Sep 2021 21:27:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18ULReWv041857; Thu, 30 Sep 2021 21:27:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18ULReMj041856; Thu, 30 Sep 2021 21:27:40 GMT (envelope-from git) Date: Thu, 30 Sep 2021 21:27:40 GMT Message-Id: <202109302127.18ULReMj041856@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: 620968a43a5f - main - cleanup: drop support for EOL FreeBSD 11.X MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:27:41 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 Author: Rene Ladan AuthorDate: 2021-09-11 14:57:58 +0000 Commit: Rene Ladan CommitDate: 2021-09-30 21:23:30 +0000 cleanup: drop support for EOL FreeBSD 11.X Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index --- MOVED | 2 + Mk/Scripts/rust-compat11-canary.sh | 2 +- Mk/Uses/qca.mk | 6 - Mk/bsd.port.mk | 2 +- Tools/scripts/tindex | 8 +- archivers/py-zstandard/Makefile | 1 - astro/kosmorro/Makefile | 21 +- astro/kosmorro/pkg-plist | 4 +- astro/qmapshack/Makefile | 2 - audio/csound/Makefile | 8 +- audio/moony-lv2/Makefile | 2 - audio/musicpd/files/patch-meson.build | 17 +- audio/surge-synthesizer-lv2/Makefile | 2 - ...e_vstgui_lib_platform_linux_x11fileselector.cpp | 5 +- audio/tagutil/Makefile | 3 - audio/vst3sdk/Makefile | 1 - ...4_vstgui_lib_platform_linux_x11fileselector.cpp | 3 +- base/gcc6/Makefile | 7 +- biology/abyss/Makefile | 1 - biology/ddocent/Makefile | 4 +- biology/igv/Makefile | 2 - biology/jalview/Makefile | 2 - biology/ncbi-cxx-toolkit/Makefile | 2 - .../files/patch-src_libslic3r_Thread.cpp | 45 --- cad/astk-serveur/Makefile | 3 +- cad/openvsp/Makefile | 1 - cad/stepcode/Makefile | 1 - .../files/patch-src__CMakeLists.txt | 10 - .../ibus-libpinyin/files/patch-src_PYLibPinyin.cc | 5 +- chinese/libpinyin/Makefile | 2 +- comms/aprsd/Makefile | 1 - comms/usbmuxd/files/patch-src_usb.c | 17 - databases/arrow/Makefile | 2 - databases/clickhouse/Makefile | 8 - databases/clickhouse/files/clickhouse.in | 11 +- databases/couchdb3/Makefile | 2 +- databases/foundationdb-devel/Makefile | 1 - databases/foundationdb/Makefile | 1 - databases/gnats4/Makefile | 1 - .../iowow/files/patch-src_platform_unix_unix.c | 13 +- databases/mariadb103-server/Makefile | 6 - databases/mariadb103-server/files/mysql-server.in | 14 +- databases/mariadb104-server/Makefile | 6 - databases/mariadb104-server/files/mysql-server.in | 14 +- databases/mariadb105-server/Makefile | 6 - databases/mariadb105-server/files/mysql-server.in | 14 +- databases/memcached/Makefile | 2 +- databases/mongodb36/Makefile | 6 - databases/mongodb36/files/mongod.in | 11 +- databases/mongodb40/Makefile | 6 - databases/mongodb40/files/mongod.in | 11 +- databases/mongodb42/Makefile | 7 - databases/mongodb42/files/mongod.in | 11 +- databases/mongodb44/Makefile | 6 - databases/mongodb44/files/mongod.in | 11 +- databases/mongodb50/Makefile | 6 - databases/mongodb50/files/mongod.in | 11 +- databases/mysql-connector-c/Makefile | 2 +- databases/mysql55-server/Makefile | 6 - databases/mysql55-server/files/mysql-server.in | 12 +- databases/mysql56-server/Makefile | 6 - databases/mysql56-server/files/mysql-server.in | 12 +- databases/mysql57-server/Makefile | 6 - databases/mysql57-server/files/mysql-server.in | 12 +- databases/mysql80-server/Makefile | 18 +- databases/mysql80-server/files/mysql-server.in | 12 +- databases/mysqlwsrep56-server/Makefile | 6 - .../mysqlwsrep56-server/files/mysql-server.in | 16 +- databases/mysqlwsrep57-server/Makefile | 10 +- .../mysqlwsrep57-server/files/mysql-server.in | 12 +- databases/percona56-server/Makefile | 6 - databases/percona56-server/files/mysql-server.in | 12 +- databases/percona57-server/Makefile | 6 - databases/percona57-server/files/mysql-server.in | 12 +- databases/rocksdb/Makefile | 1 - deskutils/ausweisapp2/Makefile | 6 - deskutils/easystroke/Makefile | 1 - deskutils/nextcloudclient/Makefile | 4 - deskutils/sysctlview/Makefile | 3 - devel/Makefile | 1 - devel/R-cran-data.table/Makefile | 12 +- devel/aml/files/patch-freebsd11 | 57 --- devel/android-tools-simpleperf/files/Makefile | 1 - devel/basu/Makefile | 5 - devel/bazel/Makefile | 1 - devel/bazel029/Makefile | 1 - devel/bear/Makefile | 7 - ...ource_intercept_source_report_libexec_Logger.cc | 10 - devel/bitkeeper/Makefile | 1 - devel/concurrencpp/Makefile | 2 - devel/creduce/Makefile | 1 - devel/dwarves/Makefile | 2 - devel/elfutils/Makefile | 1 - devel/evemu/Makefile | 2 +- devel/folly/Makefile | 1 - devel/freebsd-sysroot/Makefile | 2 - devel/goredo/Makefile | 6 - devel/hs-ShellCheck/Makefile | 4 - devel/indi/Makefile | 2 - devel/juce/Makefile | 2 - devel/llbuild/Makefile | 1 - devel/llvm10/Makefile | 6 - devel/llvm11/Makefile | 6 - devel/llvm12/Makefile | 6 - devel/llvm13/Makefile | 7 - devel/llvm70/Makefile | 6 - devel/llvm80/Makefile | 6 - devel/llvm90/Makefile | 6 - devel/nextpnr/Makefile | 1 - devel/p4/Makefile | 1 - devel/p4api/Makefile | 1 - devel/performance/Makefile | 1 - devel/ptlib/Makefile | 2 +- devel/py-keystone-engine/Makefile | 1 - devel/py-pycapsicum/files/patch-__pycapsicum.c | 16 - devel/qca-legacy/Makefile | 58 ---- devel/qca-legacy/distinfo | 3 - .../files/patch-plugins_qca-botan_CMakeLists.txt | 10 - .../files/patch-plugins_qca-ossl_ossl110-compat.h | 49 --- .../files/patch-plugins_qca-ossl_qca-ossl.cpp | 44 --- devel/qca-legacy/pkg-descr | 13 - devel/qca-legacy/pkg-plist | 33 -- devel/qca/Makefile | 8 +- devel/rubygem-rice/Makefile | 1 - devel/spirv-llvm-translator/Makefile | 5 - devel/zpu-gcc/Makefile | 1 - dns/bundy/Makefile | 1 - ...go-crates_libsodium-sys-stable-1.19.11_build.rs | 10 - dns/gdnsd3/Makefile | 10 +- dns/ldns/Makefile | 5 - dns/powerdns-recursor/Makefile | 16 +- dns/powerdns/Makefile | 16 +- editors/libreoffice/Makefile | 5 - editors/libreoffice6/Makefile | 5 - emulators/i386-wine-devel/Makefile | 2 +- emulators/i386-wine-devel/Makefile.amd64 | 6 +- emulators/i386-wine/Makefile | 2 +- emulators/i386-wine/Makefile.amd64 | 6 +- emulators/i386-wine/pkg-plist | 1 - emulators/libc6-shim/Makefile | 1 - emulators/linux_base-c7/Makefile | 3 +- emulators/mesen/Makefile | 17 +- emulators/qemu-devel/Makefile | 1 - emulators/qemu-guest-agent/Makefile | 6 - emulators/qemu-guest-agent/pkg-message-11 | 24 -- .../rpcs3/files/patch-rpcs3_Emu_system__config.h | 16 - emulators/rtc/files/rtc.c | 18 - emulators/sameboy/Makefile | 1 - emulators/xen-kernel/Makefile | 4 - emulators/yuzu/files/patch-freebsd11 | 46 --- finance/ledger/Makefile | 1 - french/aster/Makefile | 3 +- ftp/bsdftpd-ssl/Makefile | 4 - games/0ad/Makefile | 1 - games/eduke32/Makefile | 2 +- games/fishsupper/Makefile | 1 - games/hyperrogue/Makefile | 2 - games/lander/Makefile | 1 - games/libretro-snes9x/Makefile | 2 - games/libretro-snes9x2010/Makefile | 8 +- games/linux-steam-utils/Makefile | 1 - games/rlvm/Makefile | 6 - games/stockfish/Makefile | 1 - games/veloren/Makefile | 5 - graphics/Makefile | 1 - graphics/blender-lts28/Makefile | 4 - graphics/blender/Makefile | 4 - graphics/drm-fbsd11.2-kmod/Makefile | 38 -- graphics/drm-fbsd11.2-kmod/distinfo | 3 - graphics/drm-fbsd11.2-kmod/pkg-descr | 6 - graphics/drm-fbsd11.2-kmod/pkg-message | 21 -- graphics/drm-fbsd11.2-kmod/pkg-plist | 8 - graphics/drm-fbsd12.0-kmod/Makefile | 2 +- graphics/drm-kmod/Makefile | 4 +- graphics/dspdfviewer/Makefile | 2 +- graphics/libjxl/Makefile | 4 - graphics/mesa-devel/Makefile | 5 - graphics/mesa-devel/files/patch-freebsd11 | 34 -- graphics/mesa-dri/Makefile.common | 4 - .../files/extra-patch-src_util_build__id.c | 15 - graphics/openshadinglanguage/Makefile | 5 - graphics/pcl-pointclouds/Makefile | 1 - graphics/pixie/Makefile | 1 - graphics/rawtherapee/Makefile | 13 - irc/ircproxy/Makefile | 2 - java/bootstrap-openjdk11/Makefile | 2 - java/openjdk11/Makefile | 7 +- java/openjdk12/Makefile | 7 +- java/openjdk13/Makefile | 7 +- java/openjdk14/Makefile | 7 +- java/openjdk15/Makefile | 7 +- java/openjdk16/Makefile | 7 +- lang/ccl/Makefile | 7 +- lang/clover/Makefile | 1 - lang/crystal/Makefile | 1 - lang/gcc6-aux/Makefile | 12 +- lang/ghc/Makefile | 8 +- lang/gnustep-base/Makefile | 1 - lang/go/Makefile | 8 +- lang/hermes/Makefile | 6 - lang/ldc/Makefile | 2 +- lang/luajit-openresty/Makefile | 8 +- lang/perl5-devel/Makefile | 7 +- lang/perl5.30/Makefile | 7 +- lang/perl5.32/Makefile | 7 +- lang/perl5.34/Makefile | 7 +- lang/python310/Makefile | 4 +- lang/rust-bootstrap/Makefile | 2 - lang/rust/Makefile | 13 +- lang/zig-devel/Makefile | 1 - lang/zig/Makefile | 1 - mail/imapfilter/Makefile | 2 - mail/isync/Makefile | 8 +- mail/opensmtpd/Makefile | 9 +- mail/postfix-current/Makefile | 6 +- mail/postfix/Makefile | 6 +- mail/qpopper/Makefile | 2 +- mail/sendmail-devel/Makefile | 6 - mail/sendmail/Makefile | 10 - mail/sid-milter/Makefile | 2 - mail/thunderbird/files/patch-cubeb-oss | 5 +- math/clblas/Makefile | 1 - math/flann/files/patch-src_cpp_CMakeLists.txt | 27 -- math/libflame/Makefile | 4 - math/opensolaris-libm/Makefile | 15 +- math/openturns/Makefile | 2 - math/py-ducc0/Makefile | 2 - math/py-matplotlib/Makefile | 2 - math/pynac/Makefile | 6 - misc/free42/Makefile | 2 - misc/lxi-tools/Makefile | 1 - misc/xplr/Makefile | 11 +- .../aom/files/patch-aom__ports_arm__cpudetect.c | 40 +-- .../aom/files/patch-aom__ports_ppc__cpudetect.c | 14 +- multimedia/cclive/Makefile | 1 - multimedia/dav1d/files/patch-neon-freebsd11 | 41 --- multimedia/ffmpeg/Makefile | 13 - multimedia/gstreamer1-plugins-rust/Makefile | 1 - .../libvpx/files/patch-vpx__ports_arm__cpudetect.c | 36 +- .../libvpx/files/patch-vpx__ports_ppc__cpudetect.c | 14 +- multimedia/mkvtoolnix/Makefile | 1 - multimedia/obs-studio/Makefile | 1 - multimedia/subtitleripper/Makefile | 2 +- multimedia/svt-av1/Makefile | 4 - multimedia/svt-hevc/Makefile | 4 - multimedia/svt-vp9/Makefile | 4 - multimedia/vapoursynth-vmaf/Makefile | 5 - multimedia/vlc/Makefile | 5 - multimedia/vvdec/Makefile | 2 - multimedia/zoneminder/Makefile | 2 +- net-im/ejabberd/Makefile | 4 - net-im/jicofo/files/pkg-message.in | 8 +- net-im/jitsi-videobridge/files/pkg-message.in | 10 +- net-im/licq/Makefile | 1 - net-im/mtxclient/Makefile | 2 - net-im/tg_owt/Makefile | 6 - net-mgmt/kismet/Makefile | 2 +- net-mgmt/net-snmp/Makefile | 2 +- net-mgmt/netdata/Makefile | 3 - net-mgmt/nstat/Makefile | 8 +- net-mgmt/py-gstat_exporter/Makefile | 2 - net-p2p/monero-cli/Makefile | 4 - net-p2p/openethereum/Makefile | 2 - net-p2p/qtum/Makefile | 14 +- net/dhcprelya/Makefile | 2 +- net/hostapd-devel/Makefile | 2 - net/httping/Makefile | 2 +- net/krill/Makefile | 3 - net/libfabric/Makefile | 2 - net/libpfctl/Makefile | 1 - net/ntpsec/Makefile | 6 - net/openldap25-server/Makefile | 8 +- net/openntpd/Makefile | 13 - net/packetdrill/Makefile | 2 - net/qt5-network/Makefile | 5 - net/rdist6/Makefile | 2 +- net/rpki-client/Makefile | 8 +- net/socat/files/socat.in | 1 - net/usockets/Makefile | 1 - net/waypipe/files/patch-neon-freebsd11 | 55 --- net/wireguard-kmod/Makefile | 2 - net/wireguard/Makefile | 6 - print/pdf-tools/Makefile | 1 - science/siconos/Makefile | 1 - security/afl++/Makefile | 4 - security/botan2/Makefile | 4 - security/dsniff/Makefile | 6 +- security/fwbuilder/Makefile | 1 - security/gost-engine/Makefile | 5 - security/ipsec-tools/Makefile | 2 +- security/isal-kmod/Makefile | 1 - security/krb5-devel/Makefile | 2 - security/libfido2/Makefile | 1 - security/liboqs/Makefile | 1 - security/libretls/Makefile | 2 - security/ncrack/Makefile | 8 +- security/openiked-portable/Makefile | 8 +- security/p5-Crypt-OpenSSL-CA/Makefile | 2 +- security/p5-OpenCA-OpenSSL/Makefile | 6 +- security/pam_ssh_agent_auth/Makefile | 1 - security/pkcs11-tools/Makefile | 4 - security/pks/Makefile | 2 +- security/py-cryptography/Makefile | 11 - security/py-openssl/Makefile | 9 - security/racoon2/Makefile | 2 - security/seahorse/Makefile | 6 - security/softhsm2/Makefile | 2 - security/tpm2-tools/Makefile | 8 +- security/uacme/Makefile | 2 +- security/wpa_supplicant-devel/Makefile | 2 - security/zeek/Makefile | 1 - sysutils/acpica-tools/Makefile | 1 - sysutils/apache-mesos/Makefile | 2 - sysutils/arcconf/Makefile | 7 +- sysutils/barrier/Makefile | 2 - sysutils/bhyve+/Makefile | 4 +- sysutils/bhyve+/files/freebsd-11/patch-bhyve-shelp | 79 ----- sysutils/bhyve+/files/freebsd-11/patch-libvmmapi | 33 -- sysutils/bhyve+/files/freebsd-11/patch-virtio-9p | 385 --------------------- sysutils/bhyve+/files/freebsd-11/patch-vtd-fix | 211 ----------- .../files/patch-cf-execd_cf-execd-runagent.c | 15 - .../files/patch-cf-execd_cf-execd-runagent.c | 15 - sysutils/crate/Makefile | 2 - sysutils/ddpt/Makefile | 2 - sysutils/dtrace-toolkit/Makefile | 2 +- sysutils/fluent-bit/Makefile | 4 - sysutils/gnome-control-center/Makefile | 5 - sysutils/hexpeek/Makefile | 2 +- sysutils/hid-tools/Makefile | 2 - sysutils/iichid/Makefile | 1 - sysutils/ipmitool/Makefile | 2 +- sysutils/keyd/Makefile | 1 - sysutils/kvmclock-kmod/Makefile | 1 - sysutils/libdnf/Makefile | 2 - sysutils/netevent/Makefile | 1 - sysutils/nsysctl/Makefile | 3 - sysutils/nvme-cli/Makefile | 1 - sysutils/openzfs-kmod/Makefile | 2 +- sysutils/openzfs/Makefile | 2 +- sysutils/panicmail/Makefile | 11 +- sysutils/py-azure-cli-core/Makefile | 5 +- sysutils/rshim-user-space/Makefile | 2 +- sysutils/sdparm/Makefile | 2 - sysutils/sleuthkit/Makefile | 1 - sysutils/sysctlbyname-improved-kmod/Makefile | 6 - sysutils/sysctlinfo-kmod/Makefile | 5 - sysutils/tracker/Makefile | 5 - sysutils/tracker3/Makefile | 5 - sysutils/u-boot-master/Makefile | 8 - sysutils/u-boot-sopine-spi/Makefile | 1 - sysutils/uhidd/files/patch-less-basename | 286 --------------- sysutils/xen-tools/Makefile | 4 - sysutils/ztop/Makefile | 2 - textproc/apertium/Makefile | 1 - textproc/bsdgrep/Makefile | 4 +- textproc/dwdiff/Makefile | 1 - textproc/libucl/Makefile | 2 +- textproc/xmlwrapp/Makefile | 1 - www/chromium/Makefile | 1 - www/cpp-httplib/Makefile | 4 +- www/deno/Makefile | 1 - www/epiphany/Makefile | 8 +- www/firefox-esr/files/patch-cubeb-oss | 5 +- www/firefox/files/patch-freebsd11 | 21 -- www/h2o-devel/Makefile | 1 - www/h2o/Makefile | 1 - www/httest/Makefile | 8 +- www/lagrange/Makefile | 8 +- www/libdatachannel/Makefile | 8 +- www/mod_authnz_crowd/Makefile | 1 - www/mod_rpaf2/files/patch-mod__rpaf.c | 31 -- www/node/Makefile | 5 - www/node10/Makefile | 5 - www/node10/files/patch-common.gypi | 18 - www/node14/Makefile | 5 - www/polipo/files/pkg-install.in | 8 - www/quark/Makefile | 5 - www/sitecopy/Makefile | 2 +- www/trafficserver/Makefile | 6 - x11-drivers/xf86-video-intel/Makefile | 2 - x11-servers/xorg-server/Makefile | 5 +- x11-toolkits/gnustep-gui/Makefile | 2 - x11-toolkits/gtk40/Makefile | 5 - .../files/patch-include_wlr_types_wlr__seat.h | 26 -- x11-toolkits/wlroots/pkg-message | 2 - x11-wm/gamescope/Makefile | 1 - x11-wm/picom/files/patch-src_log.c | 21 -- x11/brisk-menu/Makefile | 7 - x11/foot/Makefile | 5 - x11/gnome-shell/Makefile | 5 - x11/kitty/Makefile | 5 - x11/libxkbcommon/Makefile | 1 - x11/nvidia-driver/Makefile | 2 - x11/squeekboard/Makefile | 1 - x11/taiga/Makefile | 1 - x11/waybar/Makefile | 1 - x11/wayland-logout/Makefile | 2 +- x11/xlockmore/Makefile | 4 - x11/xorg-minimal/Makefile | 10 +- 399 files changed, 171 insertions(+), 3400 deletions(-) diff --git a/MOVED b/MOVED index 46dd76627fa7..c76524ba3ca5 100644 --- a/MOVED +++ b/MOVED @@ -16498,3 +16498,5 @@ multimedia/sms1xxx-kmod|multimedia/webcamd|2021-09-30|Has expired: Supports DVB sysutils/cfengine311|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported. sysutils/cfengine-masterfiles311|sysutils/cfengine-masterfiles317|2021-09-30|Has expired: cfengine311 will retire at FreeBSD 11 EOL mail/postfix35|mail/postfix|2021-09-30|Has expired: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x) +graphics/drm-fbsd11.2-kmod||2021-09-30|Removed, only useful on EOL FreeBSD 11.4 +devel/qca-legacy|devel/qca|2021-09-30|Removed, only useful on EOL FreeBSD 11.4 diff --git a/Mk/Scripts/rust-compat11-canary.sh b/Mk/Scripts/rust-compat11-canary.sh index ccc158cba664..64cd3dc2104c 100644 --- a/Mk/Scripts/rust-compat11-canary.sh +++ b/Mk/Scripts/rust-compat11-canary.sh @@ -3,7 +3,7 @@ set -eu set -o pipefail -if [ "${OPSYS}" != FreeBSD ] || [ "${OSVERSION}" -lt 1200000 ]; then +if [ "${OPSYS}" != FreeBSD ] ; then exit 0 fi diff --git a/Mk/Uses/qca.mk b/Mk/Uses/qca.mk index 5b5c49ae867c..72f46105946c 100644 --- a/Mk/Uses/qca.mk +++ b/Mk/Uses/qca.mk @@ -16,13 +16,7 @@ IGNORE+= USES=qca takes no arguments _QCA_LIB= libqca-qt5.so _QCA_DEFAULT_PORT= devel/qca -_QCA_LEGACY_PORT= devel/qca-legacy - -. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} == base -_QCA_CHOSEN_PORT= LEGACY -. else _QCA_CHOSEN_PORT= DEFAULT -. endif LIB_DEPENDS+= ${_QCA_LIB}:${_QCA_${_QCA_CHOSEN_PORT}_PORT} diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 493b15a59fff..866f45586523 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1177,7 +1177,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC .endif _EXPORTED_VARS+= OSVERSION -.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1104000 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1202000))) || \ +.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1202000) || \ (${OPSYS} == DragonFly && ${DFLYVERSION} < 400400) _UNSUPPORTED_SYSTEM_MESSAGE= Ports Collection support for your ${OPSYS} version has ended, and no ports\ are guaranteed to build on this system. Please upgrade to a supported release. diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex index 57a74dd8c23f..8d6819fa6302 100755 --- a/Tools/scripts/tindex +++ b/Tools/scripts/tindex @@ -27,7 +27,6 @@ ERROR_ADDRESS=root@localhost # Location of ports tree and source trees export BASEDIR=/a/tindex export PORTSDIR=${BASEDIR}/ports -export SRCDIR11=${BASEDIR}/src.11 export SRCDIR12=${BASEDIR}/src.12 export SRCDIR13=${BASEDIR}/src.13 export SRCDIR14=${BASEDIR}/src.14 @@ -114,9 +113,6 @@ export INDEX_JOBS=3 export INDEX_QUIET=1 # First update the source trees to get current OSVERSION -${SVN} -q up ${SRCDIR11}/sys/sys -OSVERSION11=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR11}/sys/sys/param.h) - ${SVN} -q up ${SRCDIR12}/sys/sys OSVERSION12=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR12}/sys/sys/param.h) @@ -127,7 +123,7 @@ ${GIT} -C ${SRCDIR14} pull --rebase -q OSVERSION14=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR14}/sys/sys/param.h) cd ${PORTSDIR} -rm -f INDEX-11 INDEX-11.bz2 INDEX-12 INDEX-12.bz2 INDEX-13 INDEX-13.bz2 INDEX-14 INDEX-14.bz2 +rm -f INDEX-12 INDEX-12.bz2 INDEX-13 INDEX-13.bz2 INDEX-14 INDEX-14.bz2 OLD_HEAD=$(${GIT} rev-parse HEAD) if ! ${GIT} pull --ff-only > git.log 2>&1 ; then (echo "Git update failed with conflicts:"; @@ -135,7 +131,7 @@ if ! ${GIT} pull --ff-only > git.log 2>&1 ; then exit 1 fi -for branch in 11.x 12.x 13.x 14.x; do +for branch in 12.x 13.x 14.x; do release=$(echo $branch | sed -e 's,.x,,') eval _osver=\$OSVERSION${release} diff --git a/archivers/py-zstandard/Makefile b/archivers/py-zstandard/Makefile index cda12bea3fdc..6f6fe4343c68 100644 --- a/archivers/py-zstandard/Makefile +++ b/archivers/py-zstandard/Makefile @@ -9,7 +9,6 @@ COMMENT= Zstandard bindings for Python, a full-featured version LICENSE= BSD2CLAUSE -BROKEN_FreeBSD_11_powerpc64= fails to build: cffi.error.CDefError: parse error BROKEN_FreeBSD_12_powerpc64= fails to build: cffi.error.CDefError: parse error BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR} diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile index ce88825eade5..9af2d2c9f8bc 100644 --- a/astro/kosmorro/Makefile +++ b/astro/kosmorro/Makefile @@ -13,7 +13,8 @@ LICENSE= AGPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\ - ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR} \ + ronn:textproc/rubygem-ronn RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\ @@ -32,25 +33,9 @@ PDF_RUN_DEPENDS=pdflatex:print/tex-formats NO_ARCH= yes -.include - -# ronn is broken on 11.x => do not build manpages -.if ${OSVERSION} < 1200000 -PLIST_SUB+= MAN="@comment " -.else -BUILD_DEPENDS+= ronn:textproc/rubygem-ronn -PLIST_SUB+= MAN="" -.endif - pre-configure: ${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/Makefile -.if ${OSVERSION} < 1200000 - ${REINPLACE_CMD} -e 's|i18n manpages|manpages|' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e '/manpage\/kosmorro/d' ${WRKSRC}/setup.py -.else - post-build: (cd ${WRKSRC} && LC_ALL=C.UTF-8 ${MAKE} manpages) -.endif -.include +.include diff --git a/astro/kosmorro/pkg-plist b/astro/kosmorro/pkg-plist index 3adf96711aa6..c8ee4ae38ec4 100644 --- a/astro/kosmorro/pkg-plist +++ b/astro/kosmorro/pkg-plist @@ -68,5 +68,5 @@ bin/kosmorro %%PYTHON_SITELIBDIR%%/_kosmorro/locales/nl/LC_MESSAGES/messages.po %%PYTHON_SITELIBDIR%%/_kosmorro/locales/ru/LC_MESSAGES/messages.po %%PYTHON_SITELIBDIR%%/_kosmorro/main.py -%%MAN%%man/man1/kosmorro.1.gz -%%MAN%%man/man7/kosmorro.7.gz +man/man1/kosmorro.1.gz +man/man7/kosmorro.7.gz diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index 7c596ba5f425..a7944aec8237 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine EXPIRATION_DATE=2021-06-23 -BROKEN_FreeBSD_11= Requires OpenSSL 1.1.0+ - LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ libquazip1-qt5.so:archivers/quazip \ diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 580410c336bc..692dc19537ac 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -169,12 +169,6 @@ WIIMOTE_DESC= Build the Wiimote opcodes WIIMOTE_CMAKE_BOOL= BUILD_WIIMOTE_OPCODES WIIMOTE_BROKEN= Need to port wiiuse: https://github.com/rpavlik/wiiuse -.include - -.if ${ARCH} == "i386" -BROKEN_FreeBSD_11= libcsound64.so.6.0: undefined reference to `__atomic_store_8' / undefined reference to `__atomic_load_8' -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|/usr/include/Python2.7|${PYTHON_INCLUDEDIR}| ; \ @@ -196,4 +190,4 @@ post-install: post-install-FLTK-on: @${LN} -sf libCsoundAC.so.6.0 ${STAGEDIR}${PREFIX}/lib/libCsoundAC.so.6 -.include +.include diff --git a/audio/moony-lv2/Makefile b/audio/moony-lv2/Makefile index 4e2e78ede439..9d858ccfef9a 100644 --- a/audio/moony-lv2/Makefile +++ b/audio/moony-lv2/Makefile @@ -10,8 +10,6 @@ PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= Realtime Lua as programmable glue in LV2 -BROKEN_FreeBSD_11= undefined reference to `clog', see bug#237771 - LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/audio/musicpd/files/patch-meson.build b/audio/musicpd/files/patch-meson.build index 588e13b10505..4f6749c66ad8 100644 --- a/audio/musicpd/files/patch-meson.build +++ b/audio/musicpd/files/patch-meson.build @@ -1,21 +1,6 @@ --- meson.build.orig 2021-06-23 18:56:13 UTC +++ meson.build -@@ -28,6 +28,14 @@ elif compiler.get_id() == 'clang' and compiler.version - warning('Your clang version is too old. You need at least version 7.') - endif - -+test_ldflags = [ -+] -+ -+if compiler.get_id() == 'clang' -+ # This can probably go away after FreeBSD 11 is EOL'd -+ test_ldflags += '-fuse-ld=%%MPD_CLANG_LD%%' -+endif -+ - version_conf = configuration_data() - version_conf.set_quoted('PACKAGE', meson.project_name()) - version_conf.set_quoted('PACKAGE_NAME', meson.project_name()) -@@ -102,7 +110,7 @@ test_cflags = test_common_flags + [ +@@ -102,7 +102,7 @@ test_cflags = test_common_flags + [ '-Wwrite-strings', ] diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile index 0304d0b20f1a..4086cc554a5e 100644 --- a/audio/surge-synthesizer-lv2/Makefile +++ b/audio/surge-synthesizer-lv2/Makefile @@ -10,8 +10,6 @@ COMMENT= Surge Synthesizer LV2 and VST plug-in LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_11= error: use of undeclared identifier 'getline'; did you mean 'std::getline'? - BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \ ${LOCALBASE}/include/simde/simde-common.h:devel/simde \ diff --git a/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp b/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp index dc29cddf9a82..902a0808d894 100644 --- a/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp +++ b/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp @@ -1,10 +1,9 @@ ---- vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2020-09-24 01:49:47 UTC +--- vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2021-04-02 18:04:51 UTC +++ vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp -@@ -3,6 +3,8 @@ +@@ -3,6 +3,7 @@ // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE #include "../../cfileselector.h" -+#define _WITH_GETLINE // for FreeBSD 11 +#include // https://github.com/surge-synthesizer/vstgui/issues/7 #include #include diff --git a/audio/tagutil/Makefile b/audio/tagutil/Makefile index 2656e7176fbe..4ae4190bc272 100644 --- a/audio/tagutil/Makefile +++ b/audio/tagutil/Makefile @@ -19,9 +19,6 @@ GH_ACCOUNT= kAworu CMAKE_ARGS= -DMAN_PATH=${PREFIX}/man CMAKE_SOURCE_PATH= ${WRKSRC}/src -LDFLAGS_FreeBSD_11= -fuse-ld=lld -LDFLAGS+= ${LDFLAGS_${OPSYS}_${OSREL:R}} - PLIST_FILES= bin/tagutil \ man/man1/tagutil.1.gz diff --git a/audio/vst3sdk/Makefile b/audio/vst3sdk/Makefile index 345b6ec931a5..bf258b590ff6 100644 --- a/audio/vst3sdk/Makefile +++ b/audio/vst3sdk/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_i386= fails to build: static_assert failed due to requirement 'alignof(Steinberg::Vst::ProcessContext) == (0 ? 8U : 0 ? 1U : 1 ? 8U : 8U) -BROKEN_FreeBSD_11= x11fileselector.cpp:57:9: error: use of undeclared identifier 'getline'; did you mean 'std::getline'? BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libexpat.so:textproc/expat2 \ diff --git a/audio/vst3sdk/files/patch-vstgui4_vstgui_lib_platform_linux_x11fileselector.cpp b/audio/vst3sdk/files/patch-vstgui4_vstgui_lib_platform_linux_x11fileselector.cpp index 63c2750dd86c..26c2598affba 100644 --- a/audio/vst3sdk/files/patch-vstgui4_vstgui_lib_platform_linux_x11fileselector.cpp +++ b/audio/vst3sdk/files/patch-vstgui4_vstgui_lib_platform_linux_x11fileselector.cpp @@ -2,11 +2,10 @@ --- vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2020-08-20 14:14:27 UTC +++ vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp -@@ -6,6 +6,9 @@ +@@ -6,6 +6,8 @@ #include #include -+#define _WITH_GETLINE // this is still required on FreeBSD 11 +#include + //------------------------------------------------------------------------ diff --git a/base/gcc6/Makefile b/base/gcc6/Makefile index 2e26c3a62976..05b0bfc6f833 100644 --- a/base/gcc6/Makefile +++ b/base/gcc6/Makefile @@ -49,17 +49,14 @@ CONFIGURE_ARGS+= \ --with-gxx-include-dir=/usr/include/c++/v1/ \ --with-sysroot="/" \ --with-build-sysroot=${CROSS_SYSROOT} \ - -with-pkgversion="GNU Collection for FreeBSD" + -with-pkgversion="GNU Collection for FreeBSD" \ + --enable-initfini-array ALL_TARGET?= all-gcc INSTALL_TARGET?= install-gcc .include -.if ${OSVERSION} >= 1200000 -CONFIGURE_ARGS+= --enable-initfini-array -.endif - .if ${HOSTARCH} == "amd64" CONFIGURE_TARGET= x86_64-unknown-${OPSYS:tl}${OSREL} .else diff --git a/biology/abyss/Makefile b/biology/abyss/Makefile index 141b25659a53..91d52df097ac 100644 --- a/biology/abyss/Makefile +++ b/biology/abyss/Makefile @@ -9,7 +9,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= result of comparison of constant 18446744073709551615 with expression of type 'size_t', see https://github.com/bcgsc/abyss/issues/310 -BROKEN_FreeBSD_11= error: use of undeclared identifier 'getline'; did you mean 'std::getline'? BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs \ ghc:lang/ghc \ diff --git a/biology/ddocent/Makefile b/biology/ddocent/Makefile index bc27815d529c..52f2eda96af0 100644 --- a/biology/ddocent/Makefile +++ b/biology/ddocent/Makefile @@ -9,9 +9,7 @@ COMMENT= Bash pipeline for RAD sequencing LICENSE= MIT -# ddocent test data do not unpack with FreeBSD 11.1 /usr/bin/unzip -RUN_DEPENDS= unzip>=0:archivers/unzip \ - mawk>=0:lang/mawk \ +RUN_DEPENDS= mawk>=0:lang/mawk \ gawk>=0:lang/gawk \ coreutils>=0:sysutils/coreutils \ gnuplot>=0:math/gnuplot \ diff --git a/biology/igv/Makefile b/biology/igv/Makefile index 9803043d22a8..2b23dc18806e 100644 --- a/biology/igv/Makefile +++ b/biology/igv/Makefile @@ -13,8 +13,6 @@ COMMENT= Visualization tool for genomic datasets LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt -BROKEN_FreeBSD_11= FAILURE: Build failed with an exception. - BUILD_DEPENDS= openjfx14>0:java/openjfx14 \ gradle:devel/gradle6 RUN_DEPENDS= openjfx14>0:java/openjfx14 diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile index b41d1b9abf27..7b7581d2b320 100644 --- a/biology/jalview/Makefile +++ b/biology/jalview/Makefile @@ -14,8 +14,6 @@ COMMENT= Viewer and editor for multiple sequence alignments LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_11= gradle daemon systematically fails on 11: The message received from the daemon indicates that the daemon has disappeared. - BUILD_DEPENDS= gradle:devel/gradle6 USE_JAVA= yes diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile index 49d024208177..4148f33e2d63 100644 --- a/biology/ncbi-cxx-toolkit/Makefile +++ b/biology/ncbi-cxx-toolkit/Makefile @@ -10,8 +10,6 @@ COMMENT= NCBI C++ Toolkit LICENSE= PD LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE -BROKEN_FreeBSD_11= libxconnserv.so, not found (try using -rpath or -rpath-link) - LIB_DEPENDS= libcdd.so:math/cddlib \ liblmdb.so:databases/lmdb \ libpcre.so:devel/pcre diff --git a/cad/PrusaSlicer/files/patch-src_libslic3r_Thread.cpp b/cad/PrusaSlicer/files/patch-src_libslic3r_Thread.cpp deleted file mode 100644 index 23d0e75df413..000000000000 --- a/cad/PrusaSlicer/files/patch-src_libslic3r_Thread.cpp +++ /dev/null @@ -1,45 +0,0 @@ -Note that this patch may be removed after FreeBSD 11.x EoL -as latest FreeBSD versions have proper -pthread_setname_np/pthread_getname_np support. - ---- src/libslic3r/Thread.cpp.orig 2021-07-16 10:14:03 UTC -+++ src/libslic3r/Thread.cpp -@@ -9,10 +9,10 @@ - #include - #include - #include -+#include -+#include - #include --#include - #include --#include - - #include "Thread.hpp" - -@@ -206,13 +206,13 @@ void name_tbb_thread_pool_threads() - nthreads = 1; - #endif - -- if (nthreads != nthreads_hw) -- new tbb::task_scheduler_init(int(nthreads)); -+ if (nthreads != nthreads_hw) -+ tbb::global_control(tbb::global_control::max_allowed_parallelism, nthreads); - - std::atomic nthreads_running(0); - std::condition_variable cv; - std::mutex cv_m; -- auto master_thread_id = tbb::this_tbb_thread::get_id(); -+ auto master_thread_id = std::this_thread::get_id(); - tbb::parallel_for( - tbb::blocked_range(0, nthreads, 1), - [&nthreads_running, nthreads, &master_thread_id, &cv, &cv_m](const tbb::blocked_range &range) { -@@ -226,7 +226,7 @@ void name_tbb_thread_pool_threads() - std::unique_lock lk(cv_m); - cv.wait(lk, [&nthreads_running, nthreads]{return nthreads_running == nthreads;}); - } -- auto thread_id = tbb::this_tbb_thread::get_id(); -+ auto thread_id = std::this_thread::get_id(); - if (thread_id == master_thread_id) { - // The calling thread runs the 0'th task. - assert(range.begin() == 0); diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index faa3154d56ea..ffa684c185f7 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -61,8 +61,7 @@ conf_dir= ${WRKSRC}/etc/astkrc .include -.if ${OPSYS} == FreeBSD && ((${OSREL:R} <= 12 && ${OSVERSION} < 1201506) \ - || (${OSREL:R} > 12 && ${OSVERSION} < 1300068)) +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300068 # ASTK is not useful without french/aster IGNORE= a larger value of ARG_MAX is needed for Code_Aster, please upgrade your system .endif diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 978768bd3c9d..767c08faf32c 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= fails to compile: invokes x86 asm -BROKEN_FreeBSD_11= undefined reference to __atomic_load BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ diff --git a/cad/stepcode/Makefile b/cad/stepcode/Makefile index e066166c1410..0e0d45bdf751 100644 --- a/cad/stepcode/Makefile +++ b/cad/stepcode/Makefile @@ -10,7 +10,6 @@ COMMENT= Generates C++ and Python from ISO10303 files LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_11_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1 BROKEN_FreeBSD_12_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1 USES= cmake compiler:c++11-lang diff --git a/chinese/fcitx-libpinyin/files/patch-src__CMakeLists.txt b/chinese/fcitx-libpinyin/files/patch-src__CMakeLists.txt deleted file mode 100644 index 5a1d19c76611..000000000000 --- a/chinese/fcitx-libpinyin/files/patch-src__CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/CMakeLists.txt.orig 2013-07-16 05:34:05.000000000 +0900 -+++ ./src/CMakeLists.txt 2014-03-19 15:51:24.000000000 +0900 -@@ -22,6 +22,7 @@ - ) - - add_definitions( -DLOCALEDIR=\"${CMAKE_INSTALL_PREFIX}/share/locale\" ) -+add_definitions( -D_WITH_GETLINE ) - - fcitx_add_addon_full(libpinyin DESC - SOURCES ${fcitx_libpinyin_sources} diff --git a/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc b/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc index 9fbac7843ef2..d2185f29451c 100644 --- a/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc +++ b/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc @@ -1,10 +1,9 @@ ---- src/PYLibPinyin.cc.orig 2015-01-23 04:57:48 UTC +--- src/PYLibPinyin.cc.orig 2018-06-27 03:08:59 UTC +++ src/PYLibPinyin.cc -@@ -21,6 +21,8 @@ +@@ -21,6 +21,7 @@ #include "PYLibPinyin.h" -+#define _WITH_GETLINE +#include #include #include diff --git a/chinese/libpinyin/Makefile b/chinese/libpinyin/Makefile index 4f96ddd947c7..64aabe0140b7 100644 --- a/chinese/libpinyin/Makefile +++ b/chinese/libpinyin/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include \ - -I${BDB_INCLUDE_DIR} -D_WITH_GETLINE" \ + -I${BDB_INCLUDE_DIR}" \ LDFLAGS="-L${LOCALBASE}/lib -l${BDB_LIB_NAME}" INSTALL_TARGET=install-strip diff --git a/comms/aprsd/Makefile b/comms/aprsd/Makefile index 8e9f34aaf000..bcd9254ef6bf 100644 --- a/comms/aprsd/Makefile +++ b/comms/aprsd/Makefile @@ -12,7 +12,6 @@ COMMENT= Server daemon providing Internet access to APRS packet data LICENSE= GPLv2 -BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' GNU_CONFIGURE= yes diff --git a/comms/usbmuxd/files/patch-src_usb.c b/comms/usbmuxd/files/patch-src_usb.c deleted file mode 100644 index 8a6240a3de35..000000000000 --- a/comms/usbmuxd/files/patch-src_usb.c +++ /dev/null @@ -1,17 +0,0 @@ -libusb_has_capability() was implemented in r361977 and is only available on: -FreeBSD >= 1104501, 1201518, 1300098 -However, libusb in all supported versions of FreeBSD supports hotplug events. - -This patch can be safely removed after 11.4 and 12.1 EOL. - ---- src/usb.c.orig 2021-01-21 10:10:40 UTC -+++ src/usb.c *** 7955 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 21:39:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81E93670B73 for ; Thu, 30 Sep 2021 21:39:22 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: from mail-yb1-xb29.google.com (mail-yb1-xb29.google.com [IPv6:2607:f8b0:4864:20::b29]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL68B384fz4vd2 for ; Thu, 30 Sep 2021 21:39:22 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: by mail-yb1-xb29.google.com with SMTP id m132so16301189ybf.8 for ; Thu, 30 Sep 2021 14:39:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kev009.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/nShtJ5Kx6kbX7v93xeNrVV5vYPkV/DsomaaLt5Djes=; b=gRcgTBar7Bdy2cFEdJ6tx86SBzzwWLy8FDpBt7zJW031OGYJ8yQiapLSW2ExJ7nEmj aH3CHUZ/xHYapPLmRcLr+/F2L/vqxdbiJxEayLmxpibJcLdXR55CUW51HHYctsW1BHiR BTMQGiP+f2XoiCRPHDfdomuh6xvZ0/wfe3H4A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/nShtJ5Kx6kbX7v93xeNrVV5vYPkV/DsomaaLt5Djes=; b=VlTbOCr5LOeZSYcGxemmUEYKSGb87R0msDcn251Hf1qb45R0LhtwQzcGX1ZHOcfNTT 6oDAycOavoIRX83StlFtXnLLxi2vyIbu/e4uiRl8DGPR/gp+sufb+xkfEMO574/BGsgX N89MQaT+veDWwcwJshPDs3sAGW8goCdmGQk5i6YfE4oDg3gc77Xq3qavjb7Sshprg/u/ a+J0L3t41dR2vpBhNkVpkjK5P6vRWm3615lUbB8xi2EX00oihaPoBpVsHdRNy4VEHGqE t9eOESRxNstKmv+vc+wFBC8eSnofccCQPu4tio47RfV52E9jAKgtG7nOoirGJHTEHAxd AJSQ== X-Gm-Message-State: AOAM53196YgzJJf3CTTe/iabYGRCkMwPBpuj5db5XrpYfWo+HmEFGslD x7nRks1m5JHONKnwS8ebUVnjUmWXUro4LsKyGTPRsw== X-Google-Smtp-Source: ABdhPJyVLotOV5vxuc/oCuN44FtRh7brzTOMNYLM0g+cwxWPgRBNvrOkCuFm/cGO+MKkQ/LLwvo9JbKtQRkpGwffjwk= X-Received: by 2002:a25:54c5:: with SMTP id i188mr1895200ybb.43.1633037956048; Thu, 30 Sep 2021 14:39:16 -0700 (PDT) MIME-Version: 1.0 References: <202109302127.18ULReMj041856@gitrepo.freebsd.org> In-Reply-To: <202109302127.18ULReMj041856@gitrepo.freebsd.org> From: Kevin Bowling Date: Thu, 30 Sep 2021 14:39:03 -0700 Message-ID: Subject: Re: git: 620968a43a5f - main - cleanup: drop support for EOL FreeBSD 11.X To: Rene Ladan Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4HL68B384fz4vd2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:39:22 -0000 On Thu, Sep 30, 2021 at 2:27 PM Rene Ladan wrote: > > The branch main has been updated by rene: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=620968a43a5f9bb3fa98ab20f257a4c0d864caa7 > > commit 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 > Author: Rene Ladan > AuthorDate: 2021-09-11 14:57:58 +0000 > Commit: Rene Ladan > CommitDate: 2021-09-30 21:23:30 +0000 > > cleanup: drop support for EOL FreeBSD 11.X > > Search criteria used: > - 11.4 > - OSREL* > - OSVER* > - *_FreeBSD_11 > > Input from: > - adridg: devel/qca-legacy > - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds > - sunpoet: security/p5-*OpenSSL* > > Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust > Differential Revision: https://reviews.freebsd.org/D32008 > Test Plan: make index > --- > MOVED | 2 + > Mk/Scripts/rust-compat11-canary.sh | 2 +- > Mk/Uses/qca.mk | 6 - > Mk/bsd.port.mk | 2 +- > Tools/scripts/tindex | 8 +- > archivers/py-zstandard/Makefile | 1 - > astro/kosmorro/Makefile | 21 +- > astro/kosmorro/pkg-plist | 4 +- > astro/qmapshack/Makefile | 2 - > audio/csound/Makefile | 8 +- > audio/moony-lv2/Makefile | 2 - > audio/musicpd/files/patch-meson.build | 17 +- > audio/surge-synthesizer-lv2/Makefile | 2 - > ...e_vstgui_lib_platform_linux_x11fileselector.cpp | 5 +- > audio/tagutil/Makefile | 3 - > audio/vst3sdk/Makefile | 1 - > ...4_vstgui_lib_platform_linux_x11fileselector.cpp | 3 +- > base/gcc6/Makefile | 7 +- > biology/abyss/Makefile | 1 - > biology/ddocent/Makefile | 4 +- > biology/igv/Makefile | 2 - > biology/jalview/Makefile | 2 - > biology/ncbi-cxx-toolkit/Makefile | 2 - > .../files/patch-src_libslic3r_Thread.cpp | 45 --- > cad/astk-serveur/Makefile | 3 +- > cad/openvsp/Makefile | 1 - > cad/stepcode/Makefile | 1 - > .../files/patch-src__CMakeLists.txt | 10 - > .../ibus-libpinyin/files/patch-src_PYLibPinyin.cc | 5 +- > chinese/libpinyin/Makefile | 2 +- > comms/aprsd/Makefile | 1 - > comms/usbmuxd/files/patch-src_usb.c | 17 - > databases/arrow/Makefile | 2 - > databases/clickhouse/Makefile | 8 - > databases/clickhouse/files/clickhouse.in | 11 +- > databases/couchdb3/Makefile | 2 +- > databases/foundationdb-devel/Makefile | 1 - > databases/foundationdb/Makefile | 1 - > databases/gnats4/Makefile | 1 - > .../iowow/files/patch-src_platform_unix_unix.c | 13 +- > databases/mariadb103-server/Makefile | 6 - > databases/mariadb103-server/files/mysql-server.in | 14 +- > databases/mariadb104-server/Makefile | 6 - > databases/mariadb104-server/files/mysql-server.in | 14 +- > databases/mariadb105-server/Makefile | 6 - > databases/mariadb105-server/files/mysql-server.in | 14 +- > databases/memcached/Makefile | 2 +- > databases/mongodb36/Makefile | 6 - > databases/mongodb36/files/mongod.in | 11 +- > databases/mongodb40/Makefile | 6 - > databases/mongodb40/files/mongod.in | 11 +- > databases/mongodb42/Makefile | 7 - > databases/mongodb42/files/mongod.in | 11 +- > databases/mongodb44/Makefile | 6 - > databases/mongodb44/files/mongod.in | 11 +- > databases/mongodb50/Makefile | 6 - > databases/mongodb50/files/mongod.in | 11 +- > databases/mysql-connector-c/Makefile | 2 +- > databases/mysql55-server/Makefile | 6 - > databases/mysql55-server/files/mysql-server.in | 12 +- > databases/mysql56-server/Makefile | 6 - > databases/mysql56-server/files/mysql-server.in | 12 +- > databases/mysql57-server/Makefile | 6 - > databases/mysql57-server/files/mysql-server.in | 12 +- > databases/mysql80-server/Makefile | 18 +- > databases/mysql80-server/files/mysql-server.in | 12 +- > databases/mysqlwsrep56-server/Makefile | 6 - > .../mysqlwsrep56-server/files/mysql-server.in | 16 +- > databases/mysqlwsrep57-server/Makefile | 10 +- > .../mysqlwsrep57-server/files/mysql-server.in | 12 +- > databases/percona56-server/Makefile | 6 - > databases/percona56-server/files/mysql-server.in | 12 +- > databases/percona57-server/Makefile | 6 - > databases/percona57-server/files/mysql-server.in | 12 +- > databases/rocksdb/Makefile | 1 - > deskutils/ausweisapp2/Makefile | 6 - > deskutils/easystroke/Makefile | 1 - > deskutils/nextcloudclient/Makefile | 4 - > deskutils/sysctlview/Makefile | 3 - > devel/Makefile | 1 - > devel/R-cran-data.table/Makefile | 12 +- > devel/aml/files/patch-freebsd11 | 57 --- > devel/android-tools-simpleperf/files/Makefile | 1 - > devel/basu/Makefile | 5 - > devel/bazel/Makefile | 1 - > devel/bazel029/Makefile | 1 - > devel/bear/Makefile | 7 - > ...ource_intercept_source_report_libexec_Logger.cc | 10 - > devel/bitkeeper/Makefile | 1 - > devel/concurrencpp/Makefile | 2 - > devel/creduce/Makefile | 1 - > devel/dwarves/Makefile | 2 - > devel/elfutils/Makefile | 1 - > devel/evemu/Makefile | 2 +- > devel/folly/Makefile | 1 - > devel/freebsd-sysroot/Makefile | 2 - > devel/goredo/Makefile | 6 - > devel/hs-ShellCheck/Makefile | 4 - > devel/indi/Makefile | 2 - > devel/juce/Makefile | 2 - > devel/llbuild/Makefile | 1 - > devel/llvm10/Makefile | 6 - > devel/llvm11/Makefile | 6 - > devel/llvm12/Makefile | 6 - > devel/llvm13/Makefile | 7 - > devel/llvm70/Makefile | 6 - > devel/llvm80/Makefile | 6 - > devel/llvm90/Makefile | 6 - > devel/nextpnr/Makefile | 1 - > devel/p4/Makefile | 1 - > devel/p4api/Makefile | 1 - > devel/performance/Makefile | 1 - > devel/ptlib/Makefile | 2 +- > devel/py-keystone-engine/Makefile | 1 - > devel/py-pycapsicum/files/patch-__pycapsicum.c | 16 - > devel/qca-legacy/Makefile | 58 ---- > devel/qca-legacy/distinfo | 3 - > .../files/patch-plugins_qca-botan_CMakeLists.txt | 10 - > .../files/patch-plugins_qca-ossl_ossl110-compat.h | 49 --- > .../files/patch-plugins_qca-ossl_qca-ossl.cpp | 44 --- > devel/qca-legacy/pkg-descr | 13 - > devel/qca-legacy/pkg-plist | 33 -- > devel/qca/Makefile | 8 +- > devel/rubygem-rice/Makefile | 1 - > devel/spirv-llvm-translator/Makefile | 5 - > devel/zpu-gcc/Makefile | 1 - > dns/bundy/Makefile | 1 - > ...go-crates_libsodium-sys-stable-1.19.11_build.rs | 10 - > dns/gdnsd3/Makefile | 10 +- > dns/ldns/Makefile | 5 - > dns/powerdns-recursor/Makefile | 16 +- > dns/powerdns/Makefile | 16 +- > editors/libreoffice/Makefile | 5 - > editors/libreoffice6/Makefile | 5 - > emulators/i386-wine-devel/Makefile | 2 +- > emulators/i386-wine-devel/Makefile.amd64 | 6 +- > emulators/i386-wine/Makefile | 2 +- > emulators/i386-wine/Makefile.amd64 | 6 +- > emulators/i386-wine/pkg-plist | 1 - > emulators/libc6-shim/Makefile | 1 - > emulators/linux_base-c7/Makefile | 3 +- > emulators/mesen/Makefile | 17 +- > emulators/qemu-devel/Makefile | 1 - > emulators/qemu-guest-agent/Makefile | 6 - > emulators/qemu-guest-agent/pkg-message-11 | 24 -- > .../rpcs3/files/patch-rpcs3_Emu_system__config.h | 16 - > emulators/rtc/files/rtc.c | 18 - > emulators/sameboy/Makefile | 1 - > emulators/xen-kernel/Makefile | 4 - > emulators/yuzu/files/patch-freebsd11 | 46 --- > finance/ledger/Makefile | 1 - > french/aster/Makefile | 3 +- > ftp/bsdftpd-ssl/Makefile | 4 - > games/0ad/Makefile | 1 - > games/eduke32/Makefile | 2 +- > games/fishsupper/Makefile | 1 - > games/hyperrogue/Makefile | 2 - > games/lander/Makefile | 1 - > games/libretro-snes9x/Makefile | 2 - > games/libretro-snes9x2010/Makefile | 8 +- > games/linux-steam-utils/Makefile | 1 - > games/rlvm/Makefile | 6 - > games/stockfish/Makefile | 1 - > games/veloren/Makefile | 5 - > graphics/Makefile | 1 - > graphics/blender-lts28/Makefile | 4 - > graphics/blender/Makefile | 4 - > graphics/drm-fbsd11.2-kmod/Makefile | 38 -- > graphics/drm-fbsd11.2-kmod/distinfo | 3 - > graphics/drm-fbsd11.2-kmod/pkg-descr | 6 - > graphics/drm-fbsd11.2-kmod/pkg-message | 21 -- > graphics/drm-fbsd11.2-kmod/pkg-plist | 8 - > graphics/drm-fbsd12.0-kmod/Makefile | 2 +- > graphics/drm-kmod/Makefile | 4 +- > graphics/dspdfviewer/Makefile | 2 +- > graphics/libjxl/Makefile | 4 - > graphics/mesa-devel/Makefile | 5 - > graphics/mesa-devel/files/patch-freebsd11 | 34 -- > graphics/mesa-dri/Makefile.common | 4 - > .../files/extra-patch-src_util_build__id.c | 15 - > graphics/openshadinglanguage/Makefile | 5 - > graphics/pcl-pointclouds/Makefile | 1 - > graphics/pixie/Makefile | 1 - > graphics/rawtherapee/Makefile | 13 - > irc/ircproxy/Makefile | 2 - > java/bootstrap-openjdk11/Makefile | 2 - > java/openjdk11/Makefile | 7 +- > java/openjdk12/Makefile | 7 +- > java/openjdk13/Makefile | 7 +- > java/openjdk14/Makefile | 7 +- > java/openjdk15/Makefile | 7 +- > java/openjdk16/Makefile | 7 +- > lang/ccl/Makefile | 7 +- > lang/clover/Makefile | 1 - > lang/crystal/Makefile | 1 - > lang/gcc6-aux/Makefile | 12 +- > lang/ghc/Makefile | 8 +- > lang/gnustep-base/Makefile | 1 - > lang/go/Makefile | 8 +- > lang/hermes/Makefile | 6 - > lang/ldc/Makefile | 2 +- > lang/luajit-openresty/Makefile | 8 +- > lang/perl5-devel/Makefile | 7 +- > lang/perl5.30/Makefile | 7 +- > lang/perl5.32/Makefile | 7 +- > lang/perl5.34/Makefile | 7 +- > lang/python310/Makefile | 4 +- > lang/rust-bootstrap/Makefile | 2 - > lang/rust/Makefile | 13 +- > lang/zig-devel/Makefile | 1 - > lang/zig/Makefile | 1 - > mail/imapfilter/Makefile | 2 - > mail/isync/Makefile | 8 +- > mail/opensmtpd/Makefile | 9 +- > mail/postfix-current/Makefile | 6 +- > mail/postfix/Makefile | 6 +- > mail/qpopper/Makefile | 2 +- > mail/sendmail-devel/Makefile | 6 - > mail/sendmail/Makefile | 10 - > mail/sid-milter/Makefile | 2 - > mail/thunderbird/files/patch-cubeb-oss | 5 +- > math/clblas/Makefile | 1 - > math/flann/files/patch-src_cpp_CMakeLists.txt | 27 -- > math/libflame/Makefile | 4 - > math/opensolaris-libm/Makefile | 15 +- > math/openturns/Makefile | 2 - > math/py-ducc0/Makefile | 2 - > math/py-matplotlib/Makefile | 2 - > math/pynac/Makefile | 6 - > misc/free42/Makefile | 2 - > misc/lxi-tools/Makefile | 1 - > misc/xplr/Makefile | 11 +- > .../aom/files/patch-aom__ports_arm__cpudetect.c | 40 +-- > .../aom/files/patch-aom__ports_ppc__cpudetect.c | 14 +- > multimedia/cclive/Makefile | 1 - > multimedia/dav1d/files/patch-neon-freebsd11 | 41 --- > multimedia/ffmpeg/Makefile | 13 - > multimedia/gstreamer1-plugins-rust/Makefile | 1 - > .../libvpx/files/patch-vpx__ports_arm__cpudetect.c | 36 +- > .../libvpx/files/patch-vpx__ports_ppc__cpudetect.c | 14 +- > multimedia/mkvtoolnix/Makefile | 1 - > multimedia/obs-studio/Makefile | 1 - > multimedia/subtitleripper/Makefile | 2 +- > multimedia/svt-av1/Makefile | 4 - > multimedia/svt-hevc/Makefile | 4 - > multimedia/svt-vp9/Makefile | 4 - > multimedia/vapoursynth-vmaf/Makefile | 5 - > multimedia/vlc/Makefile | 5 - > multimedia/vvdec/Makefile | 2 - > multimedia/zoneminder/Makefile | 2 +- > net-im/ejabberd/Makefile | 4 - > net-im/jicofo/files/pkg-message.in | 8 +- > net-im/jitsi-videobridge/files/pkg-message.in | 10 +- > net-im/licq/Makefile | 1 - > net-im/mtxclient/Makefile | 2 - > net-im/tg_owt/Makefile | 6 - > net-mgmt/kismet/Makefile | 2 +- > net-mgmt/net-snmp/Makefile | 2 +- > net-mgmt/netdata/Makefile | 3 - > net-mgmt/nstat/Makefile | 8 +- > net-mgmt/py-gstat_exporter/Makefile | 2 - > net-p2p/monero-cli/Makefile | 4 - > net-p2p/openethereum/Makefile | 2 - > net-p2p/qtum/Makefile | 14 +- > net/dhcprelya/Makefile | 2 +- > net/hostapd-devel/Makefile | 2 - > net/httping/Makefile | 2 +- > net/krill/Makefile | 3 - > net/libfabric/Makefile | 2 - > net/libpfctl/Makefile | 1 - > net/ntpsec/Makefile | 6 - > net/openldap25-server/Makefile | 8 +- > net/openntpd/Makefile | 13 - > net/packetdrill/Makefile | 2 - > net/qt5-network/Makefile | 5 - > net/rdist6/Makefile | 2 +- > net/rpki-client/Makefile | 8 +- > net/socat/files/socat.in | 1 - > net/usockets/Makefile | 1 - > net/waypipe/files/patch-neon-freebsd11 | 55 --- > net/wireguard-kmod/Makefile | 2 - > net/wireguard/Makefile | 6 - > print/pdf-tools/Makefile | 1 - > science/siconos/Makefile | 1 - > security/afl++/Makefile | 4 - > security/botan2/Makefile | 4 - > security/dsniff/Makefile | 6 +- > security/fwbuilder/Makefile | 1 - > security/gost-engine/Makefile | 5 - > security/ipsec-tools/Makefile | 2 +- > security/isal-kmod/Makefile | 1 - > security/krb5-devel/Makefile | 2 - > security/libfido2/Makefile | 1 - > security/liboqs/Makefile | 1 - > security/libretls/Makefile | 2 - > security/ncrack/Makefile | 8 +- > security/openiked-portable/Makefile | 8 +- > security/p5-Crypt-OpenSSL-CA/Makefile | 2 +- > security/p5-OpenCA-OpenSSL/Makefile | 6 +- > security/pam_ssh_agent_auth/Makefile | 1 - > security/pkcs11-tools/Makefile | 4 - > security/pks/Makefile | 2 +- > security/py-cryptography/Makefile | 11 - > security/py-openssl/Makefile | 9 - > security/racoon2/Makefile | 2 - > security/seahorse/Makefile | 6 - > security/softhsm2/Makefile | 2 - > security/tpm2-tools/Makefile | 8 +- > security/uacme/Makefile | 2 +- > security/wpa_supplicant-devel/Makefile | 2 - > security/zeek/Makefile | 1 - > sysutils/acpica-tools/Makefile | 1 - > sysutils/apache-mesos/Makefile | 2 - > sysutils/arcconf/Makefile | 7 +- > sysutils/barrier/Makefile | 2 - > sysutils/bhyve+/Makefile | 4 +- > sysutils/bhyve+/files/freebsd-11/patch-bhyve-shelp | 79 ----- > sysutils/bhyve+/files/freebsd-11/patch-libvmmapi | 33 -- > sysutils/bhyve+/files/freebsd-11/patch-virtio-9p | 385 --------------------- > sysutils/bhyve+/files/freebsd-11/patch-vtd-fix | 211 ----------- > .../files/patch-cf-execd_cf-execd-runagent.c | 15 - > .../files/patch-cf-execd_cf-execd-runagent.c | 15 - > sysutils/crate/Makefile | 2 - > sysutils/ddpt/Makefile | 2 - > sysutils/dtrace-toolkit/Makefile | 2 +- > sysutils/fluent-bit/Makefile | 4 - > sysutils/gnome-control-center/Makefile | 5 - > sysutils/hexpeek/Makefile | 2 +- > sysutils/hid-tools/Makefile | 2 - > sysutils/iichid/Makefile | 1 - > sysutils/ipmitool/Makefile | 2 +- > sysutils/keyd/Makefile | 1 - > sysutils/kvmclock-kmod/Makefile | 1 - > sysutils/libdnf/Makefile | 2 - > sysutils/netevent/Makefile | 1 - > sysutils/nsysctl/Makefile | 3 - > sysutils/nvme-cli/Makefile | 1 - > sysutils/openzfs-kmod/Makefile | 2 +- > sysutils/openzfs/Makefile | 2 +- > sysutils/panicmail/Makefile | 11 +- > sysutils/py-azure-cli-core/Makefile | 5 +- > sysutils/rshim-user-space/Makefile | 2 +- > sysutils/sdparm/Makefile | 2 - > sysutils/sleuthkit/Makefile | 1 - > sysutils/sysctlbyname-improved-kmod/Makefile | 6 - > sysutils/sysctlinfo-kmod/Makefile | 5 - > sysutils/tracker/Makefile | 5 - > sysutils/tracker3/Makefile | 5 - > sysutils/u-boot-master/Makefile | 8 - > sysutils/u-boot-sopine-spi/Makefile | 1 - > sysutils/uhidd/files/patch-less-basename | 286 --------------- > sysutils/xen-tools/Makefile | 4 - > sysutils/ztop/Makefile | 2 - > textproc/apertium/Makefile | 1 - > textproc/bsdgrep/Makefile | 4 +- > textproc/dwdiff/Makefile | 1 - > textproc/libucl/Makefile | 2 +- > textproc/xmlwrapp/Makefile | 1 - > www/chromium/Makefile | 1 - > www/cpp-httplib/Makefile | 4 +- > www/deno/Makefile | 1 - > www/epiphany/Makefile | 8 +- > www/firefox-esr/files/patch-cubeb-oss | 5 +- > www/firefox/files/patch-freebsd11 | 21 -- > www/h2o-devel/Makefile | 1 - > www/h2o/Makefile | 1 - > www/httest/Makefile | 8 +- > www/lagrange/Makefile | 8 +- > www/libdatachannel/Makefile | 8 +- > www/mod_authnz_crowd/Makefile | 1 - > www/mod_rpaf2/files/patch-mod__rpaf.c | 31 -- > www/node/Makefile | 5 - > www/node10/Makefile | 5 - > www/node10/files/patch-common.gypi | 18 - > www/node14/Makefile | 5 - > www/polipo/files/pkg-install.in | 8 - > www/quark/Makefile | 5 - > www/sitecopy/Makefile | 2 +- > www/trafficserver/Makefile | 6 - > x11-drivers/xf86-video-intel/Makefile | 2 - > x11-servers/xorg-server/Makefile | 5 +- > x11-toolkits/gnustep-gui/Makefile | 2 - > x11-toolkits/gtk40/Makefile | 5 - > .../files/patch-include_wlr_types_wlr__seat.h | 26 -- > x11-toolkits/wlroots/pkg-message | 2 - > x11-wm/gamescope/Makefile | 1 - > x11-wm/picom/files/patch-src_log.c | 21 -- > x11/brisk-menu/Makefile | 7 - > x11/foot/Makefile | 5 - > x11/gnome-shell/Makefile | 5 - > x11/kitty/Makefile | 5 - > x11/libxkbcommon/Makefile | 1 - > x11/nvidia-driver/Makefile | 2 - > x11/squeekboard/Makefile | 1 - > x11/taiga/Makefile | 1 - > x11/waybar/Makefile | 1 - > x11/wayland-logout/Makefile | 2 +- > x11/xlockmore/Makefile | 4 - > x11/xorg-minimal/Makefile | 10 +- > 399 files changed, 171 insertions(+), 3400 deletions(-) > > diff --git a/MOVED b/MOVED > index 46dd76627fa7..c76524ba3ca5 100644 > --- a/MOVED > +++ b/MOVED > @@ -16498,3 +16498,5 @@ multimedia/sms1xxx-kmod|multimedia/webcamd|2021-09-30|Has expired: Supports DVB > sysutils/cfengine311|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported. > sysutils/cfengine-masterfiles311|sysutils/cfengine-masterfiles317|2021-09-30|Has expired: cfengine311 will retire at FreeBSD 11 EOL > mail/postfix35|mail/postfix|2021-09-30|Has expired: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x) > +graphics/drm-fbsd11.2-kmod||2021-09-30|Removed, only useful on EOL FreeBSD 11.4 > +devel/qca-legacy|devel/qca|2021-09-30|Removed, only useful on EOL FreeBSD 11.4 > diff --git a/Mk/Scripts/rust-compat11-canary.sh b/Mk/Scripts/rust-compat11-canary.sh > index ccc158cba664..64cd3dc2104c 100644 > --- a/Mk/Scripts/rust-compat11-canary.sh > +++ b/Mk/Scripts/rust-compat11-canary.sh > @@ -3,7 +3,7 @@ > set -eu > set -o pipefail > > -if [ "${OPSYS}" != FreeBSD ] || [ "${OSVERSION}" -lt 1200000 ]; then > +if [ "${OPSYS}" != FreeBSD ] ; then > exit 0 > fi > > diff --git a/Mk/Uses/qca.mk b/Mk/Uses/qca.mk > index 5b5c49ae867c..72f46105946c 100644 > --- a/Mk/Uses/qca.mk > +++ b/Mk/Uses/qca.mk > @@ -16,13 +16,7 @@ IGNORE+= USES=qca takes no arguments > _QCA_LIB= libqca-qt5.so > > _QCA_DEFAULT_PORT= devel/qca > -_QCA_LEGACY_PORT= devel/qca-legacy > - > -. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} == base > -_QCA_CHOSEN_PORT= LEGACY > -. else > _QCA_CHOSEN_PORT= DEFAULT > -. endif > > LIB_DEPENDS+= ${_QCA_LIB}:${_QCA_${_QCA_CHOSEN_PORT}_PORT} > > diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk > index 493b15a59fff..866f45586523 100644 > --- a/Mk/bsd.port.mk > +++ b/Mk/bsd.port.mk > @@ -1177,7 +1177,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC > .endif > _EXPORTED_VARS+= OSVERSION > > -.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1104000 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1202000))) || \ > +.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1202000) || \ > (${OPSYS} == DragonFly && ${DFLYVERSION} < 400400) > _UNSUPPORTED_SYSTEM_MESSAGE= Ports Collection support for your ${OPSYS} version has ended, and no ports\ > are guaranteed to build on this system. Please upgrade to a supported release. > diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex > index 57a74dd8c23f..8d6819fa6302 100755 > --- a/Tools/scripts/tindex > +++ b/Tools/scripts/tindex > @@ -27,7 +27,6 @@ ERROR_ADDRESS=root@localhost > # Location of ports tree and source trees > export BASEDIR=/a/tindex > export PORTSDIR=${BASEDIR}/ports > -export SRCDIR11=${BASEDIR}/src.11 > export SRCDIR12=${BASEDIR}/src.12 > export SRCDIR13=${BASEDIR}/src.13 > export SRCDIR14=${BASEDIR}/src.14 > @@ -114,9 +113,6 @@ export INDEX_JOBS=3 > export INDEX_QUIET=1 > > # First update the source trees to get current OSVERSION > -${SVN} -q up ${SRCDIR11}/sys/sys > -OSVERSION11=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR11}/sys/sys/param.h) > - > ${SVN} -q up ${SRCDIR12}/sys/sys > OSVERSION12=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR12}/sys/sys/param.h) > > @@ -127,7 +123,7 @@ ${GIT} -C ${SRCDIR14} pull --rebase -q > OSVERSION14=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR14}/sys/sys/param.h) > > cd ${PORTSDIR} > -rm -f INDEX-11 INDEX-11.bz2 INDEX-12 INDEX-12.bz2 INDEX-13 INDEX-13.bz2 INDEX-14 INDEX-14.bz2 > +rm -f INDEX-12 INDEX-12.bz2 INDEX-13 INDEX-13.bz2 INDEX-14 INDEX-14.bz2 > OLD_HEAD=$(${GIT} rev-parse HEAD) > if ! ${GIT} pull --ff-only > git.log 2>&1 ; then > (echo "Git update failed with conflicts:"; > @@ -135,7 +131,7 @@ if ! ${GIT} pull --ff-only > git.log 2>&1 ; then > exit 1 > fi > > -for branch in 11.x 12.x 13.x 14.x; do > +for branch in 12.x 13.x 14.x; do > release=$(echo $branch | sed -e 's,.x,,') > > eval _osver=\$OSVERSION${release} > diff --git a/archivers/py-zstandard/Makefile b/archivers/py-zstandard/Makefile > index cda12bea3fdc..6f6fe4343c68 100644 > --- a/archivers/py-zstandard/Makefile > +++ b/archivers/py-zstandard/Makefile > @@ -9,7 +9,6 @@ COMMENT= Zstandard bindings for Python, a full-featured version > > LICENSE= BSD2CLAUSE > > -BROKEN_FreeBSD_11_powerpc64= fails to build: cffi.error.CDefError: parse error > BROKEN_FreeBSD_12_powerpc64= fails to build: cffi.error.CDefError: parse error > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR} > diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile > index ce88825eade5..9af2d2c9f8bc 100644 > --- a/astro/kosmorro/Makefile > +++ b/astro/kosmorro/Makefile > @@ -13,7 +13,8 @@ LICENSE= AGPLv3 > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ > ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ > ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\ > - ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR} > + ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR} \ > + ronn:textproc/rubygem-ronn > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ > ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ > ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\ > @@ -32,25 +33,9 @@ PDF_RUN_DEPENDS=pdflatex:print/tex-formats > > NO_ARCH= yes > > -.include > - > -# ronn is broken on 11.x => do not build manpages > -.if ${OSVERSION} < 1200000 > -PLIST_SUB+= MAN="@comment " > -.else > -BUILD_DEPENDS+= ronn:textproc/rubygem-ronn > -PLIST_SUB+= MAN="" > -.endif > - > pre-configure: > ${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/Makefile > -.if ${OSVERSION} < 1200000 > - ${REINPLACE_CMD} -e 's|i18n manpages|manpages|' ${WRKSRC}/Makefile > - ${REINPLACE_CMD} -e '/manpage\/kosmorro/d' ${WRKSRC}/setup.py > -.else > - > post-build: > (cd ${WRKSRC} && LC_ALL=C.UTF-8 ${MAKE} manpages) > -.endif > > -.include > +.include > diff --git a/astro/kosmorro/pkg-plist b/astro/kosmorro/pkg-plist > index 3adf96711aa6..c8ee4ae38ec4 100644 > --- a/astro/kosmorro/pkg-plist > +++ b/astro/kosmorro/pkg-plist > @@ -68,5 +68,5 @@ bin/kosmorro > %%PYTHON_SITELIBDIR%%/_kosmorro/locales/nl/LC_MESSAGES/messages.po > %%PYTHON_SITELIBDIR%%/_kosmorro/locales/ru/LC_MESSAGES/messages.po > %%PYTHON_SITELIBDIR%%/_kosmorro/main.py > -%%MAN%%man/man1/kosmorro.1.gz > -%%MAN%%man/man7/kosmorro.7.gz > +man/man1/kosmorro.1.gz > +man/man7/kosmorro.7.gz > diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile > index 7c596ba5f425..a7944aec8237 100644 > --- a/astro/qmapshack/Makefile > +++ b/astro/qmapshack/Makefile > @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine > EXPIRATION_DATE=2021-06-23 > > -BROKEN_FreeBSD_11= Requires OpenSSL 1.1.0+ > - > LIB_DEPENDS= libgdal.so:graphics/gdal \ > libproj.so:graphics/proj \ > libquazip1-qt5.so:archivers/quazip \ > diff --git a/audio/csound/Makefile b/audio/csound/Makefile > index 580410c336bc..692dc19537ac 100644 > --- a/audio/csound/Makefile > +++ b/audio/csound/Makefile > @@ -169,12 +169,6 @@ WIIMOTE_DESC= Build the Wiimote opcodes > WIIMOTE_CMAKE_BOOL= BUILD_WIIMOTE_OPCODES > WIIMOTE_BROKEN= Need to port wiiuse: https://github.com/rpavlik/wiiuse > > -.include > - > -.if ${ARCH} == "i386" > -BROKEN_FreeBSD_11= libcsound64.so.6.0: undefined reference to `__atomic_store_8' / undefined reference to `__atomic_load_8' > -.endif > - > post-patch: > @${REINPLACE_CMD} -e \ > 's|/usr/include/Python2.7|${PYTHON_INCLUDEDIR}| ; \ > @@ -196,4 +190,4 @@ post-install: > post-install-FLTK-on: > @${LN} -sf libCsoundAC.so.6.0 ${STAGEDIR}${PREFIX}/lib/libCsoundAC.so.6 > > -.include > +.include > diff --git a/audio/moony-lv2/Makefile b/audio/moony-lv2/Makefile > index 4e2e78ede439..9d858ccfef9a 100644 > --- a/audio/moony-lv2/Makefile > +++ b/audio/moony-lv2/Makefile > @@ -10,8 +10,6 @@ PKGNAMESUFFIX= -lv2 > MAINTAINER= yuri@FreeBSD.org > COMMENT= Realtime Lua as programmable glue in LV2 > > -BROKEN_FreeBSD_11= undefined reference to `clog', see bug#237771 > - > LICENSE= ART20 > LICENSE_FILE= ${WRKSRC}/COPYING > > diff --git a/audio/musicpd/files/patch-meson.build b/audio/musicpd/files/patch-meson.build > index 588e13b10505..4f6749c66ad8 100644 > --- a/audio/musicpd/files/patch-meson.build > +++ b/audio/musicpd/files/patch-meson.build > @@ -1,21 +1,6 @@ > --- meson.build.orig 2021-06-23 18:56:13 UTC > +++ meson.build > -@@ -28,6 +28,14 @@ elif compiler.get_id() == 'clang' and compiler.version > - warning('Your clang version is too old. You need at least version 7.') > - endif > - > -+test_ldflags = [ > -+] > -+ > -+if compiler.get_id() == 'clang' > -+ # This can probably go away after FreeBSD 11 is EOL'd > -+ test_ldflags += '-fuse-ld=%%MPD_CLANG_LD%%' > -+endif > -+ > - version_conf = configuration_data() > - version_conf.set_quoted('PACKAGE', meson.project_name()) > - version_conf.set_quoted('PACKAGE_NAME', meson.project_name()) > -@@ -102,7 +110,7 @@ test_cflags = test_common_flags + [ > +@@ -102,7 +102,7 @@ test_cflags = test_common_flags + [ > '-Wwrite-strings', > ] > > diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile > index 0304d0b20f1a..4086cc554a5e 100644 > --- a/audio/surge-synthesizer-lv2/Makefile > +++ b/audio/surge-synthesizer-lv2/Makefile > @@ -10,8 +10,6 @@ COMMENT= Surge Synthesizer LV2 and VST plug-in > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/LICENSE > > -BROKEN_FreeBSD_11= error: use of undeclared identifier 'getline'; did you mean 'std::getline'? > - > BUILD_DEPENDS= lv2>0:audio/lv2 \ > ${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \ > ${LOCALBASE}/include/simde/simde-common.h:devel/simde \ > diff --git a/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp b/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp > index dc29cddf9a82..902a0808d894 100644 > --- a/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp > +++ b/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp > @@ -1,10 +1,9 @@ > ---- vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2020-09-24 01:49:47 UTC > +--- vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2021-04-02 18:04:51 UTC > +++ vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp > -@@ -3,6 +3,8 @@ > +@@ -3,6 +3,7 @@ > // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE > > #include "../../cfileselector.h" > -+#define _WITH_GETLINE // for FreeBSD 11 > +#include // https://github.com/surge-synthesizer/vstgui/issues/7 > #include > #include > diff --git a/audio/tagutil/Makefile b/audio/tagutil/Makefile > index 2656e7176fbe..4ae4190bc272 100644 > --- a/audio/tagutil/Makefile > +++ b/audio/tagutil/Makefile > @@ -19,9 +19,6 @@ GH_ACCOUNT= kAworu > CMAKE_ARGS= -DMAN_PATH=${PREFIX}/man > CMAKE_SOURCE_PATH= ${WRKSRC}/src > > -LDFLAGS_FreeBSD_11= -fuse-ld=lld > -LDFLAGS+= ${LDFLAGS_${OPSYS}_${OSREL:R}} > - > PLIST_FILES= bin/tagutil \ > man/man1/tagutil.1.gz > > diff --git a/audio/vst3sdk/Makefile b/audio/vst3sdk/Makefile > index 345b6ec931a5..bf258b590ff6 100644 > --- a/audio/vst3sdk/Makefile > +++ b/audio/vst3sdk/Makefile > @@ -11,7 +11,6 @@ LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > BROKEN_i386= fails to build: static_assert failed due to requirement 'alignof(Steinberg::Vst::ProcessContext) == (0 ? 8U : 0 ? 1U : 1 ? 8U : 8U) > -BROKEN_FreeBSD_11= x11fileselector.cpp:57:9: error: use of undeclared identifier 'getline'; did you mean 'std::getline'? > > BUILD_DEPENDS= bash:shells/bash > LIB_DEPENDS= libexpat.so:textproc/expat2 \ > diff --git a/audio/vst3sdk/files/patch-vstgui4_vstgui_lib_platform_linux_x11fileselector.cpp b/audio/vst3sdk/files/patch-vstgui4_vstgui_lib_platform_linux_x11fileselector.cpp > index 63c2750dd86c..26c2598affba 100644 > --- a/audio/vst3sdk/files/patch-vstgui4_vstgui_lib_platform_linux_x11fileselector.cpp > +++ b/audio/vst3sdk/files/patch-vstgui4_vstgui_lib_platform_linux_x11fileselector.cpp > @@ -2,11 +2,10 @@ > > --- vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2020-08-20 14:14:27 UTC > +++ vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp > -@@ -6,6 +6,9 @@ > +@@ -6,6 +6,8 @@ > #include > #include > > -+#define _WITH_GETLINE // this is still required on FreeBSD 11 > +#include > + > //------------------------------------------------------------------------ > diff --git a/base/gcc6/Makefile b/base/gcc6/Makefile > index 2e26c3a62976..05b0bfc6f833 100644 > --- a/base/gcc6/Makefile > +++ b/base/gcc6/Makefile > @@ -49,17 +49,14 @@ CONFIGURE_ARGS+= \ > --with-gxx-include-dir=/usr/include/c++/v1/ \ > --with-sysroot="/" \ > --with-build-sysroot=${CROSS_SYSROOT} \ > - -with-pkgversion="GNU Collection for FreeBSD" > + -with-pkgversion="GNU Collection for FreeBSD" \ > + --enable-initfini-array > > ALL_TARGET?= all-gcc > INSTALL_TARGET?= install-gcc > > .include > > -.if ${OSVERSION} >= 1200000 > -CONFIGURE_ARGS+= --enable-initfini-array > -.endif > - > .if ${HOSTARCH} == "amd64" > CONFIGURE_TARGET= x86_64-unknown-${OPSYS:tl}${OSREL} > .else > diff --git a/biology/abyss/Makefile b/biology/abyss/Makefile > index 141b25659a53..91d52df097ac 100644 > --- a/biology/abyss/Makefile > +++ b/biology/abyss/Makefile > @@ -9,7 +9,6 @@ LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/LICENSE > > BROKEN_i386= result of comparison of constant 18446744073709551615 with expression of type 'size_t', see https://github.com/bcgsc/abyss/issues/310 > -BROKEN_FreeBSD_11= error: use of undeclared identifier 'getline'; did you mean 'std::getline'? > > BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs \ > ghc:lang/ghc \ > diff --git a/biology/ddocent/Makefile b/biology/ddocent/Makefile > index bc27815d529c..52f2eda96af0 100644 > --- a/biology/ddocent/Makefile > +++ b/biology/ddocent/Makefile > @@ -9,9 +9,7 @@ COMMENT= Bash pipeline for RAD sequencing > > LICENSE= MIT > > -# ddocent test data do not unpack with FreeBSD 11.1 /usr/bin/unzip > -RUN_DEPENDS= unzip>=0:archivers/unzip \ > - mawk>=0:lang/mawk \ > +RUN_DEPENDS= mawk>=0:lang/mawk \ > gawk>=0:lang/gawk \ > coreutils>=0:sysutils/coreutils \ > gnuplot>=0:math/gnuplot \ > diff --git a/biology/igv/Makefile b/biology/igv/Makefile > index 9803043d22a8..2b23dc18806e 100644 > --- a/biology/igv/Makefile > +++ b/biology/igv/Makefile > @@ -13,8 +13,6 @@ COMMENT= Visualization tool for genomic datasets > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/license.txt > > -BROKEN_FreeBSD_11= FAILURE: Build failed with an exception. > - > BUILD_DEPENDS= openjfx14>0:java/openjfx14 \ > gradle:devel/gradle6 > RUN_DEPENDS= openjfx14>0:java/openjfx14 > diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile > index b41d1b9abf27..7b7581d2b320 100644 > --- a/biology/jalview/Makefile > +++ b/biology/jalview/Makefile > @@ -14,8 +14,6 @@ COMMENT= Viewer and editor for multiple sequence alignments > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/LICENSE > > -BROKEN_FreeBSD_11= gradle daemon systematically fails on 11: The message received from the daemon indicates that the daemon has disappeared. > - > BUILD_DEPENDS= gradle:devel/gradle6 > > USE_JAVA= yes > diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile > index 49d024208177..4148f33e2d63 100644 > --- a/biology/ncbi-cxx-toolkit/Makefile > +++ b/biology/ncbi-cxx-toolkit/Makefile > @@ -10,8 +10,6 @@ COMMENT= NCBI C++ Toolkit > LICENSE= PD > LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE > > -BROKEN_FreeBSD_11= libxconnserv.so, not found (try using -rpath or -rpath-link) > - > LIB_DEPENDS= libcdd.so:math/cddlib \ > liblmdb.so:databases/lmdb \ > libpcre.so:devel/pcre > diff --git a/cad/PrusaSlicer/files/patch-src_libslic3r_Thread.cpp b/cad/PrusaSlicer/files/patch-src_libslic3r_Thread.cpp > deleted file mode 100644 > index 23d0e75df413..000000000000 > --- a/cad/PrusaSlicer/files/patch-src_libslic3r_Thread.cpp > +++ /dev/null > @@ -1,45 +0,0 @@ > -Note that this patch may be removed after FreeBSD 11.x EoL > -as latest FreeBSD versions have proper > -pthread_setname_np/pthread_getname_np support. > - > ---- src/libslic3r/Thread.cpp.orig 2021-07-16 10:14:03 UTC > -+++ src/libslic3r/Thread.cpp > -@@ -9,10 +9,10 @@ > - #include > - #include > - #include > -+#include > -+#include > - #include > --#include > - #include > --#include > - > - #include "Thread.hpp" > - > -@@ -206,13 +206,13 @@ void name_tbb_thread_pool_threads() > - nthreads = 1; > - #endif > - > -- if (nthreads != nthreads_hw) > -- new tbb::task_scheduler_init(int(nthreads)); > -+ if (nthreads != nthreads_hw) > -+ tbb::global_control(tbb::global_control::max_allowed_parallelism, nthreads); > - > - std::atomic nthreads_running(0); > - std::condition_variable cv; > - std::mutex cv_m; > -- auto master_thread_id = tbb::this_tbb_thread::get_id(); > -+ auto master_thread_id = std::this_thread::get_id(); > - tbb::parallel_for( > - tbb::blocked_range(0, nthreads, 1), > - [&nthreads_running, nthreads, &master_thread_id, &cv, &cv_m](const tbb::blocked_range &range) { > -@@ -226,7 +226,7 @@ void name_tbb_thread_pool_threads() > - std::unique_lock lk(cv_m); > - cv.wait(lk, [&nthreads_running, nthreads]{return nthreads_running == nthreads;}); > - } > -- auto thread_id = tbb::this_tbb_thread::get_id(); > -+ auto thread_id = std::this_thread::get_id(); > - if (thread_id == master_thread_id) { > - // The calling thread runs the 0'th task. > - assert(range.begin() == 0); > diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile > index faa3154d56ea..ffa684c185f7 100644 > --- a/cad/astk-serveur/Makefile > +++ b/cad/astk-serveur/Makefile > @@ -61,8 +61,7 @@ conf_dir= ${WRKSRC}/etc/astkrc > > .include > > -.if ${OPSYS} == FreeBSD && ((${OSREL:R} <= 12 && ${OSVERSION} < 1201506) \ > - || (${OSREL:R} > 12 && ${OSVERSION} < 1300068)) > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300068 > # ASTK is not useful without french/aster > IGNORE= a larger value of ARG_MAX is needed for Code_Aster, please upgrade your system > .endif > diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile > index 978768bd3c9d..767c08faf32c 100644 > --- a/cad/openvsp/Makefile > +++ b/cad/openvsp/Makefile > @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > BROKEN_aarch64= fails to compile: invokes x86 asm > -BROKEN_FreeBSD_11= undefined reference to __atomic_load > > BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ > ${LOCALBASE}/include/glm/glm.hpp:math/glm \ > diff --git a/cad/stepcode/Makefile b/cad/stepcode/Makefile > index e066166c1410..0e0d45bdf751 100644 > --- a/cad/stepcode/Makefile > +++ b/cad/stepcode/Makefile > @@ -10,7 +10,6 @@ COMMENT= Generates C++ and Python from ISO10303 files > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYING > > -BROKEN_FreeBSD_11_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1 > BROKEN_FreeBSD_12_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1 > > USES= cmake compiler:c++11-lang > diff --git a/chinese/fcitx-libpinyin/files/patch-src__CMakeLists.txt b/chinese/fcitx-libpinyin/files/patch-src__CMakeLists.txt > deleted file mode 100644 > index 5a1d19c76611..000000000000 > --- a/chinese/fcitx-libpinyin/files/patch-src__CMakeLists.txt > +++ /dev/null > @@ -1,10 +0,0 @@ > ---- ./src/CMakeLists.txt.orig 2013-07-16 05:34:05.000000000 +0900 > -+++ ./src/CMakeLists.txt 2014-03-19 15:51:24.000000000 +0900 > -@@ -22,6 +22,7 @@ > - ) > - > - add_definitions( -DLOCALEDIR=\"${CMAKE_INSTALL_PREFIX}/share/locale\" ) > -+add_definitions( -D_WITH_GETLINE ) > - > - fcitx_add_addon_full(libpinyin DESC > - SOURCES ${fcitx_libpinyin_sources} > diff --git a/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc b/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc > index 9fbac7843ef2..d2185f29451c 100644 > --- a/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc > +++ b/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc > @@ -1,10 +1,9 @@ > ---- src/PYLibPinyin.cc.orig 2015-01-23 04:57:48 UTC > +--- src/PYLibPinyin.cc.orig 2018-06-27 03:08:59 UTC > +++ src/PYLibPinyin.cc > -@@ -21,6 +21,8 @@ > +@@ -21,6 +21,7 @@ > > #include "PYLibPinyin.h" > > -+#define _WITH_GETLINE > +#include > #include > #include > diff --git a/chinese/libpinyin/Makefile b/chinese/libpinyin/Makefile > index 4f96ddd947c7..64aabe0140b7 100644 > --- a/chinese/libpinyin/Makefile > +++ b/chinese/libpinyin/Makefile > @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes > USE_LDCONFIG= yes > > CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include \ > - -I${BDB_INCLUDE_DIR} -D_WITH_GETLINE" \ > + -I${BDB_INCLUDE_DIR}" \ > LDFLAGS="-L${LOCALBASE}/lib -l${BDB_LIB_NAME}" > INSTALL_TARGET=install-strip > > diff --git a/comms/aprsd/Makefile b/comms/aprsd/Makefile > index 8e9f34aaf000..bcd9254ef6bf 100644 > --- a/comms/aprsd/Makefile > +++ b/comms/aprsd/Makefile > @@ -12,7 +12,6 @@ COMMENT= Server daemon providing Internet access to APRS packet data > > LICENSE= GPLv2 > > -BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' > BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' > > GNU_CONFIGURE= yes > diff --git a/comms/usbmuxd/files/patch-src_usb.c b/comms/usbmuxd/files/patch-src_usb.c > deleted file mode 100644 > index 8a6240a3de35..000000000000 > --- a/comms/usbmuxd/files/patch-src_usb.c > +++ /dev/null > @@ -1,17 +0,0 @@ > -libusb_has_capability() was implemented in r361977 and is only available on: > -FreeBSD >= 1104501, 1201518, 1300098 > -However, libusb in all supported versions of FreeBSD supports hotplug events. > - > -This patch can be safely removed after 11.4 and 12.1 EOL. > - > ---- src/usb.c.orig 2021-01-21 10:10:40 UTC > -+++ src/usb.c > *** 7955 LINES SKIPPED *** The xorg-server changes seems to not work as expected: [00:00:18] Deleting xorg-server-1.20.11_3,1.pkg: changed options [00:00:18] Pkg: -DEVD +SUID +UDEV [00:00:18] New: -DEVD +SUID -UDEV +++ b/x11-servers/xorg-server/Makefile @@ -23,10 +23,7 @@ OPTIONS_DEFINE+= SUID OPTIONS_RADIO= CONF OPTIONS_RADIO_CONF= DEVD UDEV OPTIONS_DEFAULT= SUID -OPTIONS_DEFAULT_FreeBSD_11= DEVD -OPTIONS_DEFAULT_FreeBSD_12= UDEV -OPTIONS_DEFAULT_FreeBSD_13= UDEV -OPTIONS_DEFAULT_FreeBSD_14= UDEV +OPTIONS_DEFAULT_FreeBSD= UDEV From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 21:39:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1608167087D; Thu, 30 Sep 2021 21:39:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL68W5kKQz4vZX; Thu, 30 Sep 2021 21:39:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A42711360E; Thu, 30 Sep 2021 21:39:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18ULdd44055185; Thu, 30 Sep 2021 21:39:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18ULddM0055184; Thu, 30 Sep 2021 21:39:39 GMT (envelope-from git) Date: Thu, 30 Sep 2021 21:39:39 GMT Message-Id: <202109302139.18ULddM0055184@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 479829cc0f4e - main - Mk/bsd.lto.mk: also add -flto=thin to LDFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 479829cc0f4e9c54c7b5941a2c0dd490cbfc54c3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:39:40 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=479829cc0f4e9c54c7b5941a2c0dd490cbfc54c3 commit 479829cc0f4e9c54c7b5941a2c0dd490cbfc54c3 Author: Piotr Kubaj AuthorDate: 2021-09-30 21:33:59 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-30 21:33:59 +0000 Mk/bsd.lto.mk: also add -flto=thin to LDFLAGS Reported by: jbeich --- Mk/bsd.lto.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Mk/bsd.lto.mk b/Mk/bsd.lto.mk index c2a079ea28bb..f3b708a804a1 100644 --- a/Mk/bsd.lto.mk +++ b/Mk/bsd.lto.mk @@ -4,7 +4,8 @@ LTO_Include_MAINTAINER= pkubaj@FreeBSD.org .if !defined(LTO_UNSAFE) # Overridable as a user may want to use -flto -LTO_CFLAGS?= -flto=thin -CFLAGS+= ${LTO_CFLAGS} -CXXFLAGS+= ${LTO_CFLAGS} +LTO_FLAGS?= -flto=thin +CFLAGS+= ${LTO_FLAGS} +CXXFLAGS+= ${LTO_FLAGS} +LDFLAGS+= ${LTO_FLAGS} .endif From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 21:45:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E65CE670D59; Thu, 30 Sep 2021 21:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6Hq6DSpz4wFG; Thu, 30 Sep 2021 21:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B688313A0F; Thu, 30 Sep 2021 21:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18ULjxNS068640; Thu, 30 Sep 2021 21:45:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18ULjxBu068639; Thu, 30 Sep 2021 21:45:59 GMT (envelope-from git) Date: Thu, 30 Sep 2021 21:45:59 GMT Message-Id: <202109302145.18ULjxBu068639@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: aad489fbb00d - main - x11-servers/xorg-server: fix OPTIONs handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: aad489fbb00d1ac52339ca57f0f25b331917dde4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:46:00 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=aad489fbb00d1ac52339ca57f0f25b331917dde4 commit aad489fbb00d1ac52339ca57f0f25b331917dde4 Author: Rene Ladan AuthorDate: 2021-09-30 21:44:45 +0000 Commit: Rene Ladan CommitDate: 2021-09-30 21:45:50 +0000 x11-servers/xorg-server: fix OPTIONs handling Reported by: kbowling Fixes: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 --- x11-servers/xorg-server/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index c012f0d4afbc..5859e6293579 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -22,8 +22,7 @@ OPTIONS_SUB= yes OPTIONS_DEFINE+= SUID OPTIONS_RADIO= CONF OPTIONS_RADIO_CONF= DEVD UDEV -OPTIONS_DEFAULT= SUID -OPTIONS_DEFAULT_FreeBSD= UDEV +OPTIONS_DEFAULT= SUID UDEV OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} SUID_DESC= Install setuid wrapper to allow startx as non-root From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 21:46:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81777670E33; Thu, 30 Sep 2021 21:46:51 +0000 (UTC) (envelope-from rene@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6Jq3GB4z4w8r; Thu, 30 Sep 2021 21:46:51 +0000 (UTC) (envelope-from rene@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633038411; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=DS1SZ2Ajb+6suCS481dxTeNMqnk9p69KYkVXtHBxtbA=; b=oeug3BqMLOGhLUS2rkWPSGpw42uoXAYIlLxY4f9xTRUhzbjeZsEvllEpTDPX8l4Ib2f56k NEPhLdPXwPzDi3e5nGPt+8lhvqcfOqQqWzNsm80N0h9Cii4rK9GELr1c0/KWxD11myhUQH V1sWTxDRjr9G7/TsXp9t5q2KCBdeTvcqEB23JKzO5cPzAT79TIDNsorMT5qNXf8NcAh93w Jfzf1xYmpTOIXXqce4MITus6q4WUCG5RqgAFbKIo/5dL/P8KwzJjEv+K03A4VNF1hHhDjv NGT+mwCPkVwovMA+/D6H+q9hQZBSKmGOCZ/GrfIzLkWPQK8UPDhFRqLYUTRF8g== Received: by freefall.freebsd.org (Postfix, from userid 1185) id 5CBB618616; Thu, 30 Sep 2021 21:46:51 +0000 (UTC) Date: Thu, 30 Sep 2021 21:46:51 +0000 From: Rene Ladan To: Kevin Bowling Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 620968a43a5f - main - cleanup: drop support for EOL FreeBSD 11.X Message-ID: References: <202109302127.18ULReMj041856@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633038411; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=DS1SZ2Ajb+6suCS481dxTeNMqnk9p69KYkVXtHBxtbA=; b=bULZuEbUQdPhmLrVOIzGkMcwd6OduJIdwj9oOL1YdVf7skX5OszPrzYRHsXdQ+SF2RB6P/ Ml1L3p4ds3TMbla2k00c0MrqXHCaFtO5IpGqUD1iw79bTvJqUv4KrswQHQn7OzVAiPtduV qheKk3rQbj8gKTD0ewwN08C+fThvGS2Cd8ZgJClcuu59LHws4O1P2czONcw652L3aa37L8 P9z94a5WCzd+86JO3n8t1a9OdeAozXFXNlOKfSB/VU7YlB+NjxjZbRy2B+HGqOVa24/PRr einvSwAQIzJAivBhF4eoJPxhP/2B/YmC3n++2tLnPLiPsT23t7lX7a/1ERvZEQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633038411; a=rsa-sha256; cv=none; b=CdCsMqpitZYB2m6dFjj7llSLZ6Iy6PlpQOQ1OT4y+eflj5q9ZihTXQ6KtF5cRD7hIo0/wT 91BCDl0vzjjUCvgrVF90hwf09nvX6QdfGRTAr9M0gzwsYjO4bPKeF1t6ZNoFW6H6U03mYH boPokBbie8dauB/USZCw31GHi0/F9GFDmVIacsJ8yYjLE56L96lL47z9jeFiBF8qf7yjF8 BsmHiJOMUST6zYSmtqEpmFJRl3vbTl1srCKt65XhDHBR5ZtYLm0bnto2rd3H38nqTaDpkG m2Of6cXcJ9mnKUnIc++ePnkdROulxC6l2eyit38hVdqS0nwctn8JK5JWWRDtXw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:46:51 -0000 On Thu, Sep 30, 2021 at 02:39:03PM -0700, Kevin Bowling wrote: > On Thu, Sep 30, 2021 at 2:27 PM Rene Ladan wrote: > > > > The branch main has been updated by rene: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=620968a43a5f9bb3fa98ab20f257a4c0d864caa7 > > > > commit 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 > > Author: Rene Ladan > > AuthorDate: 2021-09-11 14:57:58 +0000 > > Commit: Rene Ladan > > CommitDate: 2021-09-30 21:23:30 +0000 > > > > cleanup: drop support for EOL FreeBSD 11.X > > > > Search criteria used: > > - 11.4 > > - OSREL* > > - OSVER* > > - *_FreeBSD_11 > > > > Input from: > > - adridg: devel/qca-legacy > > - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds > > - sunpoet: security/p5-*OpenSSL* > > > > Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust > > Differential Revision: https://reviews.freebsd.org/D32008 > > Test Plan: make index Fixed x11-servers/xorg-server in aad489fbb00d1ac52339ca57f0f25b331917dde4 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 21:57:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4163F670EB5; Thu, 30 Sep 2021 21:57:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6YS14fTz4wDs; Thu, 30 Sep 2021 21:57:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04CA413868; Thu, 30 Sep 2021 21:57:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18ULvlCS081732; Thu, 30 Sep 2021 21:57:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18ULvl0Y081731; Thu, 30 Sep 2021 21:57:47 GMT (envelope-from git) Date: Thu, 30 Sep 2021 21:57:47 GMT Message-Id: <202109302157.18ULvl0Y081731@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: 3c4ec09a8c62 - main - print/R-cran-knitr: Update to 1.36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3c4ec09a8c62e4857cbbc91bf8aac2c0f0b381a2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:57:48 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c4ec09a8c62e4857cbbc91bf8aac2c0f0b381a2 commit 3c4ec09a8c62e4857cbbc91bf8aac2c0f0b381a2 Author: TAKATSU Tomonari AuthorDate: 2021-09-30 11:49:24 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-30 21:57:41 +0000 print/R-cran-knitr: Update to 1.36 --- print/R-cran-knitr/Makefile | 2 +- print/R-cran-knitr/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/print/R-cran-knitr/Makefile b/print/R-cran-knitr/Makefile index 2fa76823587d..58c77602a1f0 100644 --- a/print/R-cran-knitr/Makefile +++ b/print/R-cran-knitr/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= knitr -PORTVERSION= 1.34 +PORTVERSION= 1.36 CATEGORIES= print DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/print/R-cran-knitr/distinfo b/print/R-cran-knitr/distinfo index 0b0ffe47f82e..e958f5fd0e2e 100644 --- a/print/R-cran-knitr/distinfo +++ b/print/R-cran-knitr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631415407 -SHA256 (knitr_1.34.tar.gz) = 7e8105c293742c2992ccb169cbd8bfb4a8bf4d265054c968c4d94eec596cd25c -SIZE (knitr_1.34.tar.gz) = 895165 +TIMESTAMP = 1633002538 +SHA256 (knitr_1.36.tar.gz) = 6ecef5b428d135e95a05f24f9f194d0d828b1180c61be44ad89b6210e32b8e41 +SIZE (knitr_1.36.tar.gz) = 896116 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD3B9671553; Thu, 30 Sep 2021 22:07:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6mp4vFtz4xDJ; Thu, 30 Sep 2021 22:07:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83B6D139E2; Thu, 30 Sep 2021 22:07:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7cgO095952; Thu, 30 Sep 2021 22:07:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7cro095951; Thu, 30 Sep 2021 22:07:38 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:38 GMT Message-Id: <202109302207.18UM7cro095951@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: c3a334e9f6f8 - main - lang/erlang-runtime24: import changes from the (future) lang/erlang. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c3a334e9f6f863f76a6491fd081f395d5b38f7e4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:38 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3a334e9f6f863f76a6491fd081f395d5b38f7e4 commit c3a334e9f6f863f76a6491fd081f395d5b38f7e4 Author: Jimmy Olgeni AuthorDate: 2021-09-13 21:22:34 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:10 +0000 lang/erlang-runtime24: import changes from the (future) lang/erlang. - Add KQUEUE option - Add ODBC_CFLAGS and ODBC_LDFLAGS - Remove unnecessary call to "./otp_build autoconf" and patch "configure" rather than "configure.src" - Apply portclippy fixes --- lang/erlang-runtime24/Makefile | 21 +++++++++++---------- .../files/{patch-configure.src => patch-configure} | 4 ++-- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/lang/erlang-runtime24/Makefile b/lang/erlang-runtime24/Makefile index a66fea9c3edb..49c22f3a68fd 100644 --- a/lang/erlang-runtime24/Makefile +++ b/lang/erlang-runtime24/Makefile @@ -14,15 +14,14 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared USES= autoreconf:build cpe gmake ncurses perl5 +CPE_VENDOR= erlang +CPE_PRODUCT= erlang/otp USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba GH_TAGNAME= 5.0.2:corba USE_PERL5= build -CPE_VENDOR= erlang -CPE_PRODUCT= erlang/otp - GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dirty-schedulers \ --enable-kernel-poll \ @@ -38,8 +37,9 @@ WRKSRC= ${WRKSRC_otp} ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} -OPTIONS_DEFINE= CHUNKS CORBA DTRACE JAVA ODBC OPENSSL SCTP SHARING WX -OPTIONS_DEFAULT= CHUNKS CORBA DTRACE OPENSSL SCTP SHARING +OPTIONS_DEFINE= CHUNKS CORBA DTRACE JAVA KQUEUE ODBC OPENSSL SCTP \ + SHARING WX +OPTIONS_DEFAULT= CHUNKS CORBA DTRACE KQUEUE OPENSSL SCTP SHARING .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE @@ -54,8 +54,9 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_i386= DTRACE OPTIONS_EXCLUDE_riscv64= DTRACE -CHUNKS_DESC= Enable in-line documentation in erlang console +CHUNKS_DESC= Enable in-line documentation in Erlang console CORBA_DESC= Enable Corba support +KQUEUE_DESC= Enable Kernel Poll (kqueue) support SCTP_DESC= Enable SCTP support SHARING_DESC= Enable term copy-and-share support WX_DESC= Enable WX application @@ -71,9 +72,12 @@ DTRACE_VARS= STRIP="" JAVA_CONFIGURE_WITH= javac JAVA_CONFIGURE_ENV= ac_cv_prog_JAVAC="${JAVAC}" JAVA_VARS= USE_JAVA=yes +KQUEUE_CONFIGURE_ENABLE= kernel-poll ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -ODBC_CONFIGURE_WITH= odbc ODBC_USES= localbase +ODBC_CONFIGURE_WITH= odbc +ODBC_CFLAGS= -I/usr/local/include +ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} SCTP_CONFIGURE_ENABLE= sctp @@ -98,9 +102,6 @@ MAKE_ARGS+= ARCH=x86 MAKE_ARGS+= ARCH=arm .endif -pre-configure: - @cd ${WRKSRC} && ./otp_build autoconf - pre-configure-WX-off: echo "disabled by port options" > ${WRKSRC}/lib/debugger/SKIP echo "disabled by port options" > ${WRKSRC}/lib/et/SKIP diff --git a/lang/erlang-runtime24/files/patch-configure.src b/lang/erlang-runtime24/files/patch-configure similarity index 95% rename from lang/erlang-runtime24/files/patch-configure.src rename to lang/erlang-runtime24/files/patch-configure index 1d4dd2178a43..9713b597b9dc 100644 --- a/lang/erlang-runtime24/files/patch-configure.src +++ b/lang/erlang-runtime24/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.src.orig 2021-05-27 09:36:50 UTC -+++ configure.src +--- configure.orig 2021-09-13 14:43:59 UTC ++++ configure @@ -55,7 +55,7 @@ skip_applications= while test $# != 0; do case $1 in From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2021E670FC9; Thu, 30 Sep 2021 22:07:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6mq5PK7z4xV5; Thu, 30 Sep 2021 22:07:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9AB9013A66; Thu, 30 Sep 2021 22:07:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7d6C095978; Thu, 30 Sep 2021 22:07:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7d3P095977; Thu, 30 Sep 2021 22:07:39 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:39 GMT Message-Id: <202109302207.18UM7d3P095977@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 1e029c03e9c4 - main - lang/elixir-devel: apply portclippy fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1e029c03e9c41bd37fc67ee04427b5ccc9c1b744 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:40 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e029c03e9c41bd37fc67ee04427b5ccc9c1b744 commit 1e029c03e9c41bd37fc67ee04427b5ccc9c1b744 Author: Jimmy Olgeni AuthorDate: 2021-09-14 07:46:49 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:10 +0000 lang/elixir-devel: apply portclippy fixes. --- lang/elixir-devel/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/lang/elixir-devel/Makefile b/lang/elixir-devel/Makefile index bbd1902b6534..ae206e3516e0 100644 --- a/lang/elixir-devel/Makefile +++ b/lang/elixir-devel/Makefile @@ -3,9 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.12.3 CATEGORIES= lang MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc +PKGNAMESUFFIX= -devel DISTFILES= Docs.zip:doc DIST_SUBDIR= elixir/${PORTVERSION} -PKGNAMESUFFIX= -devel MAINTAINER= erlang@FreeBSD.org COMMENT= Functional, meta-programming aware language built on top of Erlang VM @@ -20,17 +20,19 @@ USES= gmake USE_GITHUB= yes GH_ACCOUNT= elixir-lang +USE_LOCALE= en_US.UTF-8 +ALL_TARGET= # empty + CONFLICTS= elixir -USE_LOCALE= en_US.UTF-8 -ALL_TARGET= # empty -REINPLACE_ARGS= -i "" -NO_ARCH= yes -OPTIONS_SUB= yes -MAKE_ENV+= MAN_PREFIX=${PREFIX}/man \ - PATH="${LOCALBASE}/lib/erlang${ERLANG_VER}/bin:${PATH}" +REINPLACE_ARGS= -i "" +NO_ARCH= yes +MAKE_ENV+= MAN_PREFIX=${PREFIX}/man \ + PATH="${LOCALBASE}/lib/erlang${ERLANG_VER}/bin:${PATH}" + OPTIONS_DEFINE= DOCS SRC OPTIONS_DEFAULT= DOCS SRC +OPTIONS_SUB= yes SRC_DESC= Install source code From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DA080670FD4; Thu, 30 Sep 2021 22:07:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6my4qyVz4xSp; Thu, 30 Sep 2021 22:07:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72129139E3; Thu, 30 Sep 2021 22:07:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7kmX096133; Thu, 30 Sep 2021 22:07:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7kEm096132; Thu, 30 Sep 2021 22:07:46 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:46 GMT Message-Id: <202109302207.18UM7kEm096132@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: c8cbc675c0db - main - lang/elixir: Update to version 1.12.3, with portclippy fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c8cbc675c0dbc1c2e9e916ce4594a5d1e6387a57 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:47 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8cbc675c0dbc1c2e9e916ce4594a5d1e6387a57 commit c8cbc675c0dbc1c2e9e916ce4594a5d1e6387a57 Author: Jimmy Olgeni AuthorDate: 2021-09-14 08:21:33 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:16 +0000 lang/elixir: Update to version 1.12.3, with portclippy fixes. --- lang/elixir/Makefile | 14 +- lang/elixir/distinfo | 10 +- lang/elixir/pkg-plist | 349 +++++++++++++++++++++++++------------------------- 3 files changed, 188 insertions(+), 185 deletions(-) diff --git a/lang/elixir/Makefile b/lang/elixir/Makefile index 0d1eb4b61818..3e4bce7296d9 100644 --- a/lang/elixir/Makefile +++ b/lang/elixir/Makefile @@ -2,7 +2,7 @@ PORTNAME= elixir DISTVERSIONPREFIX= v -DISTVERSION= 1.11.3 +DISTVERSION= 1.12.3 CATEGORIES= lang MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc DISTFILES= Docs.zip:doc @@ -13,8 +13,8 @@ COMMENT= Functional, meta-programming aware language built on top of Erlang VM LICENSE= APACHE20 -BUILD_DEPENDS= erlang>=21.3:lang/erlang -RUN_DEPENDS= erlang>=21.3:lang/erlang +BUILD_DEPENDS= erlang>=24.0:lang/erlang +RUN_DEPENDS= erlang>=24.0:lang/erlang USES= gmake @@ -23,13 +23,15 @@ GH_ACCOUNT= elixir-lang USE_LOCALE= en_US.UTF-8 ALL_TARGET= # empty + REINPLACE_ARGS= -i "" NO_ARCH= yes -OPTIONS_SUB= yes MAKE_ENV= MAN_PREFIX=${PREFIX}/man -OPTIONS_DEFINE= SRC DOCS -OPTIONS_DEFAULT=SRC +OPTIONS_DEFINE= DOCS SRC +OPTIONS_DEFAULT= DOCS SRC +OPTIONS_DEFAULT= DOCS +OPTIONS_SUB= yes SRC_DESC= Install source code diff --git a/lang/elixir/distinfo b/lang/elixir/distinfo index ead823f85299..291f7130025c 100644 --- a/lang/elixir/distinfo +++ b/lang/elixir/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1610357284 -SHA256 (elixir/1.11.3/Docs.zip) = 3105eb72fe44c08c1c6715b6c896b0c4e450bab656461d1d06e3b3670ed87007 -SIZE (elixir/1.11.3/Docs.zip) = 1922252 -SHA256 (elixir/1.11.3/elixir-lang-elixir-v1.11.3_GH0.tar.gz) = d961305e893f4fe1a177fa00233762c34598bc62ff88b32dcee8af27e36f0564 -SIZE (elixir/1.11.3/elixir-lang-elixir-v1.11.3_GH0.tar.gz) = 2394406 +TIMESTAMP = 1631603285 +SHA256 (elixir/1.12.3/Docs.zip) = 385bd9d81aea3a92b3eb08027f05570c39e7d11bfaae74640cbeac3ede9bd58c +SIZE (elixir/1.12.3/Docs.zip) = 1964529 +SHA256 (elixir/1.12.3/elixir-lang-elixir-v1.12.3_GH0.tar.gz) = c5affa97defafa1fd89c81656464d61da8f76ccfec2ea80c8a528decd5cb04ad +SIZE (elixir/1.12.3/elixir-lang-elixir-v1.12.3_GH0.tar.gz) = 2461828 diff --git a/lang/elixir/pkg-plist b/lang/elixir/pkg-plist index d5a4ed6ebb39..1e1bba1567b1 100644 --- a/lang/elixir/pkg-plist +++ b/lang/elixir/pkg-plist @@ -13,11 +13,6 @@ lib/elixir/lib/eex/ebin/Elixir.EEx.SyntaxError.beam lib/elixir/lib/eex/ebin/Elixir.EEx.Tokenizer.beam lib/elixir/lib/eex/ebin/Elixir.EEx.beam lib/elixir/lib/eex/ebin/eex.app -%%SRC%%lib/elixir/lib/eex/lib/eex.ex -%%SRC%%lib/elixir/lib/eex/lib/eex/compiler.ex -%%SRC%%lib/elixir/lib/eex/lib/eex/engine.ex -%%SRC%%lib/elixir/lib/eex/lib/eex/smart_engine.ex -%%SRC%%lib/elixir/lib/eex/lib/eex/tokenizer.ex lib/elixir/lib/elixir/ebin/Elixir.Access.beam lib/elixir/lib/elixir/ebin/Elixir.Agent.Server.beam lib/elixir/lib/elixir/ebin/Elixir.Agent.beam @@ -157,9 +152,12 @@ lib/elixir/lib/elixir/ebin/Elixir.MapSet.beam lib/elixir/lib/elixir/ebin/Elixir.MatchError.beam lib/elixir/lib/elixir/ebin/Elixir.Module.LocalsTracker.beam lib/elixir/lib/elixir/ebin/Elixir.Module.ParallelChecker.beam +lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Error.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Expr.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Helpers.beam +lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Of.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Pattern.beam +lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Unify.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.beam lib/elixir/lib/elixir/ebin/Elixir.Module.beam lib/elixir/lib/elixir/ebin/Elixir.NaiveDateTime.beam @@ -207,6 +205,7 @@ lib/elixir/lib/elixir/ebin/Elixir.Supervisor.Default.beam lib/elixir/lib/elixir/ebin/Elixir.Supervisor.Spec.beam lib/elixir/lib/elixir/ebin/Elixir.Supervisor.beam lib/elixir/lib/elixir/ebin/Elixir.SyntaxError.beam +lib/elixir/lib/elixir/ebin/Elixir.System.SignalHandler.beam lib/elixir/lib/elixir/ebin/Elixir.System.beam lib/elixir/lib/elixir/ebin/Elixir.SystemLimitError.beam lib/elixir/lib/elixir/ebin/Elixir.Task.Supervised.beam @@ -260,101 +259,6 @@ lib/elixir/lib/elixir/ebin/elixir_rewrite.beam lib/elixir/lib/elixir/ebin/elixir_sup.beam lib/elixir/lib/elixir/ebin/elixir_tokenizer.beam lib/elixir/lib/elixir/ebin/elixir_utils.beam -%%SRC%%lib/elixir/lib/elixir/lib/access.ex -%%SRC%%lib/elixir/lib/elixir/lib/agent.ex -%%SRC%%lib/elixir/lib/elixir/lib/agent/server.ex -%%SRC%%lib/elixir/lib/elixir/lib/application.ex -%%SRC%%lib/elixir/lib/elixir/lib/atom.ex -%%SRC%%lib/elixir/lib/elixir/lib/base.ex -%%SRC%%lib/elixir/lib/elixir/lib/behaviour.ex -%%SRC%%lib/elixir/lib/elixir/lib/bitwise.ex -%%SRC%%lib/elixir/lib/elixir/lib/calendar.ex -%%SRC%%lib/elixir/lib/elixir/lib/calendar/date.ex -%%SRC%%lib/elixir/lib/elixir/lib/calendar/date_range.ex -%%SRC%%lib/elixir/lib/elixir/lib/calendar/datetime.ex -%%SRC%%lib/elixir/lib/elixir/lib/calendar/iso.ex -%%SRC%%lib/elixir/lib/elixir/lib/calendar/naive_datetime.ex -%%SRC%%lib/elixir/lib/elixir/lib/calendar/time.ex -%%SRC%%lib/elixir/lib/elixir/lib/calendar/time_zone_database.ex -%%SRC%%lib/elixir/lib/elixir/lib/code.ex -%%SRC%%lib/elixir/lib/elixir/lib/code/formatter.ex -%%SRC%%lib/elixir/lib/elixir/lib/code/identifier.ex -%%SRC%%lib/elixir/lib/elixir/lib/code/typespec.ex -%%SRC%%lib/elixir/lib/elixir/lib/collectable.ex -%%SRC%%lib/elixir/lib/elixir/lib/config.ex -%%SRC%%lib/elixir/lib/elixir/lib/config/provider.ex -%%SRC%%lib/elixir/lib/elixir/lib/config/reader.ex -%%SRC%%lib/elixir/lib/elixir/lib/dict.ex -%%SRC%%lib/elixir/lib/elixir/lib/dynamic_supervisor.ex -%%SRC%%lib/elixir/lib/elixir/lib/enum.ex -%%SRC%%lib/elixir/lib/elixir/lib/exception.ex -%%SRC%%lib/elixir/lib/elixir/lib/file.ex -%%SRC%%lib/elixir/lib/elixir/lib/file/stat.ex -%%SRC%%lib/elixir/lib/elixir/lib/file/stream.ex -%%SRC%%lib/elixir/lib/elixir/lib/float.ex -%%SRC%%lib/elixir/lib/elixir/lib/function.ex -%%SRC%%lib/elixir/lib/elixir/lib/gen_event.ex -%%SRC%%lib/elixir/lib/elixir/lib/gen_event/stream.ex -%%SRC%%lib/elixir/lib/elixir/lib/gen_server.ex -%%SRC%%lib/elixir/lib/elixir/lib/hash_dict.ex -%%SRC%%lib/elixir/lib/elixir/lib/hash_set.ex -%%SRC%%lib/elixir/lib/elixir/lib/inspect.ex -%%SRC%%lib/elixir/lib/elixir/lib/inspect/algebra.ex -%%SRC%%lib/elixir/lib/elixir/lib/integer.ex -%%SRC%%lib/elixir/lib/elixir/lib/io.ex -%%SRC%%lib/elixir/lib/elixir/lib/io/ansi.ex -%%SRC%%lib/elixir/lib/elixir/lib/io/ansi/docs.ex -%%SRC%%lib/elixir/lib/elixir/lib/io/stream.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel/cli.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel/error_handler.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel/lexical_tracker.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel/parallel_compiler.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel/parallel_require.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel/special_forms.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel/typespec.ex -%%SRC%%lib/elixir/lib/elixir/lib/kernel/utils.ex -%%SRC%%lib/elixir/lib/elixir/lib/keyword.ex -%%SRC%%lib/elixir/lib/elixir/lib/list.ex -%%SRC%%lib/elixir/lib/elixir/lib/list/chars.ex -%%SRC%%lib/elixir/lib/elixir/lib/macro.ex -%%SRC%%lib/elixir/lib/elixir/lib/macro/env.ex -%%SRC%%lib/elixir/lib/elixir/lib/map.ex -%%SRC%%lib/elixir/lib/elixir/lib/map_set.ex -%%SRC%%lib/elixir/lib/elixir/lib/module.ex -%%SRC%%lib/elixir/lib/elixir/lib/module/locals_tracker.ex -%%SRC%%lib/elixir/lib/elixir/lib/module/parallel_checker.ex -%%SRC%%lib/elixir/lib/elixir/lib/module/types.ex -%%SRC%%lib/elixir/lib/elixir/lib/module/types/expr.ex -%%SRC%%lib/elixir/lib/elixir/lib/module/types/helpers.ex -%%SRC%%lib/elixir/lib/elixir/lib/module/types/pattern.ex -%%SRC%%lib/elixir/lib/elixir/lib/node.ex -%%SRC%%lib/elixir/lib/elixir/lib/option_parser.ex -%%SRC%%lib/elixir/lib/elixir/lib/path.ex -%%SRC%%lib/elixir/lib/elixir/lib/port.ex -%%SRC%%lib/elixir/lib/elixir/lib/process.ex -%%SRC%%lib/elixir/lib/elixir/lib/protocol.ex -%%SRC%%lib/elixir/lib/elixir/lib/range.ex -%%SRC%%lib/elixir/lib/elixir/lib/record.ex -%%SRC%%lib/elixir/lib/elixir/lib/record/extractor.ex -%%SRC%%lib/elixir/lib/elixir/lib/regex.ex -%%SRC%%lib/elixir/lib/elixir/lib/registry.ex -%%SRC%%lib/elixir/lib/elixir/lib/set.ex -%%SRC%%lib/elixir/lib/elixir/lib/stream.ex -%%SRC%%lib/elixir/lib/elixir/lib/stream/reducers.ex -%%SRC%%lib/elixir/lib/elixir/lib/string.ex -%%SRC%%lib/elixir/lib/elixir/lib/string/chars.ex -%%SRC%%lib/elixir/lib/elixir/lib/string_io.ex -%%SRC%%lib/elixir/lib/elixir/lib/supervisor.ex -%%SRC%%lib/elixir/lib/elixir/lib/supervisor/default.ex -%%SRC%%lib/elixir/lib/elixir/lib/supervisor/spec.ex -%%SRC%%lib/elixir/lib/elixir/lib/system.ex -%%SRC%%lib/elixir/lib/elixir/lib/task.ex -%%SRC%%lib/elixir/lib/elixir/lib/task/supervised.ex -%%SRC%%lib/elixir/lib/elixir/lib/task/supervisor.ex -%%SRC%%lib/elixir/lib/elixir/lib/tuple.ex -%%SRC%%lib/elixir/lib/elixir/lib/uri.ex -%%SRC%%lib/elixir/lib/elixir/lib/version.ex lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.AssertionError.beam lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.Assertions.beam lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.CLIFormatter.beam @@ -384,25 +288,6 @@ lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.TestModule.beam lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.TimeoutError.beam lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.beam lib/elixir/lib/ex_unit/ebin/ex_unit.app -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/assertions.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/callbacks.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/capture_io.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/capture_log.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/capture_server.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/case.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/case_template.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/cli_formatter.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/diff.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/doc_test.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/event_manager.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/failures_manifest.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/filters.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/formatter.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/on_exit_handler.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/runner.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/runner_stats.ex -%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/server.ex lib/elixir/lib/iex/ebin/Elixir.IEx.App.beam lib/elixir/lib/iex/ebin/Elixir.IEx.Autocomplete.beam lib/elixir/lib/iex/ebin/Elixir.IEx.Broker.beam @@ -433,24 +318,10 @@ lib/elixir/lib/iex/ebin/Elixir.IEx.Server.beam lib/elixir/lib/iex/ebin/Elixir.IEx.State.beam lib/elixir/lib/iex/ebin/Elixir.IEx.beam lib/elixir/lib/iex/ebin/iex.app -%%SRC%%lib/elixir/lib/iex/lib/iex.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/app.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/autocomplete.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/broker.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/cli.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/config.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/evaluator.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/helpers.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/history.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/info.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/introspection.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/pry.ex -%%SRC%%lib/elixir/lib/iex/lib/iex/server.ex lib/elixir/lib/logger/ebin/Elixir.Logger.App.beam lib/elixir/lib/logger/ebin/Elixir.Logger.BackendSupervisor.beam lib/elixir/lib/logger/ebin/Elixir.Logger.Backends.Console.beam lib/elixir/lib/logger/ebin/Elixir.Logger.Config.beam -lib/elixir/lib/logger/ebin/Elixir.Logger.Counter.beam lib/elixir/lib/logger/ebin/Elixir.Logger.Filter.beam lib/elixir/lib/logger/ebin/Elixir.Logger.Formatter.beam lib/elixir/lib/logger/ebin/Elixir.Logger.Handler.beam @@ -459,19 +330,9 @@ lib/elixir/lib/logger/ebin/Elixir.Logger.Utils.beam lib/elixir/lib/logger/ebin/Elixir.Logger.Watcher.beam lib/elixir/lib/logger/ebin/Elixir.Logger.beam lib/elixir/lib/logger/ebin/logger.app -%%SRC%%lib/elixir/lib/logger/lib/logger.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/app.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/backend_supervisor.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/backends/console.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/config.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/counter.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/filter.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/formatter.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/handler.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/translator.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/utils.ex -%%SRC%%lib/elixir/lib/logger/lib/logger/watcher.ex +lib/elixir/lib/mix/ebin/Elixir.Collectable.Mix.Shell.beam lib/elixir/lib/mix/ebin/Elixir.Mix.CLI.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.ApplicationTracer.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.Elixir.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.Erlang.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.Test.beam @@ -509,6 +370,7 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.State.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Task.Compiler.Diagnostic.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Task.Compiler.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Task.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.App.Config.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.App.Start.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.App.Tree.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Archive.Build.beam @@ -556,6 +418,7 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Profile.Fprof.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Release.Init.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Release.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Run.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Test.Coverage.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Test.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.WillRecompile.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Xref.beam @@ -563,14 +426,155 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.TasksServer.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Utils.beam lib/elixir/lib/mix/ebin/Elixir.Mix.beam lib/elixir/lib/mix/ebin/mix.app -lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Error.beam -lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Of.beam -lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Unify.beam -lib/elixir/lib/elixir/lib/module/types/of.ex -lib/elixir/lib/elixir/lib/module/types/unify.ex -lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.ApplicationTracer.beam -lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.App.Config.beam -lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Test.Coverage.beam +man/man1/elixir.1.gz +man/man1/elixirc.1.gz +man/man1/iex.1.gz +man/man1/mix.1.gz +%%SRC%%lib/elixir/lib/eex/lib/eex.ex +%%SRC%%lib/elixir/lib/eex/lib/eex/compiler.ex +%%SRC%%lib/elixir/lib/eex/lib/eex/engine.ex +%%SRC%%lib/elixir/lib/eex/lib/eex/smart_engine.ex +%%SRC%%lib/elixir/lib/eex/lib/eex/tokenizer.ex +%%SRC%%lib/elixir/lib/elixir/lib/access.ex +%%SRC%%lib/elixir/lib/elixir/lib/agent.ex +%%SRC%%lib/elixir/lib/elixir/lib/agent/server.ex +%%SRC%%lib/elixir/lib/elixir/lib/application.ex +%%SRC%%lib/elixir/lib/elixir/lib/atom.ex +%%SRC%%lib/elixir/lib/elixir/lib/base.ex +%%SRC%%lib/elixir/lib/elixir/lib/behaviour.ex +%%SRC%%lib/elixir/lib/elixir/lib/bitwise.ex +%%SRC%%lib/elixir/lib/elixir/lib/calendar.ex +%%SRC%%lib/elixir/lib/elixir/lib/calendar/date.ex +%%SRC%%lib/elixir/lib/elixir/lib/calendar/date_range.ex +%%SRC%%lib/elixir/lib/elixir/lib/calendar/datetime.ex +%%SRC%%lib/elixir/lib/elixir/lib/calendar/iso.ex +%%SRC%%lib/elixir/lib/elixir/lib/calendar/naive_datetime.ex +%%SRC%%lib/elixir/lib/elixir/lib/calendar/time.ex +%%SRC%%lib/elixir/lib/elixir/lib/calendar/time_zone_database.ex +%%SRC%%lib/elixir/lib/elixir/lib/code.ex +%%SRC%%lib/elixir/lib/elixir/lib/code/formatter.ex +%%SRC%%lib/elixir/lib/elixir/lib/code/identifier.ex +%%SRC%%lib/elixir/lib/elixir/lib/code/typespec.ex +%%SRC%%lib/elixir/lib/elixir/lib/collectable.ex +%%SRC%%lib/elixir/lib/elixir/lib/config.ex +%%SRC%%lib/elixir/lib/elixir/lib/config/provider.ex +%%SRC%%lib/elixir/lib/elixir/lib/config/reader.ex +%%SRC%%lib/elixir/lib/elixir/lib/dict.ex +%%SRC%%lib/elixir/lib/elixir/lib/dynamic_supervisor.ex +%%SRC%%lib/elixir/lib/elixir/lib/enum.ex +%%SRC%%lib/elixir/lib/elixir/lib/exception.ex +%%SRC%%lib/elixir/lib/elixir/lib/file.ex +%%SRC%%lib/elixir/lib/elixir/lib/file/stat.ex +%%SRC%%lib/elixir/lib/elixir/lib/file/stream.ex +%%SRC%%lib/elixir/lib/elixir/lib/float.ex +%%SRC%%lib/elixir/lib/elixir/lib/function.ex +%%SRC%%lib/elixir/lib/elixir/lib/gen_event.ex +%%SRC%%lib/elixir/lib/elixir/lib/gen_event/stream.ex +%%SRC%%lib/elixir/lib/elixir/lib/gen_server.ex +%%SRC%%lib/elixir/lib/elixir/lib/hash_dict.ex +%%SRC%%lib/elixir/lib/elixir/lib/hash_set.ex +%%SRC%%lib/elixir/lib/elixir/lib/inspect.ex +%%SRC%%lib/elixir/lib/elixir/lib/inspect/algebra.ex +%%SRC%%lib/elixir/lib/elixir/lib/integer.ex +%%SRC%%lib/elixir/lib/elixir/lib/io.ex +%%SRC%%lib/elixir/lib/elixir/lib/io/ansi.ex +%%SRC%%lib/elixir/lib/elixir/lib/io/ansi/docs.ex +%%SRC%%lib/elixir/lib/elixir/lib/io/stream.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel/cli.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel/error_handler.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel/lexical_tracker.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel/parallel_compiler.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel/parallel_require.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel/special_forms.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel/typespec.ex +%%SRC%%lib/elixir/lib/elixir/lib/kernel/utils.ex +%%SRC%%lib/elixir/lib/elixir/lib/keyword.ex +%%SRC%%lib/elixir/lib/elixir/lib/list.ex +%%SRC%%lib/elixir/lib/elixir/lib/list/chars.ex +%%SRC%%lib/elixir/lib/elixir/lib/macro.ex +%%SRC%%lib/elixir/lib/elixir/lib/macro/env.ex +%%SRC%%lib/elixir/lib/elixir/lib/map.ex +%%SRC%%lib/elixir/lib/elixir/lib/map_set.ex +%%SRC%%lib/elixir/lib/elixir/lib/module.ex +%%SRC%%lib/elixir/lib/elixir/lib/module/locals_tracker.ex +%%SRC%%lib/elixir/lib/elixir/lib/module/parallel_checker.ex +%%SRC%%lib/elixir/lib/elixir/lib/module/types.ex +%%SRC%%lib/elixir/lib/elixir/lib/module/types/expr.ex +%%SRC%%lib/elixir/lib/elixir/lib/module/types/helpers.ex +%%SRC%%lib/elixir/lib/elixir/lib/module/types/of.ex +%%SRC%%lib/elixir/lib/elixir/lib/module/types/pattern.ex +%%SRC%%lib/elixir/lib/elixir/lib/module/types/unify.ex +%%SRC%%lib/elixir/lib/elixir/lib/node.ex +%%SRC%%lib/elixir/lib/elixir/lib/option_parser.ex +%%SRC%%lib/elixir/lib/elixir/lib/path.ex +%%SRC%%lib/elixir/lib/elixir/lib/port.ex +%%SRC%%lib/elixir/lib/elixir/lib/process.ex +%%SRC%%lib/elixir/lib/elixir/lib/protocol.ex +%%SRC%%lib/elixir/lib/elixir/lib/range.ex +%%SRC%%lib/elixir/lib/elixir/lib/record.ex +%%SRC%%lib/elixir/lib/elixir/lib/record/extractor.ex +%%SRC%%lib/elixir/lib/elixir/lib/regex.ex +%%SRC%%lib/elixir/lib/elixir/lib/registry.ex +%%SRC%%lib/elixir/lib/elixir/lib/set.ex +%%SRC%%lib/elixir/lib/elixir/lib/stream.ex +%%SRC%%lib/elixir/lib/elixir/lib/stream/reducers.ex +%%SRC%%lib/elixir/lib/elixir/lib/string.ex +%%SRC%%lib/elixir/lib/elixir/lib/string/chars.ex +%%SRC%%lib/elixir/lib/elixir/lib/string_io.ex +%%SRC%%lib/elixir/lib/elixir/lib/supervisor.ex +%%SRC%%lib/elixir/lib/elixir/lib/supervisor/default.ex +%%SRC%%lib/elixir/lib/elixir/lib/supervisor/spec.ex +%%SRC%%lib/elixir/lib/elixir/lib/system.ex +%%SRC%%lib/elixir/lib/elixir/lib/task.ex +%%SRC%%lib/elixir/lib/elixir/lib/task/supervised.ex +%%SRC%%lib/elixir/lib/elixir/lib/task/supervisor.ex +%%SRC%%lib/elixir/lib/elixir/lib/tuple.ex +%%SRC%%lib/elixir/lib/elixir/lib/uri.ex +%%SRC%%lib/elixir/lib/elixir/lib/version.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/assertions.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/callbacks.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/capture_io.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/capture_log.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/capture_server.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/case.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/case_template.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/cli_formatter.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/diff.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/doc_test.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/event_manager.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/failures_manifest.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/filters.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/formatter.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/on_exit_handler.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/runner.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/runner_stats.ex +%%SRC%%lib/elixir/lib/ex_unit/lib/ex_unit/server.ex +%%SRC%%lib/elixir/lib/iex/lib/iex.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/app.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/autocomplete.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/broker.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/cli.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/config.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/evaluator.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/helpers.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/history.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/info.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/introspection.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/pry.ex +%%SRC%%lib/elixir/lib/iex/lib/iex/server.ex +%%SRC%%lib/elixir/lib/logger/lib/logger.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/app.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/backend_supervisor.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/backends/console.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/config.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/filter.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/formatter.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/handler.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/translator.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/utils.ex +%%SRC%%lib/elixir/lib/logger/lib/logger/watcher.ex %%SRC%%lib/elixir/lib/mix/lib/mix.ex %%SRC%%lib/elixir/lib/mix/lib/mix/cli.ex %%SRC%%lib/elixir/lib/mix/lib/mix/compilers/application_tracer.ex @@ -660,10 +664,6 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Test.Coverage.beam %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/xref.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks_server.ex %%SRC%%lib/elixir/lib/mix/lib/mix/utils.ex -man/man1/elixir.1.gz -man/man1/elixirc.1.gz -man/man1/iex.1.gz -man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/eex/404.html %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.Engine.html %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.SmartEngine.html @@ -671,13 +671,13 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.html %%PORTDOCS%%%%DOCSDIR%%/eex/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-f97730d45ef67f3e6188.js -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/elixir-ec941ecbc4f85ab01625.css +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/elixir-37545fd2f35b96531434.css %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/search_items-2e014d32b5.js -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/sidebar_items-baafdf0afe.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/search_items-b1ac8268bb.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/sidebar_items-c275b6da66.js %%PORTDOCS%%%%DOCSDIR%%/eex/index.html %%PORTDOCS%%%%DOCSDIR%%/eex/search.html %%PORTDOCS%%%%DOCSDIR%%/elixir/404.html @@ -799,13 +799,13 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/elixir/changelog.html %%PORTDOCS%%%%DOCSDIR%%/elixir/compatibility-and-deprecations.html %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-f97730d45ef67f3e6188.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/elixir-ec941ecbc4f85ab01625.css +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/elixir-37545fd2f35b96531434.css %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_items-3e2866f995.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-ec03bed4af.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_items-7aee63946d.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-b29320b240.js %%PORTDOCS%%%%DOCSDIR%%/elixir/index.html %%PORTDOCS%%%%DOCSDIR%%/elixir/library-guidelines.html %%PORTDOCS%%%%DOCSDIR%%/elixir/naming-conventions.html @@ -837,13 +837,13 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-f97730d45ef67f3e6188.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/elixir-ec941ecbc4f85ab01625.css +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/elixir-37545fd2f35b96531434.css %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_items-90d2906ebf.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-288a19debd.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_items-7e951931d2.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-aa57636b26.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/index.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/search.html %%PORTDOCS%%%%DOCSDIR%%/iex/404.html @@ -854,28 +854,29 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/iex/IEx.html %%PORTDOCS%%%%DOCSDIR%%/iex/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-f97730d45ef67f3e6188.js -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/elixir-ec941ecbc4f85ab01625.css +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/elixir-37545fd2f35b96531434.css %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_items-e89d2469d2.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_items-677b28cf6d.js %%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items-979a2906d3.js %%PORTDOCS%%%%DOCSDIR%%/iex/index.html %%PORTDOCS%%%%DOCSDIR%%/iex/search.html %%PORTDOCS%%%%DOCSDIR%%/logger/404.html +%%PORTDOCS%%%%DOCSDIR%%/logger/Logger.Backends.Console.html %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.Formatter.html %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.Translator.html %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.html %%PORTDOCS%%%%DOCSDIR%%/logger/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-f97730d45ef67f3e6188.js -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/elixir-ec941ecbc4f85ab01625.css +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/elixir-37545fd2f35b96531434.css %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/search_items-4bf0d0d56d.js -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items-b366338a20.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/search_items-c9f07ceefa.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items-79989d3661.js %%PORTDOCS%%%%DOCSDIR%%/logger/index.html %%PORTDOCS%%%%DOCSDIR%%/logger/search.html %%PORTDOCS%%%%DOCSDIR%%/mix/404.html @@ -949,12 +950,12 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.html %%PORTDOCS%%%%DOCSDIR%%/mix/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-f97730d45ef67f3e6188.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/elixir-ec941ecbc4f85ab01625.css +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/elixir-37545fd2f35b96531434.css %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_items-a5ebd4e5ae.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-bf365ad556.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_items-102bdff814.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-9fd43b511f.js %%PORTDOCS%%%%DOCSDIR%%/mix/index.html %%PORTDOCS%%%%DOCSDIR%%/mix/search.html From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7A5D6712B1; Thu, 30 Sep 2021 22:07:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6mw3bZdz4xPn; Thu, 30 Sep 2021 22:07:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 256FF13E98; Thu, 30 Sep 2021 22:07:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7iqu096079; Thu, 30 Sep 2021 22:07:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7iIL096078; Thu, 30 Sep 2021 22:07:44 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:44 GMT Message-Id: <202109302207.18UM7iIL096078@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 16e9c98b9a1f - main - lang/erlang-java: Update to version 24.0.6. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 16e9c98b9a1f0d4b59bc61fab46873aa2f54a2e9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:44 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=16e9c98b9a1f0d4b59bc61fab46873aa2f54a2e9 commit 16e9c98b9a1f0d4b59bc61fab46873aa2f54a2e9 Author: Jimmy Olgeni AuthorDate: 2021-09-13 17:57:14 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:14 +0000 lang/erlang-java: Update to version 24.0.6. --- lang/erlang-java/Makefile | 5 ++--- lang/erlang-java/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lang/erlang-java/Makefile b/lang/erlang-java/Makefile index 467268eff00a..702419bdffe7 100644 --- a/lang/erlang-java/Makefile +++ b/lang/erlang-java/Makefile @@ -1,6 +1,6 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.8.24 +DISTVERSION= 24.0.6 PORTEPOCH= 1 CATEGORIES= lang parallel java PKGNAMESUFFIX= -java @@ -24,7 +24,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_SUB= APP_VERSION=${APP_VERSION} -APP_VERSION= 1.9.1 +APP_VERSION= 1.12 APP_DIR= ${PREFIX}/lib/erlang/lib/jinterface-${APP_VERSION} CONFIGURE_ARGS+= --enable-threads \ @@ -37,7 +37,6 @@ pre-configure: @if [ ! $$(${CAT} ${WRKSRC}/lib/jinterface/vsn.mk | ${GREP} -E "JINTERFACE_VSN *=" | ${CUT} -w -f3) = ${APP_VERSION} ]; then \ ${ECHO_MSG} "===> APP_VERSION (${APP_VERSION}) in Makefile does not match value in lib/jinterface/vsn.mk"; exit 1; \ fi - @cd ${WRKSRC} && ./otp_build autoconf do-build: @${MKDIR} ${WRKSRC}/lib/jinterface/ebin diff --git a/lang/erlang-java/distinfo b/lang/erlang-java/distinfo index 5cc64b07cd82..b76b92105439 100644 --- a/lang/erlang-java/distinfo +++ b/lang/erlang-java/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622539066 -SHA256 (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 90017fe0b844cf3ba7dc9faf7f6f690050f3138f3d3f7532a9343174f5f9febc -SIZE (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 54104215 +TIMESTAMP = 1631549148 +SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1 +SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7839D670EE2; Thu, 30 Sep 2021 22:07:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6n42cMcz4xQB; Thu, 30 Sep 2021 22:07:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2298F13E9C; Thu, 30 Sep 2021 22:07:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7q2G096259; Thu, 30 Sep 2021 22:07:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7qCL096258; Thu, 30 Sep 2021 22:07:52 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:52 GMT Message-Id: <202109302207.18UM7qCL096258@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 5662de50bb93 - main - devel/erlang-erlware_commons: mark as BROKEN (for Erlang 24). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5662de50bb93e6ee5acb03b0d0408b767e12dce8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:52 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=5662de50bb93e6ee5acb03b0d0408b767e12dce8 commit 5662de50bb93e6ee5acb03b0d0408b767e12dce8 Author: Jimmy Olgeni AuthorDate: 2021-09-14 14:30:05 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:20 +0000 devel/erlang-erlware_commons: mark as BROKEN (for Erlang 24). --- devel/erlang-erlware_commons/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/erlang-erlware_commons/Makefile b/devel/erlang-erlware_commons/Makefile index eb121d0626c4..5196faaad0a2 100644 --- a/devel/erlang-erlware_commons/Makefile +++ b/devel/erlang-erlware_commons/Makefile @@ -8,6 +8,8 @@ COMMENT= Erlang project focused on all aspects of reusable components LICENSE= MIT +BROKEN= ambiguous call of overridden auto-imported BIF error/3 + USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= erlware From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 344A86712B0; Thu, 30 Sep 2021 22:07:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6mt0cnlz4xZ8; Thu, 30 Sep 2021 22:07:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3E4513C36; Thu, 30 Sep 2021 22:07:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7fXv096031; Thu, 30 Sep 2021 22:07:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7flK096030; Thu, 30 Sep 2021 22:07:41 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:41 GMT Message-Id: <202109302207.18UM7flK096030@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: d2256096dc62 - main - lang/erlang-doc: Update to version 24.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d2256096dc62c2bc3f4e63bb52463f9392f63487 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:42 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2256096dc62c2bc3f4e63bb52463f9392f63487 commit d2256096dc62c2bc3f4e63bb52463f9392f63487 Author: Jimmy Olgeni AuthorDate: 2021-09-13 13:48:52 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:12 +0000 lang/erlang-doc: Update to version 24.0. --- lang/erlang-doc/Makefile | 2 +- lang/erlang-doc/distinfo | 6 +- lang/erlang-doc/pkg-plist | 2798 +++++++++++++++++++++++++++------------------ 3 files changed, 1679 insertions(+), 1127 deletions(-) diff --git a/lang/erlang-doc/Makefile b/lang/erlang-doc/Makefile index 54f90d58deeb..d283231aca14 100644 --- a/lang/erlang-doc/Makefile +++ b/lang/erlang-doc/Makefile @@ -1,7 +1,7 @@ # Created by: ruslan@shevchenko.kiev.ua PORTNAME= erlang -PORTVERSION= 21.3 +PORTVERSION= 24.0 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ diff --git a/lang/erlang-doc/distinfo b/lang/erlang-doc/distinfo index 6a5e7118d06e..044e34119580 100644 --- a/lang/erlang-doc/distinfo +++ b/lang/erlang-doc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1555197535 -SHA256 (erlang/otp_doc_html_21.3.tar.gz) = 258b1e0ed1d07abbf08938f62c845450e90a32ec542e94455e5d5b7c333da362 -SIZE (erlang/otp_doc_html_21.3.tar.gz) = 33069226 +TIMESTAMP = 1631539777 +SHA256 (erlang/otp_doc_html_24.0.tar.gz) = 6ceaa2cec97fa5a631779544a3c59afe9e146084e560725b823c476035716e73 +SIZE (erlang/otp_doc_html_24.0.tar.gz) = 39731398 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b diff --git a/lang/erlang-doc/pkg-plist b/lang/erlang-doc/pkg-plist index 2d3b3474451c..e2f7e137817d 100644 --- a/lang/erlang-doc/pkg-plist +++ b/lang/erlang-doc/pkg-plist @@ -22,8 +22,9 @@ %%DOCSDIR%%/html/doc/design_principles/release_structure.html %%DOCSDIR%%/html/doc/design_principles/spec_proc.html %%DOCSDIR%%/html/doc/design_principles/statem.html -%%DOCSDIR%%/html/doc/design_principles/sup4.gif -%%DOCSDIR%%/html/doc/design_principles/sup5.gif +%%DOCSDIR%%/html/doc/design_principles/sup-one_for_all.svg +%%DOCSDIR%%/html/doc/design_principles/sup-one_for_one.svg +%%DOCSDIR%%/html/doc/design_principles/sup-rest_for_one.svg %%DOCSDIR%%/html/doc/design_principles/sup6.gif %%DOCSDIR%%/html/doc/design_principles/sup_princ.html %%DOCSDIR%%/html/doc/design_principles/users_guide.html @@ -58,6 +59,10 @@ %%DOCSDIR%%/html/doc/embedded/embedded_solaris.html %%DOCSDIR%%/html/doc/embedded/users_guide.html %%DOCSDIR%%/html/doc/erlang-logo.png +%%DOCSDIR%%/html/doc/general_info/deprecations.html +%%DOCSDIR%%/html/doc/general_info/removed.html +%%DOCSDIR%%/html/doc/general_info/scheduled_for_removal.html +%%DOCSDIR%%/html/doc/general_info/users_guide.html %%DOCSDIR%%/html/doc/getting_started/conc_prog.html %%DOCSDIR%%/html/doc/getting_started/intro.html %%DOCSDIR%%/html/doc/getting_started/record_macros.html @@ -92,7 +97,7 @@ %%DOCSDIR%%/html/doc/oam/terminology.gif %%DOCSDIR%%/html/doc/oam/users_guide.html %%DOCSDIR%%/html/doc/otp_doc.css -%%DOCSDIR%%/html/doc/pdf/otp-system-documentation-10.3.pdf +%%DOCSDIR%%/html/doc/pdf/otp-system-documentation-12.0.pdf %%DOCSDIR%%/html/doc/programming_examples/bit_syntax.html %%DOCSDIR%%/html/doc/programming_examples/funs.html %%DOCSDIR%%/html/doc/programming_examples/list_comprehensions.html @@ -114,6 +119,10 @@ %%DOCSDIR%%/html/doc/reference_manual/records.html %%DOCSDIR%%/html/doc/reference_manual/typespec.html %%DOCSDIR%%/html/doc/reference_manual/users_guide.html +%%DOCSDIR%%/html/doc/standard/implementors_guide_v10-13.pdf +%%DOCSDIR%%/html/doc/standard/rfc3525.txt +%%DOCSDIR%%/html/doc/standard/rfc4234.txt +%%DOCSDIR%%/html/doc/standard/rfc4566.txt %%DOCSDIR%%/html/doc/system_architecture_intro/sys_arch_intro.html %%DOCSDIR%%/html/doc/system_architecture_intro/users_guide.html %%DOCSDIR%%/html/doc/system_principles/create_target.html @@ -147,1126 +156,1669 @@ %%DOCSDIR%%/html/doc/tutorial/port_driver.c %%DOCSDIR%%/html/doc/tutorial/port_driver.gif %%DOCSDIR%%/html/doc/tutorial/users_guide.html -%%DOCSDIR%%/html/erts-10.3/doc/html/absform.html -%%DOCSDIR%%/html/erts-10.3/doc/html/alt_disco.html -%%DOCSDIR%%/html/erts-10.3/doc/html/alt_dist.html -%%DOCSDIR%%/html/erts-10.3/doc/html/atomics.html -%%DOCSDIR%%/html/erts-10.3/doc/html/communication.html -%%DOCSDIR%%/html/erts-10.3/doc/html/counters.html -%%DOCSDIR%%/html/erts-10.3/doc/html/crash_dump.html -%%DOCSDIR%%/html/erts-10.3/doc/html/driver.html -%%DOCSDIR%%/html/erts-10.3/doc/html/driver_entry.html -%%DOCSDIR%%/html/erts-10.3/doc/html/epmd.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erl.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erl_dist_protocol.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erl_driver.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erl_ext_dist.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erl_ext_fig.gif -%%DOCSDIR%%/html/erts-10.3/doc/html/erl_nif.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erl_prim_loader.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erl_tracer.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erlang.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erlc.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erlsrv.html -%%DOCSDIR%%/html/erts-10.3/doc/html/erts.eix -%%DOCSDIR%%/html/erts-10.3/doc/html/erts_alloc.html -%%DOCSDIR%%/html/erts-10.3/doc/html/escript.html -%%DOCSDIR%%/html/erts-10.3/doc/html/gen_tcp_dist.erl -%%DOCSDIR%%/html/erts-10.3/doc/html/index.html -%%DOCSDIR%%/html/erts-10.3/doc/html/inet_cfg.html -%%DOCSDIR%%/html/erts-10.3/doc/html/init.html -%%DOCSDIR%%/html/erts-10.3/doc/html/introduction.html -%%DOCSDIR%%/html/erts-10.3/doc/html/match_spec.html -%%DOCSDIR%%/html/erts-10.3/doc/html/notes.html -%%DOCSDIR%%/html/erts-10.3/doc/html/persistent_term.html -%%DOCSDIR%%/html/erts-10.3/doc/html/release_notes.html -%%DOCSDIR%%/html/erts-10.3/doc/html/run_erl.html -%%DOCSDIR%%/html/erts-10.3/doc/html/start.html -%%DOCSDIR%%/html/erts-10.3/doc/html/start_erl.html -%%DOCSDIR%%/html/erts-10.3/doc/html/time_compat.erl -%%DOCSDIR%%/html/erts-10.3/doc/html/time_correction.html -%%DOCSDIR%%/html/erts-10.3/doc/html/tty.html -%%DOCSDIR%%/html/erts-10.3/doc/html/users_guide.html -%%DOCSDIR%%/html/erts-10.3/doc/html/werl.html -%%DOCSDIR%%/html/erts-10.3/doc/html/zlib.html -%%DOCSDIR%%/html/erts-10.3/doc/pdf/erts-10.3.pdf -%%DOCSDIR%%/html/erts-10.3/info -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/asn1.eix -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/asn1_getting_started.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/asn1_introduction.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/asn1_overview.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/asn1_spec.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/asn1ct.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/exclusive_Win_But.gif -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/index.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/notes.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/selective_TypeList.gif -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/selective_Window2.gif -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/asn1-5.0.8/doc/pdf/asn1-5.0.8.pdf -%%DOCSDIR%%/html/lib/asn1-5.0.8/info -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/basics_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/common_test.eix -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/common_test.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/config.gif -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/config_file_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/cover_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_cover.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_ftp.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_hooks.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_hooks_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_master.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_master_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_netconfc.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_property_test.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_rpc.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_run.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_slave.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_snmp.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_ssh.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_telnet.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/ct_testspec.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/dependencies_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/event_handler_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/example_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/getting_started_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/html_logs.gif -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/index.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/install_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/introduction.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/notes.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/run_test_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/tc_execution.gif -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/test_structure_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/unix_telnet.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/why_test_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/html/write_test_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.17/doc/pdf/common_test-1.17.pdf -%%DOCSDIR%%/html/lib/common_test-1.17/info -%%DOCSDIR%%/html/lib/compiler-7.3.2/doc/html/compile.html -%%DOCSDIR%%/html/lib/compiler-7.3.2/doc/html/compiler.eix -%%DOCSDIR%%/html/lib/compiler-7.3.2/doc/html/index.html -%%DOCSDIR%%/html/lib/compiler-7.3.2/doc/html/notes.html -%%DOCSDIR%%/html/lib/compiler-7.3.2/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/compiler-7.3.2/doc/pdf/compiler-7.3.2.pdf -%%DOCSDIR%%/html/lib/compiler-7.3.2/info -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/algorithm_details.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/crypto.eix -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/crypto.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/crypto_app.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/engine_keys.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/engine_load.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/fips.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/index.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/licenses.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/crypto-4.4.1/doc/pdf/crypto-4.4.1.pdf -%%DOCSDIR%%/html/lib/crypto-4.4.1/info -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/debugger.eix -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/debugger.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/debugger_chapter.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/i.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/images/attach.jpg -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/images/cond_break_dialog.jpg -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/images/function_break_dialog.jpg -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/images/interpret.jpg -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/images/line_break_dialog.jpg -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/images/monitor.jpg -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/images/view.jpg -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/index.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/int.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/introduction.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/notes.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/debugger-4.2.6/doc/pdf/debugger-4.2.6.pdf -%%DOCSDIR%%/html/lib/debugger-4.2.6/info -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/html/dialyzer.eix -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/html/dialyzer.html -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/html/dialyzer_chapter.html -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/html/index.html -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/html/notes.html -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/html/typer.html -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/doc/pdf/dialyzer-3.3.2.pdf -%%DOCSDIR%%/html/lib/dialyzer-3.3.2/info -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter.eix -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_app.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_codec.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_dict.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_examples.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_intro.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_make.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_sctp.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_soc.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_tcp.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_transport.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameter_using.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/diameterc.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/index.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/notes.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/diameter-2.2/doc/pdf/diameter-2.2.pdf -%%DOCSDIR%%/html/lib/diameter-2.2/info -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/chapter.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/edoc.eix -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/edoc.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/edoc_doclet.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/edoc_extract.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/edoc_layout.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/edoc_lib.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/edoc_run.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/index.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/notes.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/edoc-0.10/doc/pdf/edoc-0.10.pdf -%%DOCSDIR%%/html/lib/edoc-0.10/info -%%DOCSDIR%%/html/lib/eldap-1.2.6/doc/html/eldap.eix -%%DOCSDIR%%/html/lib/eldap-1.2.6/doc/html/eldap.html -%%DOCSDIR%%/html/lib/eldap-1.2.6/doc/html/index.html -%%DOCSDIR%%/html/lib/eldap-1.2.6/doc/html/notes.html -%%DOCSDIR%%/html/lib/eldap-1.2.6/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/eldap-1.2.6/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/eldap-1.2.6/doc/pdf/eldap-1.2.6.pdf -%%DOCSDIR%%/html/lib/eldap-1.2.6/info -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/block_tags.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/character_entities.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/doc-build.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/erl_docgen.eix -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/erl_docgen_app.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/header_tags.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/index.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/inline_tags.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/man.gif -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/notes.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/overview.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/refman_dtds.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/user_guide_dtds.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/erl_docgen-0.9/doc/pdf/erl_docgen-0.9.pdf -%%DOCSDIR%%/html/lib/erl_docgen-0.9/info -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/ei.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/ei_connect.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/ei_users_guide.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_call.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_connect.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_error.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_eterm.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_format.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_global.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_interface.eix -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_malloc.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/erl_marshal.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/index.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/notes.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/registry.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/erl_interface-3.11/doc/pdf/erl_interface-3.11.pdf -%%DOCSDIR%%/html/lib/erl_interface-3.11/info -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/coffee_order.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et.eix -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et_collector.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et_desc.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et_examples.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et_intro.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et_selector.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et_tutorial.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/et_viewer.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/index.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/live_trans.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/megaco_collector.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/megaco_filter.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/megaco_tracer.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/notes.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/sim_trans.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/sim_trans_contents_viewer_collector.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/sim_trans_contents_viewer_mgr_actors.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/sim_trans_mgr_actors.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/sim_trans_move_actor.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/sim_trans_write_lock.png -%%DOCSDIR%%/html/lib/et-1.6.4/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/et-1.6.4/doc/pdf/et-1.6.4.pdf -%%DOCSDIR%%/html/lib/et-1.6.4/info -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/html/chapter.html -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/html/eunit.eix -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/html/eunit.html -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/html/eunit_surefire.html -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/html/index.html -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/html/notes.html -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/eunit-2.3.7/doc/pdf/eunit-2.3.7.pdf -%%DOCSDIR%%/html/lib/eunit-2.3.7/info -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/html/ftp.eix -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/html/ftp.html -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/html/ftp_client.html -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/html/index.html -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/html/introduction.html -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/html/notes.html -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/ftp-1.0.2/doc/pdf/ftp-1.0.2.pdf -%%DOCSDIR%%/html/lib/ftp-1.0.2/info -%%DOCSDIR%%/html/lib/hipe-3.18.3/doc/html/HiPE_app.html -%%DOCSDIR%%/html/lib/hipe-3.18.3/doc/html/hipe.eix -%%DOCSDIR%%/html/lib/hipe-3.18.3/doc/html/index.html -%%DOCSDIR%%/html/lib/hipe-3.18.3/doc/html/notes.html -%%DOCSDIR%%/html/lib/hipe-3.18.3/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/hipe-3.18.3/doc/pdf/hipe-3.18.3.pdf -%%DOCSDIR%%/html/lib/hipe-3.18.3/info -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/http_client.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/http_server.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/http_uri.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/httpc.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/httpd.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/httpd_custom_api.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/httpd_socket.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/httpd_util.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/index.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/inets.eix -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/inets.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/inets_services.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/introduction.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/mod_alias.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/mod_auth.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/mod_esi.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/mod_security.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/notes.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/inets-7.0.6/doc/pdf/inets-7.0.6.pdf -%%DOCSDIR%%/html/lib/inets-7.0.6/info -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/index.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/allclasses-frame.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/allclasses-noframe.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/AbstractConnection.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/AbstractNode.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/GenericQueue.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpAuthException.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpConnection.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpCookedConnection.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpEpmd.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangAtom.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangBinary.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangBitstr.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangBoolean.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangByte.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangChar.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangDecodeException.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangDouble.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangException.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangExit.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangExternalFun.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangFloat.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangFun.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangInt.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.SubList.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangLong.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangMap.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.Hash.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangPid.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangPort.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangRangeException.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangRef.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangShort.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangString.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangTuple.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangUInt.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpErlangUShort.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpException.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpExternal.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpInputStream.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpLocalNode.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpMbox.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpMsg.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpNode.Acceptor.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpNode.Mailboxes.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpNode.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpNodeStatus.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpOutputStream.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpPeer.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpSelf.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpServer.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpServerSocketTransport.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpServerTransport.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransport.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransportFactory.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpTransport.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/OtpTransportFactory.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/package-frame.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/package-summary.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/com/ericsson/otp/erlang/package-tree.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/constant-values.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/deprecated-list.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/help-doc.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/index-all.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/index.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/overview-tree.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/package-list -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/resources/inherit.gif -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/serialized-form.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/java/stylesheet.css -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/jinterface.eix -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/jinterface.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/jinterface_users_guide.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/jinterface-1.9.1/doc/pdf/jinterface-1.9.1.pdf -%%DOCSDIR%%/html/lib/jinterface-1.9.1/info -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/app.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/application.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/auth.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/code.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/config.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/disk_log.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/erl_boot_server.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/erl_ddll.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/erl_epmd.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/erl_prim_loader.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/erlang.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/error_handler.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/error_logger.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/file.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/gen_sctp.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/gen_tcp.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/gen_udp.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/global.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/global_group.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/heart.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/index.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/inet.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/inet_res.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/init.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/introduction.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/kernel.eix -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/kernel_app.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/logger.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/logger_arch.png -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/logger_chapter.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/logger_disk_log_h.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/logger_filters.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/logger_formatter.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/logger_std_h.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/net_adm.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/net_kernel.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/notes.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/os.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/pg2.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/rpc.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/seq_trace.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/user.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/wrap_log_reader.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/html/zlib.html -%%DOCSDIR%%/html/lib/kernel-6.3/doc/pdf/kernel-6.3.pdf -%%DOCSDIR%%/html/lib/kernel-6.3/info -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/MG-startup_flow_noMID.gif -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/MGC_startup_call_flow.gif -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/MG_startup_call_flow.gif -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/call_flow.gif -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/call_flow_cont.gif -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/distr_node_config.gif -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/index.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco.eix -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_architecture.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_codec_meas.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_codec_mstone1.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_codec_mstone2.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_codec_transform.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_debug.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_edist_compress.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_encode.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_encoder.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_examples.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_flex_scanner.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_intro.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_mib.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_performance.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_run.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_sys_arch.gif -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_tcp.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_transport.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_transport_mechanisms.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_udp.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/megaco_user.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/mstone1.jpg -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/notes.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/single_node_config.gif -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/pdf/megaco-3.18.4.pdf -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/standard/implementors_guide_v10-13.pdf -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/standard/rfc3525.txt -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/standard/rfc4234.txt -%%DOCSDIR%%/html/lib/megaco-3.18.4/doc/standard/rfc4566.txt -%%DOCSDIR%%/html/lib/megaco-3.18.4/info -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_App_A.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_App_B.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_App_C.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_chap1.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_chap2.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_chap3.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_chap4.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_chap5.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_chap7.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_chap8.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/Mnesia_overview.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/company.gif -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/index.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/mnesia.eix -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/mnesia.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/mnesia_frag_hash.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/mnesia_registry.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/notes.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/mnesia-4.15.6/doc/pdf/mnesia-4.15.6.pdf -%%DOCSDIR%%/html/lib/mnesia-4.15.6/info -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/Observer_app.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/cdv.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/crashdump_ug.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/crashdump_viewer.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/et_modsprocs.gif -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/et_processes.gif -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/etop.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/etop_ug.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/index.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/introduction_ug.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/notes.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/observer.eix -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/observer.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/observer_ug.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/ttb.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/ttb_ug.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/observer-2.9/doc/pdf/observer-2.9.pdf -%%DOCSDIR%%/html/lib/observer-2.9/info -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/databases.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/error_handling.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/getting_started.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/index.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/introduction.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/notes.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/odbc.eix -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/odbc.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/odbc_app_arc.gif -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/odbc-2.12.3/doc/pdf/odbc-2.12.3.pdf -%%DOCSDIR%%/html/lib/odbc-2.12.3/info -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/cpu_sup.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/disksup.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/index.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/memsup.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/notes.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/nteventlog.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/os_mon.eix -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/os_mon_app.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/os_mon_mib.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/os_sup.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/os_mon-2.4.7/doc/pdf/os_mon-2.4.7.pdf -%%DOCSDIR%%/html/lib/os_mon-2.4.7/info -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/html/index.html -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/html/introduction.html -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/html/mibs.html -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/html/otp_mib.html -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/html/otp_mibs.eix -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/doc/pdf/otp_mibs-1.2.1.pdf -%%DOCSDIR%%/html/lib/otp_mibs-1.2.1/info -%%DOCSDIR%%/html/lib/parsetools-2.1.8/doc/html/index.html -%%DOCSDIR%%/html/lib/parsetools-2.1.8/doc/html/leex.html -%%DOCSDIR%%/html/lib/parsetools-2.1.8/doc/html/notes.html -%%DOCSDIR%%/html/lib/parsetools-2.1.8/doc/html/parsetools.eix -%%DOCSDIR%%/html/lib/parsetools-2.1.8/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/parsetools-2.1.8/doc/html/yecc.html -%%DOCSDIR%%/html/lib/parsetools-2.1.8/doc/pdf/parsetools-2.1.8.pdf -%%DOCSDIR%%/html/lib/parsetools-2.1.8/info -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/index.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/introduction.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/notes.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/public_key.eix -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/public_key.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/public_key_app.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/public_key_records.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/html/using_public_key.html -%%DOCSDIR%%/html/lib/public_key-1.6.5/doc/pdf/public_key-1.6.5.pdf -%%DOCSDIR%%/html/lib/public_key-1.6.5/info -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/index.html -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/notes.html -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/reltool.eix -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/reltool.html -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/reltool_examples.html -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/reltool_intro.html -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/reltool_usage.html -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/reltool-0.7.8/doc/pdf/reltool-0.7.8.pdf -%%DOCSDIR%%/html/lib/reltool-0.7.8/info -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/DTRACE.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/LTTng.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/SYSTEMTAP.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/dbg.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/dyntrace.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/erts_alloc_config.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/index.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/msacc.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/notes.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/runtime_tools.eix -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/runtime_tools_app.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/scheduler.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/system_information.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/doc/pdf/runtime_tools-1.13.2.pdf -%%DOCSDIR%%/html/lib/runtime_tools-1.13.2/info -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/alarm_handler.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/appup.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/error_logging.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/index.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/notes.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/rb.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/rel.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/release_handler.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/relup.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/sasl.eix -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/sasl_app.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/sasl_intro.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/script.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/systools.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/sasl-3.3/doc/pdf/sasl-3.3.pdf -%%DOCSDIR%%/html/lib/sasl-3.3/info -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/MIB_mechanism.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/getnext1.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/getnext2.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/getnext3.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/getnext4.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/index.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/notes.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp-um-1-image-1.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp-um-1-image-2.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp-um-1-image-3.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp.eix -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_advanced_agent.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_agent_config_files.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_agent_funct_descr.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_agent_netif.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_agent_netif_1.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_app.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_app_a.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_app_b.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_audit_trail_log.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_community_mib.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_config.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_def_instr_functions.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_framework_mib.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_generic.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_impl_example_agent.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_impl_example_manager.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_index.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_instr_functions.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_intro.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_manager_config_files.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_manager_funct_descr.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_manager_netif.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_manager_netif_1.gif -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_mib_compiler.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_notification_mib.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_pdus.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_standard_mib.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_target_mib.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_user_based_sm_mib.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmp_view_based_acm_mib.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_conf.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_discovery_handler.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_error.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_error_io.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_error_logger.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_error_report.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_local_db.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_mib_data.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_mib_storage.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_mpd.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_network_interface.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_network_interface_filter.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_notification_delivery_info_receiver.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_notification_filter.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpa_supervisor.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpc(command).html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpc.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpm.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpm_conf.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpm_mpd.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpm_network_interface.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpm_network_interface_filter.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/snmpm_user.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/snmp-5.2.12/doc/pdf/snmp-5.2.12.pdf -%%DOCSDIR%%/html/lib/snmp-5.2.12/info -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/SSH_app.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/SSH_protocols.png -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/configure_algos.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/index.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/introduction.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/notes.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh.eix -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh_client_channel.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh_client_key_api.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh_connection.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh_file.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh_server_channel.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh_server_key_api.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh_sftp.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/ssh_sftpd.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/terminology.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/html/using_ssh.html -%%DOCSDIR%%/html/lib/ssh-4.7.4/doc/pdf/ssh-4.7.4.pdf -%%DOCSDIR%%/html/lib/ssh-4.7.4/info -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/index.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/notes.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl.eix -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl_app.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl_crl_cache.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl_crl_cache_api.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl_distribution.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl_introduction.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl_protocol.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/ssl_session_cache_api.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/html/using_ssl.html -%%DOCSDIR%%/html/lib/ssl-9.2/doc/pdf/ssl-9.2.pdf -%%DOCSDIR%%/html/lib/ssl-9.2/info -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/STDLIB_app.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/array.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/assert.hrl.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/base64.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/beam_lib.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/binary.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/c.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/calendar.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/dets.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/dict.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/digraph.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/digraph_utils.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/epp.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_anno.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_eval.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_expand_records.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_id_trans.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_internal.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_lint.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_parse.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_pp.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_scan.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/erl_tar.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/ets.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/file_sorter.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/filelib.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/filename.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/gb_sets.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/gb_trees.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/gen_event.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/gen_fsm.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/gen_server.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/gen_statem.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/index.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/introduction.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/io.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/io_lib.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/io_protocol.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/lists.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/log_mf_h.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/maps.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/math.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/ms_transform.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/notes.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/orddict.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/ordsets.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/pool.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/proc_lib.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/proplists.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/qlc.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/queue.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/rand.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/random.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/re.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/sets.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/shell.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/shell_default.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/slave.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/sofs.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/stdlib.eix -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/string.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/supervisor.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/supervisor_bridge.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/sys.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/timer.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/unicode.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/unicode_usage.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/uri_string.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/win32reg.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/html/zip.html -%%DOCSDIR%%/html/lib/stdlib-3.8/doc/pdf/stdlib-3.8.pdf -%%DOCSDIR%%/html/lib/stdlib-3.8/info -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/chapter.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/epp_dodger.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/erl_comment_scan.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/erl_prettypr.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/erl_recomment.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/erl_syntax.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/erl_syntax_lib.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/erl_tidy.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/igor.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/index.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/merl.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/merl_transform.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/notes.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/prettypr.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/syntax_tools.eix -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/doc/pdf/syntax_tools-2.1.7.pdf -%%DOCSDIR%%/html/lib/syntax_tools-2.1.7/info -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/html/getting_started.html -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/html/index.html -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/html/introduction.html -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/html/tftp.eix -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/html/tftp.html -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/tftp-1.0.1/doc/pdf/tftp-1.0.1.pdf -%%DOCSDIR%%/html/lib/tftp-1.0.1/info -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/cover.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/cover_chapter.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/cprof.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/cprof_chapter.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/eprof.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/erlang.el.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/erlang_mode_chapter.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/fprof.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/fprof_chapter.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/index.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/instrument.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/lcnt.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/lcnt_chapter.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/make.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/tags.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/tools.eix -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/venn1.gif -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/venn2.gif -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/xref.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/html/xref_chapter.html -%%DOCSDIR%%/html/lib/tools-3.1/doc/pdf/tools-3.1.pdf -%%DOCSDIR%%/html/lib/tools-3.1/info -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/chapter.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/gl.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/glu.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/index.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/notes.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wx.eix -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wx.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAcceleratorEntry.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAcceleratorTable.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxActivateEvent.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxArtProvider.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAuiDockArt.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAuiManager.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAuiManagerEvent.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAuiNotebook.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAuiNotebookEvent.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAuiPaneInfo.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAuiSimpleTabArt.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxAuiTabArt.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxBitmap.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxBitmapButton.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxBitmapDataObject.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxBoxSizer.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxBrush.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxBufferedDC.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxBufferedPaintDC.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxButton.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxCalendarCtrl.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxCalendarDateAttr.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxCalendarEvent.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxCaret.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxCheckBox.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxCheckListBox.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxChildFocusEvent.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxChoice.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxChoicebook.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxClientDC.html -%%DOCSDIR%%/html/lib/wx-1.8.7/doc/html/wxClipboard.html *** 1894 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E451E670FD5; Thu, 30 Sep 2021 22:07:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6mz5yClz4xX0; Thu, 30 Sep 2021 22:07:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 935B513E9A; Thu, 30 Sep 2021 22:07:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7lIU096157; Thu, 30 Sep 2021 22:07:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7lpt096156; Thu, 30 Sep 2021 22:07:47 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:47 GMT Message-Id: <202109302207.18UM7lpt096156@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 0573ae735367 - main - devel/rebar3: Update to version 3.17.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0573ae735367c0e1a114269e9603e43c0553fb05 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:48 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=0573ae735367c0e1a114269e9603e43c0553fb05 commit 0573ae735367c0e1a114269e9603e43c0553fb05 Author: Jimmy Olgeni AuthorDate: 2021-09-14 09:19:40 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:17 +0000 devel/rebar3: Update to version 3.17.0. --- devel/rebar3/Makefile | 11 +++++------ devel/rebar3/distinfo | 20 +++++++++----------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/devel/rebar3/Makefile b/devel/rebar3/Makefile index 0b602b404d29..2eab7cdea52d 100644 --- a/devel/rebar3/Makefile +++ b/devel/rebar3/Makefile @@ -1,6 +1,6 @@ PORTNAME= rebar3 -PORTVERSION= 3.15.2 -PORTREVISION= 1 +PORTVERSION= 3.17.0 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES+= https://repo.hex.pm/tarballs/:hex @@ -31,15 +31,14 @@ ZSH_PLIST_FILES= share/zsh/site-functions/_rebar3 # from rebar.config REBAR_DEPS= bbmustache-1.10.0 \ - certifi-2.5.3 \ + certifi-2.6.1 \ cf-0.3.1 \ cth_readable-1.5.1 \ - erlware_commons-1.4.0 \ + erlware_commons-1.5.0 \ eunit_formatters-0.5.0 \ getopt-1.0.1 \ - parse_trans-3.3.1 \ providers-1.8.1 \ - relx-4.4.0 \ + relx-4.5.0 \ ssl_verify_fun-1.1.6 .for _dep in ${REBAR_DEPS} diff --git a/devel/rebar3/distinfo b/devel/rebar3/distinfo index 521ca8ea0617..a02f2e501e47 100644 --- a/devel/rebar3/distinfo +++ b/devel/rebar3/distinfo @@ -1,25 +1,23 @@ -TIMESTAMP = 1622642666 +TIMESTAMP = 1630875487 SHA256 (bbmustache-1.10.0.tar) = 43effa3fd4bb9523157af5a9e2276c493495b8459fc8737144aa186cb13ce2ee SIZE (bbmustache-1.10.0.tar) = 17408 -SHA256 (certifi-2.5.3.tar) = ed516acb3929b101208a9d700062d520f3953da3b6b918d866106ffa980e1c10 -SIZE (certifi-2.5.3.tar) = 159232 +SHA256 (certifi-2.6.1.tar) = 524c97b4991b3849dd5c17a631223896272c6b0af446778ba4675a1dff53bb7e +SIZE (certifi-2.6.1.tar) = 147456 SHA256 (cf-0.3.1.tar) = 315e8d447d3a4b02bcdbfa397ad03bbb988a6e0aa6f44d3add0f4e3c3bf97672 SIZE (cf-0.3.1.tar) = 10240 SHA256 (cth_readable-1.5.1.tar) = 686541a22efe6ca5a41a047b39516c2dd28fb3cade5f24a2f19145b3967f9d80 SIZE (cth_readable-1.5.1.tar) = 19968 -SHA256 (erlware_commons-1.4.0.tar) = 185ecf5cf43bab3a013ddb3614ce7bba7f6c7a827904e64e57da54fcdfdce2e6 -SIZE (erlware_commons-1.4.0.tar) = 53248 +SHA256 (erlware_commons-1.5.0.tar) = 3e7c6fb2ba4c29b0dd5dfe9d031b66449e2088ecec1a81465bd9fde05ed7d0db +SIZE (erlware_commons-1.5.0.tar) = 53760 SHA256 (eunit_formatters-0.5.0.tar) = d6c8ba213424944e6e05bbc097c32001cdd0abe3925d02454f229b20d68763c9 SIZE (eunit_formatters-0.5.0.tar) = 14848 SHA256 (getopt-1.0.1.tar) = 53e1ab83b9ceb65c9672d3e7a35b8092e9bdc9b3ee80721471a161c10c59959c SIZE (getopt-1.0.1.tar) = 19456 -SHA256 (parse_trans-3.3.1.tar) = 07cd9577885f56362d414e8c4c4e6bdf10d43a8767abb92d24cbe8b24c54888b -SIZE (parse_trans-3.3.1.tar) = 35840 SHA256 (providers-1.8.1.tar) = e45745ade9c476a9a469ea0840e418ab19360dc44f01a233304e118a44486ba0 SIZE (providers-1.8.1.tar) = 14336 -SHA256 (relx-4.4.0.tar) = 55c0ed63bb5d55eb983a19eb94d7f3075df6d126dbdff43102a6660a91fce925 -SIZE (relx-4.4.0.tar) = 74240 +SHA256 (relx-4.5.0.tar) = ddb58f20cce6ca63f5a2725e925816dd7213476698a3f3c3cb4fa8c272202c52 +SIZE (relx-4.5.0.tar) = 74752 SHA256 (ssl_verify_fun-1.1.6.tar) = bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680 SIZE (ssl_verify_fun-1.1.6.tar) = 14848 -SHA256 (erlang-rebar3-3.15.2_GH0.tar.gz) = 11b6bead835421a276e287562588580b63ac1c8dcb0e3c51f674887e4ab395cd -SIZE (erlang-rebar3-3.15.2_GH0.tar.gz) = 432659 +SHA256 (erlang-rebar3-3.17.0_GH0.tar.gz) = 4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27 +SIZE (erlang-rebar3-3.17.0_GH0.tar.gz) = 435293 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50773670E3C; Thu, 30 Sep 2021 22:07:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6n06D4nz4xQ2; Thu, 30 Sep 2021 22:07:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1F1713E9B; Thu, 30 Sep 2021 22:07:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7mH1096181; Thu, 30 Sep 2021 22:07:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7mDw096180; Thu, 30 Sep 2021 22:07:48 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:48 GMT Message-Id: <202109302207.18UM7mDw096180@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: a56ce1830eed - main - devel/erlang-esdl: mark as BROKEN (requires erl_interface). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a56ce1830eeda6df3d925f2f83d843393e32aded Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:49 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=a56ce1830eeda6df3d925f2f83d843393e32aded commit a56ce1830eeda6df3d925f2f83d843393e32aded Author: Jimmy Olgeni AuthorDate: 2021-09-14 14:12:58 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:18 +0000 devel/erlang-esdl: mark as BROKEN (requires erl_interface). --- devel/erlang-esdl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/erlang-esdl/Makefile b/devel/erlang-esdl/Makefile index a1b1d762ff7d..1c45bcb83657 100644 --- a/devel/erlang-esdl/Makefile +++ b/devel/erlang-esdl/Makefile @@ -11,6 +11,8 @@ COMMENT= Library for accessing SDL and OpenGL through Erlang LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.terms +BROKEN= does not build with Erlang 24 (requires erl_interface) + BUILD_DEPENDS= erl:lang/erlang RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F79B6713B1; Thu, 30 Sep 2021 22:07:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6n20jvBz4xQ5; Thu, 30 Sep 2021 22:07:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DADDB13D9B; Thu, 30 Sep 2021 22:07:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7naA096205; Thu, 30 Sep 2021 22:07:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7nB6096204; Thu, 30 Sep 2021 22:07:49 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:49 GMT Message-Id: <202109302207.18UM7nB6096204@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 297f6dfb736c - main - textproc/erlang-edown: mark as BROKEN (record context undefined). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 297f6dfb736cecd6039b5f18c3b73cfb5a5647fb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:50 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=297f6dfb736cecd6039b5f18c3b73cfb5a5647fb commit 297f6dfb736cecd6039b5f18c3b73cfb5a5647fb Author: Jimmy Olgeni AuthorDate: 2021-09-14 14:20:33 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:19 +0000 textproc/erlang-edown: mark as BROKEN (record context undefined). --- textproc/erlang-edown/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/erlang-edown/Makefile b/textproc/erlang-edown/Makefile index c71124cd9a11..989df0bd1719 100644 --- a/textproc/erlang-edown/Makefile +++ b/textproc/erlang-edown/Makefile @@ -6,6 +6,8 @@ PKGNAMEPREFIX= erlang- MAINTAINER= erlang@FreeBSD.org COMMENT= EDoc extension for generating Github-flavored Markdown +BROKEN= does not build with Erlang 24 (record context undefined) + USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= uwiger From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0387E670FCD; Thu, 30 Sep 2021 22:07:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6mr6Yf2z4xV8; Thu, 30 Sep 2021 22:07:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B26E613A67; Thu, 30 Sep 2021 22:07:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7egK096007; Thu, 30 Sep 2021 22:07:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7eaF096006; Thu, 30 Sep 2021 22:07:40 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:40 GMT Message-Id: <202109302207.18UM7eaF096006@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 57cbdd256866 - main - lang/erlang: Update to version 24.0.6. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 57cbdd2568660ee4b9008548b88a38c494db1371 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:41 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=57cbdd2568660ee4b9008548b88a38c494db1371 commit 57cbdd2568660ee4b9008548b88a38c494db1371 Author: Jimmy Olgeni AuthorDate: 2021-09-13 16:04:22 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:11 +0000 lang/erlang: Update to version 24.0.6. --- lang/erlang/Makefile | 65 +++++++++++----------- lang/erlang/distinfo | 10 ++-- lang/erlang/files/patch-configure | 40 +++++++++++++ lang/erlang/files/patch-erts_etc_unix_run__erl.c | 8 +-- .../files/patch-lib_crypto_c__src_Makefile.in | 8 +-- lang/erlang/files/patch-lib_crypto_priv_Makefile | 11 ---- .../files/patch-lib_hipe_llvm_hipe__llvm__main.erl | 11 ---- .../erlang/files/patch-lib_stdlib_src_calendar.erl | 4 +- 8 files changed, 86 insertions(+), 71 deletions(-) diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 42de230a6e49..724dace970df 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -2,8 +2,8 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.8.24 -PORTREVISION= 1 +DISTVERSION= 24.0.6 +PORTREVISION= 0 PORTEPOCH= 4 CATEGORIES= lang parallel java DIST_SUBDIR= erlang @@ -15,18 +15,23 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -USES= autoreconf:build compiler:c11 cpe gmake ncurses perl5 +USES= autoreconf:build cpe gmake ncurses perl5 +CPE_VENDOR= erlang +CPE_PRODUCT= erlang/otp USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba -GH_TAGNAME= 4.5.2:corba +GH_TAGNAME= 5.0.2:corba USE_PERL5= build USE_RC_SUBR= epmd GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-smp-support +CONFIGURE_ARGS= --enable-dirty-schedulers \ + --enable-kernel-poll \ + --enable-smp-support \ + --enable-threads +MAKE_ARGS= all -MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message SUB_LIST= TOOLS_VSN=${TOOLS_VSN} @@ -34,67 +39,60 @@ SUB_LIST= TOOLS_VSN=${TOOLS_VSN} WRKSRC= ${WRKSRC_otp} ERLANG_LIB= ${PORTNAME} -EI_VSN= 3.11.3.2 -SNMP_VSN= 5.2.12 -TOOLS_VSN= 3.1.0.1 +EI_VSN= 5.0.1 +SNMP_VSN= 5.9.1 +TOOLS_VSN= 3.5 -# On Erlang 22, native code generation does not currently work for all modules -# due to new BEAM instructions not supported by HiPE the native compiler. -# Remove HIPE from OPTIONS_DEFAULT if this is still the case when the port is -# upgraded to such version. - -OPTIONS_DEFINE= CORBA DIRTY DTRACE FOP HIPE JAVA KQUEUE MANPAGES NATIVE \ - ODBC OPENSSL PDF SCTP THREADS WX -OPTIONS_DEFAULT= CORBA DIRTY DTRACE HIPE KQUEUE MANPAGES OPENSSL SCTP \ - THREADS +OPTIONS_DEFINE= CHUNKS CORBA DIRTY DTRACE FOP JAVA KQUEUE MANPAGES ODBC \ + OPENSSL PDF SCTP SHARING WX +OPTIONS_DEFAULT= CHUNKS CORBA DIRTY DTRACE KQUEUE MANPAGES OPENSSL SCTP .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP +OPTIONS_EXCLUDE_DragonFly= SCTP # ld(1) fails to link probes: missing __dtrace_erlang___* symbols +# see also https://reviews.freebsd.org/D22360 OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE -OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} HIPE +OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE -OPTIONS_EXCLUDE_powerpc64le= HIPE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_SUB= yes +CHUNKS_DESC= Enable in-line documentation in Erlang console CORBA_DESC= Enable Corba support -DIRTY_DESC= Enable Dirty schedulers +DIRTY_DESC= Enable dirty schedulers FOP_DESC= Build full documentation with Apache FOP -HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support -NATIVE_DESC= Enable native libraries PDF_DESC= Build PDF documentation SCTP_DESC= Enable SCTP support +SHARING_DESC= Enable term copy-and-share support WX_DESC= Enable WX application # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -DIRTY_CONFIGURE_ENABLE= dirty-schedulers +CHUNKS_MAKE_ARGS+= docs DOC_TARGETS=chunks +DIRTY_CONFIGURE_WITH= dirty-schedulers DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_VARS= STRIP="" FOP_PREVENTS= MANPAGES FOP_BUILD_DEPENDS= fop:textproc/fop \ xsltproc:textproc/libxslt -HIPE_CONFIGURE_ENABLE= hipe JAVA_CONFIGURE_WITH= javac JAVA_CONFIGURE_ENV= ac_cv_prog_JAVAC="${JAVAC}" JAVA_VARS= USE_JAVA=yes KQUEUE_CONFIGURE_ENABLE= kernel-poll MANPAGES_RUN_DEPENDS= ${LOCALBASE}/etc/man.d/erlang.conf:lang/erlang-man -NATIVE_IMPLIES= HIPE -NATIVE_CONFIGURE_ENABLE= native-libs ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +ODBC_USES= localbase ODBC_CONFIGURE_WITH= odbc ODBC_CFLAGS= -I/usr/local/include ODBC_LDFLAGS= -L/usr/local/lib @@ -102,7 +100,7 @@ OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} PDF_IMPLIES= FOP SCTP_CONFIGURE_ENABLE= sctp -THREADS_CONFIGURE_ENABLE= threads +SHARING_CONFIGURE_ENABLE= sharing-preserving WX_USES= gl WX_CONFIGURE_WITH= wx-config=${WX_CONFIG} WX_VARS= USE_GL="gl glu" \ @@ -133,7 +131,6 @@ pre-configure: @if [ ! $$(${CAT} ${WRKSRC}/lib/snmp/vsn.mk | ${GREP} -E "SNMP_VSN *=" | ${CUT} -w -f3) = ${SNMP_VSN} ]; then \ ${ECHO_MSG} "===> SNMP_VSN (${SNMP_VSN}) in Makefile does not match value in lib/snmp/vsn.mk"; exit 1; \ fi - @cd ${WRKSRC} && ./otp_build autoconf pre-configure-WX-off: echo "disabled by port options" > ${WRKSRC}/lib/debugger/SKIP @@ -144,8 +141,8 @@ pre-configure-WX-off: post-configure-ODBC-on: ${RM} ${WRKSRC}/lib/odbc/SKIP -pre-build-NATIVE-on: - @cd ${WRKSRC} && ${MAKE_CMD} clean +post-configure-ODBC-off: + echo "disabled by port options" > ${WRKSRC}/lib/odbc/SKIP post-build-CORBA-on: cd ${WRKSRC_corba} \ @@ -184,7 +181,7 @@ post-install-FOP-on: ${INSTALL_DATA} ${WRKDIR}/erlang.conf ${STAGEDIR}${PREFIX}/etc/man.d/erlang.conf for SECTION in 1 3 4 6 7; do \ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/man/man$${SECTION}; \ - ${FIND} ${WRKSRC}/erts ${WRKSRC}/lib -type f | ${GREP} doc/man$${SECTION} \ + ${FIND} ${WRKSRC}/erts ${WRKSRC}/lib -type f | ${GREP} doc/man$${SECTION} \ | ${XARGS} -J % ${CP} -v % ${STAGEDIR}${PREFIX}/lib/erlang/man/man$${SECTION}; \ done .if ${PORT_OPTIONS:MCORBA} diff --git a/lang/erlang/distinfo b/lang/erlang/distinfo index 8991e4dd1932..f52cbf9f48cd 100644 --- a/lang/erlang/distinfo +++ b/lang/erlang/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1622539043 -SHA256 (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 90017fe0b844cf3ba7dc9faf7f6f690050f3138f3d3f7532a9343174f5f9febc -SIZE (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 54104215 -SHA256 (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 36f397e6aef97eebda629badb0570cb4ddc979a6d1557bc487a9e13671facf8f -SIZE (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 1422685 +TIMESTAMP = 1631542362 +SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1 +SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872 +SHA256 (erlang/erlang-corba-5.0.2_GH0.tar.gz) = d82b3efb0330870ac59a86ed96130b3e2caa7df5304e46b06dd79ad237686703 +SIZE (erlang/erlang-corba-5.0.2_GH0.tar.gz) = 1393602 diff --git a/lang/erlang/files/patch-configure b/lang/erlang/files/patch-configure new file mode 100644 index 000000000000..9713b597b9dc --- /dev/null +++ b/lang/erlang/files/patch-configure @@ -0,0 +1,40 @@ +--- configure.orig 2021-09-13 14:43:59 UTC ++++ configure +@@ -55,7 +55,7 @@ skip_applications= + while test $# != 0; do + case $1 in + -srcdir=* | --srcdir=*) +- user_srcdir=`expr "$1" : '[^=]*=\(.*\)'` ++ user_srcdir=`expr -- "$1" : '[^=]*=\(.*\)'` + if test "$ERL_TOP" != ""; then + echo "WARNING: Overriding ERL_TOP with $user_srcdir" 1>&2 + echo "" 1>&2 +@@ -95,7 +95,7 @@ while test $# != 0; do + echo "" 1>&2 + ;; + -cache-file=* | --cache-file=* ) +- static_cache=`expr "$1" : '[^=]*=\(.*\)'` ++ static_cache=`expr -- "$1" : '[^=]*=\(.*\)'` + if test "$static_cache" != "/dev/null"; then + echo "WARNING: Only using config cache file '$static_cache' as static cache" 1>&2 + echo "" 1>&2 +@@ -140,8 +140,8 @@ while test $# != 0; do + pie_ldflags="-no-pie" + ;; + CFLAGS=* | LDFLAGS=*) +- flgs_var=`expr "$1" : '\([^=]*\)=.*'` +- flgs_val=`expr "$1" : '[^=]*=\(.*\)'` ++ flgs_var=`expr -- "$1" : '\([^=]*\)=.*'` ++ flgs_val=`expr -- "$1" : '[^=]*=\(.*\)'` + eval $flgs_var=\$flgs_val + ;; + --help=r* | -help=r*) +@@ -151,7 +151,7 @@ while test $# != 0; do + *) + case $1 in + --without-*) +- skip_app=`expr "$1" : '--without-\(.*\)'` ++ skip_app=`expr -- "$1" : '--without-\(.*\)'` + if [ "$skip_app" = "stdlib" ] || + [ "$skip_app" = "kernel" ] || + [ "$skip_app" = "sasl" ] || diff --git a/lang/erlang/files/patch-erts_etc_unix_run__erl.c b/lang/erlang/files/patch-erts_etc_unix_run__erl.c index b76c5127d2a8..1a9d2edc6ffe 100644 --- a/lang/erlang/files/patch-erts_etc_unix_run__erl.c +++ b/lang/erlang/files/patch-erts_etc_unix_run__erl.c @@ -1,8 +1,8 @@ ---- erts/etc/unix/run_erl.c.orig 2015-03-31 12:32:52 UTC +--- erts/etc/unix/run_erl.c.orig 2021-09-02 10:21:16 UTC +++ erts/etc/unix/run_erl.c -@@ -73,9 +73,6 @@ - #ifdef HAVE_UTMP_H - # include +@@ -81,9 +81,6 @@ + #ifdef HAVE_LIBUTIL_H + # include #endif -#ifdef HAVE_UTIL_H -# include diff --git a/lang/erlang/files/patch-lib_crypto_c__src_Makefile.in b/lang/erlang/files/patch-lib_crypto_c__src_Makefile.in index 65e1b759ad66..8397bcac2200 100644 --- a/lang/erlang/files/patch-lib_crypto_c__src_Makefile.in +++ b/lang/erlang/files/patch-lib_crypto_c__src_Makefile.in @@ -1,9 +1,9 @@ ---- lib/crypto/c_src/Makefile.in.orig 2016-03-14 20:11:15 UTC +--- lib/crypto/c_src/Makefile.in.orig 2021-05-27 09:40:45 UTC +++ lib/crypto/c_src/Makefile.in -@@ -90,7 +90,7 @@ endif - DYNAMIC_CRYPTO_LIB=@SSL_DYNAMIC_ONLY@ +@@ -136,7 +136,7 @@ endif + endif - ifeq ($(DYNAMIC_CRYPTO_LIB),yes) + ifeq ($(DYNAMIC_OR_WIN_CRYPTO_LIB),yes) -SSL_DED_LD_RUNTIME_LIBRARY_PATH = @SSL_DED_LD_RUNTIME_LIBRARY_PATH@ +SSL_DED_LD_RUNTIME_LIBRARY_PATH = CRYPTO_LINK_LIB=$(SSL_DED_LD_RUNTIME_LIBRARY_PATH) -L$(SSL_LIBDIR) -l$(SSL_CRYPTO_LIBNAME) diff --git a/lang/erlang/files/patch-lib_crypto_priv_Makefile b/lang/erlang/files/patch-lib_crypto_priv_Makefile deleted file mode 100644 index 26f2c38e360d..000000000000 --- a/lang/erlang/files/patch-lib_crypto_priv_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/crypto/priv/Makefile.orig 2016-03-14 20:11:15 UTC -+++ lib/crypto/priv/Makefile -@@ -61,7 +61,7 @@ OBJS = $(OBJDIR)/crypto.o - # ---------------------------------------------------- - - $(SO_NIFLIB): $(OBJS) -- $(SO_LD) $(SO_LDFLAGS) -L$(SO_SSL_LIBDIR) -Wl,-R$(SO_SSL_LIBDIR) \ -+ $(SO_LD) $(SO_LDFLAGS) -L$(SO_SSL_LIBDIR) \ - -o $@ $^ -lcrypto - - $(DLL_NIFLIB): $(OBJS) diff --git a/lang/erlang/files/patch-lib_hipe_llvm_hipe__llvm__main.erl b/lang/erlang/files/patch-lib_hipe_llvm_hipe__llvm__main.erl deleted file mode 100644 index 633d84504d99..000000000000 --- a/lang/erlang/files/patch-lib_hipe_llvm_hipe__llvm__main.erl +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/hipe/llvm/hipe_llvm_main.erl.orig 2015-06-27 20:52:09 UTC -+++ lib/hipe/llvm/hipe_llvm_main.erl -@@ -474,7 +474,7 @@ unique_folder(FunName, Arity, Options) - - true -> %% Store folder in current directory - DirName; - false -> %% Temporarily store folder in tempfs (/dev/shm/) -- "/dev/shm/" ++ DirName -+ "/tmp/" ++ DirName - end, - %% Make sure it does not exist - case dir_exists(Dir) of diff --git a/lang/erlang/files/patch-lib_stdlib_src_calendar.erl b/lang/erlang/files/patch-lib_stdlib_src_calendar.erl index 34b753d85b27..30bb7423b8d4 100644 --- a/lang/erlang/files/patch-lib_stdlib_src_calendar.erl +++ b/lang/erlang/files/patch-lib_stdlib_src_calendar.erl @@ -1,6 +1,6 @@ ---- lib/stdlib/src/calendar.erl.orig 2015-03-31 12:32:52 UTC +--- lib/stdlib/src/calendar.erl.orig 2021-09-02 10:21:16 UTC +++ lib/stdlib/src/calendar.erl -@@ -279,11 +279,19 @@ local_time_to_universal_time(DateTime, I +@@ -297,11 +297,19 @@ local_time_to_universal_time(DateTime, IsDst) -> DateTime1 :: datetime1970(), DateTime :: datetime1970(). local_time_to_universal_time_dst(DateTime) -> From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7615B6713A0; Thu, 30 Sep 2021 22:07:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6mx2h7Lz4xGR; Thu, 30 Sep 2021 22:07:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C99413E99; Thu, 30 Sep 2021 22:07:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7j4i096103; Thu, 30 Sep 2021 22:07:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7jQl096102; Thu, 30 Sep 2021 22:07:45 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:45 GMT Message-Id: <202109302207.18UM7jQl096102@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 4ba32e3d440a - main - lang/erlang-wx: Update to version 24.0.6. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4ba32e3d440a98c1dfb241a86a95e783190e7851 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:45 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ba32e3d440a98c1dfb241a86a95e783190e7851 commit 4ba32e3d440a98c1dfb241a86a95e783190e7851 Author: Jimmy Olgeni AuthorDate: 2021-09-13 21:21:54 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:15 +0000 lang/erlang-wx: Update to version 24.0.6. --- lang/erlang-wx/Makefile | 18 +- lang/erlang-wx/distinfo | 6 +- lang/erlang-wx/files/patch-configure | 40 + lang/erlang-wx/pkg-plist | 1345 +++++++++++++++++----------------- 4 files changed, 728 insertions(+), 681 deletions(-) diff --git a/lang/erlang-wx/Makefile b/lang/erlang-wx/Makefile index 4f7e875f2ed8..d8ca047329f2 100644 --- a/lang/erlang-wx/Makefile +++ b/lang/erlang-wx/Makefile @@ -1,7 +1,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.8.24 -PORTREVISION= 1 +DISTVERSION= 24.0.6 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= lang parallel PKGNAMESUFFIX= -wx @@ -12,8 +12,8 @@ COMMENT= Erlang bindings for wxWindows LICENSE= APACHE20 -BUILD_DEPENDS= erlang>=21.3.8:lang/erlang -RUN_DEPENDS= erlang>=21.3.8:lang/erlang +BUILD_DEPENDS= erlang>=24.0:lang/erlang +RUN_DEPENDS= erlang>=24.0:lang/erlang USES= autoreconf:build gl gmake perl5 xorg USE_GITHUB= yes @@ -24,18 +24,14 @@ USE_WX= 3.1+ WX_COMPS= wx -GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes - -WX_APPS= wx debugger et observer - +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-threads \ --with-wx-config=${WX_CONFIG} \ --without-javac \ --without-odbc +MAKE_JOBS_UNSAFE= yes -pre-configure: - @cd ${WRKSRC} && ./otp_build autoconf +WX_APPS= wx debugger et observer do-build: .for app in wx debugger et observer diff --git a/lang/erlang-wx/distinfo b/lang/erlang-wx/distinfo index 1dacd051528c..9a304ef807a1 100644 --- a/lang/erlang-wx/distinfo +++ b/lang/erlang-wx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622539055 -SHA256 (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 90017fe0b844cf3ba7dc9faf7f6f690050f3138f3d3f7532a9343174f5f9febc -SIZE (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 54104215 +TIMESTAMP = 1631555935 +SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1 +SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872 diff --git a/lang/erlang-wx/files/patch-configure b/lang/erlang-wx/files/patch-configure new file mode 100644 index 000000000000..9713b597b9dc --- /dev/null +++ b/lang/erlang-wx/files/patch-configure @@ -0,0 +1,40 @@ +--- configure.orig 2021-09-13 14:43:59 UTC ++++ configure +@@ -55,7 +55,7 @@ skip_applications= + while test $# != 0; do + case $1 in + -srcdir=* | --srcdir=*) +- user_srcdir=`expr "$1" : '[^=]*=\(.*\)'` ++ user_srcdir=`expr -- "$1" : '[^=]*=\(.*\)'` + if test "$ERL_TOP" != ""; then + echo "WARNING: Overriding ERL_TOP with $user_srcdir" 1>&2 + echo "" 1>&2 +@@ -95,7 +95,7 @@ while test $# != 0; do + echo "" 1>&2 + ;; + -cache-file=* | --cache-file=* ) +- static_cache=`expr "$1" : '[^=]*=\(.*\)'` ++ static_cache=`expr -- "$1" : '[^=]*=\(.*\)'` + if test "$static_cache" != "/dev/null"; then + echo "WARNING: Only using config cache file '$static_cache' as static cache" 1>&2 + echo "" 1>&2 +@@ -140,8 +140,8 @@ while test $# != 0; do + pie_ldflags="-no-pie" + ;; + CFLAGS=* | LDFLAGS=*) +- flgs_var=`expr "$1" : '\([^=]*\)=.*'` +- flgs_val=`expr "$1" : '[^=]*=\(.*\)'` ++ flgs_var=`expr -- "$1" : '\([^=]*\)=.*'` ++ flgs_val=`expr -- "$1" : '[^=]*=\(.*\)'` + eval $flgs_var=\$flgs_val + ;; + --help=r* | -help=r*) +@@ -151,7 +151,7 @@ while test $# != 0; do + *) + case $1 in + --without-*) +- skip_app=`expr "$1" : '--without-\(.*\)'` ++ skip_app=`expr -- "$1" : '--without-\(.*\)'` + if [ "$skip_app" = "stdlib" ] || + [ "$skip_app" = "kernel" ] || + [ "$skip_app" = "sasl" ] || diff --git a/lang/erlang-wx/pkg-plist b/lang/erlang-wx/pkg-plist index 46dbe9f78a47..0f953e2c5939 100644 --- a/lang/erlang-wx/pkg-plist +++ b/lang/erlang-wx/pkg-plist @@ -1,667 +1,678 @@ -lib/erlang/lib/debugger-4.2.6/ebin/dbg_debugged.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_icmd.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_idb.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_ieval.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_iload.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_iserver.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_istk.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_break.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_break_win.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_code.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_filedialog_win.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_interpret.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_mon.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_mon_win.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_settings.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_src_view.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_trace.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_trace_win.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_view.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_win.beam -lib/erlang/lib/debugger-4.2.6/ebin/dbg_wx_winman.beam -lib/erlang/lib/debugger-4.2.6/ebin/debugger.app -lib/erlang/lib/debugger-4.2.6/ebin/debugger.appup -lib/erlang/lib/debugger-4.2.6/ebin/debugger.beam -lib/erlang/lib/debugger-4.2.6/ebin/i.beam -lib/erlang/lib/debugger-4.2.6/ebin/int.beam -lib/erlang/lib/debugger-4.2.6/priv/Makefile -lib/erlang/lib/debugger-4.2.6/priv/debugger.gif -lib/erlang/lib/debugger-4.2.6/priv/debugger.tool -lib/erlang/lib/debugger-4.2.6/priv/erlang_bug.png -lib/erlang/lib/debugger-4.2.6/src/Makefile -lib/erlang/lib/debugger-4.2.6/src/dbg_debugged.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_icmd.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_idb.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_ieval.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_ieval.hrl -lib/erlang/lib/debugger-4.2.6/src/dbg_iload.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_iserver.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_istk.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_break.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_break_win.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_code.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_filedialog_win.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_filedialog_win.hrl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_interpret.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_mon.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_mon_win.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_settings.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_src_view.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_trace.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_trace_win.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_view.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_win.erl -lib/erlang/lib/debugger-4.2.6/src/dbg_wx_winman.erl -lib/erlang/lib/debugger-4.2.6/src/debugger.app.src -lib/erlang/lib/debugger-4.2.6/src/debugger.appup.src -lib/erlang/lib/debugger-4.2.6/src/debugger.erl -lib/erlang/lib/debugger-4.2.6/src/i.erl -lib/erlang/lib/debugger-4.2.6/src/int.erl -lib/erlang/lib/et-1.6.4/ebin/et.app -lib/erlang/lib/et-1.6.4/ebin/et.appup -lib/erlang/lib/et-1.6.4/ebin/et.beam -lib/erlang/lib/et-1.6.4/ebin/et_collector.beam -lib/erlang/lib/et-1.6.4/ebin/et_selector.beam -lib/erlang/lib/et-1.6.4/ebin/et_viewer.beam -lib/erlang/lib/et-1.6.4/ebin/et_wx_contents_viewer.beam -lib/erlang/lib/et-1.6.4/ebin/et_wx_viewer.beam -lib/erlang/lib/et-1.6.4/include/et.hrl -lib/erlang/lib/et-1.6.4/src/Makefile -lib/erlang/lib/et-1.6.4/src/et.app.src -lib/erlang/lib/et-1.6.4/src/et.appup.src -lib/erlang/lib/et-1.6.4/src/et.erl -lib/erlang/lib/et-1.6.4/src/et_collector.erl -lib/erlang/lib/et-1.6.4/src/et_internal.hrl -lib/erlang/lib/et-1.6.4/src/et_selector.erl -lib/erlang/lib/et-1.6.4/src/et_viewer.erl -lib/erlang/lib/et-1.6.4/src/et_wx_contents_viewer.erl -lib/erlang/lib/et-1.6.4/src/et_wx_viewer.erl -lib/erlang/lib/et-1.6.4/src/modules.mk -lib/erlang/lib/observer-2.9/ebin/cdv_atom_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_bin_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_detail_wx.beam -lib/erlang/lib/observer-2.9/ebin/cdv_dist_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_ets_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_fun_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_gen_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_html_wx.beam -lib/erlang/lib/observer-2.9/ebin/cdv_info_wx.beam -lib/erlang/lib/observer-2.9/ebin/cdv_int_tab_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_mem_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_mod_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_multi_wx.beam -lib/erlang/lib/observer-2.9/ebin/cdv_persistent_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_port_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_proc_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_sched_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_table_wx.beam -lib/erlang/lib/observer-2.9/ebin/cdv_term_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_timer_cb.beam -lib/erlang/lib/observer-2.9/ebin/cdv_virtual_list_wx.beam -lib/erlang/lib/observer-2.9/ebin/cdv_wx.beam -lib/erlang/lib/observer-2.9/ebin/crashdump_viewer.beam -lib/erlang/lib/observer-2.9/ebin/etop.beam -lib/erlang/lib/observer-2.9/ebin/etop_tr.beam -lib/erlang/lib/observer-2.9/ebin/etop_txt.beam -lib/erlang/lib/observer-2.9/ebin/observer.app -lib/erlang/lib/observer-2.9/ebin/observer.appup -lib/erlang/lib/observer-2.9/ebin/observer.beam -lib/erlang/lib/observer-2.9/ebin/observer_alloc_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_app_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_html_lib.beam -lib/erlang/lib/observer-2.9/ebin/observer_lib.beam -lib/erlang/lib/observer-2.9/ebin/observer_perf_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_port_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_pro_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_procinfo.beam -lib/erlang/lib/observer-2.9/ebin/observer_sys_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_trace_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_traceoptions_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_tv_table.beam -lib/erlang/lib/observer-2.9/ebin/observer_tv_wx.beam -lib/erlang/lib/observer-2.9/ebin/observer_wx.beam -lib/erlang/lib/observer-2.9/ebin/ttb.beam -lib/erlang/lib/observer-2.9/ebin/ttb_et.beam -lib/erlang/lib/observer-2.9/include/etop.hrl -lib/erlang/lib/observer-2.9/priv/bin/cdv -lib/erlang/lib/observer-2.9/priv/bin/cdv.bat -lib/erlang/lib/observer-2.9/priv/bin/etop -lib/erlang/lib/observer-2.9/priv/bin/etop.bat -lib/erlang/lib/observer-2.9/priv/erlang_observer.png -lib/erlang/lib/observer-2.9/src/Makefile -lib/erlang/lib/observer-2.9/src/cdv_atom_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_bin_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_detail_wx.erl -lib/erlang/lib/observer-2.9/src/cdv_dist_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_ets_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_fun_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_gen_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_html_wx.erl -lib/erlang/lib/observer-2.9/src/cdv_info_wx.erl -lib/erlang/lib/observer-2.9/src/cdv_int_tab_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_mem_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_mod_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_multi_wx.erl -lib/erlang/lib/observer-2.9/src/cdv_persistent_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_port_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_proc_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_sched_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_table_wx.erl -lib/erlang/lib/observer-2.9/src/cdv_term_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_timer_cb.erl -lib/erlang/lib/observer-2.9/src/cdv_virtual_list_wx.erl -lib/erlang/lib/observer-2.9/src/cdv_wx.erl -lib/erlang/lib/observer-2.9/src/crashdump_viewer.erl -lib/erlang/lib/observer-2.9/src/crashdump_viewer.hrl -lib/erlang/lib/observer-2.9/src/etop.erl -lib/erlang/lib/observer-2.9/src/etop_defs.hrl -lib/erlang/lib/observer-2.9/src/etop_tr.erl -lib/erlang/lib/observer-2.9/src/etop_txt.erl -lib/erlang/lib/observer-2.9/src/multitrace.erl -lib/erlang/lib/observer-2.9/src/observer.app.src -lib/erlang/lib/observer-2.9/src/observer.appup.src -lib/erlang/lib/observer-2.9/src/observer.erl -lib/erlang/lib/observer-2.9/src/observer_alloc_wx.erl -lib/erlang/lib/observer-2.9/src/observer_app_wx.erl -lib/erlang/lib/observer-2.9/src/observer_defs.hrl -lib/erlang/lib/observer-2.9/src/observer_html_lib.erl -lib/erlang/lib/observer-2.9/src/observer_lib.erl -lib/erlang/lib/observer-2.9/src/observer_perf_wx.erl -lib/erlang/lib/observer-2.9/src/observer_port_wx.erl -lib/erlang/lib/observer-2.9/src/observer_pro_wx.erl -lib/erlang/lib/observer-2.9/src/observer_procinfo.erl -lib/erlang/lib/observer-2.9/src/observer_sys_wx.erl -lib/erlang/lib/observer-2.9/src/observer_trace_wx.erl -lib/erlang/lib/observer-2.9/src/observer_traceoptions_wx.erl -lib/erlang/lib/observer-2.9/src/observer_tv.hrl -lib/erlang/lib/observer-2.9/src/observer_tv_table.erl -lib/erlang/lib/observer-2.9/src/observer_tv_wx.erl -lib/erlang/lib/observer-2.9/src/observer_wx.erl -lib/erlang/lib/observer-2.9/src/ttb.erl -lib/erlang/lib/observer-2.9/src/ttb_et.erl -lib/erlang/lib/wx-1.8.7/ebin/gl.beam -lib/erlang/lib/wx-1.8.7/ebin/glu.beam -lib/erlang/lib/wx-1.8.7/ebin/wx.app -lib/erlang/lib/wx-1.8.7/ebin/wx.appup -lib/erlang/lib/wx-1.8.7/ebin/wx.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAcceleratorEntry.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAcceleratorTable.beam -lib/erlang/lib/wx-1.8.7/ebin/wxActivateEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxArtProvider.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAuiDockArt.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAuiManager.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAuiManagerEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAuiNotebook.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAuiNotebookEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAuiPaneInfo.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAuiSimpleTabArt.beam -lib/erlang/lib/wx-1.8.7/ebin/wxAuiTabArt.beam -lib/erlang/lib/wx-1.8.7/ebin/wxBitmap.beam -lib/erlang/lib/wx-1.8.7/ebin/wxBitmapButton.beam -lib/erlang/lib/wx-1.8.7/ebin/wxBitmapDataObject.beam -lib/erlang/lib/wx-1.8.7/ebin/wxBoxSizer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxBrush.beam -lib/erlang/lib/wx-1.8.7/ebin/wxBufferedDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxBufferedPaintDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxButton.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCalendarCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCalendarDateAttr.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCalendarEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCaret.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCheckBox.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCheckListBox.beam -lib/erlang/lib/wx-1.8.7/ebin/wxChildFocusEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxChoice.beam -lib/erlang/lib/wx-1.8.7/ebin/wxChoicebook.beam -lib/erlang/lib/wx-1.8.7/ebin/wxClientDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxClipboard.beam -lib/erlang/lib/wx-1.8.7/ebin/wxClipboardTextEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCloseEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxColourData.beam -lib/erlang/lib/wx-1.8.7/ebin/wxColourDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxColourPickerCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxColourPickerEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxComboBox.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCommandEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxContextMenuEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxControl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxControlWithItems.beam -lib/erlang/lib/wx-1.8.7/ebin/wxCursor.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDCOverlay.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDataObject.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDateEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDatePickerCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDirDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDirPickerCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDisplay.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDisplayChangedEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxDropFilesEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxEraseEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxEvtHandler.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFileDataObject.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFileDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFileDirPickerEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFilePickerCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFindReplaceData.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFindReplaceDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFlexGridSizer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFocusEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFont.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFontData.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFontDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFontPickerCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFontPickerEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxFrame.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGBSizerItem.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGCDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGLCanvas.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGauge.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGenericDirCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGraphicsBrush.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGraphicsContext.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGraphicsFont.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGraphicsMatrix.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGraphicsObject.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGraphicsPath.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGraphicsPen.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGraphicsRenderer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGrid.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridBagSizer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellAttr.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellBoolEditor.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellBoolRenderer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellChoiceEditor.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellEditor.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellFloatEditor.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellFloatRenderer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellNumberEditor.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellNumberRenderer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellRenderer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellStringRenderer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridCellTextEditor.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxGridSizer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxHelpEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxHtmlEasyPrinting.beam -lib/erlang/lib/wx-1.8.7/ebin/wxHtmlLinkEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxHtmlWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxIcon.beam -lib/erlang/lib/wx-1.8.7/ebin/wxIconBundle.beam -lib/erlang/lib/wx-1.8.7/ebin/wxIconizeEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxIdleEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxImage.beam -lib/erlang/lib/wx-1.8.7/ebin/wxImageList.beam -lib/erlang/lib/wx-1.8.7/ebin/wxInitDialogEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxJoystickEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxKeyEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxLayoutAlgorithm.beam -lib/erlang/lib/wx-1.8.7/ebin/wxListBox.beam -lib/erlang/lib/wx-1.8.7/ebin/wxListCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxListEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxListItem.beam -lib/erlang/lib/wx-1.8.7/ebin/wxListItemAttr.beam -lib/erlang/lib/wx-1.8.7/ebin/wxListView.beam -lib/erlang/lib/wx-1.8.7/ebin/wxListbook.beam -lib/erlang/lib/wx-1.8.7/ebin/wxLocale.beam -lib/erlang/lib/wx-1.8.7/ebin/wxLogNull.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMDIChildFrame.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMDIClientWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMDIParentFrame.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMask.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMaximizeEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMemoryDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMenu.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMenuBar.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMenuEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMenuItem.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMessageDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMiniFrame.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMirrorDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMouseCaptureChangedEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMouseCaptureLostEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMouseEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMoveEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxMultiChoiceDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxNavigationKeyEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxNotebook.beam -lib/erlang/lib/wx-1.8.7/ebin/wxNotebookEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxNotifyEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxOverlay.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPageSetupDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPageSetupDialogData.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPaintDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPaintEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPalette.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPaletteChangedEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPanel.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPasswordEntryDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPen.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPickerBase.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPopupTransientWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPopupWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPostScriptDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPreviewCanvas.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPreviewControlBar.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPreviewFrame.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPrintData.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPrintDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPrintDialogData.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPrintPreview.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPrinter.beam -lib/erlang/lib/wx-1.8.7/ebin/wxPrintout.beam -lib/erlang/lib/wx-1.8.7/ebin/wxProgressDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxQueryNewPaletteEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxRadioBox.beam -lib/erlang/lib/wx-1.8.7/ebin/wxRadioButton.beam -lib/erlang/lib/wx-1.8.7/ebin/wxRegion.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSashEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSashLayoutWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSashWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxScreenDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxScrollBar.beam -lib/erlang/lib/wx-1.8.7/ebin/wxScrollEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxScrollWinEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxScrolledWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSetCursorEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxShowEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSingleChoiceDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSizeEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSizer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSizerFlags.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSizerItem.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSlider.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSpinButton.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSpinCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSpinEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSplashScreen.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSplitterEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSplitterWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStaticBitmap.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStaticBox.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStaticBoxSizer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStaticLine.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStaticText.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStatusBar.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStdDialogButtonSizer.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStyledTextCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxStyledTextEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSysColourChangedEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSystemOptions.beam -lib/erlang/lib/wx-1.8.7/ebin/wxSystemSettings.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTaskBarIcon.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTaskBarIconEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTextAttr.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTextCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTextDataObject.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTextEntryDialog.beam -lib/erlang/lib/wx-1.8.7/ebin/wxToggleButton.beam -lib/erlang/lib/wx-1.8.7/ebin/wxToolBar.beam -lib/erlang/lib/wx-1.8.7/ebin/wxToolTip.beam -lib/erlang/lib/wx-1.8.7/ebin/wxToolbook.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTopLevelWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTreeCtrl.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTreeEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxTreebook.beam -lib/erlang/lib/wx-1.8.7/ebin/wxUpdateUIEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxWindow.beam -lib/erlang/lib/wx-1.8.7/ebin/wxWindowCreateEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxWindowDC.beam -lib/erlang/lib/wx-1.8.7/ebin/wxWindowDestroyEvent.beam -lib/erlang/lib/wx-1.8.7/ebin/wxXmlResource.beam -lib/erlang/lib/wx-1.8.7/ebin/wx_misc.beam -lib/erlang/lib/wx-1.8.7/ebin/wx_object.beam -lib/erlang/lib/wx-1.8.7/ebin/wxe_master.beam -lib/erlang/lib/wx-1.8.7/ebin/wxe_server.beam -lib/erlang/lib/wx-1.8.7/ebin/wxe_util.beam -lib/erlang/lib/wx-1.8.7/include/gl.hrl -lib/erlang/lib/wx-1.8.7/include/glu.hrl -lib/erlang/lib/wx-1.8.7/include/wx.hrl -lib/erlang/lib/wx-1.8.7/priv/erl_gl.so -lib/erlang/lib/wx-1.8.7/priv/erlang-logo128.png -lib/erlang/lib/wx-1.8.7/priv/erlang-logo32.png -lib/erlang/lib/wx-1.8.7/priv/erlang-logo64.png -lib/erlang/lib/wx-1.8.7/priv/wxe_driver.so -lib/erlang/lib/wx-1.8.7/src/Makefile -lib/erlang/lib/wx-1.8.7/src/gen/gl.erl -lib/erlang/lib/wx-1.8.7/src/gen/glu.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAcceleratorEntry.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAcceleratorTable.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxActivateEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxArtProvider.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAuiDockArt.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAuiManager.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAuiManagerEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAuiNotebook.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAuiNotebookEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAuiPaneInfo.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAuiSimpleTabArt.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxAuiTabArt.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxBitmap.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxBitmapButton.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxBitmapDataObject.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxBoxSizer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxBrush.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxBufferedDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxBufferedPaintDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxButton.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCalendarCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCalendarDateAttr.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCalendarEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCaret.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCheckBox.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCheckListBox.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxChildFocusEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxChoice.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxChoicebook.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxClientDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxClipboard.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxClipboardTextEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCloseEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxColourData.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxColourDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxColourPickerCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxColourPickerEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxComboBox.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCommandEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxContextMenuEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxControl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxControlWithItems.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxCursor.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDCOverlay.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDataObject.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDateEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDatePickerCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDirDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDirPickerCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDisplay.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDisplayChangedEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxDropFilesEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxEraseEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxEvtHandler.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFileDataObject.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFileDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFileDirPickerEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFilePickerCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFindReplaceData.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFindReplaceDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFlexGridSizer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFocusEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFont.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFontData.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFontDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFontPickerCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFontPickerEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxFrame.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGBSizerItem.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGCDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGLCanvas.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGauge.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGenericDirCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGraphicsBrush.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGraphicsContext.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGraphicsFont.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGraphicsMatrix.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGraphicsObject.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGraphicsPath.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGraphicsPen.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGraphicsRenderer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGrid.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridBagSizer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellAttr.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellBoolEditor.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellBoolRenderer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellChoiceEditor.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellEditor.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellFloatEditor.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellFloatRenderer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellNumberEditor.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellNumberRenderer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellRenderer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellStringRenderer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridCellTextEditor.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxGridSizer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxHelpEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxHtmlEasyPrinting.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxHtmlLinkEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxHtmlWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxIcon.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxIconBundle.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxIconizeEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxIdleEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxImage.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxImageList.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxInitDialogEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxJoystickEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxKeyEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxLayoutAlgorithm.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxListBox.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxListCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxListEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxListItem.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxListItemAttr.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxListView.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxListbook.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxLocale.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxLogNull.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMDIChildFrame.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMDIClientWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMDIParentFrame.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMask.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMaximizeEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMemoryDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMenu.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMenuBar.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMenuEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMenuItem.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMessageDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMiniFrame.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMirrorDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMouseCaptureChangedEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMouseCaptureLostEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMouseEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMoveEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxMultiChoiceDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxNavigationKeyEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxNotebook.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxNotebookEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxNotifyEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxOverlay.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPageSetupDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPageSetupDialogData.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPaintDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPaintEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPalette.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPaletteChangedEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPanel.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPasswordEntryDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPen.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPickerBase.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPopupTransientWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPopupWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPostScriptDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPreviewCanvas.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPreviewControlBar.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPreviewFrame.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPrintData.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPrintDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPrintDialogData.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPrintPreview.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPrinter.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxPrintout.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxProgressDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxQueryNewPaletteEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxRadioBox.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxRadioButton.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxRegion.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSashEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSashLayoutWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSashWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxScreenDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxScrollBar.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxScrollEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxScrollWinEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxScrolledWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSetCursorEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxShowEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSingleChoiceDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSizeEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSizer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSizerFlags.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSizerItem.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSlider.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSpinButton.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSpinCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSpinEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSplashScreen.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSplitterEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSplitterWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStaticBitmap.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStaticBox.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStaticBoxSizer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStaticLine.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStaticText.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStatusBar.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStdDialogButtonSizer.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStyledTextCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxStyledTextEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSysColourChangedEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSystemOptions.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxSystemSettings.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTaskBarIcon.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTaskBarIconEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTextAttr.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTextCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTextDataObject.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTextEntryDialog.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxToggleButton.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxToolBar.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxToolTip.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxToolbook.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTopLevelWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTreeCtrl.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTreeEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxTreebook.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxUpdateUIEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxWindow.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxWindowCreateEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxWindowDC.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxWindowDestroyEvent.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxXmlResource.erl -lib/erlang/lib/wx-1.8.7/src/gen/wx_misc.erl -lib/erlang/lib/wx-1.8.7/src/gen/wxe_debug.hrl -lib/erlang/lib/wx-1.8.7/src/gen/wxe_funcs.hrl -lib/erlang/lib/wx-1.8.7/src/wx.app.src -lib/erlang/lib/wx-1.8.7/src/wx.appup.src -lib/erlang/lib/wx-1.8.7/src/wx.erl -lib/erlang/lib/wx-1.8.7/src/wx_object.erl -lib/erlang/lib/wx-1.8.7/src/wxe.hrl -lib/erlang/lib/wx-1.8.7/src/wxe_master.erl -lib/erlang/lib/wx-1.8.7/src/wxe_server.erl -lib/erlang/lib/wx-1.8.7/src/wxe_util.erl +lib/erlang/lib/debugger-5.1/ebin/dbg_debugged.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_icmd.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_idb.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_ieval.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_iload.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_iserver.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_istk.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_break.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_break_win.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_code.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_filedialog_win.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_interpret.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_mon.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_mon_win.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_settings.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_src_view.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_trace.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_trace_win.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_view.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_win.beam +lib/erlang/lib/debugger-5.1/ebin/dbg_wx_winman.beam +lib/erlang/lib/debugger-5.1/ebin/debugger.app +lib/erlang/lib/debugger-5.1/ebin/debugger.appup +lib/erlang/lib/debugger-5.1/ebin/debugger.beam +lib/erlang/lib/debugger-5.1/ebin/i.beam +lib/erlang/lib/debugger-5.1/ebin/int.beam +lib/erlang/lib/debugger-5.1/priv/Makefile +lib/erlang/lib/debugger-5.1/priv/debugger.gif +lib/erlang/lib/debugger-5.1/priv/debugger.tool +lib/erlang/lib/debugger-5.1/priv/erlang_bug.png +lib/erlang/lib/debugger-5.1/src/Makefile +lib/erlang/lib/debugger-5.1/src/dbg_debugged.erl +lib/erlang/lib/debugger-5.1/src/dbg_icmd.erl +lib/erlang/lib/debugger-5.1/src/dbg_idb.erl +lib/erlang/lib/debugger-5.1/src/dbg_ieval.erl +lib/erlang/lib/debugger-5.1/src/dbg_ieval.hrl +lib/erlang/lib/debugger-5.1/src/dbg_iload.erl +lib/erlang/lib/debugger-5.1/src/dbg_iserver.erl +lib/erlang/lib/debugger-5.1/src/dbg_istk.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_break.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_break_win.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_code.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_filedialog_win.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_filedialog_win.hrl +lib/erlang/lib/debugger-5.1/src/dbg_wx_interpret.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_mon.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_mon_win.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_settings.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_src_view.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_trace.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_trace_win.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_view.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_win.erl +lib/erlang/lib/debugger-5.1/src/dbg_wx_winman.erl +lib/erlang/lib/debugger-5.1/src/debugger.app.src +lib/erlang/lib/debugger-5.1/src/debugger.appup.src +lib/erlang/lib/debugger-5.1/src/debugger.erl +lib/erlang/lib/debugger-5.1/src/i.erl +lib/erlang/lib/debugger-5.1/src/int.erl +lib/erlang/lib/et-1.6.5/ebin/et.app +lib/erlang/lib/et-1.6.5/ebin/et.appup +lib/erlang/lib/et-1.6.5/ebin/et.beam +lib/erlang/lib/et-1.6.5/ebin/et_collector.beam +lib/erlang/lib/et-1.6.5/ebin/et_selector.beam +lib/erlang/lib/et-1.6.5/ebin/et_viewer.beam +lib/erlang/lib/et-1.6.5/ebin/et_wx_contents_viewer.beam +lib/erlang/lib/et-1.6.5/ebin/et_wx_viewer.beam +lib/erlang/lib/et-1.6.5/include/et.hrl +lib/erlang/lib/et-1.6.5/src/Makefile +lib/erlang/lib/et-1.6.5/src/et.app.src +lib/erlang/lib/et-1.6.5/src/et.appup.src +lib/erlang/lib/et-1.6.5/src/et.erl +lib/erlang/lib/et-1.6.5/src/et_collector.erl +lib/erlang/lib/et-1.6.5/src/et_internal.hrl +lib/erlang/lib/et-1.6.5/src/et_selector.erl +lib/erlang/lib/et-1.6.5/src/et_viewer.erl +lib/erlang/lib/et-1.6.5/src/et_wx_contents_viewer.erl +lib/erlang/lib/et-1.6.5/src/et_wx_viewer.erl +lib/erlang/lib/et-1.6.5/src/modules.mk +lib/erlang/lib/observer-2.9.6/ebin/cdv_atom_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_bin_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_detail_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_dist_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_ets_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_fun_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_gen_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_html_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_info_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_int_tab_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_mem_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_mod_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_multi_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_persistent_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_port_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_proc_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_sched_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_table_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_term_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_timer_cb.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_virtual_list_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/cdv_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/crashdump_viewer.beam +lib/erlang/lib/observer-2.9.6/ebin/etop.beam +lib/erlang/lib/observer-2.9.6/ebin/etop_tr.beam +lib/erlang/lib/observer-2.9.6/ebin/etop_txt.beam +lib/erlang/lib/observer-2.9.6/ebin/observer.app +lib/erlang/lib/observer-2.9.6/ebin/observer.appup +lib/erlang/lib/observer-2.9.6/ebin/observer.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_alloc_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_app_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_html_lib.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_lib.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_perf_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_port_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_pro_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_procinfo.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_sys_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_trace_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_traceoptions_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_tv_table.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_tv_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/observer_wx.beam +lib/erlang/lib/observer-2.9.6/ebin/ttb.beam +lib/erlang/lib/observer-2.9.6/ebin/ttb_et.beam +lib/erlang/lib/observer-2.9.6/include/etop.hrl +lib/erlang/lib/observer-2.9.6/priv/bin/cdv +lib/erlang/lib/observer-2.9.6/priv/bin/cdv.bat +lib/erlang/lib/observer-2.9.6/priv/bin/etop +lib/erlang/lib/observer-2.9.6/priv/bin/etop.bat +lib/erlang/lib/observer-2.9.6/priv/erlang_observer.png +lib/erlang/lib/observer-2.9.6/src/Makefile +lib/erlang/lib/observer-2.9.6/src/cdv_atom_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_bin_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_detail_wx.erl +lib/erlang/lib/observer-2.9.6/src/cdv_dist_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_ets_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_fun_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_gen_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_html_wx.erl +lib/erlang/lib/observer-2.9.6/src/cdv_info_wx.erl +lib/erlang/lib/observer-2.9.6/src/cdv_int_tab_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_mem_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_mod_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_multi_wx.erl +lib/erlang/lib/observer-2.9.6/src/cdv_persistent_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_port_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_proc_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_sched_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_table_wx.erl +lib/erlang/lib/observer-2.9.6/src/cdv_term_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_timer_cb.erl +lib/erlang/lib/observer-2.9.6/src/cdv_virtual_list_wx.erl +lib/erlang/lib/observer-2.9.6/src/cdv_wx.erl +lib/erlang/lib/observer-2.9.6/src/crashdump_viewer.erl +lib/erlang/lib/observer-2.9.6/src/crashdump_viewer.hrl +lib/erlang/lib/observer-2.9.6/src/etop.erl +lib/erlang/lib/observer-2.9.6/src/etop_defs.hrl +lib/erlang/lib/observer-2.9.6/src/etop_tr.erl +lib/erlang/lib/observer-2.9.6/src/etop_txt.erl +lib/erlang/lib/observer-2.9.6/src/multitrace.erl +lib/erlang/lib/observer-2.9.6/src/observer.app.src +lib/erlang/lib/observer-2.9.6/src/observer.appup.src +lib/erlang/lib/observer-2.9.6/src/observer.erl +lib/erlang/lib/observer-2.9.6/src/observer_alloc_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_app_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_defs.hrl +lib/erlang/lib/observer-2.9.6/src/observer_html_lib.erl +lib/erlang/lib/observer-2.9.6/src/observer_lib.erl +lib/erlang/lib/observer-2.9.6/src/observer_perf_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_port_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_pro_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_procinfo.erl +lib/erlang/lib/observer-2.9.6/src/observer_sys_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_trace_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_traceoptions_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_tv.hrl +lib/erlang/lib/observer-2.9.6/src/observer_tv_table.erl +lib/erlang/lib/observer-2.9.6/src/observer_tv_wx.erl +lib/erlang/lib/observer-2.9.6/src/observer_wx.erl +lib/erlang/lib/observer-2.9.6/src/ttb.erl +lib/erlang/lib/observer-2.9.6/src/ttb_et.erl +lib/erlang/lib/wx-2.0.1/ebin/gl.beam +lib/erlang/lib/wx-2.0.1/ebin/glu.beam +lib/erlang/lib/wx-2.0.1/ebin/wx.app +lib/erlang/lib/wx-2.0.1/ebin/wx.appup +lib/erlang/lib/wx-2.0.1/ebin/wx.beam +lib/erlang/lib/wx-2.0.1/ebin/wxAcceleratorEntry.beam +lib/erlang/lib/wx-2.0.1/ebin/wxAcceleratorTable.beam +lib/erlang/lib/wx-2.0.1/ebin/wxActivateEvent.beam +lib/erlang/lib/wx-2.0.1/ebin/wxArtProvider.beam +lib/erlang/lib/wx-2.0.1/ebin/wxAuiDockArt.beam +lib/erlang/lib/wx-2.0.1/ebin/wxAuiManager.beam +lib/erlang/lib/wx-2.0.1/ebin/wxAuiManagerEvent.beam *** 485 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 824C5670E43; Thu, 30 Sep 2021 22:07:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6n31ZD7z4xg7; Thu, 30 Sep 2021 22:07:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04E7F13E1A; Thu, 30 Sep 2021 22:07:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7orO096229; Thu, 30 Sep 2021 22:07:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7oew096228; Thu, 30 Sep 2021 22:07:50 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:50 GMT Message-Id: <202109302207.18UM7oew096228@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: c95ddfa6e3d5 - main - devel/erlang-cuttlefish: mark as BROKEN (unsupported Erlang 24). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c95ddfa6e3d52f46958a3f14c308a614645742a6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:51 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=c95ddfa6e3d52f46958a3f14c308a614645742a6 commit c95ddfa6e3d52f46958a3f14c308a614645742a6 Author: Jimmy Olgeni AuthorDate: 2021-09-14 14:24:53 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:20 +0000 devel/erlang-cuttlefish: mark as BROKEN (unsupported Erlang 24). --- devel/erlang-cuttlefish/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/erlang-cuttlefish/Makefile b/devel/erlang-cuttlefish/Makefile index 2d85cbcde272..7a3951c12460 100644 --- a/devel/erlang-cuttlefish/Makefile +++ b/devel/erlang-cuttlefish/Makefile @@ -9,6 +9,8 @@ COMMENT= Configuration library for Erlang LICENSE= APACHE20 +BROKEN= does not build with Erlang 24 + USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:08:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3E71670EFC; Thu, 30 Sep 2021 22:08:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6nJ4dmMz4xWT; Thu, 30 Sep 2021 22:08:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A19B13C38; Thu, 30 Sep 2021 22:08:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM83JN096511; Thu, 30 Sep 2021 22:08:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM83AN096510; Thu, 30 Sep 2021 22:08:03 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:08:03 GMT Message-Id: <202109302208.18UM83AN096510@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 3e3f361ff98e - main - devel/recon: update to 2.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3e3f361ff98e6fe37fcf58069032614866043389 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:08:05 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e3f361ff98e6fe37fcf58069032614866043389 commit 3e3f361ff98e6fe37fcf58069032614866043389 Author: Dave Cottlehuber AuthorDate: 2021-09-30 22:03:32 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:03:32 +0000 devel/recon: update to 2.5.2 - support OTP24 --- devel/erlang-recon/Makefile | 2 +- devel/erlang-recon/distinfo | 6 +++--- devel/erlang-recon/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/devel/erlang-recon/Makefile b/devel/erlang-recon/Makefile index 3b3f013a9d2e..6d8321d4e062 100644 --- a/devel/erlang-recon/Makefile +++ b/devel/erlang-recon/Makefile @@ -1,5 +1,5 @@ PORTNAME= recon -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.2 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-recon/distinfo b/devel/erlang-recon/distinfo index 133629ad923d..d1fbd1fc6a38 100644 --- a/devel/erlang-recon/distinfo +++ b/devel/erlang-recon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552144285 -SHA256 (ferd-recon-2.4.0_GH0.tar.gz) = 6e96d714834581adfee58ab6a39a0b020f7365ea63da1d924e9779bf490841a3 -SIZE (ferd-recon-2.4.0_GH0.tar.gz) = 210569 +TIMESTAMP = 1632902698 +SHA256 (ferd-recon-2.5.2_GH0.tar.gz) = 030ffe46ec9350001c5e2cfecab6a887d9935a12f6978d9c8eb27708ee23bf54 +SIZE (ferd-recon-2.5.2_GH0.tar.gz) = 50832 diff --git a/devel/erlang-recon/pkg-plist b/devel/erlang-recon/pkg-plist index 5bd468b25b9e..5b721c4a4eb5 100644 --- a/devel/erlang-recon/pkg-plist +++ b/devel/erlang-recon/pkg-plist @@ -2,6 +2,7 @@ lib/erlang/lib/recon-%%VERSION%%/ebin/recon.app lib/erlang/lib/recon-%%VERSION%%/ebin/recon.beam lib/erlang/lib/recon-%%VERSION%%/ebin/recon_alloc.beam lib/erlang/lib/recon-%%VERSION%%/ebin/recon_lib.beam +lib/erlang/lib/recon-%%VERSION%%/ebin/recon_map.beam lib/erlang/lib/recon-%%VERSION%%/ebin/recon_rec.beam lib/erlang/lib/recon-%%VERSION%%/ebin/recon_trace.beam lib/erlang/lib/recon-%%VERSION%%/script/app_deps.erl @@ -11,6 +12,7 @@ lib/erlang/lib/recon-%%VERSION%%/src/recon.app.src lib/erlang/lib/recon-%%VERSION%%/src/recon.erl lib/erlang/lib/recon-%%VERSION%%/src/recon_alloc.erl lib/erlang/lib/recon-%%VERSION%%/src/recon_lib.erl +lib/erlang/lib/recon-%%VERSION%%/src/recon_map.erl lib/erlang/lib/recon-%%VERSION%%/src/recon_rec.erl lib/erlang/lib/recon-%%VERSION%%/src/recon_trace.erl %%PORTDOCS%%%%DOCSDIR%%/README.md @@ -23,6 +25,7 @@ lib/erlang/lib/recon-%%VERSION%%/src/recon_trace.erl %%PORTDOCS%%%%DOCSDIR%%/recon.html %%PORTDOCS%%%%DOCSDIR%%/recon_alloc.html %%PORTDOCS%%%%DOCSDIR%%/recon_lib.html +%%PORTDOCS%%%%DOCSDIR%%/recon_map.html %%PORTDOCS%%%%DOCSDIR%%/recon_rec.html %%PORTDOCS%%%%DOCSDIR%%/recon_trace.html %%PORTDOCS%%%%DOCSDIR%%/stylesheet.css From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17D62670FDA; Thu, 30 Sep 2021 22:07:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6n65J33z4xGq; Thu, 30 Sep 2021 22:07:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 710B913E9E; Thu, 30 Sep 2021 22:07:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7sYf096307; Thu, 30 Sep 2021 22:07:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7sxb096306; Thu, 30 Sep 2021 22:07:54 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:54 GMT Message-Id: <202109302207.18UM7sxb096306@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 72d6b1251286 - main - lang/erlang: restore DTRACE on powerpc64, like erlang-runtime24. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 72d6b12512868177ed689b652e529719ad12c599 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:55 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=72d6b12512868177ed689b652e529719ad12c599 commit 72d6b12512868177ed689b652e529719ad12c599 Author: Jimmy Olgeni AuthorDate: 2021-09-15 08:41:49 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:22 +0000 lang/erlang: restore DTRACE on powerpc64, like erlang-runtime24. --- lang/erlang/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 724dace970df..a089f87b0996 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -58,9 +58,6 @@ OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_i386= DTRACE -OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} -OPTIONS_EXCLUDE_powerpc64_11= DTRACE -OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_SUB= yes From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:08:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1F746713C5; Thu, 30 Sep 2021 22:08:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6nF2pyXz4xMf; Thu, 30 Sep 2021 22:08:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F6D713E9F; Thu, 30 Sep 2021 22:08:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM81UW096457; Thu, 30 Sep 2021 22:08:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM81oI096456; Thu, 30 Sep 2021 22:08:01 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:08:01 GMT Message-Id: <202109302208.18UM81oI096456@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 0f760f73cdc6 - main - textproc/erlang-p1_utils: update to 1.0.23 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0f760f73cdc6b0d319a1f63aa9f5b57736e6e19a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:08:02 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f760f73cdc6b0d319a1f63aa9f5b57736e6e19a commit 0f760f73cdc6b0d319a1f63aa9f5b57736e6e19a Author: Dave Cottlehuber AuthorDate: 2021-09-29 21:16:49 +0000 Commit: Dave Cottlehuber 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 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A6AF670FEE; Thu, 30 Sep 2021 22:07:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6n86mHjz4xW4; Thu, 30 Sep 2021 22:07:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA50513E1B; Thu, 30 Sep 2021 22:07:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7uII096355; Thu, 30 Sep 2021 22:07:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7u0p096354; Thu, 30 Sep 2021 22:07:56 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:56 GMT Message-Id: <202109302207.18UM7u0p096354@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: ae0fabf837dc - main - devel/erlang-native-port-compiler: NEW PORT rebar3 friendly build plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ae0fabf837dc031c580ead8fbbfeee9ecfd20fcf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:57 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae0fabf837dc031c580ead8fbbfeee9ecfd20fcf commit ae0fabf837dc031c580ead8fbbfeee9ecfd20fcf Author: Dave Cottlehuber AuthorDate: 2021-09-29 21:16:47 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:03:12 +0000 devel/erlang-native-port-compiler: NEW PORT rebar3 friendly build plugin --- devel/Makefile | 1 + devel/erlang-native-compiler/Makefile | 26 ++++++++++++++++++++++++++ devel/erlang-native-compiler/distinfo | 3 +++ devel/erlang-native-compiler/pkg-descr | 10 ++++++++++ 4 files changed, 40 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 608452aafb38..92edb0753658 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -630,6 +630,7 @@ SUBDIR += erlang-lager_syslog SUBDIR += erlang-meck SUBDIR += erlang-metrics + SUBDIR += erlang-native-compiler SUBDIR += erlang-neotoma SUBDIR += erlang-parse_trans SUBDIR += erlang-poolboy diff --git a/devel/erlang-native-compiler/Makefile b/devel/erlang-native-compiler/Makefile new file mode 100644 index 000000000000..cd1113ccf1f3 --- /dev/null +++ b/devel/erlang-native-compiler/Makefile @@ -0,0 +1,26 @@ +PORTNAME= erlang-native-compiler +PORTVERSION= g20210602 +CATEGORIES= devel + +MAINTAINER= erlang@FreeBSD.org +COMMENT= Native Code Compiler helper for Erlang + +LICENSE= APACHE20 + +# must always be built against lowest BEAM version available in ports +# but can be run with any later version without issue +BUILD_DEPENDS= erlang-runtime21>21:lang/erlang-runtime21 + +USE_GITHUB= yes +GH_ACCOUNT= davisp +GH_TAGNAME= 5761afb + +MAKE_ENV= PATH=${LOCALBASE}/lib/erlang21/bin:${PATH} +NO_ARCH= yes +PLIST_FILES= bin/enc + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL} ${WRKSRC}/enc ${STAGEDIR}${PREFIX}/bin/enc + +.include diff --git a/devel/erlang-native-compiler/distinfo b/devel/erlang-native-compiler/distinfo new file mode 100644 index 000000000000..2a0f3e510a0f --- /dev/null +++ b/devel/erlang-native-compiler/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632944278 +SHA256 (davisp-erlang-native-compiler-g20210602-5761afb_GH0.tar.gz) = fc1921ef5727b3c4aa0b9d417a64e3b49c88d254250673244c40803aa4ffca44 +SIZE (davisp-erlang-native-compiler-g20210602-5761afb_GH0.tar.gz) = 27296 diff --git a/devel/erlang-native-compiler/pkg-descr b/devel/erlang-native-compiler/pkg-descr new file mode 100644 index 000000000000..126fc93a4cb2 --- /dev/null +++ b/devel/erlang-native-compiler/pkg-descr @@ -0,0 +1,10 @@ +erlang-native-compiler, or enc, as it is installed, is an Erlang build +tool that makes it easy to compile erlang NIFs - native interface +functions - in rebar3 and mix projects, handling the port compiler +options that rebar and rebar2 provided, but were subsequently removed +from rebar3 and not included in mix itself. + +enc is a self-contained Erlang script, so it's easy to distribute +or even embed directly in a project. + +WWW: https://github.com/davisp/erlang-native-compiler From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67342671396; Thu, 30 Sep 2021 22:07:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6mv0my9z4xVH; Thu, 30 Sep 2021 22:07:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED9C713B9A; Thu, 30 Sep 2021 22:07:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7gYP096055; Thu, 30 Sep 2021 22:07:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7gNX096054; Thu, 30 Sep 2021 22:07:42 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:42 GMT Message-Id: <202109302207.18UM7gNX096054@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 8c7f7322a46e - main - lang/erlang-man: Update to version 24.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8c7f7322a46e05ec10e5e5c0e512d8384bdf39bb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:43 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c7f7322a46e05ec10e5e5c0e512d8384bdf39bb commit 8c7f7322a46e05ec10e5e5c0e512d8384bdf39bb Author: Jimmy Olgeni AuthorDate: 2021-09-13 15:44:52 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:13 +0000 lang/erlang-man: Update to version 24.0. --- lang/erlang-man/Makefile | 4 ++-- lang/erlang-man/distinfo | 6 +++--- lang/erlang-man/pkg-plist | 39 ++++++++++++++++++++++++--------------- 3 files changed, 29 insertions(+), 20 deletions(-) diff --git a/lang/erlang-man/Makefile b/lang/erlang-man/Makefile index 2a4888b82d4c..35f1b134a616 100644 --- a/lang/erlang-man/Makefile +++ b/lang/erlang-man/Makefile @@ -1,6 +1,6 @@ PORTNAME= erlang -PORTVERSION= 21.3 -PORTREVISION= 2 +PORTVERSION= 24.0 +PORTREVISION= 0 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/ PKGNAMESUFFIX= -man diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo index 418509572212..6d2e74246a0b 100644 --- a/lang/erlang-man/distinfo +++ b/lang/erlang-man/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579740751 -SHA256 (erlang/otp_doc_man_21.3.tar.gz) = f5464b5c8368aa40c175a5908b44b6d9670dbd01ba7a1eef1b366c7dc36ba172 -SIZE (erlang/otp_doc_man_21.3.tar.gz) = 1332545 +TIMESTAMP = 1631546607 +SHA256 (erlang/otp_doc_man_24.0.tar.gz) = 4ff3f98b49f1a40984d89d30605408f802b091acd9c7bb6b25a5d63bd2652cb1 +SIZE (erlang/otp_doc_man_24.0.tar.gz) = 1666152 diff --git a/lang/erlang-man/pkg-plist b/lang/erlang-man/pkg-plist index 93afad17a4cf..49993f63ce0e 100644 --- a/lang/erlang-man/pkg-plist +++ b/lang/erlang-man/pkg-plist @@ -2,6 +2,7 @@ etc/man.d/erlang.conf lib/erlang/man/man1/cdv.1 lib/erlang/man/man1/ct_run.1 lib/erlang/man/man1/diameterc.1 +lib/erlang/man/man1/edoc.1 lib/erlang/man/man1/epmd.1 lib/erlang/man/man1/erl.1 lib/erlang/man/man1/erl_call.1 @@ -12,6 +13,7 @@ lib/erlang/man/man1/run_erl.1 lib/erlang/man/man1/snmpc.1 lib/erlang/man/man1/start.1 lib/erlang/man/man1/start_erl.1 +lib/erlang/man/man1/typer.1 lib/erlang/man/man1/werl.1 lib/erlang/man/man3/alarm_handler.3 lib/erlang/man/man3/application.3 @@ -24,6 +26,9 @@ lib/erlang/man/man3/beam_lib.3 lib/erlang/man/man3/binary.3 lib/erlang/man/man3/c.3 lib/erlang/man/man3/calendar.3 +lib/erlang/man/man3/cerl.3 +lib/erlang/man/man3/cerl_clauses.3 +lib/erlang/man/man3/cerl_trees.3 lib/erlang/man/man3/code.3 lib/erlang/man/man3/compile.3 lib/erlang/man/man3/counters.3 @@ -43,6 +48,7 @@ lib/erlang/man/man3/ct_rpc.3 lib/erlang/man/man3/ct_slave.3 lib/erlang/man/man3/ct_snmp.3 lib/erlang/man/man3/ct_ssh.3 +lib/erlang/man/man3/ct_suite.3 lib/erlang/man/man3/ct_telnet.3 lib/erlang/man/man3/ct_testspec.3 lib/erlang/man/man3/dbg.3 @@ -65,12 +71,15 @@ lib/erlang/man/man3/driver_entry.3 lib/erlang/man/man3/dyntrace.3 lib/erlang/man/man3/edoc.3 lib/erlang/man/man3/edoc_doclet.3 +lib/erlang/man/man3/edoc_doclet_chunks.3 lib/erlang/man/man3/edoc_extract.3 lib/erlang/man/man3/edoc_layout.3 +lib/erlang/man/man3/edoc_layout_chunks.3 lib/erlang/man/man3/edoc_lib.3 lib/erlang/man/man3/edoc_run.3 lib/erlang/man/man3/ei.3 lib/erlang/man/man3/ei_connect.3 +lib/erlang/man/man3/ei_global.3 lib/erlang/man/man3/eldap.3 lib/erlang/man/man3/epp.3 lib/erlang/man/man3/epp_dodger.3 @@ -78,21 +87,15 @@ lib/erlang/man/man3/eprof.3 lib/erlang/man/man3/erl_anno.3 lib/erlang/man/man3/erl_boot_server.3 lib/erlang/man/man3/erl_comment_scan.3 -lib/erlang/man/man3/erl_connect.3 lib/erlang/man/man3/erl_ddll.3 lib/erlang/man/man3/erl_driver.3 lib/erlang/man/man3/erl_epmd.3 lib/erlang/man/man3/erl_error.3 -lib/erlang/man/man3/erl_eterm.3 lib/erlang/man/man3/erl_eval.3 lib/erlang/man/man3/erl_expand_records.3 -lib/erlang/man/man3/erl_format.3 -lib/erlang/man/man3/erl_global.3 lib/erlang/man/man3/erl_id_trans.3 lib/erlang/man/man3/erl_internal.3 lib/erlang/man/man3/erl_lint.3 -lib/erlang/man/man3/erl_malloc.3 -lib/erlang/man/man3/erl_marshal.3 lib/erlang/man/man3/erl_nif.3 lib/erlang/man/man3/erl_parse.3 lib/erlang/man/man3/erl_pp.3 @@ -104,11 +107,11 @@ lib/erlang/man/man3/erl_scan.3 lib/erlang/man/man3/erl_syntax.3 lib/erlang/man/man3/erl_syntax_lib.3 lib/erlang/man/man3/erl_tar.3 -lib/erlang/man/man3/erl_tidy.3 lib/erlang/man/man3/erl_tracer.3 lib/erlang/man/man3/erlang.3 lib/erlang/man/man3/erlang_mode.3 lib/erlang/man/man3/erlang_stub.3 +lib/erlang/man/man3/erpc.3 lib/erlang/man/man3/error_handler.3 lib/erlang/man/man3/error_logger.3 lib/erlang/man/man3/erts_alloc.3 @@ -148,7 +151,6 @@ lib/erlang/man/man3/httpd_custom_api.3 lib/erlang/man/man3/httpd_socket.3 lib/erlang/man/man3/httpd_util.3 lib/erlang/man/man3/i.3 -lib/erlang/man/man3/igor.3 lib/erlang/man/man3/inet.3 lib/erlang/man/man3/inet_res.3 lib/erlang/man/man3/inets.3 @@ -158,6 +160,7 @@ lib/erlang/man/man3/instrument.3 lib/erlang/man/man3/int.3 lib/erlang/man/man3/io.3 lib/erlang/man/man3/io_lib.3 +lib/erlang/man/man3/jinterface.3 lib/erlang/man/man3/lcnt.3 lib/erlang/man/man3/leex.3 lib/erlang/man/man3/lists.3 @@ -194,6 +197,7 @@ lib/erlang/man/man3/mod_esi.3 lib/erlang/man/man3/mod_security.3 lib/erlang/man/man3/ms_transform.3 lib/erlang/man/man3/msacc.3 +lib/erlang/man/man3/net.3 lib/erlang/man/man3/net_adm.3 lib/erlang/man/man3/net_kernel.3 lib/erlang/man/man3/nteventlog.3 @@ -202,11 +206,9 @@ lib/erlang/man/man3/odbc.3 lib/erlang/man/man3/orddict.3 lib/erlang/man/man3/ordsets.3 lib/erlang/man/man3/os.3 -lib/erlang/man/man3/os_mon_mib.3 lib/erlang/man/man3/os_sup.3 -lib/erlang/man/man3/otp_mib.3 lib/erlang/man/man3/persistent_term.3 -lib/erlang/man/man3/pg2.3 +lib/erlang/man/man3/pg.3 lib/erlang/man/man3/pool.3 lib/erlang/man/man3/prettypr.3 lib/erlang/man/man3/proc_lib.3 @@ -218,7 +220,6 @@ lib/erlang/man/man3/rand.3 lib/erlang/man/man3/random.3 lib/erlang/man/man3/rb.3 lib/erlang/man/man3/re.3 -lib/erlang/man/man3/registry.3 lib/erlang/man/man3/release_handler.3 lib/erlang/man/man3/reltool.3 lib/erlang/man/man3/rpc.3 @@ -227,6 +228,7 @@ lib/erlang/man/man3/seq_trace.3 lib/erlang/man/man3/sets.3 lib/erlang/man/man3/shell.3 lib/erlang/man/man3/shell_default.3 +lib/erlang/man/man3/shell_docs.3 lib/erlang/man/man3/slave.3 lib/erlang/man/man3/snmp.3 lib/erlang/man/man3/snmp_community_mib.3 @@ -262,8 +264,10 @@ lib/erlang/man/man3/snmpm_mpd.3 lib/erlang/man/man3/snmpm_network_interface.3 lib/erlang/man/man3/snmpm_network_interface_filter.3 lib/erlang/man/man3/snmpm_user.3 +lib/erlang/man/man3/socket.3 lib/erlang/man/man3/sofs.3 lib/erlang/man/man3/ssh.3 +lib/erlang/man/man3/ssh_agent.3 lib/erlang/man/man3/ssh_client_channel.3 lib/erlang/man/man3/ssh_client_key_api.3 lib/erlang/man/man3/ssh_connection.3 @@ -286,7 +290,6 @@ lib/erlang/man/man3/tags.3 lib/erlang/man/man3/tftp.3 lib/erlang/man/man3/timer.3 lib/erlang/man/man3/ttb.3 -lib/erlang/man/man3/typer.3 lib/erlang/man/man3/unicode.3 lib/erlang/man/man3/unix_telnet.3 lib/erlang/man/man3/uri_string.3 @@ -309,6 +312,8 @@ lib/erlang/man/man3/wxAuiTabArt.3 lib/erlang/man/man3/wxBitmap.3 lib/erlang/man/man3/wxBitmapButton.3 lib/erlang/man/man3/wxBitmapDataObject.3 +lib/erlang/man/man3/wxBookCtrlBase.3 +lib/erlang/man/man3/wxBookCtrlEvent.3 lib/erlang/man/man3/wxBoxSizer.3 lib/erlang/man/man3/wxBrush.3 lib/erlang/man/man3/wxBufferedDC.3 @@ -368,11 +373,13 @@ lib/erlang/man/man3/wxFrame.3 lib/erlang/man/man3/wxGBSizerItem.3 lib/erlang/man/man3/wxGCDC.3 lib/erlang/man/man3/wxGLCanvas.3 +lib/erlang/man/man3/wxGLContext.3 lib/erlang/man/man3/wxGauge.3 lib/erlang/man/man3/wxGenericDirCtrl.3 lib/erlang/man/man3/wxGraphicsBrush.3 lib/erlang/man/man3/wxGraphicsContext.3 lib/erlang/man/man3/wxGraphicsFont.3 +lib/erlang/man/man3/wxGraphicsGradientStops.3 lib/erlang/man/man3/wxGraphicsMatrix.3 lib/erlang/man/man3/wxGraphicsObject.3 lib/erlang/man/man3/wxGraphicsPath.3 @@ -437,7 +444,7 @@ lib/erlang/man/man3/wxMoveEvent.3 lib/erlang/man/man3/wxMultiChoiceDialog.3 lib/erlang/man/man3/wxNavigationKeyEvent.3 lib/erlang/man/man3/wxNotebook.3 -lib/erlang/man/man3/wxNotebookEvent.3 +lib/erlang/man/man3/wxNotificationMessage.3 lib/erlang/man/man3/wxNotifyEvent.3 lib/erlang/man/man3/wxOverlay.3 lib/erlang/man/man3/wxPageSetupDialog.3 @@ -516,6 +523,8 @@ lib/erlang/man/man3/wxTreeCtrl.3 lib/erlang/man/man3/wxTreeEvent.3 lib/erlang/man/man3/wxTreebook.3 lib/erlang/man/man3/wxUpdateUIEvent.3 +lib/erlang/man/man3/wxWebView.3 +lib/erlang/man/man3/wxWebViewEvent.3 lib/erlang/man/man3/wxWindow.3 lib/erlang/man/man3/wxWindowCreateEvent.3 lib/erlang/man/man3/wxWindowDC.3 @@ -542,6 +551,7 @@ lib/erlang/man/man4/diameter_dict.4 lib/erlang/man/man4/rel.4 lib/erlang/man/man4/relup.4 lib/erlang/man/man4/script.4 +lib/erlang/man/man6/SSH.6 lib/erlang/man/man6/common_test.6 lib/erlang/man/man6/crypto.6 lib/erlang/man/man6/erl_docgen.6 @@ -552,7 +562,6 @@ lib/erlang/man/man6/public_key.6 lib/erlang/man/man6/runtime_tools.6 lib/erlang/man/man6/sasl.6 lib/erlang/man/man6/snmp.6 -lib/erlang/man/man6/ssh.6 lib/erlang/man/man6/ssl.6 lib/erlang/man/man6/stdlib.6 lib/erlang/man/man7/INET-ADDRESS-MIB.7 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:08:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84578670E49; Thu, 30 Sep 2021 22:08:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6nC6JNZz4xMW; Thu, 30 Sep 2021 22:07:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 042EB13C37; Thu, 30 Sep 2021 22:07:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7wqB096409; Thu, 30 Sep 2021 22:07:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7wFG096408; Thu, 30 Sep 2021 22:07:58 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:58 GMT Message-Id: <202109302207.18UM7wFG096408@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: dd56ce160ac7 - main - textproc/erlang-fast_xml: update to 1.1.47 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dd56ce160ac7fa2b2ec089c1408172e5298e912f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:08:00 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd56ce160ac7fa2b2ec089c1408172e5298e912f commit dd56ce160ac7fa2b2ec089c1408172e5298e912f Author: Dave Cottlehuber AuthorDate: 2021-09-29 21:16:48 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:03:13 +0000 textproc/erlang-fast_xml: update to 1.1.47 - support OTP24 --- textproc/erlang-fast_xml/Makefile | 2 +- textproc/erlang-fast_xml/distinfo | 6 +++--- textproc/erlang-fast_xml/files/patch-rebar.config | 14 +++++++++++--- textproc/erlang-fast_xml/pkg-plist | 2 ++ 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/textproc/erlang-fast_xml/Makefile b/textproc/erlang-fast_xml/Makefile index afbdd4fb18c5..826acc3e90ed 100644 --- a/textproc/erlang-fast_xml/Makefile +++ b/textproc/erlang-fast_xml/Makefile @@ -1,5 +1,5 @@ PORTNAME= fast_xml -PORTVERSION= 1.1.32 +PORTVERSION= 1.1.47 CATEGORIES= textproc PKGNAMEPREFIX= erlang- diff --git a/textproc/erlang-fast_xml/distinfo b/textproc/erlang-fast_xml/distinfo index 570191023a45..3d048239d1e4 100644 --- a/textproc/erlang-fast_xml/distinfo +++ b/textproc/erlang-fast_xml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530370063 -SHA256 (processone-fast_xml-1.1.32_GH0.tar.gz) = 5d978fbd116e16cd66e775674e2a8f4da8115ccb191b2371a774ce97f4cbf82a -SIZE (processone-fast_xml-1.1.32_GH0.tar.gz) = 93486 +TIMESTAMP = 1632900480 +SHA256 (processone-fast_xml-1.1.47_GH0.tar.gz) = 03e3108aa9705190ee17b278f7de09f9802fc77abac333359692d71098d9f6a6 +SIZE (processone-fast_xml-1.1.47_GH0.tar.gz) = 108032 diff --git a/textproc/erlang-fast_xml/files/patch-rebar.config b/textproc/erlang-fast_xml/files/patch-rebar.config index f9a27383dcfb..f8842f1c23af 100644 --- a/textproc/erlang-fast_xml/files/patch-rebar.config +++ b/textproc/erlang-fast_xml/files/patch-rebar.config @@ -1,10 +1,18 @@ ---- rebar.config.orig 2018-06-29 09:50:45 UTC +--- rebar.config.orig 2021-09-29 07:28:09 UTC +++ rebar.config -@@ -32,7 +32,7 @@ +@@ -28,14 +28,14 @@ + {platform_define, "^(1)", 'OLD_STRING'}, + {platform_define, "^(15|16|17|18|19\\.0|19\\.1|19\\.2)", 'USE_DICT'}]}. + {port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"}, +- {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"}, ++ {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR"}, + {"freebsd", "CFLAGS", "$CFLAGS -I/usr/local/include"}, + {"freebsd","LDFLAGS", "$LDFLAGS -L/usr/local/lib"}]}. + {port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]}, {"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}. --{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.12"}}}]}. +-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.23"}}}]}. +{deps, []}. {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}. diff --git a/textproc/erlang-fast_xml/pkg-plist b/textproc/erlang-fast_xml/pkg-plist index f97d8d8cdec3..addadf43cd39 100644 --- a/textproc/erlang-fast_xml/pkg-plist +++ b/textproc/erlang-fast_xml/pkg-plist @@ -7,6 +7,7 @@ lib/erlang/lib/fast_xml-%%VERSION%%/ebin/fxml_stream.beam lib/erlang/lib/fast_xml-%%VERSION%%/ebin/fxml_sup.beam lib/erlang/lib/fast_xml-%%VERSION%%/ebin/fxmlrpc.beam lib/erlang/lib/fast_xml-%%VERSION%%/ebin/fxmlrpc_codec.beam +lib/erlang/lib/fast_xml-%%VERSION%%/ebin/fxmlrpc_codec_external.beam lib/erlang/lib/fast_xml-%%VERSION%%/include/fxml.hrl lib/erlang/lib/fast_xml-%%VERSION%%/include/fxml_gen.hrl lib/erlang/lib/fast_xml-%%VERSION%%/priv/lib/.keepme @@ -21,4 +22,5 @@ lib/erlang/lib/fast_xml-%%VERSION%%/src/fxml_stream.erl lib/erlang/lib/fast_xml-%%VERSION%%/src/fxml_sup.erl lib/erlang/lib/fast_xml-%%VERSION%%/src/fxmlrpc.erl lib/erlang/lib/fast_xml-%%VERSION%%/src/fxmlrpc_codec.erl +lib/erlang/lib/fast_xml-%%VERSION%%/src/fxmlrpc_codec_external.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0117F670EED; Thu, 30 Sep 2021 22:07:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6n75kwvz4xVx; Thu, 30 Sep 2021 22:07:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95F1B13D9C; Thu, 30 Sep 2021 22:07:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7tK9096331; Thu, 30 Sep 2021 22:07:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7tMh096330; Thu, 30 Sep 2021 22:07:55 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:55 GMT Message-Id: <202109302207.18UM7tMh096330@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: e640520021c3 - main - archivers/erlang-snappy: update to 1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e640520021c38ce42e48d7a9a0f21bf53f9c9fb6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:56 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=e640520021c38ce42e48d7a9a0f21bf53f9c9fb6 commit e640520021c38ce42e48d7a9a0f21bf53f9c9fb6 Author: Dave Cottlehuber AuthorDate: 2021-09-29 21:16:44 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:03:12 +0000 archivers/erlang-snappy: update to 1.1.2 - support OTP24 --- archivers/erlang-snappy/Makefile | 7 ++----- archivers/erlang-snappy/distinfo | 6 +++--- archivers/erlang-snappy/files/patch-rebar.config | 8 -------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/archivers/erlang-snappy/Makefile b/archivers/erlang-snappy/Makefile index f62100a57d9e..8ff6ee12a120 100644 --- a/archivers/erlang-snappy/Makefile +++ b/archivers/erlang-snappy/Makefile @@ -1,7 +1,5 @@ PORTNAME= snappy -PORTVERSION= 1.1.1 -DISTVERSIONPREFIX= v -PORTREVISION= 2 +DISTVERSION= 1.1.2 CATEGORIES= archivers PKGNAMEPREFIX= erlang- @@ -10,11 +8,10 @@ COMMENT= Erlang interface to Google Snappy (de)compressor LICENSE= APACHE20 -USES= erlang:rebar gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= skunkwerks GH_PROJECT= snappy-erlang-nif -GH_TAGNAME= 0951a1b OPTIONS_DEFINE= DOCS diff --git a/archivers/erlang-snappy/distinfo b/archivers/erlang-snappy/distinfo index 9fcb5f2db4ae..e4a5ef03c1d6 100644 --- a/archivers/erlang-snappy/distinfo +++ b/archivers/erlang-snappy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485618190 -SHA256 (skunkwerks-snappy-erlang-nif-v1.1.1-0951a1b_GH0.tar.gz) = 02387bb49a9d9e79d87a105e2a4aab62897d39f728a9ca69f5f7f4db63d3df76 -SIZE (skunkwerks-snappy-erlang-nif-v1.1.1-0951a1b_GH0.tar.gz) = 154174 +TIMESTAMP = 1632902339 +SHA256 (skunkwerks-snappy-erlang-nif-1.1.2_GH0.tar.gz) = 3c9ae7c41ba86a857dd2ed81927fedd7afb078fd2fdb3c079dd998a27381f15b +SIZE (skunkwerks-snappy-erlang-nif-1.1.2_GH0.tar.gz) = 1007022 diff --git a/archivers/erlang-snappy/files/patch-rebar.config b/archivers/erlang-snappy/files/patch-rebar.config deleted file mode 100644 index b1145d4cc48c..000000000000 --- a/archivers/erlang-snappy/files/patch-rebar.config +++ /dev/null @@ -1,8 +0,0 @@ ---- rebar.config.orig 2017-06-23 09:04:51 UTC -+++ rebar.config -@@ -1,4 +1,4 @@ --{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19"}. -+{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19|20|21"}. - {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}. - {eunit_opts, [verbose]}. - {pre_hooks, [ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4731670E44; Thu, 30 Sep 2021 22:07:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6n54r4dz4xdQ; Thu, 30 Sep 2021 22:07:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5162713E9D; Thu, 30 Sep 2021 22:07:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7rTK096283; Thu, 30 Sep 2021 22:07:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7r0a096282; Thu, 30 Sep 2021 22:07:53 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:53 GMT Message-Id: <202109302207.18UM7r0a096282@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 16a1d2cf4acd - main - graphics/wings: mark as BROKEN (requires erlang-esdl). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 16a1d2cf4acd4c997f456409f0dec75de5e40112 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:54 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=16a1d2cf4acd4c997f456409f0dec75de5e40112 commit 16a1d2cf4acd4c997f456409f0dec75de5e40112 Author: Jimmy Olgeni AuthorDate: 2021-09-14 14:33:00 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:02:21 +0000 graphics/wings: mark as BROKEN (requires erlang-esdl). --- graphics/wings/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index fec4a123e84a..fdd4972f0afd 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -15,6 +15,8 @@ LICENSE_NAME= Wings 3D License # similar to TclTk license LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= does not build with Erlang 24 (requires erlang-esdl) + BUILD_DEPENDS= erl:lang/erlang \ erlang-esdl>0:devel/erlang-esdl \ erlang-cl>0:devel/erlang-cl \ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:07:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B50076713BC; Thu, 30 Sep 2021 22:07:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6nB3ybFz4xXY; Thu, 30 Sep 2021 22:07:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB70313D9D; Thu, 30 Sep 2021 22:07:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM7vvZ096385; Thu, 30 Sep 2021 22:07:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM7vOl096384; Thu, 30 Sep 2021 22:07:57 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:07:57 GMT Message-Id: <202109302207.18UM7vOl096384@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 36f8f3be82b7 - main - devel/erlang-syslog: update for OTP24 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 36f8f3be82b7e8400e2b2376173e595c03350fb3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:07:59 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=36f8f3be82b7e8400e2b2376173e595c03350fb3 commit 36f8f3be82b7e8400e2b2376173e595c03350fb3 Author: Dave Cottlehuber AuthorDate: 2021-09-29 21:16:46 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:03:13 +0000 devel/erlang-syslog: update for OTP24 - switch to rebar3 - switch to erlang-native-compiler This avoids the erl_interface error from unmaintained build chains for a perfectly cromulent syslog handler --- devel/erlang-syslog/Makefile | 7 ++++++- devel/erlang-syslog/distinfo | 2 +- devel/erlang-syslog/files/patch-rebar.config | 22 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/devel/erlang-syslog/Makefile b/devel/erlang-syslog/Makefile index 8fdd51350f08..aeca92ccd69c 100644 --- a/devel/erlang-syslog/Makefile +++ b/devel/erlang-syslog/Makefile @@ -1,12 +1,17 @@ PORTNAME= syslog PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= erlang@FreeBSD.org COMMENT= Erlang port driver for interacting with syslog -USES= erlang:rebar +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= enc:devel/erlang-native-compiler + +USES= erlang:rebar3 USE_GITHUB= yes GH_ACCOUNT= Vagabond GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} diff --git a/devel/erlang-syslog/distinfo b/devel/erlang-syslog/distinfo index c5b1c176d158..621b55ef9c93 100644 --- a/devel/erlang-syslog/distinfo +++ b/devel/erlang-syslog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495355905 +TIMESTAMP = 1632942796 SHA256 (Vagabond-erlang-syslog-1.0.5_GH0.tar.gz) = 3a49e7973ff8522bede8e73ff2465e6ad306205a4bffa1ed0efe4740819810e6 SIZE (Vagabond-erlang-syslog-1.0.5_GH0.tar.gz) = 6345 diff --git a/devel/erlang-syslog/files/patch-rebar.config b/devel/erlang-syslog/files/patch-rebar.config new file mode 100644 index 000000000000..89980531bc12 --- /dev/null +++ b/devel/erlang-syslog/files/patch-rebar.config @@ -0,0 +1,22 @@ +--- rebar.config.orig 2021-09-29 19:21:16 UTC ++++ rebar.config +@@ -8,16 +8,8 @@ + {platform_define, "^[0-9]+", namespaced_types} + ]}. + +-{plugins, [ +- { pc, { git, "git://github.com/blt/port_compiler.git", {tag, "1.6.0"}}} +-]}. +- + {artifacts, ["priv/syslog_drv.so"]}. + +-{provider_hooks, [ +- {post, +- [ +- {compile, {pc, compile}}, +- {clean, {pc, clean}} +- ] +-}]}. ++{pre_hooks, [{"", compile, "/usr/local/bin/enc compile"}]}. ++{post_hooks, [{"", clean, "/usr/local/bin/enc clean"}]}. ++ From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:08:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 007216715AF; Thu, 30 Sep 2021 22:08:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6nD5SpKz4xXn; Thu, 30 Sep 2021 22:08:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25EAA13D9E; Thu, 30 Sep 2021 22:08:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM80mh096433; Thu, 30 Sep 2021 22:08:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM80Ew096432; Thu, 30 Sep 2021 22:08:00 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:08:00 GMT Message-Id: <202109302208.18UM80Ew096432@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: e70431003c74 - main - security/erlang-fast_tls: update to 1.1.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e70431003c74cb762d541900481c43ee9d574c24 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:08:01 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=e70431003c74cb762d541900481c43ee9d574c24 commit e70431003c74cb762d541900481c43ee9d574c24 Author: Dave Cottlehuber AuthorDate: 2021-09-29 21:16:49 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:03:14 +0000 security/erlang-fast_tls: update to 1.1.13 - support OTP24 --- security/erlang-fast_tls/Makefile | 2 +- security/erlang-fast_tls/distinfo | 6 +++--- security/erlang-fast_tls/files/patch-rebar.config | 17 ++++++++++++----- security/erlang-fast_tls/pkg-plist | 4 ---- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/security/erlang-fast_tls/Makefile b/security/erlang-fast_tls/Makefile index 2447be90b797..45fc3e814ae0 100644 --- a/security/erlang-fast_tls/Makefile +++ b/security/erlang-fast_tls/Makefile @@ -1,7 +1,7 @@ # Created by: Babak Farrokhi PORTNAME= fast_tls -PORTVERSION= 1.0.22 +PORTVERSION= 1.1.13 CATEGORIES= security PKGNAMEPREFIX= erlang- diff --git a/security/erlang-fast_tls/distinfo b/security/erlang-fast_tls/distinfo index f6f261b9459d..c21f85531de1 100644 --- a/security/erlang-fast_tls/distinfo +++ b/security/erlang-fast_tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1524744052 -SHA256 (processone-fast_tls-1.0.22_GH0.tar.gz) = 861d198d9cb296d4430085abbc487dbe31ab96ad76d5196dbbe89cf11d197f3c -SIZE (processone-fast_tls-1.0.22_GH0.tar.gz) = 75596 +TIMESTAMP = 1632899852 +SHA256 (processone-fast_tls-1.1.13_GH0.tar.gz) = 5377671fed74a61518a742bc52d73941039d6e3c6e192133c7feaf5a83e1275b +SIZE (processone-fast_tls-1.1.13_GH0.tar.gz) = 81247 diff --git a/security/erlang-fast_tls/files/patch-rebar.config b/security/erlang-fast_tls/files/patch-rebar.config index c07c9debd84c..d804f7027c3a 100644 --- a/security/erlang-fast_tls/files/patch-rebar.config +++ b/security/erlang-fast_tls/files/patch-rebar.config @@ -1,11 +1,18 @@ ---- rebar.config.orig +--- rebar.config.orig 2021-09-29 07:29:31 UTC +++ rebar.config -@@ -28,7 +28,7 @@ - {port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c"]}, +@@ -23,13 +23,13 @@ + {erl_opts, [debug_info, {src_dirs, ["src"]}]}. + + {port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS -lssl -lcrypto"}, +- {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"}, ++ {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR"}, + {"darwin", "DRV_LDFLAGS", "-bundle -bundle_loader \"${BINDIR}/beam.smp\" $ERL_LDFLAGS"}]}. + + {port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]}, {"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}. --{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.11"}}}]}. +-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.23"}}}]}. +{deps, []}. {clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno", - "c_src/fast_sha.gcda", "c_src/fast_sha.gcno"]}. + "c_src/fast_sha.gcda", "c_src/fast_sha.gcno", diff --git a/security/erlang-fast_tls/pkg-plist b/security/erlang-fast_tls/pkg-plist index a261a33cde6d..299e37a166f1 100644 --- a/security/erlang-fast_tls/pkg-plist +++ b/security/erlang-fast_tls/pkg-plist @@ -1,13 +1,9 @@ lib/erlang/lib/fast_tls-%%VERSION%%/ebin/fast_tls.app lib/erlang/lib/fast_tls-%%VERSION%%/ebin/fast_tls.beam -lib/erlang/lib/fast_tls-%%VERSION%%/ebin/fast_tls_app.beam -lib/erlang/lib/fast_tls-%%VERSION%%/ebin/fast_tls_sup.beam lib/erlang/lib/fast_tls-%%VERSION%%/ebin/p1_sha.beam lib/erlang/lib/fast_tls-%%VERSION%%/priv/lib/fast_tls.so lib/erlang/lib/fast_tls-%%VERSION%%/priv/lib/p1_sha.so lib/erlang/lib/fast_tls-%%VERSION%%/src/fast_tls.app.src lib/erlang/lib/fast_tls-%%VERSION%%/src/fast_tls.erl -lib/erlang/lib/fast_tls-%%VERSION%%/src/fast_tls_app.erl -lib/erlang/lib/fast_tls-%%VERSION%%/src/fast_tls_sup.erl lib/erlang/lib/fast_tls-%%VERSION%%/src/p1_sha.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:08:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7AD106715B0; Thu, 30 Sep 2021 22:08:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL6nH4844z4xgy; Thu, 30 Sep 2021 22:08:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 675FB13B9B; Thu, 30 Sep 2021 22:08:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UM82wT096481; Thu, 30 Sep 2021 22:08:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UM824q096480; Thu, 30 Sep 2021 22:08:02 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:08:02 GMT Message-Id: <202109302208.18UM824q096480@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: dba08d51a445 - main - devel/elixir-hex: update to 0.21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dba08d51a4453f66c5c221bc10cef7532b1fa122 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:08:04 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=dba08d51a4453f66c5c221bc10cef7532b1fa122 commit dba08d51a4453f66c5c221bc10cef7532b1fa122 Author: Dave Cottlehuber AuthorDate: 2021-09-29 21:23:01 +0000 Commit: Dave Cottlehuber CommitDate: 2021-09-30 22:03:15 +0000 devel/elixir-hex: update to 0.21.3 - support OTP24 - multiple bug fixes and enhancements Changelog: https://github.com/hexpm/hex/blob/main/CHANGELOG.md --- devel/elixir-hex/Makefile | 2 +- devel/elixir-hex/distinfo | 6 +++--- devel/elixir-hex/pkg-plist | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/devel/elixir-hex/Makefile b/devel/elixir-hex/Makefile index 957d609bf0d3..5fafe996bbf0 100644 --- a/devel/elixir-hex/Makefile +++ b/devel/elixir-hex/Makefile @@ -1,5 +1,5 @@ PORTNAME= hex -DISTVERSION= 0.20.5 +DISTVERSION= 0.21.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- diff --git a/devel/elixir-hex/distinfo b/devel/elixir-hex/distinfo index 60709a1e0050..fe7f59fd120e 100644 --- a/devel/elixir-hex/distinfo +++ b/devel/elixir-hex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586090192 -SHA256 (hexpm-hex-v0.20.5_GH0.tar.gz) = b88dbccfeeef83f68ec4e9f457874177dd8b0497d533b8040528dad14a8808ba -SIZE (hexpm-hex-v0.20.5_GH0.tar.gz) = 293231 +TIMESTAMP = 1632950440 +SHA256 (hexpm-hex-v0.21.3_GH0.tar.gz) = 6c1d21d98c2ed1ec942357f11bc88569e935e58e746d01f6a9ce91dd07362999 +SIZE (hexpm-hex-v0.21.3_GH0.tar.gz) = 424874 diff --git a/devel/elixir-hex/pkg-plist b/devel/elixir-hex/pkg-plist index 1ecf79bd89f9..dbb0023fbfcc 100644 --- a/devel/elixir-hex/pkg-plist +++ b/devel/elixir-hex/pkg-plist @@ -5,8 +5,10 @@ lib/elixir/lib/hex/ebin/Elixir.Hex.API.Package.Owner.beam lib/elixir/lib/hex/ebin/Elixir.Hex.API.Package.beam lib/elixir/lib/hex/ebin/Elixir.Hex.API.Release.beam lib/elixir/lib/hex/ebin/Elixir.Hex.API.ReleaseDocs.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.API.ShortURL.beam lib/elixir/lib/hex/ebin/Elixir.Hex.API.User.beam lib/elixir/lib/hex/ebin/Elixir.Hex.API.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.Application.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Config.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Crypto.AES_CBC_HMAC_SHA2.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Crypto.AES_GCM.beam @@ -36,7 +38,10 @@ lib/elixir/lib/hex/ebin/Elixir.Hex.Server.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Set.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Shell.Process.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Shell.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.Sponsor.beam lib/elixir/lib/hex/ebin/Elixir.Hex.State.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.Stdlib.beam +lib/elixir/lib/hex/ebin/Elixir.Hex.Tar.beam lib/elixir/lib/hex/ebin/Elixir.Hex.UpdateChecker.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Utils.beam lib/elixir/lib/hex/ebin/Elixir.Hex.Version.InvalidRequirementError.beam @@ -55,17 +60,25 @@ lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Outdated.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Owner.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Package.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Publish.beam +lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Registry.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Repo.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Retire.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Search.beam +lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Sponsor.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.User.beam lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.beam lib/elixir/lib/hex/ebin/hex.app +lib/elixir/lib/hex/ebin/mix_hex_core.beam lib/elixir/lib/hex/ebin/mix_hex_erl_tar.beam lib/elixir/lib/hex/ebin/mix_hex_filename.beam +lib/elixir/lib/hex/ebin/mix_hex_http.beam +lib/elixir/lib/hex/ebin/mix_hex_http_httpc.beam +lib/elixir/lib/hex/ebin/mix_hex_pb_names.beam lib/elixir/lib/hex/ebin/mix_hex_pb_package.beam lib/elixir/lib/hex/ebin/mix_hex_pb_signed.beam +lib/elixir/lib/hex/ebin/mix_hex_pb_versions.beam lib/elixir/lib/hex/ebin/mix_hex_registry.beam +lib/elixir/lib/hex/ebin/mix_hex_repo.beam lib/elixir/lib/hex/ebin/mix_hex_tarball.beam lib/elixir/lib/hex/ebin/mix_safe_erl_term.beam lib/elixir/lib/hex/lib/hex.ex @@ -75,7 +88,9 @@ lib/elixir/lib/hex/lib/hex/api/key.ex lib/elixir/lib/hex/lib/hex/api/package.ex lib/elixir/lib/hex/lib/hex/api/release.ex lib/elixir/lib/hex/lib/hex/api/release_docs.ex +lib/elixir/lib/hex/lib/hex/api/short_url.ex lib/elixir/lib/hex/lib/hex/api/user.ex +lib/elixir/lib/hex/lib/hex/application.ex lib/elixir/lib/hex/lib/hex/config.ex lib/elixir/lib/hex/lib/hex/crypto.ex lib/elixir/lib/hex/lib/hex/crypto/aes_cbc_hmac_sha2.ex @@ -86,6 +101,7 @@ lib/elixir/lib/hex/lib/hex/crypto/key_manager.ex lib/elixir/lib/hex/lib/hex/crypto/pbes2_hmac_sha2.ex lib/elixir/lib/hex/lib/hex/crypto/pkcs5.ex lib/elixir/lib/hex/lib/hex/crypto/public_key.ex +lib/elixir/lib/hex/lib/hex/dev.ex lib/elixir/lib/hex/lib/hex/http.ex lib/elixir/lib/hex/lib/hex/http/ca-bundle.crt lib/elixir/lib/hex/lib/hex/http/certs.ex @@ -105,7 +121,10 @@ lib/elixir/lib/hex/lib/hex/server.ex lib/elixir/lib/hex/lib/hex/set.ex lib/elixir/lib/hex/lib/hex/shell.ex lib/elixir/lib/hex/lib/hex/shell/process.ex +lib/elixir/lib/hex/lib/hex/sponsor.ex lib/elixir/lib/hex/lib/hex/state.ex +lib/elixir/lib/hex/lib/hex/stdlib.ex +lib/elixir/lib/hex/lib/hex/tar.ex lib/elixir/lib/hex/lib/hex/update_checker.ex lib/elixir/lib/hex/lib/hex/utils.ex lib/elixir/lib/hex/lib/hex/version.ex @@ -122,8 +141,10 @@ lib/elixir/lib/hex/lib/mix/tasks/hex.outdated.ex lib/elixir/lib/hex/lib/mix/tasks/hex.owner.ex lib/elixir/lib/hex/lib/mix/tasks/hex.package.ex lib/elixir/lib/hex/lib/mix/tasks/hex.publish.ex +lib/elixir/lib/hex/lib/mix/tasks/hex.registry.ex lib/elixir/lib/hex/lib/mix/tasks/hex.repo.ex lib/elixir/lib/hex/lib/mix/tasks/hex.retire.ex lib/elixir/lib/hex/lib/mix/tasks/hex.search.ex +lib/elixir/lib/hex/lib/mix/tasks/hex.sponsor.ex lib/elixir/lib/hex/lib/mix/tasks/hex.user.ex %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:24:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8ABC26719C9; Thu, 30 Sep 2021 22:24:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL78V3DPNz5019; Thu, 30 Sep 2021 22:24:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EC1413BE7; Thu, 30 Sep 2021 22:24:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UMOgl2023059; Thu, 30 Sep 2021 22:24:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UMOgpn023058; Thu, 30 Sep 2021 22:24:42 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:24:42 GMT Message-Id: <202109302224.18UMOgpn023058@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 225ed0ac7682 - main - java/openjdk17: enable on powerpc64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 225ed0ac7682711ef0524a19e2c37a64c8d39745 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:24:42 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=225ed0ac7682711ef0524a19e2c37a64c8d39745 commit 225ed0ac7682711ef0524a19e2c37a64c8d39745 Author: Piotr Kubaj AuthorDate: 2021-09-30 22:19:01 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-30 22:19:01 +0000 java/openjdk17: enable on powerpc64 While here, sort ONLY_FOR_ARCHS. --- java/openjdk17/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index f57b78326bf0..61b9f8f8f71a 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -9,7 +9,7 @@ COMMENT= Java Development Kit ${JDK_MAJOR_VERSION} LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 aarch64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ autoconf>0:devel/autoconf \ @@ -140,10 +140,7 @@ CONFIGURE_ARGS+= --disable-warnings-as-errors .if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) CONFIGURE_ARGS+= --disable-dtrace .endif -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) -CONFIGURE_ARGS+= --disable-precompiled-headers -.endif -.if ${ARCH} != amd64 && ${ARCH} != powerpc64le +.if ${ARCH} != amd64 && !${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --enable-aot=no .endif .if ${ARCH} == powerpc64 && ${OSREL:C/\.[0-9]//} == 12 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 22:50:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 675A667218A; Thu, 30 Sep 2021 22:50:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL7k329xHz50hr; Thu, 30 Sep 2021 22:50:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B479143E0; Thu, 30 Sep 2021 22:50:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UMoJxU056863; Thu, 30 Sep 2021 22:50:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UMoJtW056852; Thu, 30 Sep 2021 22:50:19 GMT (envelope-from git) Date: Thu, 30 Sep 2021 22:50:19 GMT Message-Id: <202109302250.18UMoJtW056852@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Brooks Davis Subject: git: 76b33a81a38f - main - devel/llvm13: Update to 13.0.0rc4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 76b33a81a38ff75a1fe15286abe6c1bf37314316 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:50:19 -0000 The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=76b33a81a38ff75a1fe15286abe6c1bf37314316 commit 76b33a81a38ff75a1fe15286abe6c1bf37314316 Author: Brooks Davis AuthorDate: 2021-09-30 22:49:06 +0000 Commit: Brooks Davis CommitDate: 2021-09-30 22:49:55 +0000 devel/llvm13: Update to 13.0.0rc4 --- devel/llvm13/Makefile | 2 +- devel/llvm13/Makefile.COMMANDS | 1 + devel/llvm13/distinfo | 6 +++--- .../files/patch-clang_tools_scan-build_libexec_ccc-analyzer | 11 +++++------ devel/llvm13/pkg-plist | 2 ++ 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile index ad62fcc370d1..07e89a8d3960 100644 --- a/devel/llvm13/Makefile +++ b/devel/llvm13/Makefile @@ -1,5 +1,5 @@ PORTNAME= llvm -DISTVERSION= 13.0.0rc3 +DISTVERSION= 13.0.0rc4 PORTREVISION= 0 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ diff --git a/devel/llvm13/Makefile.COMMANDS b/devel/llvm13/Makefile.COMMANDS index 091756696040..65fdcac20aaf 100644 --- a/devel/llvm13/Makefile.COMMANDS +++ b/devel/llvm13/Makefile.COMMANDS @@ -75,6 +75,7 @@ CLANG_COMMANDS= \ clang-offload-bundler \ clang-offload-wrapper \ clang-rename \ + clang-repl \ clang-scan-deps \ diagtool \ hmaptool \ diff --git a/devel/llvm13/distinfo b/devel/llvm13/distinfo index 1df275221367..d92d781b0600 100644 --- a/devel/llvm13/distinfo +++ b/devel/llvm13/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632436423 -SHA256 (llvm-project-13.0.0rc3.src.tar.xz) = e48d7ae488f56d1eedfb2dc10443376c230eb770704f508a8fa285a41549dca5 -SIZE (llvm-project-13.0.0rc3.src.tar.xz) = 97573684 +TIMESTAMP = 1633032166 +SHA256 (llvm-project-13.0.0rc4.src.tar.xz) = 21e60d76cd1efd6ee23d5e0bb74653f865f3a6cab538d27504a05137d9f42d93 +SIZE (llvm-project-13.0.0rc4.src.tar.xz) = 97569676 diff --git a/devel/llvm13/files/patch-clang_tools_scan-build_libexec_ccc-analyzer b/devel/llvm13/files/patch-clang_tools_scan-build_libexec_ccc-analyzer index 64896e4fb2f0..48f39ac818cb 100644 --- a/devel/llvm13/files/patch-clang_tools_scan-build_libexec_ccc-analyzer +++ b/devel/llvm13/files/patch-clang_tools_scan-build_libexec_ccc-analyzer @@ -1,12 +1,11 @@ --- clang/tools/scan-build/libexec/ccc-analyzer.orig +++ clang/tools/scan-build/libexec/ccc-analyzer -@@ -81,6 +81,9 @@ +@@ -80,7 +80,7 @@ if (-x "/usr/bin/xcrun") { $UseXCRUN = 1; } -+} elsif (`uname -s` eq "FreeBSD\n") { -+ $DefaultCCompiler = 'cc'; -+ $DefaultCXXCompiler = 'c++'; +-} elsif (`uname -a` =~ m/OpenBSD/) { ++} elsif (`uname -a` =~ m/(FreeBSD|OpenBSD)/) { + $DefaultCCompiler = 'cc'; + $DefaultCXXCompiler = 'c++'; } else { - $DefaultCCompiler = 'gcc'; - $DefaultCXXCompiler = 'g++'; diff --git a/devel/llvm13/pkg-plist b/devel/llvm13/pkg-plist index d356aa093b65..292d61bb7b76 100644 --- a/devel/llvm13/pkg-plist +++ b/devel/llvm13/pkg-plist @@ -74,6 +74,7 @@ bin/analyze-build%%LLVM_SUFFIX%% %%CLANG%%bin/clang-offload-bundler%%LLVM_SUFFIX%% %%CLANG%%bin/clang-offload-wrapper%%LLVM_SUFFIX%% %%CLANG%%bin/clang-rename%%LLVM_SUFFIX%% +%%CLANG%%bin/clang-repl%%LLVM_SUFFIX%% %%CLANG%%bin/clang-scan-deps%%LLVM_SUFFIX%% %%CLANG%%bin/diagtool%%LLVM_SUFFIX%% %%CLANG%%bin/hmaptool%%LLVM_SUFFIX%% @@ -171,6 +172,7 @@ llvm%%LLVM_SUFFIX%%/bin/bugpoint %%CLANG%%llvm%%LLVM_SUFFIX%%/bin/clang-refactor %%CLANG%%llvm%%LLVM_SUFFIX%%/bin/clang-rename %%EXTRAS%%llvm%%LLVM_SUFFIX%%/bin/clang-reorder-fields +%%CLANG%%llvm%%LLVM_SUFFIX%%/bin/clang-repl %%CLANG%%llvm%%LLVM_SUFFIX%%/bin/clang-scan-deps %%CLANG%%llvm%%LLVM_SUFFIX%%/bin/clang-tblgen %%EXTRAS%%llvm%%LLVM_SUFFIX%%/bin/clang-tidy From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 23:09:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BE256721D6; Thu, 30 Sep 2021 23:09:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL8832M2Kz51YC; Thu, 30 Sep 2021 23:09:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633043363; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/6xTBJOmuIv6jO38QhdEfzl6d1m1O4zcPMPRxv32Ubg=; b=kk/Rm8fky3gh3YMtQ+F1fcg1Yt68tPH8CrTpFVeKmRNwSgnVBuss6pOajSlT/74hN3t6f6 S4PIfHb+C8P0W+OdMj7Ot8YCrhfIVtv3eCnsNnlO8s8yihu5W/QJb9KxYEk5BYNC/gUDls 3QPeN7jNkUIUodckSOOwLv2vE4C6spqusBUea7jFC3UVKpeZyDO9pvHj2lTk7JnsHHjZPQ WsDJlMNFnDpZsI03qG+LeRdfN01Pxel3grTI2HVrdIZYO7RN3Xnp8Eaar1hbz03rRGdUqF VaDAqRjosqHjScx2OR89F5ds0e+ZbO++K2RHQe2f1rC9cVghv9sN478A8gYkKQ== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 2FAE818A5F; Thu, 30 Sep 2021 23:09:23 +0000 (UTC) From: Jan Beich To: Rene Ladan Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: b19fd158df56 - main - cleanup: Remove expired ports: References: <202109302038.18UKcaQl074951__45091.5674724214$1633034346$gmane$org@gitrepo.freebsd.org> Date: Fri, 01 Oct 2021 01:09:19 +0200 In-Reply-To: <202109302038.18UKcaQl074951__45091.5674724214$1633034346$gmane$org@gitrepo.freebsd.org> (Rene Ladan's message of "Thu, 30 Sep 2021 20:38:36 GMT") Message-ID: <4ka1-fyow-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633043363; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/6xTBJOmuIv6jO38QhdEfzl6d1m1O4zcPMPRxv32Ubg=; b=aOrJu56tSCwyFhPvBkm+Kc/hUbU4JyA7cwTW5/UMkvX7S9z9RQtvq/x1EkWHRoujhLenHJ mDnjRjB6JN1QtEih01VSk0ZlOmxNmvGAbqzArTof6SCjQeODHy8bxdvbn+06GEL5jZeCqe sC1yDOpIc2QiM38G9n7VePLgNMLsHPj5501bCMHHrFxWCAJ+x4HpMS7chNiSWkmCBwDU0O VbPUo7XyZj8nh/kY+0ckGWHAiEkIVdXUxLbGG2280cFFB+jmu9+OShOxwWB2RQT3tDMs39 o9mLYAP8Bbd7+XhdULz+EXzcpMs/RwKIofyBBPKT91I4TyERIU70uopj3I45cg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633043363; a=rsa-sha256; cv=none; b=MnpZTpGc8Db4W0qk1wBL9jIXW0Uiajzt3LcnUzeWHUCHIxo7rIlU89iFYENqe3uQbMg8Pf p3bGCwTNQLwxG68EQR7s4UqmjhtMOu7RO75Q0vh97gMms1fPYoEvqF3HVQEt89EHgsL9Q/ n9NxBKqUwBVjvUoKTU/YD5l+S5+bh0t1CffTG8wWdLMip+xw23zjepMLMgDdvQMFqo1dOh EjcJ6XPE+ocwnvQh27XuOoQaTZ0nDQyXtAzSBawLXZOXTXDNPC8qpZOIYlWqBxyoNbukRj o0KgQtzo0QhkOTZqPsLN6/ml3mnfeItvgv2XuLth6S4AxfwBSdAuh5SGnJWhdQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 23:09:23 -0000 Rene Ladan writes: > The branch main has been updated by rene: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=b19fd158df56a285dcd38cc7310e908b05ecb982 > > commit b19fd158df56a285dcd38cc7310e908b05ecb982 > Author: Rene Ladan > AuthorDate: 2021-09-30 20:18:31 +0000 > Commit: Rene Ladan > CommitDate: 2021-09-30 20:19:24 +0000 > > cleanup: Remove expired ports: > > devel/erlang-exmpp: last upstream patches over 10 years ago > sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018 Can you create 11-eol tag just before this commit? For example, $ git tag -a 11-eol b19fd158df56~1 $ git push freebsd 11-eol The purpose is similar to https://cgit.freebsd.org/ports/tag/?h=10-eol Note, -a appears to be required: $ git push freebsd 11-eol Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 remote: WARNING: ref create/delete ignored for purposes of merge-check remote: remote: ================================================================ remote: Tags should be annotated. remote: ================================================================ remote: FATAL: VREF/REFERENCE-CHECK/ports: helper program exit status 256 remote: error: hook declined to update refs/tags/11-eol To gitrepo.FreeBSD.org:ports.git ! [remote rejected] 11-eol -> 11-eol (hook declined) error: failed to push some refs to 'gitrepo.FreeBSD.org:ports.git' From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 23:42:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7AF2A67247F; Thu, 30 Sep 2021 23:42:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL8sh2q2mz52wV; Thu, 30 Sep 2021 23:42:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40CCF14D64; Thu, 30 Sep 2021 23:42:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UNg0CP028642; Thu, 30 Sep 2021 23:42:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UNg0p7028641; Thu, 30 Sep 2021 23:42:00 GMT (envelope-from git) Date: Thu, 30 Sep 2021 23:42:00 GMT Message-Id: <202109302342.18UNg0p7028641@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 0831d704c615 - main - x11/wob: drop FreeBSD 11.4 workaround after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0831d704c6159ce62be7307532363ca9d8faffef Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 23:42:00 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0831d704c6159ce62be7307532363ca9d8faffef commit 0831d704c6159ce62be7307532363ca9d8faffef Author: Jan Beich AuthorDate: 2021-09-30 23:32:32 +0000 Commit: Jan Beich CommitDate: 2021-09-30 23:36:56 +0000 x11/wob: drop FreeBSD 11.4 workaround after 620968a43a5f Also, fixed on /stable/11 but 11.5 was never released. https://cgit.freebsd.org/src/commit/?id=826c98ddd69b --- x11/wob/Makefile | 3 --- x11/wob/distinfo | 2 -- 2 files changed, 5 deletions(-) diff --git a/x11/wob/Makefile b/x11/wob/Makefile index d8d97020dae6..1a53e134ec66 100644 --- a/x11/wob/Makefile +++ b/x11/wob/Makefile @@ -2,9 +2,6 @@ PORTNAME= wob DISTVERSION= 0.12 CATEGORIES= x11 -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= b4ddcee628dd.patch:-p1 # https://github.com/francma/wob/pull/41 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Lightweight overlay volume (or anything) bar for Wayland diff --git a/x11/wob/distinfo b/x11/wob/distinfo index 8ec93629c1fb..a30297a90dac 100644 --- a/x11/wob/distinfo +++ b/x11/wob/distinfo @@ -1,5 +1,3 @@ TIMESTAMP = 1628876062 SHA256 (francma-wob-0.12_GH0.tar.gz) = c4442fb43ab0d47c986d0c0041a385e1e66f7c16fc48ff0651993deb0d00ed01 SIZE (francma-wob-0.12_GH0.tar.gz) = 20239 -SHA256 (b4ddcee628dd.patch) = 044656590ba675564d9ae908636f8f4a65e795097dd153935011ab54880d7710 -SIZE (b4ddcee628dd.patch) = 746 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 23:42:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 14842672C96; Thu, 30 Sep 2021 23:42:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL8sj4mBNz52qm; Thu, 30 Sep 2021 23:42:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 794871529E; Thu, 30 Sep 2021 23:42:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UNg12R028666; Thu, 30 Sep 2021 23:42:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UNg1hN028665; Thu, 30 Sep 2021 23:42:01 GMT (envelope-from git) Date: Thu, 30 Sep 2021 23:42:01 GMT Message-Id: <202109302342.18UNg1hN028665@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 4742cbe6fe8d - main - x11/nwg-drawer: update to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4742cbe6fe8dbc3edb001f9d60d727e7f8459658 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 23:42:02 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4742cbe6fe8dbc3edb001f9d60d727e7f8459658 commit 4742cbe6fe8dbc3edb001f9d60d727e7f8459658 Author: Jan Beich AuthorDate: 2021-09-30 22:03:39 +0000 Commit: Jan Beich CommitDate: 2021-09-30 23:38:33 +0000 x11/nwg-drawer: update to 0.2.1 Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.2.1 Reported by: GitHub (watch releases) --- x11/nwg-drawer/Makefile | 2 +- x11/nwg-drawer/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile index b397d846aebf..0a9e9507d437 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,6 +1,6 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 +DISTVERSION= 0.2.1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-drawer/distinfo b/x11/nwg-drawer/distinfo index cd3c5ab1c092..f97d35316393 100644 --- a/x11/nwg-drawer/distinfo +++ b/x11/nwg-drawer/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632949077 -SHA256 (nwg-piotr-nwg-drawer-v0.2.0_GH0.tar.gz) = f59d4f03f8df9ab96b12b5569caddf879d3558248d4be42573c6bc548418b8fd -SIZE (nwg-piotr-nwg-drawer-v0.2.0_GH0.tar.gz) = 3485307 +TIMESTAMP = 1633039419 +SHA256 (nwg-piotr-nwg-drawer-v0.2.1_GH0.tar.gz) = 08ad73cabc2807b345e626e3904aeb8ffa9ca15d965c54cfc2f44b6486144862 +SIZE (nwg-piotr-nwg-drawer-v0.2.1_GH0.tar.gz) = 3485625 SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295 SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819 SHA256 (dlasky-gotk3-layershell-e6ecab2731f7_GH0.tar.gz) = 87c3acd2b403aa85a4e6f29256ee167450065e46f7d8e4c05d8769ed80411fc5 From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 23:42:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5536672D0C; Thu, 30 Sep 2021 23:42:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL8sk4nMSz52qq; Thu, 30 Sep 2021 23:42:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 811741523A; Thu, 30 Sep 2021 23:42:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UNg2qK028690; Thu, 30 Sep 2021 23:42:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UNg2Uv028689; Thu, 30 Sep 2021 23:42:02 GMT (envelope-from git) Date: Thu, 30 Sep 2021 23:42:02 GMT Message-Id: <202109302342.18UNg2Uv028689@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 6eb40da0a671 - main - multimedia/libva-utils: update to 2.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6eb40da0a67175739b5ee96bcbced6a1187a3a2d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 23:42:02 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6eb40da0a67175739b5ee96bcbced6a1187a3a2d commit 6eb40da0a67175739b5ee96bcbced6a1187a3a2d Author: Jan Beich AuthorDate: 2021-09-30 23:39:04 +0000 Commit: Jan Beich CommitDate: 2021-09-30 23:40:56 +0000 multimedia/libva-utils: update to 2.13.0 Changes: https://github.com/intel/libva-utils/compare/2.12.0...2.13.0 Reported by: Repology --- multimedia/libva-utils/Makefile | 2 +- multimedia/libva-utils/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/libva-utils/Makefile b/multimedia/libva-utils/Makefile index 194a27826ec4..aecc1bc6fda7 100644 --- a/multimedia/libva-utils/Makefile +++ b/multimedia/libva-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= libva-utils -PORTVERSION= 2.12.0 +PORTVERSION= 2.13.0 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/libva-utils/distinfo b/multimedia/libva-utils/distinfo index 57eccf7c1581..ad2cfbdc2ae1 100644 --- a/multimedia/libva-utils/distinfo +++ b/multimedia/libva-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624356490 -SHA256 (intel-libva-utils-2.12.0_GH0.tar.gz) = bcab647f42147aa5cf83b324b6c3fe69e392e44d34aababfafcb6c3b4310377d -SIZE (intel-libva-utils-2.12.0_GH0.tar.gz) = 1213135 +TIMESTAMP = 1633045144 +SHA256 (intel-libva-utils-2.13.0_GH0.tar.gz) = 128333faa9792a3b87586a80bfb70859dcdd81847ec9a722f785a601a48e1731 +SIZE (intel-libva-utils-2.13.0_GH0.tar.gz) = 1230036 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 00:17:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CB896731E8; Fri, 1 Oct 2021 00:17:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL9fr6fL5z54MK; Fri, 1 Oct 2021 00:17:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C06C015A76; Fri, 1 Oct 2021 00:17:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1910He8q069427; Fri, 1 Oct 2021 00:17:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1910HexV069426; Fri, 1 Oct 2021 00:17:40 GMT (envelope-from git) Date: Fri, 1 Oct 2021 00:17:40 GMT Message-Id: <202110010017.1910HexV069426@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 852b05a49a0e - main - lang/rust: unbreak on armv6 after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 852b05a49a0ee00e1e2544635e2c76aca7f4b95d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 00:17:41 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=852b05a49a0ee00e1e2544635e2c76aca7f4b95d commit 852b05a49a0ee00e1e2544635e2c76aca7f4b95d Author: Jan Beich AuthorDate: 2021-10-01 00:13:42 +0000 Commit: Jan Beich CommitDate: 2021-10-01 00:14:58 +0000 lang/rust: unbreak on armv6 after 620968a43a5f error: linking with `/wrkdirs/usr/ports/lang/rust/work/cc-wrapper` failed: exit status: 127 Pointy hat to: jbeich --- lang/rust/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 0db40e6a5e3f..2aa606e6d3c9 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -201,9 +201,7 @@ do-configure: @${ECHO_CMD} 'cc="${CC}"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'cxx="${CXX}"' >> ${WRKSRC}/config.toml .endif -.if ${ARCH} == armv6 - @${ECHO_CMD} 'linker="${WRKDIR}/cc-wrapper"' >> ${WRKSRC}/config.toml -.elif ${ARCH} == powerpc +.if ${ARCH} == powerpc @${ECHO_CMD} 'linker="${WRKDIR}/ld-wrapper"' >> ${WRKSRC}/config.toml .else @${ECHO_CMD} 'linker="${CC}"' >> ${WRKSRC}/config.toml From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 00:23:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C09A06731FA; Fri, 1 Oct 2021 00:23:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HL9p54fLtz550D; Fri, 1 Oct 2021 00:23:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F76615942; Fri, 1 Oct 2021 00:23:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1910NvvT082907; Fri, 1 Oct 2021 00:23:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1910NvBc082906; Fri, 1 Oct 2021 00:23:57 GMT (envelope-from git) Date: Fri, 1 Oct 2021 00:23:57 GMT Message-Id: <202110010023.1910NvBc082906@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 71958203f426 - main - emulators/sameboy: drop obsolete comment after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 71958203f426a29f3b4c341631be8ee1e5680ab8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 00:23:57 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=71958203f426a29f3b4c341631be8ee1e5680ab8 commit 71958203f426a29f3b4c341631be8ee1e5680ab8 Author: Jan Beich AuthorDate: 2021-10-01 00:23:45 +0000 Commit: Jan Beich CommitDate: 2021-10-01 00:23:45 +0000 emulators/sameboy: drop obsolete comment after 620968a43a5f --- emulators/sameboy/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/emulators/sameboy/Makefile b/emulators/sameboy/Makefile index 899ed51f2574..1305affbcdf9 100644 --- a/emulators/sameboy/Makefile +++ b/emulators/sameboy/Makefile @@ -21,7 +21,6 @@ USE_SDL= sdl2 MAKE_ARGS= FREEDESKTOP=true ALL_TARGET= sdl -# -flto OPTIONS_DEFINE= LIBRETRO OPTIONS_DEFAULT= LIBRETRO From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 01:09:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0733C674312; Fri, 1 Oct 2021 01:09:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLBpm6WYnz58PG; Fri, 1 Oct 2021 01:09:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC68E162DC; Fri, 1 Oct 2021 01:09:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19119aSS036783; Fri, 1 Oct 2021 01:09:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19119aEZ036782; Fri, 1 Oct 2021 01:09:36 GMT (envelope-from git) Date: Fri, 1 Oct 2021 01:09:36 GMT Message-Id: <202110010109.19119aEZ036782@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: c854c674da7c - main - converters/p5-LaTeXML: Update to 0.8.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c854c674da7c2a216bd18659155167d3274f4035 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 01:09:37 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=c854c674da7c2a216bd18659155167d3274f4035 commit c854c674da7c2a216bd18659155167d3274f4035 Author: Wen Heping AuthorDate: 2021-10-01 01:08:44 +0000 Commit: Wen Heping CommitDate: 2021-10-01 01:08:44 +0000 converters/p5-LaTeXML: Update to 0.8.6 --- converters/p5-LaTeXML/Makefile | 3 +-- converters/p5-LaTeXML/distinfo | 6 +++--- converters/p5-LaTeXML/pkg-plist | 25 +++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/converters/p5-LaTeXML/Makefile b/converters/p5-LaTeXML/Makefile index 0ce648719a2e..b6d9dc21f612 100644 --- a/converters/p5-LaTeXML/Makefile +++ b/converters/p5-LaTeXML/Makefile @@ -1,8 +1,7 @@ # Created by: Carlos J. Puga Medina PORTNAME= LaTeXML -PORTVERSION= 0.8.5 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= converters perl5 MASTER_SITES= CPAN \ http://dlmf.nist.gov/LaTeXML/releases/ diff --git a/converters/p5-LaTeXML/distinfo b/converters/p5-LaTeXML/distinfo index 76c4b5995b9d..1ebfcc617e8f 100644 --- a/converters/p5-LaTeXML/distinfo +++ b/converters/p5-LaTeXML/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607339485 -SHA256 (LaTeXML-0.8.5.tar.gz) = 1de821d0df8c88041ee10820188f33feac77d5618de4c0798a296a425f4e2637 -SIZE (LaTeXML-0.8.5.tar.gz) = 13083829 +TIMESTAMP = 1633046009 +SHA256 (LaTeXML-0.8.6.tar.gz) = 9529c651b67f5e8ddef1fd1852f974e756a17b711c46d4118f0677ad0e6e9bb1 +SIZE (LaTeXML-0.8.6.tar.gz) = 13776498 diff --git a/converters/p5-LaTeXML/pkg-plist b/converters/p5-LaTeXML/pkg-plist index a1b068ce85fc..1642b3db7c60 100644 --- a/converters/p5-LaTeXML/pkg-plist +++ b/converters/p5-LaTeXML/pkg-plist @@ -78,6 +78,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/LaTeX.pool.ltxml %%SITE_PERL%%/LaTeXML/Package/OmniBus.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/PoS.cls.ltxml +%%SITE_PERL%%/LaTeXML/Package/SIunits.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/TeX.pool.ltxml %%SITE_PERL%%/LaTeXML/Package/a0poster.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/a0size.sty.ltxml @@ -94,6 +95,8 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/accents.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/acmart.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/acronym.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/actuarialangle.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/adjustbox.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ae.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/aecompl.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/afterpage.sty.ltxml @@ -181,6 +184,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/csquotes.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/dcolumn.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/deluxetable.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/diagbox.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/doublespace.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/dsfont.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/eTeX.pool.ltxml @@ -188,6 +192,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/elsart.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/elsart.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/elsart_support.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/elsart_support_core.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/elsarticle.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/empheq.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/emulateapj.cls.ltxml @@ -203,6 +208,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/epsfig.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/epstopdf.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/esint.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/espcrc.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/etex.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/etoolbox.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/eucal.sty.ltxml @@ -213,8 +219,10 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/euscript.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/expl3.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/exscale.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/fancybox.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/fancyhdr.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/fancyheadings.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/filehook.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/fix-cm.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/fixltx2e.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/flafter.sty.ltxml @@ -245,9 +253,11 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/graphicx.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/grffile.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/helvet.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/hepunits.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/here.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/hhline.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/html.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/hypcap.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/hyperref.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/hyperxmp.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/icml.sty.ltxml @@ -255,6 +265,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/ieeeconf.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/ifluatex.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ifpdf.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/ifplatform.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ifthen.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ifvtex.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ifxetex.sty.ltxml @@ -286,6 +297,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/makecell.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/makeidx.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/marvosym.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/mathabx.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/mathbbol.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/mathdots.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/mathpazo.sty.ltxml @@ -295,6 +307,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/mathrsfs.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/mathtools.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/microtype.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/minimal.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/mleftright.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/mn.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/mn2e.cls.ltxml @@ -331,14 +344,19 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/pgfmath.code.tex.ltxml %%SITE_PERL%%/LaTeXML/Package/pgfmathcalc.code.tex.ltxml %%SITE_PERL%%/LaTeXML/Package/pgfplots.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/pgfplotstable.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pgfsys-latexml.def.ltxml %%SITE_PERL%%/LaTeXML/Package/pgfutil-common.tex.ltxml %%SITE_PERL%%/LaTeXML/Package/physics.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pifont.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/placeins.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/prettyref.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/preview.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/proof.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/proofwiki.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/psfig.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/psfig.tex.ltxml +%%SITE_PERL%%/LaTeXML/Package/psfrag.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pslatex.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pspicture.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pst-grad.sty.ltxml @@ -369,10 +387,13 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/showkeys.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/sidecap.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/siunitx.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/slashbox.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/slashed.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/slides.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/soul.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/srcltx.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/standalone.cls.ltxml +%%SITE_PERL%%/LaTeXML/Package/standalone.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/stfloats.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/stmaryrd.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/subcaption.sty.ltxml @@ -437,6 +458,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/wrapfig.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/xargs.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/xcolor.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/xfrac.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/xkeyval.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/xkvview.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/xparse.sty.ltxml @@ -626,6 +648,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-tei.xsl %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-webpage-xhtml.xsl %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-xhtml.xsl +%%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-xhtml5.xsl %%SITE_PERL%%/LaTeXML/resources/javascript/LaTeXML-maybeMathjax.js %%SITE_PERL%%/LaTeXML/texmf/latexml.sty %%SITE_PERL%%/LaTeXML/texmf/lxRDFa.sty @@ -654,6 +677,7 @@ bin/latexmlpost %%PERL5_MAN3%%/LaTeXML::Common::Model::RelaxNG.3.gz %%PERL5_MAN3%%/LaTeXML::Common::Number.3.gz %%PERL5_MAN3%%/LaTeXML::Common::Object.3.gz +%%PERL5_MAN3%%/LaTeXML::Common::XML.3.gz %%PERL5_MAN3%%/LaTeXML::Core.3.gz %%PERL5_MAN3%%/LaTeXML::Core::Alignment.3.gz %%PERL5_MAN3%%/LaTeXML::Core::Array.3.gz @@ -696,6 +720,7 @@ bin/latexmlpost %%PERL5_MAN3%%/LaTeXML::Pre::BibTeX.3.gz %%PERL5_MAN3%%/LaTeXML::Util::Pack.3.gz %%PERL5_MAN3%%/LaTeXML::Util::Pathname.3.gz +%%PERL5_MAN3%%/LaTeXML::Util::Radix.3.gz %%PERL5_MAN3%%/LaTeXML::Util::WWW.3.gz %%TEXMFLOCALDIR%%/tex/latex/latexml/.packlist %%TEXMFLOCALDIR%%/tex/latex/latexml/latexml.sty From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 01:27:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3718674B01; Fri, 1 Oct 2021 01:27:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLCC06Yygz3Bv8; Fri, 1 Oct 2021 01:27:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD7EA165D5; Fri, 1 Oct 2021 01:27:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1911R8iC062486; Fri, 1 Oct 2021 01:27:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1911R81q062485; Fri, 1 Oct 2021 01:27:08 GMT (envelope-from git) Date: Fri, 1 Oct 2021 01:27:08 GMT Message-Id: <202110010127.1911R81q062485@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 03e2344baec6 - main - graphics/vulkan-validation-layers: update to 1.2.194 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03e2344baec66388538f8d9e3eb4d226992a81d8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 01:27:09 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=03e2344baec66388538f8d9e3eb4d226992a81d8 commit 03e2344baec66388538f8d9e3eb4d226992a81d8 Author: Jan Beich AuthorDate: 2021-09-30 03:34:07 +0000 Commit: Jan Beich CommitDate: 2021-10-01 01:26:38 +0000 graphics/vulkan-validation-layers: update to 1.2.194 Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.193...v1.2.194 Reported by: portscout --- graphics/vulkan-validation-layers/Makefile | 2 +- graphics/vulkan-validation-layers/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index 9ac818cfbd55..033de6325cc7 100644 --- a/graphics/vulkan-validation-layers/Makefile +++ b/graphics/vulkan-validation-layers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-validation-layers DISTVERSIONPREFIX= v -DISTVERSION= 1.2.193 +DISTVERSION= 1.2.194 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index 9d58a3165b93..6da493f0afe4 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632320867 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.193_GH0.tar.gz) = d7161b4a967b7f9e1cbdfa5eeff7a09c919f7e7c5fa29bd401e5ad985eb8ece1 -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.193_GH0.tar.gz) = 3430591 +TIMESTAMP = 1632972847 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.194_GH0.tar.gz) = c2a601fa8ccf2ae633c9e929149c489fbf97e951995f8982001e129fa1b850c2 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.194_GH0.tar.gz) = 3450077 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-98-g449bc98_GH0.tar.gz) = 6911ebf451c92c6a350b99d706cbe702a646fb3b29439f28f98502eed2d81616 SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-98-g449bc98_GH0.tar.gz) = 414832 SHA256 (martinus-robin-hood-hashing-3.11.3_GH0.tar.gz) = dcf2b7fa9ef9dd0c67102d94c28e8df3effbe1845e0ed1f31f4772ca5e857fc4 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 02:32:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 40976675E17; Fri, 1 Oct 2021 02:32:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLDfq1LyQz3Fgt; Fri, 1 Oct 2021 02:32:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0E3D717792; Fri, 1 Oct 2021 02:32:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1912WoUB055724; Fri, 1 Oct 2021 02:32:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1912Wojs055723; Fri, 1 Oct 2021 02:32:50 GMT (envelope-from git) Date: Fri, 1 Oct 2021 02:32:50 GMT Message-Id: <202110010232.1912Wojs055723@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 3f6bad556410 - main - devel/intel-graphics-compiler: abandon llvm10 after b2e49cc576b5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3f6bad55641032cde86017118b289fff4a2aa0f5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 02:32:51 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f6bad55641032cde86017118b289fff4a2aa0f5 commit 3f6bad55641032cde86017118b289fff4a2aa0f5 Author: Jan Beich AuthorDate: 2021-10-01 02:03:28 +0000 Commit: Jan Beich CommitDate: 2021-10-01 02:09:34 +0000 devel/intel-graphics-compiler: abandon llvm10 after b2e49cc576b5 https://github.com/intel/intel-graphics-compiler/commit/373592d5c26c --- devel/intel-graphics-compiler/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index b414a751d86f..ec010d9a3569 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported -# llvm10 is unstable, see https://github.com/intel/intel-graphics-compiler/issues/202 BUILD_DEPENDS= vc-intrinsics-llvm11>=s20210730:devel/vc-intrinsics@llvm11 LIB_DEPENDS= libopencl-clang.so.11:devel/opencl-clang@llvm11 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 02:32:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BC4267596E; Fri, 1 Oct 2021 02:32:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLDfr203Zz3FYp; Fri, 1 Oct 2021 02:32:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25F5417638; Fri, 1 Oct 2021 02:32:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1912WqhQ055752; Fri, 1 Oct 2021 02:32:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1912WqB0055751; Fri, 1 Oct 2021 02:32:52 GMT (envelope-from git) Date: Fri, 1 Oct 2021 02:32:52 GMT Message-Id: <202110010232.1912WqB0055751@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 070200f93538 - main - devel/intel-graphics-compiler: add llvm12 (beta) flavor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 070200f93538ba29ed33a884d7ad28e4f801b843 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 02:32:52 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=070200f93538ba29ed33a884d7ad28e4f801b843 commit 070200f93538ba29ed33a884d7ad28e4f801b843 Author: Jan Beich AuthorDate: 2021-08-11 20:09:42 +0000 Commit: Jan Beich CommitDate: 2021-10-01 02:20:03 +0000 devel/intel-graphics-compiler: add llvm12 (beta) flavor https://github.com/intel/intel-graphics-compiler/projects/2 --- devel/intel-graphics-compiler/Makefile | 13 +++++++++---- devel/intel-graphics-compiler/files/patch-llvm12 | 22 ++++++++++++++++++++++ lang/intel-compute-runtime/Makefile | 7 ++++++- 3 files changed, 37 insertions(+), 5 deletions(-) diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index ec010d9a3569..338444e1547a 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -2,6 +2,7 @@ PORTNAME= intel-graphics-compiler DISTVERSIONPREFIX= igc- DISTVERSION= 1.0.8744 CATEGORIES= devel +PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= jbeich@FreeBSD.org COMMENT= Intel Graphics Compiler for OpenCL @@ -12,16 +13,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported -BUILD_DEPENDS= vc-intrinsics-llvm11>=s20210730:devel/vc-intrinsics@llvm11 -LIB_DEPENDS= libopencl-clang.so.11:devel/opencl-clang@llvm11 +BUILD_DEPENDS= vc-intrinsics-${FLAVOR}>=s20210730:devel/vc-intrinsics@${FLAVOR} +LIB_DEPENDS= libopencl-clang.so.${FLAVOR:S/llvm//}:devel/opencl-clang@${FLAVOR} + +FLAVORS= ${12 11:L:S/^/llvm/} + +CONFLICTS_INSTALL= ${PORTNAME}-* USES= bison cmake compiler:c++17-lang python:build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= intel CMAKE_OFF= INSTALL_SPIRVDLL -CMAKE_ARGS= -DCMAKE_PREFIX_PATH:PATH="${LOCALBASE}/${LIB_DEPENDS:M*@llvm*:C/.*@//}" \ - -DIGC_OPTION__LLVM_PREFERRED_VERSION:STRING="${LIB_DEPENDS:M*@llvm*:C/.*so\.//:C/:.*//}" +CMAKE_ARGS= -DCMAKE_PREFIX_PATH:PATH="${LOCALBASE}/${FLAVOR}" \ + -DIGC_OPTION__LLVM_PREFERRED_VERSION:STRING="${FLAVOR:S/llvm//}" CFLAGS+= -Wno-macro-redefined # __fastcall PLIST_SUB= ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_//} diff --git a/devel/intel-graphics-compiler/files/patch-llvm12 b/devel/intel-graphics-compiler/files/patch-llvm12 new file mode 100644 index 000000000000..68e7995988dd --- /dev/null +++ b/devel/intel-graphics-compiler/files/patch-llvm12 @@ -0,0 +1,22 @@ +CMake Error at external/llvm/llvm_deps.cmake:50 (file): + file COPY cannot find + "IGC/DEFAULT_IGC_LLVM_SOURCES_DIR-NOTFOUND/libunwind/include/mach-o/compact_unwind_encoding.h": + No such file or directory. +Call Stack (most recent call first): + IGC/CMakeLists.txt:1250 (include) + +--- external/llvm/llvm_deps.cmake.orig 2021-09-16 08:50:38 UTC ++++ external/llvm/llvm_deps.cmake +@@ -44,12 +44,6 @@ include(llvm_spirv_source_hook) + # LLD source hook. + if(IGC_OPTION__LLVM_LLD) + include(llvm_lld_source_hook) +- if(NOT EXISTS "${IGC_LLVM_WORKSPACE_SRC}/libunwind/include/mach-o" AND ${IGC_OPTION__LLVM_PREFERRED_VERSION} GREATER_EQUAL "12.0.0") +- # Need to copy one header from unwind package for LLD (only for building from sources) +- file(MAKE_DIRECTORY ${IGC_LLVM_WORKSPACE_SRC}/libunwind/include/mach-o) +- file(COPY ${DEFAULT_IGC_LLVM_SOURCES_DIR}/libunwind/include/mach-o/compact_unwind_encoding.h +- DESTINATION ${IGC_LLVM_WORKSPACE_SRC}/libunwind/include/mach-o/) +- endif() + endif() + + # Process LLVM. diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index 47168dd162bf..ebd3ab1e73e2 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -2,6 +2,7 @@ PORTNAME= compute-runtime DISTVERSION= 21.37.20939 CATEGORIES= lang PKGNAMEPREFIX= intel- +PKGNAMESUFFIX= -${FLAVOR} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= aa5a39a2db79.patch:-p1 # https://github.com/intel/compute-runtime/pull/361 @@ -15,9 +16,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported -LIB_DEPENDS= libigc.so:devel/intel-graphics-compiler \ +LIB_DEPENDS= libigc.so:devel/intel-graphics-compiler@${FLAVOR} \ libigdgmm.so:multimedia/gmmlib +FLAVORS= ${12 11:L:S/^/llvm/} + +CONFLICTS_INSTALL= ${PORTNAME}-* + USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 02:32:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 97E88676094; Fri, 1 Oct 2021 02:32:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLDfs3KxVz3FyJ; Fri, 1 Oct 2021 02:32:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F08917793; Fri, 1 Oct 2021 02:32:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1912WrVR055779; Fri, 1 Oct 2021 02:32:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1912Wro6055778; Fri, 1 Oct 2021 02:32:53 GMT (envelope-from git) Date: Fri, 1 Oct 2021 02:32:53 GMT Message-Id: <202110010232.1912Wro6055778@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 1347956c0cc6 - main - devel/opencl-clang: drop unused flavors after 070200f93538 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1347956c0cc64e1340ceeb265740a36cc0b51f2a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 02:32:53 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1347956c0cc64e1340ceeb265740a36cc0b51f2a commit 1347956c0cc64e1340ceeb265740a36cc0b51f2a Author: Jan Beich AuthorDate: 2021-08-11 20:33:22 +0000 Commit: Jan Beich CommitDate: 2021-10-01 02:25:55 +0000 devel/opencl-clang: drop unused flavors after 070200f93538 IGC with LLVM < 10 requires a lot of care while LLVM 10 needs to be patched for NEO to work. No other consumers. --- devel/opencl-clang/Makefile | 16 +--------------- devel/opencl-clang/distinfo.llvm10 | 3 --- devel/opencl-clang/distinfo.llvm70 | 7 ------- devel/opencl-clang/distinfo.llvm80 | 7 ------- devel/opencl-clang/distinfo.llvm90 | 7 ------- 5 files changed, 1 insertion(+), 39 deletions(-) diff --git a/devel/opencl-clang/Makefile b/devel/opencl-clang/Makefile index a74e7d890605..60257f04c50f 100644 --- a/devel/opencl-clang/Makefile +++ b/devel/opencl-clang/Makefile @@ -3,20 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= ${DISTVERSION_${FLAVOR}} DISTVERSION_llvm12= 12.0.0 DISTVERSION_llvm11= 11.0.0 -DISTVERSION_llvm10= 10.0.0-1 -DISTVERSION_llvm90= 9.0.1 -DISTVERSION_llvm80= 8.0.1-1 -DISTVERSION_llvm70= 7.0.1 CATEGORIES= devel PKGNAMESUFFIX= -${FLAVOR} -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= ${PATCHFILES_${FLAVOR}} -PATCHFILES_llvm90+= 3e753ba0cb0f.patch:-p1 # https://github.com/intel/opencl-clang/pull/96 -PATCHFILES_llvm90+= b28f74f9789f.patch:-p1 # https://github.com/intel/opencl-clang/pull/97 -PATCHFILES_llvm80+= ${PATCHFILES_llvm90} -PATCHFILES_llvm70+= ${PATCHFILES_llvm90} - MAINTAINER= jbeich@FreeBSD.org COMMENT= Clang wrapper to compile OpenCL C kernels to SPIR-V modules @@ -26,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libLLVM-${DISTVERSION:R:R}.so:devel/${FLAVOR} \ libLLVMSPIRVLib.so.${DISTVERSION:R:R}:devel/spirv-llvm-translator@${FLAVOR} -FLAVORS= ${12 11 10 90 80 70:L:S/^/llvm/} +FLAVORS= ${12 11:L:S/^/llvm/} USES= cmake compiler:c++11-lib USE_GITHUB= yes @@ -37,9 +26,6 @@ CMAKE_INSTALL_PREFIX= ${PREFIX}/${FLAVOR} _PLIST_FILES= include/cclang/common_clang.h \ lib/libopencl-clang.so \ lib/libopencl-clang.so.${DISTVERSION:R:R} -.if ${FLAVOR:U:Mllvm70} -_PLIST_FILES:= ${_PLIST_FILES:S/libopencl-/libcommon_/} -.endif PLIST_FILES= ${_PLIST_FILES:S,^,${FLAVOR}/,} .if !defined(DEFAULT_MAKESUM) diff --git a/devel/opencl-clang/distinfo.llvm10 b/devel/opencl-clang/distinfo.llvm10 deleted file mode 100644 index dc01174a28e6..000000000000 --- a/devel/opencl-clang/distinfo.llvm10 +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1586267327 -SHA256 (intel-opencl-clang-v10.0.0-1_GH0.tar.gz) = 815005b6fb7fd8fd2f08b9036035d3aa9543f5ce8464e41ef2f2ed08a816f507 -SIZE (intel-opencl-clang-v10.0.0-1_GH0.tar.gz) = 23549 diff --git a/devel/opencl-clang/distinfo.llvm70 b/devel/opencl-clang/distinfo.llvm70 deleted file mode 100644 index 891208dfc11f..000000000000 --- a/devel/opencl-clang/distinfo.llvm70 +++ /dev/null @@ -1,7 +0,0 @@ -TIMESTAMP = 1553516241 -SHA256 (intel-opencl-clang-v7.0.1_GH0.tar.gz) = 407800aceebebef8deaa1428d4b730a0f74329e0336a96fa1f1dd30a34b952e2 -SIZE (intel-opencl-clang-v7.0.1_GH0.tar.gz) = 49606 -SHA256 (3e753ba0cb0f.patch) = 805fbf620916e5efbfbd6c5160392ca88d43e2270e6d70539c767a6f9f6baacd -SIZE (3e753ba0cb0f.patch) = 1211 -SHA256 (b28f74f9789f.patch) = 4a0ecba33d3b92ffa72a157330ab71aa20b93a6dede4336a03b09ae141e14057 -SIZE (b28f74f9789f.patch) = 1336 diff --git a/devel/opencl-clang/distinfo.llvm80 b/devel/opencl-clang/distinfo.llvm80 deleted file mode 100644 index db95983fb646..000000000000 --- a/devel/opencl-clang/distinfo.llvm80 +++ /dev/null @@ -1,7 +0,0 @@ -TIMESTAMP = 1582898359 -SHA256 (intel-opencl-clang-v8.0.1-1_GH0.tar.gz) = 00dd5d9606f916a935005ae1e13dd4f25a57ce89571b70a7ace7d3ec0fbaf550 -SIZE (intel-opencl-clang-v8.0.1-1_GH0.tar.gz) = 42534 -SHA256 (3e753ba0cb0f.patch) = 805fbf620916e5efbfbd6c5160392ca88d43e2270e6d70539c767a6f9f6baacd -SIZE (3e753ba0cb0f.patch) = 1211 -SHA256 (b28f74f9789f.patch) = 4a0ecba33d3b92ffa72a157330ab71aa20b93a6dede4336a03b09ae141e14057 -SIZE (b28f74f9789f.patch) = 1336 diff --git a/devel/opencl-clang/distinfo.llvm90 b/devel/opencl-clang/distinfo.llvm90 deleted file mode 100644 index db233c1e6ccb..000000000000 --- a/devel/opencl-clang/distinfo.llvm90 +++ /dev/null @@ -1,7 +0,0 @@ -TIMESTAMP = 1583140288 -SHA256 (intel-opencl-clang-v9.0.1_GH0.tar.gz) = 058d51e88cdb018fd3016d1ee2042018bd1c3d131037d4ff2cb3f08d79a8fe6d -SIZE (intel-opencl-clang-v9.0.1_GH0.tar.gz) = 24574 -SHA256 (3e753ba0cb0f.patch) = 805fbf620916e5efbfbd6c5160392ca88d43e2270e6d70539c767a6f9f6baacd -SIZE (3e753ba0cb0f.patch) = 1211 -SHA256 (b28f74f9789f.patch) = 4a0ecba33d3b92ffa72a157330ab71aa20b93a6dede4336a03b09ae141e14057 -SIZE (b28f74f9789f.patch) = 1336 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 02:32:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF476675ECB; Fri, 1 Oct 2021 02:32:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLDft4QDpz3G1y; Fri, 1 Oct 2021 02:32:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7952017639; Fri, 1 Oct 2021 02:32:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1912WsGH055803; Fri, 1 Oct 2021 02:32:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1912Ws0F055802; Fri, 1 Oct 2021 02:32:54 GMT (envelope-from git) Date: Fri, 1 Oct 2021 02:32:54 GMT Message-Id: <202110010232.1912Ws0F055802@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 64b690e9fe35 - main - devel/spirv-llvm-translator: drop unused flavors after 070200f93538 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 64b690e9fe358a413dce30220b94c434b42dedc2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 02:32:54 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=64b690e9fe358a413dce30220b94c434b42dedc2 commit 64b690e9fe358a413dce30220b94c434b42dedc2 Author: Jan Beich AuthorDate: 2021-08-11 20:48:40 +0000 Commit: Jan Beich CommitDate: 2021-10-01 02:29:11 +0000 devel/spirv-llvm-translator: drop unused flavors after 070200f93538 - IGC with LLVM < 11 is experimental - libclc from LLVM < 12 lacks SPIR-V support --- devel/spirv-llvm-translator/Makefile | 12 +----------- devel/spirv-llvm-translator/distinfo.llvm10 | 3 --- devel/spirv-llvm-translator/distinfo.llvm70 | 3 --- devel/spirv-llvm-translator/distinfo.llvm80 | 3 --- devel/spirv-llvm-translator/distinfo.llvm90 | 3 --- 5 files changed, 1 insertion(+), 23 deletions(-) diff --git a/devel/spirv-llvm-translator/Makefile b/devel/spirv-llvm-translator/Makefile index 7ec528ed78d4..3caf806aaa33 100644 --- a/devel/spirv-llvm-translator/Makefile +++ b/devel/spirv-llvm-translator/Makefile @@ -3,10 +3,6 @@ DISTVERSIONPREFIX= v DISTVERSION= ${DISTVERSION_${FLAVOR}} DISTVERSION_llvm12= 12.0.0 DISTVERSION_llvm11= 11.0.0 -DISTVERSION_llvm10= 10.0.0 -DISTVERSION_llvm90= 9.0.1-1 -DISTVERSION_llvm80= 8.0.1-3 -DISTVERSION_llvm70= 7.0.1-1 CATEGORIES= devel PKGNAMESUFFIX= -${FLAVOR} @@ -18,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libLLVM-${DISTVERSION:R:R}.so:devel/${FLAVOR} -FLAVORS= ${12 11 10 90 80 70:L:S/^/llvm/} +FLAVORS= ${12 11:L:S/^/llvm/} USES= cmake compiler:c++11-lib USE_GITHUB= yes @@ -36,12 +32,6 @@ _PLIST_FILES= bin/llvm-spirv \ lib/libLLVMSPIRVLib.so \ lib/libLLVMSPIRVLib.so.${DISTVERSION:R:R} \ libdata/pkgconfig/LLVMSPIRVLib.pc -.if ${FLAVOR:U:Mllvm[78]0} -_PLIST_FILES:= ${_PLIST_FILES:N*Extensions*} -.endif -.if ${FLAVOR:U:Mllvm70} -_PLIST_FILES:= ${_PLIST_FILES:N*Opts*} -.endif PLIST_FILES= ${_PLIST_FILES:S,^,${FLAVOR}/,} post-patch: diff --git a/devel/spirv-llvm-translator/distinfo.llvm10 b/devel/spirv-llvm-translator/distinfo.llvm10 deleted file mode 100644 index 5e2bc85ac55a..000000000000 --- a/devel/spirv-llvm-translator/distinfo.llvm10 +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1584733962 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v10.0.0_GH0.tar.gz) = 7ccde52bac4c9ad967a362a3c5ec7261aa5b7b34d28cef0f3dec38d77c923049 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v10.0.0_GH0.tar.gz) = 535828 diff --git a/devel/spirv-llvm-translator/distinfo.llvm70 b/devel/spirv-llvm-translator/distinfo.llvm70 deleted file mode 100644 index 191a093eeaff..000000000000 --- a/devel/spirv-llvm-translator/distinfo.llvm70 +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545672929 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v7.0.1-1_GH0.tar.gz) = 8595a964aee35baa73ff1d41eeec08e582f1ac82e63ec261f8900154a39d9f17 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v7.0.1-1_GH0.tar.gz) = 428932 diff --git a/devel/spirv-llvm-translator/distinfo.llvm80 b/devel/spirv-llvm-translator/distinfo.llvm80 deleted file mode 100644 index 6d6e67859946..000000000000 --- a/devel/spirv-llvm-translator/distinfo.llvm80 +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1581002385 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v8.0.1-3_GH0.tar.gz) = ec56af9734788d1d83f1bef15be288bec2aa74861c539ee07e80b9f49a92cddd -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v8.0.1-3_GH0.tar.gz) = 472853 diff --git a/devel/spirv-llvm-translator/distinfo.llvm90 b/devel/spirv-llvm-translator/distinfo.llvm90 deleted file mode 100644 index 5bc411d4dcc7..000000000000 --- a/devel/spirv-llvm-translator/distinfo.llvm90 +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1581002360 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v9.0.1-1_GH0.tar.gz) = 44b3c4fdb640ac9b1072784f8c0e2e126ccc46a1c170c5f0a1a384c2942d9de6 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v9.0.1-1_GH0.tar.gz) = 498803 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 02:32:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 22026675971; Fri, 1 Oct 2021 02:32:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLDfv6hwzz3FZ8; Fri, 1 Oct 2021 02:32:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1AB91743F; Fri, 1 Oct 2021 02:32:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1912Wtet055827; Fri, 1 Oct 2021 02:32:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1912WtcP055826; Fri, 1 Oct 2021 02:32:55 GMT (envelope-from git) Date: Fri, 1 Oct 2021 02:32:55 GMT Message-Id: <202110010232.1912WtcP055826@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 7e3e32f3580b - main - devel/vc-intrinsics: drop unused flavors after 070200f93538 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7e3e32f3580bc3b6d30df94b2e07f6bc7dbdb84f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 02:32:56 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e3e32f3580bc3b6d30df94b2e07f6bc7dbdb84f commit 7e3e32f3580bc3b6d30df94b2e07f6bc7dbdb84f Author: Jan Beich AuthorDate: 2021-08-11 20:35:35 +0000 Commit: Jan Beich CommitDate: 2021-10-01 02:30:03 +0000 devel/vc-intrinsics: drop unused flavors after 070200f93538 - IGC lacks Vector Compiler with LLVM < 10 - ISPC lacks GPU support with LLVM < 10 --- devel/vc-intrinsics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/vc-intrinsics/Makefile b/devel/vc-intrinsics/Makefile index 153368c8a47f..51de93d52411 100644 --- a/devel/vc-intrinsics/Makefile +++ b/devel/vc-intrinsics/Makefile @@ -8,7 +8,7 @@ COMMENT= LLVM intrinsics for SIMD on GPU LICENSE= MIT -FLAVORS= ${13 12 11 10 90 80 70:L:S/^/llvm/} +FLAVORS= ${13 12 11:L:S/^/llvm/} BUILD_DEPENDS= ${FLAVOR}>0:devel/${FLAVOR} From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 03:45:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A80B3677013; Fri, 1 Oct 2021 03:45:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLGHB1qDRz3M2J; Fri, 1 Oct 2021 03:45:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1EED218635; Fri, 1 Oct 2021 03:45:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1913jwln049699; Fri, 1 Oct 2021 03:45:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1913jwPV049698; Fri, 1 Oct 2021 03:45:58 GMT (envelope-from git) Date: Fri, 1 Oct 2021 03:45:58 GMT Message-Id: <202110010345.1913jwPV049698@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 82ec8506217a - main - net-im/folks: Update to 0.15.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 82ec8506217ac9c217746788cdee16cd4f3d36ea Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 03:45:58 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=82ec8506217ac9c217746788cdee16cd4f3d36ea commit 82ec8506217ac9c217746788cdee16cd4f3d36ea Author: Neel Chauhan AuthorDate: 2021-10-01 03:41:39 +0000 Commit: Neel Chauhan CommitDate: 2021-10-01 03:45:47 +0000 net-im/folks: Update to 0.15.3 --- net-im/folks/Makefile | 3 +-- net-im/folks/distinfo | 6 +++--- net-im/folks/pkg-plist | 51 +++++++++++++++++++++----------------------------- 3 files changed, 25 insertions(+), 35 deletions(-) diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index cc4546de66e8..7ae6a4978b68 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -1,8 +1,7 @@ # Created by: Koop Mast PORTNAME= folks -PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTVERSION= 0.15.3 CATEGORIES= net-im MASTER_SITES= GNOME diff --git a/net-im/folks/distinfo b/net-im/folks/distinfo index 8b2cd5514efe..fb88c04247f0 100644 --- a/net-im/folks/distinfo +++ b/net-im/folks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601293010 -SHA256 (folks-0.14.0.tar.xz) = d6e778da637d3b33fd9a6b45115e8157d8868211dc08b943d1075b5eb7282bb9 -SIZE (folks-0.14.0.tar.xz) = 520924 +TIMESTAMP = 1633059469 +SHA256 (folks-0.15.3.tar.xz) = 21d737faf093f4be065473ee70ca20885b9a2c3685941dba24c2239fd3c544a5 +SIZE (folks-0.15.3.tar.xz) = 491432 diff --git a/net-im/folks/pkg-plist b/net-im/folks/pkg-plist index 76d2e78487cb..d9ec5db9942d 100644 --- a/net-im/folks/pkg-plist +++ b/net-im/folks/pkg-plist @@ -4,43 +4,36 @@ include/folks/folks-dummy.h include/folks/folks-eds.h include/folks/folks-telepathy.h include/folks/folks.h -lib/folks/46/backends/dummy/dummy.so -lib/folks/46/backends/eds/eds.so -lib/folks/46/backends/key-file/key-file.so -lib/folks/46/backends/ofono/ofono.so -lib/folks/46/backends/telepathy/telepathy.so -%%TRACKER%%lib/folks/46/backends/tracker/tracker.so -lib/girepository-1.0/Folks-0.6.typelib -lib/girepository-1.0/FolksDummy-0.6.typelib -lib/girepository-1.0/FolksEds-0.6.typelib -lib/girepository-1.0/FolksTelepathy-0.6.typelib -%%TRACKER%%lib/girepository-1.0/FolksTracker-0.6.typelib +lib/folks/26/backends/dummy/dummy.so +lib/folks/26/backends/eds/eds.so +lib/folks/26/backends/key-file/key-file.so +lib/folks/26/backends/ofono/ofono.so +lib/folks/26/backends/telepathy/telepathy.so +lib/girepository-1.0/Folks-0.7.typelib +lib/girepository-1.0/FolksDummy-0.7.typelib +lib/girepository-1.0/FolksEds-0.7.typelib +lib/girepository-1.0/FolksTelepathy-0.7.typelib lib/libfolks-dummy.so -lib/libfolks-dummy.so.%%LIBVER%% -lib/libfolks-dummy.so.%%LIBVERLONG%% +lib/libfolks-dummy.so.26 +lib/libfolks-dummy.so.26.0.0 lib/libfolks-eds.so -lib/libfolks-eds.so.%%LIBVER%% -lib/libfolks-eds.so.%%LIBVERLONG%% +lib/libfolks-eds.so.26 +lib/libfolks-eds.so.26.0.0 lib/libfolks-telepathy.so -lib/libfolks-telepathy.so.%%LIBVER%% -lib/libfolks-telepathy.so.%%LIBVERLONG%% -%%TRACKER%%lib/libfolks-tracker.so -%%TRACKER%%lib/libfolks-tracker.so.%%LIBVER%% -%%TRACKER%%lib/libfolks-tracker.so.%%LIBVERLONG%% +lib/libfolks-telepathy.so.26 +lib/libfolks-telepathy.so.26.0.0 lib/libfolks.so -lib/libfolks.so.%%LIBVER%% -lib/libfolks.so.%%LIBVERLONG%% +lib/libfolks.so.26 +lib/libfolks.so.26.0.0 libdata/pkgconfig/folks-dummy.pc libdata/pkgconfig/folks-eds.pc libdata/pkgconfig/folks-telepathy.pc -%%TRACKER%%libdata/pkgconfig/folks-tracker.pc libdata/pkgconfig/folks.pc share/GConf/gsettings/folks.convert -share/gir-1.0/Folks-0.6.gir -share/gir-1.0/FolksDummy-0.6.gir -share/gir-1.0/FolksEds-0.6.gir -share/gir-1.0/FolksTelepathy-0.6.gir -%%TRACKER%%share/gir-1.0/FolksTracker-0.6.gir +share/gir-1.0/Folks-0.7.gir +share/gir-1.0/FolksDummy-0.7.gir +share/gir-1.0/FolksEds-0.7.gir +share/gir-1.0/FolksTelepathy-0.7.gir share/locale/ar/LC_MESSAGES/folks.mo share/locale/as/LC_MESSAGES/folks.mo share/locale/be/LC_MESSAGES/folks.mo @@ -110,7 +103,5 @@ share/vala/vapi/folks-eds.deps share/vala/vapi/folks-eds.vapi share/vala/vapi/folks-telepathy.deps share/vala/vapi/folks-telepathy.vapi -%%TRACKER%%share/vala/vapi/folks-tracker.deps -%%TRACKER%%share/vala/vapi/folks-tracker.vapi share/vala/vapi/folks.deps share/vala/vapi/folks.vapi From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 03:45:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9953E676FB4; Fri, 1 Oct 2021 03:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLGHC33Zgz3LnX; Fri, 1 Oct 2021 03:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A77018636; Fri, 1 Oct 2021 03:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1913jxYK049724; Fri, 1 Oct 2021 03:45:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1913jx6s049723; Fri, 1 Oct 2021 03:45:59 GMT (envelope-from git) Date: Fri, 1 Oct 2021 03:45:59 GMT Message-Id: <202110010345.1913jx6s049723@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: be0d392a580e - main - deskutils/gnome-contacts: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: be0d392a580eceffca3d50686f88027c8a081672 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 03:45:59 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=be0d392a580eceffca3d50686f88027c8a081672 commit be0d392a580eceffca3d50686f88027c8a081672 Author: Neel Chauhan AuthorDate: 2021-10-01 03:45:35 +0000 Commit: Neel Chauhan CommitDate: 2021-10-01 03:45:47 +0000 deskutils/gnome-contacts: Update to 41.0 --- deskutils/gnome-contacts/Makefile | 18 +++++++++--------- deskutils/gnome-contacts/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deskutils/gnome-contacts/Makefile b/deskutils/gnome-contacts/Makefile index d7c41864efce..05160d03dc2b 100644 --- a/deskutils/gnome-contacts/Makefile +++ b/deskutils/gnome-contacts/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast PORTNAME= gnome-contacts -PORTVERSION= 40.0 +PORTVERSION= 41.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} @@ -13,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vala>=0.14.0:lang/vala LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ - libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libclutter-1.0.so:graphics/clutter \ + libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libcogl.so:graphics/cogl \ libdrm.so:graphics/libdrm \ libexpat.so:textproc/expat2 \ @@ -23,13 +23,13 @@ LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ libgeocode-glib.so:net/geocode-glib \ libgoa-1.0.so:net/gnome-online-accounts \ libgstreamer-1.0.so:multimedia/gstreamer1 \ + libhandy-1.so:x11-toolkits/libhandy \ libjson-glib-1.0.so:devel/json-glib \ libnotify.so:devel/libnotify \ libnspr4.so:devel/nspr \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libtelepathy-glib.so:net-im/telepathy-glib \ - libhandy-1.so:x11-toolkits/libhandy + libtelepathy-glib.so:net-im/telepathy-glib PORTSCOUT= limitw:1,even @@ -42,9 +42,9 @@ USES= compiler:c11 gettext gl gnome localbase meson perl5 pkgconfig \ GLIB_SCHEMAS= org.gnome.Contacts.gschema.xml -OPTIONS_SUB= yes -OPTIONS_DEFINE= MANPAGES -OPTIONS_DEFAULT=MANPAGES +OPTIONS_SUB= yes +OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFAULT= MANPAGES OPTIONS_DEFINE_i386= CHEESE OPTIONS_DEFINE_amd64= CHEESE @@ -54,8 +54,8 @@ OPTIONS_DEFAULT_amd64= CHEESE MANPAGES_MESON_TRUE= with-manpage MANPAGES_USE= GNOME=libxslt:build MANPAGES_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \ - docbook-xsl>=0:textproc/docbook-xsl \ - docbook-xsl-ns>=0:textproc/docbook-xsl-ns + docbook-xsl-ns>=0:textproc/docbook-xsl-ns \ + docbook-xsl>=0:textproc/docbook-xsl CHEESE_DESC= Cheese webcam support CHEESE_MESON_YES= with-cheese diff --git a/deskutils/gnome-contacts/distinfo b/deskutils/gnome-contacts/distinfo index 9654fdf68699..ed4ad81c178f 100644 --- a/deskutils/gnome-contacts/distinfo +++ b/deskutils/gnome-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628186162 -SHA256 (gnome-contacts-40.0.tar.xz) = c9de6f3f28d84653eda81c63a40f0f5c931ad52c324ff5f9fe4d15c3612f4f70 -SIZE (gnome-contacts-40.0.tar.xz) = 270412 +TIMESTAMP = 1633058839 +SHA256 (gnome-contacts-41.0.tar.xz) = 63e3149b5d1475b7a2698005bb5f750f3c80a735717160e39df8cfdfebfccdf0 +SIZE (gnome-contacts-41.0.tar.xz) = 275248 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 03:51:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A0B0677219; Fri, 1 Oct 2021 03:51:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLGP41Y2bz3M1B; Fri, 1 Oct 2021 03:51:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1343C183FB; Fri, 1 Oct 2021 03:51:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1913p4H7058493; Fri, 1 Oct 2021 03:51:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1913p4P9058492; Fri, 1 Oct 2021 03:51:04 GMT (envelope-from git) Date: Fri, 1 Oct 2021 03:51:04 GMT Message-Id: <202110010351.1913p4P9058492@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: b3aab62630a3 - main - net-im/folks: Fix pkg-plist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b3aab62630a3e703b7edf6ff9456c984990e3c7e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 03:51:04 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3aab62630a3e703b7edf6ff9456c984990e3c7e commit b3aab62630a3e703b7edf6ff9456c984990e3c7e Author: Neel Chauhan AuthorDate: 2021-10-01 03:50:51 +0000 Commit: Neel Chauhan CommitDate: 2021-10-01 03:50:51 +0000 net-im/folks: Fix pkg-plist --- net-im/folks/Makefile | 2 +- net-im/folks/pkg-plist | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 7ae6a4978b68..6a6826c800aa 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -32,7 +32,7 @@ MESON_ARGS= -Dbluez_backend=false GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml -PLIST_SUB= LIBVER=25 LIBVERLONG=25.21.0 +PLIST_SUB= LIBVER=26 LIBVERLONG=26.0.0 BINARY_ALIAS= python3=${PYTHON_CMD} diff --git a/net-im/folks/pkg-plist b/net-im/folks/pkg-plist index d9ec5db9942d..70c6dfe09b35 100644 --- a/net-im/folks/pkg-plist +++ b/net-im/folks/pkg-plist @@ -14,17 +14,17 @@ lib/girepository-1.0/FolksDummy-0.7.typelib lib/girepository-1.0/FolksEds-0.7.typelib lib/girepository-1.0/FolksTelepathy-0.7.typelib lib/libfolks-dummy.so -lib/libfolks-dummy.so.26 -lib/libfolks-dummy.so.26.0.0 +lib/libfolks-dummy.so.%%LIBVER%% +lib/libfolks-dummy.so.%%LIBVERLONG%% lib/libfolks-eds.so -lib/libfolks-eds.so.26 -lib/libfolks-eds.so.26.0.0 +lib/libfolks-eds.so.%%LIBVER%% +lib/libfolks-eds.so.%%LIBVERLONG%% lib/libfolks-telepathy.so -lib/libfolks-telepathy.so.26 -lib/libfolks-telepathy.so.26.0.0 +lib/libfolks-telepathy.so.%%LIBVER%% +lib/libfolks-telepathy.so.%%LIBVERLONG%% lib/libfolks.so -lib/libfolks.so.26 -lib/libfolks.so.26.0.0 +lib/libfolks.so.%%LIBVER%% +lib/libfolks.so.%%LIBVERLONG%% libdata/pkgconfig/folks-dummy.pc libdata/pkgconfig/folks-eds.pc libdata/pkgconfig/folks-telepathy.pc From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 03:52:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A61E676963; Fri, 1 Oct 2021 03:52:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLGQz1ZG9z3MLw; Fri, 1 Oct 2021 03:52:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1574818368; Fri, 1 Oct 2021 03:52:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1913qh2n062883; Fri, 1 Oct 2021 03:52:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1913qhFq062882; Fri, 1 Oct 2021 03:52:43 GMT (envelope-from git) Date: Fri, 1 Oct 2021 03:52:43 GMT Message-Id: <202110010352.1913qhFq062882@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 961ac553d094 - main - sysutils/tflint: Update to 0.32.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 961ac553d09426a0d23f99ed872e1153a89579ba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 03:52:43 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=961ac553d09426a0d23f99ed872e1153a89579ba commit 961ac553d09426a0d23f99ed872e1153a89579ba Author: Gabriel Dutra <0xdutra@gmail.com> AuthorDate: 2021-10-01 03:52:09 +0000 Commit: Neel Chauhan CommitDate: 2021-10-01 03:52:09 +0000 sysutils/tflint: Update to 0.32.1 Changes: https://github.com/terraform-linters/tflint/releases/tag/v0.32.1 PR: 258825 --- sysutils/tflint/Makefile | 80 +------------------------- sysutils/tflint/distinfo | 146 ++--------------------------------------------- 2 files changed, 7 insertions(+), 219 deletions(-) diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 5b890ee4a53a..11d24db45102 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -2,7 +2,7 @@ PORTNAME= tflint DISTVERSIONPREFIX= v -DISTVERSION= 0.31.0 +DISTVERSION= 0.32.1 CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com @@ -13,83 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= terraform-linters - -GH_TUPLE= \ - Masterminds:semver:v3.1.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ - agext:levenshtein:v1.2.3:agext_levenshtein/vendor/github.com/agext/levenshtein \ - apparentlymart:go-cidr:v1.1.0:apparentlymart_go_cidr/vendor/github.com/apparentlymart/go-cidr \ - apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \ - apparentlymart:go-versions:v1.0.1:apparentlymart_go_versions/vendor/github.com/apparentlymart/go-versions \ - aws:aws-sdk-go:v1.40.10:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ - bgentry:go-netrc:9fd32a8b3d3d:bgentry_go_netrc/vendor/github.com/bgentry/go-netrc \ - bmatcuk:doublestar:v1.3.4:bmatcuk_doublestar/vendor/github.com/bmatcuk/doublestar \ - census-instrumentation:opencensus-go:v0.22.4:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ - fatih:color:v1.12.0:fatih_color/vendor/github.com/fatih/color \ - golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \ - golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ - golang:lint:738671d3881b:golang_lint/vendor/golang.org/x/lint \ - golang:mock:v1.6.0:golang_mock/vendor/github.com/golang/mock \ - golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \ - golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ - golang:oauth2:5d25da1a8d43:golang_oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:977fb7262007:golang_sys/vendor/golang.org/x/sys \ - golang:term:2321bbc49cbf:golang_term/vendor/golang.org/x/term \ - golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ - golang:tools:v0.1.1:golang_tools/vendor/golang.org/x/tools \ - golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ - google:go-cmp:v0.5.6:google_go_cmp/vendor/github.com/google/go-cmp \ - google:go-genproto:0bd0a958aa1d:google_go_genproto/vendor/google.golang.org/genproto \ - google:go-github:v35.3.0:google_go_github_v35/vendor/github.com/google/go-github/v35 \ - google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ - google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ - googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ - googleapis:google-api-go-client:v0.34.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ - googleapis:google-cloud-go:storage/v1.10.0:googleapis_google_cloud_go_storage \ - googleapis:google-cloud-go:v0.65.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ - grpc:grpc-go:v1.32.0:grpc_grpc_go/vendor/google.golang.org/grpc \ - hashicorp:aws-sdk-go-base:v0.7.1:hashicorp_aws_sdk_go_base/vendor/github.com/hashicorp/aws-sdk-go-base \ - hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ - hashicorp:go-cleanhttp:v0.5.2:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ - hashicorp:go-getter:v1.5.6:hashicorp_go_getter/vendor/github.com/hashicorp/go-getter \ - hashicorp:go-hclog:v0.16.2:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ - hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ - hashicorp:go-plugin:v1.4.2:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \ - hashicorp:go-safetemp:v1.0.0:hashicorp_go_safetemp/vendor/github.com/hashicorp/go-safetemp \ - hashicorp:go-uuid:v1.0.2:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ - hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ - hashicorp:hcl:v2.10.1:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ - hashicorp:logutils:v1.0.0:hashicorp_logutils/vendor/github.com/hashicorp/logutils \ - hashicorp:terraform-svchost:f050f53b9734:hashicorp_terraform_svchost/vendor/github.com/hashicorp/terraform-svchost \ - hashicorp:yamux:2f1d1f20f75d:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ - jessevdk:go-flags:v1.5.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ - jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ - jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ - klauspost:compress:v1.11.2:klauspost_compress/vendor/github.com/klauspost/compress \ - mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ - mitchellh:go-testing-interface:v1.14.1:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ - mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ - oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \ - protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - sourcegraph:go-lsp:0c7d621186c1:sourcegraph_go_lsp/vendor/github.com/sourcegraph/go-lsp \ - sourcegraph:jsonrpc2:v0.1.0:sourcegraph_jsonrpc2/vendor/github.com/sourcegraph/jsonrpc2 \ - spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ - terraform-linters:tflint-plugin-sdk:v0.9.1:terraform_linters_tflint_plugin_sdk/vendor/github.com/terraform-linters/tflint-plugin-sdk \ - terraform-linters:tflint-ruleset-aws:v0.6.0:terraform_linters_tflint_ruleset_aws/vendor/github.com/terraform-linters/tflint-ruleset-aws \ - ulikunitz:xz:v0.5.8:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ - vmihailenco:msgpack:v4.3.12:vmihailenco_msgpack_v4/vendor/github.com/vmihailenco/msgpack/v4 \ - vmihailenco:tagparser:v0.1.1:vmihailenco_tagparser/vendor/github.com/vmihailenco/tagparser \ - zclconf:go-cty-yaml:v1.0.2:zclconf_go_cty_yaml/vendor/github.com/zclconf/go-cty-yaml \ - zclconf:go-cty:v1.9.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty - -post-extract: - @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage - @${RLN} ${WRKSRC_googleapis_google_cloud_go_storage}/storage ${WRKSRC}/vendor/cloud.google.com/go/storage +GO_MODULE= github.com/terraform-linters/tflint PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/tflint/distinfo b/sysutils/tflint/distinfo index d8a5343798b3..e23553aa3163 100644 --- a/sysutils/tflint/distinfo +++ b/sysutils/tflint/distinfo @@ -1,141 +1,5 @@ -TIMESTAMP = 1628955227 -SHA256 (terraform-linters-tflint-v0.31.0_GH0.tar.gz) = 3a8a3aeae3d4b09df3c5c9eed07c2da1680191e6493c31642e0fa3f518c341da -SIZE (terraform-linters-tflint-v0.31.0_GH0.tar.gz) = 1333937 -SHA256 (Masterminds-semver-v3.1.1_GH0.tar.gz) = d029a39800f201d5b95ec5dbf653e5b20aab757783a6876be1b3017d1c4a444f -SIZE (Masterminds-semver-v3.1.1_GH0.tar.gz) = 24506 -SHA256 (agext-levenshtein-v1.2.3_GH0.tar.gz) = ba59a69fcaea38ec40470cac08620dd2cca1980355d9b10e90e37b3b3ac2eb46 -SIZE (agext-levenshtein-v1.2.3_GH0.tar.gz) = 13227 -SHA256 (apparentlymart-go-cidr-v1.1.0_GH0.tar.gz) = 359897e7e89bf1d8efa69ae5ec490c0a88ba4892fffbf94b17244355e0893503 -SIZE (apparentlymart-go-cidr-v1.1.0_GH0.tar.gz) = 6226 -SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f562004f2044d3d13d19b78c41db12957aa573fdf3556 -SIZE (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 133786 -SHA256 (apparentlymart-go-versions-v1.0.1_GH0.tar.gz) = dd20062b09a925ee61afbbb28de52368a09b5cad5ba9c20222a8830403eed83f -SIZE (apparentlymart-go-versions-v1.0.1_GH0.tar.gz) = 32515 -SHA256 (aws-aws-sdk-go-v1.40.10_GH0.tar.gz) = c600b6fda6ca51f7e2ab3309f8d2c87786443c754b033d4bb88a9bf878ede06b -SIZE (aws-aws-sdk-go-v1.40.10_GH0.tar.gz) = 19820188 -SHA256 (bgentry-go-netrc-9fd32a8b3d3d_GH0.tar.gz) = 95d8d03789e5cdd3b4ecf138bd8d710021620de8b555ced49706d1b71d267037 -SIZE (bgentry-go-netrc-9fd32a8b3d3d_GH0.tar.gz) = 8406 -SHA256 (bmatcuk-doublestar-v1.3.4_GH0.tar.gz) = 955fc82b044496894749edda9ca88390b478c59a8d01d23d9c38b8506864eabe -SIZE (bmatcuk-doublestar-v1.3.4_GH0.tar.gz) = 10878 -SHA256 (census-instrumentation-opencensus-go-v0.22.4_GH0.tar.gz) = f230d965b9ddf15178df13209527c3e15c96cafa1c8a7a1b7eb39d0c424baf37 -SIZE (census-instrumentation-opencensus-go-v0.22.4_GH0.tar.gz) = 170499 -SHA256 (fatih-color-v1.12.0_GH0.tar.gz) = 8f4cef62c8aafdf7e7b3097e9f97c236bb31a47f2c939a54da92235c30ae9dcb -SIZE (fatih-color-v1.12.0_GH0.tar.gz) = 10711 -SHA256 (golang-appengine-v1.6.6_GH0.tar.gz) = 0c3d1e1c7ba0b97ea3457ddd169aac0667dbbb8c8d81e011632751f75bfbb624 -SIZE (golang-appengine-v1.6.6_GH0.tar.gz) = 332981 -SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4 -SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023 -SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865 -SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047 -SHA256 (golang-lint-738671d3881b_GH0.tar.gz) = c3c30939f0592da3a4b470afd40cdf2924a2749e251b4188f53a918445fb67b4 -SIZE (golang-lint-738671d3881b_GH0.tar.gz) = 31848 -SHA256 (golang-mock-v1.6.0_GH0.tar.gz) = 470174971c3a63361149a30f5b2d3a716a198afeb6cc71daa30712faa7293942 -SIZE (golang-mock-v1.6.0_GH0.tar.gz) = 69251 -SHA256 (golang-mod-v0.4.2_GH0.tar.gz) = ce4131eb443ac67ededb139a43bae4fbb2c4b84843936495c6a6de92b8033917 -SIZE (golang-mod-v0.4.2_GH0.tar.gz) = 104584 -SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d -SIZE (golang-net-04defd469f4e_GH0.tar.gz) = 1252122 -SHA256 (golang-oauth2-5d25da1a8d43_GH0.tar.gz) = 359a1ce0493a717f0d30e964d6ebfedca99becdd188383c4853a5010ffc36feb -SIZE (golang-oauth2-5d25da1a8d43_GH0.tar.gz) = 59450 -SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 -SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 -SHA256 (golang-sys-977fb7262007_GH0.tar.gz) = 11c4dfe83ceae6376054cc95e8f1b303a29985fc407c87cf9e360fd64d7937ce -SIZE (golang-sys-977fb7262007_GH0.tar.gz) = 1192386 -SHA256 (golang-term-2321bbc49cbf_GH0.tar.gz) = 72896f6aa3deb053da5b597ab072ba5c3540b29d0fb56f350397b7f94c010e21 -SIZE (golang-term-2321bbc49cbf_GH0.tar.gz) = 15281 -SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 -SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095 -SHA256 (golang-tools-v0.1.1_GH0.tar.gz) = ffc912096e79cef4ac9554c419e51014eca349019ced34753a2d4e7c1efa048e -SIZE (golang-tools-v0.1.1_GH0.tar.gz) = 2785482 -SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 -SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 -SHA256 (google-go-cmp-v0.5.6_GH0.tar.gz) = cba2118596f694c135b3f3d6fe49b73ca2a7882aa4d7f346e341cb106afce5f1 -SIZE (google-go-cmp-v0.5.6_GH0.tar.gz) = 104421 -SHA256 (google-go-genproto-0bd0a958aa1d_GH0.tar.gz) = 7c6130c31b6e20ef371de46f9119c5ff36f5a89a68598fe76f138e2610468e0e -SIZE (google-go-genproto-0bd0a958aa1d_GH0.tar.gz) = 12849218 -SHA256 (google-go-github-v35.3.0_GH0.tar.gz) = c3fe58adf5f33240166d331beddcabfb8a851771e6c334fa5c0f187ef14c1193 -SIZE (google-go-github-v35.3.0_GH0.tar.gz) = 475848 -SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed -SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 -SHA256 (google-uuid-v1.3.0_GH0.tar.gz) = 7f7f37c47980e0afcc178a9ffc390bec29ed2371919b4c07658eb01791a7f921 -SIZE (google-uuid-v1.3.0_GH0.tar.gz) = 16210 -SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c -SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328 -SHA256 (googleapis-google-api-go-client-v0.34.0_GH0.tar.gz) = 5aa90d5ba4057990bf1a72a8c9a2c22de14aa8aad2012180585b9090ec3ef06e -SIZE (googleapis-google-api-go-client-v0.34.0_GH0.tar.gz) = 16853510 -SHA256 (googleapis-google-cloud-go-storage-v1.10.0_GH0.tar.gz) = 297719ab65558ec14f43b75166cd1e7069ab2c4fdf22269c5a43986e709630cc -SIZE (googleapis-google-cloud-go-storage-v1.10.0_GH0.tar.gz) = 2780039 -SHA256 (googleapis-google-cloud-go-v0.65.0_GH0.tar.gz) = 82bb2a54634993985f3a45bd8d110313041ade261a474f3d794524801fa19658 -SIZE (googleapis-google-cloud-go-v0.65.0_GH0.tar.gz) = 2858914 -SHA256 (grpc-grpc-go-v1.32.0_GH0.tar.gz) = 47a991a1d561738839e74803e350a276b4b753ae4af329091cb35ad2a117dcb2 -SIZE (grpc-grpc-go-v1.32.0_GH0.tar.gz) = 1053458 -SHA256 (hashicorp-aws-sdk-go-base-v0.7.1_GH0.tar.gz) = d7a683288a173da2ffae2f521612e352875aa5afcca8ff6d2b0a60543a3641e1 -SIZE (hashicorp-aws-sdk-go-base-v0.7.1_GH0.tar.gz) = 32260 -SHA256 (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 0d73891a7a179e50a142ac8832db97b17c792d29ae205b0e6aeedde4c43d51a4 -SIZE (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 8581 -SHA256 (hashicorp-go-cleanhttp-v0.5.2_GH0.tar.gz) = 091d90c479401bc9047454c25f91a97a6707e6a279ce778e4881cf6b0191a47f -SIZE (hashicorp-go-cleanhttp-v0.5.2_GH0.tar.gz) = 8094 -SHA256 (hashicorp-go-getter-v1.5.6_GH0.tar.gz) = 0ee73a730fa39bd35a8509cb19f961900c4dd52cb331343ee6f2cb33baa27d0c -SIZE (hashicorp-go-getter-v1.5.6_GH0.tar.gz) = 81712 -SHA256 (hashicorp-go-hclog-v0.16.2_GH0.tar.gz) = b7bc12bbe0258df291a0fc06846318ffd85d9fb1a23cb0532b2420d44a1931d7 -SIZE (hashicorp-go-hclog-v0.16.2_GH0.tar.gz) = 27604 -SHA256 (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 8d1bb3377310e8ffe4c7b5672c5de1eaed153402aebd15d6e5b9673c356a065f -SIZE (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 13803 -SHA256 (hashicorp-go-plugin-v1.4.2_GH0.tar.gz) = a5be5283976cbb7e50d639bc5a0ec9c2af6c2ff9ce604b536286524f869ad07f -SIZE (hashicorp-go-plugin-v1.4.2_GH0.tar.gz) = 86680 -SHA256 (hashicorp-go-safetemp-v1.0.0_GH0.tar.gz) = a8403273db1a477a73ea06c406f6f81e64c0e7099671c0a25c5a441f439f832f -SIZE (hashicorp-go-safetemp-v1.0.0_GH0.tar.gz) = 6545 -SHA256 (hashicorp-go-uuid-v1.0.2_GH0.tar.gz) = 2dee0f810c3e3a2cd3d49a075d0a64a88806c90712a4b66013b20a1ff0562eae -SIZE (hashicorp-go-uuid-v1.0.2_GH0.tar.gz) = 7058 -SHA256 (hashicorp-go-version-v1.3.0_GH0.tar.gz) = a459b2d8a3ca4d67fc13869a7869fa6c8aff6491d465b2cbe2842b56df87cfba -SIZE (hashicorp-go-version-v1.3.0_GH0.tar.gz) = 14447 -SHA256 (hashicorp-hcl-v2.10.1_GH0.tar.gz) = a4b229c76148cff4678e2db8b61a8c85f2d0f9822ee447f25fb908c11ed92a31 -SIZE (hashicorp-hcl-v2.10.1_GH0.tar.gz) = 405355 -SHA256 (hashicorp-logutils-v1.0.0_GH0.tar.gz) = 9e3c7cee3552acacd2ad1d212f87c682d227179e34b306afdce945b41799e4b6 -SIZE (hashicorp-logutils-v1.0.0_GH0.tar.gz) = 7753 -SHA256 (hashicorp-terraform-svchost-f050f53b9734_GH0.tar.gz) = bbd386eb56b88aafb50e832d3ce6d804b995aab7b9f68626f1e812d8d72d3c47 -SIZE (hashicorp-terraform-svchost-f050f53b9734_GH0.tar.gz) = 28358 -SHA256 (hashicorp-yamux-2f1d1f20f75d_GH0.tar.gz) = 9481b16c104ebac8dc992358826db2ddadab0993131627a689dbf1f7c572f755 -SIZE (hashicorp-yamux-2f1d1f20f75d_GH0.tar.gz) = 23277 -SHA256 (jessevdk-go-flags-v1.5.0_GH0.tar.gz) = d4bf30f729cbc16d2aa0095ac10ca4fadc8f092b9a28990c0cfca2345c3e7ffd -SIZE (jessevdk-go-flags-v1.5.0_GH0.tar.gz) = 59316 -SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d -SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 -SHA256 (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15 -SIZE (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764 -SHA256 (klauspost-compress-v1.11.2_GH0.tar.gz) = ab6492e353cac5e62800cdce4b0d4eca2aaf5c277fd2eb26b1a047980876dc93 -SIZE (klauspost-compress-v1.11.2_GH0.tar.gz) = 17344860 -SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f -SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 -SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c -SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 -SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 -SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 -SHA256 (mitchellh-go-testing-interface-v1.14.1_GH0.tar.gz) = 3e9248c525eadb1cfceb5c4577b5cf656911b1139424a732690b4eaf7ab299fb -SIZE (mitchellh-go-testing-interface-v1.14.1_GH0.tar.gz) = 2774 -SHA256 (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 9bcf5c1f8b66594c73f606502bb3d9713d862a71ea66d8641e2a0b7bb66cb252 -SIZE (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 2777 -SHA256 (oklog-run-v1.0.0_GH0.tar.gz) = 079ee5a50fcb299eb7b957dd1acaba1f536f2abe58154d15f55c18959e25907e -SIZE (oklog-run-v1.0.0_GH0.tar.gz) = 7126 -SHA256 (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = c1c04d6e36c0d0fb6f3374197f9025d7e6df13f38a974098be020617c00fbaf2 -SIZE (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804 -SHA256 (sourcegraph-go-lsp-0c7d621186c1_GH0.tar.gz) = 27d945106df7bc33aa6fc449b09c0c509f7ae06f621cde661844c95c7495c3e3 -SIZE (sourcegraph-go-lsp-0c7d621186c1_GH0.tar.gz) = 13007 -SHA256 (sourcegraph-jsonrpc2-v0.1.0_GH0.tar.gz) = 07d53e5579d8e3310ffeb39bb606141561b8e6561965d6431eaf93d92831a091 -SIZE (sourcegraph-jsonrpc2-v0.1.0_GH0.tar.gz) = 14739 -SHA256 (spf13-afero-v1.2.2_GH0.tar.gz) = b577afca7e9839aa7cf0ddd712af553aec671b74f97fe0c88c63f911d1020570 -SIZE (spf13-afero-v1.2.2_GH0.tar.gz) = 46157 -SHA256 (terraform-linters-tflint-plugin-sdk-v0.9.1_GH0.tar.gz) = 1d698354d5740056a8ad57826b1e051aee448160e1bd813313ff5b6d87407ac8 -SIZE (terraform-linters-tflint-plugin-sdk-v0.9.1_GH0.tar.gz) = 75644 -SHA256 (terraform-linters-tflint-ruleset-aws-v0.6.0_GH0.tar.gz) = 547c900b0a461a884a8d347a4641033cb0e72c944413752f5f1d37704093c89f -SIZE (terraform-linters-tflint-ruleset-aws-v0.6.0_GH0.tar.gz) = 760058 -SHA256 (ulikunitz-xz-v0.5.8_GH0.tar.gz) = 55390974e162efe975940569da7110185ac81a52c3c8f556f289dffc1483600f -SIZE (ulikunitz-xz-v0.5.8_GH0.tar.gz) = 478381 -SHA256 (vmihailenco-msgpack-v4.3.12_GH0.tar.gz) = 57b532f7dc4e7757c7d3b857d58d7f3e8eec1d39e9c4d93d4e86fbc506e23cfd -SIZE (vmihailenco-msgpack-v4.3.12_GH0.tar.gz) = 31602 -SHA256 (vmihailenco-tagparser-v0.1.1_GH0.tar.gz) = 0d83a863ff6488f469cb783a3910079fd158b3b400da1aa44f27ec93961a2c08 -SIZE (vmihailenco-tagparser-v0.1.1_GH0.tar.gz) = 3649 -SHA256 (zclconf-go-cty-yaml-v1.0.2_GH0.tar.gz) = 31102eb50cb6159d7dbbc82447477ec27914a6f3f0069af9e4b53116748755e3 -SIZE (zclconf-go-cty-yaml-v1.0.2_GH0.tar.gz) = 59431 -SHA256 (zclconf-go-cty-v1.9.0_GH0.tar.gz) = 625c9a783a0addb83d21c944864a4df47364a02e501ea95f5286b27a65de58f5 -SIZE (zclconf-go-cty-v1.9.0_GH0.tar.gz) = 196973 +TIMESTAMP = 1633056221 +SHA256 (go/sysutils_tflint/tflint-v0.32.1/v0.32.1.mod) = 9c2e6fc91c7a80edeef27f997af8c5bdb59d225d8ae9bc112524af626b6c66f5 +SIZE (go/sysutils_tflint/tflint-v0.32.1/v0.32.1.mod) = 3321 +SHA256 (go/sysutils_tflint/tflint-v0.32.1/v0.32.1.zip) = a4186a4d9270089a8bb92940850630be7a33cd8ab272f40b2bcf137cdbdcb95d +SIZE (go/sysutils_tflint/tflint-v0.32.1/v0.32.1.zip) = 1544910 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 04:08:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 109BD6772B9; Fri, 1 Oct 2021 04:08:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLGms6sHNz3QgT; Fri, 1 Oct 2021 04:08:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB2D81895B; Fri, 1 Oct 2021 04:08:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19148DL2077235; Fri, 1 Oct 2021 04:08:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19148DTG077234; Fri, 1 Oct 2021 04:08:13 GMT (envelope-from git) Date: Fri, 1 Oct 2021 04:08:13 GMT Message-Id: <202110010408.19148DTG077234@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: f7fdaef516fe - main - graphics/R-cran-s2: Update to 1.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f7fdaef516fe97526296162e01233af1de5df6c5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 04:08:14 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7fdaef516fe97526296162e01233af1de5df6c5 commit f7fdaef516fe97526296162e01233af1de5df6c5 Author: TAKATSU Tomonari AuthorDate: 2021-09-30 21:59:43 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-10-01 04:08:07 +0000 graphics/R-cran-s2: Update to 1.0.7 --- graphics/R-cran-s2/Makefile | 4 ++-- graphics/R-cran-s2/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile index 1e8df715fd5f..f9be3fa2c7cb 100644 --- a/graphics/R-cran-s2/Makefile +++ b/graphics/R-cran-s2/Makefile @@ -1,5 +1,5 @@ PORTNAME= s2 -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,7 +12,7 @@ NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe NOT_FOR_ARCHS_REASON= is currently 64-bit only CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ - R-cran-wk>0:math/R-cran-wk + R-cran-wk>=0.5.0:math/R-cran-wk BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/graphics/R-cran-s2/distinfo b/graphics/R-cran-s2/distinfo index 0d844720f05f..a4702be8ca8e 100644 --- a/graphics/R-cran-s2/distinfo +++ b/graphics/R-cran-s2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624000342 -SHA256 (s2_1.0.6.tar.gz) = a6cc4ebf1e1c00abb632a324cd29e4ae061898b16bab46296e2081baee12a4f5 -SIZE (s2_1.0.6.tar.gz) = 1605788 +TIMESTAMP = 1633039127 +SHA256 (s2_1.0.7.tar.gz) = 2010c1c6ae29938ec9cd153a8b2c06a333ea4d647932369b2fc7d0c68d6d9e3f +SIZE (s2_1.0.7.tar.gz) = 2235408 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 05:46:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4018E6BF43B; Fri, 1 Oct 2021 05:46:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLJyC0yzjz4WZy; Fri, 1 Oct 2021 05:46:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1E1E1A15A; Fri, 1 Oct 2021 05:46:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1915kQbk009737; Fri, 1 Oct 2021 05:46:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1915kQxI009736; Fri, 1 Oct 2021 05:46:26 GMT (envelope-from git) Date: Fri, 1 Oct 2021 05:46:26 GMT Message-Id: <202110010546.1915kQxI009736@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 292ec73c279f - main - science/afni: update to 21.2.09 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 292ec73c279ffcbb670c6a6d3a66a776bbe889bb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 05:46:27 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=292ec73c279ffcbb670c6a6d3a66a776bbe889bb commit 292ec73c279ffcbb670c6a6d3a66a776bbe889bb Author: Fernando Apesteguía AuthorDate: 2021-09-29 16:05:49 +0000 Commit: Fernando Apesteguía CommitDate: 2021-10-01 05:41:12 +0000 science/afni: update to 21.2.09 --- science/afni/Makefile | 2 +- science/afni/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/afni/Makefile b/science/afni/Makefile index b4725b3cf8f3..ca7d8a977e9e 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 21.2.06 +DISTVERSION= 21.2.09 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index d55949fa6d16..1951d03a360a 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630649707 -SHA256 (afni-afni-AFNI_21.2.06_GH0.tar.gz) = 9b684d2c45ed085db62fe88f504565057e3d4ac0f6476d28141e5747d627f530 -SIZE (afni-afni-AFNI_21.2.06_GH0.tar.gz) = 43809366 +TIMESTAMP = 1632931208 +SHA256 (afni-afni-AFNI_21.2.09_GH0.tar.gz) = 7f3be1d8153fb5a6d156033cad49846408d7615edd26a27051d198b8e747b894 +SIZE (afni-afni-AFNI_21.2.09_GH0.tar.gz) = 43817178 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 06:03:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E66806715A0; Fri, 1 Oct 2021 06:03:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLKL45kvfz4XR2; Fri, 1 Oct 2021 06:03:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A51A51A6D5; Fri, 1 Oct 2021 06:03:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19163eaL036276; Fri, 1 Oct 2021 06:03:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19163eHj036275; Fri, 1 Oct 2021 06:03:40 GMT (envelope-from git) Date: Fri, 1 Oct 2021 06:03:40 GMT Message-Id: <202110010603.19163eHj036275@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 1b090e9fa422 - main - emulators/wine-gecko-devel: Relinquish maintainership MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1b090e9fa4227abea667efb96749d606512937f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 06:03:41 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b090e9fa4227abea667efb96749d606512937f6 commit 1b090e9fa4227abea667efb96749d606512937f6 Author: Gerald Pfeifer AuthorDate: 2021-10-01 06:01:29 +0000 Commit: Gerald Pfeifer CommitDate: 2021-10-01 06:01:29 +0000 emulators/wine-gecko-devel: Relinquish maintainership Cf. ee9b8284d0c0ca049900d8d812b039d34aef9082 for the wine-devel port. --- emulators/wine-gecko-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index 39f8b9eb0a31..ccf1a1b59ab8 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -9,7 +9,7 @@ DISTNAME= wine-gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= gerald@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Gecko Layout Engine for Wine development branch (HTML support) LICENSE= MPL20 GPLv2 GPLv3 LGPL21 LGPL3 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 06:44:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11DC2676835; Fri, 1 Oct 2021 06:44:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLF74vbwz4k3g; Fri, 1 Oct 2021 06:44:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 772B11ABC2; Fri, 1 Oct 2021 06:44:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1916iRAW089417; Fri, 1 Oct 2021 06:44:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1916iR7u089416; Fri, 1 Oct 2021 06:44:27 GMT (envelope-from git) Date: Fri, 1 Oct 2021 06:44:27 GMT Message-Id: <202110010644.1916iR7u089416@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: bbc044922c6f - main - mail/qpopper: Add CPE information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bbc044922c6fb0de740fca12011e183a5b7fd6ab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 06:44:28 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbc044922c6fb0de740fca12011e183a5b7fd6ab commit bbc044922c6fb0de740fca12011e183a5b7fd6ab Author: Bernhard Froehlich AuthorDate: 2021-10-01 06:43:33 +0000 Commit: Bernhard Froehlich CommitDate: 2021-10-01 06:43:33 +0000 mail/qpopper: Add CPE information Approved by: portmgr (blanket) --- mail/qpopper/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index e6e6260465ef..923829e62eea 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -18,7 +18,9 @@ LICENSE_NAME= Qualcomm BSD-style license LICENSE_FILE= ${WRKSRC}/License.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= compiler:features +USES= compiler:features cpe + +CPE_VENDOR= qualcomm GNU_CONFIGURE= yes CONFIGURE_ENV= OS_DEFS="-DSETPROCTITLE ${OS_DEFS}" From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 06:57:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9976E67E579 for ; Fri, 1 Oct 2021 06:57:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLWd3jwyz4qgF; Fri, 1 Oct 2021 06:57:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52F681ABE8; Fri, 1 Oct 2021 06:57:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1916v1Xg002863; Fri, 1 Oct 2021 06:57:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1916v1lF002862; Fri, 1 Oct 2021 06:57:01 GMT (envelope-from git) Date: Fri, 1 Oct 2021 06:57:01 GMT Message-Id: <202110010657.1916v1lF002862@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org From: Rene Ladan Subject: git: 03fb20b0eaf1 - Create tag 11-eol MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/tags/11-eol X-Git-Reftype: annotated tag X-Git-Commit: 03fb20b0eaf173f1a4f58420e8ec7e8ec6c5caf3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 06:57:01 -0000 The annotated tag 11-eol has been created by rene: URL: https://cgit.FreeBSD.org/ports/tag/?h=11-eol tag 11-eol Tagger: Rene Ladan TaggerDate: 2021-10-01 06:50:55 +0000 11-eol commit 6a5a9cc088e5b85b084d9d8c9cc21df6bfeb07a8 Author: Rainer Hurling AuthorDate: 2021-09-30 19:44:35 +0000 Commit: Rainer Hurling CommitDate: 2021-09-30 20:17:18 +0000 astro/py-ephem: Update to 4.1 Changelog: https://github.com/brandon-rhodes/pyephem/compare/4.0.0.2...96e5fe5 Reported by: Repology From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 06:58:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C884B67E847; Fri, 1 Oct 2021 06:58:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLYr5DtNz4qkp; Fri, 1 Oct 2021 06:58:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94D8F1A9EF; Fri, 1 Oct 2021 06:58:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1916wudV003104; Fri, 1 Oct 2021 06:58:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1916wu08003103; Fri, 1 Oct 2021 06:58:56 GMT (envelope-from git) Date: Fri, 1 Oct 2021 06:58:56 GMT Message-Id: <202110010658.1916wu08003103@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 7637c8345e48 - main - www/mediawiki136: Update to 1.36.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7637c8345e48810445a709b40d1e8fc6333157c0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 06:58:56 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=7637c8345e48810445a709b40d1e8fc6333157c0 commit 7637c8345e48810445a709b40d1e8fc6333157c0 Author: Wen Heping AuthorDate: 2021-10-01 06:55:38 +0000 Commit: Wen Heping CommitDate: 2021-10-01 06:55:38 +0000 www/mediawiki136: Update to 1.36.2 --- www/mediawiki136/Makefile | 2 +- www/mediawiki136/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/mediawiki136/Makefile b/www/mediawiki136/Makefile index fdb9ea54fb24..5cc1dd88c010 100644 --- a/www/mediawiki136/Makefile +++ b/www/mediawiki136/Makefile @@ -1,7 +1,7 @@ # Created by: Gerrit Beine PORTNAME= mediawiki -PORTVERSION= 1.36.1 +PORTVERSION= 1.36.2 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 136${PHP_PKGNAMESUFFIX} diff --git a/www/mediawiki136/distinfo b/www/mediawiki136/distinfo index ecdcea817b49..349d7a49e832 100644 --- a/www/mediawiki136/distinfo +++ b/www/mediawiki136/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625959959 -SHA256 (mediawiki-1.36.1.tar.gz) = e6698b19af16274e5ec2bfd36b890996cfa9f3617d2ec81761f12854fa50ad7a -SIZE (mediawiki-1.36.1.tar.gz) = 49645517 +TIMESTAMP = 1633054870 +SHA256 (mediawiki-1.36.2.tar.gz) = c7357dde98449c8635134dbd82790660d732592cb02cbff3574361df39fee2d4 +SIZE (mediawiki-1.36.2.tar.gz) = 49653546 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 06:58:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED80167E995; Fri, 1 Oct 2021 06:58:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLYs6HSzz4qks; Fri, 1 Oct 2021 06:58:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8DAC1B022; Fri, 1 Oct 2021 06:58:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1916wviZ003128; Fri, 1 Oct 2021 06:58:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1916wvJl003127; Fri, 1 Oct 2021 06:58:57 GMT (envelope-from git) Date: Fri, 1 Oct 2021 06:58:57 GMT Message-Id: <202110010658.1916wvJl003127@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 860d7d1bc0e0 - main - www/mediawiki135: Update to 1.35.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 860d7d1bc0e08f0ca96dee1f7c9ce20207d838d6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 06:58:58 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=860d7d1bc0e08f0ca96dee1f7c9ce20207d838d6 commit 860d7d1bc0e08f0ca96dee1f7c9ce20207d838d6 Author: Wen Heping AuthorDate: 2021-10-01 06:56:13 +0000 Commit: Wen Heping CommitDate: 2021-10-01 06:56:13 +0000 www/mediawiki135: Update to 1.35.4 --- www/mediawiki135/Makefile | 2 +- www/mediawiki135/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/mediawiki135/Makefile b/www/mediawiki135/Makefile index a9aa5b7f6799..8cdfdd3b3015 100644 --- a/www/mediawiki135/Makefile +++ b/www/mediawiki135/Makefile @@ -1,7 +1,7 @@ # Created by: Gerrit Beine PORTNAME= mediawiki -PORTVERSION= 1.35.3 +PORTVERSION= 1.35.4 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 135${PHP_PKGNAMESUFFIX} diff --git a/www/mediawiki135/distinfo b/www/mediawiki135/distinfo index cda6ef0f29f7..3cb7159587b6 100644 --- a/www/mediawiki135/distinfo +++ b/www/mediawiki135/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625788429 -SHA256 (mediawiki-1.35.3.tar.gz) = ca24a1be403401ee50587be58c6e2738c12b4d95a194a4e76bd8b4caea2c74e4 -SIZE (mediawiki-1.35.3.tar.gz) = 48117421 +TIMESTAMP = 1633070410 +SHA256 (mediawiki-1.35.4.tar.gz) = 1902f7b9375dc7813aa50df9c23a758ba431d2e8a4116345c1eb5775dda94868 +SIZE (mediawiki-1.35.4.tar.gz) = 48124371 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 06:58:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D45067E8CC; Fri, 1 Oct 2021 06:58:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLYv0Lcpz4qqB; Fri, 1 Oct 2021 06:58:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD0811AF37; Fri, 1 Oct 2021 06:58:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1916wwAO003157; Fri, 1 Oct 2021 06:58:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1916wwnc003156; Fri, 1 Oct 2021 06:58:58 GMT (envelope-from git) Date: Fri, 1 Oct 2021 06:58:58 GMT Message-Id: <202110010658.1916wwnc003156@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: aa87223dbeb2 - main - www/mediawiki131: Update to 1.31.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: aa87223dbeb23ad8eb1b99a8d6866b28dde220bf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 06:58:59 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa87223dbeb23ad8eb1b99a8d6866b28dde220bf commit aa87223dbeb23ad8eb1b99a8d6866b28dde220bf Author: Wen Heping AuthorDate: 2021-10-01 06:56:49 +0000 Commit: Wen Heping CommitDate: 2021-10-01 06:56:49 +0000 www/mediawiki131: Update to 1.31.16 Set DEPRECATED --- www/mediawiki131/Makefile | 5 ++++- www/mediawiki131/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www/mediawiki131/Makefile b/www/mediawiki131/Makefile index 04766a502620..bfc406850a16 100644 --- a/www/mediawiki131/Makefile +++ b/www/mediawiki131/Makefile @@ -1,7 +1,7 @@ # Created by: Gerrit Beine PORTNAME= mediawiki -PORTVERSION= 1.31.15 +PORTVERSION= 1.31.16 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 131${PHP_PKGNAMESUFFIX} @@ -13,6 +13,9 @@ LICENSE= GPLv2 CONFLICTS= mediawiki13[5-6]-[0-9]* +DEPRECATED= Upstream EOL +EXPIRATION_DATE=2021-12-31 + USES= cpe php:flavors shebangfix SHEBANG_FILES= maintenance/dev/*.sh \ maintenance/postgres/*.pl \ diff --git a/www/mediawiki131/distinfo b/www/mediawiki131/distinfo index caf7501dd8e6..6bfd84140ade 100644 --- a/www/mediawiki131/distinfo +++ b/www/mediawiki131/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625787368 -SHA256 (mediawiki-1.31.15.tar.gz) = bc28b0adfde4951705c68549afe905bb393dcf20f08ec558615f500498259f63 -SIZE (mediawiki-1.31.15.tar.gz) = 35635659 +TIMESTAMP = 1633070792 +SHA256 (mediawiki-1.31.16.tar.gz) = 0515145c8e0d8a0a187971e08e1bd6749d7ea2839e8666e217fb91f038d0589b +SIZE (mediawiki-1.31.16.tar.gz) = 35639454 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 06:59:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18ECC67EA86; Fri, 1 Oct 2021 06:59:36 +0000 (UTC) (envelope-from rene@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLZc0CF6z4qnY; Fri, 1 Oct 2021 06:59:36 +0000 (UTC) (envelope-from rene@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633071576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6EqeSsWJKEnkmWHPzewog8cs80fZH7EXD+CK5zqGRV4=; b=xFhXkCkNBM+TjZYpCvzB9qNoi8DW5JRBCU13kcSA0PvsDVuIrmQJAlznGoD50MxsHyp6Hi i0qN4UkD7FDgX8mg32gAEsNfMuoGBwkUsXpNIg6O2sDQOElt58qr0cmd2DTlvZrw65CPTf 6fQ3ZVlodYwzgpE7/HTXCk4S/dUZ7I0ne8U9RhzOAoOLce+hWEcIata4KaJYczxd/G87xU k4OqKdQILMZRqHhgOJzj/80AFsQXf+5WIZhTqn5tteySaPtTzvC6mGmWCXZbL/zZtoqwp2 llVZz3uPxAsxI8sEf/YcNz4S3LJT/P0iE9+Qe0ndtfGdEMbd1ULeop1mVvv/xw== Received: by freefall.freebsd.org (Postfix, from userid 1185) id E3C811C484; Fri, 1 Oct 2021 06:59:35 +0000 (UTC) Date: Fri, 1 Oct 2021 06:59:35 +0000 From: Rene Ladan To: Jan Beich Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: b19fd158df56 - main - cleanup: Remove expired ports: Message-ID: References: <202109302038.18UKcaQl074951__45091.5674724214$1633034346$gmane$org@gitrepo.freebsd.org> <4ka1-fyow-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ka1-fyow-wny@FreeBSD.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633071576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6EqeSsWJKEnkmWHPzewog8cs80fZH7EXD+CK5zqGRV4=; b=kgIMsa0qqPNpAbJ78K8uhDHWChQ+Gyf9ypn+nhC1FpbxenYa3YJ38UcS907dcwxBBtu0/C DpGtcopPxcl9ZqUyZxBuuVio4Yd1U3O6+YvvHcoUF1sQt73e8iByAcI6gVeVseIJV8Zzew Ed3UWJE4b77i/JyvwATzgtvuv3Dnry19uiT91cs9FrjpUv/uiMMBUS0et2kJe7n2he7U0D u7r8vCvNmvs5GkeO6+1RPpHVey0SbDZs6sQpSzkRGdk1n7hoplZYkEd3XEC7tbkIzXLcmR CTGLOpsbAgB4xGZw8LMnk1d8yyJqyyOLjcoUWQ2wdT0UsivcT21bnerTXWZIAw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633071576; a=rsa-sha256; cv=none; b=j67KtZwd1XWcc1dmHgQntml4zQJRFdGJcVHts1+c5ntV/jo2ZNEQ1c1HqPK15yYLQ8v7Gg SjA0SyMp4tY6NIkqZKQ9IHi5zB7XcnfQ9LcwutHgNPrK8HGLdvoh+LLTY0GNf28IQe4S6q RQb6a7E9jBG9kYj6MzUx+EwDjFdvmEFh9+MLQ6PTOy3+r8Vu+wRH7olW4lCVkJB2+DjJZW YH9iVgkVjILyN8inQEHUw0rKarnQB4r24KaI4jzEXJyJLO2trx1hbXQgJf7ThT2zYx6KrB fgOGEurYws/KSDRItr87mqybV10W3501P9vaoQX9hHTXMR59w2VIH34+4O7AVw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 06:59:36 -0000 On Fri, Oct 01, 2021 at 01:09:19AM +0200, Jan Beich wrote: > Rene Ladan writes: > > > The branch main has been updated by rene: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=b19fd158df56a285dcd38cc7310e908b05ecb982 > > > > commit b19fd158df56a285dcd38cc7310e908b05ecb982 > > Author: Rene Ladan > > AuthorDate: 2021-09-30 20:18:31 +0000 > > Commit: Rene Ladan > > CommitDate: 2021-09-30 20:19:24 +0000 > > > > cleanup: Remove expired ports: > > > > devel/erlang-exmpp: last upstream patches over 10 years ago > > sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018 > > Can you create 11-eol tag just before this commit? For example, > > $ git tag -a 11-eol b19fd158df56~1 > $ git push freebsd 11-eol > > The purpose is similar to https://cgit.freebsd.org/ports/tag/?h=10-eol > Done, thanks for the reminder. > Note, -a appears to be required: > > $ git push freebsd 11-eol > Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 > remote: WARNING: ref create/delete ignored for purposes of merge-check > remote: > remote: ================================================================ > remote: Tags should be annotated. > remote: ================================================================ > remote: FATAL: VREF/REFERENCE-CHECK/ports: helper program exit status 256 > remote: error: hook declined to update refs/tags/11-eol > To gitrepo.FreeBSD.org:ports.git > ! [remote rejected] 11-eol -> 11-eol (hook declined) > error: failed to push some refs to 'gitrepo.FreeBSD.org:ports.git' This was a temporary server-side issue. Rene From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:15:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D32BE67ECFB; Fri, 1 Oct 2021 07:15:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLxG5NqJz3CC3; Fri, 1 Oct 2021 07:15:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99DCD1B29B; Fri, 1 Oct 2021 07:15:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917Fk0g030344; Fri, 1 Oct 2021 07:15:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917Fk2Z030343; Fri, 1 Oct 2021 07:15:46 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:15:46 GMT Message-Id: <202110010715.1917Fk2Z030343@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: a3d97bcf09b7 - main - biology/ncbi-cxx-toolkit: Update 25.0.0 -> 25.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a3d97bcf09b7b63977a9d405ed984807c0bc39ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:15:46 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3d97bcf09b7b63977a9d405ed984807c0bc39ed commit a3d97bcf09b7b63977a9d405ed984807c0bc39ed Author: Yuri Victorovich AuthorDate: 2021-10-01 06:47:57 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-01 07:14:37 +0000 biology/ncbi-cxx-toolkit: Update 25.0.0 -> 25.2.0 Reported by: upstream ML notification --- biology/ncbi-cxx-toolkit/Makefile | 8 +++----- biology/ncbi-cxx-toolkit/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile index 4148f33e2d63..8163459800e2 100644 --- a/biology/ncbi-cxx-toolkit/Makefile +++ b/biology/ncbi-cxx-toolkit/Makefile @@ -1,7 +1,7 @@ PORTNAME= ncbi-cxx-toolkit -DISTVERSION= 25_0_0 +DISTVERSION= 25_2_0 CATEGORIES= biology science devel -MASTER_SITES= ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/2021/Aug_18_2021/ +MASTER_SITES= ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/2021/Sep_30_2021/ DISTNAME= ncbi_cxx--${DISTVERSION} MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,7 @@ LIB_DEPENDS= libcdd.so:math/cddlib \ libpcre.so:devel/pcre RUN_DEPENDS= bash:shells/bash -USES= compiler:c++11-lang gmake mysql perl5 python shebangfix ssl xorg +USES= compiler:c++14-lang gmake mysql perl5 python shebangfix ssl xorg USE_XORG= x11 xpm SHEBANG_FILES= src/app/blast/get_species_taxids.sh @@ -25,8 +25,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-debug --with-dll --without-static \ --without-vdb -WRKSRC= ${WRKDIR}/public-${DISTVERSION:S/_/./g}-2021-08-18-11-21-29 - post-install: # strip @${FIND} ${STAGEDIR}${PREFIX}/bin -type f | ${GREP} -v -E '\.(sh|py|pl)$$' | ${XARGS} ${STRIP_CMD} diff --git a/biology/ncbi-cxx-toolkit/distinfo b/biology/ncbi-cxx-toolkit/distinfo index d85ae212645c..68a69535957e 100644 --- a/biology/ncbi-cxx-toolkit/distinfo +++ b/biology/ncbi-cxx-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629878632 -SHA256 (ncbi_cxx--25_0_0.tar.gz) = 0158971349839b69ea96b3b88db774ac1692befd9910c040a00186e841ef5ed5 -SIZE (ncbi_cxx--25_0_0.tar.gz) = 95801019 +TIMESTAMP = 1633054572 +SHA256 (ncbi_cxx--25_2_0.tar.gz) = 9f824a92750e64e7b9be98d82b84414ab4f7e5d73392dadbb87c94ff5ccf9111 +SIZE (ncbi_cxx--25_2_0.tar.gz) = 95671156 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:15:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1AA5C67ECFC; Fri, 1 Oct 2021 07:15:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLxH68hXz3CFS; Fri, 1 Oct 2021 07:15:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B038E1B4C4; Fri, 1 Oct 2021 07:15:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917Fluf030368; Fri, 1 Oct 2021 07:15:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917FlcA030367; Fri, 1 Oct 2021 07:15:47 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:15:47 GMT Message-Id: <202110010715.1917FlcA030367@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: f8e046ff89f3 - main - multimedia/ustreamer: Update 4.5 -> 4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f8e046ff89f3ab79bb37c127b13fba2b0f2fc89d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:15:48 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8e046ff89f3ab79bb37c127b13fba2b0f2fc89d commit f8e046ff89f3ab79bb37c127b13fba2b0f2fc89d Author: Yuri Victorovich AuthorDate: 2021-10-01 06:50:54 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-01 07:14:38 +0000 multimedia/ustreamer: Update 4.5 -> 4.6 Reported by: portscout --- multimedia/ustreamer/Makefile | 2 +- multimedia/ustreamer/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/ustreamer/Makefile b/multimedia/ustreamer/Makefile index f5e492b513b2..f78090d96759 100644 --- a/multimedia/ustreamer/Makefile +++ b/multimedia/ustreamer/Makefile @@ -1,6 +1,6 @@ PORTNAME= ustreamer DISTVERSIONPREFIX= v -DISTVERSION= 4.5 +DISTVERSION= 4.6 CATEGORIES= multimedia net MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/ustreamer/distinfo b/multimedia/ustreamer/distinfo index d9911b20a1d5..e0b0a26ef749 100644 --- a/multimedia/ustreamer/distinfo +++ b/multimedia/ustreamer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629059081 -SHA256 (pikvm-ustreamer-v4.5_GH0.tar.gz) = bf05c9850313f28ea46b8b1d075a1fadad6ff2635f765c51ae0855c40581762c -SIZE (pikvm-ustreamer-v4.5_GH0.tar.gz) = 130964 +TIMESTAMP = 1633070967 +SHA256 (pikvm-ustreamer-v4.6_GH0.tar.gz) = a4c94f23f94dc1cc389accba9626e9d8f22292fa1e4b57db1c7f5cf9d79e0cd2 +SIZE (pikvm-ustreamer-v4.6_GH0.tar.gz) = 131538 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:15:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5AF767F08B; Fri, 1 Oct 2021 07:15:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLxK1Cwjz3CNY; Fri, 1 Oct 2021 07:15:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6ACB1B353; Fri, 1 Oct 2021 07:15:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917FmKm030392; Fri, 1 Oct 2021 07:15:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917Fmup030391; Fri, 1 Oct 2021 07:15:48 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:15:48 GMT Message-Id: <202110010715.1917Fmup030391@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 9b309c36b860 - main - security/tor-devel: Update 0.4.6.4-rc -> 0.4.7.1-alpha MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9b309c36b86074f0fb0f40ba343af4b1f144d964 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:15:49 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b309c36b86074f0fb0f40ba343af4b1f144d964 commit 9b309c36b86074f0fb0f40ba343af4b1f144d964 Author: Neel Chauhan AuthorDate: 2021-10-01 06:52:59 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-01 07:14:38 +0000 security/tor-devel: Update 0.4.6.4-rc -> 0.4.7.1-alpha PR: 258826 --- security/tor-devel/Makefile | 2 +- security/tor-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index eee75a095043..3f89f0576cd8 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -1,7 +1,7 @@ # Created by: peter.thoenen@yahoo.com PORTNAME= tor -DISTVERSION= 0.4.6.4-rc +DISTVERSION= 0.4.7.1-alpha CATEGORIES= security net MASTER_SITES= TOR PKGNAMESUFFIX= -devel diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 350a8e2d48ac..f7e041862309 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622224208 -SHA256 (tor-0.4.6.4-rc.tar.gz) = 3bb4aff9758632291ec8541bef6a1329f61892eaad7604f507cd619f08e37009 -SIZE (tor-0.4.6.4-rc.tar.gz) = 7735733 +TIMESTAMP = 1633060443 +SHA256 (tor-0.4.7.1-alpha.tar.gz) = ccd5e7449fcf40d3fd56b12dc36b049221314005ff71ed20a4d7490e34604eae +SIZE (tor-0.4.7.1-alpha.tar.gz) = 7837114 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:15:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B42167F193; Fri, 1 Oct 2021 07:15:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLxL1b8Yz3Ckw; Fri, 1 Oct 2021 07:15:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F22621B556; Fri, 1 Oct 2021 07:15:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917FnEJ030416; Fri, 1 Oct 2021 07:15:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917FnnU030415; Fri, 1 Oct 2021 07:15:49 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:15:49 GMT Message-Id: <202110010715.1917FnnU030415@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: b843a8a17e40 - main - misc/snakemake: Update 6.8.1 -> 6.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b843a8a17e40bb5a37a23bae794baaddfd36d429 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:15:50 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b843a8a17e40bb5a37a23bae794baaddfd36d429 commit b843a8a17e40bb5a37a23bae794baaddfd36d429 Author: Yuri Victorovich AuthorDate: 2021-10-01 07:00:38 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-01 07:14:39 +0000 misc/snakemake: Update 6.8.1 -> 6.9.0 Reported by: portscout --- misc/snakemake/Makefile | 2 +- misc/snakemake/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/snakemake/Makefile b/misc/snakemake/Makefile index 0b576582893b..8b043920b964 100644 --- a/misc/snakemake/Makefile +++ b/misc/snakemake/Makefile @@ -1,5 +1,5 @@ PORTNAME= snakemake -DISTVERSION= 6.8.1 +DISTVERSION= 6.9.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP diff --git a/misc/snakemake/distinfo b/misc/snakemake/distinfo index 5838295f6b2e..36b225844d18 100644 --- a/misc/snakemake/distinfo +++ b/misc/snakemake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632693229 -SHA256 (snakemake-6.8.1.tar.gz) = 3f1dd331d8162ebde78e41290f6a51204caa4ffe77b619b4847809b9dc8c3cd0 -SIZE (snakemake-6.8.1.tar.gz) = 276905 +TIMESTAMP = 1633071280 +SHA256 (snakemake-6.9.0.tar.gz) = 26efa7db6bb6fce6cc090fe7b077c7ca01fc60c214214ece0e8fda198aef3036 +SIZE (snakemake-6.9.0.tar.gz) = 276936 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:15:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A0ED67F08C; Fri, 1 Oct 2021 07:15:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLLxM4Rdbz3Cdy; Fri, 1 Oct 2021 07:15:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B2251B60A; Fri, 1 Oct 2021 07:15:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917FpG0030445; Fri, 1 Oct 2021 07:15:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917FpjV030444; Fri, 1 Oct 2021 07:15:51 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:15:51 GMT Message-Id: <202110010715.1917FpjV030444@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 7ad229475607 - main - devel/goredo: Update 1.14.0 -> 1.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7ad2294756074692ea6c90524dabcca2e3e93eed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:15:53 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ad2294756074692ea6c90524dabcca2e3e93eed commit 7ad2294756074692ea6c90524dabcca2e3e93eed Author: Yuri Victorovich AuthorDate: 2021-10-01 07:13:52 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-01 07:14:40 +0000 devel/goredo: Update 1.14.0 -> 1.15.0 Reported by: portscout --- devel/goredo/Makefile | 2 +- devel/goredo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index 3c16ffc1f54a..8237d91472c2 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,5 +1,5 @@ PORTNAME= goredo -DISTVERSION= 1.14.0 +DISTVERSION= 1.15.0 CATEGORIES= devel MASTER_SITES= http://www.goredo.cypherpunks.ru/download/ EXTRACT_SUFX= .tar.zst diff --git a/devel/goredo/distinfo b/devel/goredo/distinfo index 9c2b036298ab..7e7c35b26c5b 100644 --- a/devel/goredo/distinfo +++ b/devel/goredo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631860342 -SHA256 (goredo-1.14.0.tar.zst) = 17608c98b39e0030043b1862edb0ae7c162da3743ddf87330db0301a4fd61bf5 -SIZE (goredo-1.14.0.tar.zst) = 402086 +TIMESTAMP = 1633071714 +SHA256 (goredo-1.15.0.tar.zst) = 3aec3a78a7e66e1df9deb73e67876fdddb089b3261fff83a56b43b9a5274b30b +SIZE (goredo-1.15.0.tar.zst) = 402337 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:20:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 008FC67F0B0; Fri, 1 Oct 2021 07:20:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLM2x6PXFz3DpN; Fri, 1 Oct 2021 07:20:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBDB21B272; Fri, 1 Oct 2021 07:20:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917KfHm039983; Fri, 1 Oct 2021 07:20:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917Kf96039982; Fri, 1 Oct 2021 07:20:41 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:20:41 GMT Message-Id: <202110010720.1917Kf96039982@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 897ec7cee050 - main - security/vuxml: Document mediawiki's multiple vulnerabilities MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 897ec7cee050bb9cd784528adb355948a5b8d163 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:20:42 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=897ec7cee050bb9cd784528adb355948a5b8d163 commit 897ec7cee050bb9cd784528adb355948a5b8d163 Author: Wen Heping AuthorDate: 2021-10-01 07:19:35 +0000 Commit: Wen Heping CommitDate: 2021-10-01 07:19:35 +0000 security/vuxml: Document mediawiki's multiple vulnerabilities --- security/vuxml/vuln-2021.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 95cc339b3453..3dae29194614 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,47 @@ + + mediawiki -- multiple vulnerabilities + + + mediawiki131 + 1.31.16 + + + mediawiki135 + 1.35.4 + + + mediawiki136 + 1.36.2 + + + + +

Mediawiki reports:

+
+

(T285515, CVE-2021-41798) SECURITY: XSS vulnerability in Special:Search.

+

(T290379, CVE-2021-41799) SECURITY: ApiQueryBacklinks can cause a full + table scan.

+

(T284419, CVE-2021-41800) SECURITY: fix PoolCounter protection of + Special:Contributions.

+

(T279090, CVE-2021-41801) SECURITY: ReplaceText continues performing + actions if the user no longer has the correct permission (such as by being + blocked).

+
+ +
+ + CVE-2021-41798 + CVE-2021-41799 + CVE-2021-41800 + CVE-2021-41801 + https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/message/2IFS5CM2YV4VMSODPX3J2LFHKSEWVFV5/ + + + 2021-06-24 + 2021-10-01 + +
+ chromium -- multiple vulnerabilities From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:24:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFF2767F29A; Fri, 1 Oct 2021 07:24:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLM7Q5Qpsz3FRh; Fri, 1 Oct 2021 07:24:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633073074; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ljOYxnoteBts4uU5CdNZxj1tLei7J8rBaaM+eabPlWA=; b=FByio0j+gZRyioxG3iGi5iownrwuWPE79aM71TDomTG6iJ3jadJG+PgnqZqFPLRxuRsUU2 neCSbWdq8+qni3tCoXo2WBcgWM9s+e4i/n4inHsh7wsxqQ1zGZ2hrpmOhMEnPv8PomZor/ uqKCYBh0QZy/8YjIHoQqmE/rezHESNLKwfYZE1yhdSgu/I4qh1ZAzTmBmmnmIkHYx6hAEW wnA+6MeAk4yUHp2xP+yapsEUbxnIX9/lhErRZ+ZyUBPrJiRozaYnOm+VqMP9iEL4eMWoiy q11170YUhrDpHC+jS9ZPZfJHvrmRR9sbIew4EVn+pc7GqUjY+MMEc/ppIKXijA== Received: by freefall.freebsd.org (Postfix, from userid 1354) id AC4B81C649; Fri, 1 Oct 2021 07:24:34 +0000 (UTC) From: Jan Beich To: Piotr Kubaj Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: fc75da3a3b2a - main - graphics/libjxl: fix build on powerpc64* References: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> Date: Fri, 01 Oct 2021 09:24:31 +0200 In-Reply-To: (Piotr Kubaj's message of "Thu, 30 Sep 2021 23:23:44 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633073074; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ljOYxnoteBts4uU5CdNZxj1tLei7J8rBaaM+eabPlWA=; b=cbZsJ5GMvV3T2d2i/roSybN0BZXPWlzxpCW0tEWUUmE7quBS0UMXDAbIr1HZRvYbfAAayD EQOyxp+V+FRMIrOGtuo9oRhJ2cJsPMX7NFdMAHvP9fKUx+hlncM22WzGQpG1Uz+83QFize 8HAFPLc8/dx4ruZg94KSLMZ4Z2YxeGMEnCmbpsGUC42nLYJCayy4zsWGH4NiYdjxhxe2sH 2j6xpUMTKUW+NnEnjVoCTcQHdhyWbY7Hp8DhGoOAzqwsVdY+nNfGlu2i6i0KkDfouYs0Y+ mxUE+zOkE5bxDnNd8WHS8FjmT2ojd85S7QQPKhndl0drownLSGNOTsle0VXcWg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633073074; a=rsa-sha256; cv=none; b=bKOgChZTeeXybdRsYv+D+uNFUdIyfVBX4CvxIMwSbN1jaiXe3ngvvWvg5EKlmEzshK0gOb 7I6KkPE5ONydevnaGbO3cajYJa4DEIOpk2vV95sXUc3ZcvPQVH1pcKwWNbEaI/Y+VtrKcF r9CNhzZf8YYF4Gx2jfgr+E7NQ2ArtrE+lPwsEDCr9VOGIjDTIyAvdelAeO0772mI2dkZWJ zSULZcblyD44hGkQyZ/HT6vWI+VsHpRPeoVFFwcjIL1DeHYfRhensRs7Z8idy8Dmq5Vh95 7JItYmRld37XR1wCoNnc1ZEAFQguPCVpo5ci1LQpgCE/TD/RT7TGyj07W3XnUw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:24:34 -0000 Piotr Kubaj writes: > On 21-09-30 21:50:21, Jan Beich wrote: >> Piotr Kubaj writes: >> >> > The include in cpu.cc is not actually necessary, so I did not include anything for FreeBSD. >> [...] >> > +--- tools/cpu/cpu.cc.orig 2021-09-30 15:38:45 UTC >> > ++++ tools/cpu/cpu.cc >> > +@@ -19,7 +19,9 @@ >> > + #endif >> > + >> > + #if JXL_ARCH_PPC >> > +-#include // __ppc_get_timebase_freq >> > ++#if linux >> > ++#include // NOLINT __ppc_get_timebase_freq >> > ++#endif >> > + #endif >> >> Can you file a bug via https://github.com/libjxl/libjxl/issues/new ? >> That include is probably unused even on Linux after 5175d11717f3 >> removed __ppc_get_timebase_freq. >> >> Note, if you can't sign Google CLA don't submit a fix. Otherwise, upstream >> will refuse to read the rationale (PR description), let alone the patch e.g., >> https://github.com/libjxl/libjxl/pull/193 > > No, I don't have a Google account. It's not necessary for filing a bug. Doing so on your behalf is complicated by not having powerpc64 hardware to verify fixes proposed upstream and not having an error log/excerpt for upstream to better understand what needs to be changed. Outside of CLA upstream is very helpful. FreeBSD is officially supported (see JXL_OS_FREEBSD) and fixed timely e.g., https://gitlab.com/wg1/jpeg-xl/-/issues/65 https://gitlab.com/wg1/jpeg-xl/-/issues/66 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:31:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA76B67F4A9; Fri, 1 Oct 2021 07:31:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLMH94Q9lz3Fh5; Fri, 1 Oct 2021 07:31:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 780C21B2C5; Fri, 1 Oct 2021 07:31:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917VHDX052214; Fri, 1 Oct 2021 07:31:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917VH3X052213; Fri, 1 Oct 2021 07:31:17 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:31:17 GMT Message-Id: <202110010731.1917VH3X052213@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: e8fc711f1207 - main - math/p5-Math-BigInt: Update to 1.999825 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e8fc711f120729a7ed7be4d86187b4e73fbc32fc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:31:17 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8fc711f120729a7ed7be4d86187b4e73fbc32fc commit e8fc711f120729a7ed7be4d86187b4e73fbc32fc Author: Wen Heping AuthorDate: 2021-10-01 07:30:32 +0000 Commit: Wen Heping CommitDate: 2021-10-01 07:30:32 +0000 math/p5-Math-BigInt: Update to 1.999825 --- math/p5-Math-BigInt/Makefile | 2 +- math/p5-Math-BigInt/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index d84e163b6bf1..c55ae5e06247 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -1,7 +1,7 @@ # Created by: tobez PORTNAME= Math-BigInt -PORTVERSION= 1.999824 +PORTVERSION= 1.999825 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo index 649186cd26a0..7bb7a7d96d3d 100644 --- a/math/p5-Math-BigInt/distinfo +++ b/math/p5-Math-BigInt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664532 -SHA256 (Math-BigInt-1.999824.tar.gz) = 11613b9e449783064592ca77dec6e5bb303856d0c15442cd7f1708b583d55613 -SIZE (Math-BigInt-1.999824.tar.gz) = 3063251 +TIMESTAMP = 1633073256 +SHA256 (Math-BigInt-1.999825.tar.gz) = a9accbc7a1bfc0b1c7ed51402f965f48914318e6b688c1376703678399a19d93 +SIZE (Math-BigInt-1.999825.tar.gz) = 3069290 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:35:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6197B67F738; Fri, 1 Oct 2021 07:35:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLMMd27s2z3Fnb; Fri, 1 Oct 2021 07:35:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2645C1B829; Fri, 1 Oct 2021 07:35:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917Z9vN056637; Fri, 1 Oct 2021 07:35:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917Z9Ga056636; Fri, 1 Oct 2021 07:35:09 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:35:09 GMT Message-Id: <202110010735.1917Z9Ga056636@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 1042a3fb8417 - main - math/p5-Math-BigRat: Update to 0.2618 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1042a3fb8417fe79ac2dc5c1ed47b77abc425e2e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:35:09 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=1042a3fb8417fe79ac2dc5c1ed47b77abc425e2e commit 1042a3fb8417fe79ac2dc5c1ed47b77abc425e2e Author: Wen Heping AuthorDate: 2021-10-01 07:34:09 +0000 Commit: Wen Heping CommitDate: 2021-10-01 07:34:09 +0000 math/p5-Math-BigRat: Update to 0.2618 --- math/p5-Math-BigRat/Makefile | 2 +- math/p5-Math-BigRat/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index 8c15c223446d..49bf89bae960 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey Skvortsov PORTNAME= Math-BigRat -PORTVERSION= 0.2617 +PORTVERSION= 0.2618 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-BigRat/distinfo b/math/p5-Math-BigRat/distinfo index e1cd50f04e4e..b5d42e01c47f 100644 --- a/math/p5-Math-BigRat/distinfo +++ b/math/p5-Math-BigRat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626542064 -SHA256 (Math-BigRat-0.2617.tar.gz) = f717b46e14724b13da51206aa7d7f12f2268e58b188908ef3c84a96bafe8a6bc -SIZE (Math-BigRat-0.2617.tar.gz) = 62332 +TIMESTAMP = 1633073494 +SHA256 (Math-BigRat-0.2618.tar.gz) = 328ec4639aae39b86298d920ec9c3c2053c5e6db5c34573a3640fd9431df5e0b +SIZE (Math-BigRat-0.2618.tar.gz) = 64463 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:39:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 75B3767F4DF; Fri, 1 Oct 2021 07:39:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLMST1t9Zz3Fnx; Fri, 1 Oct 2021 07:39:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 220501BA29; Fri, 1 Oct 2021 07:39:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917dLAO057024; Fri, 1 Oct 2021 07:39:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917dLrU057023; Fri, 1 Oct 2021 07:39:21 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:39:21 GMT Message-Id: <202110010739.1917dLrU057023@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 8d1c2f517daa - main - math/p5-bignum: Update to 0.60 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8d1c2f517daa9dc423c025cbecb7b970f4aeabe0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:39:21 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d1c2f517daa9dc423c025cbecb7b970f4aeabe0 commit 8d1c2f517daa9dc423c025cbecb7b970f4aeabe0 Author: Wen Heping AuthorDate: 2021-10-01 07:38:33 +0000 Commit: Wen Heping CommitDate: 2021-10-01 07:38:33 +0000 math/p5-bignum: Update to 0.60 Update DEPENDS --- math/p5-bignum/Makefile | 7 +++---- math/p5-bignum/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index 701b04a67dea..719b302f0116 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -1,6 +1,5 @@ PORTNAME= bignum -PORTVERSION= 0.53 -PORTREVISION= 1 +PORTVERSION= 0.60 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM @@ -13,8 +12,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Math-BigInt>=1.999823:math/p5-Math-BigInt \ - p5-Math-BigRat>=0.2616:math/p5-Math-BigRat +RUN_DEPENDS= p5-Math-BigInt>=1.999825:math/p5-Math-BigInt \ + p5-Math-BigRat>=0.2618:math/p5-Math-BigRat USES= perl5 USE_PERL5= configure diff --git a/math/p5-bignum/distinfo b/math/p5-bignum/distinfo index 0b0ede6d2775..4cfaeecec825 100644 --- a/math/p5-bignum/distinfo +++ b/math/p5-bignum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626281134 -SHA256 (bignum-0.53.tar.gz) = ebefcfae44e5b42ca23815e95bd5ce3306b508b9c536d33a7fc051dd8c549894 -SIZE (bignum-0.53.tar.gz) = 28593 +TIMESTAMP = 1633072990 +SHA256 (bignum-0.60.tar.gz) = 5d65799bfb8e8c163a1e414d17197ab3d8f4880ab5b38f075a9305bf350b99fe +SIZE (bignum-0.60.tar.gz) = 35197 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 07:45:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 116FF67F8A1; Fri, 1 Oct 2021 07:45:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLMbG73mSz3GMP; Fri, 1 Oct 2021 07:45:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D29D31BBC9; Fri, 1 Oct 2021 07:45:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1917jEwF069768; Fri, 1 Oct 2021 07:45:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1917jEg0069767; Fri, 1 Oct 2021 07:45:14 GMT (envelope-from git) Date: Fri, 1 Oct 2021 07:45:14 GMT Message-Id: <202110010745.1917jEg0069767@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 2470f27c27f7 - main - math/p5-Math-BigInt-GMP: Update to 1.6009 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2470f27c27f74a1ecdcf7edf8f4d3e20bb755d5c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 07:45:15 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=2470f27c27f74a1ecdcf7edf8f4d3e20bb755d5c commit 2470f27c27f74a1ecdcf7edf8f4d3e20bb755d5c Author: Wen Heping AuthorDate: 2021-10-01 07:44:28 +0000 Commit: Wen Heping CommitDate: 2021-10-01 07:44:28 +0000 math/p5-Math-BigInt-GMP: Update to 1.6009 --- math/p5-Math-BigInt-GMP/Makefile | 2 +- math/p5-Math-BigInt-GMP/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index f3b89a05735a..20adfe67c18e 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -1,7 +1,7 @@ # Created by: Maxime Henrion PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.6008 +PORTVERSION= 1.6009 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo index b638a99fa92f..fd55ee849316 100644 --- a/math/p5-Math-BigInt-GMP/distinfo +++ b/math/p5-Math-BigInt-GMP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625323719 -SHA256 (Math-BigInt-GMP-1.6008.tar.gz) = 39d36e2e0f21a194ff1f51ce40ca9247ea5f2ec2eb0f0b55db3874d121bce674 -SIZE (Math-BigInt-GMP-1.6008.tar.gz) = 2839650 +TIMESTAMP = 1633074023 +SHA256 (Math-BigInt-GMP-1.6009.tar.gz) = 9ccd182984a3dd2d5b6cde7f5dea49817f885f86b08a24b17a29a1124a53379d +SIZE (Math-BigInt-GMP-1.6009.tar.gz) = 2591620 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 08:05:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3AA76A80D1; Fri, 1 Oct 2021 08:05:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLN264jnWz3KF4; Fri, 1 Oct 2021 08:05:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81ADC1BE4A; Fri, 1 Oct 2021 08:05:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1918527t097227; Fri, 1 Oct 2021 08:05:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191852Vl097226; Fri, 1 Oct 2021 08:05:02 GMT (envelope-from git) Date: Fri, 1 Oct 2021 08:05:02 GMT Message-Id: <202110010805.191852Vl097226@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: b4c3fa014d77 - main - math/p5-Math-BigInt-Pari: Update to 1.3008 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b4c3fa014d77b45321623b9f816c206d10f3f70f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 08:05:03 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4c3fa014d77b45321623b9f816c206d10f3f70f commit b4c3fa014d77b45321623b9f816c206d10f3f70f Author: Wen Heping AuthorDate: 2021-10-01 08:04:06 +0000 Commit: Wen Heping CommitDate: 2021-10-01 08:04:06 +0000 math/p5-Math-BigInt-Pari: Update to 1.3008 --- math/p5-Math-BigInt-Pari/Makefile | 2 +- math/p5-Math-BigInt-Pari/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 4229022c8cd7..c1b4475ed4b1 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -1,7 +1,7 @@ # Created by: Andrey PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.3007 +PORTVERSION= 1.3008 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo index 7d8c74fb4bab..27ab8e4f20f6 100644 --- a/math/p5-Math-BigInt-Pari/distinfo +++ b/math/p5-Math-BigInt-Pari/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625323721 -SHA256 (Math-BigInt-Pari-1.3007.tar.gz) = 24bc5cdde9181ca122e537c8a74ec729ebc8cbb9c3959466759c9f75da822c1a -SIZE (Math-BigInt-Pari-1.3007.tar.gz) = 2842194 +TIMESTAMP = 1633074810 +SHA256 (Math-BigInt-Pari-1.3008.tar.gz) = d986412dfaa556a0cf866ee2e2494eaa87719afa5f578cd25303e0db16957fec +SIZE (Math-BigInt-Pari-1.3008.tar.gz) = 2847020 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 08:05:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0AC266A83AA; Fri, 1 Oct 2021 08:05:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLN386yZ9z3KKS; Fri, 1 Oct 2021 08:05:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE9131BF29; Fri, 1 Oct 2021 08:05:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19185uAO097437; Fri, 1 Oct 2021 08:05:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19185uMX097436; Fri, 1 Oct 2021 08:05:56 GMT (envelope-from git) Date: Fri, 1 Oct 2021 08:05:56 GMT Message-Id: <202110010805.19185uMX097436@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Eugene Grosbein Subject: git: db8499a9f887 - main - textproc/sgmlformat: unbreak for external groff MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eugen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: db8499a9f8877367b68db78a02c8bf9bf312d572 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 08:05:57 -0000 The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=db8499a9f8877367b68db78a02c8bf9bf312d572 commit db8499a9f8877367b68db78a02c8bf9bf312d572 Author: Eugene Grosbein AuthorDate: 2021-10-01 08:01:43 +0000 Commit: Eugene Grosbein CommitDate: 2021-10-01 08:05:46 +0000 textproc/sgmlformat: unbreak for external groff The GNU roff toolchain has been removed from base but sgmlformat relied on "groff" command to be in PATH and installs three .ts files with references to /usr/share/tmac that does not exist in modern FreeBSD versions. Add textproc/groff to RUN_DEPENDS and fix broken references, so sgmlformat is functional again. Approved by: kuriyama (maintainer timeout, 3 weeks) --- textproc/sgmlformat/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index 715670e51775..0875ff9e1c3f 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -2,7 +2,7 @@ PORTNAME= sgmlformat PORTVERSION= 1.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc print MASTER_SITES= LOCAL/kuriyama @@ -28,12 +28,16 @@ RUN_DEPENDS= openjade>0:textproc/openjade RUN_DEPENDS= nsgmls:textproc/jade .endif RUN_DEPENDS+= linuxdoc>0:textproc/linuxdoc \ - docbook-sgml>0:textproc/docbook-sgml + docbook-sgml>0:textproc/docbook-sgml \ + groff:textproc/groff .if defined(WITH_OPENJADE) post-patch: @${REINPLACE_CMD} -e 's,nsgmls,onsgmls,g' ${WRKSRC}/sgmlfmt/sgmlfmt.pl @${REINPLACE_CMD} -e 's,nsgmls,onsgmls,g' ${WRKSRC}/instant/traninit.c + @( cd ${WRKSRC}/transpec && \ + ${REINPLACE_CMD} 's,/usr/share/tmac,${PREFIX}/share/groff/current/tmac,' \ + docbook-roff.ts iso12083article-roff.ts linuxdoc-roff.ts ) .endif post-build: From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 08:15:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 299116A8564; Fri, 1 Oct 2021 08:15:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLNGg0h65z3Kpc; Fri, 1 Oct 2021 08:15:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E80961C091; Fri, 1 Oct 2021 08:15:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1918Fsij010590; Fri, 1 Oct 2021 08:15:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1918FsFX010589; Fri, 1 Oct 2021 08:15:54 GMT (envelope-from git) Date: Fri, 1 Oct 2021 08:15:54 GMT Message-Id: <202110010815.1918FsFX010589@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 9dbf446bcf3b - main - math/p5-Math-BigInt-FastCalc: Update to 0.5012 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9dbf446bcf3b39f7686f8613000ec527cc475909 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 08:15:55 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=9dbf446bcf3b39f7686f8613000ec527cc475909 commit 9dbf446bcf3b39f7686f8613000ec527cc475909 Author: Wen Heping AuthorDate: 2021-10-01 08:15:20 +0000 Commit: Wen Heping CommitDate: 2021-10-01 08:15:20 +0000 math/p5-Math-BigInt-FastCalc: Update to 0.5012 --- math/p5-Math-BigInt-FastCalc/Makefile | 2 +- math/p5-Math-BigInt-FastCalc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index 9afe4943c6d6..c76cdc0e21ec 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.5011 +PORTVERSION= 0.5012 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-BigInt-FastCalc/distinfo b/math/p5-Math-BigInt-FastCalc/distinfo index 67b56af57a54..7759f31abbdb 100644 --- a/math/p5-Math-BigInt-FastCalc/distinfo +++ b/math/p5-Math-BigInt-FastCalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664534 -SHA256 (Math-BigInt-FastCalc-0.5011.tar.gz) = 745992421b06290fd4ecdff5c2236c5fb242c6b138fd4109adddabe01923f7ac -SIZE (Math-BigInt-FastCalc-0.5011.tar.gz) = 2598974 +TIMESTAMP = 1633075545 +SHA256 (Math-BigInt-FastCalc-0.5012.tar.gz) = ed6d58b42707aa3610c260541a3304a4b039f372875d40e5e05dfc040080826f +SIZE (Math-BigInt-FastCalc-0.5012.tar.gz) = 2599912 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 08:26:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2F396A86FC; Fri, 1 Oct 2021 08:26:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLNW44Pp5z3Lgx; Fri, 1 Oct 2021 08:26:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 737431C1C8; Fri, 1 Oct 2021 08:26:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1918QexK024365; Fri, 1 Oct 2021 08:26:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1918Qefv024364; Fri, 1 Oct 2021 08:26:40 GMT (envelope-from git) Date: Fri, 1 Oct 2021 08:26:40 GMT Message-Id: <202110010826.1918Qefv024364@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 9e4d934f216f - main - www/luakit-devel: update to 2.3-20 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9e4d934f216fdcf20264caffd650d68cb31333f8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 08:26:40 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e4d934f216fdcf20264caffd650d68cb31333f8 commit 9e4d934f216fdcf20264caffd650d68cb31333f8 Author: Marco Beishuizen AuthorDate: 2021-09-29 16:08:50 +0000 Commit: Fernando Apesteguía CommitDate: 2021-10-01 08:20:48 +0000 www/luakit-devel: update to 2.3-20 ChangeLog: https://github.com/luakit/luakit/commit/develop PR: 258497 Reported by: mbeis@xs4all.nl (maintainer) --- www/luakit-devel/Makefile | 4 ++-- www/luakit-devel/distinfo | 6 +++--- www/luakit-devel/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/www/luakit-devel/Makefile b/www/luakit-devel/Makefile index b46a747a4fda..35aacb5857ca 100644 --- a/www/luakit-devel/Makefile +++ b/www/luakit-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= luakit-devel -DISTVERSION= 2.3-11 -DISTVERSIONSUFFIX= -g0ec1c30 +DISTVERSION= 2.3-20 +DISTVERSIONSUFFIX= -g4b10e55 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/luakit-devel/distinfo b/www/luakit-devel/distinfo index 81e992424315..a5e658f34280 100644 --- a/www/luakit-devel/distinfo +++ b/www/luakit-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624546088 -SHA256 (luakit-luakit-2.3-11-g0ec1c30_GH0.tar.gz) = a525b101898c7b314db0ac49eac3c6b84f32cdca463c527f34f395ff35b1b645 -SIZE (luakit-luakit-2.3-11-g0ec1c30_GH0.tar.gz) = 505301 +TIMESTAMP = 1632908029 +SHA256 (luakit-luakit-2.3-20-g4b10e55_GH0.tar.gz) = 20f8cd2b7a6a0dd5d22600933c31c6a63d9027f2e28efb28dfc9bad59f027815 +SIZE (luakit-luakit-2.3-20-g4b10e55_GH0.tar.gz) = 506872 diff --git a/www/luakit-devel/pkg-plist b/www/luakit-devel/pkg-plist index ded12eaea444..0cc8066139e1 100644 --- a/www/luakit-devel/pkg-plist +++ b/www/luakit-devel/pkg-plist @@ -232,3 +232,4 @@ share/luakit/resources/icons/tab-icon-private@2x.png share/luakit/resources/icons/tab-icon-security-error.png share/luakit/resources/icons/tab-icon-security-error@2x.png share/pixmaps/luakit.png +share/pixmaps/luakit.svg From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 08:31:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 195F46A88EC; Fri, 1 Oct 2021 08:31:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLNcS0DHTz3Lpq; Fri, 1 Oct 2021 08:31:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D1F1E1C2F0; Fri, 1 Oct 2021 08:31:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1918VJnS033726; Fri, 1 Oct 2021 08:31:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1918VJp9033725; Fri, 1 Oct 2021 08:31:19 GMT (envelope-from git) Date: Fri, 1 Oct 2021 08:31:19 GMT Message-Id: <202110010831.1918VJp9033725@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: fe280f7299c6 - main - devel/p5-Validation-Class: Update to 7.900057 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fe280f7299c60932b716c962c521a9f7f9eef6b2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 08:31:20 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe280f7299c60932b716c962c521a9f7f9eef6b2 commit fe280f7299c60932b716c962c521a9f7f9eef6b2 Author: Wen Heping AuthorDate: 2021-10-01 08:29:19 +0000 Commit: Wen Heping CommitDate: 2021-10-01 08:29:19 +0000 devel/p5-Validation-Class: Update to 7.900057 Update DEPENDS Pass maintainership to submitter PR: 257949 Reported by: svysh.fbsd@gmail.com Approved by: maintainer(timeout, > 40 days) --- devel/p5-Validation-Class/Makefile | 23 +++++++++-------------- devel/p5-Validation-Class/distinfo | 5 +++-- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/devel/p5-Validation-Class/Makefile b/devel/p5-Validation-Class/Makefile index 69983ead9d53..ff4514b13923 100644 --- a/devel/p5-Validation-Class/Makefile +++ b/devel/p5-Validation-Class/Makefile @@ -1,30 +1,25 @@ PORTNAME= Validation-Class -PORTVERSION= 7.900056 -PORTREVISION= 1 +PORTVERSION= 7.900057 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AWNCORP PKGNAMEPREFIX= p5- -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= svysh.fbsd@gmail.com COMMENT= Perl extension for centralized input validation for any application LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= \ - p5-Class-Forward>0:devel/p5-Class-Forward \ - p5-Hash-Flatten>0:devel/p5-Hash-Flatten \ - p5-Hash-Merge>0:textproc/p5-Hash-Merge \ - p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ - p5-Module-Find>0:devel/p5-Module-Find \ - p5-Module-Runtime>0:devel/p5-Module-Runtime -TEST_DEPENDS= \ - p5-DBD-SQLite>0:databases/p5-DBD-SQLite \ - p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers +RUN_DEPENDS= p5-Hash-Flatten>0:devel/p5-Hash-Flatten \ + p5-Hash-Merge>0:textproc/p5-Hash-Merge \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-Module-Find>0:devel/p5-Module-Find \ + p5-Module-Runtime>0:devel/p5-Module-Runtime +TEST_DEPENDS= p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers -USES= perl5 +USES= perl5 USE_PERL5= configure NO_ARCH= YES diff --git a/devel/p5-Validation-Class/distinfo b/devel/p5-Validation-Class/distinfo index 2aba6908f412..c0965690ebc7 100644 --- a/devel/p5-Validation-Class/distinfo +++ b/devel/p5-Validation-Class/distinfo @@ -1,2 +1,3 @@ -SHA256 (Validation-Class-7.900056.tar.gz) = 202f4ef3cb7e8a7aebf560be4c0d3929b0369552c02c57affd4fe398fc5fa149 -SIZE (Validation-Class-7.900056.tar.gz) = 201812 +TIMESTAMP = 1633076321 +SHA256 (Validation-Class-7.900057.tar.gz) = 1e86c5d0c76a9241088c91909517ee73e50b059d195049125de8b243f6f8077f +SIZE (Validation-Class-7.900057.tar.gz) = 200397 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 09:00:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DA3C76A9056; Fri, 1 Oct 2021 09:00:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLPGF5kfcz3NGX; Fri, 1 Oct 2021 09:00:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A52A01C0F4; Fri, 1 Oct 2021 09:00:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19190bPG072661; Fri, 1 Oct 2021 09:00:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19190bWD072660; Fri, 1 Oct 2021 09:00:37 GMT (envelope-from git) Date: Fri, 1 Oct 2021 09:00:37 GMT Message-Id: <202110010900.19190bWD072660@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 81cd084e2b26 - main - editors/o: Update 2.43.1 -> 2.44.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 81cd084e2b26d30b5e16e552e75a862b4fc494f7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 09:00:37 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=81cd084e2b26d30b5e16e552e75a862b4fc494f7 commit 81cd084e2b26d30b5e16e552e75a862b4fc494f7 Author: Yuri Victorovich AuthorDate: 2021-10-01 07:32:39 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-01 08:59:25 +0000 editors/o: Update 2.43.1 -> 2.44.1 Reported by: portscout --- editors/o/Makefile | 17 +++++++++-------- editors/o/distinfo | 34 +++++++++++++++++----------------- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/editors/o/Makefile b/editors/o/Makefile index 12a7e20aa655..a8bde9f9749e 100644 --- a/editors/o/Makefile +++ b/editors/o/Makefile @@ -1,5 +1,6 @@ PORTNAME= o -DISTVERSION= 2.43.1 +DISTVERSIONPREFIX= v +DISTVERSION= 2.44.1 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org @@ -14,20 +15,20 @@ USE_GITHUB= yes GH_ACCOUNT= xyproto GH_TUPLE= \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ - golang:sys:1e6c022a8912:golang_sys/vendor/golang.org/x/sys \ + golang:sys:39ccf1dd6fa6:golang_sys/vendor/golang.org/x/sys \ jung-kurt:gofpdf:v1.16.2:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \ - mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.13:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ + mattn:go-colorable:v0.1.11:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \ - pkg:term:v1.2.0-beta.2:pkg_term/vendor/github.com/pkg/term \ + pkg:term:f749b98bd0ba:pkg_term/vendor/github.com/pkg/term \ sourcegraph:annotate:f4cad6c6324d:sourcegraph_annotate/vendor/github.com/sourcegraph/annotate \ - xyproto:benchmarked:v0.1.0:xyproto_benchmarked/vendor/github.com/xyproto/benchmarked \ + xyproto:benchmarked:v0.3.0:xyproto_benchmarked/vendor/github.com/xyproto/benchmarked \ xyproto:env:v1.1.0:xyproto_env/vendor/github.com/xyproto/env \ xyproto:guessica:v1.1.0:xyproto_guessica/vendor/github.com/xyproto/guessica \ - xyproto:syntax:v1.7.3:xyproto_syntax/vendor/github.com/xyproto/syntax \ + xyproto:syntax:v1.8.0:xyproto_syntax/vendor/github.com/xyproto/syntax \ xyproto:termtitle:v1.3.0:xyproto_termtitle/vendor/github.com/xyproto/termtitle \ xyproto:textoutput:b3f0f5b63cef:xyproto_textoutput/vendor/github.com/xyproto/textoutput \ - xyproto:vt100:v1.9.5:xyproto_vt100/vendor/github.com/xyproto/vt100 + xyproto:vt100:v1.9.8:xyproto_vt100/vendor/github.com/xyproto/vt100 PLIST_FILES= bin/o diff --git a/editors/o/distinfo b/editors/o/distinfo index 2e09480f840c..9c73ee631217 100644 --- a/editors/o/distinfo +++ b/editors/o/distinfo @@ -1,33 +1,33 @@ -TIMESTAMP = 1629821073 -SHA256 (xyproto-o-2.43.1_GH0.tar.gz) = 10289e6e7dd442d09d9365db456fc67f1231e0212220804eef995fb80aa05486 -SIZE (xyproto-o-2.43.1_GH0.tar.gz) = 1238712 +TIMESTAMP = 1633073460 +SHA256 (xyproto-o-v2.44.1_GH0.tar.gz) = 76c6f435e92f6c56074ca50a7a16dc230668bf5d61cc7ec03a3a054ac581f5fb +SIZE (xyproto-o-v2.44.1_GH0.tar.gz) = 1405501 SHA256 (atotto-clipboard-v0.1.4_GH0.tar.gz) = cafd64dc78f293c1e774386186f3f817461a1a8940ef86d5d9e9524b58aa791e SIZE (atotto-clipboard-v0.1.4_GH0.tar.gz) = 5017 -SHA256 (golang-sys-1e6c022a8912_GH0.tar.gz) = 982b943504564186e1baf141b89e7f6a4f4b51a822268322deacace39b35c486 -SIZE (golang-sys-1e6c022a8912_GH0.tar.gz) = 1203791 +SHA256 (golang-sys-39ccf1dd6fa6_GH0.tar.gz) = 91b6b5c8e7793ebdcbdf014bc1695bbcf1ea171abdcdb56ca0b3f4a9bc3f60ee +SIZE (golang-sys-39ccf1dd6fa6_GH0.tar.gz) = 1211355 SHA256 (jung-kurt-gofpdf-v1.16.2_GH0.tar.gz) = a3139d090d12a13d7020dfbe2097c53f7ba6fa529d72531f600b799aed6375d6 SIZE (jung-kurt-gofpdf-v1.16.2_GH0.tar.gz) = 2795841 -SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f -SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 -SHA256 (mattn-go-isatty-v0.0.13_GH0.tar.gz) = d25318d3c4e174e1ffb5d90c9d3e6887cc050f76e403b7b3d6163f4338fac952 -SIZE (mattn-go-isatty-v0.0.13_GH0.tar.gz) = 4440 +SHA256 (mattn-go-colorable-v0.1.11_GH0.tar.gz) = b88eae3c846d3c9bee375bfb72b535b726755a06d8e972c937820aba45d2f5e0 +SIZE (mattn-go-colorable-v0.1.11_GH0.tar.gz) = 9800 +SHA256 (mattn-go-isatty-v0.0.14_GH0.tar.gz) = e6460325edf600297cf2ef68834938fb1c5b8d5f234b3b24ec7c0a29a2d70b39 +SIZE (mattn-go-isatty-v0.0.14_GH0.tar.gz) = 4710 SHA256 (mgutz-ansi-d51e80ef957d_GH0.tar.gz) = 91cc2a4b9179dca81b3169ad32d4ef854d043c268251abf9a004bf7606fe3222 SIZE (mgutz-ansi-d51e80ef957d_GH0.tar.gz) = 5097 -SHA256 (pkg-term-v1.2.0-beta.2_GH0.tar.gz) = 7ec33e2b31f188923104d3edbecc4362f6d321354a178e4e4e49d1bfc5075e45 -SIZE (pkg-term-v1.2.0-beta.2_GH0.tar.gz) = 11330 +SHA256 (pkg-term-f749b98bd0ba_GH0.tar.gz) = 4ddad094a6359aeac966c419e7da644dec5deaf4f3d572923d1d6f8e2dcb338f +SIZE (pkg-term-f749b98bd0ba_GH0.tar.gz) = 11337 SHA256 (sourcegraph-annotate-f4cad6c6324d_GH0.tar.gz) = 9586ee91b45741f018ac91993dcf794283150aac952e10f965d4daa7c4bdd95f SIZE (sourcegraph-annotate-f4cad6c6324d_GH0.tar.gz) = 5960 -SHA256 (xyproto-benchmarked-v0.1.0_GH0.tar.gz) = bc05f4b34e8890ed0ef93d9321a5a182ce47912c4ff071c5fcc01eec408094a6 -SIZE (xyproto-benchmarked-v0.1.0_GH0.tar.gz) = 3350 +SHA256 (xyproto-benchmarked-v0.3.0_GH0.tar.gz) = 372c3fe9aabbb5010aaa69a9dad9e332f1ef17bb4e5bec5e162420b664122d9e +SIZE (xyproto-benchmarked-v0.3.0_GH0.tar.gz) = 6534 SHA256 (xyproto-env-v1.1.0_GH0.tar.gz) = 2d0294bce81021b94679d903f23512cadbac82426344b25d9f190aca1d2a41fa SIZE (xyproto-env-v1.1.0_GH0.tar.gz) = 2439 SHA256 (xyproto-guessica-v1.1.0_GH0.tar.gz) = 55d829c4e4443df36e9f4024d99e485d8c7cd4ef046f1188c4adff1d9ed53710 SIZE (xyproto-guessica-v1.1.0_GH0.tar.gz) = 907138 -SHA256 (xyproto-syntax-v1.7.3_GH0.tar.gz) = 46bdee0ae307be384d8ba95abe7b57e813a7fe79eb5d2b115304cc1a69cfd0ad -SIZE (xyproto-syntax-v1.7.3_GH0.tar.gz) = 782841 +SHA256 (xyproto-syntax-v1.8.0_GH0.tar.gz) = 4755e86f552c96e0699c225f17fca6f632eb63664632105307c857c4336d90b1 +SIZE (xyproto-syntax-v1.8.0_GH0.tar.gz) = 853152 SHA256 (xyproto-termtitle-v1.3.0_GH0.tar.gz) = e16460265067ef7ffd1ad967d00443d18331eaf372461698477c9e55e0c6d446 SIZE (xyproto-termtitle-v1.3.0_GH0.tar.gz) = 4121 SHA256 (xyproto-textoutput-b3f0f5b63cef_GH0.tar.gz) = bba158b410c4ec6bea2f9f27ed418c6a84753ad5869e31a2bb16ffba816cee30 SIZE (xyproto-textoutput-b3f0f5b63cef_GH0.tar.gz) = 858674 -SHA256 (xyproto-vt100-v1.9.5_GH0.tar.gz) = e32199429292e1e21296c2d43d0e6f4d9240f38bdec9f9867e6bb902279be658 -SIZE (xyproto-vt100-v1.9.5_GH0.tar.gz) = 986912 +SHA256 (xyproto-vt100-v1.9.8_GH0.tar.gz) = 2769a5bb65989c1d49b91cf0f0d1bda3c41fe428cee896b394ff85d9761877fd +SIZE (xyproto-vt100-v1.9.8_GH0.tar.gz) = 994189 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 09:00:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 198A56A92ED; Fri, 1 Oct 2021 09:00:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLPGG6zv2z3N9p; Fri, 1 Oct 2021 09:00:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D11B21C0F5; Fri, 1 Oct 2021 09:00:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19190cRH072690; Fri, 1 Oct 2021 09:00:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19190cue072689; Fri, 1 Oct 2021 09:00:38 GMT (envelope-from git) Date: Fri, 1 Oct 2021 09:00:38 GMT Message-Id: <202110010900.19190cue072689@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: c1945ff2eb4c - main - math/rumur: Update 2020.12.20 -> 2021.09.29 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c1945ff2eb4c29dac155a82a3bd79c782141bfc5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 09:00:39 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1945ff2eb4c29dac155a82a3bd79c782141bfc5 commit c1945ff2eb4c29dac155a82a3bd79c782141bfc5 Author: Yuri Victorovich AuthorDate: 2021-10-01 08:47:28 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-01 08:59:32 +0000 math/rumur: Update 2020.12.20 -> 2021.09.29 --- math/rumur/Makefile | 2 +- math/rumur/distinfo | 6 +++--- math/rumur/pkg-plist | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/math/rumur/Makefile b/math/rumur/Makefile index 0947841cbe39..b3697ddd2330 100644 --- a/math/rumur/Makefile +++ b/math/rumur/Makefile @@ -1,6 +1,6 @@ PORTNAME= rumur DISTVERSIONPREFIX= v -DISTVERSION= 2020.12.20 +DISTVERSION= 2021.09.29 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/rumur/distinfo b/math/rumur/distinfo index 7b8f2735010a..b25e081a773f 100644 --- a/math/rumur/distinfo +++ b/math/rumur/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608844484 -SHA256 (Smattr-rumur-v2020.12.20_GH0.tar.gz) = 0d9a4c202b2b6f4cbd8179e7a9993e13ee81eda0cb04b7ab0f46248980d26c77 -SIZE (Smattr-rumur-v2020.12.20_GH0.tar.gz) = 299922 +TIMESTAMP = 1633073535 +SHA256 (Smattr-rumur-v2021.09.29_GH0.tar.gz) = e61eb820375168955da24dd29e03033991695606263fe040566d20158c3c8cde +SIZE (Smattr-rumur-v2021.09.29_GH0.tar.gz) = 313520 diff --git a/math/rumur/pkg-plist b/math/rumur/pkg-plist index c51bcb8e105d..de20b0954cca 100644 --- a/math/rumur/pkg-plist +++ b/math/rumur/pkg-plist @@ -1,5 +1,6 @@ bin/murphi2c bin/murphi2murphi +bin/murphi2uclid bin/murphi2xml bin/rumur bin/rumur-run @@ -24,8 +25,9 @@ include/rumur/parse.h include/rumur/parser.yy.hh include/rumur/position.hh include/rumur/resolve-symbols.h -include/rumur/rumur.h include/rumur/rumur-get-version.h +include/rumur/rumur.h +include/rumur/sanitise_rule_names.h include/rumur/scanner.h include/rumur/stack.hh include/rumur/traverse.h @@ -33,6 +35,7 @@ include/rumur/validate.h lib/librumur.so man/man1/murphi2c.1.gz man/man1/murphi2murphi.1.gz +man/man1/murphi2uclid.1.gz man/man1/murphi2xml.1.gz man/man1/rumur-run.1.gz man/man1/rumur.1.gz From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 10:36:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 507656ABF0C; Fri, 1 Oct 2021 10:36:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLRNS05ZVz3kt2; Fri, 1 Oct 2021 10:36:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D33131E019; Fri, 1 Oct 2021 10:36:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191Aa78H096608; Fri, 1 Oct 2021 10:36:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191Aa7qV096607; Fri, 1 Oct 2021 10:36:07 GMT (envelope-from git) Date: Fri, 1 Oct 2021 10:36:07 GMT Message-Id: <202110011036.191Aa7qV096607@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: a79bfc515867 - main - graphics/librsvg2-rust: fix build on big-endian MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a79bfc5158678afcd04177d26c327b8af57745f1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 10:36:08 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a79bfc5158678afcd04177d26c327b8af57745f1 commit a79bfc5158678afcd04177d26c327b8af57745f1 Author: Piotr Kubaj AuthorDate: 2021-10-01 10:28:25 +0000 Commit: Piotr Kubaj CommitDate: 2021-10-01 10:28:25 +0000 graphics/librsvg2-rust: fix build on big-endian patch-vendor_crossbeam-* patches are necessary on powerpc. They may be removed after Rust 1.56.0 is released, upstream for crossbeam* crates regenerates no_atomic.rs and those changes flow into ports. Same for the patch for builtns.rs (except that it also affects powerpc64le which is already in the upstream cfg_expr crate, but powerpc has not yet landed there). To fix build generally on big-endian (so powerpc and powerpc64 at the moment), merging https://gitlab.gnome.org/GNOME/librsvg/-/commit/92df18a3faf80c1d6d35899d9a5d22c74adfb8f8 is also necessary. --- graphics/librsvg2-rust/Makefile | 3 +++ graphics/librsvg2-rust/distinfo | 4 ++- .../patch-vendor_cfg-expr_src_targets_builtins.rs | 31 +++++++++++++++++----- .../patch-vendor_crossbeam-epoch_no__atomic.rs | 10 +++++++ .../patch-vendor_crossbeam-utils_no__atomic.rs | 10 +++++++ 5 files changed, 50 insertions(+), 8 deletions(-) diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index efced9676ac0..1b8b19ca27af 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -7,6 +7,9 @@ MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust DIST_SUBDIR= gnome2 +PATCH_SITES= https://gitlab.gnome.org/GNOME/librsvg/-/commit/ +PATCHFILES= 92df18a3faf80c1d6d35899d9a5d22c74adfb8f8.patch:-p1 + MAINTAINER= desktop@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files diff --git a/graphics/librsvg2-rust/distinfo b/graphics/librsvg2-rust/distinfo index 5fdea4e9dcbd..8bcbb85704c0 100644 --- a/graphics/librsvg2-rust/distinfo +++ b/graphics/librsvg2-rust/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1631578579 +TIMESTAMP = 1633082129 SHA256 (gnome2/librsvg-2.52.0.tar.xz) = bd821fb3e16494b61f5185addd23b726b064f203122b3ab4b3d5d7a44e6bf393 SIZE (gnome2/librsvg-2.52.0.tar.xz) = 23196792 +SHA256 (gnome2/92df18a3faf80c1d6d35899d9a5d22c74adfb8f8.patch) = 0fcdd9f890b93e0128bd2fd948ffbffdaa7fe888ba4ce066e14e4cc50d5444f4 +SIZE (gnome2/92df18a3faf80c1d6d35899d9a5d22c74adfb8f8.patch) = 10895 diff --git a/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs b/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs index 598b258fd972..f1104339f794 100644 --- a/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs +++ b/graphics/librsvg2-rust/files/patch-vendor_cfg-expr_src_targets_builtins.rs @@ -1,11 +1,30 @@ https://github.com/EmbarkStudios/cfg-expr/commit/f8c59a8dccd0 ---- vendor/cfg-expr/src/targets/builtins.rs.orig 2021-09-30 14:33:28 UTC +--- vendor/cfg-expr/src/targets/builtins.rs.orig 2021-09-16 01:15:26 UTC +++ vendor/cfg-expr/src/targets/builtins.rs -@@ -1004,6 +1004,16 @@ pub const ALL_BUILTINS: &[TargetInfo<'static>] = &[ - endian: Endian::big, +@@ -894,6 +894,16 @@ pub const ALL_BUILTINS: &[TargetInfo<'static>] = &[ + endian: Endian::little, }, TargetInfo { ++ triple: "powerpc-unknown-freebsd", ++ os: Some(Os::freebsd), ++ arch: Arch::powerpc, ++ env: None, ++ vendor: Some(Vendor::unknown), ++ family: Some(Family::unix), ++ pointer_width: 32, ++ endian: Endian::big, ++ }, ++ TargetInfo { + triple: "powerpc-unknown-linux-gnu", + os: Some(Os::linux), + arch: Arch::powerpc, +@@ -1002,6 +1012,16 @@ pub const ALL_BUILTINS: &[TargetInfo<'static>] = &[ + family: Some(Family::unix), + pointer_width: 64, + endian: Endian::big, ++ }, ++ TargetInfo { + triple: "powerpc64le-unknown-freebsd", + os: Some(Os::freebsd), + arch: Arch::powerpc64, @@ -14,8 +33,6 @@ https://github.com/EmbarkStudios/cfg-expr/commit/f8c59a8dccd0 + family: Some(Family::unix), + pointer_width: 64, + endian: Endian::little, -+ }, -+ TargetInfo { + }, + TargetInfo { triple: "powerpc64le-unknown-linux-gnu", - os: Some(Os::linux), - arch: Arch::powerpc64, diff --git a/graphics/librsvg2-rust/files/patch-vendor_crossbeam-epoch_no__atomic.rs b/graphics/librsvg2-rust/files/patch-vendor_crossbeam-epoch_no__atomic.rs new file mode 100644 index 000000000000..cd51b49c1721 --- /dev/null +++ b/graphics/librsvg2-rust/files/patch-vendor_crossbeam-epoch_no__atomic.rs @@ -0,0 +1,10 @@ +--- vendor/crossbeam-epoch/no_atomic.rs.orig 2021-09-16 01:15:26 UTC ++++ vendor/crossbeam-epoch/no_atomic.rs +@@ -30,6 +30,7 @@ const NO_ATOMIC_64: &[&str] = &[ + "mipsel-unknown-none", + "mipsisa32r6-unknown-linux-gnu", + "mipsisa32r6el-unknown-linux-gnu", ++ "powerpc-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "powerpc-unknown-linux-gnuspe", + "powerpc-unknown-linux-musl", diff --git a/graphics/librsvg2-rust/files/patch-vendor_crossbeam-utils_no__atomic.rs b/graphics/librsvg2-rust/files/patch-vendor_crossbeam-utils_no__atomic.rs new file mode 100644 index 000000000000..d538925727c1 --- /dev/null +++ b/graphics/librsvg2-rust/files/patch-vendor_crossbeam-utils_no__atomic.rs @@ -0,0 +1,10 @@ +--- vendor/crossbeam-utils/no_atomic.rs.orig 2021-09-16 01:15:26 UTC ++++ vendor/crossbeam-utils/no_atomic.rs +@@ -30,6 +30,7 @@ const NO_ATOMIC_64: &[&str] = &[ + "mipsel-unknown-none", + "mipsisa32r6-unknown-linux-gnu", + "mipsisa32r6el-unknown-linux-gnu", ++ "powerpc-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "powerpc-unknown-linux-gnuspe", + "powerpc-unknown-linux-musl", From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 11:18:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D1AA36ACE65; Fri, 1 Oct 2021 11:18:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLSKQ45Whz3nHk; Fri, 1 Oct 2021 11:18:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 691131E4B3; Fri, 1 Oct 2021 11:18:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191BIYuw050328; Fri, 1 Oct 2021 11:18:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191BIY63050327; Fri, 1 Oct 2021 11:18:34 GMT (envelope-from git) Date: Fri, 1 Oct 2021 11:18:34 GMT Message-Id: <202110011118.191BIY63050327@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Michael Gmelin Subject: git: 21ddc093a48b - main - devel/arcanist-lib: Use Mozilla root CA bundle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: grembo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 21ddc093a48b642a6a0c533069ed2118d0cdd066 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 11:18:34 -0000 The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=21ddc093a48b642a6a0c533069ed2118d0cdd066 commit 21ddc093a48b642a6a0c533069ed2118d0cdd066 Author: Michael Gmelin AuthorDate: 2021-10-01 11:03:43 +0000 Commit: Michael Gmelin CommitDate: 2021-10-01 11:17:28 +0000 devel/arcanist-lib: Use Mozilla root CA bundle This fixes problems with Let's Encrypt certificates after the R3 Let's Encrypt intermediate CA expired. Arcanist uses its own certificate bundle by default (default.pem), overriding curl's default, unless curl.cainfo is set explicitly. The port now replaces this custom bundle with a symlink to Mozilla's root CA bundle as installed by security/ca_root_nss. PR: 258824 Reported by: yasu --- devel/arcanist-lib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index b73e2d8f8a7d..7344c35a2d3d 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -1,5 +1,6 @@ PORTNAME?= arcanist PORTVERSION?= 20210113 +PORTREVISION?= 1 CATEGORIES?= devel PKGNAMESUFFIX= ${SLAVE_PKGNAMESUFFIX}${PHP_PKGNAMESUFFIX} @@ -36,6 +37,8 @@ PLIST= ${.CURDIR}/pkg-plist .if ${SLAVEPORT} == lib SLAVE_PKGNAMESUFFIX= -${SLAVEPORT} +RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss + OPTIONS_DEFINE= ENCODINGS OPTIONS_DEFAULT=ENCODINGS ENCODINGS_DESC= Support for encodings other than utf-8 @@ -78,6 +81,8 @@ do-install: @${REINPLACE_CMD} \ 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' \ ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/src/workflow/ArcanistAnoidWorkflow.php + ${LN} -sf ${LOCALBASE}/share/certs/ca-root-nss.crt \ + ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/resources/ssl/default.pem ${RLN} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/support/shell/hooks/bash-completion.sh \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/arc ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/bin/arc shell-complete --generate From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 11:57:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 916716AD9B1; Fri, 1 Oct 2021 11:57:39 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLTBV50cYz3qTl; Fri, 1 Oct 2021 11:57:38 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 4D3B7EDFE8; Fri, 1 Oct 2021 13:57:34 +0200 (CEST) Date: Fri, 1 Oct 2021 13:57:32 +0200 From: Piotr Kubaj To: Jan Beich Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: fc75da3a3b2a - main - graphics/libjxl: fix build on powerpc64* Message-ID: References: <202109301550.18UFoo8j096475__2724.79643333412$1633017067$gmane$org@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fYWMURoXTPITeQXf" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4HLTBV50cYz3qTl X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.40 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[pkubaj]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; MID_RHS_NOT_FQDN(0.50)[]; ARC_NA(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:46.248.190.61]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[anongoth.pl,reject]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 11:57:39 -0000 --fYWMURoXTPITeQXf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable https://github.com/libjxl/libjxl/issues/677 On 21-10-01 09:24:31, Jan Beich wrote: > Piotr Kubaj writes: >=20 > > On 21-09-30 21:50:21, Jan Beich wrote: > >> Piotr Kubaj writes: > >>=20 > >> > The include in cpu.cc is not actually necessary, so I did not in= clude anything for FreeBSD. > >> [...] > >> > +--- tools/cpu/cpu.cc.orig 2021-09-30 15:38:45 UTC > >> > ++++ tools/cpu/cpu.cc > >> > +@@ -19,7 +19,9 @@ > >> > + #endif > >> > +=20 > >> > + #if JXL_ARCH_PPC > >> > +-#include // __ppc_get_timebase_freq > >> > ++#if linux > >> > ++#include // NOLINT __ppc_get_timebase_freq > >> > ++#endif > >> > + #endif > >>=20 > >> Can you file a bug via https://github.com/libjxl/libjxl/issues/new ? > >> That include is probably unused even on Linux after 5175d11717f3 > >> removed __ppc_get_timebase_freq. > >>=20 > >> Note, if you can't sign Google CLA don't submit a fix. Otherwise, upst= ream > >> will refuse to read the rationale (PR description), let alone the patc= h e.g., > >> https://github.com/libjxl/libjxl/pull/193 > > > > No, I don't have a Google account. >=20 > It's not necessary for filing a bug. Doing so on your behalf is > complicated by not having powerpc64 hardware to verify fixes proposed > upstream and not having an error log/excerpt for upstream to better > understand what needs to be changed. >=20 > Outside of CLA upstream is very helpful. FreeBSD is officially supported > (see JXL_OS_FREEBSD) and fixed timely e.g., > https://gitlab.com/wg1/jpeg-xl/-/issues/65 > https://gitlab.com/wg1/jpeg-xl/-/issues/66 --=20 --fYWMURoXTPITeQXf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmFW96wACgkQelmbhSCD nJ1A/g//ULyL6uR8fJuo2jZIOTuhsIClOhCZYFrXACfAwuFCqylzdw3xidW2vHY0 j0mSe7QxPlcKgbw1f6O2f7e4yX3XcWGRgkg4HIw3pz5vSw68xerwLMCHQOi0nHB3 eKv10+FQzHaIPav651XSjVnX4qjnfUnZuScLyeGf5Lqj1dXDfMMrx7dRJlPJdSB+ 9ALBY4BUQdOan9+C0lTrBOfesq7ZhfGfhuQQKaj5ktzoVWBIvnmLyPCrb0ReiCDe KSKDMd06KnPNCJU8Dms9ylvKLKU2ZQTNaFyImPhxnAavn0s4kPfTFKo/qOyHDBUs P37Co+qO+N44J2qlx4H5XKEnWwm8Tbvm0C7Be4tOnGwhO5Grx3YVUJhgzMtktWJp RnwJE/pk68dxqlKG7BXfPn+2CzhNjAxk5qToSlsoJjlNVfhpOvyhwAxKF8E11dfQ I0DrO2FU5sATJ2nW9fdxI+iKyl73QeawVMYab2+nZre5Zu3XCmXfaDS0IvQSA6kh IC85fWmjKNeUe+fPOfGvmk4ZKZtdm7sHZd4LsSGr2E8FQy9npLFYRJi/bOyLqi0L /3niYVXigJAS73YCUsOHVbPLmty72zNONzUUFhsgkKRrZWqRV/8G17d1nujRZZ9l E240evkHFUQm+Bc2K4kOX2/5aI4IkSvml1yjNmyFiGNAEj6NcRg= =VPaz -----END PGP SIGNATURE----- --fYWMURoXTPITeQXf-- From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 12:00:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E0456AD9FE; Fri, 1 Oct 2021 12:00:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLTGJ1VTbz3qmh; Fri, 1 Oct 2021 12:00:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 137A41F197; Fri, 1 Oct 2021 12:00:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191C0td7012139; Fri, 1 Oct 2021 12:00:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191C0tnN012138; Fri, 1 Oct 2021 12:00:55 GMT (envelope-from git) Date: Fri, 1 Oct 2021 12:00:55 GMT Message-Id: <202110011200.191C0tnN012138@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: a11f527a6736 - main - devel/R-cran-caret: Update to 6.0-89 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a11f527a67366760a417a96aefd4b4acf11db3ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 12:00:56 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=a11f527a67366760a417a96aefd4b4acf11db3ca commit a11f527a67366760a417a96aefd4b4acf11db3ca Author: TAKATSU Tomonari AuthorDate: 2021-10-01 04:09:26 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-10-01 11:55:59 +0000 devel/R-cran-caret: Update to 6.0-89 --- devel/R-cran-caret/Makefile | 11 ++++++----- devel/R-cran-caret/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devel/R-cran-caret/Makefile b/devel/R-cran-caret/Makefile index 3bbdb98219b9..8d866b33adc7 100644 --- a/devel/R-cran-caret/Makefile +++ b/devel/R-cran-caret/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= caret -DISTVERSION= 6.0-88 +DISTVERSION= 6.0-89 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,13 +11,14 @@ COMMENT= Classification and Regression Training LICENSE= GPLv2+ CRAN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ + R-cran-e1071>0:science/R-cran-e1071 \ R-cran-foreach>0:devel/R-cran-foreach \ - R-cran-plyr>0:devel/R-cran-plyr \ R-cran-ModelMetrics>=1.2.2.2:devel/R-cran-ModelMetrics \ - R-cran-reshape2>0:devel/R-cran-reshape2 \ + R-cran-plyr>0:devel/R-cran-plyr \ + R-cran-pROC>0:graphics/R-cran-pROC \ R-cran-recipes>=0.1.10:math/R-cran-recipes \ - R-cran-withr>=2.0.0:devel/R-cran-withr \ - R-cran-pROC>0:graphics/R-cran-pROC + R-cran-reshape2>0:devel/R-cran-reshape2 \ + R-cran-withr>=2.0.0:devel/R-cran-withr BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/devel/R-cran-caret/distinfo b/devel/R-cran-caret/distinfo index 8b6e10d6b89d..a336750a5218 100644 --- a/devel/R-cran-caret/distinfo +++ b/devel/R-cran-caret/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621164143 -SHA256 (caret_6.0-88.tar.gz) = fa10d1600b3cce51ee8c64a39281f685eb843120b15e0dd0954623aea1f78c9c -SIZE (caret_6.0-88.tar.gz) = 5302728 +TIMESTAMP = 1633061354 +SHA256 (caret_6.0-89.tar.gz) = 043b602360a6434f6e61e13ea8483f894f818d9f6e52d4a721e2ed5007612221 +SIZE (caret_6.0-89.tar.gz) = 5303572 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 12:43:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 41F396AEA85; Fri, 1 Oct 2021 12:43:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVCw1KCDz3sdT; Fri, 1 Oct 2021 12:43:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f51.google.com with SMTP id m3so37816360lfu.2; Fri, 01 Oct 2021 05:43:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5AONB0DKeCyQnlM29GwQTuC574/ogIzxFYzExDY93WU=; b=g4N843JMHZrxctUh6j5Gl5SvUcy3j9QhctSd4/i8yHn57+CCXFgTfT90FjOnlhQ++7 2k/2Z885CCHBKz62UGe6RXNzYNBUixmqYPtWnhKsuShpfe99E76UZnDksLqXNEmte7hN qFNfy6bbekZOfdkaSY2w8seOG8G7CWsqJQZUYsAuAYQeLobY6cebYNV5Glq0vwHYjeEd DkdrOZGjP6/9bA7QllrxiUOh574e69tMwsgwORoKpZ6p/YEtIKVKKt9vXZ2RAWzSJhtZ 8wqutdcJpcD/BsDe4pH9o8nMU+B8iJxhW8tkB35fgwzVEd8hPXNnZaadOwrPw3V7J53y XzVg== X-Gm-Message-State: AOAM532KovRocXe0mZ5L3o6Owc3sYE03v3mIklB2MOw8o2h6R9HlVDnu cWsCvCUzipGHCjTtxviY86J4ok9BNeIh9UjsKQ8VzMYFexM= X-Google-Smtp-Source: ABdhPJxgsoeftHl3/iaNOMDNxGVvH7I5pvz4Ok5LL399VN1WsR4a8vm3LDDaDEAtM46miuoKMAHVtBSuAM3lCfa6zXE= X-Received: by 2002:a2e:54e:: with SMTP id 75mr11895876ljf.116.1633092228703; Fri, 01 Oct 2021 05:43:48 -0700 (PDT) MIME-Version: 1.0 References: <202109302127.18ULReMj041856@gitrepo.freebsd.org> In-Reply-To: <202109302127.18ULReMj041856@gitrepo.freebsd.org> From: Antoine Brodin Date: Fri, 1 Oct 2021 14:43:38 +0200 Message-ID: Subject: Re: git: 620968a43a5f - main - cleanup: drop support for EOL FreeBSD 11.X To: Rene Ladan Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4HLVCw1KCDz3sdT X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 12:43:56 -0000 On Thu, Sep 30, 2021 at 11:27 PM Rene Ladan wrote: > > The branch main has been updated by rene: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=620968a43a5f9bb3fa98ab20f257a4c0d864caa7 > > commit 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 > Author: Rene Ladan > AuthorDate: 2021-09-11 14:57:58 +0000 > Commit: Rene Ladan > CommitDate: 2021-09-30 21:23:30 +0000 > > cleanup: drop support for EOL FreeBSD 11.X > > Search criteria used: > - 11.4 > - OSREL* > - OSVER* > - *_FreeBSD_11 Hi, This broke x11/wayland-logout on FreeBSD 12.2 Antoine From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 12:51:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A57A6AEA95; Fri, 1 Oct 2021 12:51:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVNb2PH7z3tlL; Fri, 1 Oct 2021 12:51:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32AB81F9C9; Fri, 1 Oct 2021 12:51:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191CpRjP078390; Fri, 1 Oct 2021 12:51:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191CpRoO078389; Fri, 1 Oct 2021 12:51:27 GMT (envelope-from git) Date: Fri, 1 Oct 2021 12:51:27 GMT Message-Id: <202110011251.191CpRoO078389@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mikael Urankar Subject: git: d42ca861c935 - main - editors/kak-lsp: Update to 11.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d42ca861c9358420081927323f733d53661917fd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 12:51:27 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=d42ca861c9358420081927323f733d53661917fd commit d42ca861c9358420081927323f733d53661917fd Author: Mikael Urankar AuthorDate: 2021-09-30 15:46:46 +0000 Commit: Mikael Urankar CommitDate: 2021-10-01 12:51:03 +0000 editors/kak-lsp: Update to 11.0.1 Changes: https://github.com/kak-lsp/kak-lsp/releases/tag/v11.0.1 --- editors/kak-lsp/Makefile | 143 ++++++++++-------- editors/kak-lsp/distinfo | 286 ++++++++++++++++++++---------------- editors/kak-lsp/files/patch-powerpc | 62 -------- 3 files changed, 241 insertions(+), 250 deletions(-) diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile index 90e3fc8d237e..a2f3826c0bdf 100644 --- a/editors/kak-lsp/Makefile +++ b/editors/kak-lsp/Makefile @@ -1,7 +1,6 @@ PORTNAME= kak-lsp DISTVERSIONPREFIX= v -DISTVERSION= 11.0.0 -PORTREVISION= 1 +DISTVERSION= 11.0.1 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org @@ -17,103 +16,121 @@ USE_GITHUB= yes GH_ACCOUNT= ul CARGO_CRATES= adler32-1.2.0 \ - aho-corasick-0.7.15 \ + aho-corasick-0.7.18 \ ansi_term-0.11.0 \ - arc-swap-1.2.0 \ - arrayref-0.3.6 \ - arrayvec-0.5.2 \ + arc-swap-1.3.2 \ atty-0.2.14 \ autocfg-1.0.1 \ - base64-0.13.0 \ - bitflags-1.2.1 \ - blake2b_simd-0.5.11 \ + bitflags-1.3.2 \ boxfnonce-0.1.1 \ + bumpalo-3.7.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ - constant_time_eq-0.1.5 \ crc32fast-1.2.1 \ - crossbeam-channel-0.4.4 \ - crossbeam-channel-0.5.0 \ - crossbeam-utils-0.7.2 \ - crossbeam-utils-0.8.1 \ + crossbeam-channel-0.5.1 \ + crossbeam-utils-0.8.5 \ daemonize-0.4.1 \ dirs-2.0.2 \ - dirs-sys-0.3.5 \ + dirs-next-2.0.0 \ + dirs-sys-0.3.6 \ + dirs-sys-next-0.1.2 \ either-1.6.1 \ enum_primitive-0.1.1 \ - form_urlencoded-1.0.0 \ - futures-0.1.30 \ - getrandom-0.1.16 \ + form_urlencoded-1.0.1 \ + futures-0.3.17 \ + futures-channel-0.3.17 \ + futures-core-0.3.17 \ + futures-executor-0.3.17 \ + futures-io-0.3.17 \ + futures-macro-0.3.17 \ + futures-sink-0.3.17 \ + futures-task-0.3.17 \ + futures-util-0.3.17 \ + getopts-0.2.21 \ + getrandom-0.2.3 \ glob-0.3.0 \ - hermit-abi-0.1.18 \ - idna-0.2.0 \ - itertools-0.9.0 \ - itoa-0.4.7 \ - jsonrpc-core-14.2.0 \ + hermit-abi-0.1.19 \ + idna-0.2.3 \ + itertools-0.10.1 \ + itoa-0.4.8 \ + js-sys-0.3.54 \ + jsonrpc-core-18.0.0 \ lazy_static-1.4.0 \ - libc-0.2.85 \ - libflate-1.0.3 \ - libflate_lz77-1.0.0 \ + libc-0.2.101 \ + libflate-1.1.1 \ + libflate_lz77-1.1.0 \ log-0.4.14 \ - lsp-types-0.89.1 \ - matches-0.1.8 \ - maybe-uninit-2.0.0 \ - memchr-2.3.4 \ + lsp-types-0.89.2 \ + matches-0.1.9 \ + memchr-2.4.1 \ num-integer-0.1.44 \ num-traits-0.1.43 \ num-traits-0.2.14 \ - once_cell-1.5.2 \ + once_cell-1.8.0 \ percent-encoding-2.1.0 \ + pin-project-lite-0.2.7 \ + pin-utils-0.1.0 \ ppv-lite86-0.2.10 \ - proc-macro2-1.0.24 \ - quote-1.0.8 \ - rand-0.7.3 \ - rand_chacha-0.2.2 \ - rand_core-0.5.1 \ - rand_hc-0.2.0 \ - redox_syscall-0.1.57 \ - redox_users-0.3.5 \ - regex-1.4.3 \ - regex-syntax-0.6.22 \ + proc-macro-hack-0.5.19 \ + proc-macro-nested-0.1.7 \ + proc-macro2-1.0.29 \ + pulldown-cmark-0.8.0 \ + quote-1.0.9 \ + rand-0.8.4 \ + rand_chacha-0.3.1 \ + rand_core-0.6.3 \ + rand_hc-0.3.1 \ + redox_syscall-0.2.10 \ + redox_users-0.4.0 \ + regex-1.5.4 \ + regex-syntax-0.6.25 \ rle-decode-fast-1.0.1 \ - ropey-1.2.0 \ - rust-argon2-0.8.3 \ + ropey-1.3.1 \ + rustversion-1.0.5 \ ryu-1.0.5 \ - serde-1.0.123 \ - serde_derive-1.0.123 \ - serde_json-1.0.61 \ - serde_repr-0.1.6 \ + serde-1.0.130 \ + serde_derive-1.0.130 \ + serde_json-1.0.67 \ + serde_repr-0.1.7 \ + slab-0.4.4 \ slog-2.7.0 \ - slog-async-2.6.0 \ + slog-async-2.7.0 \ slog-kvfilter-0.7.0 \ slog-scope-4.4.0 \ slog-stdlog-4.1.0 \ - slog-term-2.6.0 \ - sloggers-1.0.1 \ + slog-term-2.8.0 \ + sloggers-2.0.2 \ smallvec-1.6.1 \ strsim-0.8.0 \ - syn-1.0.60 \ + syn-1.0.76 \ take_mut-0.2.2 \ - term-0.6.1 \ + term-0.7.0 \ textwrap-0.11.0 \ - thread_local-1.1.2 \ - time-0.1.44 \ - tinyvec-1.1.1 \ + thread_local-1.1.3 \ + time-0.1.43 \ + tinyvec-1.3.1 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ - trackable-1.0.0 \ + trackable-1.2.0 \ trackable_derive-1.0.0 \ - unicode-bidi-0.3.4 \ - unicode-normalization-0.1.16 \ + unicase-2.6.0 \ + unicode-bidi-0.3.6 \ + unicode-normalization-0.1.19 \ unicode-width-0.1.8 \ - unicode-xid-0.2.1 \ - url-2.2.0 \ + unicode-xid-0.2.2 \ + url-2.2.2 \ vec_map-0.8.2 \ - wasi-0.9.0+wasi-snapshot-preview1 \ - wasi-0.10.0+wasi-snapshot-preview1 \ - whoami-0.8.2 \ + version_check-0.9.3 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.77 \ + wasm-bindgen-backend-0.2.77 \ + wasm-bindgen-macro-0.2.77 \ + wasm-bindgen-macro-support-0.2.77 \ + wasm-bindgen-shared-0.2.77 \ + web-sys-0.3.54 \ + whoami-1.1.3 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 diff --git a/editors/kak-lsp/distinfo b/editors/kak-lsp/distinfo index f702a4e1ec23..198ff23f9e1c 100644 --- a/editors/kak-lsp/distinfo +++ b/editors/kak-lsp/distinfo @@ -1,28 +1,22 @@ -TIMESTAMP = 1630485511 +TIMESTAMP = 1632915909 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 -SHA256 (rust/crates/aho-corasick-0.7.15.crate) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 -SIZE (rust/crates/aho-corasick-0.7.15.crate) = 113071 +SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f +SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 -SHA256 (rust/crates/arc-swap-1.2.0.crate) = d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73 -SIZE (rust/crates/arc-swap-1.2.0.crate) = 62884 -SHA256 (rust/crates/arrayref-0.3.6.crate) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 -SIZE (rust/crates/arrayref-0.3.6.crate) = 10035 -SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b -SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 +SHA256 (rust/crates/arc-swap-1.3.2.crate) = b5ab7d9e73059c86c36473f459b52adbd99c3554a4fec492caef460806006f00 +SIZE (rust/crates/arc-swap-1.3.2.crate) = 64112 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 -SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd -SIZE (rust/crates/base64-0.13.0.crate) = 62070 -SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 -SHA256 (rust/crates/blake2b_simd-0.5.11.crate) = afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587 -SIZE (rust/crates/blake2b_simd-0.5.11.crate) = 34096 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/boxfnonce-0.1.1.crate) = 5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426 SIZE (rust/crates/boxfnonce-0.1.1.crate) = 9698 +SHA256 (rust/crates/bumpalo-3.7.0.crate) = 9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631 +SIZE (rust/crates/bumpalo-3.7.0.crate) = 134261 SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd @@ -31,175 +25,217 @@ SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9 SIZE (rust/crates/chrono-0.4.19.crate) = 155663 SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 SIZE (rust/crates/clap-2.33.3.crate) = 201925 -SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc -SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936 SHA256 (rust/crates/crc32fast-1.2.1.crate) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a SIZE (rust/crates/crc32fast-1.2.1.crate) = 38172 -SHA256 (rust/crates/crossbeam-channel-0.4.4.crate) = b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87 -SIZE (rust/crates/crossbeam-channel-0.4.4.crate) = 86868 -SHA256 (rust/crates/crossbeam-channel-0.5.0.crate) = dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775 -SIZE (rust/crates/crossbeam-channel-0.5.0.crate) = 86811 -SHA256 (rust/crates/crossbeam-utils-0.7.2.crate) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.crate) = 34338 -SHA256 (rust/crates/crossbeam-utils-0.8.1.crate) = 02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d -SIZE (rust/crates/crossbeam-utils-0.8.1.crate) = 35914 +SHA256 (rust/crates/crossbeam-channel-0.5.1.crate) = 06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4 +SIZE (rust/crates/crossbeam-channel-0.5.1.crate) = 86919 +SHA256 (rust/crates/crossbeam-utils-0.8.5.crate) = d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db +SIZE (rust/crates/crossbeam-utils-0.8.5.crate) = 38414 SHA256 (rust/crates/daemonize-0.4.1.crate) = 70c24513e34f53b640819f0ac9f705b673fcf4006d7aab8778bee72ebfc89815 SIZE (rust/crates/daemonize-0.4.1.crate) = 14494 SHA256 (rust/crates/dirs-2.0.2.crate) = 13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3 SIZE (rust/crates/dirs-2.0.2.crate) = 11779 -SHA256 (rust/crates/dirs-sys-0.3.5.crate) = 8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a -SIZE (rust/crates/dirs-sys-0.3.5.crate) = 10643 +SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 +SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689 +SHA256 (rust/crates/dirs-sys-0.3.6.crate) = 03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780 +SIZE (rust/crates/dirs-sys-0.3.6.crate) = 10626 +SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d +SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 SIZE (rust/crates/either-1.6.1.crate) = 13641 SHA256 (rust/crates/enum_primitive-0.1.1.crate) = be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180 SIZE (rust/crates/enum_primitive-0.1.1.crate) = 4186 -SHA256 (rust/crates/form_urlencoded-1.0.0.crate) = ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00 -SIZE (rust/crates/form_urlencoded-1.0.0.crate) = 8412 -SHA256 (rust/crates/futures-0.1.30.crate) = 4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed -SIZE (rust/crates/futures-0.1.30.crate) = 158916 -SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce -SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 +SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 +SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773 +SHA256 (rust/crates/futures-0.3.17.crate) = a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca +SIZE (rust/crates/futures-0.3.17.crate) = 47388 +SHA256 (rust/crates/futures-channel-0.3.17.crate) = 5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888 +SIZE (rust/crates/futures-channel-0.3.17.crate) = 31765 +SHA256 (rust/crates/futures-core-0.3.17.crate) = 88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d +SIZE (rust/crates/futures-core-0.3.17.crate) = 14478 +SHA256 (rust/crates/futures-executor-0.3.17.crate) = 45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c +SIZE (rust/crates/futures-executor-0.3.17.crate) = 17102 +SHA256 (rust/crates/futures-io-0.3.17.crate) = 522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377 +SIZE (rust/crates/futures-io-0.3.17.crate) = 9050 +SHA256 (rust/crates/futures-macro-0.3.17.crate) = 18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb +SIZE (rust/crates/futures-macro-0.3.17.crate) = 11830 +SHA256 (rust/crates/futures-sink-0.3.17.crate) = 36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11 +SIZE (rust/crates/futures-sink-0.3.17.crate) = 7663 +SHA256 (rust/crates/futures-task-0.3.17.crate) = 1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99 +SIZE (rust/crates/futures-task-0.3.17.crate) = 11712 +SHA256 (rust/crates/futures-util-0.3.17.crate) = 36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481 +SIZE (rust/crates/futures-util-0.3.17.crate) = 147679 +SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 +SIZE (rust/crates/getopts-0.2.21.crate) = 18457 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 SIZE (rust/crates/glob-0.3.0.crate) = 18724 -SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c -SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 -SHA256 (rust/crates/idna-0.2.0.crate) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.crate) = 257203 -SHA256 (rust/crates/itertools-0.9.0.crate) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b -SIZE (rust/crates/itertools-0.9.0.crate) = 96429 -SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 -SIZE (rust/crates/itoa-0.4.7.crate) = 12099 -SHA256 (rust/crates/jsonrpc-core-14.2.0.crate) = a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62 -SIZE (rust/crates/jsonrpc-core-14.2.0.crate) = 14922 +SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 +SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 +SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 +SIZE (rust/crates/idna-0.2.3.crate) = 271023 +SHA256 (rust/crates/itertools-0.10.1.crate) = 69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf +SIZE (rust/crates/itertools-0.10.1.crate) = 116219 +SHA256 (rust/crates/itoa-0.4.8.crate) = b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4 +SIZE (rust/crates/itoa-0.4.8.crate) = 11926 +SHA256 (rust/crates/js-sys-0.3.54.crate) = 1866b355d9c878e5e607473cbe3f63282c0b7aad2db1dbebf55076c686918254 +SIZE (rust/crates/js-sys-0.3.54.crate) = 70453 +SHA256 (rust/crates/jsonrpc-core-18.0.0.crate) = 14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb +SIZE (rust/crates/jsonrpc-core-18.0.0.crate) = 16010 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.85.crate) = 7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3 -SIZE (rust/crates/libc-0.2.85.crate) = 516872 -SHA256 (rust/crates/libflate-1.0.3.crate) = 389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914 -SIZE (rust/crates/libflate-1.0.3.crate) = 40181 -SHA256 (rust/crates/libflate_lz77-1.0.0.crate) = 3286f09f7d4926fc486334f28d8d2e6ebe4f7f9994494b6dab27ddfad2c9b11b -SIZE (rust/crates/libflate_lz77-1.0.0.crate) = 4082 +SHA256 (rust/crates/libc-0.2.101.crate) = 3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21 +SIZE (rust/crates/libc-0.2.101.crate) = 530003 +SHA256 (rust/crates/libflate-1.1.1.crate) = 16364af76ebb39b5869bb32c81fa93573267cd8c62bb3474e28d78fac3fb141e +SIZE (rust/crates/libflate-1.1.1.crate) = 40645 +SHA256 (rust/crates/libflate_lz77-1.1.0.crate) = 39a734c0493409afcd49deee13c006a04e3586b9761a03543c6272c9c51f2f5a +SIZE (rust/crates/libflate_lz77-1.1.0.crate) = 5729 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 SIZE (rust/crates/log-0.4.14.crate) = 34582 -SHA256 (rust/crates/lsp-types-0.89.1.crate) = 48b8a871b0a450bcec0e26d74a59583c8173cb9fb7d7f98889e18abb84838e0f -SIZE (rust/crates/lsp-types-0.89.1.crate) = 48973 -SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 -SIZE (rust/crates/matches-0.1.8.crate) = 2216 -SHA256 (rust/crates/maybe-uninit-2.0.0.crate) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.crate) = 11809 -SHA256 (rust/crates/memchr-2.3.4.crate) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 -SIZE (rust/crates/memchr-2.3.4.crate) = 23077 +SHA256 (rust/crates/lsp-types-0.89.2.crate) = 852e0dedfd52cc32325598b2631e0eba31b7b708959676a9f837042f276b09a2 +SIZE (rust/crates/lsp-types-0.89.2.crate) = 49933 +SHA256 (rust/crates/matches-0.1.9.crate) = a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f +SIZE (rust/crates/matches-0.1.9.crate) = 2246 +SHA256 (rust/crates/memchr-2.4.1.crate) = 308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a +SIZE (rust/crates/memchr-2.4.1.crate) = 64977 SHA256 (rust/crates/num-integer-0.1.44.crate) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db SIZE (rust/crates/num-integer-0.1.44.crate) = 22216 SHA256 (rust/crates/num-traits-0.1.43.crate) = 92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31 SIZE (rust/crates/num-traits-0.1.43.crate) = 7659 SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 -SHA256 (rust/crates/once_cell-1.5.2.crate) = 13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0 -SIZE (rust/crates/once_cell-1.5.2.crate) = 27660 +SHA256 (rust/crates/once_cell-1.8.0.crate) = 692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56 +SIZE (rust/crates/once_cell-1.8.0.crate) = 28925 SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e SIZE (rust/crates/percent-encoding-2.1.0.crate) = 9748 +SHA256 (rust/crates/pin-project-lite-0.2.7.crate) = 8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443 +SIZE (rust/crates/pin-project-lite-0.2.7.crate) = 27212 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 -SHA256 (rust/crates/proc-macro2-1.0.24.crate) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 -SIZE (rust/crates/proc-macro2-1.0.24.crate) = 37716 -SHA256 (rust/crates/quote-1.0.8.crate) = 991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df -SIZE (rust/crates/quote-1.0.8.crate) = 24997 -SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 -SIZE (rust/crates/rand-0.7.3.crate) = 112246 -SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 -SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 -SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 -SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c -SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/redox_syscall-0.1.57.crate) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce -SIZE (rust/crates/redox_syscall-0.1.57.crate) = 17087 -SHA256 (rust/crates/redox_users-0.3.5.crate) = de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d -SIZE (rust/crates/redox_users-0.3.5.crate) = 12644 -SHA256 (rust/crates/regex-1.4.3.crate) = d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a -SIZE (rust/crates/regex-1.4.3.crate) = 237273 -SHA256 (rust/crates/regex-syntax-0.6.22.crate) = b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581 -SIZE (rust/crates/regex-syntax-0.6.22.crate) = 293187 +SHA256 (rust/crates/proc-macro-hack-0.5.19.crate) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 +SIZE (rust/crates/proc-macro-hack-0.5.19.crate) = 15556 +SHA256 (rust/crates/proc-macro-nested-0.1.7.crate) = bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086 +SIZE (rust/crates/proc-macro-nested-0.1.7.crate) = 6495 +SHA256 (rust/crates/proc-macro2-1.0.29.crate) = b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d +SIZE (rust/crates/proc-macro2-1.0.29.crate) = 38772 +SHA256 (rust/crates/pulldown-cmark-0.8.0.crate) = ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8 +SIZE (rust/crates/pulldown-cmark-0.8.0.crate) = 106330 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 +SHA256 (rust/crates/rand-0.8.4.crate) = 2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8 +SIZE (rust/crates/rand-0.8.4.crate) = 87406 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_core-0.6.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7 +SIZE (rust/crates/rand_core-0.6.3.crate) = 21938 +SHA256 (rust/crates/rand_hc-0.3.1.crate) = d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7 +SIZE (rust/crates/rand_hc-0.3.1.crate) = 11891 +SHA256 (rust/crates/redox_syscall-0.2.10.crate) = 8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff +SIZE (rust/crates/redox_syscall-0.2.10.crate) = 23582 +SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 +SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 +SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 +SIZE (rust/crates/regex-1.5.4.crate) = 236581 +SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b +SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 SHA256 (rust/crates/rle-decode-fast-1.0.1.crate) = cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac SIZE (rust/crates/rle-decode-fast-1.0.1.crate) = 62490 -SHA256 (rust/crates/ropey-1.2.0.crate) = f0f3ef16589fdbb3e8fbce3dca944c08e61f39c7f16064b21a257d68ea911a83 -SIZE (rust/crates/ropey-1.2.0.crate) = 383625 -SHA256 (rust/crates/rust-argon2-0.8.3.crate) = 4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb -SIZE (rust/crates/rust-argon2-0.8.3.crate) = 28313 +SHA256 (rust/crates/ropey-1.3.1.crate) = 9150aff6deb25b20ed110889f070a678bcd1033e46e5e9d6fb1abeab17947f28 +SIZE (rust/crates/ropey-1.3.1.crate) = 111240 +SHA256 (rust/crates/rustversion-1.0.5.crate) = 61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088 +SIZE (rust/crates/rustversion-1.0.5.crate) = 16984 SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e SIZE (rust/crates/ryu-1.0.5.crate) = 49570 -SHA256 (rust/crates/serde-1.0.123.crate) = 92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae -SIZE (rust/crates/serde-1.0.123.crate) = 74379 -SHA256 (rust/crates/serde_derive-1.0.123.crate) = 9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31 -SIZE (rust/crates/serde_derive-1.0.123.crate) = 54122 -SHA256 (rust/crates/serde_json-1.0.61.crate) = 4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a -SIZE (rust/crates/serde_json-1.0.61.crate) = 114887 -SHA256 (rust/crates/serde_repr-0.1.6.crate) = 2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76 -SIZE (rust/crates/serde_repr-0.1.6.crate) = 10181 +SHA256 (rust/crates/serde-1.0.130.crate) = f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913 +SIZE (rust/crates/serde-1.0.130.crate) = 75305 +SHA256 (rust/crates/serde_derive-1.0.130.crate) = d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b +SIZE (rust/crates/serde_derive-1.0.130.crate) = 54703 +SHA256 (rust/crates/serde_json-1.0.67.crate) = a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950 +SIZE (rust/crates/serde_json-1.0.67.crate) = 114957 +SHA256 (rust/crates/serde_repr-0.1.7.crate) = 98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5 +SIZE (rust/crates/serde_repr-0.1.7.crate) = 10173 +SHA256 (rust/crates/slab-0.4.4.crate) = c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590 +SIZE (rust/crates/slab-0.4.4.crate) = 15725 SHA256 (rust/crates/slog-2.7.0.crate) = 8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06 SIZE (rust/crates/slog-2.7.0.crate) = 45432 -SHA256 (rust/crates/slog-async-2.6.0.crate) = c60813879f820c85dbc4eabf3269befe374591289019775898d56a81a804fbdc -SIZE (rust/crates/slog-async-2.6.0.crate) = 18190 +SHA256 (rust/crates/slog-async-2.7.0.crate) = 766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe +SIZE (rust/crates/slog-async-2.7.0.crate) = 19369 SHA256 (rust/crates/slog-kvfilter-0.7.0.crate) = ae939ed7d169eed9699f4f5cd440f046f5dc5dfc27c19e3cd311619594c175e0 SIZE (rust/crates/slog-kvfilter-0.7.0.crate) = 20457 SHA256 (rust/crates/slog-scope-4.4.0.crate) = 2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786 SIZE (rust/crates/slog-scope-4.4.0.crate) = 16753 SHA256 (rust/crates/slog-stdlog-4.1.0.crate) = 8228ab7302adbf4fcb37e66f3cda78003feb521e7fd9e3847ec117a7784d0f5a SIZE (rust/crates/slog-stdlog-4.1.0.crate) = 14523 -SHA256 (rust/crates/slog-term-2.6.0.crate) = bab1d807cf71129b05ce36914e1dbb6fbfbdecaf686301cb457f4fa967f9f5b6 -SIZE (rust/crates/slog-term-2.6.0.crate) = 26304 -SHA256 (rust/crates/sloggers-1.0.1.crate) = f01d37507aa6f37490cfa08d71e2639b16906e84c285ae4b9f7ec7ca35756d69 -SIZE (rust/crates/sloggers-1.0.1.crate) = 20030 +SHA256 (rust/crates/slog-term-2.8.0.crate) = 95c1e7e5aab61ced6006149ea772770b84a0d16ce0f7885def313e4829946d76 +SIZE (rust/crates/slog-term-2.8.0.crate) = 25251 +SHA256 (rust/crates/sloggers-2.0.2.crate) = 1ffcb984e952de7fdb085aa7bebcd4575e9d0c79630640a359a38578f0c18fd3 +SIZE (rust/crates/sloggers-2.0.2.crate) = 37593 SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e SIZE (rust/crates/smallvec-1.6.1.crate) = 26444 SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.crate) = 9309 -SHA256 (rust/crates/syn-1.0.60.crate) = c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081 -SIZE (rust/crates/syn-1.0.60.crate) = 231087 +SHA256 (rust/crates/syn-1.0.76.crate) = c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84 +SIZE (rust/crates/syn-1.0.76.crate) = 233723 SHA256 (rust/crates/take_mut-0.2.2.crate) = f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60 SIZE (rust/crates/take_mut-0.2.2.crate) = 4263 -SHA256 (rust/crates/term-0.6.1.crate) = c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5 -SIZE (rust/crates/term-0.6.1.crate) = 37578 +SHA256 (rust/crates/term-0.7.0.crate) = c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f +SIZE (rust/crates/term-0.7.0.crate) = 37082 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thread_local-1.1.2.crate) = d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915 -SIZE (rust/crates/thread_local-1.1.2.crate) = 12977 -SHA256 (rust/crates/time-0.1.44.crate) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255 -SIZE (rust/crates/time-0.1.44.crate) = 28885 -SHA256 (rust/crates/tinyvec-1.1.1.crate) = 317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023 -SIZE (rust/crates/tinyvec-1.1.1.crate) = 39896 +SHA256 (rust/crates/thread_local-1.1.3.crate) = 8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd +SIZE (rust/crates/thread_local-1.1.3.crate) = 13111 +SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 +SIZE (rust/crates/time-0.1.43.crate) = 28653 +SHA256 (rust/crates/tinyvec-1.3.1.crate) = 848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338 +SIZE (rust/crates/tinyvec-1.3.1.crate) = 42386 SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 SHA256 (rust/crates/toml-0.5.8.crate) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa SIZE (rust/crates/toml-0.5.8.crate) = 54219 -SHA256 (rust/crates/trackable-1.0.0.crate) = 30fb6e13d129dd92c501458f64d56c708e3685e3fd307e878ec5f934c5c5bdb0 -SIZE (rust/crates/trackable-1.0.0.crate) = 12501 +SHA256 (rust/crates/trackable-1.2.0.crate) = 017e2a1a93718e4e8386d037cfb8add78f1d690467f4350fb582f55af1203167 +SIZE (rust/crates/trackable-1.2.0.crate) = 12612 SHA256 (rust/crates/trackable_derive-1.0.0.crate) = ebeb235c5847e2f82cfe0f07eb971d1e5f6804b18dac2ae16349cc604380f82f SIZE (rust/crates/trackable_derive-1.0.0.crate) = 3488 -SHA256 (rust/crates/unicode-bidi-0.3.4.crate) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 -SIZE (rust/crates/unicode-bidi-0.3.4.crate) = 32228 -SHA256 (rust/crates/unicode-normalization-0.1.16.crate) = a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606 -SIZE (rust/crates/unicode-normalization-0.1.16.crate) = 92805 +SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6 +SIZE (rust/crates/unicase-2.6.0.crate) = 23478 +SHA256 (rust/crates/unicode-bidi-0.3.6.crate) = 246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085 +SIZE (rust/crates/unicode-bidi-0.3.6.crate) = 33737 +SHA256 (rust/crates/unicode-normalization-0.1.19.crate) = d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9 +SIZE (rust/crates/unicode-normalization-0.1.19.crate) = 107353 SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 -SHA256 (rust/crates/unicode-xid-0.2.1.crate) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 -SIZE (rust/crates/unicode-xid-0.2.1.crate) = 14392 -SHA256 (rust/crates/url-2.2.0.crate) = 5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e -SIZE (rust/crates/url-2.2.0.crate) = 42787 +SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 +SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 +SHA256 (rust/crates/url-2.2.2.crate) = a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c +SIZE (rust/crates/url-2.2.2.crate) = 68555 SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 -SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f -SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 -SHA256 (rust/crates/whoami-0.8.2.crate) = 18bb55566f6f3f8440914233cf63df1eb60b801b5007d376cc46212cb8a9287c -SIZE (rust/crates/whoami-0.8.2.crate) = 14868 +SHA256 (rust/crates/version_check-0.9.3.crate) = 5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe +SIZE (rust/crates/version_check-0.9.3.crate) = 12547 +SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 +SHA256 (rust/crates/wasm-bindgen-0.2.77.crate) = 5e68338db6becec24d3c7977b5bf8a48be992c934b5d07177e3931f5dc9b076c +SIZE (rust/crates/wasm-bindgen-0.2.77.crate) = 162133 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.77.crate) = f34c405b4f0658583dba0c1c7c9b694f3cac32655db463b56c254a1c75269523 +SIZE (rust/crates/wasm-bindgen-backend-0.2.77.crate) = 25608 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.77.crate) = b9d5a6580be83b19dc570a8f9c324251687ab2184e57086f71625feb57ec77c8 +SIZE (rust/crates/wasm-bindgen-macro-0.2.77.crate) = 11550 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.77.crate) = e3775a030dc6f5a0afd8a84981a21cc92a781eb429acef9ecce476d0c9113e92 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.77.crate) = 17897 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.77.crate) = c279e376c7a8e8752a8f1eaa35b7b0bee6bb9fb0cdacfa97cc3f1f289c87e2b4 +SIZE (rust/crates/wasm-bindgen-shared-0.2.77.crate) = 7247 +SHA256 (rust/crates/web-sys-0.3.54.crate) = 0a84d70d1ec7d2da2d26a5bd78f4bca1b8c3254805363ce743b7a05bc30d195a +SIZE (rust/crates/web-sys-0.3.54.crate) = 664935 +SHA256 (rust/crates/whoami-1.1.3.crate) = f7741161a40200a867c96dfa5574544efa4178cf4c8f770b62dd1cc0362d7ae1 +SIZE (rust/crates/whoami-1.1.3.crate) = 10565 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (ul-kak-lsp-v11.0.0_GH0.tar.gz) = 33dc3b1e8ff6bd1dc45b569045d58f778931443b699fc0d51cfcbf13bae9148f -SIZE (ul-kak-lsp-v11.0.0_GH0.tar.gz) = 83998 +SHA256 (ul-kak-lsp-v11.0.1_GH0.tar.gz) = 4ab679b1d99830b999039ee1664c360aaba79ba943d7686e44e31efe96fb808b +SIZE (ul-kak-lsp-v11.0.1_GH0.tar.gz) = 91927 diff --git a/editors/kak-lsp/files/patch-powerpc b/editors/kak-lsp/files/patch-powerpc deleted file mode 100644 index 882ea8657cba..000000000000 --- a/editors/kak-lsp/files/patch-powerpc +++ /dev/null @@ -1,62 +0,0 @@ ---- cargo-crates/libc-0.2.85/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC -+++ cargo-crates/libc-0.2.85/src/unix/bsd/freebsdlike/freebsd/mod.rs -@@ -1486,6 +1486,9 @@ cfg_if! { - } else if #[cfg(target_arch = "powerpc64")] { - mod powerpc64; - pub use self::powerpc64::*; -+ } else if #[cfg(target_arch = "powerpc")] { -+ mod powerpc; -+ pub use self::powerpc::*; - } else { - // Unknown target_arch - } ---- cargo-crates/libc-0.2.85/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC -+++ cargo-crates/libc-0.2.85/src/unix/bsd/freebsdlike/freebsd/powerpc.rs -@@ -0,0 +1,47 @@ -+pub type c_char = u8; -+pub type c_long = i32; -+pub type c_ulong = u32; -+pub type wchar_t = i32; -+pub type time_t = i64; -+pub type suseconds_t = i32; -+pub type register_t = i32; -+ -+s! { -+ pub struct stat { -+ pub st_dev: ::dev_t, -+ pub st_ino: ::ino_t, -+ pub st_mode: ::mode_t, -+ pub st_nlink: ::nlink_t, -+ pub st_uid: ::uid_t, -+ pub st_gid: ::gid_t, -+ pub st_rdev: ::dev_t, -+ pub st_atime: ::time_t, -+ pub st_atime_nsec: ::c_long, -+ pub st_mtime: ::time_t, -+ pub st_mtime_nsec: ::c_long, -+ pub st_ctime: ::time_t, -+ pub st_ctime_nsec: ::c_long, -+ pub st_size: ::off_t, -+ pub st_blocks: ::blkcnt_t, -+ pub st_blksize: ::blksize_t, -+ pub st_flags: ::fflags_t, -+ pub st_gen: u32, -+ pub st_lspare: i32, -+ pub st_birthtime: ::time_t, -+ pub st_birthtime_nsec: ::c_long, -+ } -+} -+ -+// should be pub(crate), but that requires Rust 1.18.0 -+cfg_if! { -+ if #[cfg(libc_const_size_of)] { -+ #[doc(hidden)] -+ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; -+ } else { -+ #[doc(hidden)] -+ pub const _ALIGNBYTES: usize = 4 - 1; -+ } -+} -+ -+pub const MAP_32BIT: ::c_int = 0x00080000; -+pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 12:51:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E6886AE90C; Fri, 1 Oct 2021 12:51:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVNc2kPfz3v50; Fri, 1 Oct 2021 12:51:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EC081FC55; Fri, 1 Oct 2021 12:51:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191CpSPA078418; Fri, 1 Oct 2021 12:51:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191CpSjo078417; Fri, 1 Oct 2021 12:51:28 GMT (envelope-from git) Date: Fri, 1 Oct 2021 12:51:28 GMT Message-Id: <202110011251.191CpSjo078417@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mikael Urankar Subject: git: da05598fbe3f - main - www/deno: Update to 1.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: da05598fbe3fb92ae8153f145b83b082494cb21c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 12:51:28 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=da05598fbe3fb92ae8153f145b83b082494cb21c commit da05598fbe3fb92ae8153f145b83b082494cb21c Author: Mikael Urankar AuthorDate: 2021-09-30 15:47:57 +0000 Commit: Mikael Urankar CommitDate: 2021-10-01 12:51:03 +0000 www/deno: Update to 1.14.2 Changes: https://github.com/denoland/deno/releases/tag/v1.14.2 --- www/deno/Makefile | 8 ++++---- www/deno/distinfo | 14 +++++++------- www/deno/files/patch-cargo-crates_rusty__v8_build.rs | 4 ++-- .../patch-cargo-crates_rusty__v8_build_config_BUILD.gn | 4 ++-- ...atch-cargo-crates_rusty__v8_build_config_BUILDCONFIG.gn | 4 ++-- ...h-cargo-crates_rusty__v8_build_config_compiler_BUILD.gn | 4 ++-- ...rgo-crates_rusty__v8_build_config_compiler_compiler.gni | 4 ++-- .../patch-cargo-crates_rusty__v8_build_config_features.gni | 4 ++-- ...rgo-crates_rusty__v8_build_config_freetype_freetype.gni | 4 ++-- ...atch-cargo-crates_rusty__v8_build_config_linux_BUILD.gn | 4 ++-- ...cargo-crates_rusty__v8_build_config_linux_pkg-config.py | 4 ++-- .../patch-cargo-crates_rusty__v8_build_config_sysroot.gni | 4 ++-- ...atch-cargo-crates_rusty__v8_build_detect__host__arch.py | 4 ++-- .../patch-cargo-crates_rusty__v8_build_gn__run__binary.py | 4 ++-- .../patch-cargo-crates_rusty__v8_build_linux_chrome.map | 4 ++-- ...atch-cargo-crates_rusty__v8_build_linux_libpci_BUILD.gn | 4 ++-- ...h-cargo-crates_rusty__v8_build_linux_unbundle_libusb.gn | 4 ++-- ...es_rusty__v8_build_linux_unbundle_replace__gn__files.py | 4 ++-- ...rgo-crates_rusty__v8_build_toolchain_gcc__toolchain.gni | 4 ++-- ...tes_rusty__v8_build_toolchain_get__concurrent__links.py | 4 ++-- ...h-cargo-crates_rusty__v8_build_toolchain_linux_BUILD.gn | 4 ++-- ...rates_rusty__v8_buildtools_third__party_libc++_BUILD.gn | 4 ++-- www/deno/files/patch-cargo-crates_rusty__v8_v8_BUILD.gn | 4 ++-- .../patch-cargo-crates_rusty__v8_v8_include_v8config.h | 4 ++-- .../files/patch-cargo-crates_rusty__v8_v8_src_api_api.cc | 4 ++-- .../files/patch-cargo-crates_rusty__v8_v8_src_base_cpu.cc | 4 ++-- ...ates_rusty__v8_v8_src_base_platform_platform-freebsd.cc | 4 ++-- ...crates_rusty__v8_v8_src_base_platform_platform-posix.cc | 4 ++-- .../patch-crates_rusty__v8_third__party_zlib_BUILD.gn | 4 ++-- ...atch-crates_rusty__v8_third__party_zlib_cpu__features.c | 4 ++-- 30 files changed, 67 insertions(+), 67 deletions(-) diff --git a/www/deno/Makefile b/www/deno/Makefile index 3d8bd8dd9ee1..cd8bd124bb7a 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,6 +1,6 @@ PORTNAME= deno DISTVERSIONPREFIX= v -DISTVERSION= 1.14.1 +DISTVERSION= 1.14.2 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= denoland USE_GNOME= glib20 -RUSTY_VERS= 0.28.0 +RUSTY_VERS= 0.30.0 CARGO_ENV+= CLANG_BASE_PATH=/usr \ GN=${PREFIX}/bin/gn \ @@ -301,7 +301,7 @@ CARGO_CRATES= Inflector-0.11.4 \ rustc_version-0.3.3 \ rustls-0.19.1 \ rustls-native-certs-0.5.0 \ - rusty_v8-0.28.0 \ + rusty_v8-0.30.0 \ rustyline-9.0.0 \ rustyline-derive-0.5.0 \ ryu-1.0.5 \ @@ -321,7 +321,7 @@ CARGO_CRATES= Inflector-0.11.4 \ serde_json-1.0.67 \ serde_repr-0.1.7 \ serde_urlencoded-0.7.0 \ - serde_v8-0.11.0 \ + serde_v8-0.13.0 \ sha-1-0.9.7 \ sha2-0.9.5 \ shell-escape-0.1.5 \ diff --git a/www/deno/distinfo b/www/deno/distinfo index 40678dae3d4c..8a1e6b2142fe 100644 --- a/www/deno/distinfo +++ b/www/deno/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1632324519 +TIMESTAMP = 1632915899 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/abort_on_panic-2.0.0.crate) = 955f37ac58af2416bac687c8ab66a4ccba282229bd7422a28d2281a5e66a6116 @@ -537,8 +537,8 @@ SHA256 (rust/crates/rustls-0.19.1.crate) = 35edb675feee39aec9c99fa5ff985081995a0 SIZE (rust/crates/rustls-0.19.1.crate) = 208143 SHA256 (rust/crates/rustls-native-certs-0.5.0.crate) = 5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092 SIZE (rust/crates/rustls-native-certs-0.5.0.crate) = 18482 -SHA256 (rust/crates/rusty_v8-0.28.0.crate) = d7d44250ec4d38c9640cd3e3be9375466966593608ab644d9b37d36acbebc1a7 -SIZE (rust/crates/rusty_v8-0.28.0.crate) = 19410450 +SHA256 (rust/crates/rusty_v8-0.30.0.crate) = cbceb7583f5db95a57e4cbf43847f5cc95dedc60671d7f6b6ca7578caa058ea9 +SIZE (rust/crates/rusty_v8-0.30.0.crate) = 19411828 SHA256 (rust/crates/rustyline-9.0.0.crate) = 790487c3881a63489ae77126f57048b42d62d3b2bafbf37453ea19eedb6340d6 SIZE (rust/crates/rustyline-9.0.0.crate) = 98953 SHA256 (rust/crates/rustyline-derive-0.5.0.crate) = 688599bdab9f42105d0ae1494335a9ffafdeb7d36325e6b10fd4abc5829d6284 @@ -577,8 +577,8 @@ SHA256 (rust/crates/serde_repr-0.1.7.crate) = 98d0516900518c29efa217c298fa1f4e6c SIZE (rust/crates/serde_repr-0.1.7.crate) = 10173 SHA256 (rust/crates/serde_urlencoded-0.7.0.crate) = edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9 SIZE (rust/crates/serde_urlencoded-0.7.0.crate) = 12489 -SHA256 (rust/crates/serde_v8-0.11.0.crate) = 77240c6cc91c6ffcce6900d8b4ce5d0966a0d2f8614dd43d1948b52ebd915071 -SIZE (rust/crates/serde_v8-0.11.0.crate) = 23509 +SHA256 (rust/crates/serde_v8-0.13.0.crate) = 0fd01a049079c0355135da2d05463ecc21b8af584f3a30288812643c0935960e +SIZE (rust/crates/serde_v8-0.13.0.crate) = 23513 SHA256 (rust/crates/sha-1-0.9.7.crate) = 1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81 SIZE (rust/crates/sha-1-0.9.7.crate) = 13999 SHA256 (rust/crates/sha2-0.9.5.crate) = b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12 @@ -839,5 +839,5 @@ SHA256 (rust/crates/zeroize-1.4.1.crate) = 377db0846015f7ae377174787dd452e1c5f5a SIZE (rust/crates/zeroize-1.4.1.crate) = 16153 SHA256 (rust/crates/zeroize_derive-1.1.0.crate) = a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1 SIZE (rust/crates/zeroize_derive-1.1.0.crate) = 8037 -SHA256 (denoland-deno-v1.14.1_GH0.tar.gz) = 058e6d00c528a641eb6930abe4c88c154af6f3ebcbdd0ae9648300c8cf9699ec -SIZE (denoland-deno-v1.14.1_GH0.tar.gz) = 8033571 +SHA256 (denoland-deno-v1.14.2_GH0.tar.gz) = 31dd0e26a3dfacf8e562df10fba32a90555f07d85846f0653359d4aa83cb06e1 +SIZE (denoland-deno-v1.14.2_GH0.tar.gz) = 8039628 diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build.rs b/www/deno/files/patch-cargo-crates_rusty__v8_build.rs index 99d3fa61afcf..fec22b3d4263 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build.rs +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build.rs @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build.rs.orig 2020-07-22 09:53:02 UTC -+++ cargo-crates/rusty_v8-0.28.0/build.rs +--- cargo-crates/rusty_v8-0.30.0/build.rs.orig 2020-07-22 09:53:02 UTC ++++ cargo-crates/rusty_v8-0.30.0/build.rs @@ -130,6 +132,10 @@ fn platform() -> &'static str { #[cfg(target_os = "macos")] { diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_BUILD.gn b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_BUILD.gn index 7cd7e036c29c..e7bff9356751 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_BUILD.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_BUILD.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/config/BUILD.gn.orig 2021-01-19 00:12:27 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/config/BUILD.gn +--- cargo-crates/rusty_v8-0.30.0/build/config/BUILD.gn.orig 2021-01-19 00:12:27 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/config/BUILD.gn @@ -133,7 +133,7 @@ config("debug") { # builds, and we have to tell it to turn it off. defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_BUILDCONFIG.gn b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_BUILDCONFIG.gn index a309515e8bdd..57ee271bae69 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_BUILDCONFIG.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_BUILDCONFIG.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/./build/config/BUILDCONFIG.gn.orig 2021-01-19 00:12:27 UTC -+++ cargo-crates/rusty_v8-0.28.0/./build/config/BUILDCONFIG.gn +--- cargo-crates/rusty_v8-0.30.0/./build/config/BUILDCONFIG.gn.orig 2021-01-19 00:12:27 UTC ++++ cargo-crates/rusty_v8-0.30.0/./build/config/BUILDCONFIG.gn @@ -131,7 +131,7 @@ declare_args() { is_official_build = false diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_compiler_BUILD.gn b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_compiler_BUILD.gn index dc8ac58ce5de..0de487e3d4a8 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_compiler_BUILD.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_compiler_BUILD.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/config/compiler/BUILD.gn.orig 2021-02-25 20:45:34 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/config/compiler/BUILD.gn +--- cargo-crates/rusty_v8-0.30.0/build/config/compiler/BUILD.gn.orig 2021-02-25 20:45:34 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/config/compiler/BUILD.gn @@ -132,7 +132,7 @@ declare_args() { # # TODO(crbug.com/977230): Enabling this when 'use_xcode_clang' is true may diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_compiler_compiler.gni b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_compiler_compiler.gni index 036e55b6b365..84d7211b9868 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_compiler_compiler.gni +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_compiler_compiler.gni @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/config/compiler/compiler.gni.orig 2021-03-03 10:58:03 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/config/compiler/compiler.gni +--- cargo-crates/rusty_v8-0.30.0/build/config/compiler/compiler.gni.orig 2021-03-03 10:58:03 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/config/compiler/compiler.gni @@ -223,7 +223,7 @@ declare_args() { strip_absolute_paths_from_debug_symbols_default = # TODO(crbug.com/1010267): remove '!use_clang_coverage', coverage build has diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_features.gni b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_features.gni index 3f54a0fc8bbc..3568fdfac5ff 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_features.gni +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_features.gni @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/config/features.gni.orig 2020-08-08 19:24:36 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/config/features.gni +--- cargo-crates/rusty_v8-0.30.0/build/config/features.gni.orig 2020-08-08 19:24:36 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/config/features.gni @@ -26,7 +26,7 @@ declare_args() { proprietary_codecs = is_chrome_branded || is_chromecast diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_freetype_freetype.gni b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_freetype_freetype.gni index 2f6f3db37e15..d58acabd828c 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_freetype_freetype.gni +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_freetype_freetype.gni @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/config/freetype/freetype.gni.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/config/freetype/freetype.gni +--- cargo-crates/rusty_v8-0.30.0/build/config/freetype/freetype.gni.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/config/freetype/freetype.gni @@ -10,5 +10,5 @@ declare_args() { # than version 2.7.1 and have color bitmap support compiled in. WARNING: # System FreeType configurations other than as described WILL INTRODUCE TEXT diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_linux_BUILD.gn b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_linux_BUILD.gn index 6a2db2d386e0..b9dd474d9ae2 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_linux_BUILD.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_linux_BUILD.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/config/linux/BUILD.gn.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/config/linux/BUILD.gn +--- cargo-crates/rusty_v8-0.30.0/build/config/linux/BUILD.gn.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/config/linux/BUILD.gn @@ -30,7 +30,7 @@ config("runtime_library") { if ((!(is_chromeos || chromeos_is_browser_only) || diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_linux_pkg-config.py b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_linux_pkg-config.py index a0e944b4382a..1ccc5d629b41 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_linux_pkg-config.py +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_linux_pkg-config.py @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/config/linux/pkg-config.py.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/config/linux/pkg-config.py +--- cargo-crates/rusty_v8-0.30.0/build/config/linux/pkg-config.py.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/config/linux/pkg-config.py @@ -59,8 +59,12 @@ def SetConfigPath(options): print("You must specify an architecture via -a if using a sysroot.") sys.exit(1) diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_sysroot.gni b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_sysroot.gni index 98c7355f6683..8a0a3e77c183 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_config_sysroot.gni +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_config_sysroot.gni @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/config/sysroot.gni.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/config/sysroot.gni +--- cargo-crates/rusty_v8-0.30.0/build/config/sysroot.gni.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/config/sysroot.gni @@ -21,9 +21,9 @@ declare_args() { # Controls default is_linux sysroot. If set to true, and sysroot diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_detect__host__arch.py b/www/deno/files/patch-cargo-crates_rusty__v8_build_detect__host__arch.py index 6860d3a3f6e8..f70a1bd494e2 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_detect__host__arch.py +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_detect__host__arch.py @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/detect_host_arch.py.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/detect_host_arch.py +--- cargo-crates/rusty_v8-0.30.0/build/detect_host_arch.py.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/detect_host_arch.py @@ -21,6 +21,8 @@ def HostArch(): host_arch = 'ia32' elif host_arch in ['x86_64', 'amd64']: diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_gn__run__binary.py b/www/deno/files/patch-cargo-crates_rusty__v8_build_gn__run__binary.py index 2afb098c73e8..e0494570e130 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_gn__run__binary.py +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_gn__run__binary.py @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/gn_run_binary.py.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/gn_run_binary.py +--- cargo-crates/rusty_v8-0.30.0/build/gn_run_binary.py.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/gn_run_binary.py @@ -24,7 +24,7 @@ if not os.path.isabs(path): # The rest of the arguments are passed directly to the executable. args = [path] + sys.argv[2:] diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_chrome.map b/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_chrome.map index 9f1259a4e233..3de4ec2b6921 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_chrome.map +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_chrome.map @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/linux/chrome.map.orig 2021-02-25 20:45:34 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/linux/chrome.map +--- cargo-crates/rusty_v8-0.30.0/build/linux/chrome.map.orig 2021-02-25 20:45:34 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/linux/chrome.map @@ -1,4 +1,7 @@ { +local: diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_libpci_BUILD.gn b/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_libpci_BUILD.gn index a2412a3f4114..f82b17749a46 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_libpci_BUILD.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_libpci_BUILD.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/linux/libpci/BUILD.gn.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/linux/libpci/BUILD.gn +--- cargo-crates/rusty_v8-0.30.0/build/linux/libpci/BUILD.gn.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/linux/libpci/BUILD.gn @@ -3,20 +3,36 @@ # found in the LICENSE file. diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_unbundle_libusb.gn b/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_unbundle_libusb.gn index dd00ccdbf207..72de146a6506 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_unbundle_libusb.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_unbundle_libusb.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/linux/unbundle/libusb.gn.orig 2020-07-22 09:52:14 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/linux/unbundle/libusb.gn +--- cargo-crates/rusty_v8-0.30.0/build/linux/unbundle/libusb.gn.orig 2020-07-22 09:52:14 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/linux/unbundle/libusb.gn @@ -0,0 +1,24 @@ +# Copyright 2016 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_unbundle_replace__gn__files.py b/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_unbundle_replace__gn__files.py index b658dad1c03a..f92aed9078db 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_unbundle_replace__gn__files.py +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_linux_unbundle_replace__gn__files.py @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/linux/unbundle/replace_gn_files.py.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/linux/unbundle/replace_gn_files.py +--- cargo-crates/rusty_v8-0.30.0/build/linux/unbundle/replace_gn_files.py.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/linux/unbundle/replace_gn_files.py @@ -27,6 +27,7 @@ REPLACEMENTS = { 'libevent': 'base/third_party/libevent/BUILD.gn', 'libjpeg': 'third_party/libjpeg.gni', diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_gcc__toolchain.gni b/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_gcc__toolchain.gni index 85daf2f069b8..e7f253ff8e94 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_gcc__toolchain.gni +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_gcc__toolchain.gni @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/toolchain/gcc_toolchain.gni.orig 1970-01-01 01:00:00.000000000 +0100 -+++ cargo-crates/rusty_v8-0.28.0/build/toolchain/gcc_toolchain.gni 2021-07-13 19:32:27.892587000 +0200 +--- cargo-crates/rusty_v8-0.30.0/build/toolchain/gcc_toolchain.gni.orig 1970-01-01 01:00:00.000000000 +0100 ++++ cargo-crates/rusty_v8-0.30.0/build/toolchain/gcc_toolchain.gni 2021-07-13 19:32:27.892587000 +0200 @@ -51,6 +51,11 @@ if (enable_resource_allowlist_generation) { "enable_resource_allowlist_generation=true does not work for target_os=$target_os") } diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_get__concurrent__links.py b/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_get__concurrent__links.py index a75c40a3c0fd..5a5a5a7fde1b 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_get__concurrent__links.py +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_get__concurrent__links.py @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/toolchain/get_concurrent_links.py.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/toolchain/get_concurrent_links.py +--- cargo-crates/rusty_v8-0.30.0/build/toolchain/get_concurrent_links.py.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/toolchain/get_concurrent_links.py @@ -48,6 +48,14 @@ def _GetTotalMemoryInBytes(): return int(subprocess.check_output(['sysctl', '-n', 'hw.memsize'])) except Exception: diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_linux_BUILD.gn b/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_linux_BUILD.gn index 58034905f6a2..b2b1d2bbdacb 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_linux_BUILD.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_build_toolchain_linux_BUILD.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/build/toolchain/linux/BUILD.gn.orig 2020-06-26 16:27:54 UTC -+++ cargo-crates/rusty_v8-0.28.0/build/toolchain/linux/BUILD.gn +--- cargo-crates/rusty_v8-0.30.0/build/toolchain/linux/BUILD.gn.orig 2020-06-26 16:27:54 UTC ++++ cargo-crates/rusty_v8-0.30.0/build/toolchain/linux/BUILD.gn @@ -22,7 +22,6 @@ clang_toolchain("clang_arm") { } diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_buildtools_third__party_libc++_BUILD.gn b/www/deno/files/patch-cargo-crates_rusty__v8_buildtools_third__party_libc++_BUILD.gn index d702cddbaaf0..c13fa80e1937 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_buildtools_third__party_libc++_BUILD.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_buildtools_third__party_libc++_BUILD.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/buildtools/third_party/libc++/BUILD.gn.orig 2020-07-22 17:57:09 UTC -+++ cargo-crates/rusty_v8-0.28.0/buildtools/third_party/libc++/BUILD.gn +--- cargo-crates/rusty_v8-0.30.0/buildtools/third_party/libc++/BUILD.gn.orig 2020-07-22 17:57:09 UTC ++++ cargo-crates/rusty_v8-0.30.0/buildtools/third_party/libc++/BUILD.gn @@ -14,7 +14,7 @@ config("config") { # its implementation. cflags += [ "-Wno-macro-redefined" ] diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_v8_BUILD.gn b/www/deno/files/patch-cargo-crates_rusty__v8_v8_BUILD.gn index 9c3e8ed7b75e..df8124eaa00b 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_v8_BUILD.gn +++ b/www/deno/files/patch-cargo-crates_rusty__v8_v8_BUILD.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/v8/BUILD.gn.orig 2021-01-19 00:12:40 UTC -+++ cargo-crates/rusty_v8-0.28.0/v8/BUILD.gn +--- cargo-crates/rusty_v8-0.30.0/v8/BUILD.gn.orig 2021-01-19 00:12:40 UTC ++++ cargo-crates/rusty_v8-0.30.0/v8/BUILD.gn @@ -4209,7 +4209,7 @@ v8_component("v8_libbase") { } } diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_v8_include_v8config.h b/www/deno/files/patch-cargo-crates_rusty__v8_v8_include_v8config.h index a939e3df9a25..c55b48b949cc 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_v8_include_v8config.h +++ b/www/deno/files/patch-cargo-crates_rusty__v8_v8_include_v8config.h @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/v8/include/v8config.h.orig 2020-06-26 16:28:04 UTC -+++ cargo-crates/rusty_v8-0.28.0/v8/include/v8config.h +--- cargo-crates/rusty_v8-0.30.0/v8/include/v8config.h.orig 2020-06-26 16:28:04 UTC ++++ cargo-crates/rusty_v8-0.30.0/v8/include/v8config.h @@ -273,7 +273,18 @@ # define V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT \ (__has_attribute(warn_unused_result)) diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_api_api.cc b/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_api_api.cc index 2107beb10819..2792071f4e82 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_api_api.cc +++ b/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_api_api.cc @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/v8/src/api/api.cc.orig 2020-06-26 16:28:04 UTC -+++ cargo-crates/rusty_v8-0.28.0/v8/src/api/api.cc +--- cargo-crates/rusty_v8-0.30.0/v8/src/api/api.cc.orig 2020-06-26 16:28:04 UTC ++++ cargo-crates/rusty_v8-0.30.0/v8/src/api/api.cc @@ -5674,7 +5674,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_cpu.cc b/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_cpu.cc index eba0a89db722..47d89d419938 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_cpu.cc +++ b/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_cpu.cc @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/v8/src/base/cpu.cc.orig 2020-06-26 16:28:04 UTC -+++ cargo-crates/rusty_v8-0.28.0/v8/src/base/cpu.cc +--- cargo-crates/rusty_v8-0.30.0/v8/src/base/cpu.cc.orig 2020-06-26 16:28:04 UTC ++++ cargo-crates/rusty_v8-0.30.0/v8/src/base/cpu.cc @@ -475,6 +475,7 @@ CPU::CPU() #if V8_OS_LINUX diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_platform_platform-freebsd.cc b/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_platform_platform-freebsd.cc index 9f382fed9fe7..6f9413efd1e7 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_platform_platform-freebsd.cc +++ b/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_platform_platform-freebsd.cc @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/v8/src/base/platform/platform-freebsd.cc.orig 2020-06-26 16:28:04 UTC -+++ cargo-crates/rusty_v8-0.28.0/v8/src/base/platform/platform-freebsd.cc +--- cargo-crates/rusty_v8-0.30.0/v8/src/base/platform/platform-freebsd.cc.orig 2020-06-26 16:28:04 UTC ++++ cargo-crates/rusty_v8-0.30.0/v8/src/base/platform/platform-freebsd.cc @@ -82,8 +82,8 @@ std::vector OS::GetSharedLib lib_name = std::string(path); } diff --git a/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_platform_platform-posix.cc b/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_platform_platform-posix.cc index 1fe6f89d095a..53685c777576 100644 --- a/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_platform_platform-posix.cc +++ b/www/deno/files/patch-cargo-crates_rusty__v8_v8_src_base_platform_platform-posix.cc @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/v8/src/base/platform/platform-posix.cc.orig 2020-06-26 16:28:04 UTC -+++ cargo-crates/rusty_v8-0.28.0/v8/src/base/platform/platform-posix.cc +--- cargo-crates/rusty_v8-0.30.0/v8/src/base/platform/platform-posix.cc.orig 2020-06-26 16:28:04 UTC ++++ cargo-crates/rusty_v8-0.30.0/v8/src/base/platform/platform-posix.cc @@ -433,7 +433,7 @@ bool OS::DiscardSystemPages(void* address, size_t size // static diff --git a/www/deno/files/patch-crates_rusty__v8_third__party_zlib_BUILD.gn b/www/deno/files/patch-crates_rusty__v8_third__party_zlib_BUILD.gn index 47b9d584b802..306ac07c7949 100644 --- a/www/deno/files/patch-crates_rusty__v8_third__party_zlib_BUILD.gn +++ b/www/deno/files/patch-crates_rusty__v8_third__party_zlib_BUILD.gn @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/third_party/zlib/BUILD.gn.orig 2020-09-11 17:42:11 UTC -+++ cargo-crates/rusty_v8-0.28.0/third_party/zlib/BUILD.gn +--- cargo-crates/rusty_v8-0.30.0/third_party/zlib/BUILD.gn.orig 2020-09-11 17:42:11 UTC ++++ cargo-crates/rusty_v8-0.30.0/third_party/zlib/BUILD.gn @@ -108,6 +108,8 @@ if (use_arm_neon_optimizations) { defines = [ "CRC32_ARMV8_CRC32" ] if (is_android) { diff --git a/www/deno/files/patch-crates_rusty__v8_third__party_zlib_cpu__features.c b/www/deno/files/patch-crates_rusty__v8_third__party_zlib_cpu__features.c index aa73ecc9f8b3..ff7157b2ccea 100644 --- a/www/deno/files/patch-crates_rusty__v8_third__party_zlib_cpu__features.c +++ b/www/deno/files/patch-crates_rusty__v8_third__party_zlib_cpu__features.c @@ -1,5 +1,5 @@ ---- cargo-crates/rusty_v8-0.28.0/third_party/zlib/cpu_features.c.orig 2020-09-11 17:42:11 UTC -+++ cargo-crates/rusty_v8-0.28.0/third_party/zlib/cpu_features.c +--- cargo-crates/rusty_v8-0.30.0/third_party/zlib/cpu_features.c.orig 2020-09-11 17:42:11 UTC ++++ cargo-crates/rusty_v8-0.30.0/third_party/zlib/cpu_features.c @@ -31,11 +31,20 @@ int ZLIB_INTERNAL x86_cpu_enable_simd = 0; #ifndef CPU_NO_SIMD From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 12:51:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C3C236AEA3D; Fri, 1 Oct 2021 12:51:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVNd4Dl9z3tcj; Fri, 1 Oct 2021 12:51:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 635071FB40; Fri, 1 Oct 2021 12:51:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191CpTt0078443; Fri, 1 Oct 2021 12:51:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191CpTBV078442; Fri, 1 Oct 2021 12:51:29 GMT (envelope-from git) Date: Fri, 1 Oct 2021 12:51:29 GMT Message-Id: <202110011251.191CpTBV078442@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mikael Urankar Subject: git: c57db8f4ded8 - main - lang/ghc: Update arm bootstrap to 8.10.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c57db8f4ded85a3eece1bae9f3b6949a99428736 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 12:51:30 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=c57db8f4ded85a3eece1bae9f3b6949a99428736 commit c57db8f4ded85a3eece1bae9f3b6949a99428736 Author: Mikael Urankar AuthorDate: 2021-10-01 12:44:39 +0000 Commit: Mikael Urankar CommitDate: 2021-10-01 12:51:04 +0000 lang/ghc: Update arm bootstrap to 8.10.7 Update arm bootstrap to 8.10.7 Pass --host to the configure script otherwise ghc thinks we are crosscompiling (only affects armv6 and armv7) Remove CONFIGURE_ENV, it is now handled in patch-aclocal.m4 (submitted upstream as https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6599) Approved by: arrowd Differential Revision: https://reviews.freebsd.org/D32155 --- lang/ghc/Makefile | 14 +++----------- lang/ghc/distinfo | 8 ++++++-- lang/ghc/files/extra-patch-aclocal.m4 | 15 --------------- lang/ghc/files/patch-aclocal.m4 | 20 ++++++++++++++++++++ 4 files changed, 29 insertions(+), 28 deletions(-) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 37b610987ff7..229b48d08b2e 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -76,7 +76,7 @@ CABAL_VERSION= 3.2.1.0 HSCOLOUR_VERSION= 1.24.4 LLVM_VERSION= 10 # LLVM version that bootstrap compiler uses -BOOT_LLVM_VERSION= 90 +BOOT_LLVM_VERSION= 10 PLIST_SUB= GHC_VERSION=${GHC_VERSION} CABAL_VERSION=${CABAL_VERSION} @@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --enable-dtrace=0 .if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 BOOT_GHC_VERSION= 8.6.3 .elif ${ARCH} == aarch64 || ${ARCH:Marmv*} -BOOT_GHC_VERSION= 8.10.4 +BOOT_GHC_VERSION= 8.10.7 .else BOOT_GHC_VERSION= 8.6.5 .endif @@ -139,22 +139,14 @@ DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${BOOTSTRAPS_SUFFIX}${E # ghc-8.10.x on arm requires devel/llvm10 # CONFIGURE_TARGET must to be the same as the llvm triple CONFIGURE_TARGET= ${ARCH}-unknown-freebsd${"${ARCH:Maarch64}" != "":?:-gnueabihf} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-aclocal.m4 +CONFIGURE_ARGS+= --host=${CONFIGURE_TARGET} BUILD_DEPENDS+= llc${LLVM_VERSION}:devel/llvm${LLVM_VERSION} RUN_DEPENDS+= llc${LLVM_VERSION}:devel/llvm${LLVM_VERSION} -CONFIGURE_ENV+= LLC=llc${LLVM_VERSION} \ - OPT=opt${LLVM_VERSION} \ - CLANG=clang${LLVM_VERSION} \ - CC=clang${LLVM_VERSION} # When GHC being compiled and GHC used for bootstrapping support different # LLVM versions, we have to pull in both. Luckily, this is relatively rare. . if ${BOOT_LLVM_VERSION} != ${LLVM_VERSION} BUILD_DEPENDS+= llc${BOOT_LLVM_VERSION}:devel/llvm${BOOT_LLVM_VERSION} -CONFIGURE_ENV_BOOTSTRAP=LLC=llc${BOOT_LLVM_VERSION} \ - OPT=opt${BOOT_LLVM_VERSION} \ - CLANG=clang${BOOT_LLVM_VERSION} \ - CC=clang${BOOT_LLVM_VERSION} . endif .endif diff --git a/lang/ghc/distinfo b/lang/ghc/distinfo index c13c0dc5c125..fb17ff9cd026 100644 --- a/lang/ghc/distinfo +++ b/lang/ghc/distinfo @@ -9,8 +9,6 @@ SHA256 (ghc-8.6.5-boot-amd64-freebsd11.tar.xz) = 07d4c54a70900128e24b5dd9b22d929 SIZE (ghc-8.6.5-boot-amd64-freebsd11.tar.xz) = 68965716 SHA256 (ghc-8.6.5-boot-i386-freebsd11.tar.xz) = cd208fbb6b2a158ff8c5d6227e0babd8c224867ea301abf970dc446f04c9e95f SIZE (ghc-8.6.5-boot-i386-freebsd11.tar.xz) = 67439136 -SHA256 (ghc-8.10.4-boot-aarch64-freebsd.tar.xz) = f5739647d97c0f2b217bd8cb01a40a38b5659e1743cf97d1f55c8c8536d4e6e9 -SIZE (ghc-8.10.4-boot-aarch64-freebsd.tar.xz) = 121587472 SHA256 (ghc-8.10.4-boot-armv6-freebsd.tar.xz) = 04b207b787bdff71028b8d4c311a47105d7b098809e8fd21b788b1ab0dccdf22 SIZE (ghc-8.10.4-boot-armv6-freebsd.tar.xz) = 148679080 SHA256 (ghc-8.10.4-boot-armv7-freebsd.tar.xz) = db94e69b83a93fba9c136e890ccb0bf76b6d163ac3979dadb1568e81c3267744 @@ -19,5 +17,11 @@ SHA256 (ghc-8.6.5-boot-powerpc64-freebsd-elfv2.tar.xz) = 89dfbfab84aef489ca9d0ff SIZE (ghc-8.6.5-boot-powerpc64-freebsd-elfv2.tar.xz) = 113782560 SHA256 (ghc-8.6.3-boot-powerpc64-freebsd-elfv1.tar.xz) = fb9bd4bad3a54722b7012c0a531cbdfe71b3b20a0b92cbd52195a526dc5ccde4 SIZE (ghc-8.6.3-boot-powerpc64-freebsd-elfv1.tar.xz) = 112652192 +SHA256 (ghc-8.10.7-boot-aarch64-freebsd.tar.xz) = 9bbae471c65a04a9787208d421ac1f3cf251f4e18dc974238172721148da6f49 +SIZE (ghc-8.10.7-boot-aarch64-freebsd.tar.xz) = 125236788 +SHA256 (ghc-8.10.7-boot-armv7-freebsd.tar.xz) = 15708f4f4324d7e87ddbd6548a6ca72dc8587de5a24c2498453603fa73b5ccfb +SIZE (ghc-8.10.7-boot-armv7-freebsd.tar.xz) = 127945844 +SHA256 (ghc-8.10.7-boot-armv6-freebsd.tar.xz) = 84010e11f92e0a9fe106b80cbaf027ba342da055c3ad6d89eab0a389c0523e1b +SIZE (ghc-8.10.7-boot-armv6-freebsd.tar.xz) = 129190568 SHA256 (hscolour-1.24.4.tar.gz) = 243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d SIZE (hscolour-1.24.4.tar.gz) = 28729 diff --git a/lang/ghc/files/extra-patch-aclocal.m4 b/lang/ghc/files/extra-patch-aclocal.m4 deleted file mode 100644 index 891cb6f28aad..000000000000 --- a/lang/ghc/files/extra-patch-aclocal.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- aclocal.m4.orig 2020-08-07 16:52:59 UTC -+++ aclocal.m4 -@@ -2461,12 +2461,6 @@ AC_DEFUN([FIND_LD],[ - [enable_ld_override=yes]) - - find_ld() { -- # Make sure the user didn't specify LD manually. -- if test "z$LD" != "z"; then -- AC_CHECK_TARGET_TOOL([LD], [ld]) -- return -- fi -- - # Manually iterate over possible names since we want to ensure that, e.g., - # if ld.lld is installed but gcc doesn't support -fuse-ld=lld, that we - # then still try ld.gold and -fuse-ld=gold. diff --git a/lang/ghc/files/patch-aclocal.m4 b/lang/ghc/files/patch-aclocal.m4 new file mode 100644 index 000000000000..2eb04c157343 --- /dev/null +++ b/lang/ghc/files/patch-aclocal.m4 @@ -0,0 +1,20 @@ +--- aclocal.m4.orig 2020-08-07 16:52:59 UTC ++++ aclocal.m4 +@@ -2221,7 +2221,7 @@ AC_DEFUN([XCODE_VERSION],[ + # FIND_LLVM_PROG() + # -------------------------------- + # Find where the llvm tools are. We have a special function to handle when they +-# are installed with a version suffix (e.g., llc-7, llc-7.0) and without (e.g. ++# are installed with a version suffix (e.g., llc-7, llc-7.0, llc70) and without (e.g. + # llc). + # + # $1 = the variable to set +@@ -2231,7 +2231,7 @@ AC_DEFUN([XCODE_VERSION],[ + # + AC_DEFUN([FIND_LLVM_PROG],[ + # Test for program with and without version name. +- PROG_VERSION_CANDIDATES=$(for llvmVersion in `seq $4 -1 $3`; do echo "$2-$llvmVersion $2-$llvmVersion.0"; done) ++ PROG_VERSION_CANDIDATES=$(for llvmVersion in `seq $4 -1 $3`; do echo "$2-$llvmVersion $2-$llvmVersion.0 $2$llvmVersion $2$llvmVersion0"; done) + AC_CHECK_TOOLS([$1], [$PROG_VERSION_CANDIDATES $2], []) + AS_IF([test x"$$1" != x],[ + PROG_VERSION=`$$1 --version | awk '/.*version [[0-9\.]]+/{for(i=1;i<=NF;i++){ if(\$i ~ /^[[0-9\.]]+$/){print \$i}}}'` From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 12:51:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE96C6AE8B3; Fri, 1 Oct 2021 12:51:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVNf56Gzz3v5D; Fri, 1 Oct 2021 12:51:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F70D1FC57; Fri, 1 Oct 2021 12:51:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191CpUUq078469; Fri, 1 Oct 2021 12:51:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191CpU68078468; Fri, 1 Oct 2021 12:51:30 GMT (envelope-from git) Date: Fri, 1 Oct 2021 12:51:30 GMT Message-Id: <202110011251.191CpU68078468@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mikael Urankar Subject: git: b8b32707f322 - main - devel/stack: Add aarch64 support. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b8b32707f322a10b98d9cec7f818954e65d7d57b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 12:51:31 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8b32707f322a10b98d9cec7f818954e65d7d57b commit b8b32707f322a10b98d9cec7f818954e65d7d57b Author: Mikael Urankar AuthorDate: 2021-10-01 12:46:23 +0000 Commit: Mikael Urankar CommitDate: 2021-10-01 12:51:04 +0000 devel/stack: Add aarch64 support. Approved by: arrowd Differential Revision: https://reviews.freebsd.org/D32221 --- devel/stack/Makefile | 6 ++++++ ...__cabal__deps_cryptonite-0.29_cbits_decaf_include_word.h | 13 +++++++++++++ devel/stack/files/patch-src_Stack_Setup.hs | 12 ++++++++++++ 3 files changed, 31 insertions(+) diff --git a/devel/stack/Makefile b/devel/stack/Makefile index e7c331c4ae47..d6097f2e31ce 100644 --- a/devel/stack/Makefile +++ b/devel/stack/Makefile @@ -189,6 +189,12 @@ USE_CABAL= Glob-0.10.1_1 \ .include +.if ${ARCH} == aarch64 +# Keep it in sync with LLVM_VERSION in lang/ghc +LLVM_VERSION= 10 +RUN_DEPENDS+= llc${LLVM_VERSION}:devel/llvm${LLVM_VERSION} +.endif + .if ${OSVERSION} >= 1300078 && ${ARCH} != powerpc64 LIB_DEPENDS+= libncursesw.so.8:misc/compat12x .endif diff --git a/devel/stack/files/patch-__cabal__deps_cryptonite-0.29_cbits_decaf_include_word.h b/devel/stack/files/patch-__cabal__deps_cryptonite-0.29_cbits_decaf_include_word.h new file mode 100644 index 000000000000..2d34e0825ca0 --- /dev/null +++ b/devel/stack/files/patch-__cabal__deps_cryptonite-0.29_cbits_decaf_include_word.h @@ -0,0 +1,13 @@ +https://github.com/haskell-crypto/cryptonite/issues/350 + +--- _cabal_deps/cryptonite-0.29/cbits/decaf/include/word.h.orig 2019-09-08 00:46:48 UTC ++++ _cabal_deps/cryptonite-0.29/cbits/decaf/include/word.h +@@ -238,7 +238,7 @@ malloc_vector(size_t size) { + /* PERF: vectorize vs unroll */ + #ifdef __clang__ + #if 100*__clang_major__ + __clang_minor__ > 305 +-#define UNROLL _Pragma("clang loop unroll(full)") ++//#define UNROLL _Pragma("clang loop unroll(full)") + #endif + #endif + diff --git a/devel/stack/files/patch-src_Stack_Setup.hs b/devel/stack/files/patch-src_Stack_Setup.hs new file mode 100644 index 000000000000..854e0414d9b4 --- /dev/null +++ b/devel/stack/files/patch-src_Stack_Setup.hs @@ -0,0 +1,12 @@ +https://github.com/commercialhaskell/stack/pull/5622 + +--- src/Stack/Setup.hs.orig 2021-07-19 21:35:32 UTC ++++ src/Stack/Setup.hs +@@ -1266,6 +1266,7 @@ getOSKey platform = + Platform Arm Cabal.Linux -> return "linux-armv7" + Platform AArch64 Cabal.Linux -> return "linux-aarch64" + Platform Sparc Cabal.Linux -> return "linux-sparc" ++ Platform AArch64 Cabal.FreeBSD -> return "freebsd-aarch64" + Platform arch os -> throwM $ UnsupportedSetupCombo os arch + + downloadOrUseLocal From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 12:51:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FB146AEB90; Fri, 1 Oct 2021 12:51:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVNg5jJpz3ty1; Fri, 1 Oct 2021 12:51:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C9541FC58; Fri, 1 Oct 2021 12:51:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191CpVWu078953; Fri, 1 Oct 2021 12:51:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191CpV2A078946; Fri, 1 Oct 2021 12:51:31 GMT (envelope-from git) Date: Fri, 1 Oct 2021 12:51:31 GMT Message-Id: <202110011251.191CpV2A078946@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mikael Urankar Subject: git: 6ab6d5d51642 - main - sysutils/cpufetch: Add new port. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6ab6d5d5164263fd838b41c7adc361eafe4d7379 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 12:51:32 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ab6d5d5164263fd838b41c7adc361eafe4d7379 commit 6ab6d5d5164263fd838b41c7adc361eafe4d7379 Author: Joel Bodenmann AuthorDate: 2021-10-01 12:49:00 +0000 Commit: Mikael Urankar CommitDate: 2021-10-01 12:51:04 +0000 sysutils/cpufetch: Add new port. Simple yet fancy CPU architecture fetching tool. cpufetch is a command-line tool written in C that displays the CPU information in a clean and beautiful way. WWW: https://github.com/Dr-Noob/cpufetch PR: 258736 --- sysutils/Makefile | 1 + sysutils/cpufetch/Makefile | 29 +++++++++++++++++++++++++++++ sysutils/cpufetch/distinfo | 3 +++ sysutils/cpufetch/pkg-descr | 6 ++++++ 4 files changed, 39 insertions(+) diff --git a/sysutils/Makefile b/sysutils/Makefile index 3aafb3b6d1ed..273617dd5143 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -217,6 +217,7 @@ SUBDIR += cpdup SUBDIR += cpu-x SUBDIR += cpuburn + SUBDIR += cpufetch SUBDIR += cpuid SUBDIR += cpuid2cpuflags SUBDIR += cpulimit diff --git a/sysutils/cpufetch/Makefile b/sysutils/cpufetch/Makefile new file mode 100644 index 000000000000..4b5ef95e1436 --- /dev/null +++ b/sysutils/cpufetch/Makefile @@ -0,0 +1,29 @@ +PORTNAME= cpufetch +DISTVERSIONPREFIX= v +DISTVERSION= 1.00 +CATEGORIES= sysutils + +MAINTAINER= joel@insane.engineer +COMMENT= Simple yet fancy CPU architecture fetching tool + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= Not yet ported to FreeBSD arm / powerpc + +USES= gmake + +USE_GITHUB= yes +GH_ACCOUNT= Dr-Noob +GH_PROJECT= cpufetch + +PLIST_FILES= bin/cpufetch \ + man/man1/cpufetch.1.gz + +# Custom install as upstream uses invalid -Dm755 and -Dm644 instead of ${INSTALL_PROGRAM} and ${INSTALL_DATA} accordingly. +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cpufetch ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/cpufetch.1 ${STAGEDIR}${PREFIX}/man/man1 + +.include diff --git a/sysutils/cpufetch/distinfo b/sysutils/cpufetch/distinfo new file mode 100644 index 000000000000..c195602b6c25 --- /dev/null +++ b/sysutils/cpufetch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632680562 +SHA256 (Dr-Noob-cpufetch-v1.00_GH0.tar.gz) = 2254c2578435cc35c4d325b25fdff4c4b681de92cbce9a7a36e58ad58a3d9173 +SIZE (Dr-Noob-cpufetch-v1.00_GH0.tar.gz) = 317439 diff --git a/sysutils/cpufetch/pkg-descr b/sysutils/cpufetch/pkg-descr new file mode 100644 index 000000000000..6119cd322668 --- /dev/null +++ b/sysutils/cpufetch/pkg-descr @@ -0,0 +1,6 @@ +Simple yet fancy CPU architecture fetching tool. + +cpufetch is a command-line tool written in C that displays the CPU information +in a clean and beautiful way. + +WWW: https://github.com/Dr-Noob/cpufetch From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 13:01:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EA816AED23; Fri, 1 Oct 2021 13:01:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVbx2J8rz3vV1; Fri, 1 Oct 2021 13:01:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F9ED1FDEE; Fri, 1 Oct 2021 13:01:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191D1HOm093258; Fri, 1 Oct 2021 13:01:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191D1Hqb093257; Fri, 1 Oct 2021 13:01:17 GMT (envelope-from git) Date: Fri, 1 Oct 2021 13:01:17 GMT Message-Id: <202110011301.191D1Hqb093257@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 639c2d3d3b03 - main - games/dxx-rebirth: update to 20210922 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 639c2d3d3b0380c1a96a82f794270195dd8ac37e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 13:01:17 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=639c2d3d3b0380c1a96a82f794270195dd8ac37e commit 639c2d3d3b0380c1a96a82f794270195dd8ac37e Author: Piotr Kubaj AuthorDate: 2021-10-01 12:57:18 +0000 Commit: Piotr Kubaj CommitDate: 2021-10-01 12:57:18 +0000 games/dxx-rebirth: update to 20210922 --- games/dxx-rebirth/Makefile | 7 ++----- games/dxx-rebirth/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/games/dxx-rebirth/Makefile b/games/dxx-rebirth/Makefile index 168e44877235..6c6857293e0e 100644 --- a/games/dxx-rebirth/Makefile +++ b/games/dxx-rebirth/Makefile @@ -1,14 +1,11 @@ -# Created by: Piotr Kubaj - -PORTNAME= dxx-rebirth -PORTVERSION= 20210821 +PORTVERSION= 20210922 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= https://www.dxx-rebirth.com/download/dxx/rebirth/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES= 2c3a258d17407ea4a94b791c3d6a07a930a8d283.patch:-p1 +PATCHFILES= b42ab2aa2ff1ae1ddf43b872a1d1b1a171590d5d.patch:-p1 MAINTAINER= pkubaj@FreeBSD.org COMMENT= Open source port of Descent and Descent 2 diff --git a/games/dxx-rebirth/distinfo b/games/dxx-rebirth/distinfo index e05a9debcb3c..867eb7b6d919 100644 --- a/games/dxx-rebirth/distinfo +++ b/games/dxx-rebirth/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1629980724 -SHA256 (dxx-rebirth_20210821-src.tar.xz) = 335ef6b63faf9faa195b92f25f4652ce74aa0260bc8e6db6f14a3c81a970bc14 -SIZE (dxx-rebirth_20210821-src.tar.xz) = 1343020 -SHA256 (2c3a258d17407ea4a94b791c3d6a07a930a8d283.patch) = 31fd7e38e841ba8f7b20ea2273ac6b461c91c66f885fa85ef7afd56e8d95bc39 -SIZE (2c3a258d17407ea4a94b791c3d6a07a930a8d283.patch) = 945 +TIMESTAMP = 1633092667 +SHA256 (dxx-rebirth_20210922-src.tar.xz) = e1492d96960fbd7fd0e3ba4e7e610258020067c080ac53490c997c03d1061f4d +SIZE (dxx-rebirth_20210922-src.tar.xz) = 1351800 +SHA256 (b42ab2aa2ff1ae1ddf43b872a1d1b1a171590d5d.patch) = 05a8b9e895f20afe0da8eff5d7884a48baeec462e2a0c126fcf85ed1fec26896 +SIZE (b42ab2aa2ff1ae1ddf43b872a1d1b1a171590d5d.patch) = 714 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 13:01:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63BBB6AED9D; Fri, 1 Oct 2021 13:01:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVcb0j9Sz3vmD; Fri, 1 Oct 2021 13:01:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AAF581FD59; Fri, 1 Oct 2021 13:01:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191D1ona094303; Fri, 1 Oct 2021 13:01:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191D1oA5094302; Fri, 1 Oct 2021 13:01:50 GMT (envelope-from git) Date: Fri, 1 Oct 2021 13:01:50 GMT Message-Id: <202110011301.191D1oA5094302@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 42eaef817041 - main - graphics/nsxiv: New port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 42eaef8170415da13167c697017ef5231e203fac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 13:01:51 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=42eaef8170415da13167c697017ef5231e203fac commit 42eaef8170415da13167c697017ef5231e203fac Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-01 12:54:23 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-01 13:01:46 +0000 graphics/nsxiv: New port nsxiv is a fork of now unmaintained sxiv with the purpose of maintaining it and adding simple, sensible features. --- graphics/Makefile | 1 + graphics/nsxiv/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ graphics/nsxiv/distinfo | 5 +++++ graphics/nsxiv/pkg-descr | 16 ++++++++++++++++ graphics/nsxiv/pkg-plist | 8 ++++++++ 5 files changed, 70 insertions(+) diff --git a/graphics/Makefile b/graphics/Makefile index c590d477ee53..1453852d8596 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -569,6 +569,7 @@ SUBDIR += nomacs SUBDIR += nplot SUBDIR += npretty + SUBDIR += nsxiv SUBDIR += nurbs++ SUBDIR += nvidia-texture-tools SUBDIR += ocaml-images diff --git a/graphics/nsxiv/Makefile b/graphics/nsxiv/Makefile new file mode 100644 index 000000000000..b21e8e732396 --- /dev/null +++ b/graphics/nsxiv/Makefile @@ -0,0 +1,40 @@ +PORTNAME= nsxiv +DISTVERSIONPREFIX= v +DISTVERSION= 27.1-20 +DISTVERSIONSUFFIX= -g065562d +CATEGORIES= graphics +PATCH_SITES= https://github.com/0mp/nsxiv/commit/ +PATCHFILES= d44674845ac41621cdaf69f6898b81fac435233f.patch:-p1 + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Simple X image viewer + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libexif.so:graphics/libexif \ + libfontconfig.so:x11-fonts/fontconfig \ + libgif.so:graphics/giflib \ + libImlib2.so:graphics/imlib2 \ + libinotify.so:devel/libinotify + +USES= desktop-file-utils gmake localbase:ldflags pkgconfig xorg +USE_GITHUB= yes +USE_XORG= x11 xft + +MAKE_ARGS= PREFIX=${PREFIX} +MAKE_ENV= OPTIONAL_LIBS=-linotify + +INSTALL_TARGET= install-all + +OPTIONS_DEFINE= DOCS + +# These examples files belong to the project's documentation. Let's leave them +# in the doc directory for simplicity. +PORTDOCS= examples/image-info \ + examples/key-handler + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include diff --git a/graphics/nsxiv/distinfo b/graphics/nsxiv/distinfo new file mode 100644 index 000000000000..3b27508ac534 --- /dev/null +++ b/graphics/nsxiv/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1633092026 +SHA256 (nsxiv-nsxiv-v27.1-20-g065562d_GH0.tar.gz) = 178241206a49add6cdc337f3fa112dd2c53d87ba6025cf54bb8f37ba563bfa02 +SIZE (nsxiv-nsxiv-v27.1-20-g065562d_GH0.tar.gz) = 55969 +SHA256 (d44674845ac41621cdaf69f6898b81fac435233f.patch) = ad31030cdcbc9cdf4dbb5bb199e370d34b14e1735409624ecdc7d35643cb0b08 +SIZE (d44674845ac41621cdaf69f6898b81fac435233f.patch) = 1201 diff --git a/graphics/nsxiv/pkg-descr b/graphics/nsxiv/pkg-descr new file mode 100644 index 000000000000..334104d66350 --- /dev/null +++ b/graphics/nsxiv/pkg-descr @@ -0,0 +1,16 @@ +Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer is a fork of +now unmaintained sxiv, the Simple X Image Viewer, with the purpose of +maintaining it and adding simple, sensible features. nsxiv is free software +licensed under GPLv2 and aims to be easy to modify and customize. + +Some of its features are: + +- Basic image operations, e.g. zooming, panning, rotating +- Customizable key and mouse button mappings (in config.h) +- Thumbnail mode: grid of selectable previews of all images +- Ability to cache thumbnails for fast re-loading +- Basic support for multi-frame images +- Load all frames from GIF files and play GIF animations +- Display image information in status bar + +WWW: https://github.com/nsxiv/nsxiv diff --git a/graphics/nsxiv/pkg-plist b/graphics/nsxiv/pkg-plist new file mode 100644 index 000000000000..f58c6e327c42 --- /dev/null +++ b/graphics/nsxiv/pkg-plist @@ -0,0 +1,8 @@ +bin/nsxiv +share/applications/nsxiv.desktop +share/icons/hicolor/128x128/apps/nsxiv.png +share/icons/hicolor/16x16/apps/nsxiv.png +share/icons/hicolor/32x32/apps/nsxiv.png +share/icons/hicolor/48x48/apps/nsxiv.png +share/icons/hicolor/64x64/apps/nsxiv.png +share/man/man1/nsxiv.1.gz From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 13:06:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63F2D6AEF16; Fri, 1 Oct 2021 13:06:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVjZ2S3Yz3vxG; Fri, 1 Oct 2021 13:06:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 337D81FACE; Fri, 1 Oct 2021 13:06:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191D6AAS097100; Fri, 1 Oct 2021 13:06:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191D6AoZ097099; Fri, 1 Oct 2021 13:06:10 GMT (envelope-from git) Date: Fri, 1 Oct 2021 13:06:10 GMT Message-Id: <202110011306.191D6AoZ097099@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 0f53e42fae2c - main - graphics/sxiv: Mark deprecated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0f53e42fae2ce06100927ab841791391c8544c7e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 13:06:10 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f53e42fae2ce06100927ab841791391c8544c7e commit 0f53e42fae2ce06100927ab841791391c8544c7e Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-01 13:05:08 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-01 13:05:08 +0000 graphics/sxiv: Mark deprecated Upstream has archived the repository. The community maintains a fork of sxiv called nsxiv. It's already available in the ports tree as graphics/nsxiv. --- graphics/sxiv/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/sxiv/Makefile b/graphics/sxiv/Makefile index 44fea0fcd7a2..c768859d8287 100644 --- a/graphics/sxiv/Makefile +++ b/graphics/sxiv/Makefile @@ -11,6 +11,9 @@ COMMENT= Lightweight image viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream has archived the project; please switch to the maintained fork (graphics/nsxiv) +EXPIRATION_DATE=2022-04-01 + LIB_DEPENDS= libexif.so:graphics/libexif \ libfontconfig.so:x11-fonts/fontconfig \ libgif.so:graphics/giflib \ From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 13:11:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FD716AEB78; Fri, 1 Oct 2021 13:11:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLVqW0ZGzz3w5k; Fri, 1 Oct 2021 13:11:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E964A2020B; Fri, 1 Oct 2021 13:11:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191DBIiJ006620; Fri, 1 Oct 2021 13:11:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191DBIga006619; Fri, 1 Oct 2021 13:11:18 GMT (envelope-from git) Date: Fri, 1 Oct 2021 13:11:18 GMT Message-Id: <202110011311.191DBIga006619@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mikael Urankar Subject: git: df021c457f81 - main - security/honeytrap: Update to g20210510 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: df021c457f81d103a4b75acc341f1e3edd59c336 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 13:11:19 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=df021c457f81d103a4b75acc341f1e3edd59c336 commit df021c457f81d103a4b75acc341f1e3edd59c336 Author: Mikael Urankar AuthorDate: 2021-10-01 13:05:36 +0000 Commit: Mikael Urankar CommitDate: 2021-10-01 13:07:25 +0000 security/honeytrap: Update to g20210510 - Update to g20210510 - Update license information - Split long lines - Add HONEYTRAP_LOGDIR PR: 258245 Reported by: Borja Marcos Approved by: maintainer timeout --- security/honeytrap/Makefile | 33 ++++++++++++++-------- security/honeytrap/distinfo | 14 ++------- ...sor_pkg_sentry_platform_kvm_bluepill__unsafe.go | 11 -------- ...isor_pkg_sentry_platform_kvm_machine__unsafe.go | 11 -------- ...kg_sentry_platform_ptrace_subprocess__unsafe.go | 11 -------- ...isor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go | 11 -------- ...or_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go | 11 -------- ...visor_pkg_sync_downgradable__rwmutex__unsafe.go | 11 -------- ...r_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go | 11 -------- ...or_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go | 11 -------- ...pip_link_rawfile_blockingpoll__yield__unsafe.go | 11 -------- ...dor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go | 11 -------- 12 files changed, 24 insertions(+), 133 deletions(-) diff --git a/security/honeytrap/Makefile b/security/honeytrap/Makefile index fc300a240581..c4a2f89bd849 100644 --- a/security/honeytrap/Makefile +++ b/security/honeytrap/Makefile @@ -1,22 +1,29 @@ PORTNAME= honeytrap -DISTVERSION= g20200625 +DISTVERSION= g20210510 CATEGORIES= security MAINTAINER= ezri.mudde@dutchsec.com COMMENT= Framework for running, monitoring and managing honeypots -LICENSE= ART20 +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -GO_BUILDFLAGS= -ldflags '-X github.com/honeytrap/honeytrap/cmd.Version=2020-07-22T08:34:55 -X github.com/honeytrap/honeytrap/cmd.ReleaseTag=DEVELOPMENT.2020-07-22T08-34-55Z -X github.com/honeytrap/honeytrap/cmd.CommitID=33bbb2db3a3140b0ce4fbda14747bc954e0bcadd -X github.com/honeytrap/honeytrap/cmd.ShortCommitID=33bbb2db3a31 -extldflags "static"' +GO_BUILDFLAGS= -ldflags \ + '-X github.com/honeytrap/honeytrap/cmd.Version=2021-05-10T00:00:00 \ + -X github.com/honeytrap/honeytrap/cmd.ReleaseTag=DEVELOPMENT.2021-05-10T00-00-00Z \ + -X github.com/honeytrap/honeytrap/cmd.CommitID=110030494f54421d01edfb57343aee3a102dc37d \ + -X github.com/honeytrap/honeytrap/cmd.ShortCommitID=110030494f54 \ + -extldflags "static"' USE_GITHUB= yes -GH_TAGNAME= 33bbb2d -GH_TUPLE= AndreasBriese:bbloom:28f7e881ca57:andreasbriese_bbloom/vendor/github.com/AndreasBriese/bbloom \ +GH_TAGNAME= 1100304 +GH_TUPLE= \ + AndreasBriese:bbloom:28f7e881ca57:andreasbriese_bbloom/vendor/github.com/AndreasBriese/bbloom \ BurntSushi:toml:v0.3.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \ Logicalis:asn1:c9c836c1a3cd:logicalis_asn1/vendor/github.com/Logicalis/asn1 \ Shopify:sarama:v1.16.0:shopify_sarama/vendor/github.com/Shopify/sarama \ boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \ - cenkalti:backoff:v4.0.0:cenkalti_backoff/vendor/github.com/cenkalti/backoff/v4 \ + cenkalti:backoff:v4.0.0:cenkalti_backoff_v4/vendor/github.com/cenkalti/backoff/v4 \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgraph-io:badger:94594b20babf:dgraph_io_badger/vendor/github.com/dgraph-io/badger \ dgryski:go-farm:2de33835d102:dgryski_go_farm/vendor/github.com/dgryski/go-farm \ @@ -36,7 +43,6 @@ GH_TUPLE= AndreasBriese:bbloom:28f7e881ca57:andreasbriese_bbloom/vendor/github.c golang:snappy:553a64147049:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:d101bd2416d5:golang_sys/vendor/golang.org/x/sys \ golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \ - google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \ google:gopacket:v1.1.14:google_gopacket/vendor/github.com/google/gopacket \ gorilla:websocket:v1.2.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ honeytrap:honeytrap-web:02944754979e:honeytrap_honeytrap_web/vendor/github.com/honeytrap/honeytrap-web \ @@ -63,27 +69,30 @@ GH_TUPLE= AndreasBriese:bbloom:28f7e881ca57:andreasbriese_bbloom/vendor/github.c songgao:water:75f112d19d5a:songgao_water/vendor/github.com/songgao/water \ streadway:amqp:8e4aba63da9f:streadway_amqp/vendor/github.com/streadway/amqp \ urfave:cli:v1.20.0:urfave_cli/vendor/gopkg.in/urfave/cli.v1 \ - vishvananda:netlink:v1.1.0:vishvananda_netlink/vendor/github.com/vishvananda/netlink \ - vishvananda:netns:0a2b9b5464df:vishvananda_netns/vendor/github.com/vishvananda/netns \ - yuin:gopher-lua:8bfc7677f583:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua \ - google:gvisor:3eb302470365:google_gvisor/vendor/gvisor.dev/gvisor + yuin:gopher-lua:8bfc7677f583:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua HONEYTRAP_USER?= honeytrap HONEYTRAP_GROUP?= honeytrap HONEYTRAP_DBDIR?= /var/db/${PORTNAME} +HONEYTRAP_LOGDIR?= /var/log/${PORTNAME} USERS= ${HONEYTRAP_USER} GROUPS= ${HONEYTRAP_GROUP} USE_RC_SUBR= honeytrap PLIST_FILES= "@sample(honeytrap,honeytrap,0600) ${ETCDIR}/honeytrap.toml.sample" \ + "@dir(honeytrap,honeytrap,0700) ${HONEYTRAP_LOGDIR}" \ bin/honeytrap SUB_LIST= GROUP=${HONEYTRAP_GROUP} \ HONEYTRAP_DBDIR=${HONEYTRAP_DBDIR} \ USER=${HONEYTRAP_USER} +post-patch: + ${REINPLACE_CMD} 's#/etc#${ETCDIR}#' \ + ${WRKSRC}/cmd/honeytrap/main.go do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${PREFIX}/bin \ + ${STAGEDIR}${HONEYTRAP_LOGDIR} ${INSTALL_PROGRAM} ${WRKDIR}/bin/honeytrap ${STAGEDIR}${PREFIX}/bin/honeytrap ${MKDIR} ${STAGEDIR}${PREFIX}/etc/rc.d ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/honeytrap.toml ${STAGEDIR}${ETCDIR}/honeytrap.toml.sample diff --git a/security/honeytrap/distinfo b/security/honeytrap/distinfo index 6f082e28ae61..62653cdd8443 100644 --- a/security/honeytrap/distinfo +++ b/security/honeytrap/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1595352531 -SHA256 (honeytrap-honeytrap-g20200625-33bbb2d_GH0.tar.gz) = a6390179c0ba3282d7523f3633d4a15852f39081fd666f4ac3a4c37f95fef4c4 -SIZE (honeytrap-honeytrap-g20200625-33bbb2d_GH0.tar.gz) = 379053 +TIMESTAMP = 1632492215 +SHA256 (honeytrap-honeytrap-g20210510-1100304_GH0.tar.gz) = 03279a7dd22181f31a6cf03ad3045c8d50ae73a7853ee7482a6785a3779c389f +SIZE (honeytrap-honeytrap-g20210510-1100304_GH0.tar.gz) = 372365 SHA256 (AndreasBriese-bbloom-28f7e881ca57_GH0.tar.gz) = c87bf25d12aa9ef597c6a465dd2959d6d7e06d8341030d6d75c8a81ccc388ccd SIZE (AndreasBriese-bbloom-28f7e881ca57_GH0.tar.gz) = 7141 SHA256 (BurntSushi-toml-v0.3.0_GH0.tar.gz) = 2c49390424cfb043f803977bce80b1504495bada54f9e845ff8b30a05fab9a36 @@ -51,8 +51,6 @@ SHA256 (golang-sys-d101bd2416d5_GH0.tar.gz) = c1de80d233d3df630ed34bf80cbb3f1861 SIZE (golang-sys-d101bd2416d5_GH0.tar.gz) = 1537146 SHA256 (golang-time-555d28b269f0_GH0.tar.gz) = 8ce368da65025dad4e4ed302a5835e2b3579f3a111721f9b275803519a5d10b3 SIZE (golang-time-555d28b269f0_GH0.tar.gz) = 9577 -SHA256 (google-btree-v1.0.0_GH0.tar.gz) = 9f53e0e1330a4dbe92100d516606791f7196bf828ba93d693ef4d5c1cbd5fe30 -SIZE (google-btree-v1.0.0_GH0.tar.gz) = 15292 SHA256 (google-gopacket-v1.1.14_GH0.tar.gz) = cb67f185cd2547652b9161829e82ebdeafc8984e827825647fd8d3f4e9f93250 SIZE (google-gopacket-v1.1.14_GH0.tar.gz) = 748336 SHA256 (gorilla-websocket-v1.2.0_GH0.tar.gz) = 04d1c4fa839a01d32d3c8c558370a964d83b5c980f74c4b965f3dd04f8cb9276 @@ -105,11 +103,5 @@ SHA256 (streadway-amqp-8e4aba63da9f_GH0.tar.gz) = b410ff90980687c896dfdaf84f0257 SIZE (streadway-amqp-8e4aba63da9f_GH0.tar.gz) = 85410 SHA256 (urfave-cli-v1.20.0_GH0.tar.gz) = c5ba59f5742c99618b5ba34211699287cd3e80c41488bb267035ce0163e3bade SIZE (urfave-cli-v1.20.0_GH0.tar.gz) = 58397 -SHA256 (vishvananda-netlink-v1.1.0_GH0.tar.gz) = c72754916ac1551cea4e1f801d5b2c26c1476f11bd3130382a4a890822eb5929 -SIZE (vishvananda-netlink-v1.1.0_GH0.tar.gz) = 147026 -SHA256 (vishvananda-netns-0a2b9b5464df_GH0.tar.gz) = 15f89c51e1daf9b0c24d80ad38a2dbbec2efd7214e36120dc1383702387ec679 -SIZE (vishvananda-netns-0a2b9b5464df_GH0.tar.gz) = 8004 SHA256 (yuin-gopher-lua-8bfc7677f583_GH0.tar.gz) = 44997d2b2d921f747e8e96201c0457250e897c66efc7bf5dd2011a9e29a6aaaa SIZE (yuin-gopher-lua-8bfc7677f583_GH0.tar.gz) = 152266 -SHA256 (google-gvisor-3eb302470365_GH0.tar.gz) = a308a1ca98632293e622805b46e85f19b582db2c39aa04b9d1181f9d8df100fa -SIZE (google-gvisor-3eb302470365_GH0.tar.gz) = 1658415 diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go deleted file mode 100644 index d670112de571..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/bluepill_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/bluepill_unsafe.go -@@ -13,7 +13,7 @@ - // limitations under the License. - - // +build go1.12 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go deleted file mode 100644 index 12bc2d789aa4..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/machine_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/machine_unsafe.go -@@ -13,7 +13,7 @@ - // limitations under the License. - - // +build go1.12 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go deleted file mode 100644 index e9914deb2ebd..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/sentry/platform/ptrace/subprocess_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/ptrace/subprocess_unsafe.go -@@ -13,7 +13,7 @@ - // limitations under the License. - - // +build go1.12 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go deleted file mode 100644 index 430d8d76942a..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/sentry/vfs/mount_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/sentry/vfs/mount_unsafe.go -@@ -13,7 +13,7 @@ - // limitations under the License. - - // +build go1.12 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go deleted file mode 100644 index 83aae92765a2..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go -@@ -13,7 +13,7 @@ - // limitations under the License. - - // +build go1.11 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go deleted file mode 100644 index 1e65b05ca9c1..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/sync/downgradable_rwmutex_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/sync/downgradable_rwmutex_unsafe.go -@@ -4,7 +4,7 @@ - // license that can be found in the LICENSE file. - - // +build go1.13 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go deleted file mode 100644 index 1dea45d7f217..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/sync/memmove_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/sync/memmove_unsafe.go -@@ -4,7 +4,7 @@ - // license that can be found in the LICENSE file. - - // +build go1.12 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go deleted file mode 100644 index d254f8b6d6e0..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/sync/tmutex_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/sync/tmutex_unsafe.go -@@ -4,7 +4,7 @@ - // license that can be found in the LICENSE file. - - // +build go1.13 --// +build !go1.15 -+// +build !go1.17 - - // When updating the build constraint (above), check that syncMutex matches the - // standard library sync.Mutex definition. diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go deleted file mode 100644 index 1eb2a67b39d5..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/tcpip/link/rawfile/blockingpoll_yield_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/tcpip/link/rawfile/blockingpoll_yield_unsafe.go -@@ -14,7 +14,7 @@ - - // +build linux,amd64 linux,arm64 - // +build go1.12 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - diff --git a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go b/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go deleted file mode 100644 index 7b42bc977827..000000000000 --- a/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/gvisor.dev/gvisor/pkg/tcpip/time_unsafe.go.orig 2020-01-31 23:11:21 UTC -+++ vendor/gvisor.dev/gvisor/pkg/tcpip/time_unsafe.go -@@ -13,7 +13,7 @@ - // limitations under the License. - - // +build go1.9 --// +build !go1.15 -+// +build !go1.17 - - // Check go:linkname function signatures when updating Go version. - From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 13:35:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CEC976AF588; Fri, 1 Oct 2021 13:35:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLWMJ5FNDz4RHM; Fri, 1 Oct 2021 13:35:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93F682071D; Fri, 1 Oct 2021 13:35:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191DZOcJ036816; Fri, 1 Oct 2021 13:35:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191DZObL036815; Fri, 1 Oct 2021 13:35:24 GMT (envelope-from git) Date: Fri, 1 Oct 2021 13:35:24 GMT Message-Id: <202110011335.191DZObL036815@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 4696971b3582 - main - x11/wayland-logout: unbreak build after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4696971b3582e2e5f8248d23f8f7d7778494a271 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 13:35:24 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4696971b3582e2e5f8248d23f8f7d7778494a271 commit 4696971b3582e2e5f8248d23f8f7d7778494a271 Author: Jan Beich AuthorDate: 2021-10-01 13:24:23 +0000 Commit: Jan Beich CommitDate: 2021-10-01 13:34:43 +0000 x11/wayland-logout: unbreak build after 620968a43a5f Partially revert until 12.3 + 3 months for 12.2 EOL (circa 2022Q2). https://cgit.freebsd.org/src/commit/?id=925f44f33862 https://www.freebsd.org/releases/12.3R/schedule/ ../wayland-logout.c:117:26: error: no member named 'cr_pid' in 'struct xucred'; did you mean 'cr_uid'? ret = kill(peer_cred.pid, SIGTERM); ^~~ ../wayland-logout.c:120:65: error: no member named 'cr_pid' in 'struct xucred'; did you mean 'cr_uid'? fprintf(stderr, "Error killing pid %d: %m\n", peer_cred.pid); ^~~ Reported by: antoine Pointy hat to: jbeich --- x11/wayland-logout/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/wayland-logout/Makefile b/x11/wayland-logout/Makefile index 4348e0509c2f..b2997555523a 100644 --- a/x11/wayland-logout/Makefile +++ b/x11/wayland-logout/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/${PORTNAME} \ # Cannot use C implementation without cr_pid .if make(makesum) DISTFILES= ${DISTNAME:S/${DISTVERSION}/1.3/}${EXTRACT_SUFX} -.elif ${OPSYS} != FreeBSD +.elif ${OPSYS} != FreeBSD || ${OSVERSION} < 1202506 DISTVERSION= 1.3 NO_ARCH= yes MESON_ARGS+= -Dimplementation=shell From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 13:36:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5161E6AEE76; Fri, 1 Oct 2021 13:36:47 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLWNv1p9xz4RSq; Fri, 1 Oct 2021 13:36:47 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633095407; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XyvDqHZKkFvQUAai6PRpVxT867QavPNtDb6a1sUv8jQ=; b=HIhSkIG7V9Iln7YUupzIfKJp2ZOCxh0oHjgOdvkDqJyfWEZkeKzsmVE5uT2fba3zeM0NK/ DdgU0X35X0QEXvAhS5vAbUnmf72p7XERxH1wZfSZyOOo9il2QosiI+X0LKOaLPw7iXFNkz RlR8Z9E8861yaKpk1eUilp6/MkPgJrVcUSwFOgywQTR0LUifn42w1eEhFRHi3EqSE87wg7 mTGJA+n4S18tE+R8VCzgfiz1EkOhNpKsveS4JADj5M+IOUUEijnIxfFbHkFVC3Ii92E8+A 0z4I+2TslPz3lbYVo7xwSxKlA3oxQPZSyOT9qyyj5QSGFsxP11bzcoo43DioLA== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 2E8FD1D51D; Fri, 1 Oct 2021 13:36:47 +0000 (UTC) From: Jan Beich To: Antoine Brodin Cc: Rene Ladan , ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 620968a43a5f - main - cleanup: drop support for EOL FreeBSD 11.X References: <202109302127.18ULReMj041856@gitrepo.freebsd.org> Date: Fri, 01 Oct 2021 15:36:43 +0200 In-Reply-To: (Antoine Brodin's message of "Fri, 1 Oct 2021 14:43:38 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633095407; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XyvDqHZKkFvQUAai6PRpVxT867QavPNtDb6a1sUv8jQ=; b=OnSjHCU2Ml3bTXBA/vkG1Yg2eSB4SJDkQgh1Wx7fpLNYTkZ//6FkOzT5SbgIdgiW4V8CL8 0N2XkhWUDJo+hU5xH8ho6iCdbVBxEossHBk4SOCTzFHjbak5ZUDfIGFe4BB1JPOt3yFKny 3teJICtIl1Zoi0+XLnHcPZD9RQa+ajkzJF6/y5Xv5Q8BASesNhsgO7hWYLLJpUtoLAk6Ng 8Us3ITK9sgQNuxQuYxTtZAog1zLlOIEy1t+yAsGJmCIQgoiP6FOopruLd+BVodGUnyJOai L3qZIGcK8FM0eOFBC0xaC62L+IEExX6JMrYMZ2Zg3jQrS6ioKoyvuy0GXX4kPA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633095407; a=rsa-sha256; cv=none; b=UBX7XhaEFVYGU1IXOwQFJHJGAJVU4YiCKGcRW/2UC2gzmdjhkruatd8yG+MU6F/+3lvLd9 t7Kg3FOCxTWCpwh1Tez8GlbLTjHtXlR/ykwkdjwLIgPDHCU+uc2xZ0pRkEZa2uaObGjMrP wqulUZ/AgiRNcA+HLKa1RnZrwfuc2S8mRb2lot7YE3oOtK2oOZx5RKjnEpnOYlw+KgGdn/ 2A3vCfKd+kY8sDDwZSZekvC12yCT+adRkQrto4vxRA2xBqXWn4PcjIaUlOsf7Itg755cDV +dMs7poCcC21QtV7TL3vXmXo+1dytTbfSCm24bdS284JzCVkVQud5zay3xwwuw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 13:36:47 -0000 Antoine Brodin writes: > On Thu, Sep 30, 2021 at 11:27 PM Rene Ladan wrote: > >> >> The branch main has been updated by rene: >> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=620968a43a5f9bb3fa98ab20f257a4c0d864caa7 >> >> commit 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 >> Author: Rene Ladan >> AuthorDate: 2021-09-11 14:57:58 +0000 >> Commit: Rene Ladan >> CommitDate: 2021-09-30 21:23:30 +0000 >> >> cleanup: drop support for EOL FreeBSD 11.X >> >> Search criteria used: >> - 11.4 >> - OSREL* >> - OSVER* >> - *_FreeBSD_11 > > Hi, > > This broke x11/wayland-logout on FreeBSD 12.2 Fixed in 4696971b3582. From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 14:09:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B9F166AFD9F; Fri, 1 Oct 2021 14:09:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLX6m4t2zz4TTb; Fri, 1 Oct 2021 14:09:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 887BB20ABC; Fri, 1 Oct 2021 14:09:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191E9aSD077500; Fri, 1 Oct 2021 14:09:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191E9ang077499; Fri, 1 Oct 2021 14:09:36 GMT (envelope-from git) Date: Fri, 1 Oct 2021 14:09:36 GMT Message-Id: <202110011409.191E9ang077499@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: 45721530f873 - main - databases/redis-devel: update to the recent commit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 45721530f8730993b21089494bb3c3f387d51378 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 14:09:36 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=45721530f8730993b21089494bb3c3f387d51378 commit 45721530f8730993b21089494bb3c3f387d51378 Author: Sergey A. Osokin AuthorDate: 2021-10-01 14:09:15 +0000 Commit: Sergey A. Osokin CommitDate: 2021-10-01 14:09:15 +0000 databases/redis-devel: update to the recent commit --- databases/redis-devel/Makefile | 4 ++-- databases/redis-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 965c549b4537..389b3bcaf008 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey Skvortsov PORTNAME= redis -PORTVERSION= 7.0.0.20210923 +PORTVERSION= 7.0.0.20211001 CATEGORIES= databases PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES+= compiler:c11 gmake USE_GITHUB= yes -GH_TUPLE= redis:redis:bebc7f8 +GH_TUPLE= redis:redis:9a3bd07 OPTIONS_DEFINE= JEMALLOC TESTS TLS TRIB OPTIONS_RADIO= EXTLUA diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 7628674d3974..07c040135344 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632404019 -SHA256 (redis-redis-7.0.0.20210923-bebc7f8_GH0.tar.gz) = 8531bc235f08152b8056eebecb8fb077319df4bf269e854ccbd3a3f5d962f105 -SIZE (redis-redis-7.0.0.20210923-bebc7f8_GH0.tar.gz) = 2574132 +TIMESTAMP = 1633097261 +SHA256 (redis-redis-7.0.0.20211001-9a3bd07_GH0.tar.gz) = 36e6010b5eaa26d2571679c43fc1d7e4dfe7b70f33c1d3581d8e380200266b15 +SIZE (redis-redis-7.0.0.20211001-9a3bd07_GH0.tar.gz) = 2574447 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 14:14:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C1B3E6B01A6; Fri, 1 Oct 2021 14:14:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLXDb52Mrz4V77; Fri, 1 Oct 2021 14:14:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E25E20EC7; Fri, 1 Oct 2021 14:14:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191EEdeV090270; Fri, 1 Oct 2021 14:14:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191EEdEU090269; Fri, 1 Oct 2021 14:14:39 GMT (envelope-from git) Date: Fri, 1 Oct 2021 14:14:39 GMT Message-Id: <202110011414.191EEdEU090269@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: b27dca4cada1 - main - x11-wm/sway: unbreak build with Clang 13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b27dca4cada16827ca3282c60f8b13fb6fefe1f9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 14:14:39 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b27dca4cada16827ca3282c60f8b13fb6fefe1f9 commit b27dca4cada16827ca3282c60f8b13fb6fefe1f9 Author: Evgeniy Khramtsov AuthorDate: 2021-10-01 13:49:33 +0000 Commit: Jan Beich CommitDate: 2021-10-01 14:12:52 +0000 x11-wm/sway: unbreak build with Clang 13 ../sway/commands.c:470:23: error: variable 'context' set but not used [-Werror,-Wunused-but-set-variable] enum command_context context = 0; ^ PR: 258813 --- x11-wm/sway/Makefile | 3 ++- x11-wm/sway/distinfo | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 7729ddce8125..2c8917be79db 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,12 +1,13 @@ PORTNAME= sway DISTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090 PATCHFILES+= f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090 PATCHFILES+= 86b08e3257a4.patch:-p1 # WLR_RENDERER=vulkan +PATCHFILES+= ff468584abdd.patch:-p1 # https://github.com/swaywm/sway/pull/6566 MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index 0b78b5c0c80a..d4a6d66154dd 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -7,3 +7,5 @@ SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead SIZE (f98ca3ab7ca1.patch) = 2673 SHA256 (86b08e3257a4.patch) = ff3399269a1d1cbdf9cd38255c7e4ce072c9562c3665784036c1f1287cd98c96 SIZE (86b08e3257a4.patch) = 932 +SHA256 (ff468584abdd.patch) = 9803de05490e2e84b2c79d634837aeb880ba5b29c1c485707593af40fdddc3f6 +SIZE (ff468584abdd.patch) = 2131 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 14:35:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 505E26B067D; Fri, 1 Oct 2021 14:35:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLXh71fR5z4WS8; Fri, 1 Oct 2021 14:35:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14A9721267; Fri, 1 Oct 2021 14:35:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191EZ24v017015; Fri, 1 Oct 2021 14:35:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191EZ2Aa017014; Fri, 1 Oct 2021 14:35:02 GMT (envelope-from git) Date: Fri, 1 Oct 2021 14:35:02 GMT Message-Id: <202110011435.191EZ2Aa017014@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: f1bc91078912 - main - lang/gcc6-aux: unbreak fetch after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f1bc910789125e8a8f8c2edde44ccd69c33643a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 14:35:03 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1bc910789125e8a8f8c2edde44ccd69c33643a1 commit f1bc910789125e8a8f8c2edde44ccd69c33643a1 Author: Jan Beich AuthorDate: 2021-10-01 14:30:59 +0000 Commit: Jan Beich CommitDate: 2021-10-01 14:33:54 +0000 lang/gcc6-aux: unbreak fetch after 620968a43a5f => ada-bootstrap.amd64.freebsd.120.tar.bz2 is not in /usr/ports/lang/gcc6-aux/distinfo. => Either /usr/ports/lang/gcc6-aux/distinfo is out of date, or => ada-bootstrap.amd64.freebsd.120.tar.bz2 is spelled incorrectly. *** Error code 1 Reported by: pkg-fallout --- lang/gcc6-aux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile index f532a3d9de28..52d74a2be521 100644 --- a/lang/gcc6-aux/Makefile +++ b/lang/gcc6-aux/Makefile @@ -50,7 +50,7 @@ BOOTSTRAP_DESC= Create bootstrap compiler (overrides other options) .if ${OPSYS} == FreeBSD ONLY_FOR_ARCHS= aarch64 amd64 i386 MODERN_BINUTILS= yes -BOOTSTRAP_COMPILER= ada-bootstrap.${ARCH}.freebsd.120.tar.bz2 +BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.freebsd.120.tar.bz2 .endif .if ${OPSYS} == DragonFly ONLY_FOR_ARCHS= x86_64 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 14:46:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE37E6B0B2B; Fri, 1 Oct 2021 14:46:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLXxY6T8hz4X0h; Fri, 1 Oct 2021 14:46:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDE0D20DFD; Fri, 1 Oct 2021 14:46:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191EkfQG030497; Fri, 1 Oct 2021 14:46:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191EkfT1030496; Fri, 1 Oct 2021 14:46:41 GMT (envelope-from git) Date: Fri, 1 Oct 2021 14:46:41 GMT Message-Id: <202110011446.191EkfT1030496@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 421f92a120e9 - main - science/openems: fix build on powerpc64* MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 421f92a120e9986884c1842a43bd99d2c114abf1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 14:46:42 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=421f92a120e9986884c1842a43bd99d2c114abf1 commit 421f92a120e9986884c1842a43bd99d2c114abf1 Author: Piotr Kubaj AuthorDate: 2021-10-01 14:39:19 +0000 Commit: Piotr Kubaj CommitDate: 2021-10-01 14:39:19 +0000 science/openems: fix build on powerpc64* Add FreeBSD names for 64-bit POWER to the check. --- science/openems/files/patch-CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/science/openems/files/patch-CMakeLists.txt b/science/openems/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..bb72e06dcc40 --- /dev/null +++ b/science/openems/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2021-10-01 11:36:55 UTC ++++ CMakeLists.txt +@@ -157,7 +157,7 @@ elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "amd64") + set(ARCH "x86_64") + elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64") + set(ARCH "x86_64") +-elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ppc64") ++elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(ppc64.*|PPC64.*|powerpc64.*)") + set(ARCH "ppc64") + elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ppc64le") + set(ARCH "ppc64") From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 14:52:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B9486B0E86; Fri, 1 Oct 2021 14:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLY4d1hj8z4Y0G; Fri, 1 Oct 2021 14:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1925021796; Fri, 1 Oct 2021 14:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191Eqm76043195; Fri, 1 Oct 2021 14:52:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191Eqm2m043194; Fri, 1 Oct 2021 14:52:48 GMT (envelope-from git) Date: Fri, 1 Oct 2021 14:52:48 GMT Message-Id: <202110011452.191Eqm2m043194@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: f9136ce7b9c0 - main - graphics/R-cran-visNetwork: Update to 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f9136ce7b9c0b2cda0885bc7be431e273bbeec6f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 14:52:49 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9136ce7b9c0b2cda0885bc7be431e273bbeec6f commit f9136ce7b9c0b2cda0885bc7be431e273bbeec6f Author: TAKATSU Tomonari AuthorDate: 2021-10-01 14:46:42 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-10-01 14:52:37 +0000 graphics/R-cran-visNetwork: Update to 2.1.0 --- graphics/R-cran-visNetwork/Makefile | 3 +-- graphics/R-cran-visNetwork/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/graphics/R-cran-visNetwork/Makefile b/graphics/R-cran-visNetwork/Makefile index b60aeb27b30f..35ca923f1e6d 100644 --- a/graphics/R-cran-visNetwork/Makefile +++ b/graphics/R-cran-visNetwork/Makefile @@ -1,8 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= visNetwork -PORTVERSION= 2.0.9 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-visNetwork/distinfo b/graphics/R-cran-visNetwork/distinfo index e1a5a74a4a94..1b5c376f7b60 100644 --- a/graphics/R-cran-visNetwork/distinfo +++ b/graphics/R-cran-visNetwork/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575717825 -SHA256 (visNetwork_2.0.9.tar.gz) = 5e0b3dc3a91e66e0a359433f03cc856d04b981b0f9ad228d8fa9c96b7fcaa420 -SIZE (visNetwork_2.0.9.tar.gz) = 4155122 +TIMESTAMP = 1633089685 +SHA256 (visNetwork_2.1.0.tar.gz) = a2b91e7fbbd9d08a9929a5b2c891d9c0bca5977ad772fa37510d96656af1152f +SIZE (visNetwork_2.1.0.tar.gz) = 4496461 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 14:54:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE11C6B0F0E; Fri, 1 Oct 2021 14:54:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLY6H5ShVz4Xpk; Fri, 1 Oct 2021 14:54:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BA0621797; Fri, 1 Oct 2021 14:54:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191EsFj4043418; Fri, 1 Oct 2021 14:54:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191EsFHi043417; Fri, 1 Oct 2021 14:54:15 GMT (envelope-from git) Date: Fri, 1 Oct 2021 14:54:15 GMT Message-Id: <202110011454.191EsFHi043417@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 96e60ab5270d - main - www/gitlab-ce: Security update to 14.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 96e60ab5270da77331e623d6e25635301b101aeb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 14:54:15 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=96e60ab5270da77331e623d6e25635301b101aeb commit 96e60ab5270da77331e623d6e25635301b101aeb Author: Matthias Fechner AuthorDate: 2021-09-30 19:29:40 +0000 Commit: Matthias Fechner CommitDate: 2021-10-01 14:53:39 +0000 www/gitlab-ce: Security update to 14.3.1 Changelog: https://about.gitlab.com/releases/2021/09/30/security-release-gitlab-14-3-1-released/ Security: 1bdd4db6-2223-11ec-91be-001b217b3468 --- devel/gitaly/Makefile | 6 +++--- devel/gitaly/distinfo | 6 +++--- www/gitlab-ce/Makefile | 6 +++--- www/gitlab-ce/distinfo | 6 +++--- www/gitlab-workhorse/Makefile | 4 ++-- www/gitlab-workhorse/distinfo | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index a257855a00e3..347b35da74ad 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitaly -DISTVERSION= 14.3.0 -PORTREVISION= 1 +DISTVERSION= 14.3.1 +PORTREVISION= 0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -45,7 +45,7 @@ MAKE_ENV+= ${GO_ENV} USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags -GL_COMMIT= 1a0e5d9b50a5ae76b5a11fd09cf66d2213ffbef6 +GL_COMMIT= 22ec2cd8fd891d805b37fc3fdd9bc44ee3880428 # for go dependencies USE_GITHUB= nodefault diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo index ce843681dac1..a02f1b694bb8 100644 --- a/devel/gitaly/distinfo +++ b/devel/gitaly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1632233264 +TIMESTAMP = 1633029263 SHA256 (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 99bd58f4a07dd02d9615e3638b3bb6dbfad80ef678ccdb8e17e3fa2b0fef343e SIZE (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 17102 SHA256 (Azure-azure-storage-blob-go-v0.13.0_GH0.tar.gz) = 6bf7145210331efa3f0417f6684cf764c22743cf23122048ec136600daebf443 @@ -267,8 +267,8 @@ SHA256 (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 7ce80a93d0fdbeb6760f97d6d166d11c215 SIZE (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 8421 SHA256 (gonum-gonum-v0.8.2_GH0.tar.gz) = a2aad1ac038d36d568939910f39eb0c58cae3c6f0b18df3ca74a8daa954d1663 SIZE (gonum-gonum-v0.8.2_GH0.tar.gz) = 3226037 -SHA256 (gitlab-org-gitaly-1a0e5d9b50a5ae76b5a11fd09cf66d2213ffbef6_GL0.tar.gz) = 7c7b2dfa3bc235104c11fcb334421fb0cb10da4bf7a7664443d988b23a3725e3 -SIZE (gitlab-org-gitaly-1a0e5d9b50a5ae76b5a11fd09cf66d2213ffbef6_GL0.tar.gz) = 3672411 +SHA256 (gitlab-org-gitaly-22ec2cd8fd891d805b37fc3fdd9bc44ee3880428_GL0.tar.gz) = 413ed0cee29068479962d4a578e36cfeeff0f252c4f4b45e4d718e2653e37f5c +SIZE (gitlab-org-gitaly-22ec2cd8fd891d805b37fc3fdd9bc44ee3880428_GL0.tar.gz) = 3672512 SHA256 (gitlab-org-gitlab-shell-50da611814d256c77e689977265ec7e07633a4dc_GL0.tar.gz) = a00e10d3dbe50e7c70b75c5fcf7d42a039a24c13b0b751a0339bb18261ac50af SIZE (gitlab-org-gitlab-shell-50da611814d256c77e689977265ec7e07633a4dc_GL0.tar.gz) = 124516 SHA256 (gitlab-org-labkit-397363e2404ac0276b1959373a1c1c2bc1610d67_GL0.tar.gz) = e48dae8ea183f946189a9ac7e4cbe4bc0fa583e6baafb0074a3463a879565ecb diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 40128bca9a42..f0d4195e5492 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,8 +1,8 @@ # Created by: Torsten Zuehlsdorff PORTNAME= gitlab-ce -PORTVERSION= 14.3.0 -PORTREVISION= 1 +PORTVERSION= 14.3.1 +PORTREVISION= 0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -270,7 +270,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= ceec8accb09a4c43d70896440d3662bf6dc765dc +GL_COMMIT= c362490dfe27056da8c796e3b3e5a0f5e42acfaa USERS= git GROUPS= git diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo index 94431566dc20..c4e7ec861e8e 100644 --- a/www/gitlab-ce/distinfo +++ b/www/gitlab-ce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632242433 -SHA256 (gitlab-org-gitlab-foss-ceec8accb09a4c43d70896440d3662bf6dc765dc_GL0.tar.gz) = 2d35066e0067b3a722a40e61933f44131864021860775ea542c63e1651d53b51 -SIZE (gitlab-org-gitlab-foss-ceec8accb09a4c43d70896440d3662bf6dc765dc_GL0.tar.gz) = 94739477 +TIMESTAMP = 1633029092 +SHA256 (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = e07ab68e70d1c2dea319dd2d7258a149e6690986989daa813a36a19431edc656 +SIZE (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = 94746681 diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index dc9f860ad2a3..7952ce94fd31 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Zuehlsdorff PORTNAME= gitlab-workhorse -PORTVERSION= 14.3.0 +PORTVERSION= 14.3.1 PORTREVISION= 0 CATEGORIES= www @@ -23,7 +23,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= ceec8accb09a4c43d70896440d3662bf6dc765dc +GL_COMMIT= c362490dfe27056da8c796e3b3e5a0f5e42acfaa # for go dependencies USE_GITHUB= nodefault diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index 7b9d4c8d6191..a462eaec688a 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1632235667 +TIMESTAMP = 1633029115 SHA256 (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 99bd58f4a07dd02d9615e3638b3bb6dbfad80ef678ccdb8e17e3fa2b0fef343e SIZE (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 17102 SHA256 (Azure-azure-storage-blob-go-6df5d9af221d_GH0.tar.gz) = 31047920e4c507f913b9922ad920a2e9f6d48e6056bdc6869b6c257e3ab095a7 @@ -201,8 +201,8 @@ SHA256 (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 7590acdefcbbf9553bd3415bc7e5 SIZE (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 210139 SHA256 (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = c178bcad325857dba29551c16f40707701adf6e3a9e01e1ca3e5edfc3c6de8bc SIZE (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = 38010 -SHA256 (gitlab-org-gitlab-foss-ceec8accb09a4c43d70896440d3662bf6dc765dc_GL0.tar.gz) = 2d35066e0067b3a722a40e61933f44131864021860775ea542c63e1651d53b51 -SIZE (gitlab-org-gitlab-foss-ceec8accb09a4c43d70896440d3662bf6dc765dc_GL0.tar.gz) = 94739477 +SHA256 (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = e07ab68e70d1c2dea319dd2d7258a149e6690986989daa813a36a19431edc656 +SIZE (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = 94746681 SHA256 (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 31a6c86d809082126e11e98e050749932861297a3d21c8e4756b5618e06ac9fd SIZE (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 3465551 SHA256 (gitlab-org-labkit-9205b46eea68f47a36cefa783a306476f0b2dbfd_GL0.tar.gz) = c957c444298dd0f9ade07cb643d03e455dcc28d24bd203ead8d241bf50c6df57 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 14:57:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7AD96B0D46; Fri, 1 Oct 2021 14:57:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLY9f4VL8z4YkS; Fri, 1 Oct 2021 14:57:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7750B21728; Fri, 1 Oct 2021 14:57:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191EvAij043765; Fri, 1 Oct 2021 14:57:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191EvAEc043764; Fri, 1 Oct 2021 14:57:10 GMT (envelope-from git) Date: Fri, 1 Oct 2021 14:57:10 GMT Message-Id: <202110011457.191EvAEc043764@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 3ea002fded27 - main - graphics/libjxl: replace fc75da3a3b2a with upstream version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3ea002fded27752e45b2bc4674a3685ef1206451 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 14:57:10 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ea002fded27752e45b2bc4674a3685ef1206451 commit 3ea002fded27752e45b2bc4674a3685ef1206451 Author: Jan Beich AuthorDate: 2021-10-01 14:41:25 +0000 Commit: Jan Beich CommitDate: 2021-10-01 14:56:29 +0000 graphics/libjxl: replace fc75da3a3b2a with upstream version --- graphics/libjxl/Makefile | 1 + graphics/libjxl/distinfo | 2 ++ graphics/libjxl/files/patch-tools_cpu_cpu.cc | 13 ------------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile index 41b39880038f..b2a8fbd19ca9 100644 --- a/graphics/libjxl/Makefile +++ b/graphics/libjxl/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= adb32f3f8f37.patch:-p1 # https://github.com/libjxl/libjxl/pull/193 +PATCHFILES+= c31dca74e68f.patch:-p1 # https://github.com/libjxl/libjxl/pull/678 MAINTAINER= jbeich@FreeBSD.org COMMENT= JPEG XL reference encoder/decoder diff --git a/graphics/libjxl/distinfo b/graphics/libjxl/distinfo index 0d172b9ad2a9..5423c2969adb 100644 --- a/graphics/libjxl/distinfo +++ b/graphics/libjxl/distinfo @@ -11,3 +11,5 @@ SHA256 (webmproject-sjpeg-868ab55_GH0.tar.gz) = ffe757b376fed2fd94473f8625c25f82 SIZE (webmproject-sjpeg-868ab55_GH0.tar.gz) = 2472084 SHA256 (adb32f3f8f37.patch) = 52e4fd7e1bce238731a9a1a0b1c9124624c6f85766d3debaf2d2e0f017471692 SIZE (adb32f3f8f37.patch) = 5664 +SHA256 (c31dca74e68f.patch) = c6a1412d73f1ee156d4cc978fde7e5ec91e62bae9946ebb38a5e78be7f93a253 +SIZE (c31dca74e68f.patch) = 767 diff --git a/graphics/libjxl/files/patch-tools_cpu_cpu.cc b/graphics/libjxl/files/patch-tools_cpu_cpu.cc deleted file mode 100644 index 6a50f6aa0951..000000000000 --- a/graphics/libjxl/files/patch-tools_cpu_cpu.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- tools/cpu/cpu.cc.orig 2021-09-30 15:38:45 UTC -+++ tools/cpu/cpu.cc -@@ -19,7 +19,9 @@ - #endif - - #if JXL_ARCH_PPC --#include // __ppc_get_timebase_freq -+#if linux -+#include // NOLINT __ppc_get_timebase_freq -+#endif - #endif - - #if JXL_ARCH_ARM From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 14:57:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8C056B0B56; Fri, 1 Oct 2021 14:57:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLY9g5M0wz4Z3B; Fri, 1 Oct 2021 14:57:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 998D721729; Fri, 1 Oct 2021 14:57:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191EvBMQ043789; Fri, 1 Oct 2021 14:57:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191EvB85043788; Fri, 1 Oct 2021 14:57:11 GMT (envelope-from git) Date: Fri, 1 Oct 2021 14:57:11 GMT Message-Id: <202110011457.191EvB85043788@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 44ad1dcfb3f8 - main - graphics/libjxl: drop obsolete OpenEXR fix after 155610d50513 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 44ad1dcfb3f8d165c4772dab40a513570d2db37f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 14:57:11 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=44ad1dcfb3f8d165c4772dab40a513570d2db37f commit 44ad1dcfb3f8d165c4772dab40a513570d2db37f Author: Jan Beich AuthorDate: 2021-10-01 14:45:14 +0000 Commit: Jan Beich CommitDate: 2021-10-01 14:56:29 +0000 graphics/libjxl: drop obsolete OpenEXR fix after 155610d50513 --- graphics/libjxl/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile index b2a8fbd19ca9..9fd160a145e7 100644 --- a/graphics/libjxl/Makefile +++ b/graphics/libjxl/Makefile @@ -70,8 +70,6 @@ PNG_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_PNG post-patch: @${REINPLACE_CMD} 's,/usr,${LOCALBASE},' \ ${WRKSRC}/plugins/gdk-pixbuf/jxl.thumbnailer - ${REINPLACE_CMD} 's,OpenEXR::Int64,uint64_t,' \ - ${WRKSRC}/lib/extras/codec_exr.cc # pkg_check_modules doesn't support CMAKE_DISABLE_* post-patch-GIMP-off: From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 15:23:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DDF76B1043; Fri, 1 Oct 2021 15:23:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLYlc43lfz4cDr; Fri, 1 Oct 2021 15:23:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B04821F06; Fri, 1 Oct 2021 15:23:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191FN8q4083839; Fri, 1 Oct 2021 15:23:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191FN8xU083838; Fri, 1 Oct 2021 15:23:08 GMT (envelope-from git) Date: Fri, 1 Oct 2021 15:23:08 GMT Message-Id: <202110011523.191FN8xU083838@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Steven Kreuzer Subject: git: cdaee992925e - main - misc/zoneinfo: Updated to 2021b MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: skreuzer X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cdaee992925e52c33d4b2208cf859ad253de14e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 15:23:08 -0000 The branch main has been updated by skreuzer: URL: https://cgit.FreeBSD.org/ports/commit/?id=cdaee992925e52c33d4b2208cf859ad253de14e8 commit cdaee992925e52c33d4b2208cf859ad253de14e8 Author: Steven Kreuzer AuthorDate: 2021-10-01 15:20:56 +0000 Commit: Steven Kreuzer CommitDate: 2021-10-01 15:22:28 +0000 misc/zoneinfo: Updated to 2021b Briefly: Jordan now starts DST on February's last Thursday. Samoa no longer observes DST. Merge more location-based Zones whose timestamps agree since 1970. Move some backward-compatibility links to 'backward'. Rename Pacific/Enderbury to Pacific/Kanton. Correct many pre-1993 transitions in Malawi, Portugal, etc. --- misc/zoneinfo/Makefile | 2 +- misc/zoneinfo/distinfo | 6 +- misc/zoneinfo/pkg-plist | 180 ++++++++++++++++++++++++------------------------ 3 files changed, 95 insertions(+), 93 deletions(-) diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index ffb1c4ff422d..92d937a8f798 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -1,7 +1,7 @@ # Created by: Edwin Groothuis PORTNAME= zoneinfo -DISTVERSION= 2021a +DISTVERSION= 2021b CATEGORIES= misc MASTER_SITES= https://data.iana.org/time-zones/releases/ \ ftp://ftp.iana.org/tz/releases/ diff --git a/misc/zoneinfo/distinfo b/misc/zoneinfo/distinfo index b3f07335c5d6..fe5392eff01b 100644 --- a/misc/zoneinfo/distinfo +++ b/misc/zoneinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611673422 -SHA256 (tzdata2021a.tar.gz) = 39e7d2ba08c68cbaefc8de3227aab0dec2521be8042cf56855f7dc3a9fb14e08 -SIZE (tzdata2021a.tar.gz) = 411892 +TIMESTAMP = 1633098134 +SHA256 (tzdata2021b.tar.gz) = 53d9e6dbdb59dffe2b7bff59d140148181386c06e175fa69eaeb4cc83bc3deb7 +SIZE (tzdata2021b.tar.gz) = 420593 diff --git a/misc/zoneinfo/pkg-plist b/misc/zoneinfo/pkg-plist index 22fbf960844e..145ef2348150 100644 --- a/misc/zoneinfo/pkg-plist +++ b/misc/zoneinfo/pkg-plist @@ -1,59 +1,24 @@ %%DATADIR%%/Africa/Abidjan -%%DATADIR%%/Africa/Accra -%%DATADIR%%/Africa/Addis_Ababa %%DATADIR%%/Africa/Algiers -%%DATADIR%%/Africa/Asmara -%%DATADIR%%/Africa/Bamako -%%DATADIR%%/Africa/Bangui -%%DATADIR%%/Africa/Banjul %%DATADIR%%/Africa/Bissau -%%DATADIR%%/Africa/Blantyre -%%DATADIR%%/Africa/Brazzaville -%%DATADIR%%/Africa/Bujumbura %%DATADIR%%/Africa/Cairo %%DATADIR%%/Africa/Casablanca %%DATADIR%%/Africa/Ceuta -%%DATADIR%%/Africa/Conakry -%%DATADIR%%/Africa/Dakar -%%DATADIR%%/Africa/Dar_es_Salaam -%%DATADIR%%/Africa/Djibouti -%%DATADIR%%/Africa/Douala %%DATADIR%%/Africa/El_Aaiun -%%DATADIR%%/Africa/Freetown -%%DATADIR%%/Africa/Gaborone -%%DATADIR%%/Africa/Harare %%DATADIR%%/Africa/Johannesburg %%DATADIR%%/Africa/Juba -%%DATADIR%%/Africa/Kampala %%DATADIR%%/Africa/Khartoum -%%DATADIR%%/Africa/Kigali -%%DATADIR%%/Africa/Kinshasa %%DATADIR%%/Africa/Lagos -%%DATADIR%%/Africa/Libreville -%%DATADIR%%/Africa/Lome -%%DATADIR%%/Africa/Luanda -%%DATADIR%%/Africa/Lubumbashi -%%DATADIR%%/Africa/Lusaka -%%DATADIR%%/Africa/Malabo %%DATADIR%%/Africa/Maputo -%%DATADIR%%/Africa/Maseru -%%DATADIR%%/Africa/Mbabane -%%DATADIR%%/Africa/Mogadishu %%DATADIR%%/Africa/Monrovia %%DATADIR%%/Africa/Nairobi %%DATADIR%%/Africa/Ndjamena -%%DATADIR%%/Africa/Niamey -%%DATADIR%%/Africa/Nouakchott -%%DATADIR%%/Africa/Ouagadougou -%%DATADIR%%/Africa/Porto-Novo %%DATADIR%%/Africa/Sao_Tome %%DATADIR%%/Africa/Tripoli %%DATADIR%%/Africa/Tunis %%DATADIR%%/Africa/Windhoek %%DATADIR%%/America/Adak %%DATADIR%%/America/Anchorage -%%DATADIR%%/America/Anguilla -%%DATADIR%%/America/Antigua %%DATADIR%%/America/Araguaina %%DATADIR%%/America/Argentina/Buenos_Aires %%DATADIR%%/America/Argentina/Catamarca @@ -67,15 +32,13 @@ %%DATADIR%%/America/Argentina/San_Luis %%DATADIR%%/America/Argentina/Tucuman %%DATADIR%%/America/Argentina/Ushuaia -%%DATADIR%%/America/Aruba %%DATADIR%%/America/Asuncion -%%DATADIR%%/America/Atikokan %%DATADIR%%/America/Bahia %%DATADIR%%/America/Bahia_Banderas %%DATADIR%%/America/Barbados +%%DATADIR%%/Pacific/Kanton %%DATADIR%%/America/Belem %%DATADIR%%/America/Belize -%%DATADIR%%/America/Blanc-Sablon %%DATADIR%%/America/Boa_Vista %%DATADIR%%/America/Bogota %%DATADIR%%/America/Boise @@ -84,19 +47,15 @@ %%DATADIR%%/America/Cancun %%DATADIR%%/America/Caracas %%DATADIR%%/America/Cayenne -%%DATADIR%%/America/Cayman %%DATADIR%%/America/Chicago %%DATADIR%%/America/Chihuahua %%DATADIR%%/America/Costa_Rica -%%DATADIR%%/America/Creston %%DATADIR%%/America/Cuiaba -%%DATADIR%%/America/Curacao %%DATADIR%%/America/Danmarkshavn %%DATADIR%%/America/Dawson %%DATADIR%%/America/Dawson_Creek %%DATADIR%%/America/Denver %%DATADIR%%/America/Detroit -%%DATADIR%%/America/Dominica %%DATADIR%%/America/Edmonton %%DATADIR%%/America/Eirunepe %%DATADIR%%/America/El_Salvador @@ -105,8 +64,6 @@ %%DATADIR%%/America/Glace_Bay %%DATADIR%%/America/Goose_Bay %%DATADIR%%/America/Grand_Turk -%%DATADIR%%/America/Grenada -%%DATADIR%%/America/Guadeloupe %%DATADIR%%/America/Guatemala %%DATADIR%%/America/Guayaquil %%DATADIR%%/America/Guyana @@ -127,15 +84,12 @@ %%DATADIR%%/America/Juneau %%DATADIR%%/America/Kentucky/Louisville %%DATADIR%%/America/Kentucky/Monticello -%%DATADIR%%/America/Kralendijk %%DATADIR%%/America/La_Paz %%DATADIR%%/America/Lima %%DATADIR%%/America/Los_Angeles -%%DATADIR%%/America/Lower_Princes %%DATADIR%%/America/Maceio %%DATADIR%%/America/Managua %%DATADIR%%/America/Manaus -%%DATADIR%%/America/Marigot %%DATADIR%%/America/Martinique %%DATADIR%%/America/Matamoros %%DATADIR%%/America/Mazatlan @@ -147,8 +101,6 @@ %%DATADIR%%/America/Moncton %%DATADIR%%/America/Monterrey %%DATADIR%%/America/Montevideo -%%DATADIR%%/America/Montserrat -%%DATADIR%%/America/Nassau %%DATADIR%%/America/New_York %%DATADIR%%/America/Nipigon %%DATADIR%%/America/Nome @@ -163,7 +115,6 @@ %%DATADIR%%/America/Paramaribo %%DATADIR%%/America/Phoenix %%DATADIR%%/America/Port-au-Prince -%%DATADIR%%/America/Port_of_Spain %%DATADIR%%/America/Porto_Velho %%DATADIR%%/America/Puerto_Rico %%DATADIR%%/America/Punta_Arenas @@ -179,19 +130,13 @@ %%DATADIR%%/America/Sao_Paulo %%DATADIR%%/America/Scoresbysund %%DATADIR%%/America/Sitka -%%DATADIR%%/America/St_Barthelemy %%DATADIR%%/America/St_Johns -%%DATADIR%%/America/St_Kitts -%%DATADIR%%/America/St_Lucia -%%DATADIR%%/America/St_Thomas -%%DATADIR%%/America/St_Vincent %%DATADIR%%/America/Swift_Current %%DATADIR%%/America/Tegucigalpa %%DATADIR%%/America/Thule %%DATADIR%%/America/Thunder_Bay %%DATADIR%%/America/Tijuana %%DATADIR%%/America/Toronto -%%DATADIR%%/America/Tortola %%DATADIR%%/America/Vancouver %%DATADIR%%/America/Whitehorse %%DATADIR%%/America/Winnipeg @@ -199,17 +144,12 @@ %%DATADIR%%/America/Yellowknife %%DATADIR%%/Antarctica/Casey %%DATADIR%%/Antarctica/Davis -%%DATADIR%%/Antarctica/DumontDUrville %%DATADIR%%/Antarctica/Macquarie %%DATADIR%%/Antarctica/Mawson -%%DATADIR%%/Antarctica/McMurdo %%DATADIR%%/Antarctica/Palmer %%DATADIR%%/Antarctica/Rothera -%%DATADIR%%/Antarctica/Syowa %%DATADIR%%/Antarctica/Troll %%DATADIR%%/Antarctica/Vostok -%%DATADIR%%/Arctic/Longyearbyen -%%DATADIR%%/Asia/Aden %%DATADIR%%/Asia/Almaty %%DATADIR%%/Asia/Amman %%DATADIR%%/Asia/Anadyr @@ -218,7 +158,6 @@ %%DATADIR%%/Asia/Ashgabat %%DATADIR%%/Asia/Atyrau %%DATADIR%%/Asia/Baghdad -%%DATADIR%%/Asia/Bahrain %%DATADIR%%/Asia/Baku %%DATADIR%%/Asia/Bangkok %%DATADIR%%/Asia/Barnaul @@ -240,7 +179,6 @@ %%DATADIR%%/Asia/Hong_Kong %%DATADIR%%/Asia/Hovd %%DATADIR%%/Asia/Irkutsk -%%DATADIR%%/Asia/Istanbul %%DATADIR%%/Asia/Jakarta %%DATADIR%%/Asia/Jayapura %%DATADIR%%/Asia/Jerusalem @@ -253,18 +191,15 @@ %%DATADIR%%/Asia/Krasnoyarsk %%DATADIR%%/Asia/Kuala_Lumpur %%DATADIR%%/Asia/Kuching -%%DATADIR%%/Asia/Kuwait %%DATADIR%%/Asia/Macau %%DATADIR%%/Asia/Magadan %%DATADIR%%/Asia/Makassar %%DATADIR%%/Asia/Manila -%%DATADIR%%/Asia/Muscat %%DATADIR%%/Asia/Nicosia %%DATADIR%%/Asia/Novokuznetsk %%DATADIR%%/Asia/Novosibirsk %%DATADIR%%/Asia/Omsk %%DATADIR%%/Asia/Oral -%%DATADIR%%/Asia/Phnom_Penh %%DATADIR%%/Asia/Pontianak %%DATADIR%%/Asia/Pyongyang %%DATADIR%%/Asia/Qatar @@ -288,7 +223,6 @@ %%DATADIR%%/Asia/Ulaanbaatar %%DATADIR%%/Asia/Urumqi %%DATADIR%%/Asia/Ust-Nera -%%DATADIR%%/Asia/Vientiane %%DATADIR%%/Asia/Vladivostok %%DATADIR%%/Asia/Yakutsk %%DATADIR%%/Asia/Yekaterinburg @@ -301,7 +235,6 @@ %%DATADIR%%/Atlantic/Madeira %%DATADIR%%/Atlantic/Reykjavik %%DATADIR%%/Atlantic/South_Georgia -%%DATADIR%%/Atlantic/St_Helena %%DATADIR%%/Atlantic/Stanley %%DATADIR%%/Australia/Adelaide %%DATADIR%%/Australia/Brisbane @@ -359,74 +292,56 @@ %%DATADIR%%/Europe/Athens %%DATADIR%%/Europe/Belgrade %%DATADIR%%/Europe/Berlin -%%DATADIR%%/Europe/Bratislava %%DATADIR%%/Europe/Brussels %%DATADIR%%/Europe/Bucharest %%DATADIR%%/Europe/Budapest -%%DATADIR%%/Europe/Busingen %%DATADIR%%/Europe/Chisinau %%DATADIR%%/Europe/Copenhagen %%DATADIR%%/Europe/Dublin %%DATADIR%%/Europe/Gibraltar -%%DATADIR%%/Europe/Guernsey %%DATADIR%%/Europe/Helsinki -%%DATADIR%%/Europe/Isle_of_Man %%DATADIR%%/Europe/Istanbul -%%DATADIR%%/Europe/Jersey %%DATADIR%%/Europe/Kaliningrad %%DATADIR%%/Europe/Kiev %%DATADIR%%/Europe/Kirov %%DATADIR%%/Europe/Lisbon -%%DATADIR%%/Europe/Ljubljana %%DATADIR%%/Europe/London %%DATADIR%%/Europe/Luxembourg %%DATADIR%%/Europe/Madrid %%DATADIR%%/Europe/Malta -%%DATADIR%%/Europe/Mariehamn %%DATADIR%%/Europe/Minsk %%DATADIR%%/Europe/Monaco %%DATADIR%%/Europe/Moscow -%%DATADIR%%/Europe/Nicosia %%DATADIR%%/Europe/Oslo %%DATADIR%%/Europe/Paris -%%DATADIR%%/Europe/Podgorica %%DATADIR%%/Europe/Prague %%DATADIR%%/Europe/Riga %%DATADIR%%/Europe/Rome %%DATADIR%%/Europe/Samara -%%DATADIR%%/Europe/San_Marino -%%DATADIR%%/Europe/Sarajevo %%DATADIR%%/Europe/Saratov %%DATADIR%%/Europe/Simferopol -%%DATADIR%%/Europe/Skopje %%DATADIR%%/Europe/Sofia %%DATADIR%%/Europe/Stockholm %%DATADIR%%/Europe/Tallinn %%DATADIR%%/Europe/Tirane %%DATADIR%%/Europe/Ulyanovsk %%DATADIR%%/Europe/Uzhgorod -%%DATADIR%%/Europe/Vaduz -%%DATADIR%%/Europe/Vatican %%DATADIR%%/Europe/Vienna %%DATADIR%%/Europe/Vilnius %%DATADIR%%/Europe/Volgograd %%DATADIR%%/Europe/Warsaw -%%DATADIR%%/Europe/Zagreb %%DATADIR%%/Europe/Zaporozhye %%DATADIR%%/Europe/Zurich %%DATADIR%%/Factory %%DATADIR%%/GMT %%DATADIR%%/HST -%%DATADIR%%/Indian/Antananarivo %%DATADIR%%/Indian/Chagos %%DATADIR%%/Indian/Christmas %%DATADIR%%/Indian/Cocos -%%DATADIR%%/Indian/Comoro %%DATADIR%%/Indian/Kerguelen %%DATADIR%%/Indian/Mahe %%DATADIR%%/Indian/Maldives %%DATADIR%%/Indian/Mauritius -%%DATADIR%%/Indian/Mayotte %%DATADIR%%/Indian/Reunion %%DATADIR%%/MET %%DATADIR%%/MST @@ -439,7 +354,6 @@ %%DATADIR%%/Pacific/Chuuk %%DATADIR%%/Pacific/Easter %%DATADIR%%/Pacific/Efate -%%DATADIR%%/Pacific/Enderbury %%DATADIR%%/Pacific/Fakaofo %%DATADIR%%/Pacific/Fiji %%DATADIR%%/Pacific/Funafuti @@ -453,7 +367,6 @@ %%DATADIR%%/Pacific/Kwajalein %%DATADIR%%/Pacific/Majuro %%DATADIR%%/Pacific/Marquesas -%%DATADIR%%/Pacific/Midway %%DATADIR%%/Pacific/Nauru %%DATADIR%%/Pacific/Niue %%DATADIR%%/Pacific/Norfolk @@ -464,7 +377,6 @@ %%DATADIR%%/Pacific/Pohnpei %%DATADIR%%/Pacific/Port_Moresby %%DATADIR%%/Pacific/Rarotonga -%%DATADIR%%/Pacific/Saipan %%DATADIR%%/Pacific/Tahiti %%DATADIR%%/Pacific/Tarawa %%DATADIR%%/Pacific/Tongatapu @@ -475,48 +387,117 @@ %%DATADIR%%/posixrules %%DATADIR%%/zone.tab %%DATADIR%%/zone1970.tab +%%BACKWARD%%%%DATADIR%%/Africa/Accra +%%BACKWARD%%%%DATADIR%%/Africa/Addis_Ababa +%%BACKWARD%%%%DATADIR%%/Africa/Asmara %%BACKWARD%%%%DATADIR%%/Africa/Asmera +%%BACKWARD%%%%DATADIR%%/Africa/Bamako +%%BACKWARD%%%%DATADIR%%/Africa/Bangui +%%BACKWARD%%%%DATADIR%%/Africa/Banjul +%%BACKWARD%%%%DATADIR%%/Africa/Blantyre +%%BACKWARD%%%%DATADIR%%/Africa/Brazzaville +%%BACKWARD%%%%DATADIR%%/Africa/Bujumbura +%%BACKWARD%%%%DATADIR%%/Africa/Conakry +%%BACKWARD%%%%DATADIR%%/Africa/Dakar +%%BACKWARD%%%%DATADIR%%/Africa/Dar_es_Salaam +%%BACKWARD%%%%DATADIR%%/Africa/Djibouti +%%BACKWARD%%%%DATADIR%%/Africa/Douala +%%BACKWARD%%%%DATADIR%%/Africa/Freetown +%%BACKWARD%%%%DATADIR%%/Africa/Gaborone +%%BACKWARD%%%%DATADIR%%/Africa/Harare +%%BACKWARD%%%%DATADIR%%/Africa/Kampala +%%BACKWARD%%%%DATADIR%%/Africa/Kigali +%%BACKWARD%%%%DATADIR%%/Africa/Kinshasa +%%BACKWARD%%%%DATADIR%%/Africa/Libreville +%%BACKWARD%%%%DATADIR%%/Africa/Lome +%%BACKWARD%%%%DATADIR%%/Africa/Luanda +%%BACKWARD%%%%DATADIR%%/Africa/Lubumbashi +%%BACKWARD%%%%DATADIR%%/Africa/Lusaka +%%BACKWARD%%%%DATADIR%%/Africa/Malabo +%%BACKWARD%%%%DATADIR%%/Africa/Maseru +%%BACKWARD%%%%DATADIR%%/Africa/Mbabane +%%BACKWARD%%%%DATADIR%%/Africa/Mogadishu +%%BACKWARD%%%%DATADIR%%/Africa/Niamey +%%BACKWARD%%%%DATADIR%%/Africa/Nouakchott +%%BACKWARD%%%%DATADIR%%/Africa/Ouagadougou +%%BACKWARD%%%%DATADIR%%/Africa/Porto-Novo %%BACKWARD%%%%DATADIR%%/Africa/Timbuktu +%%BACKWARD%%%%DATADIR%%/America/Anguilla +%%BACKWARD%%%%DATADIR%%/America/Antigua %%BACKWARD%%%%DATADIR%%/America/Argentina/ComodRivadavia +%%BACKWARD%%%%DATADIR%%/America/Aruba +%%BACKWARD%%%%DATADIR%%/America/Atikokan %%BACKWARD%%%%DATADIR%%/America/Atka +%%BACKWARD%%%%DATADIR%%/America/Blanc-Sablon %%BACKWARD%%%%DATADIR%%/America/Buenos_Aires %%BACKWARD%%%%DATADIR%%/America/Catamarca +%%BACKWARD%%%%DATADIR%%/America/Cayman %%BACKWARD%%%%DATADIR%%/America/Coral_Harbour %%BACKWARD%%%%DATADIR%%/America/Cordoba +%%BACKWARD%%%%DATADIR%%/America/Creston +%%BACKWARD%%%%DATADIR%%/America/Curacao +%%BACKWARD%%%%DATADIR%%/America/Dominica %%BACKWARD%%%%DATADIR%%/America/Ensenada %%BACKWARD%%%%DATADIR%%/America/Fort_Wayne %%BACKWARD%%%%DATADIR%%/America/Godthab +%%BACKWARD%%%%DATADIR%%/America/Grenada +%%BACKWARD%%%%DATADIR%%/America/Guadeloupe %%BACKWARD%%%%DATADIR%%/America/Indianapolis %%BACKWARD%%%%DATADIR%%/America/Jujuy %%BACKWARD%%%%DATADIR%%/America/Knox_IN +%%BACKWARD%%%%DATADIR%%/America/Kralendijk %%BACKWARD%%%%DATADIR%%/America/Louisville +%%BACKWARD%%%%DATADIR%%/America/Lower_Princes +%%BACKWARD%%%%DATADIR%%/America/Marigot %%BACKWARD%%%%DATADIR%%/America/Mendoza %%BACKWARD%%%%DATADIR%%/America/Montreal +%%BACKWARD%%%%DATADIR%%/America/Montserrat +%%BACKWARD%%%%DATADIR%%/America/Nassau +%%BACKWARD%%%%DATADIR%%/America/Port_of_Spain %%BACKWARD%%%%DATADIR%%/America/Porto_Acre %%BACKWARD%%%%DATADIR%%/America/Rosario %%BACKWARD%%%%DATADIR%%/America/Santa_Isabel %%BACKWARD%%%%DATADIR%%/America/Shiprock +%%BACKWARD%%%%DATADIR%%/America/St_Barthelemy +%%BACKWARD%%%%DATADIR%%/America/St_Kitts +%%BACKWARD%%%%DATADIR%%/America/St_Lucia +%%BACKWARD%%%%DATADIR%%/America/St_Thomas +%%BACKWARD%%%%DATADIR%%/America/St_Vincent +%%BACKWARD%%%%DATADIR%%/America/Tortola %%BACKWARD%%%%DATADIR%%/America/Virgin +%%BACKWARD%%%%DATADIR%%/Antarctica/DumontDUrville +%%BACKWARD%%%%DATADIR%%/Antarctica/McMurdo %%BACKWARD%%%%DATADIR%%/Antarctica/South_Pole +%%BACKWARD%%%%DATADIR%%/Antarctica/Syowa +%%BACKWARD%%%%DATADIR%%/Arctic/Longyearbyen +%%BACKWARD%%%%DATADIR%%/Asia/Aden %%BACKWARD%%%%DATADIR%%/Asia/Ashkhabad +%%BACKWARD%%%%DATADIR%%/Asia/Bahrain %%BACKWARD%%%%DATADIR%%/Asia/Calcutta %%BACKWARD%%%%DATADIR%%/Asia/Chongqing %%BACKWARD%%%%DATADIR%%/Asia/Chungking %%BACKWARD%%%%DATADIR%%/Asia/Dacca %%BACKWARD%%%%DATADIR%%/Asia/Harbin +%%BACKWARD%%%%DATADIR%%/Asia/Istanbul %%BACKWARD%%%%DATADIR%%/Asia/Kashgar %%BACKWARD%%%%DATADIR%%/Asia/Katmandu +%%BACKWARD%%%%DATADIR%%/Asia/Kuwait %%BACKWARD%%%%DATADIR%%/Asia/Macao +%%BACKWARD%%%%DATADIR%%/Asia/Muscat +%%BACKWARD%%%%DATADIR%%/Asia/Phnom_Penh %%BACKWARD%%%%DATADIR%%/Asia/Rangoon %%BACKWARD%%%%DATADIR%%/Asia/Saigon %%BACKWARD%%%%DATADIR%%/Asia/Tel_Aviv %%BACKWARD%%%%DATADIR%%/Asia/Thimbu %%BACKWARD%%%%DATADIR%%/Asia/Ujung_Pandang %%BACKWARD%%%%DATADIR%%/Asia/Ulan_Bator +%%BACKWARD%%%%DATADIR%%/Asia/Vientiane %%BACKWARD%%%%DATADIR%%/Atlantic/Faeroe %%BACKWARD%%%%DATADIR%%/Atlantic/Jan_Mayen +%%BACKWARD%%%%DATADIR%%/Atlantic/St_Helena %%BACKWARD%%%%DATADIR%%/Australia/ACT %%BACKWARD%%%%DATADIR%%/Australia/Canberra +%%BACKWARD%%%%DATADIR%%/Australia/Currie %%BACKWARD%%%%DATADIR%%/Australia/LHI %%BACKWARD%%%%DATADIR%%/Australia/NSW %%BACKWARD%%%%DATADIR%%/Australia/North @@ -545,7 +526,22 @@ %%BACKWARD%%%%DATADIR%%/Eire %%BACKWARD%%%%DATADIR%%/Etc/UCT %%BACKWARD%%%%DATADIR%%/Europe/Belfast +%%BACKWARD%%%%DATADIR%%/Europe/Bratislava +%%BACKWARD%%%%DATADIR%%/Europe/Busingen +%%BACKWARD%%%%DATADIR%%/Europe/Guernsey +%%BACKWARD%%%%DATADIR%%/Europe/Isle_of_Man +%%BACKWARD%%%%DATADIR%%/Europe/Jersey +%%BACKWARD%%%%DATADIR%%/Europe/Ljubljana +%%BACKWARD%%%%DATADIR%%/Europe/Mariehamn +%%BACKWARD%%%%DATADIR%%/Europe/Nicosia +%%BACKWARD%%%%DATADIR%%/Europe/Podgorica +%%BACKWARD%%%%DATADIR%%/Europe/San_Marino +%%BACKWARD%%%%DATADIR%%/Europe/Sarajevo +%%BACKWARD%%%%DATADIR%%/Europe/Skopje %%BACKWARD%%%%DATADIR%%/Europe/Tiraspol +%%BACKWARD%%%%DATADIR%%/Europe/Vaduz +%%BACKWARD%%%%DATADIR%%/Europe/Vatican +%%BACKWARD%%%%DATADIR%%/Europe/Zagreb %%BACKWARD%%%%DATADIR%%/GB %%BACKWARD%%%%DATADIR%%/GB-Eire %%BACKWARD%%%%DATADIR%%/GMT+0 @@ -554,6 +550,9 @@ %%BACKWARD%%%%DATADIR%%/Greenwich %%BACKWARD%%%%DATADIR%%/Hongkong %%BACKWARD%%%%DATADIR%%/Iceland +%%BACKWARD%%%%DATADIR%%/Indian/Antananarivo +%%BACKWARD%%%%DATADIR%%/Indian/Comoro +%%BACKWARD%%%%DATADIR%%/Indian/Mayotte %%BACKWARD%%%%DATADIR%%/Iran %%BACKWARD%%%%DATADIR%%/Israel %%BACKWARD%%%%DATADIR%%/Jamaica @@ -567,8 +566,11 @@ %%BACKWARD%%%%DATADIR%%/NZ-CHAT %%BACKWARD%%%%DATADIR%%/Navajo %%BACKWARD%%%%DATADIR%%/PRC +%%BACKWARD%%%%DATADIR%%/Pacific/Enderbury %%BACKWARD%%%%DATADIR%%/Pacific/Johnston +%%BACKWARD%%%%DATADIR%%/Pacific/Midway %%BACKWARD%%%%DATADIR%%/Pacific/Ponape +%%BACKWARD%%%%DATADIR%%/Pacific/Saipan %%BACKWARD%%%%DATADIR%%/Pacific/Samoa %%BACKWARD%%%%DATADIR%%/Pacific/Truk %%BACKWARD%%%%DATADIR%%/Pacific/Yap From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 15:37:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE5926B15B5; Fri, 1 Oct 2021 15:37:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLZ3l6BbBz4d77; Fri, 1 Oct 2021 15:37:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0AD621E52; Fri, 1 Oct 2021 15:37:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191Fb7lv097766; Fri, 1 Oct 2021 15:37:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191Fb7dF097765; Fri, 1 Oct 2021 15:37:07 GMT (envelope-from git) Date: Fri, 1 Oct 2021 15:37:07 GMT Message-Id: <202110011537.191Fb7dF097765@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 9bec8e98bafd - main - math/mpdecimal: actually fix build on GCC architectures MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9bec8e98bafddba76f6397c96517ffdcd9a794fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 15:37:08 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bec8e98bafddba76f6397c96517ffdcd9a794fa commit 9bec8e98bafddba76f6397c96517ffdcd9a794fa Author: Piotr Kubaj AuthorDate: 2021-10-01 15:29:48 +0000 Commit: Piotr Kubaj CommitDate: 2021-10-01 15:29:48 +0000 math/mpdecimal: actually fix build on GCC architectures configure script is written so that the compiler binary is used for linking. --- math/mpdecimal/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/math/mpdecimal/Makefile b/math/mpdecimal/Makefile index 8149011f6c2a..a5d59a202441 100644 --- a/math/mpdecimal/Makefile +++ b/math/mpdecimal/Makefile @@ -20,8 +20,14 @@ PORTDOCS= libmpdec++/* libmpdec/* OPTIONS_DEFINE= DOCS +.include + +.if ${CHOSEN_COMPILER_TYPE} == gcc +CONFIGURE_ARGS= LD="${CC}" LDXX="${CXX}" +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmpdec.so.${DISTVERSION} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmpdec++.so.${DISTVERSION} -.include +.include From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 15:52:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 234F56B1B29; Fri, 1 Oct 2021 15:52:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLZPw0V3jz4f0H; Fri, 1 Oct 2021 15:52:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4FE9220FD; Fri, 1 Oct 2021 15:52:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191Fqpv9023720; Fri, 1 Oct 2021 15:52:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191FqpAQ023719; Fri, 1 Oct 2021 15:52:51 GMT (envelope-from git) Date: Fri, 1 Oct 2021 15:52:51 GMT Message-Id: <202110011552.191FqpAQ023719@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: ba369a048629 - main - net/nsscache: Update to 0.43 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ba369a048629f495523a17b8369442378e8df586 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 15:52:52 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba369a048629f495523a17b8369442378e8df586 commit ba369a048629f495523a17b8369442378e8df586 Author: Kevin Bowling AuthorDate: 2021-10-01 15:48:54 +0000 Commit: Kevin Bowling CommitDate: 2021-10-01 15:52:40 +0000 net/nsscache: Update to 0.43 Add ssh key support for S3 source --- net/nsscache/Makefile | 19 ++++++++++--------- net/nsscache/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/net/nsscache/Makefile b/net/nsscache/Makefile index 7c5da739a0f6..8704e17dc1af 100644 --- a/net/nsscache/Makefile +++ b/net/nsscache/Makefile @@ -1,7 +1,7 @@ # Created by: Kevin Bowling PORTNAME= nsscache -PORTVERSION= 0.42 +PORTVERSION= 0.43 DISTVERSIONPREFIX= version/ CATEGORIES= net python @@ -14,21 +14,23 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ldap>0:net/py-ldap@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ldap>0:net/py-ldap@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mox3>0:devel/py-mox3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mox3>0:devel/py-mox3@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.4+ -USE_PYTHON= autoplist distutils noflavors USE_GITHUB= yes GH_ACCOUNT= google +USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes -PLIST_FILES= '@sample etc/nsscache.conf.sample' '@dir /var/db/nsscache' \ - man/man1/nsscache.1.gz man/man5/nsscache.conf.5.gz +PLIST_FILES= '@dir /var/db/nsscache' \ + '@sample etc/nsscache.conf.sample' \ + man/man1/nsscache.1.gz \ + man/man5/nsscache.conf.5.gz post-patch: @${REINPLACE_CMD} -e 's|/etc/nsscache.conf|${PREFIX}/etc/nsscache.conf|g' ${WRKSRC}/nss_cache/config.py @@ -44,5 +46,4 @@ post-install: do-test: cd ${WRKSRC} && ${PYTHON_CMD} setup.py test - .include diff --git a/net/nsscache/distinfo b/net/nsscache/distinfo index 49b9271c55a7..726c933f065e 100644 --- a/net/nsscache/distinfo +++ b/net/nsscache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616356266 -SHA256 (google-nsscache-version-0.42_GH0.tar.gz) = afd0f4d84e81c7f703a2bf7b740c8775d585b3ad5d62c3c4c33126e781086e19 -SIZE (google-nsscache-version-0.42_GH0.tar.gz) = 130283 +TIMESTAMP = 1633102994 +SHA256 (google-nsscache-version-0.43_GH0.tar.gz) = 89568f8fe29972ad3d8ffec06b2e5889e5e60ce2f9663002b961613195a22184 +SIZE (google-nsscache-version-0.43_GH0.tar.gz) = 130423 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 16:46:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B19846B279A; Fri, 1 Oct 2021 16:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLbby4h9tz4jhh; Fri, 1 Oct 2021 16:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 816172310E; Fri, 1 Oct 2021 16:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191Gkc5M090226; Fri, 1 Oct 2021 16:46:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191GkcBE090225; Fri, 1 Oct 2021 16:46:38 GMT (envelope-from git) Date: Fri, 1 Oct 2021 16:46:38 GMT Message-Id: <202110011646.191GkcBE090225@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ryan Moeller Subject: git: 63a23cd02cc1 - main - devel/py-libzfs: Avoid fallthrough macro conflict MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: freqlabs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 63a23cd02cc10257d5141dfdd52bd3b61de7fbd4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 16:46:38 -0000 The branch main has been updated by freqlabs (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=63a23cd02cc10257d5141dfdd52bd3b61de7fbd4 commit 63a23cd02cc10257d5141dfdd52bd3b61de7fbd4 Author: Ryan Moeller AuthorDate: 2021-10-01 16:43:12 +0000 Commit: Ryan Moeller CommitDate: 2021-10-01 16:46:19 +0000 devel/py-libzfs: Avoid fallthrough macro conflict Fixes build failure with recent OpenZFS. Approved by: lwhsu (implicit) Reported by: arrowd Sponsored by: iXsystems, Inc. --- devel/py-libzfs/Makefile | 4 ++-- devel/py-libzfs/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-libzfs/Makefile b/devel/py-libzfs/Makefile index 60561c772965..b153b36c642d 100644 --- a/devel/py-libzfs/Makefile +++ b/devel/py-libzfs/Makefile @@ -1,7 +1,7 @@ # Created by: William Grzybowski PORTNAME= libzfs -PORTVERSION= 1.1.2021090800 +PORTVERSION= 1.1.2021100100 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= truenas GH_PROJECT= py-libzfs -GH_TAGNAME= 809bbf3 +GH_TAGNAME= 8702fda HAS_CONFIGURE= yes USES= compiler:c11 python diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo index 783d2259778d..b65751347c68 100644 --- a/devel/py-libzfs/distinfo +++ b/devel/py-libzfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631110452 -SHA256 (truenas-py-libzfs-1.1.2021090800-809bbf3_GH0.tar.gz) = 477acf7e80d6affbdba18f13580e70b098f98131948233b1dbceaeaefe6dfbe1 -SIZE (truenas-py-libzfs-1.1.2021090800-809bbf3_GH0.tar.gz) = 93023 +TIMESTAMP = 1633106365 +SHA256 (truenas-py-libzfs-1.1.2021100100-8702fda_GH0.tar.gz) = 4dd8d2a957bf66f91b36f1cb0b19c71f61979cd06e3695f4265fd46b156b35c8 +SIZE (truenas-py-libzfs-1.1.2021100100-8702fda_GH0.tar.gz) = 93062 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 17:27:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1AAED6B2A77; Fri, 1 Oct 2021 17:27:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLcVp0FMyz4mHY; Fri, 1 Oct 2021 17:27:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCB982336C; Fri, 1 Oct 2021 17:27:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191HRDm3044929; Fri, 1 Oct 2021 17:27:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191HRDTu044928; Fri, 1 Oct 2021 17:27:13 GMT (envelope-from git) Date: Fri, 1 Oct 2021 17:27:13 GMT Message-Id: <202110011727.191HRDTu044928@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: 289e2a57548d - main - textproc/groff: enforce iconv from ports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 289e2a57548d3bc53ded653d1f63decaeaa6e28b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 17:27:14 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=289e2a57548d3bc53ded653d1f63decaeaa6e28b commit 289e2a57548d3bc53ded653d1f63decaeaa6e28b Author: Baptiste Daroussin AuthorDate: 2021-10-01 17:26:03 +0000 Commit: Baptiste Daroussin CommitDate: 2021-10-01 17:27:10 +0000 textproc/groff: enforce iconv from ports groff silently links to iconv from ports, declare properly the dependency --- textproc/groff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 3b43220ff469..4755a8da54ce 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -2,7 +2,7 @@ PORTNAME= groff PORTVERSION= 1.22.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= GNU @@ -18,7 +18,7 @@ RUN_DEPENDS:= psselect:print/psutils MAKE_JOBS_UNSAFE= yes -USES= cpe gmake perl5 makeinfo +USES= cpe gmake iconv:wchar_t perl5 makeinfo GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-urw-fonts-dir=${LOCALBASE}/share/ghostscript/fonts/ \ --with-awk=/usr/bin/awk \ From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 17:34:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E79936B3295; Fri, 1 Oct 2021 17:34:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLcfn68GQz4mX9; Fri, 1 Oct 2021 17:34:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4489236E6; Fri, 1 Oct 2021 17:34:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191HY9bl057968; Fri, 1 Oct 2021 17:34:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191HY9J2057967; Fri, 1 Oct 2021 17:34:09 GMT (envelope-from git) Date: Fri, 1 Oct 2021 17:34:09 GMT Message-Id: <202110011734.191HY9J2057967@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: e4d5c6e04808 - main - www/kcgi: update to 0.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e4d5c6e0480848f580a3276f22e3882fa7ca71b3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 17:34:10 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4d5c6e0480848f580a3276f22e3882fa7ca71b3 commit e4d5c6e0480848f580a3276f22e3882fa7ca71b3 Author: Baptiste Daroussin AuthorDate: 2021-10-01 17:34:00 +0000 Commit: Baptiste Daroussin CommitDate: 2021-10-01 17:34:00 +0000 www/kcgi: update to 0.13.0 --- www/kcgi/Makefile | 2 +- www/kcgi/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/kcgi/Makefile b/www/kcgi/Makefile index ea66ce4f581f..7bc0a3a4abe8 100644 --- a/www/kcgi/Makefile +++ b/www/kcgi/Makefile @@ -1,5 +1,5 @@ PORTNAME= kcgi -PORTVERSION= 0.12.5 +PORTVERSION= 0.13.0 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ diff --git a/www/kcgi/distinfo b/www/kcgi/distinfo index a0445c3bb301..65d54316dbd0 100644 --- a/www/kcgi/distinfo +++ b/www/kcgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620882102 -SHA256 (kcgi-0.12.5.tgz) = 06ed033de3723651d76e2fac1c2442aaa3a28ac231cbfda4142dfb8782cab363 -SIZE (kcgi-0.12.5.tgz) = 247454 +TIMESTAMP = 1633109519 +SHA256 (kcgi-0.13.0.tgz) = d886e5700f5ec72b00cb668e9f06b7b3906b6ccdc5bab4c89e436d4cc4c0c7a1 +SIZE (kcgi-0.13.0.tgz) = 243127 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 18:19:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AB6676B373A; Fri, 1 Oct 2021 18:19:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLdgK4Rnpz4pfW; Fri, 1 Oct 2021 18:19:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7893424293; Fri, 1 Oct 2021 18:19:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191IJfF8011828; Fri, 1 Oct 2021 18:19:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191IJf5J011827; Fri, 1 Oct 2021 18:19:41 GMT (envelope-from git) Date: Fri, 1 Oct 2021 18:19:41 GMT Message-Id: <202110011819.191IJf5J011827@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Sivachenko Subject: git: d8e6929659e6 - main - net/haproxy: update to version 2.4.5. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: demon X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d8e6929659e6fb65d9756383e080b2f371b5aed6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 18:19:41 -0000 The branch main has been updated by demon: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8e6929659e6fb65d9756383e080b2f371b5aed6 commit d8e6929659e6fb65d9756383e080b2f371b5aed6 Author: Dmitry Sivachenko AuthorDate: 2021-10-01 18:18:37 +0000 Commit: Dmitry Sivachenko CommitDate: 2021-10-01 18:19:28 +0000 net/haproxy: update to version 2.4.5. --- net/haproxy/Makefile | 2 +- net/haproxy/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 01bd2fb9344a..f4c8cfa8211b 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,7 @@ # Created by: Hugo Saro PORTNAME= haproxy -DISTVERSION= 2.4.4 +DISTVERSION= 2.4.5 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/2.4/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 891bc4a4aa0d..b3e7f2bd32df 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631092592 -SHA256 (haproxy-2.4.4.tar.gz) = 116b7329cebee5dab8ba47ad70feeabd0c91680d9ef68c28e41c34869920d1fe -SIZE (haproxy-2.4.4.tar.gz) = 3587306 +TIMESTAMP = 1633112215 +SHA256 (haproxy-2.4.5.tar.gz) = adf4fdacd29ef0cb39dc7b79288f3e56c4bc651eeab0c73bb02ab9090943027b +SIZE (haproxy-2.4.5.tar.gz) = 3595061 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 19:03:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 431FB6B4646; Fri, 1 Oct 2021 19:03:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLff61Crxz4t4F; Fri, 1 Oct 2021 19:03:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09AC224D20; Fri, 1 Oct 2021 19:03:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191J3fGC077867; Fri, 1 Oct 2021 19:03:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191J3fad077866; Fri, 1 Oct 2021 19:03:41 GMT (envelope-from git) Date: Fri, 1 Oct 2021 19:03:41 GMT Message-Id: <202110011903.191J3fad077866@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 01db8ddf5254 - main - emulators/wine-devel: Pass maintainership to Damjan Jovanovic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 01db8ddf5254ebf2950ec14ea3209f275b87128f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 19:03:42 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=01db8ddf5254ebf2950ec14ea3209f275b87128f commit 01db8ddf5254ebf2950ec14ea3209f275b87128f Author: Gerald Pfeifer AuthorDate: 2021-10-01 17:57:23 +0000 Commit: Gerald Pfeifer CommitDate: 2021-10-01 19:03:18 +0000 emulators/wine-devel: Pass maintainership to Damjan Jovanovic Usually assuming maintainership goes along with a patch to update or fix something. The former will come soon, with next week's snapshot, and Damjan has been active upstream and in direct conversations with me, and I will be supporting and mentoring him. --- emulators/wine-devel/Makefile | 2 +- emulators/wine-gecko-devel/Makefile | 2 +- emulators/wine-mono-devel/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1d9b0decf62d..efcbbcfc0249 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Source \ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= emulation@FreeBSD.org +MAINTAINER?= damjan.jov@gmail.com COMMENT?= Microsoft Windows compatibility environment LICENSE= LGPL21 LGPL3 diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index ccf1a1b59ab8..16e53785a0ac 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -9,7 +9,7 @@ DISTNAME= wine-gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= emulation@FreeBSD.org +MAINTAINER= damjan.jov@gmail.com COMMENT= Gecko Layout Engine for Wine development branch (HTML support) LICENSE= MPL20 GPLv2 GPLv3 LGPL21 LGPL3 diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile index 65e1901bfeef..963e0d5e177b 100644 --- a/emulators/wine-mono-devel/Makefile +++ b/emulators/wine-mono-devel/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -devel EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= emulation@FreeBSD.org +MAINTAINER= damjan.jov@gmail.com COMMENT= Mono .NET implementation for Wine development branch LICENSE= MIT GPLv2 LGPL20 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 19:19:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E605A6B483F; Fri, 1 Oct 2021 19:19:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLg0q6CsDz4v4t; Fri, 1 Oct 2021 19:19:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B53352503D; Fri, 1 Oct 2021 19:19:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191JJttj092118; Fri, 1 Oct 2021 19:19:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191JJtO9092117; Fri, 1 Oct 2021 19:19:55 GMT (envelope-from git) Date: Fri, 1 Oct 2021 19:19:55 GMT Message-Id: <202110011919.191JJtO9092117@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 2acaef84d8ad - main - textproc/markdown-mode.el: update to 2.4. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2acaef84d8ad96f3be896c32e94d04ac61a083b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 19:19:56 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=2acaef84d8ad96f3be896c32e94d04ac61a083b9 commit 2acaef84d8ad96f3be896c32e94d04ac61a083b9 Author: Jimmy Olgeni AuthorDate: 2021-10-01 19:18:14 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-01 19:18:14 +0000 textproc/markdown-mode.el: update to 2.4. * Switch to use upstream repository on GitHub. * Byte compile .el file and install them to ${EMACS_VERSION_SITE_LISPDIR}. * Add DOCS option. ChangeLog: https://github.com/jrblevin/markdown-mode/blob/v2.4/CHANGES.md PR: 257899 Reported by: yasu --- textproc/markdown-mode.el/Makefile | 36 ++++++++++++++++++++++-------------- textproc/markdown-mode.el/distinfo | 6 +++--- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/textproc/markdown-mode.el/Makefile b/textproc/markdown-mode.el/Makefile index 11aefafad48f..738aa8df84ad 100644 --- a/textproc/markdown-mode.el/Makefile +++ b/textproc/markdown-mode.el/Makefile @@ -1,29 +1,37 @@ PORTNAME= markdown-mode.el -PORTVERSION= 2.3 -PORTREVISION= 8 -CATEGORIES= textproc -MASTER_SITES= http://jblevins.org/projects/markdown-mode/ +DISTVERSIONPREFIX= v +DISTVERSION= 2.4 +CATEGORIES= textproc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -DISTNAME= markdown-mode.el -EXTRACT_SUFX= # empty -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -EXTRACT_ONLY= # empty MAINTAINER= olgeni@FreeBSD.org COMMENT= Emacs major mode for editing Markdown-formatted text LICENSE= GPLv3+ -USES= emacs +USES= emacs gmake + +USE_GITHUB= yes +GH_ACCOUNT= jrblevin +GH_PROJECT= markdown-mode NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes -PLIST_FILES= ${EMACS_SITE_LISPDIR}/markdown-mode.el +PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/markdown-mode.el \ + ${EMACS_VERSION_SITE_LISPDIR}/markdown-mode.elc +PORTDOCS= CHANGES.md CONTRIBUTING.md README.md + +OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ - ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/markdown-mode.el + @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} + ${INSTALL_DATA} ${WRKSRC}/*.el ${WRKSRC}/*.elc \ + ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} +.endfor .include diff --git a/textproc/markdown-mode.el/distinfo b/textproc/markdown-mode.el/distinfo index 27123c02a682..ce4a77e6feee 100644 --- a/textproc/markdown-mode.el/distinfo +++ b/textproc/markdown-mode.el/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504449743 -SHA256 (markdown-mode.el-2.3/markdown-mode.el) = b1b6aae94959dc272e935df159344c81aa3a496aad92cd8bc714b781b3875c94 -SIZE (markdown-mode.el-2.3/markdown-mode.el) = 387106 +TIMESTAMP = 1629158662 +SHA256 (jrblevin-markdown-mode-v2.4_GH0.tar.gz) = 2dbc19c3d62e7147703daac7d51bf0a3cfbb903164b64fdce3c34cc2002f2da7 +SIZE (jrblevin-markdown-mode-v2.4_GH0.tar.gz) = 211229 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 20:47:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D2536B5A4E; Fri, 1 Oct 2021 20:47:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLhxm33nkz3HKF; Fri, 1 Oct 2021 20:47:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47AD926591; Fri, 1 Oct 2021 20:47:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191KlOn4011050; Fri, 1 Oct 2021 20:47:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191KlOxk011049; Fri, 1 Oct 2021 20:47:24 GMT (envelope-from git) Date: Fri, 1 Oct 2021 20:47:24 GMT Message-Id: <202110012047.191KlOxk011049@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: ebaae41c7756 - main - net/libstorj: Deprecate port and set expiration date to 2021-12-31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ebaae41c7756ed0780ba7731b7c870d205638609 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 20:47:24 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebaae41c7756ed0780ba7731b7c870d205638609 commit ebaae41c7756ed0780ba7731b7c870d205638609 Author: Daniel Engberg AuthorDate: 2021-10-01 20:31:40 +0000 Commit: Daniel Engberg CommitDate: 2021-10-01 20:45:14 +0000 net/libstorj: Deprecate port and set expiration date to 2021-12-31 Deprecated upstream Reference: https://github.com/storj/libstorj Pointy hat to myself (net/libstorj is not net/storj, reported by danfe) PR: 257129 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D31701 --- net/libstorj/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/libstorj/Makefile b/net/libstorj/Makefile index b2074708f1c8..39d3451e9035 100644 --- a/net/libstorj/Makefile +++ b/net/libstorj/Makefile @@ -9,6 +9,9 @@ COMMENT= C library and CLI for encrypted file transfer on the Storj network LICENSE= LGPL21+ +DEPRECATED= Deprecated in favour of net/storj due to v3 rearchitecture +EXPIRATION_DATE=2021-12-31 + LIB_DEPENDS= libjson-c.so:devel/json-c \ libuv.so:devel/libuv \ libcurl.so:ftp/curl \ From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 20:47:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3C3B6B5D29; Fri, 1 Oct 2021 20:47:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLhxn42VNz3HRr; Fri, 1 Oct 2021 20:47:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6BE3726518; Fri, 1 Oct 2021 20:47:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191KlPUR011074; Fri, 1 Oct 2021 20:47:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191KlPPG011073; Fri, 1 Oct 2021 20:47:25 GMT (envelope-from git) Date: Fri, 1 Oct 2021 20:47:25 GMT Message-Id: <202110012047.191KlPPG011073@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 1c108eb9029e - main - audio/mp32ogg: Deprecate and set expiration date to 2021-12-31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1c108eb9029e1297545181511e8c62818d923e07 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 20:47:25 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c108eb9029e1297545181511e8c62818d923e07 commit 1c108eb9029e1297545181511e8c62818d923e07 Author: Daniel Engberg AuthorDate: 2021-10-01 20:45:40 +0000 Commit: Daniel Engberg CommitDate: 2021-10-01 20:45:46 +0000 audio/mp32ogg: Deprecate and set expiration date to 2021-12-31 Abandoned and unfetchable upstream, users are recommended to use ffmpeg instead PR: 258643 Approved by: uqs (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32219 --- audio/mp32ogg/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 675aae1d8b5b..36f0066c086c 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -11,6 +11,9 @@ EXTRACT_SUFX= # empty MAINTAINER= uqs@FreeBSD.org COMMENT= Convert MP3 files to Ogg Vorbis files +DEPRECATED= Abandoned upstream and unfetchable from upstream +EXPIRATION_DATE=2021-12-31 + RUN_DEPENDS= mpg123:audio/mpg123 \ oggenc:audio/vorbis-tools \ p5-MP3-Info>=0:audio/p5-MP3-Info \ From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 21:08:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 861F36B5D71; Fri, 1 Oct 2021 21:08:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLjQY3C7jz3J47; Fri, 1 Oct 2021 21:08:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DC7A265F5; Fri, 1 Oct 2021 21:08:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191L8r1Q038538; Fri, 1 Oct 2021 21:08:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191L8r87038537; Fri, 1 Oct 2021 21:08:53 GMT (envelope-from git) Date: Fri, 1 Oct 2021 21:08:53 GMT Message-Id: <202110012108.191L8r87038537@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 1a54adbdb84d - main - emulators/qemu31: UNBREAK for 13.X and later MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1a54adbdb84db5f9bac9f561fa0e86b7c2eb6235 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 21:08:53 -0000 The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a54adbdb84db5f9bac9f561fa0e86b7c2eb6235 commit 1a54adbdb84db5f9bac9f561fa0e86b7c2eb6235 Author: Muhammad Moinur Rahman AuthorDate: 2021-10-01 21:05:39 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-10-01 21:07:50 +0000 emulators/qemu31: UNBREAK for 13.X and later - Mark DEPRECATED as there are more recent versions in the tree - Update pkg-descr as https://oszoo.org no longer hosts qemu images and is totally an irrelevent site - Do some housekeeping to remove stage-qa errors --- emulators/qemu31/Makefile | 29 +++++++++++++++++++---------- emulators/qemu31/pkg-descr | 22 +++++++++------------- emulators/qemu31/pkg-plist | 2 ++ 3 files changed, 30 insertions(+), 23 deletions(-) diff --git a/emulators/qemu31/Makefile b/emulators/qemu31/Makefile index 11a84b824980..ef173179cf8f 100644 --- a/emulators/qemu31/Makefile +++ b/emulators/qemu31/Makefile @@ -14,13 +14,16 @@ COMMENT?= QEMU CPU Emulator - 3.1.X version LICENSE= GPLv2 BROKEN_aarch64= fails to build: accel/tcg/user-exec.c:486:36: error: no member named 'pc' in 'struct __mcontext' +DEPRECATED= Use emulators/qemu or emulators/qemu-devel +EXPIRATION_DATE=2021-11-01 -LIB_DEPENDS?= libnettle.so:security/nettle \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 +LIB_DEPENDS?= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libnettle.so:security/nettle USES?= compiler:c11 cpe gmake gnome pkgconfig bison perl5 \ python:build tar:xz +USE_GNOME+= libxml2 USE_PERL5= build PORTSCOUT= limit:^3\.1\. @@ -42,7 +45,7 @@ STATIC_LINK_DESC= Statically link the executables USBREDIR_DESC= usb device network redirection (experimental!) VDE_DESC= vde dependency (for vde networking) X86_TARGETS_DESC= Build only x86 system targets -OPTIONS_DEFAULT=X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP NCURSES VDE +OPTIONS_DEFAULT=X11 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP NCURSES VDE OPTIONS_SUB= yes CURL_CONFIGURE_OFF= --disable-curl CURL_LIB_DEPENDS= libcurl.so:ftp/curl @@ -52,11 +55,11 @@ DOCS_USES= makeinfo GNUTLS_CONFIGURE_OFF= --disable-gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GTK3_CONFIGURE_OFF= --disable-gtk --disable-vte -GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ - libepoxy.so:graphics/libepoxy \ - libpcre2-8.so:devel/pcre2 +GTK3_LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ + libpcre2-8.so:devel/pcre2 \ + libxkbcommon.so:x11/libxkbcommon GTK3_USE= GNOME=gtk30,vte3,gdkpixbuf2 XORG=x11,xext GL=gbm -GTK3_USES= gettext gl gnome xorg +GTK3_USES= gettext gl xorg JPEG_CONFIGURE_OFF= --disable-vnc-jpeg JPEG_USES= jpeg NCURSES_USES= ncurses:base @@ -84,8 +87,8 @@ X11_CONFIGURE_ENABLE= sdl X11_USE= SDL=sdl2 XORG=x11,xext X11_USES= sdl xorg .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils" -X86_TARGETS_USE_OFF= GNOME=cairo,gdkpixbuf2 -X86_TARGETS_USES_OFF= gnome +X86_TARGETS_USE_OFF= GNOME=cairo,gdkpixbuf2 XORG=pixman +X86_TARGETS_USES_OFF= gnome xorg .endif PORTDOCS?= docs qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \ @@ -123,6 +126,12 @@ MAKE_ARGS+= ARCH=ppc64 CONFIGURE_ARGS+= --sparc_cpu=v9 .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300000 +PLIST_SUB+= IVSHMEM="" +.else +PLIST_SUB+= IVSHMEM="@comment " +.endif + PLIST_SUB+= LINUXBOOT_DMA="" post-patch-CDROM_DMA-off: diff --git a/emulators/qemu31/pkg-descr b/emulators/qemu31/pkg-descr index 018952f53cf1..c43a6a43c80f 100644 --- a/emulators/qemu31/pkg-descr +++ b/emulators/qemu31/pkg-descr @@ -1,19 +1,15 @@ -QEMU is a FAST! processor emulator using dynamic translation to achieve -good emulation speed. +QEMU is a FAST! processor emulator using dynamic translation to achieve good +emulation speed. QEMU has two operating modes: - * Full system emulation. In this mode, QEMU emulates a full system -(for example a PC), including a processor and various peripherials. -It can be used to launch different Operating Systems without rebooting -the PC or to debug system code. - * User mode emulation (Linux host only). In this mode, QEMU can launch -Linux processes compiled for one CPU on another CPU. It can be used to -launch the Wine Windows API emulator or to ease cross-compilation and -cross-debugging. + * Full system emulation. In this mode, QEMU emulates a full system (for + example a PC), including a processor and various peripherials. It can be + used to launch different Operating Systems without rebooting the PC or to + debug system code. + * User mode emulation (Linux host only). In this mode, QEMU can launch Linux + processes compiled for one CPU on another CPU. It can be used to launch the + Wine Windows API emulator or to ease cross-compilation and cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. -See also the preconfigured system images on http://oszoo.org/ -Many live cd isos also work. - WWW: http://wiki.qemu.org/Main_Page diff --git a/emulators/qemu31/pkg-plist b/emulators/qemu31/pkg-plist index 87b2236d079e..4ee1d3075e11 100644 --- a/emulators/qemu31/pkg-plist +++ b/emulators/qemu31/pkg-plist @@ -1,3 +1,5 @@ +%%IVSHMEM%%bin/ivshmem-client +%%IVSHMEM%%bin/ivshmem-server bin/qemu-edid bin/qemu-ga bin/qemu-i386 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 21:17:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B4606B6391; Fri, 1 Oct 2021 21:17:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLjcD0kCGz3JXy; Fri, 1 Oct 2021 21:17:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E89D52699C; Fri, 1 Oct 2021 21:17:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191LHFRN051501; Fri, 1 Oct 2021 21:17:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191LHF8u051500; Fri, 1 Oct 2021 21:17:15 GMT (envelope-from git) Date: Fri, 1 Oct 2021 21:17:15 GMT Message-Id: <202110012117.191LHF8u051500@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Michael Gmelin Subject: git: e48613f2da0d - main - devel/phabricator: Bump minimum arcanist-lib dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: grembo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e48613f2da0d1c38c045408998c577c90af8af4f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 21:17:16 -0000 The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e48613f2da0d1c38c045408998c577c90af8af4f commit e48613f2da0d1c38c045408998c577c90af8af4f Author: Michael Gmelin AuthorDate: 2021-10-01 11:51:28 +0000 Commit: Michael Gmelin CommitDate: 2021-10-01 21:16:55 +0000 devel/phabricator: Bump minimum arcanist-lib dependency This makes sure phabricator is using the Mozilla root CA bundle when doing webhook calls (e.g., from harbormaster). Before it would use the custom root CA bundle that shipped with arcanist, which hasn't been updated in a while. This caused problems with Let's Encrypt issued certificates, after the R3 Let's Encrypt intermediate CA expired. --- devel/phabricator/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index 09d0bebff367..3466c34f3c89 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -1,6 +1,6 @@ PORTNAME= phabricator PORTVERSION= 20201119 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -13,7 +13,7 @@ COMMENT= Open source, software engineering platform LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= arcanist-lib${PHP_PKGNAMESUFFIX}>=20200514:devel/arcanist-lib@${PHP_FLAVOR} \ +RUN_DEPENDS= arcanist-lib${PHP_PKGNAMESUFFIX}>=20210113_1:devel/arcanist-lib@${PHP_FLAVOR} \ git:devel/git USES= php:cli,flavors shebangfix @@ -57,6 +57,7 @@ OPCACHE_USE= PHP=opcache USE_GITHUB= yes NO_BUILD= yes +NO_ARCH= yes USE_RC_SUBR= phd SUB_FILES= pkg-message PORTSCOUT= ignore:1 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 21:42:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF1496B6ABD; Fri, 1 Oct 2021 21:42:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLk9p60vzz3Lwn; Fri, 1 Oct 2021 21:42:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEA5F270C2; Fri, 1 Oct 2021 21:42:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191LgshP090767; Fri, 1 Oct 2021 21:42:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191LgssB090765; Fri, 1 Oct 2021 21:42:54 GMT (envelope-from git) Date: Fri, 1 Oct 2021 21:42:54 GMT Message-Id: <202110012142.191LgssB090765@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Eric Turgeon Subject: git: 1cea0407426f - main - editors/sublime-text4: updated to 4116 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ericbsd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1cea0407426f066d61b0fcbdb857f2628b3d7af3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 21:42:54 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cea0407426f066d61b0fcbdb857f2628b3d7af3 commit 1cea0407426f066d61b0fcbdb857f2628b3d7af3 Author: Eric Turgeon AuthorDate: 2021-10-01 21:42:40 +0000 Commit: Eric Turgeon CommitDate: 2021-10-01 21:42:40 +0000 editors/sublime-text4: updated to 4116 --- editors/sublime-text4/Makefile | 5 ++--- editors/sublime-text4/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/editors/sublime-text4/Makefile b/editors/sublime-text4/Makefile index 78dd1f159da8..e9201e385d70 100644 --- a/editors/sublime-text4/Makefile +++ b/editors/sublime-text4/Makefile @@ -1,10 +1,9 @@ # Created by: Eric TUrgeon -PORTNAME= sublime -PORTVERSION= 4115 +PORTNAME= sublime-text4 +PORTVERSION= 4116 CATEGORIES= editors linux MASTER_SITES= http://download.sublimetext.com/ -PKGNAMESUFFIX= -text4 MAINTAINER= ericbsd@FreeBSD.org COMMENT= Sophisticated text editor for code, markup and prose diff --git a/editors/sublime-text4/distinfo b/editors/sublime-text4/distinfo index b5be33b8c914..46035112854d 100644 --- a/editors/sublime-text4/distinfo +++ b/editors/sublime-text4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632502139 -SHA256 (sublime_text_build_4115_x64.tar.xz) = 21cf824f89322c7d95185550a9215211d819f86f72d3ea6b8197410a0fe007d6 -SIZE (sublime_text_build_4115_x64.tar.xz) = 17230880 +TIMESTAMP = 1633124175 +SHA256 (sublime_text_build_4116_x64.tar.xz) = 2dfdd8fc3434ab482fb2b203fab3e5d39fd87d67538daa105e79f0e649372842 +SIZE (sublime_text_build_4116_x64.tar.xz) = 17174748 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:39:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1924F6B6DB9; Fri, 1 Oct 2021 22:39:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlR06z3pz3PZv; Fri, 1 Oct 2021 22:39:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFB9E27D0B; Fri, 1 Oct 2021 22:39:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191MdO6g057724; Fri, 1 Oct 2021 22:39:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191MdOcD057723; Fri, 1 Oct 2021 22:39:24 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:39:24 GMT Message-Id: <202110012239.191MdOcD057723@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 4b1e36816f57 - main - lang/erlang-runtime24: Update to version 24.1.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4b1e36816f575f368a3db9dba4d14f0a01495b92 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:39:25 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b1e36816f575f368a3db9dba4d14f0a01495b92 commit 4b1e36816f575f368a3db9dba4d14f0a01495b92 Author: Jimmy Olgeni AuthorDate: 2021-10-01 09:52:36 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-01 22:21:40 +0000 lang/erlang-runtime24: Update to version 24.1.1. --- lang/erlang-runtime24/Makefile | 4 +-- lang/erlang-runtime24/distinfo | 6 ++--- lang/erlang-runtime24/files/patch-configure | 40 ----------------------------- 3 files changed, 5 insertions(+), 45 deletions(-) diff --git a/lang/erlang-runtime24/Makefile b/lang/erlang-runtime24/Makefile index 49c22f3a68fd..b50f2adce7a9 100644 --- a/lang/erlang-runtime24/Makefile +++ b/lang/erlang-runtime24/Makefile @@ -1,6 +1,6 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 24.0.6 +DISTVERSION= 24.1.1 PORTREVISION= 0 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime24 @@ -13,7 +13,7 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -USES= autoreconf:build cpe gmake ncurses perl5 +USES= cpe gmake ncurses perl5 CPE_VENDOR= erlang CPE_PRODUCT= erlang/otp USE_GITHUB= nodefault diff --git a/lang/erlang-runtime24/distinfo b/lang/erlang-runtime24/distinfo index cff54b3a3d4a..7451df4b03dc 100644 --- a/lang/erlang-runtime24/distinfo +++ b/lang/erlang-runtime24/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1630675149 -SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1 -SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872 +TIMESTAMP = 1633076891 +SHA256 (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 96a9ffd0ce529dda8bb98eb3e607994fe9f67c1abb3fc1cca545826ad088358d +SIZE (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 59041453 SHA256 (erlang/erlang-corba-5.0.2_GH0.tar.gz) = d82b3efb0330870ac59a86ed96130b3e2caa7df5304e46b06dd79ad237686703 SIZE (erlang/erlang-corba-5.0.2_GH0.tar.gz) = 1393602 diff --git a/lang/erlang-runtime24/files/patch-configure b/lang/erlang-runtime24/files/patch-configure deleted file mode 100644 index 9713b597b9dc..000000000000 --- a/lang/erlang-runtime24/files/patch-configure +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.orig 2021-09-13 14:43:59 UTC -+++ configure -@@ -55,7 +55,7 @@ skip_applications= - while test $# != 0; do - case $1 in - -srcdir=* | --srcdir=*) -- user_srcdir=`expr "$1" : '[^=]*=\(.*\)'` -+ user_srcdir=`expr -- "$1" : '[^=]*=\(.*\)'` - if test "$ERL_TOP" != ""; then - echo "WARNING: Overriding ERL_TOP with $user_srcdir" 1>&2 - echo "" 1>&2 -@@ -95,7 +95,7 @@ while test $# != 0; do - echo "" 1>&2 - ;; - -cache-file=* | --cache-file=* ) -- static_cache=`expr "$1" : '[^=]*=\(.*\)'` -+ static_cache=`expr -- "$1" : '[^=]*=\(.*\)'` - if test "$static_cache" != "/dev/null"; then - echo "WARNING: Only using config cache file '$static_cache' as static cache" 1>&2 - echo "" 1>&2 -@@ -140,8 +140,8 @@ while test $# != 0; do - pie_ldflags="-no-pie" - ;; - CFLAGS=* | LDFLAGS=*) -- flgs_var=`expr "$1" : '\([^=]*\)=.*'` -- flgs_val=`expr "$1" : '[^=]*=\(.*\)'` -+ flgs_var=`expr -- "$1" : '\([^=]*\)=.*'` -+ flgs_val=`expr -- "$1" : '[^=]*=\(.*\)'` - eval $flgs_var=\$flgs_val - ;; - --help=r* | -help=r*) -@@ -151,7 +151,7 @@ while test $# != 0; do - *) - case $1 in - --without-*) -- skip_app=`expr "$1" : '--without-\(.*\)'` -+ skip_app=`expr -- "$1" : '--without-\(.*\)'` - if [ "$skip_app" = "stdlib" ] || - [ "$skip_app" = "kernel" ] || - [ "$skip_app" = "sasl" ] || From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:39:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 228C86B6EB4; Fri, 1 Oct 2021 22:39:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlR20Fxkz3PZw; Fri, 1 Oct 2021 22:39:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE592278CD; Fri, 1 Oct 2021 22:39:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191MdP4m057755; Fri, 1 Oct 2021 22:39:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191MdP1p057754; Fri, 1 Oct 2021 22:39:25 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:39:25 GMT Message-Id: <202110012239.191MdP1p057754@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 0f8df7400e5e - main - lang/erlang: Update to version 24.1.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0f8df7400e5e0181617f74f8e75c495bacf42b11 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:39:26 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f8df7400e5e0181617f74f8e75c495bacf42b11 commit 0f8df7400e5e0181617f74f8e75c495bacf42b11 Author: Jimmy Olgeni AuthorDate: 2021-10-01 11:17:53 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-01 22:38:13 +0000 lang/erlang: Update to version 24.1.1. --- lang/erlang/Makefile | 10 +++++----- lang/erlang/distinfo | 6 +++--- lang/erlang/files/patch-configure | 40 --------------------------------------- 3 files changed, 8 insertions(+), 48 deletions(-) diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index a089f87b0996..867c69b8c4c0 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -2,7 +2,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 24.0.6 +DISTVERSION= 24.1.1 PORTREVISION= 0 PORTEPOCH= 4 CATEGORIES= lang parallel java @@ -15,7 +15,7 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -USES= autoreconf:build cpe gmake ncurses perl5 +USES= cpe gmake ncurses perl5 CPE_VENDOR= erlang CPE_PRODUCT= erlang/otp USE_GITHUB= nodefault @@ -39,9 +39,9 @@ SUB_LIST= TOOLS_VSN=${TOOLS_VSN} WRKSRC= ${WRKSRC_otp} ERLANG_LIB= ${PORTNAME} -EI_VSN= 5.0.1 -SNMP_VSN= 5.9.1 -TOOLS_VSN= 3.5 +EI_VSN= 5.1 +SNMP_VSN= 5.10.1 +TOOLS_VSN= 3.5.1 OPTIONS_DEFINE= CHUNKS CORBA DIRTY DTRACE FOP JAVA KQUEUE MANPAGES ODBC \ OPENSSL PDF SCTP SHARING WX diff --git a/lang/erlang/distinfo b/lang/erlang/distinfo index f52cbf9f48cd..cda08596480f 100644 --- a/lang/erlang/distinfo +++ b/lang/erlang/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1631542362 -SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1 -SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872 +TIMESTAMP = 1633082017 +SHA256 (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 96a9ffd0ce529dda8bb98eb3e607994fe9f67c1abb3fc1cca545826ad088358d +SIZE (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 59041453 SHA256 (erlang/erlang-corba-5.0.2_GH0.tar.gz) = d82b3efb0330870ac59a86ed96130b3e2caa7df5304e46b06dd79ad237686703 SIZE (erlang/erlang-corba-5.0.2_GH0.tar.gz) = 1393602 diff --git a/lang/erlang/files/patch-configure b/lang/erlang/files/patch-configure deleted file mode 100644 index 9713b597b9dc..000000000000 --- a/lang/erlang/files/patch-configure +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.orig 2021-09-13 14:43:59 UTC -+++ configure -@@ -55,7 +55,7 @@ skip_applications= - while test $# != 0; do - case $1 in - -srcdir=* | --srcdir=*) -- user_srcdir=`expr "$1" : '[^=]*=\(.*\)'` -+ user_srcdir=`expr -- "$1" : '[^=]*=\(.*\)'` - if test "$ERL_TOP" != ""; then - echo "WARNING: Overriding ERL_TOP with $user_srcdir" 1>&2 - echo "" 1>&2 -@@ -95,7 +95,7 @@ while test $# != 0; do - echo "" 1>&2 - ;; - -cache-file=* | --cache-file=* ) -- static_cache=`expr "$1" : '[^=]*=\(.*\)'` -+ static_cache=`expr -- "$1" : '[^=]*=\(.*\)'` - if test "$static_cache" != "/dev/null"; then - echo "WARNING: Only using config cache file '$static_cache' as static cache" 1>&2 - echo "" 1>&2 -@@ -140,8 +140,8 @@ while test $# != 0; do - pie_ldflags="-no-pie" - ;; - CFLAGS=* | LDFLAGS=*) -- flgs_var=`expr "$1" : '\([^=]*\)=.*'` -- flgs_val=`expr "$1" : '[^=]*=\(.*\)'` -+ flgs_var=`expr -- "$1" : '\([^=]*\)=.*'` -+ flgs_val=`expr -- "$1" : '[^=]*=\(.*\)'` - eval $flgs_var=\$flgs_val - ;; - --help=r* | -help=r*) -@@ -151,7 +151,7 @@ while test $# != 0; do - *) - case $1 in - --without-*) -- skip_app=`expr "$1" : '--without-\(.*\)'` -+ skip_app=`expr -- "$1" : '--without-\(.*\)'` - if [ "$skip_app" = "stdlib" ] || - [ "$skip_app" = "kernel" ] || - [ "$skip_app" = "sasl" ] || From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:39:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6AAE36B6EB5; Fri, 1 Oct 2021 22:39:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlR31ym0z3PPL; Fri, 1 Oct 2021 22:39:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1305327AF2; Fri, 1 Oct 2021 22:39:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191MdRFe057779; Fri, 1 Oct 2021 22:39:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191MdQCx057778; Fri, 1 Oct 2021 22:39:26 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:39:26 GMT Message-Id: <202110012239.191MdQCx057778@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 11a306918824 - main - lang/erlang-wx: Update to version 24.1.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 11a306918824563d7dd25ea2f72de13542f5bfcb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:39:27 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=11a306918824563d7dd25ea2f72de13542f5bfcb commit 11a306918824563d7dd25ea2f72de13542f5bfcb Author: Jimmy Olgeni AuthorDate: 2021-10-01 17:25:24 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-01 22:38:14 +0000 lang/erlang-wx: Update to version 24.1.1. --- lang/erlang-wx/Makefile | 27 +- lang/erlang-wx/distinfo | 6 +- lang/erlang-wx/files/patch-configure | 40 - lang/erlang-wx/pkg-plist | 1358 +++++++++++++++++----------------- 4 files changed, 708 insertions(+), 723 deletions(-) diff --git a/lang/erlang-wx/Makefile b/lang/erlang-wx/Makefile index d8ca047329f2..4dbd0c654049 100644 --- a/lang/erlang-wx/Makefile +++ b/lang/erlang-wx/Makefile @@ -1,6 +1,6 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 24.0.6 +DISTVERSION= 24.1.1 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= lang parallel @@ -31,7 +31,30 @@ CONFIGURE_ARGS+= --enable-threads \ --without-odbc MAKE_JOBS_UNSAFE= yes -WX_APPS= wx debugger et observer +PLIST_SUB= DEBUGGER_VERSION=${DEBUGGER_VERSION} \ + ET_VERSION=${ET_VERSION} \ + OBSERVER_VERSION=${OBSERVER_VERSION} \ + WX_VERSION=${WX_VERSION} + +DEBUGGER_VERSION= 5.2 +ET_VERSION= 1.6.5 +OBSERVER_VERSION= 2.10 +WX_VERSION= 2.1 +WX_APPS= wx debugger et observer + +pre-configure: + @if [ ! $$(${CAT} ${WRKSRC}/lib/debugger/vsn.mk | ${GREP} -E "DEBUGGER_VSN *=" | ${CUT} -w -f3) = ${DEBUGGER_VERSION} ]; then \ + ${ECHO_MSG} "===> DEBUGGER_VERSION (${DEBUGGER_VERSION}) in Makefile does not match value in lib/debugger/vsn.mk"; exit 1; \ + fi + @if [ ! $$(${CAT} ${WRKSRC}/lib/et/vsn.mk | ${GREP} -E "ET_VSN *=" | ${CUT} -w -f3) = ${ET_VERSION} ]; then \ + ${ECHO_MSG} "===> ET_VERSION (${ET_VERSION}) in Makefile does not match value in lib/et/vsn.mk"; exit 1; \ + fi + @if [ ! $$(${CAT} ${WRKSRC}/lib/observer/vsn.mk | ${GREP} -E "OBSERVER_VSN *=" | ${CUT} -w -f3) = ${OBSERVER_VERSION} ]; then \ + ${ECHO_MSG} "===> OBSERVER_VERSION (${OBSERVER_VERSION}) in Makefile does not match value in lib/observer/vsn.mk"; exit 1; \ + fi + @if [ ! $$(${CAT} ${WRKSRC}/lib/wx/vsn.mk | ${GREP} -E "WX_VSN *=" | ${CUT} -w -f3) = ${WX_VERSION} ]; then \ + ${ECHO_MSG} "===> WX_VERSION (${WX_VERSION}) in Makefile does not match value in lib/wx/vsn.mk"; exit 1; \ + fi do-build: .for app in wx debugger et observer diff --git a/lang/erlang-wx/distinfo b/lang/erlang-wx/distinfo index 9a304ef807a1..119153c2ac60 100644 --- a/lang/erlang-wx/distinfo +++ b/lang/erlang-wx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631555935 -SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1 -SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872 +TIMESTAMP = 1633087059 +SHA256 (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 96a9ffd0ce529dda8bb98eb3e607994fe9f67c1abb3fc1cca545826ad088358d +SIZE (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 59041453 diff --git a/lang/erlang-wx/files/patch-configure b/lang/erlang-wx/files/patch-configure deleted file mode 100644 index 9713b597b9dc..000000000000 --- a/lang/erlang-wx/files/patch-configure +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.orig 2021-09-13 14:43:59 UTC -+++ configure -@@ -55,7 +55,7 @@ skip_applications= - while test $# != 0; do - case $1 in - -srcdir=* | --srcdir=*) -- user_srcdir=`expr "$1" : '[^=]*=\(.*\)'` -+ user_srcdir=`expr -- "$1" : '[^=]*=\(.*\)'` - if test "$ERL_TOP" != ""; then - echo "WARNING: Overriding ERL_TOP with $user_srcdir" 1>&2 - echo "" 1>&2 -@@ -95,7 +95,7 @@ while test $# != 0; do - echo "" 1>&2 - ;; - -cache-file=* | --cache-file=* ) -- static_cache=`expr "$1" : '[^=]*=\(.*\)'` -+ static_cache=`expr -- "$1" : '[^=]*=\(.*\)'` - if test "$static_cache" != "/dev/null"; then - echo "WARNING: Only using config cache file '$static_cache' as static cache" 1>&2 - echo "" 1>&2 -@@ -140,8 +140,8 @@ while test $# != 0; do - pie_ldflags="-no-pie" - ;; - CFLAGS=* | LDFLAGS=*) -- flgs_var=`expr "$1" : '\([^=]*\)=.*'` -- flgs_val=`expr "$1" : '[^=]*=\(.*\)'` -+ flgs_var=`expr -- "$1" : '\([^=]*\)=.*'` -+ flgs_val=`expr -- "$1" : '[^=]*=\(.*\)'` - eval $flgs_var=\$flgs_val - ;; - --help=r* | -help=r*) -@@ -151,7 +151,7 @@ while test $# != 0; do - *) - case $1 in - --without-*) -- skip_app=`expr "$1" : '--without-\(.*\)'` -+ skip_app=`expr -- "$1" : '--without-\(.*\)'` - if [ "$skip_app" = "stdlib" ] || - [ "$skip_app" = "kernel" ] || - [ "$skip_app" = "sasl" ] || diff --git a/lang/erlang-wx/pkg-plist b/lang/erlang-wx/pkg-plist index 0f953e2c5939..7e34c431576a 100644 --- a/lang/erlang-wx/pkg-plist +++ b/lang/erlang-wx/pkg-plist @@ -1,678 +1,680 @@ -lib/erlang/lib/debugger-5.1/ebin/dbg_debugged.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_icmd.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_idb.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_ieval.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_iload.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_iserver.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_istk.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_break.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_break_win.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_code.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_filedialog_win.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_interpret.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_mon.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_mon_win.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_settings.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_src_view.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_trace.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_trace_win.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_view.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_win.beam -lib/erlang/lib/debugger-5.1/ebin/dbg_wx_winman.beam -lib/erlang/lib/debugger-5.1/ebin/debugger.app -lib/erlang/lib/debugger-5.1/ebin/debugger.appup -lib/erlang/lib/debugger-5.1/ebin/debugger.beam -lib/erlang/lib/debugger-5.1/ebin/i.beam -lib/erlang/lib/debugger-5.1/ebin/int.beam -lib/erlang/lib/debugger-5.1/priv/Makefile -lib/erlang/lib/debugger-5.1/priv/debugger.gif -lib/erlang/lib/debugger-5.1/priv/debugger.tool -lib/erlang/lib/debugger-5.1/priv/erlang_bug.png -lib/erlang/lib/debugger-5.1/src/Makefile -lib/erlang/lib/debugger-5.1/src/dbg_debugged.erl -lib/erlang/lib/debugger-5.1/src/dbg_icmd.erl -lib/erlang/lib/debugger-5.1/src/dbg_idb.erl -lib/erlang/lib/debugger-5.1/src/dbg_ieval.erl -lib/erlang/lib/debugger-5.1/src/dbg_ieval.hrl -lib/erlang/lib/debugger-5.1/src/dbg_iload.erl -lib/erlang/lib/debugger-5.1/src/dbg_iserver.erl -lib/erlang/lib/debugger-5.1/src/dbg_istk.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_break.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_break_win.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_code.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_filedialog_win.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_filedialog_win.hrl -lib/erlang/lib/debugger-5.1/src/dbg_wx_interpret.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_mon.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_mon_win.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_settings.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_src_view.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_trace.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_trace_win.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_view.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_win.erl -lib/erlang/lib/debugger-5.1/src/dbg_wx_winman.erl -lib/erlang/lib/debugger-5.1/src/debugger.app.src -lib/erlang/lib/debugger-5.1/src/debugger.appup.src -lib/erlang/lib/debugger-5.1/src/debugger.erl -lib/erlang/lib/debugger-5.1/src/i.erl -lib/erlang/lib/debugger-5.1/src/int.erl -lib/erlang/lib/et-1.6.5/ebin/et.app -lib/erlang/lib/et-1.6.5/ebin/et.appup -lib/erlang/lib/et-1.6.5/ebin/et.beam -lib/erlang/lib/et-1.6.5/ebin/et_collector.beam -lib/erlang/lib/et-1.6.5/ebin/et_selector.beam -lib/erlang/lib/et-1.6.5/ebin/et_viewer.beam -lib/erlang/lib/et-1.6.5/ebin/et_wx_contents_viewer.beam -lib/erlang/lib/et-1.6.5/ebin/et_wx_viewer.beam -lib/erlang/lib/et-1.6.5/include/et.hrl -lib/erlang/lib/et-1.6.5/src/Makefile -lib/erlang/lib/et-1.6.5/src/et.app.src -lib/erlang/lib/et-1.6.5/src/et.appup.src -lib/erlang/lib/et-1.6.5/src/et.erl -lib/erlang/lib/et-1.6.5/src/et_collector.erl -lib/erlang/lib/et-1.6.5/src/et_internal.hrl -lib/erlang/lib/et-1.6.5/src/et_selector.erl -lib/erlang/lib/et-1.6.5/src/et_viewer.erl -lib/erlang/lib/et-1.6.5/src/et_wx_contents_viewer.erl -lib/erlang/lib/et-1.6.5/src/et_wx_viewer.erl -lib/erlang/lib/et-1.6.5/src/modules.mk -lib/erlang/lib/observer-2.9.6/ebin/cdv_atom_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_bin_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_detail_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_dist_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_ets_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_fun_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_gen_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_html_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_info_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_int_tab_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_mem_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_mod_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_multi_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_persistent_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_port_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_proc_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_sched_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_table_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_term_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_timer_cb.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_virtual_list_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/cdv_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/crashdump_viewer.beam -lib/erlang/lib/observer-2.9.6/ebin/etop.beam -lib/erlang/lib/observer-2.9.6/ebin/etop_tr.beam -lib/erlang/lib/observer-2.9.6/ebin/etop_txt.beam -lib/erlang/lib/observer-2.9.6/ebin/observer.app -lib/erlang/lib/observer-2.9.6/ebin/observer.appup -lib/erlang/lib/observer-2.9.6/ebin/observer.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_alloc_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_app_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_html_lib.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_lib.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_perf_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_port_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_pro_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_procinfo.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_sys_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_trace_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_traceoptions_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_tv_table.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_tv_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/observer_wx.beam -lib/erlang/lib/observer-2.9.6/ebin/ttb.beam -lib/erlang/lib/observer-2.9.6/ebin/ttb_et.beam -lib/erlang/lib/observer-2.9.6/include/etop.hrl -lib/erlang/lib/observer-2.9.6/priv/bin/cdv -lib/erlang/lib/observer-2.9.6/priv/bin/cdv.bat -lib/erlang/lib/observer-2.9.6/priv/bin/etop -lib/erlang/lib/observer-2.9.6/priv/bin/etop.bat -lib/erlang/lib/observer-2.9.6/priv/erlang_observer.png -lib/erlang/lib/observer-2.9.6/src/Makefile -lib/erlang/lib/observer-2.9.6/src/cdv_atom_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_bin_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_detail_wx.erl -lib/erlang/lib/observer-2.9.6/src/cdv_dist_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_ets_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_fun_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_gen_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_html_wx.erl -lib/erlang/lib/observer-2.9.6/src/cdv_info_wx.erl -lib/erlang/lib/observer-2.9.6/src/cdv_int_tab_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_mem_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_mod_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_multi_wx.erl -lib/erlang/lib/observer-2.9.6/src/cdv_persistent_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_port_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_proc_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_sched_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_table_wx.erl -lib/erlang/lib/observer-2.9.6/src/cdv_term_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_timer_cb.erl -lib/erlang/lib/observer-2.9.6/src/cdv_virtual_list_wx.erl -lib/erlang/lib/observer-2.9.6/src/cdv_wx.erl -lib/erlang/lib/observer-2.9.6/src/crashdump_viewer.erl -lib/erlang/lib/observer-2.9.6/src/crashdump_viewer.hrl -lib/erlang/lib/observer-2.9.6/src/etop.erl -lib/erlang/lib/observer-2.9.6/src/etop_defs.hrl -lib/erlang/lib/observer-2.9.6/src/etop_tr.erl -lib/erlang/lib/observer-2.9.6/src/etop_txt.erl -lib/erlang/lib/observer-2.9.6/src/multitrace.erl -lib/erlang/lib/observer-2.9.6/src/observer.app.src -lib/erlang/lib/observer-2.9.6/src/observer.appup.src -lib/erlang/lib/observer-2.9.6/src/observer.erl -lib/erlang/lib/observer-2.9.6/src/observer_alloc_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_app_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_defs.hrl -lib/erlang/lib/observer-2.9.6/src/observer_html_lib.erl -lib/erlang/lib/observer-2.9.6/src/observer_lib.erl -lib/erlang/lib/observer-2.9.6/src/observer_perf_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_port_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_pro_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_procinfo.erl -lib/erlang/lib/observer-2.9.6/src/observer_sys_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_trace_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_traceoptions_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_tv.hrl -lib/erlang/lib/observer-2.9.6/src/observer_tv_table.erl -lib/erlang/lib/observer-2.9.6/src/observer_tv_wx.erl -lib/erlang/lib/observer-2.9.6/src/observer_wx.erl -lib/erlang/lib/observer-2.9.6/src/ttb.erl -lib/erlang/lib/observer-2.9.6/src/ttb_et.erl -lib/erlang/lib/wx-2.0.1/ebin/gl.beam -lib/erlang/lib/wx-2.0.1/ebin/glu.beam -lib/erlang/lib/wx-2.0.1/ebin/wx.app -lib/erlang/lib/wx-2.0.1/ebin/wx.appup -lib/erlang/lib/wx-2.0.1/ebin/wx.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAcceleratorEntry.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAcceleratorTable.beam -lib/erlang/lib/wx-2.0.1/ebin/wxActivateEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxArtProvider.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAuiDockArt.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAuiManager.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAuiManagerEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAuiNotebook.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAuiNotebookEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAuiPaneInfo.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAuiSimpleTabArt.beam -lib/erlang/lib/wx-2.0.1/ebin/wxAuiTabArt.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBitmap.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBitmapButton.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBitmapDataObject.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBookCtrlBase.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBookCtrlEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBoxSizer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBrush.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBufferedDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxBufferedPaintDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxButton.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCalendarCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCalendarDateAttr.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCalendarEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCaret.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCheckBox.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCheckListBox.beam -lib/erlang/lib/wx-2.0.1/ebin/wxChildFocusEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxChoice.beam -lib/erlang/lib/wx-2.0.1/ebin/wxChoicebook.beam -lib/erlang/lib/wx-2.0.1/ebin/wxClientDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxClipboard.beam -lib/erlang/lib/wx-2.0.1/ebin/wxClipboardTextEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCloseEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxColourData.beam -lib/erlang/lib/wx-2.0.1/ebin/wxColourDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxColourPickerCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxColourPickerEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxComboBox.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCommandEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxContextMenuEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxControl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxControlWithItems.beam -lib/erlang/lib/wx-2.0.1/ebin/wxCursor.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDCOverlay.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDataObject.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDateEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDatePickerCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDirDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDirPickerCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDisplay.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDisplayChangedEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxDropFilesEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxEraseEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxEvtHandler.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFileDataObject.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFileDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFileDirPickerEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFilePickerCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFindReplaceData.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFindReplaceDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFlexGridSizer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFocusEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFont.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFontData.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFontDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFontPickerCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFontPickerEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxFrame.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGBSizerItem.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGCDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGLCanvas.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGLContext.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGauge.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGenericDirCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsBrush.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsContext.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsFont.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsGradientStops.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsMatrix.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsObject.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsPath.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsPen.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGraphicsRenderer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGrid.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridBagSizer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellAttr.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellBoolEditor.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellBoolRenderer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellChoiceEditor.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellEditor.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellFloatEditor.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellFloatRenderer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellNumberEditor.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellNumberRenderer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellRenderer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellStringRenderer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridCellTextEditor.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxGridSizer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxHelpEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxHtmlEasyPrinting.beam -lib/erlang/lib/wx-2.0.1/ebin/wxHtmlLinkEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxHtmlWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxIcon.beam -lib/erlang/lib/wx-2.0.1/ebin/wxIconBundle.beam -lib/erlang/lib/wx-2.0.1/ebin/wxIconizeEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxIdleEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxImage.beam -lib/erlang/lib/wx-2.0.1/ebin/wxImageList.beam -lib/erlang/lib/wx-2.0.1/ebin/wxInitDialogEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxJoystickEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxKeyEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxLayoutAlgorithm.beam -lib/erlang/lib/wx-2.0.1/ebin/wxListBox.beam -lib/erlang/lib/wx-2.0.1/ebin/wxListCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxListEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxListItem.beam -lib/erlang/lib/wx-2.0.1/ebin/wxListItemAttr.beam -lib/erlang/lib/wx-2.0.1/ebin/wxListView.beam -lib/erlang/lib/wx-2.0.1/ebin/wxListbook.beam -lib/erlang/lib/wx-2.0.1/ebin/wxLocale.beam -lib/erlang/lib/wx-2.0.1/ebin/wxLogNull.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMDIChildFrame.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMDIClientWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMDIParentFrame.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMask.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMaximizeEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMemoryDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMenu.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMenuBar.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMenuEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMenuItem.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMessageDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMiniFrame.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMirrorDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMouseCaptureChangedEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMouseCaptureLostEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMouseEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMoveEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxMultiChoiceDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxNavigationKeyEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxNotebook.beam -lib/erlang/lib/wx-2.0.1/ebin/wxNotificationMessage.beam -lib/erlang/lib/wx-2.0.1/ebin/wxNotifyEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxOverlay.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPageSetupDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPageSetupDialogData.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPaintDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPaintEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPalette.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPaletteChangedEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPanel.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPasswordEntryDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPen.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPickerBase.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPopupTransientWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPopupWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPostScriptDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPreviewCanvas.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPreviewControlBar.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPreviewFrame.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPrintData.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPrintDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPrintDialogData.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPrintPreview.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPrinter.beam -lib/erlang/lib/wx-2.0.1/ebin/wxPrintout.beam -lib/erlang/lib/wx-2.0.1/ebin/wxProgressDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxQueryNewPaletteEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxRadioBox.beam -lib/erlang/lib/wx-2.0.1/ebin/wxRadioButton.beam -lib/erlang/lib/wx-2.0.1/ebin/wxRegion.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSashEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSashLayoutWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSashWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxScreenDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxScrollBar.beam -lib/erlang/lib/wx-2.0.1/ebin/wxScrollEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxScrollWinEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxScrolledWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSetCursorEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxShowEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSingleChoiceDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSizeEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSizer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSizerFlags.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSizerItem.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSlider.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSpinButton.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSpinCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSpinEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSplashScreen.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSplitterEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSplitterWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStaticBitmap.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStaticBox.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStaticBoxSizer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStaticLine.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStaticText.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStatusBar.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStdDialogButtonSizer.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStyledTextCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxStyledTextEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSysColourChangedEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSystemOptions.beam -lib/erlang/lib/wx-2.0.1/ebin/wxSystemSettings.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTaskBarIcon.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTaskBarIconEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTextAttr.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTextCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTextDataObject.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTextEntryDialog.beam -lib/erlang/lib/wx-2.0.1/ebin/wxToggleButton.beam -lib/erlang/lib/wx-2.0.1/ebin/wxToolBar.beam -lib/erlang/lib/wx-2.0.1/ebin/wxToolTip.beam -lib/erlang/lib/wx-2.0.1/ebin/wxToolbook.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTopLevelWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTreeCtrl.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTreeEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxTreebook.beam -lib/erlang/lib/wx-2.0.1/ebin/wxUpdateUIEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxWebView.beam -lib/erlang/lib/wx-2.0.1/ebin/wxWebViewEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxWindow.beam -lib/erlang/lib/wx-2.0.1/ebin/wxWindowCreateEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxWindowDC.beam -lib/erlang/lib/wx-2.0.1/ebin/wxWindowDestroyEvent.beam -lib/erlang/lib/wx-2.0.1/ebin/wxXmlResource.beam -lib/erlang/lib/wx-2.0.1/ebin/wx_misc.beam -lib/erlang/lib/wx-2.0.1/ebin/wx_object.beam -lib/erlang/lib/wx-2.0.1/ebin/wxe_master.beam -lib/erlang/lib/wx-2.0.1/ebin/wxe_server.beam -lib/erlang/lib/wx-2.0.1/ebin/wxe_util.beam -lib/erlang/lib/wx-2.0.1/include/gl.hrl -lib/erlang/lib/wx-2.0.1/include/glu.hrl -lib/erlang/lib/wx-2.0.1/include/wx.hrl -lib/erlang/lib/wx-2.0.1/priv/erl_gl.so -lib/erlang/lib/wx-2.0.1/priv/erlang-logo128.png -lib/erlang/lib/wx-2.0.1/priv/erlang-logo32.png -lib/erlang/lib/wx-2.0.1/priv/erlang-logo64.png -lib/erlang/lib/wx-2.0.1/priv/wxe_driver.so -lib/erlang/lib/wx-2.0.1/src/Makefile -lib/erlang/lib/wx-2.0.1/src/gen/gl.erl -lib/erlang/lib/wx-2.0.1/src/gen/glu.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAcceleratorEntry.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAcceleratorTable.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxActivateEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxArtProvider.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAuiDockArt.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAuiManager.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAuiManagerEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAuiNotebook.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAuiNotebookEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAuiPaneInfo.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAuiSimpleTabArt.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxAuiTabArt.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBitmap.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBitmapButton.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBitmapDataObject.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBookCtrlBase.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBookCtrlEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBoxSizer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBrush.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBufferedDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxBufferedPaintDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxButton.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCalendarCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCalendarDateAttr.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCalendarEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCaret.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCheckBox.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCheckListBox.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxChildFocusEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxChoice.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxChoicebook.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxClientDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxClipboard.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxClipboardTextEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCloseEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxColourData.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxColourDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxColourPickerCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxColourPickerEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxComboBox.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCommandEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxContextMenuEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxControl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxControlWithItems.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxCursor.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDCOverlay.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDataObject.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDateEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDatePickerCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDirDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDirPickerCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDisplay.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDisplayChangedEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxDropFilesEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxEraseEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxEvtHandler.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFileDataObject.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFileDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFileDirPickerEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFilePickerCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFindReplaceData.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFindReplaceDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFlexGridSizer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFocusEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFont.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFontData.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFontDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFontPickerCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFontPickerEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxFrame.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGBSizerItem.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGCDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGLCanvas.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGLContext.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGauge.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGenericDirCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsBrush.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsContext.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsFont.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsGradientStops.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsMatrix.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsObject.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsPath.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsPen.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGraphicsRenderer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGrid.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridBagSizer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellAttr.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellBoolEditor.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellBoolRenderer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellChoiceEditor.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellEditor.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellFloatEditor.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellFloatRenderer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellNumberEditor.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellNumberRenderer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellRenderer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellStringRenderer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridCellTextEditor.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxGridSizer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxHelpEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxHtmlEasyPrinting.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxHtmlLinkEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxHtmlWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxIcon.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxIconBundle.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxIconizeEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxIdleEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxImage.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxImageList.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxInitDialogEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxJoystickEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxKeyEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxLayoutAlgorithm.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxListBox.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxListCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxListEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxListItem.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxListItemAttr.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxListView.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxListbook.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxLocale.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxLogNull.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMDIChildFrame.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMDIClientWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMDIParentFrame.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMask.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMaximizeEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMemoryDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMenu.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMenuBar.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMenuEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMenuItem.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMessageDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMiniFrame.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMirrorDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMouseCaptureChangedEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMouseCaptureLostEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMouseEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMoveEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxMultiChoiceDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxNavigationKeyEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxNotebook.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxNotificationMessage.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxNotifyEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxOverlay.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPageSetupDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPageSetupDialogData.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPaintDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPaintEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPalette.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPaletteChangedEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPanel.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPasswordEntryDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPen.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPickerBase.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPopupTransientWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPopupWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPostScriptDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPreviewCanvas.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPreviewControlBar.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPreviewFrame.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPrintData.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPrintDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPrintDialogData.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPrintPreview.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPrinter.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxPrintout.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxProgressDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxQueryNewPaletteEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxRadioBox.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxRadioButton.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxRegion.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSashEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSashLayoutWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSashWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxScreenDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxScrollBar.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxScrollEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxScrollWinEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxScrolledWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSetCursorEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxShowEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSingleChoiceDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSizeEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSizer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSizerFlags.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSizerItem.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSlider.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSpinButton.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSpinCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSpinEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSplashScreen.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSplitterEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSplitterWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStaticBitmap.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStaticBox.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStaticBoxSizer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStaticLine.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStaticText.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStatusBar.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStdDialogButtonSizer.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStyledTextCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxStyledTextEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSysColourChangedEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSystemOptions.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxSystemSettings.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTaskBarIcon.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTaskBarIconEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTextAttr.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTextCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTextDataObject.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTextEntryDialog.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxToggleButton.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxToolBar.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxToolTip.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxToolbook.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTopLevelWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTreeCtrl.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTreeEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxTreebook.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxUpdateUIEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxWebView.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxWebViewEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxWindow.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxWindowCreateEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxWindowDC.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxWindowDestroyEvent.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxXmlResource.erl -lib/erlang/lib/wx-2.0.1/src/gen/wx_misc.erl -lib/erlang/lib/wx-2.0.1/src/gen/wxe_funcs.hrl -lib/erlang/lib/wx-2.0.1/src/wx.app.src -lib/erlang/lib/wx-2.0.1/src/wx.appup.src -lib/erlang/lib/wx-2.0.1/src/wx.erl -lib/erlang/lib/wx-2.0.1/src/wx_object.erl -lib/erlang/lib/wx-2.0.1/src/wxe.hrl -lib/erlang/lib/wx-2.0.1/src/wxe_master.erl -lib/erlang/lib/wx-2.0.1/src/wxe_server.erl -lib/erlang/lib/wx-2.0.1/src/wxe_util.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_debugged.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_icmd.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_idb.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_ieval.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_iload.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_iserver.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_istk.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_break.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_break_win.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_code.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_filedialog_win.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_interpret.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_mon.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_mon_win.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_settings.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_src_view.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_trace.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_trace_win.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_view.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_win.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/dbg_wx_winman.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/debugger.app +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/debugger.appup +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/debugger.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/i.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/ebin/int.beam +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/priv/Makefile +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/priv/debugger.gif +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/priv/debugger.tool +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/priv/erlang_bug.png +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/Makefile +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_debugged.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_icmd.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_idb.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_ieval.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_ieval.hrl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_iload.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_iserver.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_istk.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_break.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_break_win.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_code.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_filedialog_win.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_filedialog_win.hrl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_interpret.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_mon.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_mon_win.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_settings.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_src_view.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_trace.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_trace_win.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_view.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_win.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/dbg_wx_winman.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/debugger.app.src +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/debugger.appup.src +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/debugger.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/i.erl +lib/erlang/lib/debugger-%%DEBUGGER_VERSION%%/src/int.erl +lib/erlang/lib/et-%%ET_VERSION%%/ebin/et.app +lib/erlang/lib/et-%%ET_VERSION%%/ebin/et.appup +lib/erlang/lib/et-%%ET_VERSION%%/ebin/et.beam +lib/erlang/lib/et-%%ET_VERSION%%/ebin/et_collector.beam +lib/erlang/lib/et-%%ET_VERSION%%/ebin/et_selector.beam +lib/erlang/lib/et-%%ET_VERSION%%/ebin/et_viewer.beam +lib/erlang/lib/et-%%ET_VERSION%%/ebin/et_wx_contents_viewer.beam +lib/erlang/lib/et-%%ET_VERSION%%/ebin/et_wx_viewer.beam +lib/erlang/lib/et-%%ET_VERSION%%/include/et.hrl +lib/erlang/lib/et-%%ET_VERSION%%/src/Makefile +lib/erlang/lib/et-%%ET_VERSION%%/src/et.app.src +lib/erlang/lib/et-%%ET_VERSION%%/src/et.appup.src +lib/erlang/lib/et-%%ET_VERSION%%/src/et.erl +lib/erlang/lib/et-%%ET_VERSION%%/src/et_collector.erl +lib/erlang/lib/et-%%ET_VERSION%%/src/et_internal.hrl +lib/erlang/lib/et-%%ET_VERSION%%/src/et_selector.erl +lib/erlang/lib/et-%%ET_VERSION%%/src/et_viewer.erl +lib/erlang/lib/et-%%ET_VERSION%%/src/et_wx_contents_viewer.erl +lib/erlang/lib/et-%%ET_VERSION%%/src/et_wx_viewer.erl +lib/erlang/lib/et-%%ET_VERSION%%/src/modules.mk +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_atom_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_bin_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_detail_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_dist_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_ets_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_fun_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_gen_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_html_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_info_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_int_tab_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_mem_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_mod_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_multi_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_persistent_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_port_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_proc_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_sched_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_table_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_term_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_timer_cb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_virtual_list_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/cdv_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/crashdump_viewer.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/etop.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/etop_tr.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/etop_txt.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer.app +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer.appup +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_alloc_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_app_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_html_lib.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_lib.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_perf_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_port_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_pro_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_procinfo.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_sock_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_sys_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_trace_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_traceoptions_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_tv_table.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_tv_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/observer_wx.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/ttb.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/ebin/ttb_et.beam +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/include/etop.hrl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/priv/bin/cdv +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/priv/bin/cdv.bat +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/priv/bin/etop +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/priv/bin/etop.bat +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/priv/erlang_observer.png +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/Makefile +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_atom_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_bin_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_detail_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_dist_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_ets_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_fun_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_gen_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_html_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_info_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_int_tab_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_mem_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_mod_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_multi_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_persistent_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_port_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_proc_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_sched_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_table_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_term_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_timer_cb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_virtual_list_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/cdv_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/crashdump_viewer.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/crashdump_viewer.hrl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/etop.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/etop_defs.hrl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/etop_tr.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/etop_txt.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/multitrace.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer.app.src +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer.appup.src +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_alloc_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_app_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_defs.hrl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_html_lib.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_lib.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_perf_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_port_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_pro_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_procinfo.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_sock_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_sys_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_trace_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_traceoptions_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_tv.hrl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_tv_table.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_tv_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/observer_wx.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/ttb.erl +lib/erlang/lib/observer-%%OBSERVER_VERSION%%/src/ttb_et.erl +lib/erlang/lib/wx-%%WX_VERSION%%/ebin/gl.beam +lib/erlang/lib/wx-%%WX_VERSION%%/ebin/glu.beam *** 495 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:39:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 925666B7579; Fri, 1 Oct 2021 22:39:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlR43NcJz3PS4; Fri, 1 Oct 2021 22:39:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FD6827D0C; Fri, 1 Oct 2021 22:39:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191MdScM057803; Fri, 1 Oct 2021 22:39:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191MdSQR057802; Fri, 1 Oct 2021 22:39:28 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:39:28 GMT Message-Id: <202110012239.191MdSQR057802@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 12359d986f3c - main - lang/erlang-java: Update to version 24.1.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 12359d986f3c2fec648046d3656542cdb72e1cb6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:39:28 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=12359d986f3c2fec648046d3656542cdb72e1cb6 commit 12359d986f3c2fec648046d3656542cdb72e1cb6 Author: Jimmy Olgeni AuthorDate: 2021-10-01 17:28:52 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-01 22:38:14 +0000 lang/erlang-java: Update to version 24.1.1. --- lang/erlang-java/Makefile | 4 ++-- lang/erlang-java/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/erlang-java/Makefile b/lang/erlang-java/Makefile index 702419bdffe7..204892fd299f 100644 --- a/lang/erlang-java/Makefile +++ b/lang/erlang-java/Makefile @@ -1,6 +1,6 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 24.0.6 +DISTVERSION= 24.1.1 PORTEPOCH= 1 CATEGORIES= lang parallel java PKGNAMESUFFIX= -java @@ -24,7 +24,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_SUB= APP_VERSION=${APP_VERSION} -APP_VERSION= 1.12 +APP_VERSION= 1.12.1 APP_DIR= ${PREFIX}/lib/erlang/lib/jinterface-${APP_VERSION} CONFIGURE_ARGS+= --enable-threads \ diff --git a/lang/erlang-java/distinfo b/lang/erlang-java/distinfo index b76b92105439..ee1a258ad62b 100644 --- a/lang/erlang-java/distinfo +++ b/lang/erlang-java/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631549148 -SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1 -SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872 +TIMESTAMP = 1633109207 +SHA256 (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 96a9ffd0ce529dda8bb98eb3e607994fe9f67c1abb3fc1cca545826ad088358d +SIZE (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 59041453 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:39:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C9A876B738F; Fri, 1 Oct 2021 22:39:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlR53nM3z3PDB; Fri, 1 Oct 2021 22:39:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 576072773D; Fri, 1 Oct 2021 22:39:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191MdTtH057827; Fri, 1 Oct 2021 22:39:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191MdTsI057826; Fri, 1 Oct 2021 22:39:29 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:39:29 GMT Message-Id: <202110012239.191MdTsI057826@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 15d5d95edc2e - main - lang/erlang-man: Update to version 24.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 15d5d95edc2e7933bda5bb8f3b7d9ccd4fe5f6a5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:39:30 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=15d5d95edc2e7933bda5bb8f3b7d9ccd4fe5f6a5 commit 15d5d95edc2e7933bda5bb8f3b7d9ccd4fe5f6a5 Author: Jimmy Olgeni AuthorDate: 2021-10-01 17:30:21 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-01 22:38:14 +0000 lang/erlang-man: Update to version 24.1. --- lang/erlang-man/Makefile | 2 +- lang/erlang-man/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/erlang-man/Makefile b/lang/erlang-man/Makefile index 35f1b134a616..9af140c73cb4 100644 --- a/lang/erlang-man/Makefile +++ b/lang/erlang-man/Makefile @@ -1,5 +1,5 @@ PORTNAME= erlang -PORTVERSION= 24.0 +PORTVERSION= 24.1 PORTREVISION= 0 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/ diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo index 6d2e74246a0b..f63794196e59 100644 --- a/lang/erlang-man/distinfo +++ b/lang/erlang-man/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631546607 -SHA256 (erlang/otp_doc_man_24.0.tar.gz) = 4ff3f98b49f1a40984d89d30605408f802b091acd9c7bb6b25a5d63bd2652cb1 -SIZE (erlang/otp_doc_man_24.0.tar.gz) = 1666152 +TIMESTAMP = 1633109266 +SHA256 (erlang/otp_doc_man_24.1.tar.gz) = 92e4452d1c5dde3587cc8a6f2dc462e1a74ab62aca6ebd85d739a91f7fd2918d +SIZE (erlang/otp_doc_man_24.1.tar.gz) = 1673084 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:39:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E2CED6B7028; Fri, 1 Oct 2021 22:39:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlR65Rltz3Pgy; Fri, 1 Oct 2021 22:39:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 876E427D0D; Fri, 1 Oct 2021 22:39:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191MdUv2057851; Fri, 1 Oct 2021 22:39:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191MdUEX057850; Fri, 1 Oct 2021 22:39:30 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:39:30 GMT Message-Id: <202110012239.191MdUEX057850@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 342b303a6a89 - main - lang/erlang-doc: Update to version 24.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 342b303a6a894097974315dbffc430483770b265 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:39:31 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=342b303a6a894097974315dbffc430483770b265 commit 342b303a6a894097974315dbffc430483770b265 Author: Jimmy Olgeni AuthorDate: 2021-10-01 18:13:27 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-01 22:38:15 +0000 lang/erlang-doc: Update to version 24.1. --- lang/erlang-doc/Makefile | 2 +- lang/erlang-doc/distinfo | 6 +- lang/erlang-doc/pkg-plist | 1482 --------------------------------------------- 3 files changed, 4 insertions(+), 1486 deletions(-) diff --git a/lang/erlang-doc/Makefile b/lang/erlang-doc/Makefile index d283231aca14..fd21349b4e8e 100644 --- a/lang/erlang-doc/Makefile +++ b/lang/erlang-doc/Makefile @@ -1,7 +1,7 @@ # Created by: ruslan@shevchenko.kiev.ua PORTNAME= erlang -PORTVERSION= 24.0 +PORTVERSION= 24.1 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ diff --git a/lang/erlang-doc/distinfo b/lang/erlang-doc/distinfo index 044e34119580..fea5030c9575 100644 --- a/lang/erlang-doc/distinfo +++ b/lang/erlang-doc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1631539777 -SHA256 (erlang/otp_doc_html_24.0.tar.gz) = 6ceaa2cec97fa5a631779544a3c59afe9e146084e560725b823c476035716e73 -SIZE (erlang/otp_doc_html_24.0.tar.gz) = 39731398 +TIMESTAMP = 1633109292 +SHA256 (erlang/otp_doc_html_24.1.tar.gz) = b81e39420e5eda1a9b784bc7e73009dc98a6dca1f669c7e0d1041f9487a76d7c +SIZE (erlang/otp_doc_html_24.1.tar.gz) = 39873142 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b diff --git a/lang/erlang-doc/pkg-plist b/lang/erlang-doc/pkg-plist index e2f7e137817d..9a2b9da77af3 100644 --- a/lang/erlang-doc/pkg-plist +++ b/lang/erlang-doc/pkg-plist @@ -97,7 +97,6 @@ %%DOCSDIR%%/html/doc/oam/terminology.gif %%DOCSDIR%%/html/doc/oam/users_guide.html %%DOCSDIR%%/html/doc/otp_doc.css -%%DOCSDIR%%/html/doc/pdf/otp-system-documentation-12.0.pdf %%DOCSDIR%%/html/doc/programming_examples/bit_syntax.html %%DOCSDIR%%/html/doc/programming_examples/funs.html %%DOCSDIR%%/html/doc/programming_examples/list_comprehensions.html @@ -156,212 +155,6 @@ %%DOCSDIR%%/html/doc/tutorial/port_driver.c %%DOCSDIR%%/html/doc/tutorial/port_driver.gif %%DOCSDIR%%/html/doc/tutorial/users_guide.html -%%DOCSDIR%%/html/erts-12.0/doc/html/BeamAsm.html -%%DOCSDIR%%/html/erts-12.0/doc/html/CarrierMigration.html -%%DOCSDIR%%/html/erts-12.0/doc/html/CodeLoading.html -%%DOCSDIR%%/html/erts-12.0/doc/html/CountingInstructions.html -%%DOCSDIR%%/html/erts-12.0/doc/html/DelayedDealloc.html -%%DOCSDIR%%/html/erts-12.0/doc/html/GarbageCollection.html -%%DOCSDIR%%/html/erts-12.0/doc/html/PTables.html -%%DOCSDIR%%/html/erts-12.0/doc/html/PortSignals.html -%%DOCSDIR%%/html/erts-12.0/doc/html/ProcessManagementOptimizations.html -%%DOCSDIR%%/html/erts-12.0/doc/html/SuperCarrier.html -%%DOCSDIR%%/html/erts-12.0/doc/html/ThreadProgress.html -%%DOCSDIR%%/html/erts-12.0/doc/html/Tracing.html -%%DOCSDIR%%/html/erts-12.0/doc/html/absform.html -%%DOCSDIR%%/html/erts-12.0/doc/html/alt_disco.html -%%DOCSDIR%%/html/erts-12.0/doc/html/alt_dist.html -%%DOCSDIR%%/html/erts-12.0/doc/html/atomics.html -%%DOCSDIR%%/html/erts-12.0/doc/html/beam_makeops.html -%%DOCSDIR%%/html/erts-12.0/doc/html/communication.html -%%DOCSDIR%%/html/erts-12.0/doc/html/counters.html -%%DOCSDIR%%/html/erts-12.0/doc/html/crash_dump.html -%%DOCSDIR%%/html/erts-12.0/doc/html/driver.html -%%DOCSDIR%%/html/erts-12.0/doc/html/driver_entry.html -%%DOCSDIR%%/html/erts-12.0/doc/html/epmd.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erl.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erl_dist_protocol.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erl_driver.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erl_ext_dist.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erl_ext_fig.gif -%%DOCSDIR%%/html/erts-12.0/doc/html/erl_nif.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erl_prim_loader.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erl_tracer.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erl_uds_dist.erl -%%DOCSDIR%%/html/erts-12.0/doc/html/erlang.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erlc.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erlsrv.html -%%DOCSDIR%%/html/erts-12.0/doc/html/erts.eix -%%DOCSDIR%%/html/erts-12.0/doc/html/erts_alloc.html -%%DOCSDIR%%/html/erts-12.0/doc/html/escript.html -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/beamasm-perf-annotate.png -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/gc-heap-scan1.png -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/gc-heap-stop.png -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/gc-rootset-scan.png -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/gc-start.png -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/gc-watermark-2.png -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/gc-watermark.png -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/perf-beamasm-merged.svg -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/perf-beamasm.png -%%DOCSDIR%%/html/erts-12.0/doc/html/figures/perf-beamasm.svg -%%DOCSDIR%%/html/erts-12.0/doc/html/gen_tcp_dist.erl -%%DOCSDIR%%/html/erts-12.0/doc/html/index.html -%%DOCSDIR%%/html/erts-12.0/doc/html/inet_cfg.html -%%DOCSDIR%%/html/erts-12.0/doc/html/init.html -%%DOCSDIR%%/html/erts-12.0/doc/html/internal_docs.html -%%DOCSDIR%%/html/erts-12.0/doc/html/introduction.html -%%DOCSDIR%%/html/erts-12.0/doc/html/match_spec.html -%%DOCSDIR%%/html/erts-12.0/doc/html/notes.html -%%DOCSDIR%%/html/erts-12.0/doc/html/persistent_term.html -%%DOCSDIR%%/html/erts-12.0/doc/html/release_notes.html -%%DOCSDIR%%/html/erts-12.0/doc/html/run_erl.html -%%DOCSDIR%%/html/erts-12.0/doc/html/start.html -%%DOCSDIR%%/html/erts-12.0/doc/html/start_erl.html -%%DOCSDIR%%/html/erts-12.0/doc/html/time_compat.erl -%%DOCSDIR%%/html/erts-12.0/doc/html/time_correction.html -%%DOCSDIR%%/html/erts-12.0/doc/html/tty.html -%%DOCSDIR%%/html/erts-12.0/doc/html/users_guide.html -%%DOCSDIR%%/html/erts-12.0/doc/html/werl.html -%%DOCSDIR%%/html/erts-12.0/doc/html/zlib.html -%%DOCSDIR%%/html/erts-12.0/doc/pdf/erts-12.0.pdf -%%DOCSDIR%%/html/erts-12.0/info -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/chunks/asn1ct.chunk -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/asn1.eix -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/asn1_getting_started.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/asn1_introduction.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/asn1_overview.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/asn1_spec.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/asn1ct.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/exclusive_Win_But.gif -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/index.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/notes.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/selective_TypeList.gif -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/selective_Window2.gif -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/asn1-5.0.16/doc/pdf/asn1-5.0.16.pdf -%%DOCSDIR%%/html/lib/asn1-5.0.16/info -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_cover.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_ftp.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_master.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_netconfc.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_property_test.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_rpc.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_slave.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_snmp.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_ssh.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_telnet.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/ct_testspec.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/chunks/unix_telnet.chunk -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/basics_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/common_test.eix -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/common_test.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/config.gif -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/config_file_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/cover_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_cover.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_ftp.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_hooks.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_hooks_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_master.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_master_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_netconfc.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_property_test.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_property_test_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_rpc.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_run.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_slave.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_snmp.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_ssh.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_suite.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_telnet.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/ct_testspec.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/dependencies_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/event_handler_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/example_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/getting_started_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/html_logs.gif -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/index.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/install_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/introduction.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/notes.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/run_test_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/tc_execution.gif -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/test_structure_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/unix_telnet.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/why_test_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/html/write_test_chapter.html -%%DOCSDIR%%/html/lib/common_test-1.20.3/doc/pdf/common_test-1.20.3.pdf -%%DOCSDIR%%/html/lib/common_test-1.20.3/info -%%DOCSDIR%%/html/lib/compiler-8.0/doc/chunks/cerl.chunk -%%DOCSDIR%%/html/lib/compiler-8.0/doc/chunks/cerl_clauses.chunk -%%DOCSDIR%%/html/lib/compiler-8.0/doc/chunks/cerl_trees.chunk -%%DOCSDIR%%/html/lib/compiler-8.0/doc/chunks/compile.chunk -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/beam_ssa.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/cerl.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/cerl_clauses.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/cerl_trees.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/compile.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/compiler.eix -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/index.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/internal_docs.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/notes.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/compiler-8.0/doc/pdf/compiler-8.0.pdf -%%DOCSDIR%%/html/lib/compiler-8.0/info -%%DOCSDIR%%/html/lib/crypto-5.0/doc/chunks/crypto.chunk -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/algorithm_details.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/crypto.eix -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/crypto.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/crypto_app.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/engine_keys.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/engine_load.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/fips.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/index.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/licenses.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/new_api.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/notes.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/crypto-5.0/doc/pdf/crypto-5.0.pdf -%%DOCSDIR%%/html/lib/crypto-5.0/info -%%DOCSDIR%%/html/lib/debugger-5.1/doc/chunks/debugger.chunk -%%DOCSDIR%%/html/lib/debugger-5.1/doc/chunks/i.chunk -%%DOCSDIR%%/html/lib/debugger-5.1/doc/chunks/int.chunk -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/attach.jpg -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/cond_break_dialog.jpg -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/debugger.eix -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/debugger.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/debugger_chapter.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/function_break_dialog.jpg -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/i.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/index.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/int.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/interpret.jpg -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/introduction.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/line_break_dialog.jpg -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/monitor.jpg -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/debugger-5.1/doc/html/view.jpg -%%DOCSDIR%%/html/lib/debugger-5.1/doc/pdf/debugger-5.1.pdf -%%DOCSDIR%%/html/lib/debugger-5.1/info -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/chunks/dialyzer.chunk -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/html/dialyzer.eix -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/html/dialyzer.html -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/html/dialyzer_chapter.html -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/html/index.html -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/html/notes.html -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/html/typer.html -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/dialyzer-4.4/doc/pdf/dialyzer-4.4.pdf -%%DOCSDIR%%/html/lib/dialyzer-4.4/info %%DOCSDIR%%/html/lib/diameter-2.2.4/doc/chunks/diameter.chunk %%DOCSDIR%%/html/lib/diameter-2.2.4/doc/chunks/diameter_codec.chunk %%DOCSDIR%%/html/lib/diameter-2.2.4/doc/chunks/diameter_make.chunk @@ -387,33 +180,6 @@ %%DOCSDIR%%/html/lib/diameter-2.2.4/doc/html/users_guide.html %%DOCSDIR%%/html/lib/diameter-2.2.4/doc/pdf/diameter-2.2.4.pdf %%DOCSDIR%%/html/lib/diameter-2.2.4/info -%%DOCSDIR%%/html/lib/edoc-1.0/doc/chunks/edoc.chunk -%%DOCSDIR%%/html/lib/edoc-1.0/doc/chunks/edoc_doclet.chunk -%%DOCSDIR%%/html/lib/edoc-1.0/doc/chunks/edoc_doclet_chunks.chunk -%%DOCSDIR%%/html/lib/edoc-1.0/doc/chunks/edoc_extract.chunk -%%DOCSDIR%%/html/lib/edoc-1.0/doc/chunks/edoc_layout.chunk -%%DOCSDIR%%/html/lib/edoc-1.0/doc/chunks/edoc_layout_chunks.chunk -%%DOCSDIR%%/html/lib/edoc-1.0/doc/chunks/edoc_lib.chunk -%%DOCSDIR%%/html/lib/edoc-1.0/doc/chunks/edoc_run.chunk -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/chapter.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc.dtd -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc.eix -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_cmd.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_doclet.hrl -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_doclet.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_doclet_chunks.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_extract.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_layout.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_layout_chunks.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_lib.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/edoc_run.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/index.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/notes.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/edoc-1.0/doc/pdf/edoc-1.0.pdf -%%DOCSDIR%%/html/lib/edoc-1.0/info %%DOCSDIR%%/html/lib/eldap-1.2.9/doc/chunks/eldap.chunk %%DOCSDIR%%/html/lib/eldap-1.2.9/doc/html/eldap.eix %%DOCSDIR%%/html/lib/eldap-1.2.9/doc/html/eldap.html @@ -423,43 +189,6 @@ %%DOCSDIR%%/html/lib/eldap-1.2.9/doc/html/users_guide.html %%DOCSDIR%%/html/lib/eldap-1.2.9/doc/pdf/eldap-1.2.9.pdf %%DOCSDIR%%/html/lib/eldap-1.2.9/info -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/block_tags.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/character_entities.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/doc-build.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/doc_storage.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/erl_docgen.eix -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/erl_docgen_app.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/header_tags.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/index.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/inline_tags.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/man.gif -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/overview.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/refman_dtds.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/user_guide_dtds.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/erl_docgen-1.1/doc/pdf/erl_docgen-1.1.pdf -%%DOCSDIR%%/html/lib/erl_docgen-1.1/info -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/ei.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/ei_connect.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/ei_global.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/ei_users_guide.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/erl_call.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/erl_interface.eix -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/index.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/notes.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/erl_interface-5.0/doc/pdf/erl_interface-5.0.pdf -%%DOCSDIR%%/html/lib/erl_interface-5.0/info -%%DOCSDIR%%/html/lib/erts-12.0/doc/chunks/atomics.chunk -%%DOCSDIR%%/html/lib/erts-12.0/doc/chunks/counters.chunk -%%DOCSDIR%%/html/lib/erts-12.0/doc/chunks/erl_prim_loader.chunk -%%DOCSDIR%%/html/lib/erts-12.0/doc/chunks/erlang.chunk -%%DOCSDIR%%/html/lib/erts-12.0/doc/chunks/init.chunk -%%DOCSDIR%%/html/lib/erts-12.0/doc/chunks/persistent_term.chunk -%%DOCSDIR%%/html/lib/erts-12.0/doc/chunks/zlib.chunk %%DOCSDIR%%/html/lib/et-1.6.5/doc/chunks/et.chunk %%DOCSDIR%%/html/lib/et-1.6.5/doc/chunks/et_collector.chunk %%DOCSDIR%%/html/lib/et-1.6.5/doc/chunks/et_selector.chunk @@ -490,18 +219,6 @@ %%DOCSDIR%%/html/lib/et-1.6.5/doc/html/users_guide.html %%DOCSDIR%%/html/lib/et-1.6.5/doc/pdf/et-1.6.5.pdf %%DOCSDIR%%/html/lib/et-1.6.5/info -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/chunks/eunit.chunk -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/chunks/eunit_surefire.chunk -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/html/chapter.html -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/html/eunit.eix -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/html/eunit.html -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/html/eunit_surefire.html -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/html/index.html -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/eunit-2.6.1/doc/pdf/eunit-2.6.1.pdf -%%DOCSDIR%%/html/lib/eunit-2.6.1/info %%DOCSDIR%%/html/lib/ftp-1.1/doc/chunks/ftp.chunk %%DOCSDIR%%/html/lib/ftp-1.1/doc/html/ftp.eix %%DOCSDIR%%/html/lib/ftp-1.1/doc/html/ftp.html @@ -513,381 +230,6 @@ %%DOCSDIR%%/html/lib/ftp-1.1/doc/html/users_guide.html %%DOCSDIR%%/html/lib/ftp-1.1/doc/pdf/ftp-1.1.pdf %%DOCSDIR%%/html/lib/ftp-1.1/info -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/http_uri.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/httpc.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/httpd.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/httpd_socket.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/httpd_util.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/inets.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/mod_alias.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/mod_auth.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/mod_esi.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/chunks/mod_security.chunk -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/http_client.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/http_server.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/http_uri.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/httpc.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/httpd.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/httpd_custom_api.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/httpd_socket.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/httpd_util.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/index.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/inets.eix -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/inets.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/inets_services.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/introduction.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/mod_alias.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/mod_auth.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/mod_esi.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/mod_security.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/notes.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/inets-7.4/doc/pdf/inets-7.4.pdf -%%DOCSDIR%%/html/lib/inets-7.4/info -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/index.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/allclasses-index.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/allclasses.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/allpackages-index.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/AbstractConnection.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/AbstractNode.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/GenericQueue.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpAuthException.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpConnection.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpCookedConnection.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpEpmd.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangAtom.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangBinary.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangBitstr.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangBoolean.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangByte.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangChar.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangDecodeException.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangDouble.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangException.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangExit.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangExternalFun.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangFloat.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangFun.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangInt.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.SubList.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangLong.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangMap.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.Hash.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangPid.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangPort.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangRangeException.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangRef.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangShort.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangString.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangTuple.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangUInt.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpErlangUShort.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpException.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpExternal.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpInputStream.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpLocalNode.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpMbox.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpMsg.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpNode.Acceptor.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpNode.Mailboxes.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpNode.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpNodeStatus.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpOutputStream.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpPeer.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpSelf.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpServer.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpServerSocketTransport.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpServerTransport.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransport.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransportFactory.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpTransport.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/OtpTransportFactory.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/package-summary.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/com/ericsson/otp/erlang/package-tree.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/constant-values.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/deprecated-list.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/element-list -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/help-doc.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/index-all.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/index.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/external/jquery/jquery.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-bg_glass_65_dadada_1x400.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-bg_glass_75_dadada_1x400.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-bg_glass_95_fef1ec_1x400.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-icons_222222_256x240.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-icons_2e83ff_256x240.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-icons_454545_256x240.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-icons_888888_256x240.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/images/ui-icons_cd0a0a_256x240.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jquery-3.5.1.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jquery-ui.css -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jquery-ui.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jquery-ui.min.css -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jquery-ui.min.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jquery-ui.structure.css -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jquery-ui.structure.min.css -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jszip-utils/dist/jszip-utils-ie.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jszip-utils/dist/jszip-utils-ie.min.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jszip-utils/dist/jszip-utils.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jszip-utils/dist/jszip-utils.min.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jszip/dist/jszip.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/jquery/jszip/dist/jszip.min.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/member-search-index.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/member-search-index.zip -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/overview-tree.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/package-search-index.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/package-search-index.zip -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/resources/glass.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/resources/x.png -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/script.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/search.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/serialized-form.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/stylesheet.css -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/type-search-index.js -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/java/type-search-index.zip -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/jinterface.eix -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/jinterface.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/jinterface_users_guide.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/notes.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/jinterface-1.12/doc/pdf/jinterface-1.12.pdf -%%DOCSDIR%%/html/lib/jinterface-1.12/info -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/application.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/auth.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/code.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/disk_log.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/erl_boot_server.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/erl_ddll.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/erl_epmd.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/erpc.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/error_handler.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/error_logger.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/file.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/gen_sctp.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/gen_tcp.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/gen_udp.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/global.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/global_group.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/heart.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/inet.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/inet_res.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/logger.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/logger_disk_log_h.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/logger_filters.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/logger_formatter.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/logger_std_h.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/net.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/net_adm.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/net_kernel.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/os.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/pg.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/rpc.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/seq_trace.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/socket.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/user.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/chunks/wrap_log_reader.chunk -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/app.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/application.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/auth.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/code.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/config.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/disk_log.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/eep48_chapter.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/erl_boot_server.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/erl_ddll.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/erl_epmd.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/erl_prim_loader.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/erlang.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/erpc.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/error_handler.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/error_logger.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/file.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/gen_sctp.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/gen_tcp.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/gen_udp.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/global.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/global_group.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/heart.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/index.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/inet.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/inet_res.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/init.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/introduction.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/kernel.eix -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/kernel_app.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/logger.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/logger_arch.png -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/logger_chapter.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/logger_cookbook.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/logger_disk_log_h.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/logger_filters.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/logger_formatter.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/logger_std_h.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/net.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/net_adm.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/net_kernel.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/notes.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/os.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/pg.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/rpc.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/seq_trace.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/socket.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/socket_usage.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/user.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/wrap_log_reader.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/html/zlib.html -%%DOCSDIR%%/html/lib/kernel-8.0/doc/pdf/kernel-8.0.pdf -%%DOCSDIR%%/html/lib/kernel-8.0/info -%%DOCSDIR%%/html/lib/megaco-4.0/doc/chunks/megaco.chunk -%%DOCSDIR%%/html/lib/megaco-4.0/doc/chunks/megaco_flex_scanner.chunk -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/MG-startup_flow_noMID.gif -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/MGC_startup_call_flow.gif -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/MG_startup_call_flow.gif -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/call_flow.gif -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/call_flow_cont.gif -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/distr_node_config.gif -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/index.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco.eix -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_architecture.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_codec_meas.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_codec_mstone1.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_codec_mstone2.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_codec_transform.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_debug.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_edist_compress.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_encode.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_encoder.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_examples.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_flex_scanner.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_intro.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_mib.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_performance.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_run.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_sys_arch.gif -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_tcp.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_transport.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_transport_mechanisms.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_udp.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/megaco_user.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/mstone1.jpg -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/notes.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/single_node_config.gif -%%DOCSDIR%%/html/lib/megaco-4.0/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/megaco-4.0/doc/pdf/megaco-4.0.pdf -%%DOCSDIR%%/html/lib/megaco-4.0/info -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/chunks/mnesia.chunk -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/chunks/mnesia_frag_hash.chunk -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/chunks/mnesia_registry.chunk -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_App_A.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_App_B.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_App_C.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_chap1.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_chap2.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_chap3.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_chap4.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_chap5.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_chap7.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_chap8.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/Mnesia_overview.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/company.gif -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/index.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/mnesia.eix -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/mnesia.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/mnesia_frag_hash.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/mnesia_registry.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/notes.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/mnesia-4.19.1/doc/pdf/mnesia-4.19.1.pdf -%%DOCSDIR%%/html/lib/mnesia-4.19.1/info -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/chunks/etop.chunk -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/chunks/observer.chunk -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/chunks/ttb.chunk -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/Observer_app.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/cdv.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/crashdump_ug.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/crashdump_viewer.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/et_modsprocs.gif -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/et_processes.gif -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/etop.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/etop_ug.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/index.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/introduction_ug.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/notes.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/observer.eix -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/observer.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/observer_ug.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/ttb.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/ttb_ug.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/observer-2.9.6/doc/pdf/observer-2.9.6.pdf -%%DOCSDIR%%/html/lib/observer-2.9.6/info -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/chunks/odbc.chunk -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/databases.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/error_handling.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/getting_started.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/index.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/introduction.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/notes.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/odbc.eix -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/odbc.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/odbc_app_arc.gif -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/odbc-2.13.4/doc/pdf/odbc-2.13.4.pdf -%%DOCSDIR%%/html/lib/odbc-2.13.4/info -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/chunks/cpu_sup.chunk -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/chunks/disksup.chunk -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/chunks/memsup.chunk -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/chunks/nteventlog.chunk -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/chunks/os_sup.chunk -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/cpu_sup.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/disksup.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/index.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/memsup.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/notes.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/nteventlog.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/os_mon.eix -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/os_mon_app.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/os_sup.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/os_mon-2.7/doc/pdf/os_mon-2.7.pdf -%%DOCSDIR%%/html/lib/os_mon-2.7/info -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/chunks/leex.chunk -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/chunks/yecc.chunk -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/html/index.html -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/html/leex.html -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/html/notes.html -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/html/parsetools.eix -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/html/yecc.html -%%DOCSDIR%%/html/lib/parsetools-2.3/doc/pdf/parsetools-2.3.pdf -%%DOCSDIR%%/html/lib/parsetools-2.3/info -%%DOCSDIR%%/html/lib/public_key-1.11/doc/chunks/public_key.chunk -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/index.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/introduction.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/notes.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/public_key.eix -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/public_key.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/public_key_app.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/public_key_records.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/html/using_public_key.html -%%DOCSDIR%%/html/lib/public_key-1.11/doc/pdf/public_key-1.11.pdf -%%DOCSDIR%%/html/lib/public_key-1.11/info %%DOCSDIR%%/html/lib/reltool-0.9/doc/chunks/reltool.chunk %%DOCSDIR%%/html/lib/reltool-0.9/doc/html/index.html %%DOCSDIR%%/html/lib/reltool-0.9/doc/html/notes.html @@ -900,29 +242,6 @@ %%DOCSDIR%%/html/lib/reltool-0.9/doc/html/users_guide.html %%DOCSDIR%%/html/lib/reltool-0.9/doc/pdf/reltool-0.9.pdf %%DOCSDIR%%/html/lib/reltool-0.9/info -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/chunks/dbg.chunk -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/chunks/dyntrace.chunk -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/chunks/erts_alloc_config.chunk -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/chunks/msacc.chunk -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/chunks/scheduler.chunk -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/chunks/system_information.chunk -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/DTRACE.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/LTTng.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/SYSTEMTAP.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/dbg.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/dyntrace.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/erts_alloc_config.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/index.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/msacc.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/notes.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/runtime_tools.eix -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/runtime_tools_app.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/scheduler.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/system_information.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/doc/pdf/runtime_tools-1.16.2.pdf -%%DOCSDIR%%/html/lib/runtime_tools-1.16.2/info %%DOCSDIR%%/html/lib/sasl-4.1/doc/chunks/alarm_handler.chunk %%DOCSDIR%%/html/lib/sasl-4.1/doc/chunks/rb.chunk %%DOCSDIR%%/html/lib/sasl-4.1/doc/chunks/release_handler.chunk @@ -945,289 +264,6 @@ %%DOCSDIR%%/html/lib/sasl-4.1/doc/html/users_guide.html %%DOCSDIR%%/html/lib/sasl-4.1/doc/pdf/sasl-4.1.pdf %%DOCSDIR%%/html/lib/sasl-4.1/info -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_community_mib.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_framework_mib.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_generic.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_index.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_notification_mib.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_pdus.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_standard_mib.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_target_mib.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_user_based_sm_mib.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmp_view_based_acm_mib.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpa.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpa_conf.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpa_error.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpa_error_io.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpa_error_logger.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpa_local_db.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpa_mpd.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpa_supervisor.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpc.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpm.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpm_conf.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/chunks/snmpm_mpd.chunk -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/MIB_mechanism.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/SNMP_app.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/getnext1.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/getnext2.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/getnext3.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/getnext4.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/index.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/notes.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp-um-1-image-1.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp-um-1-image-2.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp-um-1-image-3.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp.eix -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_advanced_agent.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_agent_config_files.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_agent_funct_descr.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_agent_netif.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_agent_netif_1.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_app_a.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_app_b.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_audit_trail_log.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_community_mib.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_config.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_def_instr_functions.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_framework_mib.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_generic.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_impl_example_agent.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_impl_example_manager.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_index.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_instr_functions.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_intro.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_manager_config_files.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_manager_funct_descr.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_manager_netif.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_manager_netif_1.gif -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_mib_compiler.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_notification_mib.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_pdus.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_standard_mib.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_target_mib.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_user_based_sm_mib.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmp_view_based_acm_mib.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_conf.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_discovery_handler.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_error.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_error_io.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_error_logger.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_error_report.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_local_db.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_mib_data.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_mib_storage.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_mpd.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_network_interface.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_network_interface_filter.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_notification_delivery_info_receiver.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_notification_filter.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpa_supervisor.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpc(command).html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpc.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpm.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpm_conf.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpm_mpd.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpm_network_interface.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpm_network_interface_filter.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/snmpm_user.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/snmp-5.9/doc/pdf/snmp-5.9.pdf -%%DOCSDIR%%/html/lib/snmp-5.9/info -%%DOCSDIR%%/html/lib/ssh-4.12/doc/chunks/ssh.chunk -%%DOCSDIR%%/html/lib/ssh-4.12/doc/chunks/ssh_agent.chunk -%%DOCSDIR%%/html/lib/ssh-4.12/doc/chunks/ssh_client_channel.chunk -%%DOCSDIR%%/html/lib/ssh-4.12/doc/chunks/ssh_connection.chunk -%%DOCSDIR%%/html/lib/ssh-4.12/doc/chunks/ssh_sftp.chunk -%%DOCSDIR%%/html/lib/ssh-4.12/doc/chunks/ssh_sftpd.chunk -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/SSH_app.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/SSH_protocols.png -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/configurations.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/configure_algos.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/hardening.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/index.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/introduction.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/notes.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh.eix -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_agent.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_client_channel.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_client_key_api.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_connection.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_file.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_server_channel.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_server_key_api.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_sftp.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/ssh_sftpd.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/terminology.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/html/using_ssh.html -%%DOCSDIR%%/html/lib/ssh-4.12/doc/pdf/ssh-4.12.pdf -%%DOCSDIR%%/html/lib/ssh-4.12/info -%%DOCSDIR%%/html/lib/ssl-10.4/doc/chunks/ssl.chunk -%%DOCSDIR%%/html/lib/ssl-10.4/doc/chunks/ssl_crl_cache.chunk -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/index.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/notes.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/release_notes.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl.eix -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl_app.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl_crl_cache.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl_crl_cache_api.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl_distribution.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl_introduction.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl_protocol.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/ssl_session_cache_api.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/standards_compliance.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/users_guide.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/html/using_ssl.html -%%DOCSDIR%%/html/lib/ssl-10.4/doc/pdf/ssl-10.4.pdf -%%DOCSDIR%%/html/lib/ssl-10.4/info -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/array.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/base64.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/beam_lib.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/binary.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/c.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/calendar.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/dets.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/dict.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/digraph.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/digraph_utils.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/epp.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_anno.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_error.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_eval.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_expand_records.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_internal.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_lint.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_parse.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_pp.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_scan.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/erl_tar.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/ets.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/file_sorter.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/filelib.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/filename.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/gb_sets.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/gb_trees.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/gen_event.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/gen_fsm.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/gen_server.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/gen_statem.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/io.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/io_lib.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/lists.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/log_mf_h.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/maps.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/math.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/ms_transform.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/orddict.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/ordsets.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/pool.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/proc_lib.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/proplists.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/qlc.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/queue.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/rand.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/random.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/re.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/sets.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/shell.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/shell_default.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/shell_docs.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/slave.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/sofs.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/string.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/supervisor.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/supervisor_bridge.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/sys.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/timer.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/unicode.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/uri_string.chunk -%%DOCSDIR%%/html/lib/stdlib-3.15/doc/chunks/win32reg.chunk *** 606 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:55:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 496426B7772; Fri, 1 Oct 2021 22:55:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlnx0M4Xz3Q1t; Fri, 1 Oct 2021 22:55:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6CB846; Fri, 1 Oct 2021 22:55:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191Mtm0d084424; Fri, 1 Oct 2021 22:55:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191Mtmep084423; Fri, 1 Oct 2021 22:55:48 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:55:48 GMT Message-Id: <202110012255.191Mtmep084423@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: e7edd97198e4 - main - editors/emacs-devel: Update to 2021-10-01 commit, 30bbb57* MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e7edd97198e43509efbc86e76682b7bcb3979edf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:55:49 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7edd97198e43509efbc86e76682b7bcb3979edf commit e7edd97198e43509efbc86e76682b7bcb3979edf Author: Joseph Mingrone AuthorDate: 2021-09-29 13:20:03 +0000 Commit: Joseph Mingrone CommitDate: 2021-10-01 22:52:49 +0000 editors/emacs-devel: Update to 2021-10-01 commit, 30bbb57* * The major version was bumped from 28 to 29 since the last update. Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D32258 --- Mk/Uses/emacs.mk | 2 +- editors/emacs-devel/Makefile | 4 ++-- editors/emacs-devel/distinfo | 6 ++--- editors/emacs-devel/pkg-plist | 54 +++++++++++++++++++++---------------------- 4 files changed, 32 insertions(+), 34 deletions(-) diff --git a/Mk/Uses/emacs.mk b/Mk/Uses/emacs.mk index b7ad03adf729..31f9935351ec 100644 --- a/Mk/Uses/emacs.mk +++ b/Mk/Uses/emacs.mk @@ -101,7 +101,7 @@ EMACS_FLAVOR= full .endif .if ${FLAVOR:Mdevel*} -EMACS_VER= 28.0.50 +EMACS_VER= 29.0.50 EMACS_PORTDIR= editors/emacs-devel .else EMACS_VER= 27.2 diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index b184068bff0f..6a4cc2b8152e 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Kenneth Vestergaard Schmidt PORTNAME= emacs -DISTVERSION= 28.0.50.20210916 +DISTVERSION= 29.0.50.20211001 PORTEPOCH= 2 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -25,7 +25,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 8a55d10 +GH_TAGNAME= 30bbb57 .if ${FLAVOR:U} != nox USES+= desktop-file-utils gnome xorg diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index b30a15daced8..b449087f7881 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631794516 -SHA256 (emacs-mirror-emacs-28.0.50.20210916-8a55d10_GH0.tar.gz) = 349d76281c8e7b80eb9a9451a7ce726e0b1840d0749536209028b8f669611b2c -SIZE (emacs-mirror-emacs-28.0.50.20210916-8a55d10_GH0.tar.gz) = 43091680 +TIMESTAMP = 1633088559 +SHA256 (emacs-mirror-emacs-29.0.50.20211001-30bbb57_GH0.tar.gz) = 60d8c742320d07be9218b55bea177c23414253e83cdac0e7b492fc397e7f4d27 +SIZE (emacs-mirror-emacs-29.0.50.20211001-30bbb57_GH0.tar.gz) = 43283794 diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index 208e8d1ddb29..3db5c38400e4 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -45,6 +45,7 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.25 %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.26 %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.27 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.28 %%DATADIR%%/%%EMACS_VER%%/etc/NEXTSTEP %%DATADIR%%/%%EMACS_VER%%/etc/NXML-NEWS %%DATADIR%%/%%EMACS_VER%%/etc/ORG-NEWS @@ -1760,6 +1761,8 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-button.elc %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.elc %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.elc %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-desktop-notifications.el.gz @@ -2226,6 +2229,8 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/international/charscript.elc %%DATADIR%%/%%EMACS_VER%%/lisp/international/cp51932.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/cp51932.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/emoji-zwj.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/emoji-zwj.elc %%DATADIR%%/%%EMACS_VER%%/lisp/international/eucjp-ms.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/eucjp-ms.elc %%DATADIR%%/%%EMACS_VER%%/lisp/international/fontset.el.gz @@ -2933,8 +2938,6 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/crisp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-compat.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-compat.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/eudcb-ph.el.gz @@ -3032,14 +3035,8 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/yow.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-C.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-C.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-J.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-J.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-R.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-R.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-abc.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-abc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-asymptote.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-asymptote.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-awk.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-awk.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-calc.el.gz @@ -3048,8 +3045,6 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-clojure.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-coq.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-coq.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-css.el.gz @@ -3058,8 +3053,6 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ditaa.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-dot.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-dot.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ebnf.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ebnf.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-emacs-lisp.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-emacs-lisp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-eshell.el.gz @@ -3078,18 +3071,14 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-groovy.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-hledger.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-hledger.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-julia.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-julia.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-js.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-js.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-latex.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-latex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ledger.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ledger.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lilypond.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lilypond.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lisp.el.gz @@ -3104,8 +3093,6 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-matlab.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-maxima.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-maxima.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-mscgen.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-mscgen.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ocaml.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ocaml.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-octave.el.gz @@ -3114,8 +3101,6 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-org.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-perl.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-perl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-picolisp.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-picolisp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-plantuml.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-plantuml.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-processing.el.gz @@ -3136,28 +3121,34 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sed.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shell.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shen.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shen.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sql.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sql.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sqlite.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sqlite.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-stan.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-stan.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-vala.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-vala.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc-basic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc-basic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc-biblatex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc-biblatex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc-csl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc-csl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc-natbib.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc-natbib.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/oc.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-bbdb.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-bbdb.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-bibtex.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-bibtex.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-docview.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-docview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-doi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-doi.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-eshell.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-eshell.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ol-eww.el.gz @@ -3265,6 +3256,8 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-html.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-icalendar.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-icalendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-koma-letter.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-koma-letter.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-latex.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-latex.elc %%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-man.el.gz @@ -3433,6 +3426,8 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebrowse.elc %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/elisp-mode.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/elisp-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/erts-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/erts-mode.elc %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/etags.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/etags.elc %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/executable.el.gz @@ -3692,6 +3687,8 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.elc %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/etc-authors-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/etc-authors-mode.elc %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.elc %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/flyspell.el.gz @@ -4104,6 +4101,7 @@ share/applications/emacsclient-mail.desktop %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-26.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-27.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-28.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-29.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/nsgui.h From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:55:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 407F06B7774; Fri, 1 Oct 2021 22:55:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlny1LGNz3QCB; Fri, 1 Oct 2021 22:55:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0539C47; Fri, 1 Oct 2021 22:55:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191MtnwT084448; Fri, 1 Oct 2021 22:55:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191MtnnD084447; Fri, 1 Oct 2021 22:55:49 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:55:49 GMT Message-Id: <202110012255.191MtnnD084447@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: 126e3bb1f151 - main - *: Chase new major version (29) of editors/emacs-devel MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 126e3bb1f15157e4624a26aed1d01393603b03e0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:55:50 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=126e3bb1f15157e4624a26aed1d01393603b03e0 commit 126e3bb1f15157e4624a26aed1d01393603b03e0 Author: Joseph Mingrone AuthorDate: 2021-10-01 15:37:38 +0000 Commit: Joseph Mingrone CommitDate: 2021-10-01 22:55:27 +0000 *: Chase new major version (29) of editors/emacs-devel Differential Revision: https://reviews.freebsd.org/D32258 --- audio/emms/Makefile | 2 +- cad/dinotrace/Makefile | 2 +- cad/verilog-mode.el/Makefile | 2 +- databases/closql/Makefile | 1 + databases/emacsql/Makefile | 1 + databases/pg.el/Makefile | 1 + devel/cask/Makefile | 2 +- devel/clojure-cider/Makefile | 1 + devel/dash.el/Makefile | 1 + devel/distel/Makefile | 2 +- devel/epl.el/Makefile | 2 +- devel/forge-devel/Makefile | 1 + devel/forge/Makefile | 2 +- devel/ghub/Makefile | 1 + devel/git-modes/Makefile | 1 + devel/libegit2/Makefile | 2 +- devel/magit-devel/Makefile | 1 + devel/magit/Makefile | 2 +- devel/p5-Sepia/Makefile | 2 +- devel/pkg-info.el/Makefile | 2 +- devel/psvn/Makefile | 2 +- devel/tablist/Makefile | 2 +- devel/transient/Makefile | 1 + devel/treepy.el/Makefile | 2 +- editors/apel/Makefile | 2 +- editors/flim/Makefile | 1 + editors/paredit-mode.el/Makefile | 2 +- editors/psgml/Makefile | 2 +- editors/semi/Makefile | 1 + editors/slime/Makefile | 2 +- editors/sly-asdf/Makefile | 2 +- editors/sly-named-readtables/Makefile | 2 +- editors/sly-quicklisp/Makefile | 2 +- editors/sly/Makefile | 2 +- editors/web-mode/Makefile | 2 +- editors/with-editor/Makefile | 1 + irc/riece/Makefile | 2 +- japanese/boiled-mozc/Makefile | 2 +- japanese/cp5022x-el/Makefile | 2 +- japanese/ddskk/Makefile | 2 +- japanese/lookup/Makefile | 2 +- japanese/migemo.el/Makefile | 2 +- japanese/mozc-server/Makefile | 2 +- japanese/navi2ch/Makefile | 2 +- lang/alchemist.el/Makefile | 2 +- lang/clojure-mode.el/Makefile | 2 +- lang/csharp-mode.el/Makefile | 2 +- lang/elixir-mode.el/Makefile | 2 +- lang/haskell-mode.el/Makefile | 1 + lang/php-mode.el/Makefile | 2 +- lang/tuareg-mode.el/Makefile | 2 +- mail/c-sig/Makefile | 2 +- mail/mailest/Makefile | 2 +- mail/mew-devel/Makefile | 2 +- mail/mew/Makefile | 2 +- mail/mu4e-maildirs/Makefile | 1 + mail/mu4e/Makefile | 1 + mail/notmuch-emacs/Makefile | 1 + mail/wanderlust/Makefile | 1 + mail/x-face-e21/Makefile | 2 +- mail/xcite/Makefile | 2 +- math/coq/Makefile | 2 +- math/ess/Makefile | 2 +- misc/elscreen/Makefile | 2 +- net/tramp/Makefile | 2 +- print/a2ps/Makefile | 2 +- print/hyperlatex/Makefile | 2 +- print/pdf-tools/Makefile | 2 +- security/starttls/Makefile | 2 +- sysutils/puppet-mode.el/Makefile | 2 +- textproc/dictem/Makefile | 2 +- textproc/dictionary/Makefile | 2 +- textproc/doc-mode.el/Makefile | 2 +- textproc/markdown-mode.el/Makefile | 1 + textproc/muse/Makefile | 2 +- textproc/uim-el/Makefile | 1 + textproc/xml-lite.el/Makefile | 2 +- textproc/yaml-mode.el/Makefile | 2 +- textproc/yaml.el/Makefile | 1 + www/emacs-w3m/Makefile | 1 + 80 files changed, 80 insertions(+), 58 deletions(-) diff --git a/audio/emms/Makefile b/audio/emms/Makefile index e60c4cf98f03..511af428dd4f 100644 --- a/audio/emms/Makefile +++ b/audio/emms/Makefile @@ -2,7 +2,7 @@ PORTNAME= emms DISTVERSION= 5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio elisp MASTER_SITES= GNU PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index a013b4053499..b491eccd57d2 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -2,7 +2,7 @@ PORTNAME= dinotrace PORTVERSION= 9.4c -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= cad MASTER_SITES= http://www.veripool.org/ftp/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/cad/verilog-mode.el/Makefile b/cad/verilog-mode.el/Makefile index 8c46fe45e2a6..c3dec665e0eb 100644 --- a/cad/verilog-mode.el/Makefile +++ b/cad/verilog-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= verilog-mode.el PORTVERSION= 801 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= cad elisp MASTER_SITES= http://www.veripool.org/ftp/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/closql/Makefile b/databases/closql/Makefile index 484eaa78616f..bbebaf44eccc 100644 --- a/databases/closql/Makefile +++ b/databases/closql/Makefile @@ -1,6 +1,7 @@ PORTNAME= closql DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/emacsql/Makefile b/databases/emacsql/Makefile index 94f332169ad3..43de111da053 100644 --- a/databases/emacsql/Makefile +++ b/databases/emacsql/Makefile @@ -1,5 +1,6 @@ PORTNAME= emacsql DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/pg.el/Makefile b/databases/pg.el/Makefile index ae46e83c365b..a3f6d69e2e26 100644 --- a/databases/pg.el/Makefile +++ b/databases/pg.el/Makefile @@ -1,5 +1,6 @@ PORTNAME= pg.el DISTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/cask/Makefile b/devel/cask/Makefile index c421d8c4b471..bb89527fa1b9 100644 --- a/devel/cask/Makefile +++ b/devel/cask/Makefile @@ -1,7 +1,7 @@ PORTNAME= cask PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/clojure-cider/Makefile b/devel/clojure-cider/Makefile index 54f5f386a7c8..15611dae16fe 100644 --- a/devel/clojure-cider/Makefile +++ b/devel/clojure-cider/Makefile @@ -1,5 +1,6 @@ PORTNAME= clojure-cider PORTVERSION= 1.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/dash.el/Makefile b/devel/dash.el/Makefile index 935256f4bbf6..88fff5df804e 100644 --- a/devel/dash.el/Makefile +++ b/devel/dash.el/Makefile @@ -1,5 +1,6 @@ PORTNAME= dash.el DISTVERSION= 2.19.1 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/distel/Makefile b/devel/distel/Makefile index bc9fe61bb7d6..0537b86f27d7 100644 --- a/devel/distel/Makefile +++ b/devel/distel/Makefile @@ -1,6 +1,6 @@ PORTNAME= distel PORTVERSION= 4.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/epl.el/Makefile b/devel/epl.el/Makefile index 9730ddd1fd1b..6d05c494a4b1 100644 --- a/devel/epl.el/Makefile +++ b/devel/epl.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= epl.el PORTVERSION= 0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/forge-devel/Makefile b/devel/forge-devel/Makefile index cde2c59355b3..1aff789a8c93 100644 --- a/devel/forge-devel/Makefile +++ b/devel/forge-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= forge DISTVERSIONPREFIX= v DISTVERSION= 0.2.1-14 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g93c8005 CATEGORIES= devel elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} diff --git a/devel/forge/Makefile b/devel/forge/Makefile index ad423a0ca487..8e9321be1cfc 100644 --- a/devel/forge/Makefile +++ b/devel/forge/Makefile @@ -1,7 +1,7 @@ PORTNAME= forge DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/ghub/Makefile b/devel/ghub/Makefile index 494fdb814e3e..4054f5b1e7bf 100644 --- a/devel/ghub/Makefile +++ b/devel/ghub/Makefile @@ -1,6 +1,7 @@ PORTNAME= ghub DISTVERSIONPREFIX= v DISTVERSION= 3.5.3 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/git-modes/Makefile b/devel/git-modes/Makefile index 04e5af02c27a..463b7917b38e 100644 --- a/devel/git-modes/Makefile +++ b/devel/git-modes/Makefile @@ -2,6 +2,7 @@ PORTNAME= git-modes DISTVERSION= 1.3.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/libegit2/Makefile b/devel/libegit2/Makefile index 0037c7742cbd..d897ea103cf5 100644 --- a/devel/libegit2/Makefile +++ b/devel/libegit2/Makefile @@ -1,6 +1,6 @@ PORTNAME= libegit2 DISTVERSION= g20200515 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/magit-devel/Makefile b/devel/magit-devel/Makefile index 23a85c803769..b6b547d665cc 100644 --- a/devel/magit-devel/Makefile +++ b/devel/magit-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= magit DISTVERSIONPREFIX= v DISTVERSION= 3.2.1-32 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gde1dc8e7 CATEGORIES= devel elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} diff --git a/devel/magit/Makefile b/devel/magit/Makefile index f2f73b4cd489..59928225ec46 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -3,7 +3,7 @@ PORTNAME= magit PORTVERSION= 3.2.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/p5-Sepia/Makefile b/devel/p5-Sepia/Makefile index 61405304bf71..c9ff3349fbaa 100644 --- a/devel/p5-Sepia/Makefile +++ b/devel/p5-Sepia/Makefile @@ -2,7 +2,7 @@ PORTNAME= Sepia PORTVERSION= 0.992 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/pkg-info.el/Makefile b/devel/pkg-info.el/Makefile index 50e8d46cbe27..02772ff9db6b 100644 --- a/devel/pkg-info.el/Makefile +++ b/devel/pkg-info.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkg-info.el PORTVERSION= 0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/psvn/Makefile b/devel/psvn/Makefile index 6688eab9e29f..b92b4ff76ba5 100644 --- a/devel/psvn/Makefile +++ b/devel/psvn/Makefile @@ -2,7 +2,7 @@ PORTNAME= psvn PORTVERSION= 20150720.214200 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel elisp MASTER_SITES= http://www.xsteve.at/prg/emacs/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/tablist/Makefile b/devel/tablist/Makefile index 29f566bfb163..b7ad2551e0ce 100644 --- a/devel/tablist/Makefile +++ b/devel/tablist/Makefile @@ -1,7 +1,7 @@ PORTNAME= tablist DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/transient/Makefile b/devel/transient/Makefile index 0efb96737994..03c495204339 100644 --- a/devel/transient/Makefile +++ b/devel/transient/Makefile @@ -1,6 +1,7 @@ PORTNAME= transient DISTVERSIONPREFIX= v DISTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/treepy.el/Makefile b/devel/treepy.el/Makefile index 8b97faf3b1f1..f54d3ebade02 100644 --- a/devel/treepy.el/Makefile +++ b/devel/treepy.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= treepy.el DISTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/apel/Makefile b/editors/apel/Makefile index a5471ed7182d..90b593fca434 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -2,7 +2,7 @@ PORTNAME= apel PORTVERSION= 10.8.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/flim/Makefile b/editors/flim/Makefile index e11e710fd56d..26f27878224e 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -2,6 +2,7 @@ PORTNAME= flim PORTVERSION= 1.14.9.${SNAPDATE} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile index 9305fc118f44..26f9775123a4 100644 --- a/editors/paredit-mode.el/Makefile +++ b/editors/paredit-mode.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= paredit-mode.el PORTVERSION= 24 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors elisp MASTER_SITES= http://mumble.net/~campbell/emacs/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 8287b2fa99d4..a1366ea6c258 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -2,7 +2,7 @@ PORTNAME= psgml PORTVERSION= 1.4.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors elisp MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/1.3.2 PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/semi/Makefile b/editors/semi/Makefile index faa076a3da02..b47775c29f08 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -2,6 +2,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER}.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/slime/Makefile b/editors/slime/Makefile index 42d397aedb76..a96a8d9a6dfe 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -3,7 +3,7 @@ PORTNAME= slime DISTVERSIONPREFIX= v DISTVERSION= 2.26.1-9 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -gf368e22a CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/sly-asdf/Makefile b/editors/sly-asdf/Makefile index 65e7b75a8a4f..4232301ad3ac 100644 --- a/editors/sly-asdf/Makefile +++ b/editors/sly-asdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= sly-asdf PORTVERSION= 20210308 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/sly-named-readtables/Makefile b/editors/sly-named-readtables/Makefile index 6f70a2b1130c..dc804da0e3b2 100644 --- a/editors/sly-named-readtables/Makefile +++ b/editors/sly-named-readtables/Makefile @@ -1,6 +1,6 @@ PORTNAME= sly-named-readtables PORTVERSION= 20191013 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/sly-quicklisp/Makefile b/editors/sly-quicklisp/Makefile index 4381409c3660..a3f0df8e98fc 100644 --- a/editors/sly-quicklisp/Makefile +++ b/editors/sly-quicklisp/Makefile @@ -1,6 +1,6 @@ PORTNAME= sly-quicklisp PORTVERSION= 20200707 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/sly/Makefile b/editors/sly/Makefile index ce3daa450fd5..89778f4e63a0 100644 --- a/editors/sly/Makefile +++ b/editors/sly/Makefile @@ -1,6 +1,6 @@ PORTNAME= sly DISTVERSION= 1.0.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/web-mode/Makefile b/editors/web-mode/Makefile index a65c129a0148..147a5cd4ba57 100644 --- a/editors/web-mode/Makefile +++ b/editors/web-mode/Makefile @@ -1,7 +1,7 @@ PORTNAME= web-mode PORTVERSION= 15.1 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index b562a71a4258..1ac5d5768f81 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -3,6 +3,7 @@ PORTNAME= with-editor DISTVERSIONPREFIX= v DISTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/irc/riece/Makefile b/irc/riece/Makefile index b525e7ab347c..9d2340b81714 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -2,7 +2,7 @@ PORTNAME= riece PORTVERSION= 9.0.0 -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= SAVANNAH diff --git a/japanese/boiled-mozc/Makefile b/japanese/boiled-mozc/Makefile index bb20b0235b91..12c614429950 100644 --- a/japanese/boiled-mozc/Makefile +++ b/japanese/boiled-mozc/Makefile @@ -1,7 +1,7 @@ PORTNAME= boiled-mozc PORTVERSION= 0.7 DISTVERSIONPREFIX=v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= japanese editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/cp5022x-el/Makefile b/japanese/cp5022x-el/Makefile index e268a15f777e..6e836b547630 100644 --- a/japanese/cp5022x-el/Makefile +++ b/japanese/cp5022x-el/Makefile @@ -1,6 +1,6 @@ PORTNAME= cp5022x PORTVERSION= 0.0.20120324 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese elisp PKGNAMESUFFIX= -el${EMACS_PKGNAMESUFFIX} diff --git a/japanese/ddskk/Makefile b/japanese/ddskk/Makefile index b1fb4b614430..5393135725b2 100644 --- a/japanese/ddskk/Makefile +++ b/japanese/ddskk/Makefile @@ -2,7 +2,7 @@ PORTNAME= ddskk DISTVERSION= 16.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese elisp MASTER_SITES= ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \ http://www.ring.gr.jp/archives/elisp/skk/maintrunk/ \ diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 9737eafc1115..1862927bb6fa 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -2,7 +2,7 @@ PORTNAME= lookup PORTVERSION= 1.99.96.20180209 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/migemo.el/Makefile b/japanese/migemo.el/Makefile index 746f65b8030a..7d43797a7767 100644 --- a/japanese/migemo.el/Makefile +++ b/japanese/migemo.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= migemo.el PORTVERSION= 1.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 3abba7aad46b..fa7d9a8a6ee7 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= mozc PORTVERSION= 2.23.2815.102.01 DISTVERSIONPREFIX= v -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= japanese MAINTAINER= hrs@FreeBSD.org diff --git a/japanese/navi2ch/Makefile b/japanese/navi2ch/Makefile index e3369573e834..152d7765c440 100644 --- a/japanese/navi2ch/Makefile +++ b/japanese/navi2ch/Makefile @@ -2,7 +2,7 @@ PORTNAME= navi2ch PORTVERSION= 2.0.0.d -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= japanese www elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/alchemist.el/Makefile b/lang/alchemist.el/Makefile index 96aa8dc7b240..64751a675fec 100644 --- a/lang/alchemist.el/Makefile +++ b/lang/alchemist.el/Makefile @@ -1,7 +1,7 @@ PORTNAME= alchemist.el PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/clojure-mode.el/Makefile b/lang/clojure-mode.el/Makefile index 93bb67d6c398..9c4390a408fb 100644 --- a/lang/clojure-mode.el/Makefile +++ b/lang/clojure-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= clojure-mode.el PORTVERSION= 5.11.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/csharp-mode.el/Makefile b/lang/csharp-mode.el/Makefile index 288d610ae4e5..c56696b56fb3 100644 --- a/lang/csharp-mode.el/Makefile +++ b/lang/csharp-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= csharp-mode.el PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/elixir-mode.el/Makefile b/lang/elixir-mode.el/Makefile index 331861b4b7c1..be755f616c41 100644 --- a/lang/elixir-mode.el/Makefile +++ b/lang/elixir-mode.el/Makefile @@ -1,7 +1,7 @@ PORTNAME= elixir-mode.el DISTVERSIONPREFIX= v PORTVERSION= 2.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile index 1c0e9b959eff..6b882371dc0c 100644 --- a/lang/haskell-mode.el/Makefile +++ b/lang/haskell-mode.el/Makefile @@ -2,6 +2,7 @@ PORTNAME= haskell-mode DISTVERSION= 17.2 +PORTREVISION= 1 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index 120ef6b38db9..f0a4975988d0 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= php-mode.el PORTVERSION= 1.24.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/tuareg-mode.el/Makefile b/lang/tuareg-mode.el/Makefile index 3358a9e87200..3a5b5b4285f2 100644 --- a/lang/tuareg-mode.el/Makefile +++ b/lang/tuareg-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= tuareg-mode PORTVERSION= 2.0.8 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/c-sig/Makefile b/mail/c-sig/Makefile index a0c92320e990..8986dfb765d1 100644 --- a/mail/c-sig/Makefile +++ b/mail/c-sig/Makefile @@ -2,7 +2,7 @@ PORTNAME= c-sig PORTVERSION= 3.8.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index 9081c23c5a90..6a8b3ddb03ff 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailest PORTVERSION= 0.9.24 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mew-devel/Makefile b/mail/mew-devel/Makefile index 71ba60319a00..fe0dacc0ec9d 100644 --- a/mail/mew-devel/Makefile +++ b/mail/mew-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= mew DISTVERSIONPREFIX= v DISTVERSION= 6.8-72 DISTVERSIONSUFFIX= -gfc4bca6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 9175e301b01b..bb4387d3c5b0 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -2,7 +2,7 @@ PORTNAME= mew PORTVERSION= 6.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mu4e-maildirs/Makefile b/mail/mu4e-maildirs/Makefile index 9b714bb260f6..e45186983f58 100644 --- a/mail/mu4e-maildirs/Makefile +++ b/mail/mu4e-maildirs/Makefile @@ -1,5 +1,6 @@ PORTNAME= mu4e-maildirs PORTVERSION= 0.8.20201028 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mu4e/Makefile b/mail/mu4e/Makefile index 2c943f6a8e18..8562f031774d 100644 --- a/mail/mu4e/Makefile +++ b/mail/mu4e/Makefile @@ -1,5 +1,6 @@ PORTNAME= mu4e PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/notmuch-emacs/Makefile b/mail/notmuch-emacs/Makefile index fb977ccd3586..01444bfe874c 100644 --- a/mail/notmuch-emacs/Makefile +++ b/mail/notmuch-emacs/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index b57c8d4842ca..53ad8ea291dd 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -2,6 +2,7 @@ PORTNAME= wanderlust PORTVERSION= 2.15.9.b.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/x-face-e21/Makefile b/mail/x-face-e21/Makefile index 48a9ec431e1d..a13fb41a6b8c 100644 --- a/mail/x-face-e21/Makefile +++ b/mail/x-face-e21/Makefile @@ -2,7 +2,7 @@ PORTNAME= x-face-e21 PORTVERSION= 20070306 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= mail elisp MASTER_SITES= http://www.jpl.org/elips/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/xcite/Makefile b/mail/xcite/Makefile index 659b3e4f0042..ae836e6ae121 100644 --- a/mail/xcite/Makefile +++ b/mail/xcite/Makefile @@ -2,7 +2,7 @@ PORTNAME= xcite PORTVERSION= 1.60 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= mail elisp MASTER_SITES= https://www.gentei.org/~yuuji/software/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/math/coq/Makefile b/math/coq/Makefile index c9b3fe501422..70d559f4004f 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,6 +1,6 @@ PORTNAME= coq PORTVERSION= 8.6 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 3 CATEGORIES= math MASTER_SITES= http://coq.inria.fr/distrib/V${PORTVERSION}/files/ \ diff --git a/math/ess/Makefile b/math/ess/Makefile index a1231ebe02d0..70003d156c52 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -2,7 +2,7 @@ PORTNAME= ess DISTVERSION= 18.10.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 9ca3aa241f98..c2d2d15c6735 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -2,7 +2,7 @@ PORTNAME= elscreen PORTVERSION= 1.4.6.20180320 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/net/tramp/Makefile b/net/tramp/Makefile index b2c04ed726ce..1b0f60a4251c 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -2,7 +2,7 @@ PORTNAME= tramp PORTVERSION= 2.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net elisp MASTER_SITES= GNU PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index c4145d7271b3..918c0770cb35 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -2,7 +2,7 @@ PORTNAME= a2ps PORTVERSION= 4.13b -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= print MASTER_SITES= GNU LOCAL/hrs/a2ps/:i18n diff --git a/print/hyperlatex/Makefile b/print/hyperlatex/Makefile index cd81d835499b..dd660a2d2728 100644 --- a/print/hyperlatex/Makefile +++ b/print/hyperlatex/Makefile @@ -2,7 +2,7 @@ PORTNAME= Hyperlatex DISTVERSION= 2.9a -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= print MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/2.9a PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile index e294c7444089..cb7c0b94e042 100644 --- a/print/pdf-tools/Makefile +++ b/print/pdf-tools/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90-84 DISTVERSIONSUFFIX= -g5f77dae -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/security/starttls/Makefile b/security/starttls/Makefile index ebab1f318449..23eb559001ed 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -1,6 +1,6 @@ PORTNAME= starttls PORTVERSION= 0.10 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= security MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/sysutils/puppet-mode.el/Makefile b/sysutils/puppet-mode.el/Makefile index cb465f4da950..69db1140eb04 100644 --- a/sysutils/puppet-mode.el/Makefile +++ b/sysutils/puppet-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= puppet-mode.el PORTVERSION= 0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 9b5fc359dc39..64ce296dc83c 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -2,7 +2,7 @@ PORTNAME= dictem PORTVERSION= 1.0.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc net elisp MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION} PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index 0ed1a617a41b..fa7eee8c4d05 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -2,7 +2,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 *** 105 LINES SKIPPED *** From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 22:55:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6393B6B79FE; Fri, 1 Oct 2021 22:55:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLlnz2BTVz3QGf; Fri, 1 Oct 2021 22:55:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27EE227D75; Fri, 1 Oct 2021 22:55:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191MtpHs084472; Fri, 1 Oct 2021 22:55:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191MtpAW084471; Fri, 1 Oct 2021 22:55:51 GMT (envelope-from git) Date: Fri, 1 Oct 2021 22:55:51 GMT Message-Id: <202110012255.191MtpAW084471@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: e303253cc55e - main - net/tramp: Work around plist issue on 13.0 with devel_full flavor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e303253cc55ea9336eff3158a857d4a66c0da284 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 22:55:51 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=e303253cc55ea9336eff3158a857d4a66c0da284 commit e303253cc55ea9336eff3158a857d4a66c0da284 Author: Joseph Mingrone AuthorDate: 2021-10-01 22:30:29 +0000 Commit: Joseph Mingrone CommitDate: 2021-10-01 22:55:39 +0000 net/tramp: Work around plist issue on 13.0 with devel_full flavor Detection of gvfs fails with this combination. --- net/tramp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 1b0f60a4251c..df4c5b636dd3 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -30,7 +30,9 @@ post-patch: @${REINPLACE_CMD} 's/^make/${MAKE_CMD}/' ${WRKSRC}/configure .if ${FLAVOR:U} != nox && ${FLAVOR:U} != devel_nox +.if ! ( ${OSVERSION} >= 1300000 && ${FLAVOR:U} == devel_full ) PLIST_FILES+= ${TRAMP_LISPDIR}/tramp-gvfs.el ${TRAMP_LISPDIR}/tramp-gvfs.elc .endif +.endif .include From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 23:11:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B528A6B7A65; Fri, 1 Oct 2021 23:11:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLm854pmyz3h8t; Fri, 1 Oct 2021 23:11:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8541527FF3; Fri, 1 Oct 2021 23:11:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191NBXnM010603; Fri, 1 Oct 2021 23:11:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191NBXKp010602; Fri, 1 Oct 2021 23:11:33 GMT (envelope-from git) Date: Fri, 1 Oct 2021 23:11:33 GMT Message-Id: <202110012311.191NBXKp010602@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Serhii (Sergey) Kozlov Subject: git: 75314b9c62d2 - main - ftp/sftpgo: Update to 2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: skozlov X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 75314b9c62d2f05482dd7b560545a158588c5e0e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 23:11:33 -0000 The branch main has been updated by skozlov: URL: https://cgit.FreeBSD.org/ports/commit/?id=75314b9c62d2f05482dd7b560545a158588c5e0e commit 75314b9c62d2f05482dd7b560545a158588c5e0e Author: Serhii (Sergey) Kozlov AuthorDate: 2021-10-01 23:07:29 +0000 Commit: Serhii (Sergey) Kozlov CommitDate: 2021-10-01 23:11:00 +0000 ftp/sftpgo: Update to 2.1.2 Changelog: https://github.com/drakkan/sftpgo/releases --- ftp/sftpgo/Makefile | 2 +- ftp/sftpgo/distinfo | 6 +++--- ftp/sftpgo/pkg-plist | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile index 93e8816223eb..576c1bc57b61 100644 --- a/ftp/sftpgo/Makefile +++ b/ftp/sftpgo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sftpgo -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.2 CATEGORIES= ftp www MASTER_SITES= https://github.com/drakkan/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}_v${PORTVERSION}_src_with_deps diff --git a/ftp/sftpgo/distinfo b/ftp/sftpgo/distinfo index 440799f13342..9234232a4592 100644 --- a/ftp/sftpgo/distinfo +++ b/ftp/sftpgo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623865706 -SHA256 (sftpgo_v2.1.0_src_with_deps.tar.xz) = 74eb87df4f26a6541553c7f92a0e49e3a02732f9849c2d80c83908e6eadd7bc3 -SIZE (sftpgo_v2.1.0_src_with_deps.tar.xz) = 8747328 +TIMESTAMP = 1633128642 +SHA256 (sftpgo_v2.1.2_src_with_deps.tar.xz) = 3f0406245be9226d7f9d8e3d485f7535b7bc39e3b79862bc4693da8a610844e1 +SIZE (sftpgo_v2.1.2_src_with_deps.tar.xz) = 8610176 diff --git a/ftp/sftpgo/pkg-plist b/ftp/sftpgo/pkg-plist index f5f189f62794..12de27e4df81 100644 --- a/ftp/sftpgo/pkg-plist +++ b/ftp/sftpgo/pkg-plist @@ -1,6 +1,11 @@ bin/sftpgo %%BASH%%etc/bash_completion.d/sftpgo @sample etc/sftpgo.json.sample +%%MANPAGES%%man/man1/sftpgo-completion-bash.1.gz +%%MANPAGES%%man/man1/sftpgo-completion-fish.1.gz +%%MANPAGES%%man/man1/sftpgo-completion-powershell.1.gz +%%MANPAGES%%man/man1/sftpgo-completion-zsh.1.gz +%%MANPAGES%%man/man1/sftpgo-completion.1.gz %%MANPAGES%%man/man1/sftpgo-gen-completion.1.gz %%MANPAGES%%man/man1/sftpgo-gen-man.1.gz %%MANPAGES%%man/man1/sftpgo-gen.1.gz From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 23:29:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EFA636B7F25; Fri, 1 Oct 2021 23:29:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLmXn6DxHz3kcP; Fri, 1 Oct 2021 23:29:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B295F734; Fri, 1 Oct 2021 23:29:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191NTTLo025426; Fri, 1 Oct 2021 23:29:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191NTT27025425; Fri, 1 Oct 2021 23:29:29 GMT (envelope-from git) Date: Fri, 1 Oct 2021 23:29:29 GMT Message-Id: <202110012329.191NTT27025425@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Serhii (Sergey) Kozlov Subject: git: 85f94205034a - main - www/pydio-cells: Update to 2.2.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: skozlov X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 85f94205034a14886422d8b8e4363ed0f546a6ff Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 23:29:30 -0000 The branch main has been updated by skozlov: URL: https://cgit.FreeBSD.org/ports/commit/?id=85f94205034a14886422d8b8e4363ed0f546a6ff commit 85f94205034a14886422d8b8e4363ed0f546a6ff Author: Serhii (Sergey) Kozlov AuthorDate: 2021-10-01 23:27:57 +0000 Commit: Serhii (Sergey) Kozlov CommitDate: 2021-10-01 23:27:57 +0000 www/pydio-cells: Update to 2.2.12 Changelog: https://github.com/pydio/cells/releases/tag/v2.2.12 --- www/pydio-cells/Makefile | 2 +- www/pydio-cells/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile index 0113981ff9a1..421dce6dedc3 100644 --- a/www/pydio-cells/Makefile +++ b/www/pydio-cells/Makefile @@ -1,6 +1,6 @@ PORTNAME= cells DISTVERSIONPREFIX= v -DISTVERSION= 2.2.9 +DISTVERSION= 2.2.12 CATEGORIES= www PKGNAMEPREFIX= pydio- diff --git a/www/pydio-cells/distinfo b/www/pydio-cells/distinfo index dabbc8fe024c..89be410fdd93 100644 --- a/www/pydio-cells/distinfo +++ b/www/pydio-cells/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625409982 -SHA256 (pydio-cells-v2.2.9_GH0.tar.gz) = bbea68d86ff8f253602d54282cd5ab5d5c97f78e5d88b7eb8fcc47321906113b -SIZE (pydio-cells-v2.2.9_GH0.tar.gz) = 99121489 +TIMESTAMP = 1633129978 +SHA256 (pydio-cells-v2.2.12_GH0.tar.gz) = 5cec3ebbd68e7258456cdd7362c72499ee7bf3f0b8577d59dd9de718031dee0a +SIZE (pydio-cells-v2.2.12_GH0.tar.gz) = 99126730 From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 23:49:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0D1E6B7F4F; Fri, 1 Oct 2021 23:49:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLmzK5DhQz3mLg; Fri, 1 Oct 2021 23:49:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FC46BA5; Fri, 1 Oct 2021 23:49:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191Nn1nE051423; Fri, 1 Oct 2021 23:49:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191Nn1Vb051422; Fri, 1 Oct 2021 23:49:01 GMT (envelope-from git) Date: Fri, 1 Oct 2021 23:49:01 GMT Message-Id: <202110012349.191Nn1Vb051422@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Serhii (Sergey) Kozlov Subject: git: 981392d90593 - main - shells/ohmyzsh: Update to 20210930 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: skozlov X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 981392d90593573647ca1ff3dfe413aed6b07e3d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 23:49:01 -0000 The branch main has been updated by skozlov: URL: https://cgit.FreeBSD.org/ports/commit/?id=981392d90593573647ca1ff3dfe413aed6b07e3d commit 981392d90593573647ca1ff3dfe413aed6b07e3d Author: Serhii (Sergey) Kozlov AuthorDate: 2021-10-01 23:47:52 +0000 Commit: Serhii (Sergey) Kozlov CommitDate: 2021-10-01 23:47:52 +0000 shells/ohmyzsh: Update to 20210930 --- shells/ohmyzsh/Makefile | 4 ++-- shells/ohmyzsh/distinfo | 6 +++--- shells/ohmyzsh/files/patch-oh-my-zsh.sh | 23 +++++++++-------------- shells/ohmyzsh/pkg-plist | 9 ++++----- 4 files changed, 18 insertions(+), 24 deletions(-) diff --git a/shells/ohmyzsh/Makefile b/shells/ohmyzsh/Makefile index 01c05773e02a..fe132c63568f 100644 --- a/shells/ohmyzsh/Makefile +++ b/shells/ohmyzsh/Makefile @@ -1,7 +1,7 @@ # Created by: Serhii (Sergey) Kozlov PORTNAME= ohmyzsh -PORTVERSION= 20210820 +PORTVERSION= 20210930 CATEGORIES= shells MAINTAINER= skozlov@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= zsh:shells/zsh USE_GITHUB= yes -GH_TAGNAME= 6d5b8484ce7198161d5f617c3db9fd7d3833d48c +GH_TAGNAME= 3c209b00d69499db93fb6aac5c79a6179ff6b855 NO_ARCH= yes NO_BUILD= yes diff --git a/shells/ohmyzsh/distinfo b/shells/ohmyzsh/distinfo index 39ad91846065..b1a1d178f6ca 100644 --- a/shells/ohmyzsh/distinfo +++ b/shells/ohmyzsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629582231 -SHA256 (ohmyzsh-ohmyzsh-20210820-6d5b8484ce7198161d5f617c3db9fd7d3833d48c_GH0.tar.gz) = 36dcd5fbd5f5f990ea69bb53c68d92464e7d0edaf6feeabc2b40b544e3a82e93 -SIZE (ohmyzsh-ohmyzsh-20210820-6d5b8484ce7198161d5f617c3db9fd7d3833d48c_GH0.tar.gz) = 734221 +TIMESTAMP = 1633131318 +SHA256 (ohmyzsh-ohmyzsh-20210930-3c209b00d69499db93fb6aac5c79a6179ff6b855_GH0.tar.gz) = 6e2f1260c29fb4117d7e1ff23f0a3dc13b67f79908d27cde5348f76f0156cdb6 +SIZE (ohmyzsh-ohmyzsh-20210930-3c209b00d69499db93fb6aac5c79a6179ff6b855_GH0.tar.gz) = 734974 diff --git a/shells/ohmyzsh/files/patch-oh-my-zsh.sh b/shells/ohmyzsh/files/patch-oh-my-zsh.sh index 12bab5e90f22..e9ba627eb194 100644 --- a/shells/ohmyzsh/files/patch-oh-my-zsh.sh +++ b/shells/ohmyzsh/files/patch-oh-my-zsh.sh @@ -1,20 +1,15 @@ Disable auto update -Respect XDG cache directory if present. ---- oh-my-zsh.sh.orig 2020-07-18 17:06:08 UTC +--- oh-my-zsh.sh.orig 2021-10-01 23:40:04 UTC +++ oh-my-zsh.sh -@@ -1,12 +1,8 @@ - # Set ZSH_CACHE_DIR to the path where cache files should be created --# or else we will use the default cache/ -+# or else we will use the default .cache/ - if [[ -z "$ZSH_CACHE_DIR" ]]; then -- ZSH_CACHE_DIR="$ZSH/cache" --fi -- +@@ -24,11 +24,6 @@ fi + mkdir -p "$ZSH_CACHE_DIR/completions" + (( ${fpath[(Ie)"$ZSH_CACHE_DIR/completions"]} )) || fpath=("$ZSH_CACHE_DIR/completions" $fpath) + -# Check for updates on initial load... -if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then - source $ZSH/tools/check_for_upgrade.sh -+ ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/oh-my-zsh" -+ mkdir -p ${ZSH_CACHE_DIR} - fi - +-fi +- # Initializes Oh My Zsh + + # add a function path diff --git a/shells/ohmyzsh/pkg-plist b/shells/ohmyzsh/pkg-plist index a89257bf6b00..3d84ba59652f 100644 --- a/shells/ohmyzsh/pkg-plist +++ b/shells/ohmyzsh/pkg-plist @@ -87,7 +87,7 @@ %%DATADIR%%/plugins/capistrano/_capistrano %%DATADIR%%/plugins/capistrano/capistrano.plugin.zsh %%DATADIR%%/plugins/cargo/README.md -%%DATADIR%%/plugins/cargo/_cargo +%%DATADIR%%/plugins/cargo/cargo.plugin.zsh %%DATADIR%%/plugins/cask/README.md %%DATADIR%%/plugins/cask/cask.plugin.zsh %%DATADIR%%/plugins/catimg/README.md @@ -140,7 +140,6 @@ %%DATADIR%%/plugins/dash/dash.plugin.zsh %%DATADIR%%/plugins/debian/README.md %%DATADIR%%/plugins/debian/debian.plugin.zsh -%%DATADIR%%/plugins/deno/.gitignore %%DATADIR%%/plugins/deno/README.md %%DATADIR%%/plugins/deno/deno.plugin.zsh %%DATADIR%%/plugins/dircycle/README.md @@ -221,7 +220,6 @@ %%DATADIR%%/plugins/flutter/README.md %%DATADIR%%/plugins/flutter/_flutter %%DATADIR%%/plugins/flutter/flutter.plugin.zsh -%%DATADIR%%/plugins/fnm/.gitignore %%DATADIR%%/plugins/fnm/README.md %%DATADIR%%/plugins/fnm/fnm.plugin.zsh %%DATADIR%%/plugins/forklift/README.md @@ -252,7 +250,6 @@ %%DATADIR%%/plugins/genpass/genpass-monkey %%DATADIR%%/plugins/genpass/genpass-xkcd %%DATADIR%%/plugins/genpass/genpass.plugin.zsh -%%DATADIR%%/plugins/gh/.gitignore %%DATADIR%%/plugins/gh/README.md %%DATADIR%%/plugins/gh/gh.plugin.zsh %%DATADIR%%/plugins/git-auto-fetch/README.md @@ -359,6 +356,8 @@ %%DATADIR%%/plugins/jruby/jruby.plugin.zsh %%DATADIR%%/plugins/jsontools/README.md %%DATADIR%%/plugins/jsontools/jsontools.plugin.zsh +%%DATADIR%%/plugins/juju/README.md +%%DATADIR%%/plugins/juju/juju.plugin.zsh %%DATADIR%%/plugins/jump/README.md %%DATADIR%%/plugins/jump/jump.plugin.zsh %%DATADIR%%/plugins/kate/README.md @@ -544,7 +543,7 @@ %%DATADIR%%/plugins/rust/README.md %%DATADIR%%/plugins/rust/_rust %%DATADIR%%/plugins/rustup/README.md -%%DATADIR%%/plugins/rustup/_rustup +%%DATADIR%%/plugins/rustup/rustup.plugin.zsh %%DATADIR%%/plugins/rvm/README.md %%DATADIR%%/plugins/rvm/rvm.plugin.zsh %%DATADIR%%/plugins/safe-paste/README.md From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:11:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 40416670751; Sat, 2 Oct 2021 00:11:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnSh1LMjz3nCw; Sat, 2 Oct 2021 00:11:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FB0CDE3; Sat, 2 Oct 2021 00:11:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920Ax9d088128; Sat, 2 Oct 2021 00:10:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920Axub088127; Sat, 2 Oct 2021 00:10:59 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:10:59 GMT Message-Id: <202110020010.1920Axub088127@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 60e307c2638a - main - www/gallery-dl: update to 1.19.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 60e307c2638a6f1792215695017e9ae185cc70f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:11:00 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=60e307c2638a6f1792215695017e9ae185cc70f4 commit 60e307c2638a6f1792215695017e9ae185cc70f4 Author: Jan Beich AuthorDate: 2021-10-01 20:02:07 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:10:14 +0000 www/gallery-dl: update to 1.19.0 Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.19.0 Reported by: GitHub (watch releases) --- www/gallery-dl/Makefile | 2 +- www/gallery-dl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/gallery-dl/Makefile b/www/gallery-dl/Makefile index b215a120f34f..37cf798295c2 100644 --- a/www/gallery-dl/Makefile +++ b/www/gallery-dl/Makefile @@ -1,6 +1,6 @@ PORTNAME= gallery-dl DISTVERSIONPREFIX= v -DISTVERSION= 1.18.4 +DISTVERSION= 1.19.0 CATEGORIES= www # Implicit approval to commit trivial version updates. diff --git a/www/gallery-dl/distinfo b/www/gallery-dl/distinfo index 1fb0ac4965ec..53d970534127 100644 --- a/www/gallery-dl/distinfo +++ b/www/gallery-dl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630784025 -SHA256 (mikf-gallery-dl-v1.18.4_GH0.tar.gz) = 0c3fb9a0b2955b76d79d0f9b3beb437281edb832671082ec2e599ad92e50035d -SIZE (mikf-gallery-dl-v1.18.4_GH0.tar.gz) = 378380 +TIMESTAMP = 1633118527 +SHA256 (mikf-gallery-dl-v1.19.0_GH0.tar.gz) = 0cc1bf7685d6866cf52fe60f1a9d67fc9929b32d75b703db8f6e677db945c644 +SIZE (mikf-gallery-dl-v1.19.0_GH0.tar.gz) = 384328 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:11:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73AE6670A3D; Sat, 2 Oct 2021 00:11:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnSj2kYhz3n75; Sat, 2 Oct 2021 00:11:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 374C9109C; Sat, 2 Oct 2021 00:11:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920B1Ri088165; Sat, 2 Oct 2021 00:11:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920B1na088164; Sat, 2 Oct 2021 00:11:01 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:11:01 GMT Message-Id: <202110020011.1920B1na088164@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: dcc587e70268 - main - www/firefox: unbreak build with devel/llvm13 (lacks patch-D77776) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dcc587e70268eb898aecad53ab9d08ea50e0bbab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:11:01 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcc587e70268eb898aecad53ab9d08ea50e0bbab commit dcc587e70268eb898aecad53ab9d08ea50e0bbab Author: Evgeniy Khramtsov AuthorDate: 2021-09-30 22:34:51 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:10:14 +0000 www/firefox: unbreak build with devel/llvm13 (lacks patch-D77776) Restore patch-bug1628567 to unbreak glslopt crate build due to cc crate passing Rust target "x86_64-unknown-freebsd" without OS version to clang++: [glslopt 0.1.9] cargo:warning=/wrkdirs/usr/ports/www/firefox/work/.build/ ist/system_wrappers/new:3:15: fatal error: 'new' file not found [glslopt 0.1.9] cargo:warning=#include_next PR: 258837 --- www/firefox/files/patch-bug1628567 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/www/firefox/files/patch-bug1628567 b/www/firefox/files/patch-bug1628567 new file mode 100644 index 000000000000..32b0dc260d22 --- /dev/null +++ b/www/firefox/files/patch-bug1628567 @@ -0,0 +1,32 @@ +Don't pass --target when CC/CXX contains clang + +diff --git third_party/rust/cc/src/lib.rs third_party/rust/cc/src/lib.rs +index 9d133a0..273e520 100644 +--- third_party/rust/cc/src/lib.rs ++++ third_party/rust/cc/src/lib.rs +@@ -2667,24 +2667,7 @@ impl Tool { + } + + fn with_features(path: PathBuf, clang_driver: Option<&str>, cuda: bool) -> Self { +- // Try to detect family of the tool from its name, falling back to Gnu. +- let family = if let Some(fname) = path.file_name().and_then(|p| p.to_str()) { +- if fname.contains("clang-cl") { +- ToolFamily::Msvc { clang_cl: true } +- } else if fname.ends_with("cl") || fname == "cl.exe" { +- ToolFamily::Msvc { clang_cl: false } +- } else if fname.contains("clang") { +- match clang_driver { +- Some("cl") => ToolFamily::Msvc { clang_cl: true }, +- _ => ToolFamily::Clang, +- } +- } else { +- ToolFamily::Gnu +- } +- } else { +- ToolFamily::Gnu +- }; +- ++ let family = ToolFamily::Gnu; + Tool { + path: path, + cc_wrapper_path: None, From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:11:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 94121670A3E; Sat, 2 Oct 2021 00:11:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnSk3CqKz3nN8; Sat, 2 Oct 2021 00:11:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E583DE4; Sat, 2 Oct 2021 00:11:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920B21E088194; Sat, 2 Oct 2021 00:11:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920B2NZ088193; Sat, 2 Oct 2021 00:11:02 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:11:02 GMT Message-Id: <202110020011.1920B2NZ088193@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 20e2504e185c - main - audio/musicpd: unbreak build after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 20e2504e185cf25ca9e8df6a1e9bac534d9d3af3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:11:02 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=20e2504e185cf25ca9e8df6a1e9bac534d9d3af3 commit 20e2504e185cf25ca9e8df6a1e9bac534d9d3af3 Author: Jan Beich AuthorDate: 2021-10-01 23:49:02 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:10:14 +0000 audio/musicpd: unbreak build after 620968a43a5f meson.build:105:0: ERROR: Unknown variable "test_ldflags". Reported by: pkg-fallout --- audio/musicpd/files/patch-meson.build | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/audio/musicpd/files/patch-meson.build b/audio/musicpd/files/patch-meson.build deleted file mode 100644 index 4f6749c66ad8..000000000000 --- a/audio/musicpd/files/patch-meson.build +++ /dev/null @@ -1,11 +0,0 @@ ---- meson.build.orig 2021-06-23 18:56:13 UTC -+++ meson.build -@@ -102,7 +102,7 @@ test_cflags = test_common_flags + [ - '-Wwrite-strings', - ] - --test_ldflags = [ -+test_ldflags += [ - # make relocations read-only (hardening) - '-Wl,-z,relro', - From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:11:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC944670955; Sat, 2 Oct 2021 00:11:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnSl4T8zz3nJ8; Sat, 2 Oct 2021 00:11:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 645E61114; Sat, 2 Oct 2021 00:11:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920B3Wc088270; Sat, 2 Oct 2021 00:11:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920B331088259; Sat, 2 Oct 2021 00:11:03 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:11:03 GMT Message-Id: <202110020011.1920B331088259@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 3f628cc763d3 - main - x11/swaync: update to s20211001 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3f628cc763d37cb7ee8d3a5e2e6de9d419a24966 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:11:03 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f628cc763d37cb7ee8d3a5e2e6de9d419a24966 commit 3f628cc763d37cb7ee8d3a5e2e6de9d419a24966 Author: Jan Beich AuthorDate: 2021-10-01 23:20:01 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:10:14 +0000 x11/swaync: update to s20211001 Changes: https://github.com/ErikReider/SwayNotificationCenter/compare/4cdf270...676b772 --- x11/swaync/Makefile | 4 ++-- x11/swaync/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index 1e3233fa5336..934f922b86ec 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,5 +1,5 @@ PORTNAME= swaync -PORTVERSION= s20210917 +PORTVERSION= s20211001 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -18,7 +18,7 @@ USE_GITHUB= yes USE_GNOME= gdkpixbuf2 gtk30 introspection:build GH_ACCOUNT= ErikReider GH_PROJECT= SwayNotificationCenter -GH_TAGNAME= 4cdf270 +GH_TAGNAME= 676b772 PLIST_FILES= bin/${PORTNAME} \ bin/${PORTNAME}-client \ "@sample etc/xdg/${PORTNAME}/config.json.sample" \ diff --git a/x11/swaync/distinfo b/x11/swaync/distinfo index bbf9e8d4cf0e..a3b4d1242e3c 100644 --- a/x11/swaync/distinfo +++ b/x11/swaync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631918651 -SHA256 (ErikReider-SwayNotificationCenter-s20210917-4cdf270_GH0.tar.gz) = 47fa1f9ce656c756803f7e8d2bc31008af273ea0311539131a549cc49eba5125 -SIZE (ErikReider-SwayNotificationCenter-s20210917-4cdf270_GH0.tar.gz) = 9985290 +TIMESTAMP = 1633130401 +SHA256 (ErikReider-SwayNotificationCenter-s20211001-676b772_GH0.tar.gz) = 2f1459359db9830a44b626b826464a82442f4a24aedf734c3c20184139d5000c +SIZE (ErikReider-SwayNotificationCenter-s20211001-676b772_GH0.tar.gz) = 9985403 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:11:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F19466708F4; Sat, 2 Oct 2021 00:11:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnSm5VSsz3nFd; Sat, 2 Oct 2021 00:11:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AE3811BF; Sat, 2 Oct 2021 00:11:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920B4ag088966; Sat, 2 Oct 2021 00:11:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920B42L088965; Sat, 2 Oct 2021 00:11:04 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:11:04 GMT Message-Id: <202110020011.1920B42L088965@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 89d1bb8ae9a4 - main - emulators/yuzu: update to s20211001 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 89d1bb8ae9a40269994bf3c6fcc50ed9cc902a55 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:11:05 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=89d1bb8ae9a40269994bf3c6fcc50ed9cc902a55 commit 89d1bb8ae9a40269994bf3c6fcc50ed9cc902a55 Author: Jan Beich AuthorDate: 2021-10-01 23:23:15 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:10:14 +0000 emulators/yuzu: update to s20211001 Changes: https://github.com/yuzu-emu/yuzu/compare/b9251155f...36d45b4a7 --- emulators/yuzu/Makefile | 4 ++-- emulators/yuzu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 07ab8625802f..204702e2af39 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210929 +PORTVERSION= s20211001 PORTREVISION?= 0 CATEGORIES= emulators @@ -34,7 +34,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= b9251155f +GH_TAGNAME= 36d45b4a7 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.180:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index aa8419462d93..c6ca69a0be69 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632958359 -SHA256 (yuzu-emu-yuzu-s20210929-b9251155f_GH0.tar.gz) = 76be90a035011d8063b3c2b278af91319bfb55de45b2aec15cde20209bf81092 -SIZE (yuzu-emu-yuzu-s20210929-b9251155f_GH0.tar.gz) = 3982290 +TIMESTAMP = 1633130595 +SHA256 (yuzu-emu-yuzu-s20211001-36d45b4a7_GH0.tar.gz) = b7ac9ae786cb282c34cc3f847806a49e0d46979508bde55bda943a1d01819f45 +SIZE (yuzu-emu-yuzu-s20211001-36d45b4a7_GH0.tar.gz) = 3982755 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:11:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F18F670AD4; Sat, 2 Oct 2021 00:11:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnSn6txXz3nNK; Sat, 2 Oct 2021 00:11:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B82A6EF2; Sat, 2 Oct 2021 00:11:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920B5YV088990; Sat, 2 Oct 2021 00:11:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920B5QN088989; Sat, 2 Oct 2021 00:11:05 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:11:05 GMT Message-Id: <202110020011.1920B5QN088989@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 4106f765f236 - main - x11-wm/river: update to s20210930 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4106f765f236c8e8687c67e64c591775dce385cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:11:06 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4106f765f236c8e8687c67e64c591775dce385cd commit 4106f765f236c8e8687c67e64c591775dce385cd Author: Jan Beich AuthorDate: 2021-09-27 17:10:46 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:10:14 +0000 x11-wm/river: update to s20210930 Changes: https://github.com/ifreund/river/compare/6616d32...e6bb373 --- x11-wm/river/Makefile | 4 ++-- x11-wm/river/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 29f07bb5ae4e..c70f9c036da6 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,5 +1,5 @@ PORTNAME= river -PORTVERSION= s20210927 +PORTVERSION= s20210930 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -21,7 +21,7 @@ USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= 6616d32 +GH_TAGNAME= e6bb373 GH_TUPLE= ifreund:zig-pixman:135f223:zig_pixman/deps/zig-pixman \ ifreund:zig-wayland:a8e1efc:zig_wayland/deps/zig-wayland \ ifreund:zig-xkbcommon:10cdca6:zig_xkbcommon/deps/zig-xkbcommon \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index 590c1e883d10..97c05639a6d0 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,6 +1,6 @@ TIMESTAMP = 1632762646 -SHA256 (ifreund-river-s20210927-6616d32_GH0.tar.gz) = 8f71680d808978cbe6f3ee8de2e38ae77e83a0c8792765a80a446f9411dcec13 -SIZE (ifreund-river-s20210927-6616d32_GH0.tar.gz) = 119041 +SHA256 (ifreund-river-s20210930-e6bb373_GH0.tar.gz) = af8f5b5124281dc3cfa0f4099b7cdd1289d8c51bdee3517edde836f742d4859f +SIZE (ifreund-river-s20210930-e6bb373_GH0.tar.gz) = 119066 SHA256 (ifreund-zig-pixman-135f223_GH0.tar.gz) = a83a37ff55483f61db0d70f778ebb4cd149da5c427ab55c391478425f43f584d SIZE (ifreund-zig-pixman-135f223_GH0.tar.gz) = 7155 SHA256 (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 6320eb68e6cdf0f44720423c39db6dc831c64511b03ad9543654d284282f869e From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:11:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11DD3670F86; Sat, 2 Oct 2021 00:11:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnTl6sqkz3nMH; Sat, 2 Oct 2021 00:11:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C93C3DF4; Sat, 2 Oct 2021 00:11:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920BthO090705; Sat, 2 Oct 2021 00:11:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920BtHr090692; Sat, 2 Oct 2021 00:11:55 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:11:55 GMT Message-Id: <202110020011.1920BtHr090692@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 23e70aba22be - 2021Q3 - emulators/yuzu: update to s20211001 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 23e70aba22bef957be91968f280346e72bceaa18 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:11:56 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=23e70aba22bef957be91968f280346e72bceaa18 commit 23e70aba22bef957be91968f280346e72bceaa18 Author: Jan Beich AuthorDate: 2021-10-01 23:23:15 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:11:36 +0000 emulators/yuzu: update to s20211001 Changes: https://github.com/yuzu-emu/yuzu/compare/b9251155f...36d45b4a7 (cherry picked from commit 89d1bb8ae9a40269994bf3c6fcc50ed9cc902a55) --- emulators/yuzu/Makefile | 4 ++-- emulators/yuzu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 07ab8625802f..204702e2af39 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210929 +PORTVERSION= s20211001 PORTREVISION?= 0 CATEGORIES= emulators @@ -34,7 +34,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= b9251155f +GH_TAGNAME= 36d45b4a7 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.180:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index aa8419462d93..c6ca69a0be69 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632958359 -SHA256 (yuzu-emu-yuzu-s20210929-b9251155f_GH0.tar.gz) = 76be90a035011d8063b3c2b278af91319bfb55de45b2aec15cde20209bf81092 -SIZE (yuzu-emu-yuzu-s20210929-b9251155f_GH0.tar.gz) = 3982290 +TIMESTAMP = 1633130595 +SHA256 (yuzu-emu-yuzu-s20211001-36d45b4a7_GH0.tar.gz) = b7ac9ae786cb282c34cc3f847806a49e0d46979508bde55bda943a1d01819f45 +SIZE (yuzu-emu-yuzu-s20211001-36d45b4a7_GH0.tar.gz) = 3982755 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:11:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49C62670FA1; Sat, 2 Oct 2021 00:11:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnTn0bQ5z3nYx; Sat, 2 Oct 2021 00:11:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0E891125; Sat, 2 Oct 2021 00:11:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920BuZH091618; Sat, 2 Oct 2021 00:11:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920Buo9091617; Sat, 2 Oct 2021 00:11:56 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:11:56 GMT Message-Id: <202110020011.1920Buo9091617@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 70bc9cb3be09 - 2021Q3 - x11-wm/river: update to s20210930 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 70bc9cb3be09f1dfcf91aaaffe44b3a4fc1d532e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:11:57 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=70bc9cb3be09f1dfcf91aaaffe44b3a4fc1d532e commit 70bc9cb3be09f1dfcf91aaaffe44b3a4fc1d532e Author: Jan Beich AuthorDate: 2021-09-27 17:10:46 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:11:36 +0000 x11-wm/river: update to s20210930 Changes: https://github.com/ifreund/river/compare/6616d32...e6bb373 (cherry picked from commit 4106f765f236c8e8687c67e64c591775dce385cd) --- x11-wm/river/Makefile | 4 ++-- x11-wm/river/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 29f07bb5ae4e..c70f9c036da6 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,5 +1,5 @@ PORTNAME= river -PORTVERSION= s20210927 +PORTVERSION= s20210930 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -21,7 +21,7 @@ USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= 6616d32 +GH_TAGNAME= e6bb373 GH_TUPLE= ifreund:zig-pixman:135f223:zig_pixman/deps/zig-pixman \ ifreund:zig-wayland:a8e1efc:zig_wayland/deps/zig-wayland \ ifreund:zig-xkbcommon:10cdca6:zig_xkbcommon/deps/zig-xkbcommon \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index 590c1e883d10..97c05639a6d0 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,6 +1,6 @@ TIMESTAMP = 1632762646 -SHA256 (ifreund-river-s20210927-6616d32_GH0.tar.gz) = 8f71680d808978cbe6f3ee8de2e38ae77e83a0c8792765a80a446f9411dcec13 -SIZE (ifreund-river-s20210927-6616d32_GH0.tar.gz) = 119041 +SHA256 (ifreund-river-s20210930-e6bb373_GH0.tar.gz) = af8f5b5124281dc3cfa0f4099b7cdd1289d8c51bdee3517edde836f742d4859f +SIZE (ifreund-river-s20210930-e6bb373_GH0.tar.gz) = 119066 SHA256 (ifreund-zig-pixman-135f223_GH0.tar.gz) = a83a37ff55483f61db0d70f778ebb4cd149da5c427ab55c391478425f43f584d SIZE (ifreund-zig-pixman-135f223_GH0.tar.gz) = 7155 SHA256 (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 6320eb68e6cdf0f44720423c39db6dc831c64511b03ad9543654d284282f869e From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:13:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0E9A670DAC; Sat, 2 Oct 2021 00:13:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLnW46MKnz3nZK; Sat, 2 Oct 2021 00:13:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA352C53; Sat, 2 Oct 2021 00:13:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920D47c091829; Sat, 2 Oct 2021 00:13:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920D4MW091828; Sat, 2 Oct 2021 00:13:04 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:13:04 GMT Message-Id: <202110020013.1920D4MW091828@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: b7f6e0701703 - 2021Q3 - www/firefox: unbreak build with devel/llvm13 (lacks patch-D77776) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: b7f6e0701703f1efbedf5f92a02eed7c3aa7bbe9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:13:05 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7f6e0701703f1efbedf5f92a02eed7c3aa7bbe9 commit b7f6e0701703f1efbedf5f92a02eed7c3aa7bbe9 Author: Evgeniy Khramtsov AuthorDate: 2021-09-30 22:34:51 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:12:08 +0000 www/firefox: unbreak build with devel/llvm13 (lacks patch-D77776) Restore patch-bug1628567 to unbreak glslopt crate build due to cc crate passing Rust target "x86_64-unknown-freebsd" without OS version to clang++: [glslopt 0.1.9] cargo:warning=/wrkdirs/usr/ports/www/firefox/work/.build/ ist/system_wrappers/new:3:15: fatal error: 'new' file not found [glslopt 0.1.9] cargo:warning=#include_next PR: 258837 (cherry picked from commit dcc587e70268eb898aecad53ab9d08ea50e0bbab) --- www/firefox/files/patch-bug1628567 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/www/firefox/files/patch-bug1628567 b/www/firefox/files/patch-bug1628567 new file mode 100644 index 000000000000..32b0dc260d22 --- /dev/null +++ b/www/firefox/files/patch-bug1628567 @@ -0,0 +1,32 @@ +Don't pass --target when CC/CXX contains clang + +diff --git third_party/rust/cc/src/lib.rs third_party/rust/cc/src/lib.rs +index 9d133a0..273e520 100644 +--- third_party/rust/cc/src/lib.rs ++++ third_party/rust/cc/src/lib.rs +@@ -2667,24 +2667,7 @@ impl Tool { + } + + fn with_features(path: PathBuf, clang_driver: Option<&str>, cuda: bool) -> Self { +- // Try to detect family of the tool from its name, falling back to Gnu. +- let family = if let Some(fname) = path.file_name().and_then(|p| p.to_str()) { +- if fname.contains("clang-cl") { +- ToolFamily::Msvc { clang_cl: true } +- } else if fname.ends_with("cl") || fname == "cl.exe" { +- ToolFamily::Msvc { clang_cl: false } +- } else if fname.contains("clang") { +- match clang_driver { +- Some("cl") => ToolFamily::Msvc { clang_cl: true }, +- _ => ToolFamily::Clang, +- } +- } else { +- ToolFamily::Gnu +- } +- } else { +- ToolFamily::Gnu +- }; +- ++ let family = ToolFamily::Gnu; + Tool { + path: path, + cc_wrapper_path: None, From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:57:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6976B67179E; Sat, 2 Oct 2021 00:57:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLpVX2KlJz3sQT; Sat, 2 Oct 2021 00:57:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CAA017F6; Sat, 2 Oct 2021 00:57:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920veBu044766; Sat, 2 Oct 2021 00:57:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920veJa044765; Sat, 2 Oct 2021 00:57:40 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:57:40 GMT Message-Id: <202110020057.1920veJa044765@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 3fd1b0975133 - main - graphics/mesa-devel: update to 21.2.b.3070 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3fd1b09751333ac49fc49bc1bc377b7130b9a95d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:57:40 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fd1b09751333ac49fc49bc1bc377b7130b9a95d commit 3fd1b09751333ac49fc49bc1bc377b7130b9a95d Author: Jan Beich AuthorDate: 2021-10-01 22:56:51 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:53:39 +0000 graphics/mesa-devel: update to 21.2.b.3070 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/1da70c7e935...2aa705ec87c --- graphics/mesa-devel/Makefile | 4 ++-- graphics/mesa-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 17a33c863cc1..03fb4147f28c 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.2-branchpoint-2896 -DISTVERSIONSUFFIX= -g1da70c7e935 +DISTVERSION= 21.2-branchpoint-3070 +DISTVERSIONSUFFIX= -g2aa705ec87c CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index c1864d864e73..bbd876e821aa 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632958072 -SHA256 (mesa3d-mesa-21.2-branchpoint-2896-g1da70c7e935_GH0.tar.gz) = 5abb4c3c76cae1bffa63a6a387b6a4aab2aa7b01b08c9e514f973bd7c2e3a6a1 -SIZE (mesa3d-mesa-21.2-branchpoint-2896-g1da70c7e935_GH0.tar.gz) = 25106299 +TIMESTAMP = 1633108299 +SHA256 (mesa3d-mesa-21.2-branchpoint-3070-g2aa705ec87c_GH0.tar.gz) = 593ea9690bca2568d766ee737be9d069019f01cb3fc63259e5b637ce3f9939b3 +SIZE (mesa3d-mesa-21.2-branchpoint-3070-g2aa705ec87c_GH0.tar.gz) = 25267681 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 00:57:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E758671815; Sat, 2 Oct 2021 00:57:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLpVs38gZz3slF; Sat, 2 Oct 2021 00:57:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C4831B7D; Sat, 2 Oct 2021 00:57:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1920vvEG044907; Sat, 2 Oct 2021 00:57:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1920vvTl044906; Sat, 2 Oct 2021 00:57:57 GMT (envelope-from git) Date: Sat, 2 Oct 2021 00:57:57 GMT Message-Id: <202110020057.1920vvTl044906@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 5fd2ec7881a9 - 2021Q3 - graphics/mesa-devel: update to 21.2.b.3070 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 5fd2ec7881a92d53b8178903f04cee501c596c09 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 00:57:57 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fd2ec7881a92d53b8178903f04cee501c596c09 commit 5fd2ec7881a92d53b8178903f04cee501c596c09 Author: Jan Beich AuthorDate: 2021-10-01 22:56:51 +0000 Commit: Jan Beich CommitDate: 2021-10-02 00:57:51 +0000 graphics/mesa-devel: update to 21.2.b.3070 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/1da70c7e935...2aa705ec87c (cherry picked from commit 3fd1b09751333ac49fc49bc1bc377b7130b9a95d) --- graphics/mesa-devel/Makefile | 4 ++-- graphics/mesa-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 2fb6fcb5bf39..903206b2859d 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.2-branchpoint-2896 -DISTVERSIONSUFFIX= -g1da70c7e935 +DISTVERSION= 21.2-branchpoint-3070 +DISTVERSIONSUFFIX= -g2aa705ec87c CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index c1864d864e73..bbd876e821aa 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1632958072 -SHA256 (mesa3d-mesa-21.2-branchpoint-2896-g1da70c7e935_GH0.tar.gz) = 5abb4c3c76cae1bffa63a6a387b6a4aab2aa7b01b08c9e514f973bd7c2e3a6a1 -SIZE (mesa3d-mesa-21.2-branchpoint-2896-g1da70c7e935_GH0.tar.gz) = 25106299 +TIMESTAMP = 1633108299 +SHA256 (mesa3d-mesa-21.2-branchpoint-3070-g2aa705ec87c_GH0.tar.gz) = 593ea9690bca2568d766ee737be9d069019f01cb3fc63259e5b637ce3f9939b3 +SIZE (mesa3d-mesa-21.2-branchpoint-3070-g2aa705ec87c_GH0.tar.gz) = 25267681 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 01:12:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39193671E7F; Sat, 2 Oct 2021 01:12:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLprC0ykLz3tGL; Sat, 2 Oct 2021 01:12:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01C5C1E2E; Sat, 2 Oct 2021 01:12:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1921CwCr071830; Sat, 2 Oct 2021 01:12:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1921CwK5071829; Sat, 2 Oct 2021 01:12:58 GMT (envelope-from git) Date: Sat, 2 Oct 2021 01:12:58 GMT Message-Id: <202110020112.1921CwK5071829@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: 90a9ef93876c - main - www/nginx-devel: update third-party modules MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 90a9ef93876ce006d1902ead5772b89f9037b4da Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 01:12:59 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=90a9ef93876ce006d1902ead5772b89f9037b4da commit 90a9ef93876ce006d1902ead5772b89f9037b4da Author: Sergey A. Osokin AuthorDate: 2021-10-02 01:11:21 +0000 Commit: Sergey A. Osokin CommitDate: 2021-10-02 01:12:51 +0000 www/nginx-devel: update third-party modules o) http_push (aka nchan) o) rtmp Remove needless patches. Bump PORTREVISION. --- www/nginx-devel/Makefile | 1 + www/nginx-devel/Makefile.extmod | 6 +- www/nginx-devel/distinfo | 148 +-------------------- .../files/extra-patch-nchan-store-private.h | 10 -- ...ra-patch-nchan-store-redis-redis_lua_commands.h | 12 -- 5 files changed, 6 insertions(+), 171 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 45b85499a815..8e116e943663 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME?= nginx PORTVERSION= 1.21.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index d65872feb804..f42b0ca00bab 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -152,10 +152,8 @@ HTTP_NOTICE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_http_notice_module.c \ ${PATCHDIR}/extra-patch-nginx-notice-config HTTP_NOTICE_VARS= DSO_EXTMODS+=notice -HTTP_PUSH_GH_TUPLE= slact:nchan:v1.2.7:push +HTTP_PUSH_GH_TUPLE= slact:nchan:v1.2.12:push HTTP_PUSH_VARS= DSO_EXTMODS+=push -HTTP_PUSH_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nchan-store-private.h \ - ${PATCHDIR}/extra-patch-nchan-store-redis-redis_lua_commands.h HTTP_PUSH_STREAM_GH_TUPLE= wandenberg:nginx-push-stream-module:0.5.4:pushstream HTTP_PUSH_STREAM_VARS= DSO_EXTMODS+=pushstream @@ -283,7 +281,7 @@ RDS_JSON_VARS= DSO_EXTMODS+=rdsjson REDIS2_GH_TUPLE= openresty:redis2-nginx-module:v0.15:redis2 REDIS2_VARS= DSO_EXTMODS+=redis2 -RTMP_GH_TUPLE= arut:nginx-rtmp-module:v1.2.1:rtmp +RTMP_GH_TUPLE= arut:nginx-rtmp-module:v1.2.2:rtmp RTMP_VARS= DSO_EXTMODS+=rtmp SET_MISC_IMPLIES= DEVEL_KIT diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 685454487100..48d2c9f79b7a 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,147 +1,5 @@ -TIMESTAMP = 1631029116 +TIMESTAMP = 1633136966 SHA256 (nginx-1.21.3.tar.gz) = 14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a SIZE (nginx-1.21.3.tar.gz) = 1066609 -SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae -SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 -SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 -SIZE (nginx_mod_h264_streaming-2.2.7.tar.gz) = 44012 -SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46 -SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051 -SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 -SIZE (ngx_http_response-0.3.tar.gz) = 2244 -SHA256 (passenger-6.0.10.tar.gz) = 3eb2c52652c96a136cc69cf342e3a61a8dd0e92cdbe9310a7aae249ab1abe0d4 -SIZE (passenger-6.0.10.tar.gz) = 8178910 -SHA256 (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 522e94c59f5783f281d868ede2adf325bf2f8ffb9e62cf8451d4b9ac0516916c -SIZE (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 110807 -SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 -SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 -SHA256 (anomalizer-ngx_aws_auth-21931b2_GH0.tar.gz) = d8a2422da96a638e9a911e4edb592954d9c0fe1576456fec9809ef4e2a0a863d -SIZE (anomalizer-ngx_aws_auth-21931b2_GH0.tar.gz) = 15580 -SHA256 (google-ngx_brotli-9aec15e_GH0.tar.gz) = 0177b1158ff7092b9996346de28a0b296dc33addb2af4e8904794d19b4a9a808 -SIZE (google-ngx_brotli-9aec15e_GH0.tar.gz) = 16194 -SHA256 (torden-ngx_cache_purge-2b977cf_GH0.tar.gz) = 9de7dad5827edf37e803435ee764f6815562053daa0821aedaf539580307ff93 -SIZE (torden-ngx_cache_purge-2b977cf_GH0.tar.gz) = 16739 -SHA256 (nginx-clojure-nginx-clojure-4b1e964_GH0.tar.gz) = bc41ee5233e5eefba92067499a09ca82a0606036d3b9dd8e550b519674f32761 -SIZE (nginx-clojure-nginx-clojure-4b1e964_GH0.tar.gz) = 753436 -SHA256 (AirisX-nginx_cookie_flag_module-c4ff449_GH0.tar.gz) = 4b8c1c1e1ed59ed85751f4bd7d68026ad5051103c8b983e05ad17eb0cdab138e -SIZE (AirisX-nginx_cookie_flag_module-c4ff449_GH0.tar.gz) = 4713 -SHA256 (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 72fdd125b9207cdda135f368095f85b943a78a4ff004d1cd217972e12b1571b2 -SIZE (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 7224 -SHA256 (simpl-ngx_devel_kit-v0.3.1_GH0.tar.gz) = 0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85 -SIZE (simpl-ngx_devel_kit-v0.3.1_GH0.tar.gz) = 66542 -SHA256 (openresty-drizzle-nginx-module-92162d0_GH0.tar.gz) = 54cb4d3e7ef21b7f1d75061dce4084d6986abaa3109722e197e5159d25e30f68 -SIZE (openresty-drizzle-nginx-module-92162d0_GH0.tar.gz) = 50888 -SHA256 (ZigzagAK-ngx_dynamic_healthcheck-61acf02_GH0.tar.gz) = 9a6ac88bcb85cd76e56ce03cf074a78b600cc787642379f76410e78326aca5aa -SIZE (ZigzagAK-ngx_dynamic_healthcheck-61acf02_GH0.tar.gz) = 49810 -SHA256 (ZigzagAK-ngx_dynamic_upstream-960eef2_GH0.tar.gz) = 86e7c6ed6dba2d4c5f5b87ecb91f25ccdb7a08b8a88236e632114f830b9e354b -SIZE (ZigzagAK-ngx_dynamic_upstream-960eef2_GH0.tar.gz) = 23003 -SHA256 (openresty-echo-nginx-module-5a402aa_GH0.tar.gz) = bb2a4b1a0e5ffa0203c1be854e663fc92cee0d7b5e0f7a38c0e163ae9124a38f -SIZE (openresty-echo-nginx-module-5a402aa_GH0.tar.gz) = 53336 -SHA256 (openresty-encrypted-session-nginx-module-v0.08_GH0.tar.gz) = 6e526ea097c6805ec2cf1d0d3d79ed24326bc2d0babe158c29edd07d8c0d106a -SIZE (openresty-encrypted-session-nginx-module-v0.08_GH0.tar.gz) = 11802 -SHA256 (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 5c1869d55897075adb3fdf840b21060dc54669a1f840a36d1539acc7e59dd106 -SIZE (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 11090 -SHA256 (technowledgy-nginx_http_gridfs_module-7970bab_GH0.tar.gz) = 3c53190c24a578c0d6d340d290cd87f139a651372c78b7518b617a037db60582 -SIZE (technowledgy-nginx_http_gridfs_module-7970bab_GH0.tar.gz) = 20495 -SHA256 (10gen-archive-mongo-c-driver-legacy-f06669b_GH0.tar.gz) = cbd6b34aadea40b43db431590808a9e12d813f896ad2b1dcffb820872ef97b21 -SIZE (10gen-archive-mongo-c-driver-legacy-f06669b_GH0.tar.gz) = 79396 -SHA256 (openresty-headers-more-nginx-module-55fbdab_GH0.tar.gz) = ed996dc994ba31ae071e05f12bfac6ff86ee03a2e7d4263346b919870d8135ac -SIZE (openresty-headers-more-nginx-module-55fbdab_GH0.tar.gz) = 28139 -SHA256 (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = a58feb576f2231498b8a3863d3c6fba45c7d48bc48735fa714e07a7bfbedb6e3 -SIZE (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = 3425 -SHA256 (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) = 0839c33c2f8d519f92daae274f62cf87eb68415d562c6500ee3e3721ce80557c -SIZE (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) = 17815 -SHA256 (stnoonan-spnego-http-auth-nginx-module-72c8ee0_GH0.tar.gz) = df6be6e67a4a4a37db584effdf2326a7eca29891724363bd34d03967cc8e5c68 -SIZE (stnoonan-spnego-http-auth-nginx-module-72c8ee0_GH0.tar.gz) = 18502 -SHA256 (kvspb-nginx-auth-ldap-83c059b_GH0.tar.gz) = e76e9e117ad51af578a68fa7a30c256178796bb271fa77f01c93281a92b09921 -SIZE (kvspb-nginx-auth-ldap-83c059b_GH0.tar.gz) = 18547 -SHA256 (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7 -SIZE (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 6863 -SHA256 (arut-nginx-dav-ext-module-v3.0.0_GH0.tar.gz) = d2499d94d82d4e4eac8425d799e52883131ae86a956524040ff2fd230ef9f859 -SIZE (arut-nginx-dav-ext-module-v3.0.0_GH0.tar.gz) = 14558 -SHA256 (openresty-nginx-eval-module-582bd25_GH0.tar.gz) = 014bedb2b334ba8e8e23b4c660590357f8055dbed7b9b017e4cc2937876a8822 -SIZE (openresty-nginx-eval-module-582bd25_GH0.tar.gz) = 14849 -SHA256 (aperezdc-ngx-fancyindex-v0.5.1_GH0.tar.gz) = 238bd5521d6c9b55780e6871339a7ea79508b9a6758ad2fa4451f2dfe26d94c9 -SIZE (aperezdc-ngx-fancyindex-v0.5.1_GH0.tar.gz) = 28277 -SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 -SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 -SHA256 (leev-ngx_http_geoip2_module-3.3_GH0.tar.gz) = 41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7 -SIZE (leev-ngx_http_geoip2_module-3.3_GH0.tar.gz) = 8509 -SHA256 (ip2location-ip2location-nginx-7aa49ce_GH0.tar.gz) = 588e31def37aacd9afd19f4bf0892e80dcc26e0824f6cce6fa69cf6d44923b29 -SIZE (ip2location-ip2location-nginx-7aa49ce_GH0.tar.gz) = 5932 -SHA256 (ip2location-ip2proxy-nginx-668288a_GH0.tar.gz) = 67eccaf7e541add8e72e866c23d12b4574d0564905cfe96b5df796cda5b0b65a -SIZE (ip2location-ip2proxy-nginx-668288a_GH0.tar.gz) = 4980 -SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e712d28f4452ce3858ba05a38cc00703f14502095189c4a1063a36997 -SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 -SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 -SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 -SHA256 (slact-nchan-v1.2.7_GH0.tar.gz) = 8bb5d1749af759bb5e9cc5476a9c4b44d51bee6096bb89ab5ff53e85367b490b -SIZE (slact-nchan-v1.2.7_GH0.tar.gz) = 673406 -SHA256 (wandenberg-nginx-push-stream-module-0.5.4_GH0.tar.gz) = 5253bb8a804ea679e514137a234637298f044c3ef63c053670bf3802ff3535b1 -SIZE (wandenberg-nginx-push-stream-module-0.5.4_GH0.tar.gz) = 183493 -SHA256 (yaoweibin-ngx_http_substitutions_filter_module-b8a71ea_GH0.tar.gz) = 08f966328fc1b77e0dbbcacd9532c3905060c20c45b6461b6f2075cd844d0891 -SIZE (yaoweibin-ngx_http_substitutions_filter_module-b8a71ea_GH0.tar.gz) = 94039 -SHA256 (tarantool-nginx_upstream_module-daccb2a_GH0.tar.gz) = 13db35d213d62eab4524b8b832565cb26c0a726fbdfbbaeeb221cce95b07a32a -SIZE (tarantool-nginx_upstream_module-daccb2a_GH0.tar.gz) = 74594 -SHA256 (fdintino-nginx-upload-module-aa42509_GH0.tar.gz) = 2285245bdef11656e5bcc866e693e48f84b7443d36924f45a6fb8647cd35319a -SIZE (fdintino-nginx-upload-module-aa42509_GH0.tar.gz) = 42221 -SHA256 (masterzen-nginx-upload-progress-module-afb2d31_GH0.tar.gz) = 6318851cc3a624aaad3b1f4cd9f51f79c86575c53dfe0c28bbdcf9470b6a33e6 -SIZE (masterzen-nginx-upload-progress-module-afb2d31_GH0.tar.gz) = 17269 -SHA256 (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 4404c64e845e19feeb07a37976347987892a8e8680a961f793ff0d3ef96c07f4 -SIZE (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 130039 -SHA256 (jaygooby-nginx-upstream-fair-10ecdcf_GH0.tar.gz) = 93f71b7cf0db9c6dbf97e3ee11cf8efbc149946c0949d7abd19c74c7620eea50 -SIZE (jaygooby-nginx-upstream-fair-10ecdcf_GH0.tar.gz) = 10433 -SHA256 (ayty-adrianomartins-nginx-sticky-module-ng-c407e0d_GH0.tar.gz) = ee7d6a6e3f4452388d1e821470c2352c5d42970f756507b878529911e79c1b60 -SIZE (ayty-adrianomartins-nginx-sticky-module-ng-c407e0d_GH0.tar.gz) = 120679 -SHA256 (Novetta-nginx-video-thumbextractor-module-f5b5bae_GH0.tar.gz) = cb4ecc14bf8503eb73c50ca5e9952ce1f99badbf2e7fdd2346c73d2e7905a5a5 -SIZE (Novetta-nginx-video-thumbextractor-module-f5b5bae_GH0.tar.gz) = 34434 -SHA256 (rtm-ctrlz-mod_zip-cfd0be4_GH0.tar.gz) = 66e867c9fd311a04f4b69a928441b49b5322d631db650d971abbc55af485cc9c -SIZE (rtm-ctrlz-mod_zip-cfd0be4_GH0.tar.gz) = 26113 -SHA256 (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = b8b9f355c05c0790226512f6732348a2404d48531688a1fc04ce6768163bf462 -SIZE (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = 13133 -SHA256 (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 7393809d5d8877812da1bd5b5fbd1d8b00bc85e71f2f387c344f007773e49050 -SIZE (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 20617 -SHA256 (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 20c3679199ba7efe1598f03b2fa0b13591226363c8dd7930d7f02702cd5abada -SIZE (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 139656 -SHA256 (openresty-lua-nginx-module-v0.10.20_GH0.tar.gz) = efeb38afc966dec36a086a99f9b8706b8a343e5e44d75c19bf8f017ea6657313 -SIZE (openresty-lua-nginx-module-v0.10.20_GH0.tar.gz) = 668516 -SHA256 (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8 -SIZE (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 34654 -SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = f8d3ff15520df736c5e20e91d5852ec27e0874566c2afce7dcb979e2298d6980 -SIZE (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = 33767 -SHA256 (nbs-system-naxsi-1.3_GH0.tar.gz) = 439c8677372d2597b4360bbcc10bc86490de1fc75695b193ad5df154a214d628 -SIZE (nbs-system-naxsi-1.3_GH0.tar.gz) = 235626 -SHA256 (nginx-njs-0.6.2_GH0.tar.gz) = 109ee42b05344f050f5ead28a68c52e8e671e1625eb6a1f765b1db5c3bcef2b9 -SIZE (nginx-njs-0.6.2_GH0.tar.gz) = 538303 -SHA256 (opentracing-contrib-nginx-opentracing-842d21f_GH0.tar.gz) = d15d5d4caa2b864fb820c9c6e373adb3eab10cfe2e5a39e98727245db4cc92c4 -SIZE (opentracing-contrib-nginx-opentracing-842d21f_GH0.tar.gz) = 676206 -SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b -SIZE (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = 48544 -SHA256 (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 896be99c0cad50218417800a159e43ec088d6b58c099472ed3b3d7f179d6c0ea -SIZE (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 20531 -SHA256 (openresty-rds-json-nginx-module-v0.15_GH0.tar.gz) = eaf18f60e981ea2442a7902689a26eba6cf6f36ebee712feeb1f4429eb654bdc -SIZE (openresty-rds-json-nginx-module-v0.15_GH0.tar.gz) = 34744 -SHA256 (openresty-redis2-nginx-module-v0.15_GH0.tar.gz) = d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438 -SIZE (openresty-redis2-nginx-module-v0.15_GH0.tar.gz) = 25471 -SHA256 (arut-nginx-rtmp-module-v1.2.1_GH0.tar.gz) = 87aa597400b0b5a05274ee2d23d8cb8224e12686227a0abe31d783b3a645ea37 -SIZE (arut-nginx-rtmp-module-v1.2.1_GH0.tar.gz) = 519919 -SHA256 (openresty-set-misc-nginx-module-3937e7b_GH0.tar.gz) = cb3a4675ab6b8741e5847cf5bc41ee3f6ec5cbceec53188f9ae96e48feea17c5 -SIZE (openresty-set-misc-nginx-module-3937e7b_GH0.tar.gz) = 29335 -SHA256 (sflow-nginx-sflow-module-543c72a_GH0.tar.gz) = 95efdb1f6cfd6c32c577707f693eb6795c6f21ae062842bf84fe762d8b842955 -SIZE (sflow-nginx-sflow-module-543c72a_GH0.tar.gz) = 29504 -SHA256 (nginx-shib-nginx-http-shibboleth-2e99740_GH0.tar.gz) = 5a75aeb801331abafd05b512490ab6074fb59c8e88ea3159200de0ae083a4813 -SIZE (nginx-shib-nginx-http-shibboleth-2e99740_GH0.tar.gz) = 23241 -SHA256 (baysao-ngx_slowfs_cache-d011a18_GH0.tar.gz) = 6ae8abb01a2aff788e75ec68621cb0159148a6f73730a84b30b0bdbc6cdc1758 -SIZE (baysao-ngx_slowfs_cache-d011a18_GH0.tar.gz) = 11186 -SHA256 (kawakibi-ngx_small_light-2f5e1d0_GH0.tar.gz) = bb7b4943a2db89a6a7020850db123a9e0bea784aa6ce14261aa5f7121f96c3f4 -SIZE (kawakibi-ngx_small_light-2f5e1d0_GH0.tar.gz) = 57160 -SHA256 (openresty-srcache-nginx-module-v0.32_GH0.tar.gz) = fd80e59b672e4ff3b4e943740b3facab421c6965226b5934aed16a514baacf47 -SIZE (openresty-srcache-nginx-module-v0.32_GH0.tar.gz) = 49891 -SHA256 (kaltura-nginx-vod-module-1.27_GH0.tar.gz) = b7f0e2eecbcdb8ed1f8c90eb86c756f563fc5d21768a351abe4de63f3ddf01d6 -SIZE (kaltura-nginx-vod-module-1.27_GH0.tar.gz) = 450777 -SHA256 (vozlt-nginx-module-vts-v0.1.18_GH0.tar.gz) = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65 -SIZE (vozlt-nginx-module-vts-v0.1.18_GH0.tar.gz) = 380327 -SHA256 (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = aca454bffcee2476dc92682ebfb8c0378a271fda178be7e945d648419d220758 -SIZE (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = 14646 -SHA256 (openresty-xss-nginx-module-v0.06_GH0.tar.gz) = 0b12bbc53a41f3e3d6df419c173b8c87434be3e6cd255a8193aa91345a2de6cf -SIZE (openresty-xss-nginx-module-v0.06_GH0.tar.gz) = 12448 +SHA256 (slact-nchan-v1.2.12_GH0.tar.gz) = 3fd9c51446a65bddabfaf7a0cba8435e3ce6084d0585b6f0eba1a950f14d56a2 +SIZE (slact-nchan-v1.2.12_GH0.tar.gz) = 716150 diff --git a/www/nginx-devel/files/extra-patch-nchan-store-private.h b/www/nginx-devel/files/extra-patch-nchan-store-private.h deleted file mode 100644 index 72d3f5e75afd..000000000000 --- a/www/nginx-devel/files/extra-patch-nchan-store-private.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ../nchan-1.2.7/src/store/memory/store-private.h.orig 2020-09-20 13:11:33.781569000 +0200 -+++ ../nchan-1.2.7/src/store/memory/store-private.h 2020-09-20 13:11:48.679855000 +0200 -@@ -172,6 +172,6 @@ - void memstore_chanhead_release(memstore_channel_head_t *ch, char *label); - void memstore_chanhead_reserve(memstore_channel_head_t *ch, const char *label); - --uint16_t memstore_worker_generation; //times nginx has been restarted + 1 -+extern uint16_t memstore_worker_generation; //times nginx has been restarted + 1 - - #endif /*MEMSTORE_PRIVATE_HEADER*/ diff --git a/www/nginx-devel/files/extra-patch-nchan-store-redis-redis_lua_commands.h b/www/nginx-devel/files/extra-patch-nchan-store-redis-redis_lua_commands.h deleted file mode 100644 index 9923e5984822..000000000000 --- a/www/nginx-devel/files/extra-patch-nchan-store-redis-redis_lua_commands.h +++ /dev/null @@ -1,12 +0,0 @@ ---- ../nchan-1.2.7/src/store/redis/redis_lua_commands.h.orig 2020-09-30 23:51:52.116513000 +0800 -+++ ../nchan-1.2.7/src/store/redis/redis_lua_commands.h 2020-09-30 23:52:11.164617000 +0800 -@@ -63,7 +63,7 @@ typedef struct { - redis_lua_script_t subscriber_unregister; - - } redis_lua_scripts_t; --redis_lua_scripts_t redis_lua_scripts; --const int redis_lua_scripts_count; -+extern redis_lua_scripts_t redis_lua_scripts; -+extern const int redis_lua_scripts_count; - #define REDIS_LUA_SCRIPTS_EACH(script) \ - for((script)=(redis_lua_script_t *)&redis_lua_scripts; (script) < (redis_lua_script_t *)(&redis_lua_scripts + 1); (script)++) From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 01:18:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5A9A671EAC; Sat, 2 Oct 2021 01:18:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLpy44LPnz3tD9; Sat, 2 Oct 2021 01:18:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 760191DAD; Sat, 2 Oct 2021 01:18:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1921I4BX072255; Sat, 2 Oct 2021 01:18:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1921I4nR072254; Sat, 2 Oct 2021 01:18:04 GMT (envelope-from git) Date: Sat, 2 Oct 2021 01:18:04 GMT Message-Id: <202110020118.1921I4nR072254@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: d1fcd22b61d9 - main - www/nginx-devel: regenerate distinfo in full MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d1fcd22b61d9e98fb3658dc1018e348a2d5a5937 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 01:18:04 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1fcd22b61d9e98fb3658dc1018e348a2d5a5937 commit d1fcd22b61d9e98fb3658dc1018e348a2d5a5937 Author: Sergey A. Osokin AuthorDate: 2021-10-02 01:17:29 +0000 Commit: Sergey A. Osokin CommitDate: 2021-10-02 01:17:29 +0000 www/nginx-devel: regenerate distinfo in full --- www/nginx-devel/distinfo | 144 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 143 insertions(+), 1 deletion(-) diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 48d2c9f79b7a..a3be34121021 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,147 @@ -TIMESTAMP = 1633136966 +TIMESTAMP = 1633137258 SHA256 (nginx-1.21.3.tar.gz) = 14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a SIZE (nginx-1.21.3.tar.gz) = 1066609 +SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae +SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 +SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 +SIZE (nginx_mod_h264_streaming-2.2.7.tar.gz) = 44012 +SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46 +SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051 +SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 +SIZE (ngx_http_response-0.3.tar.gz) = 2244 +SHA256 (passenger-6.0.10.tar.gz) = 3eb2c52652c96a136cc69cf342e3a61a8dd0e92cdbe9310a7aae249ab1abe0d4 +SIZE (passenger-6.0.10.tar.gz) = 8178910 +SHA256 (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 522e94c59f5783f281d868ede2adf325bf2f8ffb9e62cf8451d4b9ac0516916c +SIZE (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 110807 +SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 +SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 +SHA256 (anomalizer-ngx_aws_auth-21931b2_GH0.tar.gz) = d8a2422da96a638e9a911e4edb592954d9c0fe1576456fec9809ef4e2a0a863d +SIZE (anomalizer-ngx_aws_auth-21931b2_GH0.tar.gz) = 15580 +SHA256 (google-ngx_brotli-9aec15e_GH0.tar.gz) = 0177b1158ff7092b9996346de28a0b296dc33addb2af4e8904794d19b4a9a808 +SIZE (google-ngx_brotli-9aec15e_GH0.tar.gz) = 16194 +SHA256 (torden-ngx_cache_purge-2b977cf_GH0.tar.gz) = 9de7dad5827edf37e803435ee764f6815562053daa0821aedaf539580307ff93 +SIZE (torden-ngx_cache_purge-2b977cf_GH0.tar.gz) = 16739 +SHA256 (nginx-clojure-nginx-clojure-4b1e964_GH0.tar.gz) = bc41ee5233e5eefba92067499a09ca82a0606036d3b9dd8e550b519674f32761 +SIZE (nginx-clojure-nginx-clojure-4b1e964_GH0.tar.gz) = 753436 +SHA256 (AirisX-nginx_cookie_flag_module-c4ff449_GH0.tar.gz) = 4b8c1c1e1ed59ed85751f4bd7d68026ad5051103c8b983e05ad17eb0cdab138e +SIZE (AirisX-nginx_cookie_flag_module-c4ff449_GH0.tar.gz) = 4713 +SHA256 (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 72fdd125b9207cdda135f368095f85b943a78a4ff004d1cd217972e12b1571b2 +SIZE (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 7224 +SHA256 (simpl-ngx_devel_kit-v0.3.1_GH0.tar.gz) = 0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85 +SIZE (simpl-ngx_devel_kit-v0.3.1_GH0.tar.gz) = 66542 +SHA256 (openresty-drizzle-nginx-module-92162d0_GH0.tar.gz) = 54cb4d3e7ef21b7f1d75061dce4084d6986abaa3109722e197e5159d25e30f68 +SIZE (openresty-drizzle-nginx-module-92162d0_GH0.tar.gz) = 50888 +SHA256 (ZigzagAK-ngx_dynamic_healthcheck-61acf02_GH0.tar.gz) = 9a6ac88bcb85cd76e56ce03cf074a78b600cc787642379f76410e78326aca5aa +SIZE (ZigzagAK-ngx_dynamic_healthcheck-61acf02_GH0.tar.gz) = 49810 +SHA256 (ZigzagAK-ngx_dynamic_upstream-960eef2_GH0.tar.gz) = 86e7c6ed6dba2d4c5f5b87ecb91f25ccdb7a08b8a88236e632114f830b9e354b +SIZE (ZigzagAK-ngx_dynamic_upstream-960eef2_GH0.tar.gz) = 23003 +SHA256 (openresty-echo-nginx-module-5a402aa_GH0.tar.gz) = bb2a4b1a0e5ffa0203c1be854e663fc92cee0d7b5e0f7a38c0e163ae9124a38f +SIZE (openresty-echo-nginx-module-5a402aa_GH0.tar.gz) = 53336 +SHA256 (openresty-encrypted-session-nginx-module-v0.08_GH0.tar.gz) = 6e526ea097c6805ec2cf1d0d3d79ed24326bc2d0babe158c29edd07d8c0d106a +SIZE (openresty-encrypted-session-nginx-module-v0.08_GH0.tar.gz) = 11802 +SHA256 (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 5c1869d55897075adb3fdf840b21060dc54669a1f840a36d1539acc7e59dd106 +SIZE (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 11090 +SHA256 (technowledgy-nginx_http_gridfs_module-7970bab_GH0.tar.gz) = 3c53190c24a578c0d6d340d290cd87f139a651372c78b7518b617a037db60582 +SIZE (technowledgy-nginx_http_gridfs_module-7970bab_GH0.tar.gz) = 20495 +SHA256 (10gen-archive-mongo-c-driver-legacy-f06669b_GH0.tar.gz) = cbd6b34aadea40b43db431590808a9e12d813f896ad2b1dcffb820872ef97b21 +SIZE (10gen-archive-mongo-c-driver-legacy-f06669b_GH0.tar.gz) = 79396 +SHA256 (openresty-headers-more-nginx-module-55fbdab_GH0.tar.gz) = ed996dc994ba31ae071e05f12bfac6ff86ee03a2e7d4263346b919870d8135ac +SIZE (openresty-headers-more-nginx-module-55fbdab_GH0.tar.gz) = 28139 +SHA256 (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = a58feb576f2231498b8a3863d3c6fba45c7d48bc48735fa714e07a7bfbedb6e3 +SIZE (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = 3425 +SHA256 (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) = 0839c33c2f8d519f92daae274f62cf87eb68415d562c6500ee3e3721ce80557c +SIZE (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) = 17815 +SHA256 (stnoonan-spnego-http-auth-nginx-module-72c8ee0_GH0.tar.gz) = df6be6e67a4a4a37db584effdf2326a7eca29891724363bd34d03967cc8e5c68 +SIZE (stnoonan-spnego-http-auth-nginx-module-72c8ee0_GH0.tar.gz) = 18502 +SHA256 (kvspb-nginx-auth-ldap-83c059b_GH0.tar.gz) = e76e9e117ad51af578a68fa7a30c256178796bb271fa77f01c93281a92b09921 +SIZE (kvspb-nginx-auth-ldap-83c059b_GH0.tar.gz) = 18547 +SHA256 (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7 +SIZE (sto-ngx_http_auth_pam_module-v1.5.1_GH0.tar.gz) = 6863 +SHA256 (arut-nginx-dav-ext-module-v3.0.0_GH0.tar.gz) = d2499d94d82d4e4eac8425d799e52883131ae86a956524040ff2fd230ef9f859 +SIZE (arut-nginx-dav-ext-module-v3.0.0_GH0.tar.gz) = 14558 +SHA256 (openresty-nginx-eval-module-582bd25_GH0.tar.gz) = 014bedb2b334ba8e8e23b4c660590357f8055dbed7b9b017e4cc2937876a8822 +SIZE (openresty-nginx-eval-module-582bd25_GH0.tar.gz) = 14849 +SHA256 (aperezdc-ngx-fancyindex-v0.5.1_GH0.tar.gz) = 238bd5521d6c9b55780e6871339a7ea79508b9a6758ad2fa4451f2dfe26d94c9 +SIZE (aperezdc-ngx-fancyindex-v0.5.1_GH0.tar.gz) = 28277 +SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 +SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 +SHA256 (leev-ngx_http_geoip2_module-3.3_GH0.tar.gz) = 41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7 +SIZE (leev-ngx_http_geoip2_module-3.3_GH0.tar.gz) = 8509 +SHA256 (ip2location-ip2location-nginx-7aa49ce_GH0.tar.gz) = 588e31def37aacd9afd19f4bf0892e80dcc26e0824f6cce6fa69cf6d44923b29 +SIZE (ip2location-ip2location-nginx-7aa49ce_GH0.tar.gz) = 5932 +SHA256 (ip2location-ip2proxy-nginx-668288a_GH0.tar.gz) = 67eccaf7e541add8e72e866c23d12b4574d0564905cfe96b5df796cda5b0b65a +SIZE (ip2location-ip2proxy-nginx-668288a_GH0.tar.gz) = 4980 +SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e712d28f4452ce3858ba05a38cc00703f14502095189c4a1063a36997 +SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 +SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 +SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 SHA256 (slact-nchan-v1.2.12_GH0.tar.gz) = 3fd9c51446a65bddabfaf7a0cba8435e3ce6084d0585b6f0eba1a950f14d56a2 SIZE (slact-nchan-v1.2.12_GH0.tar.gz) = 716150 +SHA256 (wandenberg-nginx-push-stream-module-0.5.4_GH0.tar.gz) = 5253bb8a804ea679e514137a234637298f044c3ef63c053670bf3802ff3535b1 +SIZE (wandenberg-nginx-push-stream-module-0.5.4_GH0.tar.gz) = 183493 +SHA256 (yaoweibin-ngx_http_substitutions_filter_module-b8a71ea_GH0.tar.gz) = 08f966328fc1b77e0dbbcacd9532c3905060c20c45b6461b6f2075cd844d0891 +SIZE (yaoweibin-ngx_http_substitutions_filter_module-b8a71ea_GH0.tar.gz) = 94039 +SHA256 (tarantool-nginx_upstream_module-daccb2a_GH0.tar.gz) = 13db35d213d62eab4524b8b832565cb26c0a726fbdfbbaeeb221cce95b07a32a +SIZE (tarantool-nginx_upstream_module-daccb2a_GH0.tar.gz) = 74594 +SHA256 (fdintino-nginx-upload-module-aa42509_GH0.tar.gz) = 2285245bdef11656e5bcc866e693e48f84b7443d36924f45a6fb8647cd35319a +SIZE (fdintino-nginx-upload-module-aa42509_GH0.tar.gz) = 42221 +SHA256 (masterzen-nginx-upload-progress-module-afb2d31_GH0.tar.gz) = 6318851cc3a624aaad3b1f4cd9f51f79c86575c53dfe0c28bbdcf9470b6a33e6 +SIZE (masterzen-nginx-upload-progress-module-afb2d31_GH0.tar.gz) = 17269 +SHA256 (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 4404c64e845e19feeb07a37976347987892a8e8680a961f793ff0d3ef96c07f4 +SIZE (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 130039 +SHA256 (jaygooby-nginx-upstream-fair-10ecdcf_GH0.tar.gz) = 93f71b7cf0db9c6dbf97e3ee11cf8efbc149946c0949d7abd19c74c7620eea50 +SIZE (jaygooby-nginx-upstream-fair-10ecdcf_GH0.tar.gz) = 10433 +SHA256 (ayty-adrianomartins-nginx-sticky-module-ng-c407e0d_GH0.tar.gz) = ee7d6a6e3f4452388d1e821470c2352c5d42970f756507b878529911e79c1b60 +SIZE (ayty-adrianomartins-nginx-sticky-module-ng-c407e0d_GH0.tar.gz) = 120679 +SHA256 (Novetta-nginx-video-thumbextractor-module-f5b5bae_GH0.tar.gz) = cb4ecc14bf8503eb73c50ca5e9952ce1f99badbf2e7fdd2346c73d2e7905a5a5 +SIZE (Novetta-nginx-video-thumbextractor-module-f5b5bae_GH0.tar.gz) = 34434 +SHA256 (rtm-ctrlz-mod_zip-cfd0be4_GH0.tar.gz) = 66e867c9fd311a04f4b69a928441b49b5322d631db650d971abbc55af485cc9c +SIZE (rtm-ctrlz-mod_zip-cfd0be4_GH0.tar.gz) = 26113 +SHA256 (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = b8b9f355c05c0790226512f6732348a2404d48531688a1fc04ce6768163bf462 +SIZE (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = 13133 +SHA256 (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 7393809d5d8877812da1bd5b5fbd1d8b00bc85e71f2f387c344f007773e49050 +SIZE (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 20617 +SHA256 (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 20c3679199ba7efe1598f03b2fa0b13591226363c8dd7930d7f02702cd5abada +SIZE (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 139656 +SHA256 (openresty-lua-nginx-module-v0.10.20_GH0.tar.gz) = efeb38afc966dec36a086a99f9b8706b8a343e5e44d75c19bf8f017ea6657313 +SIZE (openresty-lua-nginx-module-v0.10.20_GH0.tar.gz) = 668516 +SHA256 (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8 +SIZE (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 34654 +SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = f8d3ff15520df736c5e20e91d5852ec27e0874566c2afce7dcb979e2298d6980 +SIZE (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = 33767 +SHA256 (nbs-system-naxsi-1.3_GH0.tar.gz) = 439c8677372d2597b4360bbcc10bc86490de1fc75695b193ad5df154a214d628 +SIZE (nbs-system-naxsi-1.3_GH0.tar.gz) = 235626 +SHA256 (nginx-njs-0.6.2_GH0.tar.gz) = 109ee42b05344f050f5ead28a68c52e8e671e1625eb6a1f765b1db5c3bcef2b9 +SIZE (nginx-njs-0.6.2_GH0.tar.gz) = 538303 +SHA256 (opentracing-contrib-nginx-opentracing-842d21f_GH0.tar.gz) = d15d5d4caa2b864fb820c9c6e373adb3eab10cfe2e5a39e98727245db4cc92c4 +SIZE (opentracing-contrib-nginx-opentracing-842d21f_GH0.tar.gz) = 676206 +SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b +SIZE (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = 48544 +SHA256 (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 896be99c0cad50218417800a159e43ec088d6b58c099472ed3b3d7f179d6c0ea +SIZE (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 20531 +SHA256 (openresty-rds-json-nginx-module-v0.15_GH0.tar.gz) = eaf18f60e981ea2442a7902689a26eba6cf6f36ebee712feeb1f4429eb654bdc +SIZE (openresty-rds-json-nginx-module-v0.15_GH0.tar.gz) = 34744 +SHA256 (openresty-redis2-nginx-module-v0.15_GH0.tar.gz) = d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438 +SIZE (openresty-redis2-nginx-module-v0.15_GH0.tar.gz) = 25471 +SHA256 (arut-nginx-rtmp-module-v1.2.2_GH0.tar.gz) = 07f19b7bffec5e357bb8820c63e5281debd45f5a2e6d46b1636d9202c3e09d78 +SIZE (arut-nginx-rtmp-module-v1.2.2_GH0.tar.gz) = 519934 +SHA256 (openresty-set-misc-nginx-module-3937e7b_GH0.tar.gz) = cb3a4675ab6b8741e5847cf5bc41ee3f6ec5cbceec53188f9ae96e48feea17c5 +SIZE (openresty-set-misc-nginx-module-3937e7b_GH0.tar.gz) = 29335 +SHA256 (sflow-nginx-sflow-module-543c72a_GH0.tar.gz) = 95efdb1f6cfd6c32c577707f693eb6795c6f21ae062842bf84fe762d8b842955 +SIZE (sflow-nginx-sflow-module-543c72a_GH0.tar.gz) = 29504 +SHA256 (nginx-shib-nginx-http-shibboleth-2e99740_GH0.tar.gz) = 5a75aeb801331abafd05b512490ab6074fb59c8e88ea3159200de0ae083a4813 +SIZE (nginx-shib-nginx-http-shibboleth-2e99740_GH0.tar.gz) = 23241 +SHA256 (baysao-ngx_slowfs_cache-d011a18_GH0.tar.gz) = 6ae8abb01a2aff788e75ec68621cb0159148a6f73730a84b30b0bdbc6cdc1758 +SIZE (baysao-ngx_slowfs_cache-d011a18_GH0.tar.gz) = 11186 +SHA256 (kawakibi-ngx_small_light-2f5e1d0_GH0.tar.gz) = bb7b4943a2db89a6a7020850db123a9e0bea784aa6ce14261aa5f7121f96c3f4 +SIZE (kawakibi-ngx_small_light-2f5e1d0_GH0.tar.gz) = 57160 +SHA256 (openresty-srcache-nginx-module-v0.32_GH0.tar.gz) = fd80e59b672e4ff3b4e943740b3facab421c6965226b5934aed16a514baacf47 +SIZE (openresty-srcache-nginx-module-v0.32_GH0.tar.gz) = 49891 +SHA256 (kaltura-nginx-vod-module-1.27_GH0.tar.gz) = b7f0e2eecbcdb8ed1f8c90eb86c756f563fc5d21768a351abe4de63f3ddf01d6 +SIZE (kaltura-nginx-vod-module-1.27_GH0.tar.gz) = 450777 +SHA256 (vozlt-nginx-module-vts-v0.1.18_GH0.tar.gz) = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65 +SIZE (vozlt-nginx-module-vts-v0.1.18_GH0.tar.gz) = 380327 +SHA256 (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = aca454bffcee2476dc92682ebfb8c0378a271fda178be7e945d648419d220758 +SIZE (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = 14646 +SHA256 (openresty-xss-nginx-module-v0.06_GH0.tar.gz) = 0b12bbc53a41f3e3d6df419c173b8c87434be3e6cd255a8193aa91345a2de6cf +SIZE (openresty-xss-nginx-module-v0.06_GH0.tar.gz) = 12448 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 01:33:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E02EA671F38; Sat, 2 Oct 2021 01:33:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLqHq5nw1z4SPf; Sat, 2 Oct 2021 01:33:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A66E82453; Sat, 2 Oct 2021 01:33:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1921XRrD098163; Sat, 2 Oct 2021 01:33:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1921XRrW098162; Sat, 2 Oct 2021 01:33:27 GMT (envelope-from git) Date: Sat, 2 Oct 2021 01:33:27 GMT Message-Id: <202110020133.1921XRrW098162@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: 1ef4b772ac74 - main - www/nginx-devel: update third-party passenger module to 6.0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1ef4b772ac749b64fe9d5ca9429c09b5fb862871 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 01:33:27 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ef4b772ac749b64fe9d5ca9429c09b5fb862871 commit 1ef4b772ac749b64fe9d5ca9429c09b5fb862871 Author: Sergey A. Osokin AuthorDate: 2021-10-02 01:24:40 +0000 Commit: Sergey A. Osokin CommitDate: 2021-10-02 01:24:40 +0000 www/nginx-devel: update third-party passenger module to 6.0.11 Bump PORTREVISION. --- www/nginx-devel/Makefile | 2 +- www/nginx-devel/Makefile.extmod | 2 +- www/nginx-devel/distinfo | 6 +++--- www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | 4 ++-- www/nginx-devel/files/extra-patch-passenger-disable-telemetry | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 8e116e943663..46b55cebabb6 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME?= nginx PORTVERSION= 1.21.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index f42b0ca00bab..e0498eaef29c 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -253,7 +253,7 @@ OPENTRACING_LIB_DEPENDS= libopentracing.so:devel/libopentracing OPENTRACING_VARS= DSO_EXTMODS+=opentracing OPENTRACING_SUBDIR=/opentracing OPENTRACING_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-opentracing-opentracing-config -PASSENGER_NGINX_VER= 6.0.10 +PASSENGER_NGINX_VER= 6.0.11 PASSENGER_CATEGORIES= ruby PASSENGER_USE= ruby=yes PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index a3be34121021..df01d536e4cb 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1633137258 +TIMESTAMP = 1633137593 SHA256 (nginx-1.21.3.tar.gz) = 14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a SIZE (nginx-1.21.3.tar.gz) = 1066609 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -9,8 +9,8 @@ SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b25 SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 SIZE (ngx_http_response-0.3.tar.gz) = 2244 -SHA256 (passenger-6.0.10.tar.gz) = 3eb2c52652c96a136cc69cf342e3a61a8dd0e92cdbe9310a7aae249ab1abe0d4 -SIZE (passenger-6.0.10.tar.gz) = 8178910 +SHA256 (passenger-6.0.11.tar.gz) = ec9cf6673b7a24f606c17ba6b895a3ffb1423ae4874add0cdb29c95ae12b69b4 +SIZE (passenger-6.0.11.tar.gz) = 8183414 SHA256 (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 522e94c59f5783f281d868ede2adf325bf2f8ffb9e62cf8451d4b9ac0516916c SIZE (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 110807 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 diff --git a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb index af05695d881c..05260792cf83 100644 --- a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb +++ b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb @@ -1,5 +1,5 @@ ---- ../passenger-6.0.10/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-6.0.10/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-6.0.11/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-6.0.11/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ diff --git a/www/nginx-devel/files/extra-patch-passenger-disable-telemetry b/www/nginx-devel/files/extra-patch-passenger-disable-telemetry index 05f11aae2fa0..0a42f1669365 100644 --- a/www/nginx-devel/files/extra-patch-passenger-disable-telemetry +++ b/www/nginx-devel/files/extra-patch-passenger-disable-telemetry @@ -1,5 +1,5 @@ ---- ../passenger-6.0.10/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500 -+++ ../passenger-6.0.10/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500 +--- ../passenger-6.0.11/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500 ++++ ../passenger-6.0.11/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500 @@ -204,7 +204,7 @@ :name => 'passenger_disable_anonymous_telemetry', :scope => :global, From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 01:33:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 06006671EDF; Sat, 2 Oct 2021 01:33:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLqHr6lbWz4S1s; Sat, 2 Oct 2021 01:33:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8F7221AF; Sat, 2 Oct 2021 01:33:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1921XSia098187; Sat, 2 Oct 2021 01:33:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1921XSXA098186; Sat, 2 Oct 2021 01:33:28 GMT (envelope-from git) Date: Sat, 2 Oct 2021 01:33:28 GMT Message-Id: <202110020133.1921XSXA098186@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: c0af9592c4b5 - main - www/rubygem-passenger: update from 6.0.10 to 6.0.11. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c0af9592c4b50549785532318e9c16708d2c6fe4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 01:33:29 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0af9592c4b50549785532318e9c16708d2c6fe4 commit c0af9592c4b50549785532318e9c16708d2c6fe4 Author: Sergey A. Osokin AuthorDate: 2021-10-02 01:32:53 +0000 Commit: Sergey A. Osokin CommitDate: 2021-10-02 01:32:53 +0000 www/rubygem-passenger: update from 6.0.10 to 6.0.11. --- www/rubygem-passenger/Makefile | 2 +- www/rubygem-passenger/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile index 536fd7e3a1e2..4db74f190269 100644 --- a/www/rubygem-passenger/Makefile +++ b/www/rubygem-passenger/Makefile @@ -1,7 +1,7 @@ # Created by: Jacob Atzen PORTNAME= passenger -PORTVERSION= 6.0.10 +PORTVERSION= 6.0.11 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-passenger/distinfo b/www/rubygem-passenger/distinfo index 865be88f9f1a..020798a10628 100644 --- a/www/rubygem-passenger/distinfo +++ b/www/rubygem-passenger/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628521531 -SHA256 (rubygem/passenger-6.0.10.gem) = 93f59ebcaa078370cad1c756504b83bc2b3502a319860e15fe756c4a64d681fa -SIZE (rubygem/passenger-6.0.10.gem) = 8069632 +TIMESTAMP = 1633137942 +SHA256 (rubygem/passenger-6.0.11.gem) = 0e059512bf2dfbc730c794d2f175f39f79a8e1837fcc3f4b711d02ee7a7fe4ff +SIZE (rubygem/passenger-6.0.11.gem) = 8070144 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 03:02:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B3C46736B0; Sat, 2 Oct 2021 03:02:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLsGn0Xhgz4b5h; Sat, 2 Oct 2021 03:02:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7B0532F4; Sat, 2 Oct 2021 03:02:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19232e6f018823; Sat, 2 Oct 2021 03:02:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19232eqe018822; Sat, 2 Oct 2021 03:02:40 GMT (envelope-from git) Date: Sat, 2 Oct 2021 03:02:40 GMT Message-Id: <202110020302.19232eqe018822@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 55e6acdbd559 - main - x11/foot: update to 1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 55e6acdbd559064da9a20be4a00a31ad98670dc8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 03:02:41 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=55e6acdbd559064da9a20be4a00a31ad98670dc8 commit 55e6acdbd559064da9a20be4a00a31ad98670dc8 Author: Jan Beich AuthorDate: 2021-10-01 18:52:33 +0000 Commit: Jan Beich CommitDate: 2021-10-02 03:02:26 +0000 x11/foot: update to 1.9.1 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.9.1 Reported by: Repology --- x11/foot/Makefile | 3 +-- x11/foot/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index b993dbf4b4b0..a56a55d88341 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,6 +1,5 @@ PORTNAME= foot -DISTVERSION= 1.9.0 -PORTREVISION= 2 +DISTVERSION= 1.9.1 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 086154e5cae0..a5b281788748 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630063941 -SHA256 (foot-1.9.0.tar.gz) = ddc3f90185ae75badcb2d6abe772d54fd6defebf1ed4111861a9c4afa1c73a4d -SIZE (foot-1.9.0.tar.gz) = 446060 +TIMESTAMP = 1633114353 +SHA256 (foot-1.9.1.tar.gz) = 1277cfb6c88fbf299d115446cfa2a33cd6ddf88225989c84e6579024675edb97 +SIZE (foot-1.9.1.tar.gz) = 450538 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 03:49:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7ABA67344C; Sat, 2 Oct 2021 03:49:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLtK448qzz4d3j; Sat, 2 Oct 2021 03:49:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F04940AB; Sat, 2 Oct 2021 03:49:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1923niXA071686; Sat, 2 Oct 2021 03:49:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1923niDx071685; Sat, 2 Oct 2021 03:49:44 GMT (envelope-from git) Date: Sat, 2 Oct 2021 03:49:44 GMT Message-Id: <202110020349.1923niDx071685@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 20fe95fa68aa - main - x11/gnome-shell: Fix crashes on start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 20fe95fa68aa30b264a4a6c9762ef5579efa7fd3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 03:49:44 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=20fe95fa68aa30b264a4a6c9762ef5579efa7fd3 commit 20fe95fa68aa30b264a4a6c9762ef5579efa7fd3 Author: Neel Chauhan AuthorDate: 2021-10-02 03:49:17 +0000 Commit: Neel Chauhan CommitDate: 2021-10-02 03:49:41 +0000 x11/gnome-shell: Fix crashes on start --- x11/gnome-shell/Makefile | 1 + x11/gnome-shell/files/patch-js_gdm_loginDialog_js | 156 +++++++++++++++++++++ .../files/patch-js_ui_endSessionDialog_js | 41 ++++++ 3 files changed, 198 insertions(+) diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index fdc147c700a7..0be92d82db4f 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnome-shell PORTVERSION= 41.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11/gnome-shell/files/patch-js_gdm_loginDialog_js b/x11/gnome-shell/files/patch-js_gdm_loginDialog_js new file mode 100644 index 000000000000..620a85197b15 --- /dev/null +++ b/x11/gnome-shell/files/patch-js_gdm_loginDialog_js @@ -0,0 +1,156 @@ +$OpenBSD: patch-js_gdm_loginDialog_js,v 1.3 2021/06/14 18:54:25 jasper Exp $ + +Index: js/gdm/loginDialog.js +--- js/gdm/loginDialog.js.orig ++++ js/gdm/loginDialog.js +@@ -42,6 +42,7 @@ var UserListItem = GObject.registerClass({ + _init(user) { + let layout = new St.BoxLayout({ + vertical: true, ++ x_align: Clutter.ActorAlign.START, + }); + super._init({ + style_class: 'login-dialog-user-list-item', +@@ -762,9 +763,6 @@ var LoginDialog = GObject.registerClass({ + + if (this._authPrompt.verificationStatus == AuthPrompt.AuthPromptStatus.NOT_VERIFYING) + this._authPrompt.reset(); +- +- if (this._disableUserList && this._timedLoginUserListHold) +- this._timedLoginUserListHold.release(); + } + } + +@@ -858,7 +856,6 @@ var LoginDialog = GObject.registerClass({ + this._resetGreeterProxy(); + this._sessionMenuButton.updateSensitivity(true); + +- const previousUser = this._user; + this._user = null; + + if (this._nextSignalId) { +@@ -866,11 +863,7 @@ var LoginDialog = GObject.registerClass({ + this._nextSignalId = 0; + } + +- if (previousUser && beginRequest === AuthPrompt.BeginRequestType.REUSE_USERNAME) { +- this._user = previousUser; +- this._authPrompt.setUser(this._user); +- this._authPrompt.begin({ userName: previousUser.get_user_name() }); +- } else if (beginRequest === AuthPrompt.BeginRequestType.PROVIDE_USERNAME) { ++ if (beginRequest == AuthPrompt.BeginRequestType.PROVIDE_USERNAME) { + if (!this._disableUserList) + this._showUserList(); + else +@@ -1051,72 +1044,54 @@ var LoginDialog = GObject.registerClass({ + let loginItem = null; + let animationTime; + +- let tasks = [ +- () => { +- if (this._disableUserList) +- return; ++ let tasks = [() => this._waitForItemForUser(userName), + +- this._timedLoginUserListHold = this._waitForItemForUser(userName); +- }, ++ () => { ++ loginItem = this._userList.getItemFromUserName(userName); + +- () => { +- this._timedLoginUserListHold = null; ++ // If there is an animation running on the item, reset it. ++ loginItem.hideTimedLoginIndicator(); ++ }, + +- if (this._disableUserList) +- loginItem = this._authPrompt; +- else +- loginItem = this._userList.getItemFromUserName(userName); ++ () => { ++ // If we're just starting out, start on the right item. ++ if (!this._userManager.is_loaded) ++ this._userList.jumpToItem(loginItem); ++ }, + +- // If there is an animation running on the item, reset it. +- loginItem.hideTimedLoginIndicator(); +- }, ++ () => { ++ // This blocks the timed login animation until a few ++ // seconds after the user stops interacting with the ++ // login screen. + +- () => { +- if (this._disableUserList) +- return; ++ // We skip this step if the timed login delay is very short. ++ if (delay > _TIMED_LOGIN_IDLE_THRESHOLD) { ++ animationTime = delay - _TIMED_LOGIN_IDLE_THRESHOLD; ++ return this._blockTimedLoginUntilIdle(); ++ } else { ++ animationTime = delay; ++ return null; ++ } ++ }, + +- // If we're just starting out, start on the right item. +- if (!this._userManager.is_loaded) +- this._userList.jumpToItem(loginItem); +- }, ++ () => { ++ // If idle timeout is done, make sure the timed login indicator is shown ++ if (delay > _TIMED_LOGIN_IDLE_THRESHOLD && ++ this._authPrompt.visible) ++ this._authPrompt.cancel(); + +- () => { +- // This blocks the timed login animation until a few +- // seconds after the user stops interacting with the +- // login screen. ++ if (delay > _TIMED_LOGIN_IDLE_THRESHOLD || firstRun) { ++ this._userList.scrollToItem(loginItem); ++ loginItem.grab_key_focus(); ++ } ++ }, + +- // We skip this step if the timed login delay is very short. +- if (delay > _TIMED_LOGIN_IDLE_THRESHOLD) { +- animationTime = delay - _TIMED_LOGIN_IDLE_THRESHOLD; +- return this._blockTimedLoginUntilIdle(); +- } else { +- animationTime = delay; +- return null; +- } +- }, ++ () => loginItem.showTimedLoginIndicator(animationTime), + +- () => { +- if (this._disableUserList) +- return; +- +- // If idle timeout is done, make sure the timed login indicator is shown +- if (delay > _TIMED_LOGIN_IDLE_THRESHOLD && +- this._authPrompt.visible) +- this._authPrompt.cancel(); +- +- if (delay > _TIMED_LOGIN_IDLE_THRESHOLD || firstRun) { +- this._userList.scrollToItem(loginItem); +- loginItem.grab_key_focus(); +- } +- }, +- +- () => loginItem.showTimedLoginIndicator(animationTime), +- +- () => { +- this._timedLoginBatch = null; +- this._greeter.call_begin_auto_login_sync(userName, null); +- }, +- ]; ++ () => { ++ this._timedLoginBatch = null; ++ this._greeter.call_begin_auto_login_sync(userName, null); ++ }]; + + this._timedLoginBatch = new Batch.ConsecutiveBatch(this, tasks); + diff --git a/x11/gnome-shell/files/patch-js_ui_endSessionDialog_js b/x11/gnome-shell/files/patch-js_ui_endSessionDialog_js new file mode 100644 index 000000000000..48b951d4bfac --- /dev/null +++ b/x11/gnome-shell/files/patch-js_ui_endSessionDialog_js @@ -0,0 +1,41 @@ +$OpenBSD: patch-js_ui_endSessionDialog_js,v 1.1 2020/11/08 09:38:19 ajacoutot Exp $ + +Index: js/ui/endSessionDialog.js +--- js/ui/endSessionDialog.js.orig ++++ js/ui/endSessionDialog.js +@@ -230,11 +230,6 @@ class EndSessionDialog extends ModalDialog.ModalDialog + destroyOnClose: false }); + + this._loginManager = LoginManager.getLoginManager(); +- this._loginManager.canRebootToBootLoaderMenu( +- (canRebootToBootLoaderMenu, unusedNeedsAuth) => { +- this._canRebootToBootLoaderMenu = canRebootToBootLoaderMenu; +- }); +- + this._userManager = AccountsService.UserManager.get_default(); + this._user = this._userManager.get_user(GLib.get_user_name()); + this._updatesPermission = null; +@@ -453,23 +448,6 @@ class EndSessionDialog extends ModalDialog.ModalDialog + label, + }); + +- // Add Alt "Boot Options" option to the Reboot button +- if (this._canRebootToBootLoaderMenu && signal === 'ConfirmedReboot') { +- this._rebootButton = button; +- this._rebootButtonAlt = this.addButton({ +- action: () => { +- this.close(true); +- let signalId = this.connect('closed', () => { +- this.disconnect(signalId); +- this._confirmRebootToBootLoaderMenu(); +- }); +- }, +- label: C_('button', 'Boot Options'), +- }); +- this._rebootButtonAlt.visible = false; +- this._capturedEventId = global.stage.connect('captured-event', +- this._onCapturedEvent.bind(this)); +- } + } + } + From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 04:21:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CB3D567458B; Sat, 2 Oct 2021 04:21:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLv1l4tp8z4jWF; Sat, 2 Oct 2021 04:21:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 87FED4A23; Sat, 2 Oct 2021 04:21:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1924LVtR020781; Sat, 2 Oct 2021 04:21:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1924LVLs020780; Sat, 2 Oct 2021 04:21:31 GMT (envelope-from git) Date: Sat, 2 Oct 2021 04:21:31 GMT Message-Id: <202110020421.1924LVLs020780@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 4ffd1d5e5723 - main - audio/musicpd: drop unused MPD_CLANG_LD after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4ffd1d5e5723232c7f23214a63a4ddf02264f122 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 04:21:31 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ffd1d5e5723232c7f23214a63a4ddf02264f122 commit 4ffd1d5e5723232c7f23214a63a4ddf02264f122 Author: Jan Beich AuthorDate: 2021-10-02 03:47:14 +0000 Commit: Jan Beich CommitDate: 2021-10-02 04:18:02 +0000 audio/musicpd: drop unused MPD_CLANG_LD after 620968a43a5f Builds fine on armv6 at least with LLD 12.0.1. Since FreeBSD >= 12.0 armv6 is deprecated in favor of armv7, anyway. $ objdump -D $(which musicpd) | fgrep -w -e movt -e movw; echo Exit $? Exit 1 --- audio/musicpd/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index c61b89d46c15..0f7d39a915a3 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -208,23 +208,7 @@ GROUPS= ${MPDGROUP} .include -# Note that since the build system switch to meson, mpd fails to link with -# GNU ld 2.17 in base. Also, meson does not allow to set the linker via -# environment variables yet. -# For gcc-based platforms, gcc and ld from ports are used due to the c++14 -# requirement. For clang, we set the linker explicitly in meson.build. -.if ${ARCH} == armv6 -#lld may use movt/movw, doesn't work on armv6 -BUILD_DEPENDS+= ${LOCALBASE}/bin/ld:devel/binutils -MPD_CLANG_LD= ${LOCALBASE}/bin/ld -.else -MPD_CLANG_LD= lld -.endif - post-patch: -# Insert selected linker for clang - @${REINPLACE_CMD} -e 's|%%MPD_CLANG_LD%%|${MPD_CLANG_LD}|' \ - ${WRKSRC}/meson.build # Make musicpd run as ${MPDUSER} by default @${REINPLACE_CMD} -e 's|%%MPDUSER%%|${MPDUSER}|' \ ${WRKSRC}/doc/mpdconf.example From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 04:21:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF53D674344; Sat, 2 Oct 2021 04:21:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLv1m5m0Gz4jJL; Sat, 2 Oct 2021 04:21:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6E4E48E4; Sat, 2 Oct 2021 04:21:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1924LWk4020805; Sat, 2 Oct 2021 04:21:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1924LWCw020804; Sat, 2 Oct 2021 04:21:32 GMT (envelope-from git) Date: Sat, 2 Oct 2021 04:21:32 GMT Message-Id: <202110020421.1924LWCw020804@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: c7ee43c1c77c - main - audio/musicpd: convert MANPAGES to target helpers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c7ee43c1c77cd0a7df51f50849dc4dc09b3f431a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 04:21:33 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7ee43c1c77cd0a7df51f50849dc4dc09b3f431a commit c7ee43c1c77cd0a7df51f50849dc4dc09b3f431a Author: Jan Beich AuthorDate: 2021-10-02 04:19:41 +0000 Commit: Jan Beich CommitDate: 2021-10-02 04:19:41 +0000 audio/musicpd: convert MANPAGES to target helpers --- audio/musicpd/Makefile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 0f7d39a915a3..9cadbb10f445 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -206,8 +206,6 @@ MPDGROUP?= mpd USERS= ${MPDUSER} GROUPS= ${MPDGROUP} -.include - post-patch: # Make musicpd run as ${MPDUSER} by default @${REINPLACE_CMD} -e 's|%%MPDUSER%%|${MPDUSER}|' \ @@ -230,15 +228,15 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/_build/mpd \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -.if ${PORT_OPTIONS:MMANPAGES} - ${INSTALL_MAN} ${WRKSRC}/_build/doc/${PORTNAME}.1 \ - ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/_build/doc/${PORTNAME}.conf.5 \ - ${STAGEDIR}${PREFIX}/man/man5 -.endif ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample -.include +do-install-MANPAGES-on: + ${INSTALL_MAN} ${WRKSRC}/_build/doc/${PORTNAME}.1 \ + ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/_build/doc/${PORTNAME}.conf.5 \ + ${STAGEDIR}${PREFIX}/man/man5 + +.include From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 05:21:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E62F067528B; Sat, 2 Oct 2021 05:21:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLwLc68Tzz4ms1; Sat, 2 Oct 2021 05:21:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B40CE534A; Sat, 2 Oct 2021 05:21:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1925LCWf002917; Sat, 2 Oct 2021 05:21:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1925LCHB002916; Sat, 2 Oct 2021 05:21:12 GMT (envelope-from git) Date: Sat, 2 Oct 2021 05:21:12 GMT Message-Id: <202110020521.1925LCHB002916@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 1e96dba9763a - main - misc/qt5ct: update to 1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1e96dba9763a06eb3906776456da87b3fc6dafd2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 05:21:13 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e96dba9763a06eb3906776456da87b3fc6dafd2 commit 1e96dba9763a06eb3906776456da87b3fc6dafd2 Author: Tobias C. Berner AuthorDate: 2021-10-02 05:20:17 +0000 Commit: Tobias C. Berner CommitDate: 2021-10-02 05:20:17 +0000 misc/qt5ct: update to 1.5 --- misc/qt5ct/Makefile | 3 +-- misc/qt5ct/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile index 04a35679ca1f..b3788a69af51 100644 --- a/misc/qt5ct/Makefile +++ b/misc/qt5ct/Makefile @@ -1,6 +1,5 @@ PORTNAME= qt5ct -DISTVERSION= 1.3 -PORTREVISION= 1 +DISTVERSION= 1.5 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} diff --git a/misc/qt5ct/distinfo b/misc/qt5ct/distinfo index 32f1460e3729..d9e26df2a23b 100644 --- a/misc/qt5ct/distinfo +++ b/misc/qt5ct/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627824247 -SHA256 (qt5ct-1.3.tar.bz2) = dd443b14e590aff76a16e1316d56e688882e3248c470df4f71bc952569f3c3bc -SIZE (qt5ct-1.3.tar.bz2) = 80506 +TIMESTAMP = 1633151417 +SHA256 (qt5ct-1.5.tar.bz2) = d63d0ce16e02427207d86531f70a71c5b9c850044dd5b2dcb2285531f416e490 +SIZE (qt5ct-1.5.tar.bz2) = 81089 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 06:16:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 725D1675978; Sat, 2 Oct 2021 06:16:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLxZG2qn9z4pxt; Sat, 2 Oct 2021 06:16:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from [IPv6:2a02:6d40:36a1:7f01:9040:b8e0:387e:4f] (unknown [IPv6:2a02:6d40:36a1:7f01:9040:b8e0:387e:4f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: mfechner) by smtp.freebsd.org (Postfix) with ESMTPSA id BB39D2952E; Sat, 2 Oct 2021 06:16:21 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Subject: Re: git: bb4b4cf9ca48 - main - www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update From: Matthias Fechner To: Po-Chuan Hsieh , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109271601.18RG1XuB047303@gitrepo.freebsd.org> Message-ID: Date: Sat, 2 Oct 2021 08:16:18 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 06:16:22 -0000 Am 30.09.2021 um 16:23 schrieb Matthias Fechner: > it seems that this has broken Gitlab. I created now a PR for this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258855 Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 07:02:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35ABC67653A; Sat, 2 Oct 2021 07:02:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLybr0vp4z4sKn; Sat, 2 Oct 2021 07:02:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3A166E07; Sat, 2 Oct 2021 07:02:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19272lAA037440; Sat, 2 Oct 2021 07:02:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19272lrn037439; Sat, 2 Oct 2021 07:02:47 GMT (envelope-from git) Date: Sat, 2 Oct 2021 07:02:47 GMT Message-Id: <202110020702.19272lrn037439@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 67eda602caa4 - main - emulators/wine: Merge the VULKAN option into VKD3D MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 67eda602caa464c84694459e4d09503519264b9f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 07:02:48 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=67eda602caa464c84694459e4d09503519264b9f commit 67eda602caa464c84694459e4d09503519264b9f Author: Gerald Pfeifer AuthorDate: 2021-10-02 07:02:18 +0000 Commit: Gerald Pfeifer CommitDate: 2021-10-02 07:02:18 +0000 emulators/wine: Merge the VULKAN option into VKD3D This back ports 3d5484b928571899d48e10ffa0e539042b63cedc and 5a1f2db45736cb70dc556090ba6c929c51d1eb28 from emulators/wine-devel: When Wine gained support for the Vulkan API and D3D support via Vulkan we added two options (both off by default): VULKAN and VKD3D. Simplify things, in particular also from a user perspective, by only keeping the VKD3D option which now subsumes the former VULKAN option (and hence Vulkan API support). No change in defaults - yet. On the way adjust CONFIGURE_ARGS to only feature on option per line, which was mostly the case already anyway. PR: 258375 --- emulators/wine/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 8eab5bb04326..48b46f86a617 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -33,9 +33,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose \ --disable-kerberos \ --disable-tests \ - --without-alsa --without-capi --without-dbus \ + --without-alsa \ + --without-capi \ + --without-dbus \ --without-gettext --without-gettextpo \ - --without-gphoto --without-gsm --without-gstreamer \ + --without-gphoto \ + --without-gsm \ + --without-gstreamer \ --without-inotify \ --without-krb5 \ --without-mingw \ @@ -60,15 +64,14 @@ SUB_FILES= pkg-message PORTDATA= wine.inf -OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS LDAP LIBXSLT MPG123 OPENAL SDL V4L VKD3D VULKAN WINEMAKER X11 GECKO MONO +OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS LDAP LIBXSLT MPG123 OPENAL SDL V4L VKD3D WINEMAKER X11 GECKO MONO OPTIONS_DEFAULT=GNUTLS X11 OPTIONS_SUB= yes DOSBOX_DESC= Use DOSBox to run MS-DOS programs LIBXSLT_DESC= Use libxslt (only used by msxml3.dll) SDL_DESC= Use SDL for gamepad support (XInput only) -VKD3D_DESC= Direct3D 12 support via Vulkan -VULKAN_DESC= Vulkan API support +VKD3D_DESC= Vulkan and Direct3D 12 support WINEMAKER_DESC= Fully support winemaker (requires Perl) GECKO_DESC= Bundle Gecko MSI package for Wine MONO_DESC= Bundle Mono MSI package for Wine @@ -108,10 +111,8 @@ V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l VKD3D_CONFIGURE_WITH= vkd3d -VKD3D_LIB_DEPENDS= libvkd3d.so:graphics/vkd3d - -VULKAN_CONFIGURE_WITH= vulkan -VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader +VKD3D_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ + libvkd3d.so:graphics/vkd3d WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 07:14:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D394F676683; Sat, 2 Oct 2021 07:14:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLysC5d9pz4svH; Sat, 2 Oct 2021 07:14:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A106C6B4E; Sat, 2 Oct 2021 07:14:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1927ENS7051122; Sat, 2 Oct 2021 07:14:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1927EN4H051121; Sat, 2 Oct 2021 07:14:23 GMT (envelope-from git) Date: Sat, 2 Oct 2021 07:14:23 GMT Message-Id: <202110020714.1927EN4H051121@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: b34ec48b6a2f - main - devel/R-cran-tibble: Update to 3.1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b34ec48b6a2f292c93a26d64ca92f68db0f7a550 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 07:14:23 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=b34ec48b6a2f292c93a26d64ca92f68db0f7a550 commit b34ec48b6a2f292c93a26d64ca92f68db0f7a550 Author: TAKATSU Tomonari AuthorDate: 2021-10-01 14:54:39 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-10-02 07:14:08 +0000 devel/R-cran-tibble: Update to 3.1.5 --- devel/R-cran-tibble/Makefile | 4 ++-- devel/R-cran-tibble/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/R-cran-tibble/Makefile b/devel/R-cran-tibble/Makefile index ed3be89b1d99..df2394e5affd 100644 --- a/devel/R-cran-tibble/Makefile +++ b/devel/R-cran-tibble/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= tibble -PORTVERSION= 3.1.4 +PORTVERSION= 3.1.5 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,7 +12,7 @@ LICENSE= MIT CRAN_DEPENDS= R-cran-ellipsis>=0.3.2:devel/R-cran-ellipsis \ R-cran-fansi>=0.4.0:devel/R-cran-fansi \ - R-cran-lifecycle>=0.2.0:devel/R-cran-lifecycle \ + R-cran-lifecycle>=1.0.0:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-pillar>=1.6.2:devel/R-cran-pillar \ R-cran-pkgconfig>0:devel/R-cran-pkgconfig \ diff --git a/devel/R-cran-tibble/distinfo b/devel/R-cran-tibble/distinfo index 3f5b704d2645..607e7399377d 100644 --- a/devel/R-cran-tibble/distinfo +++ b/devel/R-cran-tibble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629951135 -SHA256 (tibble_3.1.4.tar.gz) = 73870e0771ada3ccae4e79c920f84b4b4dd60702999b5c7a8818c0aba078177f -SIZE (tibble_3.1.4.tar.gz) = 737787 +TIMESTAMP = 1633100029 +SHA256 (tibble_3.1.5.tar.gz) = da6387ba683a67cd7fc2a111f6b62468e480a8078bc1867d433a40c5460edbe7 +SIZE (tibble_3.1.5.tar.gz) = 739036 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 07:49:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9AEC3676BF8; Sat, 2 Oct 2021 07:49:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLzdx3tR7z3C0p; Sat, 2 Oct 2021 07:49:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 653097787; Sat, 2 Oct 2021 07:49:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1927nf4w091090; Sat, 2 Oct 2021 07:49:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1927nfj0091089; Sat, 2 Oct 2021 07:49:41 GMT (envelope-from git) Date: Sat, 2 Oct 2021 07:49:41 GMT Message-Id: <202110020749.1927nfj0091089@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: c7a5935b859e - main - www/gitlab-ce: Bugfix update 14.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 07:49:41 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6 commit c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6 Author: Matthias Fechner AuthorDate: 2021-10-02 07:33:40 +0000 Commit: Matthias Fechner CommitDate: 2021-10-02 07:49:36 +0000 www/gitlab-ce: Bugfix update 14.3.2 Changelog: https://about.gitlab.com/releases/2021/10/01/gitlab-14-3-2-released/ --- devel/gitaly/Makefile | 4 ++-- devel/gitaly/distinfo | 6 +++--- devel/gitlab-shell/Makefile | 4 ++-- devel/gitlab-shell/distinfo | 6 +++--- www/gitlab-ce/Makefile | 8 ++++---- www/gitlab-ce/distinfo | 6 +++--- www/gitlab-workhorse/Makefile | 4 ++-- www/gitlab-workhorse/distinfo | 6 +++--- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index 347b35da74ad..acde6b530def 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitaly -DISTVERSION= 14.3.1 +DISTVERSION= 14.3.2 PORTREVISION= 0 CATEGORIES= devel @@ -45,7 +45,7 @@ MAKE_ENV+= ${GO_ENV} USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags -GL_COMMIT= 22ec2cd8fd891d805b37fc3fdd9bc44ee3880428 +GL_COMMIT= 52407ecfce7fc39b4f5f6db15cc6cb4e9a8c1f60 # for go dependencies USE_GITHUB= nodefault diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo index a02f1b694bb8..ed5f4d04d0ec 100644 --- a/devel/gitaly/distinfo +++ b/devel/gitaly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1633029263 +TIMESTAMP = 1633159372 SHA256 (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 99bd58f4a07dd02d9615e3638b3bb6dbfad80ef678ccdb8e17e3fa2b0fef343e SIZE (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 17102 SHA256 (Azure-azure-storage-blob-go-v0.13.0_GH0.tar.gz) = 6bf7145210331efa3f0417f6684cf764c22743cf23122048ec136600daebf443 @@ -267,8 +267,8 @@ SHA256 (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 7ce80a93d0fdbeb6760f97d6d166d11c215 SIZE (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 8421 SHA256 (gonum-gonum-v0.8.2_GH0.tar.gz) = a2aad1ac038d36d568939910f39eb0c58cae3c6f0b18df3ca74a8daa954d1663 SIZE (gonum-gonum-v0.8.2_GH0.tar.gz) = 3226037 -SHA256 (gitlab-org-gitaly-22ec2cd8fd891d805b37fc3fdd9bc44ee3880428_GL0.tar.gz) = 413ed0cee29068479962d4a578e36cfeeff0f252c4f4b45e4d718e2653e37f5c -SIZE (gitlab-org-gitaly-22ec2cd8fd891d805b37fc3fdd9bc44ee3880428_GL0.tar.gz) = 3672512 +SHA256 (gitlab-org-gitaly-52407ecfce7fc39b4f5f6db15cc6cb4e9a8c1f60_GL0.tar.gz) = 35ccd4d036e07ae9f780504525fc059012c9d091ec496abf29260de4ba37054c +SIZE (gitlab-org-gitaly-52407ecfce7fc39b4f5f6db15cc6cb4e9a8c1f60_GL0.tar.gz) = 3672392 SHA256 (gitlab-org-gitlab-shell-50da611814d256c77e689977265ec7e07633a4dc_GL0.tar.gz) = a00e10d3dbe50e7c70b75c5fcf7d42a039a24c13b0b751a0339bb18261ac50af SIZE (gitlab-org-gitlab-shell-50da611814d256c77e689977265ec7e07633a4dc_GL0.tar.gz) = 124516 SHA256 (gitlab-org-labkit-397363e2404ac0276b1959373a1c1c2bc1610d67_GL0.tar.gz) = e48dae8ea183f946189a9ac7e4cbe4bc0fa583e6baafb0074a3463a879565ecb diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index ea74e153f5bf..acde6909d313 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Zuehlsdorff PORTNAME= gitlab-shell -PORTVERSION= 13.21.0 +PORTVERSION= 13.21.1 PORTREVISION= 0 CATEGORIES= devel @@ -15,7 +15,7 @@ USES= gmake go:modules USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 81e580997d07a7a9d3dddbd42cbb39f305c63b8b +GL_COMMIT= 593961bae309e92e9bff550d0231092f44813b06 USERS= git GROUPS= git diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo index 3e0a93902f26..7dc1b7623b26 100644 --- a/devel/gitlab-shell/distinfo +++ b/devel/gitlab-shell/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1632236619 +TIMESTAMP = 1633159553 SHA256 (DataDog-datadog-go-v4.4.0_GH0.tar.gz) = ca4e63041f5e0a176f0affd7a59979255de116686479816a80ff067531f141dc SIZE (DataDog-datadog-go-v4.4.0_GH0.tar.gz) = 43175 SHA256 (DataDog-dd-trace-go-v1.30.0_GH0.tar.gz) = a739f6c2c20cfa8ffe427451c9eeea3b369fd7bf1334507eef2b8d60088974a2 @@ -131,8 +131,8 @@ SHA256 (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 7590acdefcbbf9553bd3415bc7e5 SIZE (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 210139 SHA256 (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = c178bcad325857dba29551c16f40707701adf6e3a9e01e1ca3e5edfc3c6de8bc SIZE (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = 38010 -SHA256 (gitlab-org-gitlab-shell-81e580997d07a7a9d3dddbd42cbb39f305c63b8b_GL0.tar.gz) = d09f28271646c275a02a41253f7a2e594e8c6dfd8a1fc17442b48a1d700ca7f8 -SIZE (gitlab-org-gitlab-shell-81e580997d07a7a9d3dddbd42cbb39f305c63b8b_GL0.tar.gz) = 126597 +SHA256 (gitlab-org-gitlab-shell-593961bae309e92e9bff550d0231092f44813b06_GL0.tar.gz) = 93a0e0320c72612cf61ca2083ec822941396256b1edcee93a7dac27af51a897b +SIZE (gitlab-org-gitlab-shell-593961bae309e92e9bff550d0231092f44813b06_GL0.tar.gz) = 126704 SHA256 (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 31a6c86d809082126e11e98e050749932861297a3d21c8e4756b5618e06ac9fd SIZE (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 3465551 SHA256 (gitlab-org-labkit-dc97d99c35488e59727a3da089f764df901ba56f_GL0.tar.gz) = a09b5d54461028864d8f2bed3d9e1bf8ec1c469131540747d169e87f83fdfa9c diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index f0d4195e5492..85a4e9fcf9a1 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Zuehlsdorff PORTNAME= gitlab-ce -PORTVERSION= 14.3.1 +PORTVERSION= 14.3.2 PORTREVISION= 0 CATEGORIES= www devel @@ -16,9 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= git>=2.32.0:devel/git \ gitaly>=${PORTVERSION}:devel/gitaly \ gitlab-elasticsearch-indexer>=2.13.0:textproc/gitlab-elasticsearch-indexer \ - gitlab-agent>=14.3.2:net/gitlab-agent \ + gitlab-agent>=14.3.3:net/gitlab-agent \ gitlab-pages>=1.44.0:www/gitlab-pages \ - gitlab-shell>=13.21.0:devel/gitlab-shell \ + gitlab-shell>=13.21.1:devel/gitlab-shell \ gitlab-workhorse>=${PORTVERSION}:www/gitlab-workhorse \ redis>=6.0.14:databases/redis \ yarn>=1.10.0:www/yarn \ @@ -270,7 +270,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= c362490dfe27056da8c796e3b3e5a0f5e42acfaa +GL_COMMIT= 92acfb1b8a9019b3fa3c817d251b2624d55da26d USERS= git GROUPS= git diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo index c4e7ec861e8e..9bf43cd68a07 100644 --- a/www/gitlab-ce/distinfo +++ b/www/gitlab-ce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633029092 -SHA256 (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = e07ab68e70d1c2dea319dd2d7258a149e6690986989daa813a36a19431edc656 -SIZE (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = 94746681 +TIMESTAMP = 1633159240 +SHA256 (gitlab-org-gitlab-foss-92acfb1b8a9019b3fa3c817d251b2624d55da26d_GL0.tar.gz) = d618d90f40dd63d5b85d8540ee0d31578cf4a317f5ea3b5432c53b0187a0da5b +SIZE (gitlab-org-gitlab-foss-92acfb1b8a9019b3fa3c817d251b2624d55da26d_GL0.tar.gz) = 94745309 diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index 7952ce94fd31..55b2e5f40b9c 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Zuehlsdorff PORTNAME= gitlab-workhorse -PORTVERSION= 14.3.1 +PORTVERSION= 14.3.2 PORTREVISION= 0 CATEGORIES= www @@ -23,7 +23,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= c362490dfe27056da8c796e3b3e5a0f5e42acfaa +GL_COMMIT= 92acfb1b8a9019b3fa3c817d251b2624d55da26d # for go dependencies USE_GITHUB= nodefault diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index a462eaec688a..59808c3d77f6 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1633029115 +TIMESTAMP = 1633159257 SHA256 (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 99bd58f4a07dd02d9615e3638b3bb6dbfad80ef678ccdb8e17e3fa2b0fef343e SIZE (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 17102 SHA256 (Azure-azure-storage-blob-go-6df5d9af221d_GH0.tar.gz) = 31047920e4c507f913b9922ad920a2e9f6d48e6056bdc6869b6c257e3ab095a7 @@ -201,8 +201,8 @@ SHA256 (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 7590acdefcbbf9553bd3415bc7e5 SIZE (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 210139 SHA256 (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = c178bcad325857dba29551c16f40707701adf6e3a9e01e1ca3e5edfc3c6de8bc SIZE (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = 38010 -SHA256 (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = e07ab68e70d1c2dea319dd2d7258a149e6690986989daa813a36a19431edc656 -SIZE (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = 94746681 +SHA256 (gitlab-org-gitlab-foss-92acfb1b8a9019b3fa3c817d251b2624d55da26d_GL0.tar.gz) = d618d90f40dd63d5b85d8540ee0d31578cf4a317f5ea3b5432c53b0187a0da5b +SIZE (gitlab-org-gitlab-foss-92acfb1b8a9019b3fa3c817d251b2624d55da26d_GL0.tar.gz) = 94745309 SHA256 (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 31a6c86d809082126e11e98e050749932861297a3d21c8e4756b5618e06ac9fd SIZE (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 3465551 SHA256 (gitlab-org-labkit-9205b46eea68f47a36cefa783a306476f0b2dbfd_GL0.tar.gz) = c957c444298dd0f9ade07cb643d03e455dcc28d24bd203ead8d241bf50c6df57 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 07:51:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 959DC676F81; Sat, 2 Oct 2021 07:51:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLzhC3fj8z3CNj; Sat, 2 Oct 2021 07:51:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 532757343; Sat, 2 Oct 2021 07:51:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1927pd4F002910; Sat, 2 Oct 2021 07:51:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1927pdSU002909; Sat, 2 Oct 2021 07:51:39 GMT (envelope-from git) Date: Sat, 2 Oct 2021 07:51:39 GMT Message-Id: <202110020751.1927pdSU002909@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 89bee84778c0 - main - devel/boehm-gc: Update to 8.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 89bee84778c081a57aaa141ca4e28f28ac1552e0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 07:51:39 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=89bee84778c081a57aaa141ca4e28f28ac1552e0 commit 89bee84778c081a57aaa141ca4e28f28ac1552e0 Author: Yasuhiro Kimura AuthorDate: 2021-09-28 21:51:29 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-10-02 07:51:08 +0000 devel/boehm-gc: Update to 8.0.6 Changelog: https://github.com/ivmai/bdwgc/releases/tag/v8.0.6 Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32272 --- devel/boehm-gc/Makefile | 7 +++---- devel/boehm-gc/distinfo | 6 +++--- devel/boehm-gc/pkg-plist | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 4d801bdff583..1c1c0b21b31e 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,8 +1,7 @@ # Created by: Mike McGaughey PORTNAME= gc -PORTVERSION= 8.0.4 -PORTREVISION= 1 +PORTVERSION= 8.0.6 CATEGORIES= devel MASTER_SITES= http://www.hboehm.info/gc/gc_source/ \ https://github.com/ivmai/bdwgc/releases/download/v${PORTVERSION}/ @@ -50,11 +49,11 @@ PLIST_FILES= ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.a,} \ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.a,} \ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ - ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.4.3,} \ + ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.4.4,} \ ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.a,} \ ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ - ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.4.0,} \ + ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.4.1,} \ libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc RUN_DEPENDS+= ${LOCALBASE}/include/gc/gc.h:devel/boehm-gc . if ${GC_VARIANT} == "redirect" diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo index 6b2dde39e8af..2aa230148df9 100644 --- a/devel/boehm-gc/distinfo +++ b/devel/boehm-gc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551518559 -SHA256 (gc-8.0.4.tar.gz) = 436a0ddc67b1ac0b0405b61a9675bca9e075c8156f4debd1d06f3a56c7cd289d -SIZE (gc-8.0.4.tar.gz) = 1160528 +TIMESTAMP = 1632865018 +SHA256 (gc-8.0.6.tar.gz) = 3b4914abc9fa76593596773e4da671d7ed4d5390e3d46fbf2e5f155e121bea11 +SIZE (gc-8.0.6.tar.gz) = 1168660 diff --git a/devel/boehm-gc/pkg-plist b/devel/boehm-gc/pkg-plist index 3a941d1a84be..614442794972 100644 --- a/devel/boehm-gc/pkg-plist +++ b/devel/boehm-gc/pkg-plist @@ -25,10 +25,10 @@ lib/libcord.so.1.4.0 lib/libgc.a lib/libgc.so lib/libgc.so.1 -lib/libgc.so.1.4.3 +lib/libgc.so.1.4.4 lib/libgccpp.a lib/libgccpp.so lib/libgccpp.so.1 -lib/libgccpp.so.1.4.0 +lib/libgccpp.so.1.4.1 libdata/pkgconfig/bdw-gc.pc man/man3/gc.3.gz From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 07:57:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 674AA676D17; Sat, 2 Oct 2021 07:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLzqV2Sm6z3Cm4; Sat, 2 Oct 2021 07:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 350737722; Sat, 2 Oct 2021 07:57:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1927vwfd004212; Sat, 2 Oct 2021 07:57:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1927vwHv004211; Sat, 2 Oct 2021 07:57:58 GMT (envelope-from git) Date: Sat, 2 Oct 2021 07:57:58 GMT Message-Id: <202110020757.1927vwHv004211@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: e4d49c11aa01 - main - databases/closql: Update to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e4d49c11aa0129bbf40f48658601c1e2ef8c058c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 07:57:58 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4d49c11aa0129bbf40f48658601c1e2ef8c058c commit e4d49c11aa0129bbf40f48658601c1e2ef8c058c Author: Yasuhiro Kimura AuthorDate: 2021-09-28 21:29:15 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-10-02 07:55:28 +0000 databases/closql: Update to 1.2.0 Changelog: https://github.com/emacscollective/closql/blob/v1.2.0/CHANGELOG Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32273 --- databases/closql/Makefile | 3 +-- databases/closql/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/databases/closql/Makefile b/databases/closql/Makefile index bbebaf44eccc..69129dbca049 100644 --- a/databases/closql/Makefile +++ b/databases/closql/Makefile @@ -1,7 +1,6 @@ PORTNAME= closql DISTVERSIONPREFIX= v -DISTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/closql/distinfo b/databases/closql/distinfo index 3b284cc9c6b9..b4259f809ae9 100644 --- a/databases/closql/distinfo +++ b/databases/closql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623898447 -SHA256 (emacscollective-closql-v1.0.6_GH0.tar.gz) = 7fadcadd52f86c30189372b5d07f4d1dde108e25158c5e1d422d37ef7414597d -SIZE (emacscollective-closql-v1.0.6_GH0.tar.gz) = 20680 +TIMESTAMP = 1632864373 +SHA256 (emacscollective-closql-v1.2.0_GH0.tar.gz) = fd3eb3b8efafebf4438b10966d2a085e8bea758b74a8a68b078b387cc47c8aed +SIZE (emacscollective-closql-v1.2.0_GH0.tar.gz) = 20814 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 07:57:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9BF8D676F6B; Sat, 2 Oct 2021 07:57:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLzqW3dS7z3CcW; Sat, 2 Oct 2021 07:57:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5727774B0; Sat, 2 Oct 2021 07:57:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1927vxAv004236; Sat, 2 Oct 2021 07:57:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1927vxwM004235; Sat, 2 Oct 2021 07:57:59 GMT (envelope-from git) Date: Sat, 2 Oct 2021 07:57:59 GMT Message-Id: <202110020757.1927vxwM004235@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: b071a304f46d - main - editors/with-editor: Update to 3.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b071a304f46d64afbe5c5d8bf86fa13c7affc701 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 07:57:59 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=b071a304f46d64afbe5c5d8bf86fa13c7affc701 commit b071a304f46d64afbe5c5d8bf86fa13c7affc701 Author: Yasuhiro Kimura AuthorDate: 2021-10-02 00:59:32 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-10-02 07:55:48 +0000 editors/with-editor: Update to 3.0.5 Changes: https://github.com/magit/with-editor/commits/v3.0.5 Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32275 --- editors/with-editor/Makefile | 3 +-- editors/with-editor/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index 1ac5d5768f81..428d3d5af8ae 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -2,8 +2,7 @@ PORTNAME= with-editor DISTVERSIONPREFIX= v -DISTVERSION= 3.0.4 -PORTREVISION= 1 +DISTVERSION= 3.0.5 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/with-editor/distinfo b/editors/with-editor/distinfo index 270fd10c51b1..a7ce53ee5f62 100644 --- a/editors/with-editor/distinfo +++ b/editors/with-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621974040 -SHA256 (magit-with-editor-v3.0.4_GH0.tar.gz) = 1e5001cb0793f7d3e17d83121f557d7586f8c3760e71f5cfc3fdcf5057712c50 -SIZE (magit-with-editor-v3.0.4_GH0.tar.gz) = 31998 +TIMESTAMP = 1633136248 +SHA256 (magit-with-editor-v3.0.5_GH0.tar.gz) = 9926e69aef982a6c857d742016c274acfa00d2cb2b07f48e01477aa57639d488 +SIZE (magit-with-editor-v3.0.5_GH0.tar.gz) = 31985 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 07:58:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F4956767ED; Sat, 2 Oct 2021 07:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLzqX4pMjz3CwR; Sat, 2 Oct 2021 07:58:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C16E7554; Sat, 2 Oct 2021 07:58:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1927w0oJ004266; Sat, 2 Oct 2021 07:58:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1927w0U8004264; Sat, 2 Oct 2021 07:58:00 GMT (envelope-from git) Date: Sat, 2 Oct 2021 07:58:00 GMT Message-Id: <202110020758.1927w0U8004264@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 72612200fbef - main - devel/magit-devel: Update to latest snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 72612200fbefbca47ebfd9c635e6b615eccac263 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 07:58:01 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=72612200fbefbca47ebfd9c635e6b615eccac263 commit 72612200fbefbca47ebfd9c635e6b615eccac263 Author: Yasuhiro Kimura AuthorDate: 2021-09-30 15:04:48 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-10-02 07:56:05 +0000 devel/magit-devel: Update to latest snapshot Mark MAKE_JOBS_UNSAFE as parallel build fails if Emacs is built with native compilation enabled. Changes: https://github.com/magit/magit/commits/b4194014 Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32276 --- devel/magit-devel/Makefile | 7 ++++--- devel/magit-devel/distinfo | 6 +++--- devel/magit-devel/pkg-plist | 2 ++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/devel/magit-devel/Makefile b/devel/magit-devel/Makefile index b6b547d665cc..e01f33f317fc 100644 --- a/devel/magit-devel/Makefile +++ b/devel/magit-devel/Makefile @@ -1,8 +1,7 @@ PORTNAME= magit DISTVERSIONPREFIX= v -DISTVERSION= 3.2.1-32 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -gde1dc8e7 +DISTVERSION= 3.2.1-76 +DISTVERSIONSUFFIX= -gb4194014 CATEGORIES= devel elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} @@ -28,6 +27,8 @@ MAKE_ENV+= docdir=${DOCSDIR} \ lispdir=${PREFIX}/${_ELISPDIR} \ LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/ghub" \ VERSION=${PORTVERSION} +# Parallel build fails if Emacs is built with native compilation enabled +MAKE_JOBS_UNSAFE= yes CONFLICTS_INSTALL= magit-emacs* diff --git a/devel/magit-devel/distinfo b/devel/magit-devel/distinfo index 2d209c0ef959..81f87c9a51d8 100644 --- a/devel/magit-devel/distinfo +++ b/devel/magit-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629156669 -SHA256 (magit-magit-v3.2.1-32-gde1dc8e7_GH0.tar.gz) = 8aa9006a80a7102f210a835e4261426f67bdd64bba29913fd805e4ab791ca2b5 -SIZE (magit-magit-v3.2.1-32-gde1dc8e7_GH0.tar.gz) = 622368 +TIMESTAMP = 1633136590 +SHA256 (magit-magit-v3.2.1-76-gb4194014_GH0.tar.gz) = 9ff03a8a39c6b877cc9e5d813354d5a9611c946af54cb9fe2227b25e4cbec5dc +SIZE (magit-magit-v3.2.1-76-gb4194014_GH0.tar.gz) = 628327 diff --git a/devel/magit-devel/pkg-plist b/devel/magit-devel/pkg-plist index ac90f82027cb..db2495cbeeeb 100644 --- a/devel/magit-devel/pkg-plist +++ b/devel/magit-devel/pkg-plist @@ -7,6 +7,8 @@ %%ELISPDIR%%/magit-autoloads.el %%ELISPDIR%%/magit-autorevert.el %%ELISPDIR%%/magit-autorevert.elc +%%ELISPDIR%%/magit-bundle.el +%%ELISPDIR%%/magit-bundle.elc %%ELISPDIR%%/magit-bisect.el %%ELISPDIR%%/magit-bisect.elc %%ELISPDIR%%/magit-blame.el From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 07:58:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D4743676FB3; Sat, 2 Oct 2021 07:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLzqY5VP1z3Cx7; Sat, 2 Oct 2021 07:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BA4A734C; Sat, 2 Oct 2021 07:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1927w1MI004291; Sat, 2 Oct 2021 07:58:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1927w191004290; Sat, 2 Oct 2021 07:58:01 GMT (envelope-from git) Date: Sat, 2 Oct 2021 07:58:01 GMT Message-Id: <202110020758.1927w191004290@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: a43d5aad9296 - main - devel/forge-devel: Update to latest snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a43d5aad9296c67ba054f57da5dd06c293dee7ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 07:58:02 -0000 The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=a43d5aad9296c67ba054f57da5dd06c293dee7ed commit a43d5aad9296c67ba054f57da5dd06c293dee7ed Author: Yasuhiro Kimura AuthorDate: 2021-09-30 15:17:39 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-10-02 07:56:22 +0000 devel/forge-devel: Update to latest snapshot Mark MAKE_JOBS_UNSAFE as parallel build fails if Emacs is built with native compilation enabled. Changes: https://github.com/magit/forge/commits/6738256 Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32277 --- devel/forge-devel/Makefile | 7 ++++--- devel/forge-devel/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/forge-devel/Makefile b/devel/forge-devel/Makefile index 1aff789a8c93..22c952d36af2 100644 --- a/devel/forge-devel/Makefile +++ b/devel/forge-devel/Makefile @@ -1,8 +1,7 @@ PORTNAME= forge DISTVERSIONPREFIX= v -DISTVERSION= 0.2.1-14 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -g93c8005 +DISTVERSION= 0.2.1-35 +DISTVERSIONSUFFIX= -g6738256 CATEGORIES= devel elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} @@ -29,6 +28,8 @@ GH_ACCOUNT= magit MAKE_ENV+= INSTALL_INFO=install-info \ LOAD_PATH="${_LOAD_PATH}" +# Parallel build fails if Emacs is built with native compilation enabled +MAKE_JOBS_UNSAFE= yes ALL_TARGET= lisp info CONFLICTS= forge-emacs* diff --git a/devel/forge-devel/distinfo b/devel/forge-devel/distinfo index 12649e7a0243..e6ba6ee04131 100644 --- a/devel/forge-devel/distinfo +++ b/devel/forge-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628968519 -SHA256 (magit-forge-v0.2.1-14-g93c8005_GH0.tar.gz) = 7c43720335bd76abaa6fb451a470d0a559e9df4fd1748c64621e3aca075c6e7d -SIZE (magit-forge-v0.2.1-14-g93c8005_GH0.tar.gz) = 90153 +TIMESTAMP = 1633136819 +SHA256 (magit-forge-v0.2.1-35-g6738256_GH0.tar.gz) = e33994eb828b57cd0fb85df77dcc4e6af6fbf244f94aeac0d153a6b29945da22 +SIZE (magit-forge-v0.2.1-35-g6738256_GH0.tar.gz) = 90852 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 08:51:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3D4467812C; Sat, 2 Oct 2021 08:51:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM11p4njqz3Gmj; Sat, 2 Oct 2021 08:51:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84ACD1062D; Sat, 2 Oct 2021 08:51:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1928pw33083727; Sat, 2 Oct 2021 08:51:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1928pwYb083726; Sat, 2 Oct 2021 08:51:58 GMT (envelope-from git) Date: Sat, 2 Oct 2021 08:51:58 GMT Message-Id: <202110020851.1928pwYb083726@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: da130eda1411 - main - net/tramp: unbreak MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: da130eda141115ff6a7106ddbb043550452a21cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 08:51:58 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=da130eda141115ff6a7106ddbb043550452a21cd commit da130eda141115ff6a7106ddbb043550452a21cd Author: Antoine Brodin AuthorDate: 2021-10-02 08:51:46 +0000 Commit: Antoine Brodin CommitDate: 2021-10-02 08:51:46 +0000 net/tramp: unbreak --- net/tramp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/tramp/Makefile b/net/tramp/Makefile index df4c5b636dd3..f2a0002b2b53 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -29,10 +29,12 @@ INFO= tramp post-patch: @${REINPLACE_CMD} 's/^make/${MAKE_CMD}/' ${WRKSRC}/configure +.include + .if ${FLAVOR:U} != nox && ${FLAVOR:U} != devel_nox .if ! ( ${OSVERSION} >= 1300000 && ${FLAVOR:U} == devel_full ) PLIST_FILES+= ${TRAMP_LISPDIR}/tramp-gvfs.el ${TRAMP_LISPDIR}/tramp-gvfs.elc .endif .endif -.include +.include From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 08:55:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5DDF677E41; Sat, 2 Oct 2021 08:55:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM16551t7z3HHW; Sat, 2 Oct 2021 08:55:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F25E10428; Sat, 2 Oct 2021 08:55:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1928tfEM084226; Sat, 2 Oct 2021 08:55:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1928tfdn084225; Sat, 2 Oct 2021 08:55:41 GMT (envelope-from git) Date: Sat, 2 Oct 2021 08:55:41 GMT Message-Id: <202110020855.1928tfdn084225@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: 857d3b236581 - main - MOVED: games/gemrb was resurrected MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 857d3b236581cab30b97be0bcdf79221d8353254 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 08:55:41 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=857d3b236581cab30b97be0bcdf79221d8353254 commit 857d3b236581cab30b97be0bcdf79221d8353254 Author: Antoine Brodin AuthorDate: 2021-10-02 08:55:15 +0000 Commit: Antoine Brodin CommitDate: 2021-10-02 08:55:15 +0000 MOVED: games/gemrb was resurrected --- MOVED | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/MOVED b/MOVED index c76524ba3ca5..9857f582200a 100644 --- a/MOVED +++ b/MOVED @@ -15726,7 +15726,6 @@ www/py-pylons||2020-12-12|Has expired: Uses deprecated version of python www/py-qpy||2020-12-12|Has expired: Uses deprecated version of python news/py-sabyenc|news/py-sabyenc3|2020-12-12|Has expired: Uses deprecated version of python devel/py-gobject||2020-12-12|Has expired: Uses deprecated version of python -games/gemrb||2020-12-18|Has expired: Uses deprecated version of python net/iplog||2020-12-18|Has expired: Unmaintained and dead upstream. Does not build with modern compilers www/rubygem-rack21|www/rubygem-rack|2020-12-18|Obsolete, please use www/rubygem-rack chinese/rime-data||2020-12-23|Unneeded metaport @@ -16377,7 +16376,7 @@ databases/postgresql95-plpython||2021-06-13|Has expired: PostgreSQL-9.5 has reac databases/postgresql95-pltcl||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life databases/postgresql95-server||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life databases/pg_reorg||2021-06-13|Removed, abandonware only for PostgreSQL 9.5 -databases/pgespresso||2021-06-13|Removed, functionality part of PostgreSQL 9.6 and later. +databases/pgespresso||2021-06-13|Removed, functionality part of PostgreSQL 9.6 and later x11-fonts/urw-core35-fonts|x11-fonts/urw-base35-fonts|2021-06-15|Project was renamed upstream graphics/jpeg-xl|graphics/libjxl|2021-06-16|Project was renamed upstream chinese/docproj|textproc/docproj|2021-06-17|Deprecated after the doc transition @@ -16398,7 +16397,7 @@ devel/sparc64-xtoolchain-gcc|devel/freebsd-gcc6@sparc64|2021-06-18|Replaced by a devel/riscv64-xtoolchain-gcc|devel/freebsd-gcc9@riscv64|2021-06-19|Replaced by a flavor www/py-beautifulsoup448|www/py-beautifulsoup|2021-06-20|Remove obsoleted port. Use www/py-beautifulsoup instead comms/rtl-443|comms/rtl-433|2021-06-21|Fix typo in port directory name -devel/elixir-tirexs||2021-06-24|Remove obsoleted port. No releases on hex.pm. +devel/elixir-tirexs||2021-06-24|Remove obsoleted port. No releases on hex.pm lang/perl5.28||2021-06-26|Has expired: Support ends three years after .0 release. Please upgrade to a more recent version of Perl sysutils/cfengine314||2021-06-26|Has expired: Expire one year after cfengine 3.16.0 released sysutils/cfengine-masterfiles314||2021-06-26|Has expired: Expire one year after cfengine 3.16.0 released @@ -16464,17 +16463,17 @@ multimedia/py-mlt|multimedia/py-mlt6|2021-07-30|Moved to a versioned directory t net/openldap24-sasl-client|net/openldap24-client|2021-08-01|SASL is always enabled for OpenLDAP textproc/py-python-language-server|textproc/py-python-lsp-server|2021-08-01|Has expired: Upstream forked and replaced by py-python-lsp-server games/ponscripter-sekai|games/ponscripter-07th-mod|2021-08-13|Switch to active fork -sysutils/graid5||2021-08-21|Has expired: Module contains subtile errors and is obsolete by ZFS raidz. Consider migrating to ZFS. +sysutils/graid5||2021-08-21|Has expired: Module contains subtile errors and is obsolete by ZFS raidz. Consider migrating to ZFS x11-wm/gcompmgr||2021-08-21|Has expired: Abandonware since 2005, using discontinued libraries irc/lostirc||2021-08-21|Has expired: Abandonware since 2005, dependens on discontinued libraries math/normaliz|math/libnormaliz|2021-08-21|Remove duplicate devel/rubygem-paperclip||2021-08-28|Has expired: Use ActiveStorage or a fork kt-paperclip textproc/rubygem-rich||2021-08-28|Has expired: Depends on expired devel/rubygem-paperclip -devel/magit-popup||2021-09-01|Has expired: No consumer in the ports tree any more. -databases/mongodb49|databases/mongodb50|2021-09-01|Has expired: This was a developer version which became MongoDB 5.0. +devel/magit-popup||2021-09-01|Has expired: No consumer in the ports tree any more +databases/mongodb49|databases/mongodb50|2021-09-01|Has expired: This was a developer version which became MongoDB 5.0 editors/vim-console|editors/vim|2021-09-02|The "vim" package is now console-only editors/vim-tiny|editors/vim@tiny|2021-09-02|The vim-tiny package is now a vim flavor -lang/gcc7|lang/gcc10|2021-09-05|Has expired: Unsupported by upstream. Use GCC 10 or newer instead. +lang/gcc7|lang/gcc10|2021-09-05|Has expired: Unsupported by upstream. Use GCC 10 or newer instead www/py-django-rest-swagger|www/py-drf-yasg|2021-09-17|Has expired: Has expired: Upstream no longer maintained, please use www/py-drf-yasg instead www/py-django-taggit-serializer|www/py-django-taggit|2021-09-17|Has expired: Obsolete, please use www/py-django-taggit instead www/efront||2021-09-17|Has expired: Unsupported by upstream @@ -16490,12 +16489,12 @@ mail/opensmtpd-devel|mail/opensmtpd|2021-09-28|Has expired: move to offical rele devel/erlang-exmpp||2021-09-30|Removed, last upstream patches over 10 years ago sysutils/showbeastie||2021-09-30|Broken on FreeBSD 12 and above since 2018 www/squid3|www/squid|2021-09-30|Has expired: Unsupported by upstream -sysutils/cfengine310|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported. +sysutils/cfengine310|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported security/py-paramiko1|security/py-paramiko|2021-09-30|Has expired: Out of date version. No consumer now. Use security/py-paramiko sysutils/cfengine-masterfiles310|sysutils/cfengine-masterfiles317|2021-09-30|Has expired: cfengine310 will retire at FreeBSD 11 EOL security/openca-tools-forked|security/libscep|2021-09-30|Has expired: Use modern port security/libscep instead multimedia/sms1xxx-kmod|multimedia/webcamd|2021-09-30|Has expired: Supports DVB API v3 only. Use multimedia/webcamd instead -sysutils/cfengine311|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported. +sysutils/cfengine311|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported sysutils/cfengine-masterfiles311|sysutils/cfengine-masterfiles317|2021-09-30|Has expired: cfengine311 will retire at FreeBSD 11 EOL mail/postfix35|mail/postfix|2021-09-30|Has expired: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x) graphics/drm-fbsd11.2-kmod||2021-09-30|Removed, only useful on EOL FreeBSD 11.4 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 10:09:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E91A678470; Sat, 2 Oct 2021 10:09:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM2kj32mRz3MlT; Sat, 2 Oct 2021 10:09:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44E0211348; Sat, 2 Oct 2021 10:09:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192A91Hk077886; Sat, 2 Oct 2021 10:09:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192A91AI077885; Sat, 2 Oct 2021 10:09:01 GMT (envelope-from git) Date: Sat, 2 Oct 2021 10:09:01 GMT Message-Id: <202110021009.192A91AI077885@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: 4cd82bf55071 - main - www/nextcloud: Update to 22.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4cd82bf550717be2695721cf3ae8ba790ce2b292 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 10:09:01 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cd82bf550717be2695721cf3ae8ba790ce2b292 commit 4cd82bf550717be2695721cf3ae8ba790ce2b292 Author: Bernard Spil AuthorDate: 2021-10-02 10:08:12 +0000 Commit: Bernard Spil CommitDate: 2021-10-02 10:08:12 +0000 www/nextcloud: Update to 22.2.0 --- www/nextcloud/Makefile | 3 +-- www/nextcloud/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index dc63690adbb7..0bf08b68dccf 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -1,6 +1,5 @@ PORTNAME= nextcloud -PORTVERSION= 22.1.1 -PORTREVISION= 2 +PORTVERSION= 22.2.0 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/nextcloud/distinfo b/www/nextcloud/distinfo index e11ae18e978f..9b5c8c3fd285 100644 --- a/www/nextcloud/distinfo +++ b/www/nextcloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630076234 -SHA256 (nextcloud/nextcloud-22.1.1.tar.bz2) = e55b6eb977fb539081e33a7d8f196e38430eb337cc76bf0379a663a497fbde5b -SIZE (nextcloud/nextcloud-22.1.1.tar.bz2) = 145195483 +TIMESTAMP = 1633168433 +SHA256 (nextcloud/nextcloud-22.2.0.tar.bz2) = 273dba3ce43501b897e8b78996b50329e31da2b5402866ac20b318cdaddf3e1f +SIZE (nextcloud/nextcloud-22.2.0.tar.bz2) = 131241307 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 10:51:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 240C7679434; Sat, 2 Oct 2021 10:51:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM3gs0HR6z3hGS; Sat, 2 Oct 2021 10:51:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDB1511BFC; Sat, 2 Oct 2021 10:51:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192ApaCL043498; Sat, 2 Oct 2021 10:51:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192Apaa9043497; Sat, 2 Oct 2021 10:51:36 GMT (envelope-from git) Date: Sat, 2 Oct 2021 10:51:36 GMT Message-Id: <202110021051.192Apaa9043497@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dimitry Andric Subject: git: 89909595ad9b - main - archivers/upx: fix build with clang 13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 89909595ad9b51a93554a9ee9db62c066c46a8bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 10:51:37 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=89909595ad9b51a93554a9ee9db62c066c46a8bd commit 89909595ad9b51a93554a9ee9db62c066c46a8bd Author: Dimitry Andric AuthorDate: 2021-09-27 18:46:16 +0000 Commit: Dimitry Andric CommitDate: 2021-10-02 10:48:13 +0000 archivers/upx: fix build with clang 13 During an exp-run for llvm 13 (see bug 258209), it turned out that archivers/upx fails to build with clang 13: p_wcle.cpp:739:27: error: variable 'n' set but not used [-Werror,-Wunused-but-set-variable] unsigned count,object,n,r; ^ 1 error generated. This is because clang 13 now has a -Wunused-but-set-variable warning similar to gcc's, and it is enabled under -Wall. The p_wcle.cpp file has two instances where the 'n' variable is used for debugging purposes, but the first instance is marked with UNUSED(n). The second is not, triggering this warning. Fix it by also marking the second instance with UNUSED(n). PR: 258394 Approved by: maintainer timeout (3 weeks) --- archivers/upx/files/patch-src_p__wcle.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/archivers/upx/files/patch-src_p__wcle.cpp b/archivers/upx/files/patch-src_p__wcle.cpp new file mode 100644 index 000000000000..509eda2f9b10 --- /dev/null +++ b/archivers/upx/files/patch-src_p__wcle.cpp @@ -0,0 +1,10 @@ +--- src/p_wcle.cpp.orig 2018-08-26 02:58:09 UTC ++++ src/p_wcle.cpp +@@ -763,6 +763,7 @@ void PackWcle::decodeEntryTable() + } + + //if (Opt_debug) printf("\n%d entries decoded.\n",n); ++ UNUSED(n); + + soentries = ptr_diff(p, ientries) + 1; + oentries = ientries; From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 11:08:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 36A6E6799C0; Sat, 2 Oct 2021 11:08:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM43c0sHhz3hqY; Sat, 2 Oct 2021 11:08:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F193311DF9; Sat, 2 Oct 2021 11:08:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192B8hsf057735; Sat, 2 Oct 2021 11:08:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192B8h8g057734; Sat, 2 Oct 2021 11:08:43 GMT (envelope-from git) Date: Sat, 2 Oct 2021 11:08:43 GMT Message-Id: <202110021108.192B8h8g057734@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dimitry Andric Subject: git: a1edd535d35d - main - x11/libwacom: work around lld 13 no longer supporting symver tricks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a1edd535d35d03e2d54a49bffac39035b990a716 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 11:08:44 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=a1edd535d35d03e2d54a49bffac39035b990a716 commit a1edd535d35d03e2d54a49bffac39035b990a716 Author: Dimitry Andric AuthorDate: 2021-09-12 19:44:36 +0000 Commit: Dimitry Andric CommitDate: 2021-10-02 10:58:25 +0000 x11/libwacom: work around lld 13 no longer supporting symver tricks Though x11/libwacom was not yet built during the exp-run for clang/llvm 13 (see bug 258209), due to some other dependencies not being available yet, I noticed that it failed to build with clang 13, or more specifically this is due to a behavior change in lld 13: ... [ 33% 10/30] cc -o generate-hwdb generate-hwdb.p/tools_generate-hwdb.c.o -Wl,--as-needed -Wl,--no-undefined -fstack-protector-strong -O2 -pipe -g -fstack-protector-strong -fno-strict-aliasing '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/wrkdirs/share/dim/ports/x11/libwacom/work/libwacom-1.5/_build/ -Wl,--start-group libwacom.so.2.6.1 /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so -Wl,--end-group [ 36% 11/30] /usr/local/bin/meson --internal exe --capture 65-libwacom.hwdb -- /wrkdirs/share/dim/ports/x11/libwacom/work/libwacom-1.5/_build/generate-hwdb FAILED: 65-libwacom.hwdb /usr/local/bin/meson --internal exe --capture 65-libwacom.hwdb -- /wrkdirs/share/dim/ports/x11/libwacom/work/libwacom-1.5/_build/generate-hwdb --- stderr --- Unfortunately the meson build process doesn't really show you why it failed, but it turns out that running the 'generate-hwdb' command segfaults: Starting program: /wrkdirs/share/dim/ports/x11/libwacom/work/libwacom-1.5/_build/generate-hwdb Program received signal SIGSEGV, Segmentation fault. libwacom_add_match (device=device@entry=0x801031320, newmatch=0x0) at ../libwacom/libwacom.c:943 943 device->matches[device->nmatches - 1] = libwacom_match_ref(newmatch); (gdb) bt #0 libwacom_add_match (device=device@entry=0x801031320, newmatch=0x0) at ../libwacom/libwacom.c:943 #1 0x000000080024fc7d in libwacom_matchstr_to_match (device=device@entry=0x801031320, matchstr=) at ../libwacom/libwacom-database.c:207 #2 0x000000080024e313 in libwacom_parse_tablet_keyfile (db=0x8010365a0, datadir=0x200b70 "/wrkdirs/share/dim/ports/x11/libwacom/work/libwacom-1.5/data", filename=) at ../libwacom/libwacom-database.c:652 #3 load_tablet_files (db=0x8010365a0, datadir=0x200b70 "/wrkdirs/share/dim/ports/x11/libwacom/work/libwacom-1.5/data") at ../libwacom/libwacom-database.c:865 #4 libwacom_database_new_for_path (datadir=0x200b70 "/wrkdirs/share/dim/ports/x11/libwacom/work/libwacom-1.5/data") at ../libwacom/libwacom-database.c:959 #5 0x00000000002021b6 in main (argc=, argv=0x801036630) at ../tools/generate-hwdb.c:131 What happens is that an internal function 'libwacom_match_new' is supposed to be called, which returns a new 'WacomMatch' object. But instead, it calls a empty stub which returns NULL, resulting in this segfault. The empty stub was added as a rather nasty upstream hack to "Alias the accidentally exposed ABI into different functions", in https://github.com/linuxwacom/libwacom/commit/b9961dbe912fa096230460b194eebdc8a590d256: > A special "trick" is used here to hide the ABI from new versions: > Usually when defining multiple versioned symbols, one would define one as the > default one with @@ > .symver _foo1,foo@VERSION1 > .symver _foo2,foo@@version2 <-- default one > By leaving out the default one, ld doesn't know which one to link to and > fails with an unresolved symbol. rtld however can still figure it out, so > anything compiled will continue to work. This way we can make a symbol > disappear from the library for new builds but have old builds continue to > work with the new version. Unfortunately this trick/hack does not work anymore with lld 13, since https://github.com/llvm/llvm-project/commit/66d44304921, ("[ELF] Combine foo@v1 and foo with the same versionId if both are defined "). The idea behind the hack is to have the linker call the 'real' libwacom_match_new function whenever it is called from inside the library itself, but any external callers get the stubbed version which doesn't really do anything. I think libwacom should have used a different approach here, but just renaming those accidentally exposed internal functions to something different. Then the tricks with .symver are completely unnecessary. Here I added a patch that is as simple as possible, which adds #defines for two affected functions in libwacomint.h, renaming then from 'libwacom_xxx' to 'libwacom_internal_xxx'. This does not affect the corresponding exposed functions in the libwacom.so, and makes the 'generate-hwdb' command work OK again. I also ran the complete libwacom test suite, including the deprecated functions test, and it works fine. PR: 258463 Approved by: zeising (maintainer) MFH: 2021Q4 --- x11/libwacom/files/patch-libwacom_libwacomint.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/x11/libwacom/files/patch-libwacom_libwacomint.h b/x11/libwacom/files/patch-libwacom_libwacomint.h new file mode 100644 index 000000000000..03f98ec6b4a7 --- /dev/null +++ b/x11/libwacom/files/patch-libwacom_libwacomint.h @@ -0,0 +1,12 @@ +--- libwacom/libwacomint.h.orig 2020-06-25 22:38:10 UTC ++++ libwacom/libwacomint.h +@@ -135,6 +135,9 @@ WacomStylus* libwacom_stylus_unref(WacomStylus *stylus + WacomMatch* libwacom_match_ref(WacomMatch *match); + WacomMatch* libwacom_match_unref(WacomMatch *match); + ++#define libwacom_error_set libwacom_internal_error_set ++#define libwacom_match_new libwacom_internal_match_new ++ + void libwacom_error_set(WacomError *error, enum WacomErrorCode code, const char *msg, ...); + void libwacom_add_match(WacomDevice *device, WacomMatch *newmatch); + WacomMatch* libwacom_match_new(const char *name, WacomBusType bus, From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 11:19:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 93A45679BD0; Sat, 2 Oct 2021 11:19:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM4Hg3hTtz3jrk; Sat, 2 Oct 2021 11:19:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5087F1258E; Sat, 2 Oct 2021 11:19:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192BJBTS070724; Sat, 2 Oct 2021 11:19:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192BJBah070723; Sat, 2 Oct 2021 11:19:11 GMT (envelope-from git) Date: Sat, 2 Oct 2021 11:19:11 GMT Message-Id: <202110021119.192BJBah070723@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dimitry Andric Subject: git: 7075120b4d50 - main - irc/bitchx: fix non-static inline functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7075120b4d50ebba264775ce8a5bcbcafd1d99a2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 11:19:11 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=7075120b4d50ebba264775ce8a5bcbcafd1d99a2 commit 7075120b4d50ebba264775ce8a5bcbcafd1d99a2 Author: Dimitry Andric AuthorDate: 2021-09-12 20:13:36 +0000 Commit: Dimitry Andric CommitDate: 2021-10-02 11:08:57 +0000 irc/bitchx: fix non-static inline functions During an exp-run for llvm 13 (see bug 258209), it turned out that both chinese/bitchx and irc/bitchx fail to build with clang 13 [1]: ... cc -fstack-protector-strong -L/usr/lib -o BitchX alias.o alist.o array.o art.o banlist.o bot_link.o cdcc.o cdns.o chelp.o commands.o commands2.o compat.o cset.o ctcp.o dcc.o debug.o encrypt.o exec.o files.o flood.o fset.o functions.o funny.o glob.o hash.o hebrew.o help.o history.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o mail.o misc.o modules.o names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o readlog.o reg.o screen.o server.o stack.o status.o struct.o tcl_public.o term.o timer.o translat.o user.o userlist.o vars.o who.o whowas.o window.o words.o -ldl -ltinfo -lssl -lcrypto -lm -lcrypt ld: error: undefined symbol: operator >>> referenced by alias.c >>> alias.o:(zzlex) cc: error: linker command failed with exit code 1 (use -v to see invocation) This is because several functions in source/expr2.c are marked __inline, without either static or extern keyword. The compiler then has to assume the function is also externally available. Fix this by marking the affected functions static. PR: 258464 Approved by: fernape (maintainer) MFH: 2021Q4 --- irc/bitchx/files/patch-source_expr2.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/irc/bitchx/files/patch-source_expr2.c b/irc/bitchx/files/patch-source_expr2.c new file mode 100644 index 000000000000..08df39bb0083 --- /dev/null +++ b/irc/bitchx/files/patch-source_expr2.c @@ -0,0 +1,29 @@ +--- source/expr2.c.orig 2008-02-25 09:49:14 UTC ++++ source/expr2.c +@@ -1192,7 +1192,7 @@ int lexerr (expr_info *c, char *format, ...) + * case 'operand' is set to 1. When an operand is lexed, then the next token + * is expected to be a binary operator, so 'operand' is set to 0. + */ +-__inline int check_implied_arg (expr_info *c) ++__inline static int check_implied_arg (expr_info *c) + { + if (c->operand == 2) + { +@@ -1205,7 +1205,7 @@ __inline int check_implied_arg (expr_info *c) + return c->operand; + } + +-__inline TOKEN operator (expr_info *c, char *x, int y, TOKEN z) ++__inline static TOKEN operator (expr_info *c, char *x, int y, TOKEN z) + { + check_implied_arg(c); + if (c->operand) +@@ -1216,7 +1216,7 @@ __inline TOKEN operator (expr_info *c, char *x, int y + return z; + } + +-__inline TOKEN unary (expr_info *c, char *x, int y, TOKEN z) ++__inline static TOKEN unary (expr_info *c, char *x, int y, TOKEN z) + { + if (!c->operand) + return lexerr(c, "An operator (%s) was found where " From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 11:23:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C6DE679E1A; Sat, 2 Oct 2021 11:23:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM4NP0bw3z3kcw; Sat, 2 Oct 2021 11:23:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE43512716; Sat, 2 Oct 2021 11:23:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192BNGcW084193; Sat, 2 Oct 2021 11:23:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192BNGM1084192; Sat, 2 Oct 2021 11:23:16 GMT (envelope-from git) Date: Sat, 2 Oct 2021 11:23:16 GMT Message-Id: <202110021123.192BNGM1084192@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dimitry Andric Subject: git: 0efce95397d4 - main - chinese/c2t: fix "error: address of register variable requested" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0efce95397d4b53be14448a803902191ab8c1df3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 11:23:17 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=0efce95397d4b53be14448a803902191ab8c1df3 commit 0efce95397d4b53be14448a803902191ab8c1df3 Author: Dimitry Andric AuthorDate: 2021-09-12 20:48:25 +0000 Commit: Dimitry Andric CommitDate: 2021-10-02 11:19:56 +0000 chinese/c2t: fix "error: address of register variable requested" During an exp-run for llvm 13 (see bug 258209), it turned out that chinese/c2t fails to build with clang 13: cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DCHINDICT=\"/usr/local/share/chinese/gb/TONEPY.tit\" -c c2t.c c2t.c:99:3: error: address of register variable requested hz[2] = '\0'; ^~ c2t.c:107:7: error: address of register variable requested hz[0] = (char)eka; ^~ c2t.c:108:7: error: address of register variable requested hz[1] = (char)toka; ^~ c2t.c:113:8: error: address of register variable requested if (hz[0] != (*pipo)[i] || hz[1] != (*pipo)[i+1]) continue; ^~ c2t.c:113:31: error: address of register variable requested if (hz[0] != (*pipo)[i] || hz[1] != (*pipo)[i+1]) continue; ^~ c2t.c:133:36: error: address of register variable requested fprintf(miss_chars, "%c", hz[0]); ^~ c2t.c:134:30: error: address of register variable requested fprintf(miss_chars, "%c ", hz[1]); ^~ c2t.c:143:17: error: address of register variable requested printf("%c", hz[0]); ^~ c2t.c:144:18: error: address of register variable requested printf("%c ", hz[1]); ^~ 9 errors generated. As indicated, arrays shouldn't be register variables as they don't have addresses. In general, the register keyword is deprecated and should no longer be used. To fix this, use a command line flag to define "register" to empty. PR: 258465 Approved by: maintainer timeout (2 weeks) MFH: 2021Q4 --- chinese/c2t/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile index f39b83ce7475..fc3e01b36cc8 100644 --- a/chinese/c2t/Makefile +++ b/chinese/c2t/Makefile @@ -13,6 +13,8 @@ COMMENT= Translates GB/Big5 encoding to tone pinyin NO_WRKSUBDIR= yes EXTRACT_ONLY= c2t.tar.gz +CFLAGS+= -Dregister= + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/c2t ${STAGEDIR}${PREFIX}/bin From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 11:30:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4DED5679D2F; Sat, 2 Oct 2021 11:30:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM4Xw1Xrlz3kft; Sat, 2 Oct 2021 11:30:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 154C91271D; Sat, 2 Oct 2021 11:30:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192BUdoX093018; Sat, 2 Oct 2021 11:30:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192BUdis093017; Sat, 2 Oct 2021 11:30:39 GMT (envelope-from git) Date: Sat, 2 Oct 2021 11:30:39 GMT Message-Id: <202110021130.192BUdis093017@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dimitry Andric Subject: git: 9324aed8ec1e - main - emulators/elliott: fix unused but set variable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9324aed8ec1e8eded0cf24824d5fc8732a93155b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 11:30:40 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=9324aed8ec1e8eded0cf24824d5fc8732a93155b commit 9324aed8ec1e8eded0cf24824d5fc8732a93155b Author: Dimitry Andric AuthorDate: 2021-09-13 07:56:40 +0000 Commit: Dimitry Andric CommitDate: 2021-10-02 11:24:44 +0000 emulators/elliott: fix unused but set variable During an exp-run for llvm 13 (see bug 258209), it turned out that emulators/elliott fails to build with clang 13: emulator.c:536:20: error: variable 'y' set but not used [-Werror,-Wunused-but-set-variable] int x, x1, y; ^ 1 error generated. This is because x, x1 and y are used in ncurses getyx() macros, but in this case the program is not interested in the y result. Mark it as __unused to get rid of the warning. PR: 258471 Approved by: maintainer timeout (2 weeks) MFH: 2021Q4 --- emulators/elliott-803/files/patch-emulator_emulator.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emulators/elliott-803/files/patch-emulator_emulator.c b/emulators/elliott-803/files/patch-emulator_emulator.c new file mode 100644 index 000000000000..c8cd49eb7858 --- /dev/null +++ b/emulators/elliott-803/files/patch-emulator_emulator.c @@ -0,0 +1,11 @@ +--- emulator/emulator.c.orig 2020-11-27 12:36:20 UTC ++++ emulator/emulator.c +@@ -533,7 +533,7 @@ bool handle_key(commands_t *cmd, + wch[0] = c; + wch[1] = L'\0'; + +- int x, x1, y; ++ int x, x1, y __unused; + getyx(pads->status, y, x); + + waddwstr(pads->status, wch); From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 11:33:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EECF367A34F; Sat, 2 Oct 2021 11:33:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM4bq6TBqz3kj8; Sat, 2 Oct 2021 11:33:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B36B512967; Sat, 2 Oct 2021 11:33:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192BXBj6097442; Sat, 2 Oct 2021 11:33:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192BXBEg097441; Sat, 2 Oct 2021 11:33:11 GMT (envelope-from git) Date: Sat, 2 Oct 2021 11:33:11 GMT Message-Id: <202110021133.192BXBEg097441@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dimitry Andric Subject: git: dc7880696558 - main - irc/unreal: fix inline which should be static MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dc7880696558831fccc6ce5a7470095dd6765cf4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 11:33:12 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=dc7880696558831fccc6ce5a7470095dd6765cf4 commit dc7880696558831fccc6ce5a7470095dd6765cf4 Author: Dimitry Andric AuthorDate: 2021-09-13 08:15:15 +0000 Commit: Dimitry Andric CommitDate: 2021-10-02 11:30:32 +0000 irc/unreal: fix inline which should be static During an exp-run for llvm 13 (see bug 258209), it turned out that irc/unreal fails to build with clang 13: cc -I../include -I@TREINCDIR@ -I/wrkdirs/usr/ports/irc/unreal/work/Unreal3.2.10.7/extras/regexp/include -pipe -O2 -pipe -I/usr/local/include -fcommon -fstack-protector-strong -fno-strict-aliasing -funsigned-char -Wl,-export-dynamic -L/usr/local/lib -fstack-protector-strong -lssl -lcrypto -o ircd timesynch.o res.o s_bsd.o auth.o aln.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o s_auth.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o version.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o -L/usr/local/lib -fstack-protector-strong -lcrypt /wrkdirs/usr/ports/irc/unreal/work/Unreal3.2.10.7/extras/regexp/lib/libtre.a -L/usr/local/lib -fstack-protector-strong -L/usr/local/lib -lcares -lssl -lcrypto ld: error: undefined symbol: parse_addlag >>> referenced by parse.c >>> parse.o:(parse) >>> referenced by parse.c >>> parse.o:(parse) cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 This is because parse_addlag() is marked as 'inline' but does not have either 'static' or 'extern' specifiers. Add a 'static' specifier to resolve the link error. PR: 258472 Approved by: maintainer timeout (2 weeks) MFH: 2021Q4 --- irc/unreal/files/patch-src_parse.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/irc/unreal/files/patch-src_parse.c b/irc/unreal/files/patch-src_parse.c new file mode 100644 index 000000000000..a71a5f67e229 --- /dev/null +++ b/irc/unreal/files/patch-src_parse.c @@ -0,0 +1,11 @@ +--- src/parse.c.orig 2016-09-03 19:34:06 UTC ++++ src/parse.c +@@ -156,7 +156,7 @@ void ban_flooder(aClient *cptr) + /* + * This routine adds fake lag if needed. + */ +-inline void parse_addlag(aClient *cptr, int cmdbytes) ++static inline void parse_addlag(aClient *cptr, int cmdbytes) + { + if (!IsServer(cptr) && !IsNoFakeLag(cptr) && + #ifdef FAKELAG_CONFIGURABLE From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 12:56:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0736B67B810; Sat, 2 Oct 2021 12:56:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM6RQ6Z49z3qN1; Sat, 2 Oct 2021 12:56:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C13EF1357A; Sat, 2 Oct 2021 12:56:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192Cu2if003758; Sat, 2 Oct 2021 12:56:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192Cu2uh003757; Sat, 2 Oct 2021 12:56:02 GMT (envelope-from git) Date: Sat, 2 Oct 2021 12:56:02 GMT Message-Id: <202110021256.192Cu2uh003757@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Michael Gmelin Subject: git: 43ac6aef769c - 2021Q3 - devel/arcanist-lib: Use Mozilla root CA bundle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: grembo X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 43ac6aef769c55551762dd013c5ab09ebcde8e6a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 12:56:03 -0000 The branch 2021Q3 has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=43ac6aef769c55551762dd013c5ab09ebcde8e6a commit 43ac6aef769c55551762dd013c5ab09ebcde8e6a Author: Michael Gmelin AuthorDate: 2021-10-01 11:03:43 +0000 Commit: Michael Gmelin CommitDate: 2021-10-02 12:54:09 +0000 devel/arcanist-lib: Use Mozilla root CA bundle This fixes problems with Let's Encrypt certificates after the R3 Let's Encrypt intermediate CA expired. Arcanist uses its own certificate bundle by default (default.pem), overriding curl's default, unless curl.cainfo is set explicitly. The port now replaces this custom bundle with a symlink to Mozilla's root CA bundle as installed by security/ca_root_nss. PR: 258824 Reported by: yasu (cherry picked from commit 21ddc093a48b642a6a0c533069ed2118d0cdd066) --- devel/arcanist-lib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index b73e2d8f8a7d..7344c35a2d3d 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -1,5 +1,6 @@ PORTNAME?= arcanist PORTVERSION?= 20210113 +PORTREVISION?= 1 CATEGORIES?= devel PKGNAMESUFFIX= ${SLAVE_PKGNAMESUFFIX}${PHP_PKGNAMESUFFIX} @@ -36,6 +37,8 @@ PLIST= ${.CURDIR}/pkg-plist .if ${SLAVEPORT} == lib SLAVE_PKGNAMESUFFIX= -${SLAVEPORT} +RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss + OPTIONS_DEFINE= ENCODINGS OPTIONS_DEFAULT=ENCODINGS ENCODINGS_DESC= Support for encodings other than utf-8 @@ -78,6 +81,8 @@ do-install: @${REINPLACE_CMD} \ 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' \ ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/src/workflow/ArcanistAnoidWorkflow.php + ${LN} -sf ${LOCALBASE}/share/certs/ca-root-nss.crt \ + ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/resources/ssl/default.pem ${RLN} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/support/shell/hooks/bash-completion.sh \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/arc ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/bin/arc shell-complete --generate From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 12:56:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 24F9367B6D7; Sat, 2 Oct 2021 12:56:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM6RS0SdDz3qkx; Sat, 2 Oct 2021 12:56:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E536613747; Sat, 2 Oct 2021 12:56:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192Cu32c003782; Sat, 2 Oct 2021 12:56:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192Cu3LX003781; Sat, 2 Oct 2021 12:56:03 GMT (envelope-from git) Date: Sat, 2 Oct 2021 12:56:03 GMT Message-Id: <202110021256.192Cu3LX003781@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Michael Gmelin Subject: git: f24c5f685d05 - 2021Q3 - devel/phabricator: Bump minimum arcanist-lib dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: grembo X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: f24c5f685d0501bceea66b0558b676169ec8afa0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 12:56:04 -0000 The branch 2021Q3 has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=f24c5f685d0501bceea66b0558b676169ec8afa0 commit f24c5f685d0501bceea66b0558b676169ec8afa0 Author: Michael Gmelin AuthorDate: 2021-10-01 11:51:28 +0000 Commit: Michael Gmelin CommitDate: 2021-10-02 12:54:20 +0000 devel/phabricator: Bump minimum arcanist-lib dependency This makes sure phabricator is using the Mozilla root CA bundle when doing webhook calls (e.g., from harbormaster). Before it would use the custom root CA bundle that shipped with arcanist, which hasn't been updated in a while. This caused problems with Let's Encrypt issued certificates, after the R3 Let's Encrypt intermediate CA expired. (cherry picked from commit e48613f2da0d1c38c045408998c577c90af8af4f) --- devel/phabricator/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index 09d0bebff367..3466c34f3c89 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -1,6 +1,6 @@ PORTNAME= phabricator PORTVERSION= 20201119 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -13,7 +13,7 @@ COMMENT= Open source, software engineering platform LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= arcanist-lib${PHP_PKGNAMESUFFIX}>=20200514:devel/arcanist-lib@${PHP_FLAVOR} \ +RUN_DEPENDS= arcanist-lib${PHP_PKGNAMESUFFIX}>=20210113_1:devel/arcanist-lib@${PHP_FLAVOR} \ git:devel/git USES= php:cli,flavors shebangfix @@ -57,6 +57,7 @@ OPCACHE_USE= PHP=opcache USE_GITHUB= yes NO_BUILD= yes +NO_ARCH= yes USE_RC_SUBR= phd SUB_FILES= pkg-message PORTSCOUT= ignore:1 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 13:06:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DBBC567B9FC; Sat, 2 Oct 2021 13:06:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM6g45dffz3qk0; Sat, 2 Oct 2021 13:06:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D84813B48; Sat, 2 Oct 2021 13:06:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192D68vJ017565; Sat, 2 Oct 2021 13:06:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192D68Im017564; Sat, 2 Oct 2021 13:06:08 GMT (envelope-from git) Date: Sat, 2 Oct 2021 13:06:08 GMT Message-Id: <202110021306.192D68Im017564@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: f4e3caec76ff - main - sysutils/xfce4-cpugraph-plugin: Update to 1.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f4e3caec76ffa0d0cf5b5183eba49f6cb0673c30 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 13:06:08 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4e3caec76ffa0d0cf5b5183eba49f6cb0673c30 commit f4e3caec76ffa0d0cf5b5183eba49f6cb0673c30 Author: Guido Falsi AuthorDate: 2021-10-02 13:05:36 +0000 Commit: Guido Falsi CommitDate: 2021-10-02 13:05:36 +0000 sysutils/xfce4-cpugraph-plugin: Update to 1.2.4 --- sysutils/xfce4-cpugraph-plugin/Makefile | 2 +- sysutils/xfce4-cpugraph-plugin/distinfo | 6 +++--- sysutils/xfce4-cpugraph-plugin/pkg-plist | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 41094ab5ffe1..33ff4bcde3db 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -1,7 +1,7 @@ # Created by: Matt Lancereau PORTNAME= xfce4-cpugraph-plugin -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-cpugraph-plugin/distinfo b/sysutils/xfce4-cpugraph-plugin/distinfo index 1a7f1bc45296..cce8291a7289 100644 --- a/sysutils/xfce4-cpugraph-plugin/distinfo +++ b/sysutils/xfce4-cpugraph-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614105885 -SHA256 (xfce4/xfce4-cpugraph-plugin-1.2.3.tar.bz2) = fb0cccd9a678136256edd0f04f945e611ab0aa912837f57413ef3bb0f515608c -SIZE (xfce4/xfce4-cpugraph-plugin-1.2.3.tar.bz2) = 427880 +TIMESTAMP = 1633164806 +SHA256 (xfce4/xfce4-cpugraph-plugin-1.2.4.tar.bz2) = c7d21de539f6263ecbee5971497bb22a1e84628f0e1483b6302a7976745d7705 +SIZE (xfce4/xfce4-cpugraph-plugin-1.2.4.tar.bz2) = 445048 diff --git a/sysutils/xfce4-cpugraph-plugin/pkg-plist b/sysutils/xfce4-cpugraph-plugin/pkg-plist index 40c56ffde488..105861af3c0d 100644 --- a/sysutils/xfce4-cpugraph-plugin/pkg-plist +++ b/sysutils/xfce4-cpugraph-plugin/pkg-plist @@ -55,6 +55,7 @@ lib/xfce4/panel/plugins/libcpugraph.so %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-cpugraph-plugin.mo share/xfce4/panel/plugins/cpugraph.desktop -share/icons/hicolor/48x48/apps/xfce4-cpugraph-plugin.png -share/icons/hicolor/22x22/apps/xfce4-cpugraph-plugin.png -share/icons/hicolor/16x16/apps/xfce4-cpugraph-plugin.png +share/icons/hicolor/128x128/apps/org.xfce.panel.cpugraph.png +share/icons/hicolor/16x16/apps/org.xfce.panel.cpugraph.png +share/icons/hicolor/32x32/apps/org.xfce.panel.cpugraph.png +share/icons/hicolor/scalable/apps/org.xfce.panel.cpugraph.svg From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 14:24:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8419367C668; Sat, 2 Oct 2021 14:24:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM8PZ35tGz3tmH; Sat, 2 Oct 2021 14:24:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A9FB14D34; Sat, 2 Oct 2021 14:24:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192EOYfe023645; Sat, 2 Oct 2021 14:24:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192EOYjS023644; Sat, 2 Oct 2021 14:24:34 GMT (envelope-from git) Date: Sat, 2 Oct 2021 14:24:34 GMT Message-Id: <202110021424.192EOYjS023644@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 89eb41e73dd3 - main - devel/etcd*: remove coreos- prefix and pet portclippy. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 89eb41e73dd3a8a556306fb1080c328f0d4a378d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 14:24:34 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=89eb41e73dd3a8a556306fb1080c328f0d4a378d commit 89eb41e73dd3a8a556306fb1080c328f0d4a378d Author: Jimmy Olgeni AuthorDate: 2021-09-26 17:14:14 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-02 13:26:03 +0000 devel/etcd*: remove coreos- prefix and pet portclippy. --- devel/etcd/Makefile | 16 +++++++--------- devel/etcd/pkg-descr | 2 +- devel/etcd31/Makefile | 11 +++++------ devel/etcd31/pkg-descr | 2 +- devel/etcd32/Makefile | 11 +++++------ devel/etcd32/pkg-descr | 2 +- devel/etcd33/Makefile | 16 +++++++--------- devel/etcd34/Makefile | 11 +++++------ 8 files changed, 32 insertions(+), 39 deletions(-) diff --git a/devel/etcd/Makefile b/devel/etcd/Makefile index ab61a0ffe49b..2777948b921a 100644 --- a/devel/etcd/Makefile +++ b/devel/etcd/Makefile @@ -1,9 +1,8 @@ PORTNAME= etcd PORTVERSION= 2.3.8 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel -PKGNAMEPREFIX= coreos- MAINTAINER= robak@FreeBSD.org COMMENT= Highly-available key value store and service discovery @@ -12,16 +11,15 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go - -CONFLICTS_INSTALL= coreos-etcd31-* coreos-etcd32-* coreos-etcd33-* \ - coreos-etcd34-* coreos-etcdctl-0.* - -PORTSCOUT= limit:^2.* +USE_GITHUB= yes +GH_ACCOUNT= coreos GO_PKGNAME= github.com/coreos/etcd GO_TARGET= github.com/coreos/etcd github.com/coreos/etcd/etcdctl -USE_GITHUB= yes -GH_ACCOUNT= coreos + +CONFLICTS_INSTALL= etcd31-* etcd32-* etcd33-* etcd34-* etcdctl-0.* + +PORTSCOUT= limit:^2.* PLIST_FILES= bin/etcd \ bin/etcdctl diff --git a/devel/etcd/pkg-descr b/devel/etcd/pkg-descr index 267a029accae..e3311e598c89 100644 --- a/devel/etcd/pkg-descr +++ b/devel/etcd/pkg-descr @@ -10,4 +10,4 @@ inspired by zookeeper and doozer, with a focus on: Etcd is written in Go and uses the raft consensus algorithm to manage a highly-available replicated log. -WWW: https://github.com/coreos/etcd +WWW: https://github.com/etcd-io/etcd diff --git a/devel/etcd31/Makefile b/devel/etcd31/Makefile index 2a1985b63661..8bfd82307507 100644 --- a/devel/etcd31/Makefile +++ b/devel/etcd31/Makefile @@ -1,9 +1,8 @@ PORTNAME= etcd PORTVERSION= 3.1.20 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel -PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 31 MAINTAINER= olgeni@FreeBSD.org @@ -13,13 +12,13 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go +USE_GITHUB= yes +GH_ACCOUNT= coreos -CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd32-* coreos-etcd33-* \ - coreos-etcd34-* coreos-etcdctl-0.* GO_PKGNAME= github.com/coreos/etcd GO_TARGET= ./cmd/etcd ./cmd/etcdctl -USE_GITHUB= yes -GH_ACCOUNT= coreos + +CONFLICTS_INSTALL= etcd-* etcd32-* etcd33-* etcd34-* etcdctl-0.* PLIST_FILES= bin/etcd \ bin/etcdctl diff --git a/devel/etcd31/pkg-descr b/devel/etcd31/pkg-descr index 267a029accae..e3311e598c89 100644 --- a/devel/etcd31/pkg-descr +++ b/devel/etcd31/pkg-descr @@ -10,4 +10,4 @@ inspired by zookeeper and doozer, with a focus on: Etcd is written in Go and uses the raft consensus algorithm to manage a highly-available replicated log. -WWW: https://github.com/coreos/etcd +WWW: https://github.com/etcd-io/etcd diff --git a/devel/etcd32/Makefile b/devel/etcd32/Makefile index 31377e08aef3..ce2fec1dcc91 100644 --- a/devel/etcd32/Makefile +++ b/devel/etcd32/Makefile @@ -1,8 +1,8 @@ PORTNAME= etcd PORTVERSION= 3.2.32 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel -PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 32 MAINTAINER= olgeni@FreeBSD.org @@ -12,14 +12,13 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go - -CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd31-* coreos-etcd33-* \ - coreos-etcd34-* coreos-etcdctl-0.* +USE_GITHUB= yes +GH_ACCOUNT= coreos GO_PKGNAME= github.com/coreos/etcd GO_TARGET= ./cmd/etcd ./cmd/etcdctl -USE_GITHUB= yes -GH_ACCOUNT= coreos + +CONFLICTS_INSTALL= etcd-* etcd31-* etcd33-* etcd34-* etcdctl-0.* PLIST_FILES= bin/etcd \ bin/etcdctl diff --git a/devel/etcd32/pkg-descr b/devel/etcd32/pkg-descr index 267a029accae..e3311e598c89 100644 --- a/devel/etcd32/pkg-descr +++ b/devel/etcd32/pkg-descr @@ -10,4 +10,4 @@ inspired by zookeeper and doozer, with a focus on: Etcd is written in Go and uses the raft consensus algorithm to manage a highly-available replicated log. -WWW: https://github.com/coreos/etcd +WWW: https://github.com/etcd-io/etcd diff --git a/devel/etcd33/Makefile b/devel/etcd33/Makefile index 695c656ffb72..8789660615ae 100644 --- a/devel/etcd33/Makefile +++ b/devel/etcd33/Makefile @@ -1,8 +1,8 @@ PORTNAME= etcd PORTVERSION= 3.3.23 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel -PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 33 MAINTAINER= olgeni@FreeBSD.org @@ -12,16 +12,9 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules - -CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd31-* coreos-etcd32-* \ - coreos-etcd34-* coreos-etcdctl-0.* - -GO_PKGNAME= github.com/coreos/etcd -GO_TARGET= . ./etcdctl USE_GITHUB= yes GH_ACCOUNT= coreos -GH_TUPLE= \ - beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ +GH_TUPLE= beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bgentry:speakeasy:v0.1.0:bgentry_speakeasy/vendor/github.com/bgentry/speakeasy \ cheggaaa:pb:v1.0.2:cheggaaa_pb/vendor/gopkg.in/cheggaaa/pb.v1 \ coreos:bbolt:v1.3.3:coreos_bbolt/vendor/github.com/coreos/bbolt \ @@ -76,6 +69,11 @@ GH_TUPLE= \ urfave:cli:v1.18.0:urfave_cli/vendor/github.com/urfave/cli \ xiang90:probing:07dd2e8dfe18:xiang90_probing/vendor/github.com/xiang90/probing +GO_PKGNAME= github.com/coreos/etcd +GO_TARGET= . ./etcdctl + +CONFLICTS_INSTALL= etcd-* etcd31-* etcd32-* etcd34-* etcdctl-0.* + PLIST_FILES= bin/etcd \ bin/etcdctl PORTDOCS= README.md diff --git a/devel/etcd34/Makefile b/devel/etcd34/Makefile index f0afd0d012b8..ff93a4ad64ae 100644 --- a/devel/etcd34/Makefile +++ b/devel/etcd34/Makefile @@ -1,8 +1,8 @@ PORTNAME= etcd PORTVERSION= 3.4.16 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel -PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 34 MAINTAINER= olgeni@FreeBSD.org @@ -12,14 +12,13 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules - -CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd31-* coreos-etcd32-* \ - coreos-etcd33-* coreos-etcdctl-0.* +USE_GITHUB= yes +GH_ACCOUNT= coreos GO_PKGNAME= github.com/coreos/etcd GO_TARGET= . ./etcdctl -USE_GITHUB= yes -GH_ACCOUNT= coreos + +CONFLICTS_INSTALL= etcd-* etcd31-* etcd32-* etcd33-* etcdctl-0.* PLIST_FILES= bin/etcd \ bin/etcdctl From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 14:27:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 19B2167C678; Sat, 2 Oct 2021 14:27:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM8TG0DDsz3v6B; Sat, 2 Oct 2021 14:27:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D781F14A56; Sat, 2 Oct 2021 14:27:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192ERjGr023978; Sat, 2 Oct 2021 14:27:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192ERjCd023977; Sat, 2 Oct 2021 14:27:45 GMT (envelope-from git) Date: Sat, 2 Oct 2021 14:27:45 GMT Message-Id: <202110021427.192ERjCd023977@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: 530ddcf84288 - main - x11-drivers/xorgxrdp: Update to 0.2.17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 530ddcf84288f47d0e5b794e6a09c874f97f85b4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 14:27:46 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=530ddcf84288f47d0e5b794e6a09c874f97f85b4 commit 530ddcf84288f47d0e5b794e6a09c874f97f85b4 Author: Koichiro Iwao AuthorDate: 2021-09-25 14:40:25 +0000 Commit: Koichiro Iwao CommitDate: 2021-10-02 14:26:44 +0000 x11-drivers/xorgxrdp: Update to 0.2.17 Changes: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.2.17 --- x11-drivers/xorgxrdp/Makefile | 4 ++-- x11-drivers/xorgxrdp/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/x11-drivers/xorgxrdp/Makefile b/x11-drivers/xorgxrdp/Makefile index 0bc725a44b59..ec94f3e5855d 100644 --- a/x11-drivers/xorgxrdp/Makefile +++ b/x11-drivers/xorgxrdp/Makefile @@ -1,6 +1,6 @@ PORTNAME= xorgxrdp DISTVERSIONPREFIX= v -DISTVERSION= 0.2.16 +DISTVERSION= 0.2.17 CATEGORIES= x11-drivers DIST_SUBDIR= xrdp @@ -21,7 +21,7 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= neutrinolabs -GH_TUPLE= neutrinolabs:xrdp:v0.9.16:xrdp +GH_TUPLE= neutrinolabs:xrdp:v0.9.17:xrdp GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/x11-drivers/xorgxrdp/distinfo b/x11-drivers/xorgxrdp/distinfo index eba86745a500..a34006b39466 100644 --- a/x11-drivers/xorgxrdp/distinfo +++ b/x11-drivers/xorgxrdp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1619789079 -SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.16_GH0.tar.gz) = 19715429c88622103ab24def1c1f30370c549da32c145a884a47cf60e28f37fd -SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.16_GH0.tar.gz) = 102693 -SHA256 (xrdp/neutrinolabs-xrdp-v0.9.16_GH0.tar.gz) = 6d365d29d13a73ff4b1b090db762d34e4b229fa6ff20b7a9c93eee7cb9f89110 -SIZE (xrdp/neutrinolabs-xrdp-v0.9.16_GH0.tar.gz) = 737908 +TIMESTAMP = 1630978574 +SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.17_GH0.tar.gz) = b11434eee56ed96413ad242cebe88e3ddc1e062dc476c885b795439d25d22e05 +SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.17_GH0.tar.gz) = 102915 +SHA256 (xrdp/neutrinolabs-xrdp-v0.9.17_GH0.tar.gz) = 1eca2d5975473398c4c96c5ec34d61f863375eaad86ee32618c0e642ace04af6 +SIZE (xrdp/neutrinolabs-xrdp-v0.9.17_GH0.tar.gz) = 728218 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 14:27:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 337E967C847; Sat, 2 Oct 2021 14:27:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM8TH0nKnz3v4D; Sat, 2 Oct 2021 14:27:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F09FB14A57; Sat, 2 Oct 2021 14:27:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192ERk5K024007; Sat, 2 Oct 2021 14:27:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192ERke3024006; Sat, 2 Oct 2021 14:27:46 GMT (envelope-from git) Date: Sat, 2 Oct 2021 14:27:46 GMT Message-Id: <202110021427.192ERke3024006@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: aa85ce6fbc82 - main - net/xrdp: Update to 0.9.17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: aa85ce6fbc82be9d868cbe1aa64befedf394e9c6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 14:27:47 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa85ce6fbc82be9d868cbe1aa64befedf394e9c6 commit aa85ce6fbc82be9d868cbe1aa64befedf394e9c6 Author: Koichiro Iwao AuthorDate: 2021-10-02 14:23:14 +0000 Commit: Koichiro Iwao CommitDate: 2021-10-02 14:26:45 +0000 net/xrdp: Update to 0.9.17 Changes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.17 --- net/xrdp/Makefile | 4 ++-- net/xrdp/distinfo | 6 +++--- net/xrdp/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index 984793774484..5e35a16508ae 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -2,7 +2,7 @@ PORTNAME= xrdp DISTVERSIONPREFIX= v -DISTVERSION= 0.9.16 +DISTVERSION= 0.9.17 PORTEPOCH= 1 CATEGORIES= net DIST_SUBDIR?= ${PORTNAME} @@ -50,7 +50,7 @@ FUSE_DESC= Enable drive redirection via FUSE (experimental) MP3LAME_DESC= Enable MP3 Lame for audio redirection OPUS_DESC= Enable Opus for audio redirection -DEBUG_CONFIGURE_ENABLE= xrdpdebug +DEBUG_CONFIGURE_ENABLE= debug-all FDKAAC_CONFIGURE_ENABLE= fdkaac FDKAAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac FUSE_CONFIGURE_ENABLE= fuse diff --git a/net/xrdp/distinfo b/net/xrdp/distinfo index c1cbf57b1aaa..0cf77940ab57 100644 --- a/net/xrdp/distinfo +++ b/net/xrdp/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1619786029 -SHA256 (xrdp/neutrinolabs-xrdp-v0.9.16_GH0.tar.gz) = 6d365d29d13a73ff4b1b090db762d34e4b229fa6ff20b7a9c93eee7cb9f89110 -SIZE (xrdp/neutrinolabs-xrdp-v0.9.16_GH0.tar.gz) = 737908 +TIMESTAMP = 1633108765 +SHA256 (xrdp/neutrinolabs-xrdp-v0.9.17_GH0.tar.gz) = 1eca2d5975473398c4c96c5ec34d61f863375eaad86ee32618c0e642ace04af6 +SIZE (xrdp/neutrinolabs-xrdp-v0.9.17_GH0.tar.gz) = 728218 SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.5_GH0.tar.gz) = 5710a65a9f877aca5b5bca9f2fb83b5904b59d465ab5c10bcf4ffc2b3416d0c8 SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.5_GH0.tar.gz) = 48387 SHA256 (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 6caee8444fbd72677ac5e125c7ac99490688474975451668e751a9d9187ee5e6 diff --git a/net/xrdp/pkg-plist b/net/xrdp/pkg-plist index 4596b69fc922..8e98f89cbaf8 100644 --- a/net/xrdp/pkg-plist +++ b/net/xrdp/pkg-plist @@ -14,6 +14,7 @@ lib/librfxencode.so.0 include/ms-erref.h include/ms-fscc.h include/ms-rdpbcgr.h +include/ms-rdpeclip.h include/ms-rdpedisp.h include/ms-rdpefs.h include/ms-rdpegdi.h From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 17:03:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D916167EACB; Sat, 2 Oct 2021 17:03:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMCxW5XBQz4lPb; Sat, 2 Oct 2021 17:03:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EA7916F0B; Sat, 2 Oct 2021 17:03:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192H3xBM036114; Sat, 2 Oct 2021 17:03:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192H3x5t036113; Sat, 2 Oct 2021 17:03:59 GMT (envelope-from git) Date: Sat, 2 Oct 2021 17:03:59 GMT Message-Id: <202110021703.192H3x5t036113@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 1532e28c4951 - main - x11-fonts/iosevka: Update to 10.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1532e28c4951a7106af3dc39c88fac5e063a7aeb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 17:03:59 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=1532e28c4951a7106af3dc39c88fac5e063a7aeb commit 1532e28c4951a7106af3dc39c88fac5e063a7aeb Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-02 16:22:24 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-02 17:03:44 +0000 x11-fonts/iosevka: Update to 10.3.1 Changes: https://github.com/be5invis/Iosevka/releases/tag/v10.3.1 --- x11-fonts/iosevka/Makefile | 2 +- x11-fonts/iosevka/distinfo | 98 +++++++++++++++++++++++----------------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/x11-fonts/iosevka/Makefile b/x11-fonts/iosevka/Makefile index 2f2560d41d7e..2aa2a465f8cb 100644 --- a/x11-fonts/iosevka/Makefile +++ b/x11-fonts/iosevka/Makefile @@ -1,6 +1,6 @@ PORTNAME= iosevka DISTVERSIONPREFIX= v -DISTVERSION= 10.3.0 +DISTVERSION= 10.3.1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/be5invis/Iosevka/releases/download/${DISTVERSIONFULL}/ diff --git a/x11-fonts/iosevka/distinfo b/x11-fonts/iosevka/distinfo index f73d96320e60..d7764edf0834 100644 --- a/x11-fonts/iosevka/distinfo +++ b/x11-fonts/iosevka/distinfo @@ -1,49 +1,49 @@ -TIMESTAMP = 1632827978 -SHA256 (super-ttc-iosevka-aile-10.3.0.zip) = e21fb5884559a71e8d25f666fdcf241543a559d6d5f5aaca1f2f4d1f0ada37a2 -SIZE (super-ttc-iosevka-aile-10.3.0.zip) = 27982800 -SHA256 (super-ttc-iosevka-ss01-10.3.0.zip) = fe7b3c9deb48692da6bca8e51523cb1c2010d59df3bab596d2b26fc0aa4da96e -SIZE (super-ttc-iosevka-ss01-10.3.0.zip) = 17759511 -SHA256 (super-ttc-iosevka-ss02-10.3.0.zip) = 92e6f78b7ec6954f8e40310f6ff2bf02e1084757cc5fcb1dfe5b5f95a2ff9a06 -SIZE (super-ttc-iosevka-ss02-10.3.0.zip) = 17879817 -SHA256 (super-ttc-iosevka-ss03-10.3.0.zip) = a5932b12b781b9e96b014aa42c03e5e8d350ce1028acfca30987219a91a47a78 -SIZE (super-ttc-iosevka-ss03-10.3.0.zip) = 18026683 -SHA256 (super-ttc-iosevka-curly-slab-10.3.0.zip) = 4cfed90daa3e3a73446715ad206aa805138253a4db98a2974db54cbdaa751615 -SIZE (super-ttc-iosevka-curly-slab-10.3.0.zip) = 61076206 -SHA256 (super-ttc-iosevka-curly-10.3.0.zip) = 37f5b732c1bbddd086f0f4d36c61829b994d88a1841ab9ad3e8292face432a52 -SIZE (super-ttc-iosevka-curly-10.3.0.zip) = 59052478 -SHA256 (super-ttc-iosevka-10.3.0.zip) = 54f7f064c902d9453db475d54a894dcc57228363058f5a453db0cf17d30de39f -SIZE (super-ttc-iosevka-10.3.0.zip) = 59030383 -SHA256 (super-ttc-iosevka-ss10-10.3.0.zip) = 036a217de423c6d3a4ec15ebbc1ee2d271e7a1eb0f6ce17bd260f02c0a4c5ca2 -SIZE (super-ttc-iosevka-ss10-10.3.0.zip) = 17892593 -SHA256 (super-ttc-iosevka-etoile-10.3.0.zip) = cafe9b9ad10f860d93cb90c201f9c0e6d52e4b5b5ff6655874d3b8169847afc5 -SIZE (super-ttc-iosevka-etoile-10.3.0.zip) = 30066164 -SHA256 (super-ttc-iosevka-ss05-10.3.0.zip) = 87127948f255045958e7bb365baba3dada8d5640bd1c48a65e73775273908c0e -SIZE (super-ttc-iosevka-ss05-10.3.0.zip) = 18029621 -SHA256 (super-ttc-iosevka-ss15-10.3.0.zip) = 5741a167b1710bec98bcf50eda94c288935e2a45c49d3907639e442d0879e778 -SIZE (super-ttc-iosevka-ss15-10.3.0.zip) = 18571681 -SHA256 (super-ttc-iosevka-ss18-10.3.0.zip) = 4506d10638fb665fa02b7d8a85c4a969be7f6d3b06775005c0659c369982fdef -SIZE (super-ttc-iosevka-ss18-10.3.0.zip) = 17885777 -SHA256 (super-ttc-iosevka-ss14-10.3.0.zip) = 12f909c7890ad1d6b4d013d756f2ea29eedb941c7bccb72405fe07caf0c295aa -SIZE (super-ttc-iosevka-ss14-10.3.0.zip) = 17426047 -SHA256 (super-ttc-iosevka-ss06-10.3.0.zip) = 00e2563f957df86bfbef0632876e36e64357f96eae2649e18369c1dab64f55bb -SIZE (super-ttc-iosevka-ss06-10.3.0.zip) = 17642231 -SHA256 (super-ttc-iosevka-ss13-10.3.0.zip) = 0dbf255428f02c39e973354cd9db6d40fb651e4709afb3a8bc67a1f84913b80f -SIZE (super-ttc-iosevka-ss13-10.3.0.zip) = 17663056 -SHA256 (super-ttc-iosevka-ss04-10.3.0.zip) = 54132b1d1d4eb6c66fe5c89b3af78be286169f85ae3db8dbc722bf8fdbc6b12f -SIZE (super-ttc-iosevka-ss04-10.3.0.zip) = 17467318 -SHA256 (super-ttc-iosevka-ss07-10.3.0.zip) = e4a56ed48fbb9e2d5346015a239cbdb42f576ff56e61bc36931c20007e4e1fb9 -SIZE (super-ttc-iosevka-ss07-10.3.0.zip) = 17684260 -SHA256 (super-ttc-iosevka-ss08-10.3.0.zip) = 7028fe5e749bb2989306c779f1ab6a3ccf5c6a6c00b1f5fc3bf17adf9e2f3d90 -SIZE (super-ttc-iosevka-ss08-10.3.0.zip) = 18174919 -SHA256 (super-ttc-iosevka-ss16-10.3.0.zip) = 5ef72a3c94ea940490c2f67c7155639844cd6139abb770d6ee7351e42b3f7b8f -SIZE (super-ttc-iosevka-ss16-10.3.0.zip) = 17689609 -SHA256 (super-ttc-iosevka-ss17-10.3.0.zip) = bf8a07f67071b08adafa93e8e5f74ec15c86b44321b6b4689cd08a1f18368ea5 -SIZE (super-ttc-iosevka-ss17-10.3.0.zip) = 18867713 -SHA256 (super-ttc-iosevka-slab-10.3.0.zip) = b8685c8dead724313694ec1cafdc63601713e4f0c9cb32e07355c6b7243119b8 -SIZE (super-ttc-iosevka-slab-10.3.0.zip) = 61165577 -SHA256 (super-ttc-iosevka-ss09-10.3.0.zip) = b3b9fc477196bb75a4ef959b83ed1dc0f2c00fdea4834000e89b97bd605f5f80 -SIZE (super-ttc-iosevka-ss09-10.3.0.zip) = 18091820 -SHA256 (super-ttc-iosevka-ss12-10.3.0.zip) = f79fc39e7e446e92f328bb152fdb530c33a4b4f9458f175e5ae84a19a84b77c8 -SIZE (super-ttc-iosevka-ss12-10.3.0.zip) = 18108865 -SHA256 (super-ttc-iosevka-ss11-10.3.0.zip) = 89485520c7400c4ce844e2e4f8e66bf19fe0c1b39b525bdc7cfda9abeb6a8fec -SIZE (super-ttc-iosevka-ss11-10.3.0.zip) = 17978742 +TIMESTAMP = 1633191696 +SHA256 (super-ttc-iosevka-aile-10.3.1.zip) = f197a35fbc1dbae0cf416b3f0ab2fab94421c9c5af698d1426c1e43fb0611ebe +SIZE (super-ttc-iosevka-aile-10.3.1.zip) = 27990996 +SHA256 (super-ttc-iosevka-ss01-10.3.1.zip) = 7e3c4f1e4bb8552eb10af67f384564ee97aea560b57dc28e9aadf00d7c697856 +SIZE (super-ttc-iosevka-ss01-10.3.1.zip) = 17762114 +SHA256 (super-ttc-iosevka-ss02-10.3.1.zip) = 064f5f9a7e8fccf8150a5aa6c21f993a57c04a218f7d45b9cdf1cd6cf5d1267d +SIZE (super-ttc-iosevka-ss02-10.3.1.zip) = 17879998 +SHA256 (super-ttc-iosevka-ss03-10.3.1.zip) = c87870608b2bc88cc8e4610f9777d1a7e19154eb8cf447c236ea6e6ba989a17e +SIZE (super-ttc-iosevka-ss03-10.3.1.zip) = 18026362 +SHA256 (super-ttc-iosevka-curly-slab-10.3.1.zip) = 8849d2842b7e4bfda022e61e2f5b66ad67276fc13b7e65cc7f11094af29275d9 +SIZE (super-ttc-iosevka-curly-slab-10.3.1.zip) = 61090525 +SHA256 (super-ttc-iosevka-curly-10.3.1.zip) = 7ff8002afa76e94f0909e45f1fc96d2f41515182f64fadcae7fde651958d07d9 +SIZE (super-ttc-iosevka-curly-10.3.1.zip) = 59062281 +SHA256 (super-ttc-iosevka-10.3.1.zip) = b1ca69346d27a4102c40134033b103f276839d0580ac5c39b988e017eacdc1fe +SIZE (super-ttc-iosevka-10.3.1.zip) = 59044887 +SHA256 (super-ttc-iosevka-ss10-10.3.1.zip) = 768398b88d2c9aad8781cdf1a675f139be69657b88b874ca262ba6a46a61a966 +SIZE (super-ttc-iosevka-ss10-10.3.1.zip) = 17892474 +SHA256 (super-ttc-iosevka-etoile-10.3.1.zip) = 4711c27c5980d9e3e5d751920ecf0e5e6800f69b0546631dd89648aa1b130c80 +SIZE (super-ttc-iosevka-etoile-10.3.1.zip) = 30072477 +SHA256 (super-ttc-iosevka-ss05-10.3.1.zip) = 680a7dff1c3236f9df47544b8e18011fa3c923dc2156be24f0278bbac4e56417 +SIZE (super-ttc-iosevka-ss05-10.3.1.zip) = 18029186 +SHA256 (super-ttc-iosevka-ss15-10.3.1.zip) = e3cfacd5c63982d81827b2f0977af8d0eabc2b29e31a4bf4ac1b3efe06c4ef8f +SIZE (super-ttc-iosevka-ss15-10.3.1.zip) = 18567245 +SHA256 (super-ttc-iosevka-ss18-10.3.1.zip) = 68191bb32e2c8814ca1e6f0f37989d2b51664ccc2843044c2e152cb66630f236 +SIZE (super-ttc-iosevka-ss18-10.3.1.zip) = 17886063 +SHA256 (super-ttc-iosevka-ss14-10.3.1.zip) = 95db7fbf75d4d6714567ba3617bd5313b46c2f74bfda735b7daf5073fb6d98b7 +SIZE (super-ttc-iosevka-ss14-10.3.1.zip) = 17425689 +SHA256 (super-ttc-iosevka-ss06-10.3.1.zip) = f9c67926ea2477082ac4cf89291b56ca0ddff79356927632ff06a3b9fded6104 +SIZE (super-ttc-iosevka-ss06-10.3.1.zip) = 17642084 +SHA256 (super-ttc-iosevka-ss13-10.3.1.zip) = 79c5bfbe28db28d608acab085903974e6f82b333330bc6d5ec9fd4081f272aa6 +SIZE (super-ttc-iosevka-ss13-10.3.1.zip) = 17663291 +SHA256 (super-ttc-iosevka-ss04-10.3.1.zip) = 9d0515ea15dbe11e7571f71b42345e97de0754f4f332e437371f2ffbd145dad0 +SIZE (super-ttc-iosevka-ss04-10.3.1.zip) = 17467197 +SHA256 (super-ttc-iosevka-ss07-10.3.1.zip) = d87aeaa687fedc78bc36dc3ab17ddcc19269349612f12623e787b16ad253a291 +SIZE (super-ttc-iosevka-ss07-10.3.1.zip) = 17684363 +SHA256 (super-ttc-iosevka-ss08-10.3.1.zip) = 8a98be8ca57a5ef991b045575643d8669fc731c5e63d2ab9bcc407e5511346d8 +SIZE (super-ttc-iosevka-ss08-10.3.1.zip) = 18175004 +SHA256 (super-ttc-iosevka-ss16-10.3.1.zip) = 494a39188ab359cb8a3481d085b95792e1012faf88b2cb6ae4dadbca59c37ef4 +SIZE (super-ttc-iosevka-ss16-10.3.1.zip) = 17689310 +SHA256 (super-ttc-iosevka-ss17-10.3.1.zip) = fab803c12d80815734b8efc179781cd362cf5e2deec1ac2e3e62dfd22dab6244 +SIZE (super-ttc-iosevka-ss17-10.3.1.zip) = 18867514 +SHA256 (super-ttc-iosevka-slab-10.3.1.zip) = 5f42fbf9c60f7ee51b09a83554928e8376d5d9b3892ec36c574e7b84b9a2a97b +SIZE (super-ttc-iosevka-slab-10.3.1.zip) = 61181990 +SHA256 (super-ttc-iosevka-ss09-10.3.1.zip) = 0d094eb8d30ba35b6e35c36977ff20d9aace48b9a4e3887e0eee0df8cd1167d9 +SIZE (super-ttc-iosevka-ss09-10.3.1.zip) = 18090538 +SHA256 (super-ttc-iosevka-ss12-10.3.1.zip) = 71a33e6b64df1607d8d8c3be7f3ef8eb2026b1674a699b1c226df57028573edb +SIZE (super-ttc-iosevka-ss12-10.3.1.zip) = 18107904 +SHA256 (super-ttc-iosevka-ss11-10.3.1.zip) = 43a0a07b17c66a67846d3b3ddab0d83c2b3c843fda499e3f32fcc5d702caca48 +SIZE (super-ttc-iosevka-ss11-10.3.1.zip) = 17978641 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 17:55:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 687EE67FF83; Sat, 2 Oct 2021 17:55:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMF4R29pLz4pNn; Sat, 2 Oct 2021 17:55:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A4C11799C; Sat, 2 Oct 2021 17:55:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192Ht3xx001617; Sat, 2 Oct 2021 17:55:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192Ht3Jo001616; Sat, 2 Oct 2021 17:55:03 GMT (envelope-from git) Date: Sat, 2 Oct 2021 17:55:03 GMT Message-Id: <202110021755.192Ht3Jo001616@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: f1c12acf11be - main - dns/amass: Update 3.13.4 -> 3.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f1c12acf11bed73aec5451d91410024109b27943 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 17:55:03 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1c12acf11bed73aec5451d91410024109b27943 commit f1c12acf11bed73aec5451d91410024109b27943 Author: Yuri Victorovich AuthorDate: 2021-10-02 04:56:06 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 17:53:57 +0000 dns/amass: Update 3.13.4 -> 3.14.0 Reported by: portscout --- dns/amass/Makefile | 108 +-------------------------- dns/amass/distinfo | 210 ++--------------------------------------------------- 2 files changed, 7 insertions(+), 311 deletions(-) diff --git a/dns/amass/Makefile b/dns/amass/Makefile index 249446ee2954..2ba2813e49b2 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -1,6 +1,6 @@ PORTNAME= amass DISTVERSIONPREFIX= v -DISTVERSION= 3.13.4 +DISTVERSION= 3.14.0 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org @@ -11,111 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= OWASP -GH_PROJECT= Amass -GH_TUPLE= \ - AndreasBriese:bbloom:46b345b51c96:andreasbriese_bbloom/vendor/github.com/AndreasBriese/bbloom \ - PuerkitoBio:goquery:v1.7.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ - VividCortex:gohistogram:v1.0.0:vividcortex_gohistogram/vendor/github.com/VividCortex/gohistogram \ - andres-erbsen:clock:9e14626cd129:andres_erbsen_clock/vendor/github.com/andres-erbsen/clock \ - andybalholm:cascadia:v1.2.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ - apache:thrift:v0.13.0:apache_thrift/vendor/github.com/apache/thrift \ - aryann:difflib:e206f873d14a:aryann_difflib/vendor/github.com/aryann/difflib \ - aws:aws-lambda-go:v1.13.3:aws_aws_lambda_go/vendor/github.com/aws/aws-lambda-go \ - beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ - boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \ - caffix:eventbus:56248842ee62:caffix_eventbus/vendor/github.com/caffix/eventbus \ - caffix:netmap:3ed7a4527a3d:caffix_netmap/vendor/github.com/caffix/netmap \ - caffix:pipeline:d06330c4484a:caffix_pipeline/vendor/github.com/caffix/pipeline \ - caffix:queue:50705a598e3e:caffix_queue/vendor/github.com/caffix/queue \ - caffix:resolve:b68cd71e4a53:caffix_resolve/vendor/github.com/caffix/resolve \ - caffix:service:4707edf94ff2:caffix_service/vendor/github.com/caffix/service \ - caffix:stringset:81a3d140a6a2:caffix_stringset/vendor/github.com/caffix/stringset \ - cayleygraph:cayley:v0.7.7:cayleygraph_cayley/vendor/github.com/cayleygraph/cayley \ - cayleygraph:quad:v1.2.4:cayleygraph_quad/vendor/github.com/cayleygraph/quad \ - cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ - cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ - chromedp:cdproto:2bc298e8be7f:chromedp_cdproto/vendor/github.com/chromedp/cdproto \ - chromedp:chromedp:v0.7.3:chromedp_chromedp/vendor/github.com/chromedp/chromedp \ - chromedp:sysutil:v1.0.0:chromedp_sysutil/vendor/github.com/chromedp/sysutil \ - cjoudrey:gluaurl:31cbb9bef199:cjoudrey_gluaurl/vendor/github.com/cjoudrey/gluaurl \ - cloudflare:cloudflare-go:v0.18.0:cloudflare_cloudflare_go/vendor/github.com/cloudflare/cloudflare-go \ - coreos:etcd:v3.3.13:coreos_etcd/vendor/github.com/coreos/etcd \ - dennwc:base:v1.0.0:dennwc_base/vendor/github.com/dennwc/base \ - dghubble:go-twitter:2fdbf421508e:dghubble_go_twitter/vendor/github.com/dghubble/go-twitter \ - dghubble:sling:v1.3.0:dghubble_sling/vendor/github.com/dghubble/sling \ - etcd-io:etcd:3cf2f69b5738:etcd_io_etcd/vendor/go.etcd.io/etcd \ - fatih:color:v1.12.0:fatih_color/vendor/github.com/fatih/color \ - geziyor:geziyor:d3bdaf624012:geziyor_geziyor/vendor/github.com/geziyor/geziyor \ - go-ini:ini:v1.62.0:go_ini_ini/vendor/github.com/go-ini/ini \ - go-kit:kit:v0.11.0:go_kit_kit/vendor/github.com/go-kit/kit \ - go-sql-driver:mysql:v1.6.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ - gobuffalo:envy:v1.9.0:gobuffalo_envy/vendor/github.com/gobuffalo/envy \ - gobuffalo:logger:v1.0.4:gobuffalo_logger/vendor/github.com/gobuffalo/logger \ - gobuffalo:packd:v1.0.0:gobuffalo_packd/vendor/github.com/gobuffalo/packd \ - gobuffalo:packr:v2.8.1:gobuffalo_packr_v2/vendor/github.com/gobuffalo/packr \ - gobwas:httphead:v0.1.0:gobwas_httphead/vendor/github.com/gobwas/httphead \ - gobwas:pool:v0.2.1:gobwas_pool/vendor/github.com/gobwas/pool \ - gobwas:ws:v1.1.0-rc.6:gobwas_ws/vendor/github.com/gobwas/ws \ - gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ - golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ - golang:oauth2:a41e5a781914:golang_oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ - golang:sys:0f9fa26af87c:golang_sys/vendor/golang.org/x/sys \ - golang:term:6886f2dfbf5b:golang_term/vendor/golang.org/x/term \ - golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ - golang:time:38a9dc6acbc6:golang_time/vendor/golang.org/x/time \ - golang:tools:v0.1.5:golang_tools/vendor/golang.org/x/tools \ - google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ - google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \ - gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ - hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ - hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ - hashicorp:go-version:v1.2.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ - hidal-go:hidalgo:05749a6d73df:hidal_go_hidalgo/vendor/github.com/hidal-go/hidalgo \ - inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ - karrick:godirwalk:v1.16.1:karrick_godirwalk/vendor/github.com/karrick/godirwalk \ - layeh:gopher-json:552bb3c4c3bf:layeh_gopher_json/vendor/layeh.com/gopher-json \ - lib:pq:v1.10.2:lib_pq/vendor/github.com/lib/pq \ - lightstep:lightstep-tracer-go:v0.18.1:lightstep_lightstep_tracer_go/vendor/github.com/lightstep/lightstep-tracer-go \ - mailru:easyjson:v0.7.7:mailru_easyjson/vendor/github.com/mailru/easyjson \ - markbates:errx:v1.1.0:markbates_errx/vendor/github.com/markbates/errx \ - markbates:oncer:v1.0.0:markbates_oncer/vendor/github.com/markbates/oncer \ - markbates:safe:v1.0.1:markbates_safe/vendor/github.com/markbates/safe \ - mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.13:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ - miekg:dns:v1.1.43:miekg_dns/vendor/github.com/miekg/dns \ - oklog:oklog:v0.3.2:oklog_oklog/vendor/github.com/oklog/oklog \ - oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \ - opentracing:basictracer-go:v1.0.0:opentracing_basictracer_go/vendor/github.com/opentracing/basictracer-go \ - openzipkin-contrib:zipkin-go-opentracing:v0.4.5:openzipkin_contrib_zipkin_go_opentracing/vendor/github.com/openzipkin-contrib/zipkin-go-opentracing \ - pact-foundation:pact-go:v1.0.4:pact_foundation_pact_go/vendor/github.com/pact-foundation/pact-go \ - phayes:freeport:95f893ade6f2:phayes_freeport/vendor/github.com/phayes/freeport \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ - prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.29.0:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:procfs:v0.7.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ - protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - rakyll:statik:v0.1.7:rakyll_statik/vendor/github.com/rakyll/statik \ - rogpeppe:go-internal:v1.8.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ - samuel:go-zookeeper:2cc03de413da:samuel_go_zookeeper/vendor/github.com/samuel/go-zookeeper \ - sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ - sourcegraph:appdash:ebfcffb1b5c0:sourcegraph_appdash/vendor/sourcegraph.com/sourcegraph/appdash \ - spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - temoto:robotstxt:v1.1.2:temoto_robotstxt/vendor/github.com/temoto/robotstxt \ - tylertreat:BoomFilters:1a82519a3e43:tylertreat_boomfilters/vendor/github.com/tylertreat/BoomFilters \ - uber-go:ratelimit:v0.2.0:uber_go_ratelimit/vendor/go.uber.org/ratelimit \ - uber-go:tools:2cfd321de3ee:uber_go_tools/vendor/go.uber.org/tools \ - yl2chen:cidranger:v1.0.2:yl2chen_cidranger/vendor/github.com/yl2chen/cidranger \ - yuin:gopher-lua:f4c35e4016d9:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua +GO_MODULE= github.com/OWASP/Amass/v3 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} diff --git a/dns/amass/distinfo b/dns/amass/distinfo index 11fd2494e4a6..da2321b33b73 100644 --- a/dns/amass/distinfo +++ b/dns/amass/distinfo @@ -1,205 +1,5 @@ -TIMESTAMP = 1626551835 -SHA256 (OWASP-Amass-v3.13.4_GH0.tar.gz) = 066e4edbbfaa2888a740fc092eb4bfbd5a643e11d93329c6d94df73199321572 -SIZE (OWASP-Amass-v3.13.4_GH0.tar.gz) = 33007913 -SHA256 (AndreasBriese-bbloom-46b345b51c96_GH0.tar.gz) = 49b41b2b20e73f31091222e4a6abf12762231cbad9de642d2227c16dae29b4ff -SIZE (AndreasBriese-bbloom-46b345b51c96_GH0.tar.gz) = 8005 -SHA256 (PuerkitoBio-goquery-v1.7.1_GH0.tar.gz) = 65245f82e2794f53f71c9c6093ea8d07bd0c7c155cf7fa7716968f966ddac4a5 -SIZE (PuerkitoBio-goquery-v1.7.1_GH0.tar.gz) = 105419 -SHA256 (VividCortex-gohistogram-v1.0.0_GH0.tar.gz) = 830abe53f98e7a46ccbd829114998e1d7bbe9edfeb669011e7970d684493809e -SIZE (VividCortex-gohistogram-v1.0.0_GH0.tar.gz) = 20810 -SHA256 (andres-erbsen-clock-9e14626cd129_GH0.tar.gz) = b8e9a929a3ee3d4bdcd409609a7fa4e9d768f30ce74688a73bbc59994428e240 -SIZE (andres-erbsen-clock-9e14626cd129_GH0.tar.gz) = 6269 -SHA256 (andybalholm-cascadia-v1.2.0_GH0.tar.gz) = 5f2cee3689470b1adc7af495402ccf7e047c7216d865b4b2bf55e910638e31e2 -SIZE (andybalholm-cascadia-v1.2.0_GH0.tar.gz) = 17419 -SHA256 (apache-thrift-v0.13.0_GH0.tar.gz) = 5da60088e60984f4f0801deeea628d193c33cec621e78c8a43a5d8c4055f7ad9 -SIZE (apache-thrift-v0.13.0_GH0.tar.gz) = 3202365 -SHA256 (aryann-difflib-e206f873d14a_GH0.tar.gz) = 180ffc8657adf51af48f2cfa60110ebd0a4574d103e5727e108ec12ac19247b5 -SIZE (aryann-difflib-e206f873d14a_GH0.tar.gz) = 5584 -SHA256 (aws-aws-lambda-go-v1.13.3_GH0.tar.gz) = b3935ce78e271eba77d53106255fdc6669b84c61835ab0a5924a2221e5cc799e -SIZE (aws-aws-lambda-go-v1.13.3_GH0.tar.gz) = 72459 -SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 -SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 -SHA256 (boltdb-bolt-v1.3.1_GH0.tar.gz) = b5ae498b780f535a5d308c188dee1329b3536275d29ad6758876084c0b8586a8 -SIZE (boltdb-bolt-v1.3.1_GH0.tar.gz) = 83437 -SHA256 (caffix-eventbus-56248842ee62_GH0.tar.gz) = 05a37f743404f61cb2c7af2d6f9174b85c37ee9dad05f5e89fd66dc63bfc7202 -SIZE (caffix-eventbus-56248842ee62_GH0.tar.gz) = 6853 -SHA256 (caffix-netmap-3ed7a4527a3d_GH0.tar.gz) = a23ac23ecd1c32d6af8224bb003c496dd6ad5b149c36363446db49d20df0c4f6 -SIZE (caffix-netmap-3ed7a4527a3d_GH0.tar.gz) = 63655 -SHA256 (caffix-pipeline-d06330c4484a_GH0.tar.gz) = 9603ab198b1601f12d1b0893f2a0eafb1b3fb8069162db82ed5bae8ce23c9d62 -SIZE (caffix-pipeline-d06330c4484a_GH0.tar.gz) = 15373 -SHA256 (caffix-queue-50705a598e3e_GH0.tar.gz) = b2c8ed99b7ecec1283f005e3e3173922d4d2fe66a475b61bc178c20e3ce26b54 -SIZE (caffix-queue-50705a598e3e_GH0.tar.gz) = 7451 -SHA256 (caffix-resolve-b68cd71e4a53_GH0.tar.gz) = a287492fa6224fd3d204f0cf7ec0a6edeca2d9a5d96ec03bd27b6a76a7e23a66 -SIZE (caffix-resolve-b68cd71e4a53_GH0.tar.gz) = 25108 -SHA256 (caffix-service-4707edf94ff2_GH0.tar.gz) = a161caea2bb0a07187a99b971244a14744809471d8481b228b9d40b0a4e7c6b8 -SIZE (caffix-service-4707edf94ff2_GH0.tar.gz) = 8448 -SHA256 (caffix-stringset-81a3d140a6a2_GH0.tar.gz) = 0c1cbdd68611899cbbfdc41b96ddbfbbb1890efff623ea372397edfa8f637811 -SIZE (caffix-stringset-81a3d140a6a2_GH0.tar.gz) = 6333 -SHA256 (cayleygraph-cayley-v0.7.7_GH0.tar.gz) = 6cefd3efef9012f524eb18d408dc3fcc3b65bffb9fc8367c57cf44b01e77b89e -SIZE (cayleygraph-cayley-v0.7.7_GH0.tar.gz) = 4597247 -SHA256 (cayleygraph-quad-v1.2.4_GH0.tar.gz) = d9beb2618edf6451169a37bdcaddfeab034b70d95f039f4095b2fa5093f5101c -SIZE (cayleygraph-quad-v1.2.4_GH0.tar.gz) = 87971 -SHA256 (cenkalti-backoff-v2.2.1_GH0.tar.gz) = a2c29d0184e7afc415975cf2689723028d2686ffbb67fe0999ab1d691e6d16db -SIZE (cenkalti-backoff-v2.2.1_GH0.tar.gz) = 8623 -SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148 -SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292 -SHA256 (chromedp-cdproto-2bc298e8be7f_GH0.tar.gz) = 435049fa79065edec17f4c691667b30a6fdddb96c1c49a7c8125b76e513845a5 -SIZE (chromedp-cdproto-2bc298e8be7f_GH0.tar.gz) = 413190 -SHA256 (chromedp-chromedp-v0.7.3_GH0.tar.gz) = 69a2355875b8c12be109b3a8b9167fbb3e8caaf150897347d83031a8592c3be1 -SIZE (chromedp-chromedp-v0.7.3_GH0.tar.gz) = 107299 -SHA256 (chromedp-sysutil-v1.0.0_GH0.tar.gz) = f1fd198c6ad3586ea1fdd398ff63fface97db0bf36fb916892d3e0c165725c0a -SIZE (chromedp-sysutil-v1.0.0_GH0.tar.gz) = 2413 -SHA256 (cjoudrey-gluaurl-31cbb9bef199_GH0.tar.gz) = fa790203f9f25dc4dd8e9c84b0dbb08b1e0eb11ccb172e20f469c0acf11ca86f -SIZE (cjoudrey-gluaurl-31cbb9bef199_GH0.tar.gz) = 4770 -SHA256 (cloudflare-cloudflare-go-v0.18.0_GH0.tar.gz) = c73e0373d1af017ac66f277a30bbefd15e2f473a6d57b97ca2f6416bd0bc7c20 -SIZE (cloudflare-cloudflare-go-v0.18.0_GH0.tar.gz) = 171255 -SHA256 (coreos-etcd-v3.3.13_GH0.tar.gz) = 02df2eb25d67dafc355d19a91791f686fcf59b04cea46110c3a11fcd5e365100 -SIZE (coreos-etcd-v3.3.13_GH0.tar.gz) = 3372732 -SHA256 (dennwc-base-v1.0.0_GH0.tar.gz) = 3a4626c02665b5e44b02066ec551cf59b1e560bd3f6aee4cadcea5558f60d015 -SIZE (dennwc-base-v1.0.0_GH0.tar.gz) = 1356 -SHA256 (dghubble-go-twitter-2fdbf421508e_GH0.tar.gz) = efb595d6199bd54a5771bfabf9be2898d8653dff2b751ca95d18a0c659926e9f -SIZE (dghubble-go-twitter-2fdbf421508e_GH0.tar.gz) = 42909 -SHA256 (dghubble-sling-v1.3.0_GH0.tar.gz) = c12add4fa7fd2e9e6bbbf553d3cf4cb8ad6229938e8ff2cd543aa1981c35446c -SIZE (dghubble-sling-v1.3.0_GH0.tar.gz) = 17768 -SHA256 (etcd-io-etcd-3cf2f69b5738_GH0.tar.gz) = cc28c5d72a7c093958a17b43f9b1aa00c06af993cfd3a81d66a14725c83d1065 -SIZE (etcd-io-etcd-3cf2f69b5738_GH0.tar.gz) = 8943012 -SHA256 (fatih-color-v1.12.0_GH0.tar.gz) = 8f4cef62c8aafdf7e7b3097e9f97c236bb31a47f2c939a54da92235c30ae9dcb -SIZE (fatih-color-v1.12.0_GH0.tar.gz) = 10711 -SHA256 (geziyor-geziyor-d3bdaf624012_GH0.tar.gz) = f4163a6b274636c1331b6e50465cb0996fe09bd86b235e5b5096336821402c42 -SIZE (geziyor-geziyor-d3bdaf624012_GH0.tar.gz) = 40255 -SHA256 (go-ini-ini-v1.62.0_GH0.tar.gz) = 926ca2ff49018dc5c0991f3a790bc2083a3c52c470167d42f0f0bcd6642ff64e -SIZE (go-ini-ini-v1.62.0_GH0.tar.gz) = 50314 -SHA256 (go-kit-kit-v0.11.0_GH0.tar.gz) = b73d4ed2f4fb8bdf54241af41d443ab14faef427afcfcb93d7c4f009cc65c0c7 -SIZE (go-kit-kit-v0.11.0_GH0.tar.gz) = 215787 -SHA256 (go-sql-driver-mysql-v1.6.0_GH0.tar.gz) = 25233aea6418ca7e2e8d83f1bf4f498ef7f79c8c0fee1dc2a8ba623372574b28 -SIZE (go-sql-driver-mysql-v1.6.0_GH0.tar.gz) = 94168 -SHA256 (gobuffalo-envy-v1.9.0_GH0.tar.gz) = e9fb0d5929585dff36cf9a3836e66eaef783c526904f77da05eda9580511abca -SIZE (gobuffalo-envy-v1.9.0_GH0.tar.gz) = 7925 -SHA256 (gobuffalo-logger-v1.0.4_GH0.tar.gz) = be07b4577fb88c2585e7264ecd7b27196685cf6171bf1f42ee1c7e3ba99e99ae -SIZE (gobuffalo-logger-v1.0.4_GH0.tar.gz) = 6223 -SHA256 (gobuffalo-packd-v1.0.0_GH0.tar.gz) = 58adcda4d7dc66549038271c6aac9c45f609afe14ca62887962d4abe8fa5653d -SIZE (gobuffalo-packd-v1.0.0_GH0.tar.gz) = 8866 -SHA256 (gobuffalo-packr-v2.8.1_GH0.tar.gz) = 648f8690e0349039300d3603708bd383f3568193ebaeb0760a87da8760dc7fa7 -SIZE (gobuffalo-packr-v2.8.1_GH0.tar.gz) = 82216 -SHA256 (gobwas-httphead-v0.1.0_GH0.tar.gz) = 7977c8a5b9a8301f7202228b18a11a698d5e470886e3d6d99b3979a131719a08 -SIZE (gobwas-httphead-v0.1.0_GH0.tar.gz) = 17212 -SHA256 (gobwas-pool-v0.2.1_GH0.tar.gz) = af627b30208ca77b4f8949910d8cc2fd6fdb14deda16ac7fb625f7cbdbd79805 -SIZE (gobwas-pool-v0.2.1_GH0.tar.gz) = 8054 -SHA256 (gobwas-ws-v1.1.0-rc.6_GH0.tar.gz) = 6c53115fbca70991b72199cc882285a9998ef49444e2a8c17fe0b324f0225ae8 -SIZE (gobwas-ws-v1.1.0-rc.6_GH0.tar.gz) = 84488 -SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34 -SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725 -SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f -SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 -SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4 -SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023 -SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d -SIZE (golang-net-04defd469f4e_GH0.tar.gz) = 1252122 -SHA256 (golang-oauth2-a41e5a781914_GH0.tar.gz) = 95c6160cbcd3c728c5036dd61390a3ac1778396dad077435672626cbd29b5abe -SIZE (golang-oauth2-a41e5a781914_GH0.tar.gz) = 83730 -SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3 -SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 -SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda -SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 -SHA256 (golang-sys-0f9fa26af87c_GH0.tar.gz) = 4a7725e85ddaba8f2efc9b799eb00f4b3d522ea8ed9ad0ce08783febe3ec97a1 -SIZE (golang-sys-0f9fa26af87c_GH0.tar.gz) = 1202044 -SHA256 (golang-term-6886f2dfbf5b_GH0.tar.gz) = e2e151fcf388487e6d70ce589408f9848a78843a790e3bae5409c86b10493bf9 -SIZE (golang-term-6886f2dfbf5b_GH0.tar.gz) = 14933 -SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 -SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095 -SHA256 (golang-time-38a9dc6acbc6_GH0.tar.gz) = 2988d124069c25520c6389d823f6f3985fafe86a0355ba8d2ee33040dca085dc -SIZE (golang-time-38a9dc6acbc6_GH0.tar.gz) = 9663 -SHA256 (golang-tools-v0.1.5_GH0.tar.gz) = fe47ea2bae87d8612ec8202c7fcf9ec7d125fbf236a36f1417d93295dbc3a855 -SIZE (golang-tools-v0.1.5_GH0.tar.gz) = 2843361 -SHA256 (google-go-querystring-v1.1.0_GH0.tar.gz) = a5641dee688eb2c733608ce5a88d8181c93ad9f5083fd97fadbccb91afad9a56 -SIZE (google-go-querystring-v1.1.0_GH0.tar.gz) = 10423 -SHA256 (google-uuid-v1.2.0_GH0.tar.gz) = 53ba896ce398435b3ba4f9375f5d4908b09c79daaa54ecd4e5000b7bef984380 -SIZE (google-uuid-v1.2.0_GH0.tar.gz) = 14158 -SHA256 (gorilla-websocket-v1.4.2_GH0.tar.gz) = 91937a36bc9e0da3c895c73d4cb74b2cdb1aff54ab21b0d0724000e7b5b85b84 -SIZE (gorilla-websocket-v1.4.2_GH0.tar.gz) = 54101 -SHA256 (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 0d73891a7a179e50a142ac8832db97b17c792d29ae205b0e6aeedde4c43d51a4 -SIZE (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 8581 -SHA256 (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 8d1bb3377310e8ffe4c7b5672c5de1eaed153402aebd15d6e5b9673c356a065f -SIZE (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 13803 -SHA256 (hashicorp-go-version-v1.2.0_GH0.tar.gz) = 13b02465ef92959236950956c79500a7d77c9ed9a47424cfb203538ac2cd96f1 -SIZE (hashicorp-go-version-v1.2.0_GH0.tar.gz) = 13094 -SHA256 (hidal-go-hidalgo-05749a6d73df_GH0.tar.gz) = 71ed1acbc82c815d61d3d1f7b5d5624d9bc9e5b775a31d1c0460e0a596dd6e2a -SIZE (hidal-go-hidalgo-05749a6d73df_GH0.tar.gz) = 89851 -SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 -SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 -SHA256 (josharian-intern-v1.0.0_GH0.tar.gz) = 7c7df6e792ed5db0b1a63c8ec74236b70958ad36c9fe5a02b52b1a418b177b5e -SIZE (josharian-intern-v1.0.0_GH0.tar.gz) = 1927 -SHA256 (karrick-godirwalk-v1.16.1_GH0.tar.gz) = a0416d5027f6ce66e6a22a9fb7d60ddc756b6e5e8f20398f3c3d43aa0092fd25 -SIZE (karrick-godirwalk-v1.16.1_GH0.tar.gz) = 27116 -SHA256 (layeh-gopher-json-552bb3c4c3bf_GH0.tar.gz) = cb1a1d57072ae70d078e23c3bcadd14df26702ae254391d13539a99020f1a719 -SIZE (layeh-gopher-json-552bb3c4c3bf_GH0.tar.gz) = 3521 -SHA256 (lib-pq-v1.10.2_GH0.tar.gz) = 28d0029ba6905f5a7591a573d13ffcc12bce1d00aef23b0d9fe1e049605ba3ee -SIZE (lib-pq-v1.10.2_GH0.tar.gz) = 103819 -SHA256 (lightstep-lightstep-tracer-go-v0.18.1_GH0.tar.gz) = 591c0266ffc5acf5718e5d6a23920fe27805b39422987d4d6a2eeee06ae265d7 -SIZE (lightstep-lightstep-tracer-go-v0.18.1_GH0.tar.gz) = 57762 -SHA256 (mailru-easyjson-v0.7.7_GH0.tar.gz) = 18ce2051cda6b20a09163d9ecedf905593d7777db043b32b263e62b1cebb7f73 -SIZE (mailru-easyjson-v0.7.7_GH0.tar.gz) = 81404 -SHA256 (markbates-errx-v1.1.0_GH0.tar.gz) = adbe12dff4269f0ba7333fd61fe0d0d68420c63e603c3e9a4afdec47e34380e0 -SIZE (markbates-errx-v1.1.0_GH0.tar.gz) = 2666 -SHA256 (markbates-oncer-v1.0.0_GH0.tar.gz) = c28cd954b9076f17d05f7ee3e2f566f3c66bf0112215d0e9f77cfc4cc644f4b0 -SIZE (markbates-oncer-v1.0.0_GH0.tar.gz) = 3852 -SHA256 (markbates-safe-v1.0.1_GH0.tar.gz) = 8356d63a2175445960eecc237cf82fc206d328d48c03e4564546d9158af62142 -SIZE (markbates-safe-v1.0.1_GH0.tar.gz) = 2888 -SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f -SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 -SHA256 (mattn-go-isatty-v0.0.13_GH0.tar.gz) = d25318d3c4e174e1ffb5d90c9d3e6887cc050f76e403b7b3d6163f4338fac952 -SIZE (mattn-go-isatty-v0.0.13_GH0.tar.gz) = 4440 -SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b -SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184 -SHA256 (miekg-dns-v1.1.43_GH0.tar.gz) = 889d61c9ce9594ef0fa4b8b601fcf094082b8c12f5638063652d8dee7ee5339a -SIZE (miekg-dns-v1.1.43_GH0.tar.gz) = 200617 -SHA256 (oklog-oklog-v0.3.2_GH0.tar.gz) = c254c18baf0ff14625559ebd58b8e59e0e711970b0cd69274541c519675af9e4 -SIZE (oklog-oklog-v0.3.2_GH0.tar.gz) = 241945 -SHA256 (oklog-run-v1.0.0_GH0.tar.gz) = 079ee5a50fcb299eb7b957dd1acaba1f536f2abe58154d15f55c18959e25907e -SIZE (oklog-run-v1.0.0_GH0.tar.gz) = 7126 -SHA256 (opentracing-basictracer-go-v1.0.0_GH0.tar.gz) = a1d4f028a38c32d996014dfb07577a881a3413adc081380f47b2e74bab37da88 -SIZE (opentracing-basictracer-go-v1.0.0_GH0.tar.gz) = 21335 -SHA256 (openzipkin-contrib-zipkin-go-opentracing-v0.4.5_GH0.tar.gz) = 2692da9311410048b5823a645d9e5c5c449bd544faaedb6900e1c7807f7ac21d -SIZE (openzipkin-contrib-zipkin-go-opentracing-v0.4.5_GH0.tar.gz) = 17174 -SHA256 (pact-foundation-pact-go-v1.0.4_GH0.tar.gz) = c2fd5e2c22b4dc9116d460119aad03f34ceb99b1b2932af1b9fff4f2a52381db -SIZE (pact-foundation-pact-go-v1.0.4_GH0.tar.gz) = 1092397 -SHA256 (phayes-freeport-95f893ade6f2_GH0.tar.gz) = 453c1f7b472b1a6ea369457880ab468c318221594ad02532396e0e8d48cc6f31 -SIZE (phayes-freeport-95f893ade6f2_GH0.tar.gz) = 3353 -SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 -SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 -SHA256 (prometheus-client_golang-v1.11.0_GH0.tar.gz) = a3bc3312bde4182e507042ca0e7ca88aac6656bbf8d516d732e34c3f14bb612a -SIZE (prometheus-client_golang-v1.11.0_GH0.tar.gz) = 168706 -SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 -SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 -SHA256 (prometheus-common-v0.29.0_GH0.tar.gz) = 61d6756202f3e313ca6e4e1ba1545e8e5def31a03a7bb81fca1ee2db5f3008d5 -SIZE (prometheus-common-v0.29.0_GH0.tar.gz) = 124111 -SHA256 (prometheus-procfs-v0.7.0_GH0.tar.gz) = 2b5b4bd20fd64ecf49ca013cf84b8bd3bde0139d16391aaccd3737fb54b4fccd -SIZE (prometheus-procfs-v0.7.0_GH0.tar.gz) = 177306 -SHA256 (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 3ec41a8324431e72f85e0dc0c2c098cc14c3cb1ee8820996c8f46afca2d65609 -SIZE (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 1278521 -SHA256 (rakyll-statik-v0.1.7_GH0.tar.gz) = cd05f409e63674f29cff0e496bd33eee70229985243cce486107085fab747082 -SIZE (rakyll-statik-v0.1.7_GH0.tar.gz) = 178404 -SHA256 (rogpeppe-go-internal-v1.8.0_GH0.tar.gz) = a423c3d03d47d263d7ff1c90ba3911c9025bb7f060b5a46af8229e00962df8ed -SIZE (rogpeppe-go-internal-v1.8.0_GH0.tar.gz) = 129034 -SHA256 (samuel-go-zookeeper-2cc03de413da_GH0.tar.gz) = dac23a1f2a63f6f79f8d2bc30d6a36e9b28b4e15013381b11b102f489505fc53 -SIZE (samuel-go-zookeeper-2cc03de413da_GH0.tar.gz) = 40257 -SHA256 (sirupsen-logrus-v1.8.1_GH0.tar.gz) = e9492c08ac8f202b438ccfb992bf81b7860739cf8f2266958e0c574c7abfdd74 -SIZE (sirupsen-logrus-v1.8.1_GH0.tar.gz) = 47161 -SHA256 (sourcegraph-appdash-ebfcffb1b5c0_GH0.tar.gz) = 723e1adbe7104ec8898722a68f20f0cfc746326db038b0b38066c46aa5018a03 -SIZE (sourcegraph-appdash-ebfcffb1b5c0_GH0.tar.gz) = 118949 -SHA256 (spf13-cobra-v1.2.1_GH0.tar.gz) = 382d414ff7b8f421ae07d32d5a17161718b45bdd00de86dc107a34e639857794 -SIZE (spf13-cobra-v1.2.1_GH0.tar.gz) = 161312 -SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 -SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (temoto-robotstxt-v1.1.2_GH0.tar.gz) = df78cb32b63074c6c3474efe9a08687c26cdf26f6bb15042f99aca58ef080996 -SIZE (temoto-robotstxt-v1.1.2_GH0.tar.gz) = 17497 -SHA256 (tylertreat-BoomFilters-1a82519a3e43_GH0.tar.gz) = d19d757804dec5b2c68f54f372cf34bbbcff4dcdccd87facefba92f24bd3a6a1 -SIZE (tylertreat-BoomFilters-1a82519a3e43_GH0.tar.gz) = 37385 -SHA256 (uber-go-ratelimit-v0.2.0_GH0.tar.gz) = b8a3291fc6733ec48bdb44846631ba82d73d414596be3602d94fed927b8a0864 -SIZE (uber-go-ratelimit-v0.2.0_GH0.tar.gz) = 10682 -SHA256 (uber-go-tools-2cfd321de3ee_GH0.tar.gz) = a7d91d3ddea6d8a83240af46436e02d65b835b60bcb85ad1c5bc6aebad32f567 -SIZE (uber-go-tools-2cfd321de3ee_GH0.tar.gz) = 11054 -SHA256 (yl2chen-cidranger-v1.0.2_GH0.tar.gz) = 9b65b6f0e28c9490e67aa58ce8defbecf05934c28f820113b761a0c900745727 -SIZE (yl2chen-cidranger-v1.0.2_GH0.tar.gz) = 28316 -SHA256 (yuin-gopher-lua-f4c35e4016d9_GH0.tar.gz) = 4694620cb5ae735933bdd5bb7921de0daa0ed930c0e877cb8f2049d9fbeca16b -SIZE (yuin-gopher-lua-f4c35e4016d9_GH0.tar.gz) = 162941 +TIMESTAMP = 1633145468 +SHA256 (go/dns_amass/amass-v3.14.0/v3.14.0.mod) = e095cfe1f22af4e037f9b03251de7960b20608fd492feaf6db1089ed4c0f8753 +SIZE (go/dns_amass/amass-v3.14.0/v3.14.0.mod) = 1906 +SHA256 (go/dns_amass/amass-v3.14.0/v3.14.0.zip) = 9631948f2fdafe4495d79acd595687c5301e2288bff1916e444237b29b86fdd8 +SIZE (go/dns_amass/amass-v3.14.0/v3.14.0.zip) = 32675062 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 17:55:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 930E667FF84; Sat, 2 Oct 2021 17:55:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMF4S3BGdz4pNq; Sat, 2 Oct 2021 17:55:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E41D17750; Sat, 2 Oct 2021 17:55:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192Ht4EQ001641; Sat, 2 Oct 2021 17:55:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192Ht40o001640; Sat, 2 Oct 2021 17:55:04 GMT (envelope-from git) Date: Sat, 2 Oct 2021 17:55:04 GMT Message-Id: <202110021755.192Ht40o001640@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 29fd94d80a3b - main - math/gretl: Update 2021b -> 2021d MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 29fd94d80a3bd02b42b7ba36112ca55581cd0a22 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 17:55:04 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=29fd94d80a3bd02b42b7ba36112ca55581cd0a22 commit 29fd94d80a3bd02b42b7ba36112ca55581cd0a22 Author: Yuri Victorovich AuthorDate: 2021-10-02 17:53:13 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 17:53:58 +0000 math/gretl: Update 2021b -> 2021d Reported by: portscout --- math/gretl/Makefile | 13 ++- math/gretl/distinfo | 6 +- math/gretl/files/patch-gui_Makefile.in | 12 +-- math/gretl/files/patch-lib_src_gretl__mt.c | 13 +++ math/gretl/files/patch-plugin_Makefile.in | 4 +- math/gretl/pkg-plist | 157 ++++++++++++++--------------- 6 files changed, 111 insertions(+), 94 deletions(-) diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 902ab228d519..4dab9c2a1f14 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -1,7 +1,7 @@ # Created by: ijliao PORTNAME= gretl -PORTVERSION= 2021b +PORTVERSION= 2021d CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ libgmp.so:math/gmp \ + libharfbuzz.so:print/harfbuzz \ libjson-glib-1.0.so:devel/json-glib \ libmpfr.so:math/mpfr @@ -28,6 +29,8 @@ SSP_CFLAGS?= -fstack-protector # XXX -strong crashes mklang on 12.0+ i386 CONFIGURE_ENV= ac_cv_lib_dl_dlopen="" \ LAPACK_LIBS="${LAPACK} ${BLAS}" +PLIST_SUB= GTK_VER=${GTK_VER} + OPTIONS_DEFINE= ADDONS ATLAS GUI MPI NLS ODBC OPENMP R UNZIP OPTIONS_DEFAULT= ADDONS GUI OPENMP UNZIP OPTIONS_SUB= yes @@ -47,8 +50,10 @@ GUI_DESC= Graphical user interface and plugins GUI_CONFIGURE_ON= --enable-gui=yes GUI_CONFIGURE_OFF= --enable-gui=no --enable-xdg=no GUI_VARS= INSTALLS_ICONS=yes -GUI_USE= GNOME=cairo,gtksourceview3 -GUI_USE_OFF= GNOME=glib30,libxml2 +GUI_USE= GNOME=cairo,gtksourceview3,gdkpixbuf2 +GUI_USE_OFF= GNOME=glib20,libxml2 +GUI_VARS= GTK_VER=3 +GUI_VARS_OFF= GTK_VER=2 GUI_USES= desktop-file-utils shared-mime-info GUI_BUILD_DEPENDS= gnuplot:math/gnuplot GUI_LIB_DEPENDS= libfreetype.so:print/freetype2 \ @@ -95,7 +100,7 @@ regression-test test check: build ${MAKE_ARGS} check post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gretl-gtk3/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gretl-*/*.so @${RMDIR} ${STAGEDIR}${DATADIR}/doc .include diff --git a/math/gretl/distinfo b/math/gretl/distinfo index 0f3d71618f80..cfa9723ae54f 100644 --- a/math/gretl/distinfo +++ b/math/gretl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620321554 -SHA256 (gretl-2021b.tar.xz) = dca48003450fc7772a3177ff1b99eb9427cb8d6703886b73bc97bfb3247213a7 -SIZE (gretl-2021b.tar.xz) = 13273320 +TIMESTAMP = 1633145930 +SHA256 (gretl-2021d.tar.xz) = ce28f7dfb3ff31e982c2f31a8766d4137a1dbf429ffca5ba7d49763a03338ee2 +SIZE (gretl-2021d.tar.xz) = 13256260 diff --git a/math/gretl/files/patch-gui_Makefile.in b/math/gretl/files/patch-gui_Makefile.in index de4b8f11168d..b3acf0ba175d 100644 --- a/math/gretl/files/patch-gui_Makefile.in +++ b/math/gretl/files/patch-gui_Makefile.in @@ -1,6 +1,6 @@ ---- gui/Makefile.in.orig 2021-05-07 16:11:37 UTC +--- gui/Makefile.in.orig 2021-10-02 16:19:02 UTC +++ gui/Makefile.in -@@ -157,7 +157,7 @@ else ifeq ($(win32_build),yes) +@@ -167,7 +167,7 @@ else ifeq ($(win32_build),yes) INSTALL_GTKRC = install-gtkrc else PROG = gretl_x11$(EXEEXT) @@ -9,17 +9,17 @@ endif vpath %.c $(topsrc)/gui -@@ -279,7 +279,7 @@ NEWS: $(MKNEWS) $(topsrc)/ChangeLog +@@ -301,7 +301,7 @@ gretl-icons.gresource: gretl-icons.xml .PHONY: -install: install-exec install-ui $(INSTALL_SCRIPT) install-data install-lang install-styles \ +install: install-exec install-ui $(INSTALL_SCRIPT_TARGET) install-data install-lang install-styles \ - install-news $(INSTALL_GTKRC) $(INSTALL_CMDFILE) + install-icons install-news $(INSTALL_GTKRC) $(INSTALL_CMDFILE) install-strip: $(PROG) install-data -@@ -294,7 +294,7 @@ install-ui: installdirs - $(INSTALL_DATA) $(topsrc)/gui/gretlmodel.xml $(DESTDIR)$(uidir) +@@ -319,7 +319,7 @@ install-icons: gretl-icons.gresource installdirs + $(INSTALL_DATA) gretl-icons.gresource $(DESTDIR)$(gretldir) install-script: installdirs - $(INSTALL_PROGRAM) ../gretl_sh $(DESTDIR)$(bindir)/gretl diff --git a/math/gretl/files/patch-lib_src_gretl__mt.c b/math/gretl/files/patch-lib_src_gretl__mt.c new file mode 100644 index 000000000000..6f7f0de3192f --- /dev/null +++ b/math/gretl/files/patch-lib_src_gretl__mt.c @@ -0,0 +1,13 @@ +- https://sourceforge.net/p/gretl/bugs/251/ + +--- lib/src/gretl_mt.c.orig 2021-10-02 09:01:37 UTC ++++ lib/src/gretl_mt.c +@@ -27,6 +27,8 @@ + # include + #endif + ++#include // for sysconf ++ + /* for processors count */ + #if defined(WIN32) + # include diff --git a/math/gretl/files/patch-plugin_Makefile.in b/math/gretl/files/patch-plugin_Makefile.in index bc284b93a713..0895ec18c20c 100644 --- a/math/gretl/files/patch-plugin_Makefile.in +++ b/math/gretl/files/patch-plugin_Makefile.in @@ -1,6 +1,6 @@ ---- plugin/Makefile.in.orig 2021-05-07 16:11:37 UTC +--- plugin/Makefile.in.orig 2021-10-02 03:59:05 UTC +++ plugin/Makefile.in -@@ -423,14 +423,14 @@ $(GRETLLIB): +@@ -436,14 +436,14 @@ $(GRETLLIB): .PHONY: install: $(GRETLLIB) $(PLUGINS) $(URCDATA) $(DWDATA) installdirs diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist index e1390e0b4099..2b972cbbe85c 100644 --- a/math/gretl/pkg-plist +++ b/math/gretl/pkg-plist @@ -79,67 +79,68 @@ include/gretl/uservar.h include/gretl/var.h include/gretl/varprint.h include/gretl/vartest.h -lib/gretl-gtk3/anova.so -lib/gretl-gtk3/arbond.so -lib/gretl-gtk3/arma.so -lib/gretl-gtk3/arma_x12.so -lib/gretl-gtk3/bdstest.so -lib/gretl-gtk3/biprobit.so -lib/gretl-gtk3/data/dfgls-beta-c.bin -lib/gretl-gtk3/data/dfgls-beta-t.bin -lib/gretl-gtk3/data/dwdata.gz -lib/gretl-gtk3/data/npc.bin -lib/gretl-gtk3/data/npt.bin -lib/gretl-gtk3/data/pqc.bin -lib/gretl-gtk3/data/pqt.bin -lib/gretl-gtk3/data/s_alpha.bin -lib/gretl-gtk3/data/urcdata.bin -lib/gretl-gtk3/duration.so -lib/gretl-gtk3/eviews_import.so -%%GUI%%lib/gretl-gtk3/excel_import.so -lib/gretl-gtk3/fractals.so -lib/gretl-gtk3/garch.so -lib/gretl-gtk3/geoplot.so -%%GUI%%lib/gretl-gtk3/gnumeric_import.so -%%NO_UNZIP%%lib/gretl-gtk3/gretlzip.so -lib/gretl-gtk3/heckit.so -lib/gretl-gtk3/interpolate.so -lib/gretl-gtk3/interval.so -lib/gretl-gtk3/iso3166.so -lib/gretl-gtk3/jmulti_import.so -lib/gretl-gtk3/johansen.so -lib/gretl-gtk3/json_get.so -lib/gretl-gtk3/kernel.so -%%GUI%%lib/gretl-gtk3/leverage.so -%%GUI%%lib/gretl-gtk3/mailer.so -lib/gretl-gtk3/mp_ols.so -lib/gretl-gtk3/nistcheck.so -%%ODBC%%lib/gretl-gtk3/odbc_import.so -%%GUI%%lib/gretl-gtk3/ods_import.so -lib/gretl-gtk3/panurc.so -%%GUI%%lib/gretl-gtk3/pca.so -lib/gretl-gtk3/poisson.so -%%GUI%%lib/gretl-gtk3/progress_bar.so -lib/gretl-gtk3/purebin.so -lib/gretl-gtk3/quantreg.so -lib/gretl-gtk3/range-mean.so -lib/gretl-gtk3/regls.so -lib/gretl-gtk3/reprobit.so -lib/gretl-gtk3/sas_import.so -lib/gretl-gtk3/spss_import.so -lib/gretl-gtk3/stata_export.so -lib/gretl-gtk3/stata_import.so -lib/gretl-gtk3/stats_tables.so -lib/gretl-gtk3/svm.so -lib/gretl-gtk3/sysest.so -%%GUI%%lib/gretl-gtk3/tramo-x12a.so -lib/gretl-gtk3/urcdist.so -lib/gretl-gtk3/vif.so -%%GUI%%lib/gretl-gtk3/xlsx_import.so -%%GUI%%lib/gretl-gtk3/xml_get.so +lib/gretl-gtk%%GTK_VER%%/anova.so +lib/gretl-gtk%%GTK_VER%%/arma.so +lib/gretl-gtk%%GTK_VER%%/arma_x12.so +lib/gretl-gtk%%GTK_VER%%/bdstest.so +lib/gretl-gtk%%GTK_VER%%/biprobit.so +lib/gretl-gtk%%GTK_VER%%/data/dfgls-beta-c.bin +lib/gretl-gtk%%GTK_VER%%/data/dfgls-beta-t.bin +lib/gretl-gtk%%GTK_VER%%/data/dwdata.gz +lib/gretl-gtk%%GTK_VER%%/data/npc.bin +lib/gretl-gtk%%GTK_VER%%/data/npt.bin +lib/gretl-gtk%%GTK_VER%%/data/pqc.bin +lib/gretl-gtk%%GTK_VER%%/data/pqt.bin +lib/gretl-gtk%%GTK_VER%%/data/s_alpha.bin +lib/gretl-gtk%%GTK_VER%%/data/urcdata.bin +lib/gretl-gtk%%GTK_VER%%/dpanel.so +lib/gretl-gtk%%GTK_VER%%/duration.so +lib/gretl-gtk%%GTK_VER%%/eviews_import.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/excel_import.so +lib/gretl-gtk%%GTK_VER%%/fractals.so +lib/gretl-gtk%%GTK_VER%%/garch.so +lib/gretl-gtk%%GTK_VER%%/geoplot.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/gnumeric_import.so +%%NO_UNZIP%%lib/gretl-gtk%%GTK_VER%%/gretlzip.so +lib/gretl-gtk%%GTK_VER%%/heckit.so +lib/gretl-gtk%%GTK_VER%%/interpolate.so +lib/gretl-gtk%%GTK_VER%%/interval.so +lib/gretl-gtk%%GTK_VER%%/iso3166.so +lib/gretl-gtk%%GTK_VER%%/jmulti_import.so +lib/gretl-gtk%%GTK_VER%%/johansen.so +lib/gretl-gtk%%GTK_VER%%/json_get.so +lib/gretl-gtk%%GTK_VER%%/kernel.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/leverage.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/lpsolve.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/mailer.so +lib/gretl-gtk%%GTK_VER%%/mp_ols.so +lib/gretl-gtk%%GTK_VER%%/nistcheck.so +%%ODBC%%lib/gretl-gtk%%GTK_VER%%/odbc_import.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/ods_import.so +lib/gretl-gtk%%GTK_VER%%/panurc.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/pca.so +lib/gretl-gtk%%GTK_VER%%/poisson.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/progress_bar.so +lib/gretl-gtk%%GTK_VER%%/purebin.so +lib/gretl-gtk%%GTK_VER%%/quantreg.so +lib/gretl-gtk%%GTK_VER%%/range-mean.so +lib/gretl-gtk%%GTK_VER%%/regls.so +lib/gretl-gtk%%GTK_VER%%/reprobit.so +lib/gretl-gtk%%GTK_VER%%/sas_import.so +lib/gretl-gtk%%GTK_VER%%/spss_import.so +lib/gretl-gtk%%GTK_VER%%/stata_export.so +lib/gretl-gtk%%GTK_VER%%/stata_import.so +lib/gretl-gtk%%GTK_VER%%/stats_tables.so +lib/gretl-gtk%%GTK_VER%%/svm.so +lib/gretl-gtk%%GTK_VER%%/sysest.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/tramo-x12a.so +lib/gretl-gtk%%GTK_VER%%/urcdist.so +lib/gretl-gtk%%GTK_VER%%/vif.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/xlsx_import.so +%%GUI%%lib/gretl-gtk%%GTK_VER%%/xml_get.so lib/libgretl-1.0.so -lib/libgretl-1.0.so.38 -lib/libgretl-1.0.so.38.0.0 +lib/libgretl-1.0.so.40 +lib/libgretl-1.0.so.40.0.0 libdata/pkgconfig/gretl.pc man/man1/gretl.1.gz %%GUI%%share/appdata/gretl.appdata.xml @@ -214,7 +215,6 @@ man/man1/gretl.1.gz %%DATADIR%%/data/misc/ooballot.gdt %%DATADIR%%/data/misc/penngrow.gdt %%DATADIR%%/data/misc/pension.gdt -%%DATADIR%%/data/misc/poisson.gdt %%DATADIR%%/data/misc/rac3d.gdt %%DATADIR%%/data/misc/recid.gdt %%DATADIR%%/data/misc/rwm.gdt @@ -420,20 +420,23 @@ man/man1/gretl.1.gz %%DATADIR%%/functions/gretlfunc.dtd %%ADDONS%%%%DATADIR%%/functions/ivpanel/ivpanel.gfn %%ADDONS%%%%DATADIR%%/functions/ivpanel/ivpanel.pdf +%%ADDONS%%%%DATADIR%%/functions/logging/logging.gfn +%%ADDONS%%%%DATADIR%%/functions/logging/logging.pdf %%DATADIR%%/functions/packages.xml -%%DATADIR%%/functions/regls/examples/README.txt -%%DATADIR%%/functions/regls/examples/elnet_sequence.inp -%%DATADIR%%/functions/regls/examples/fat.inp -%%DATADIR%%/functions/regls/examples/fatplus.inp -%%DATADIR%%/functions/regls/examples/lambda_sequence.inp -%%DATADIR%%/functions/regls/examples/multiprint.inp -%%DATADIR%%/functions/regls/examples/murder.gdt -%%DATADIR%%/functions/regls/examples/ridge_compare.inp -%%DATADIR%%/functions/regls/examples/ridge_single.inp -%%DATADIR%%/functions/regls/examples/winequality-red.gdt -%%DATADIR%%/functions/regls/examples/xvalidate_consec.inp -%%DATADIR%%/functions/regls/regls.gfn -%%DATADIR%%/functions/regls/regls.pdf +%%ADDONS%%%%DATADIR%%/functions/regls/examples/README.txt +%%ADDONS%%%%DATADIR%%/functions/regls/examples/elnet_sequence.inp +%%ADDONS%%%%DATADIR%%/functions/regls/examples/fat.inp +%%ADDONS%%%%DATADIR%%/functions/regls/examples/fatplus.inp +%%ADDONS%%%%DATADIR%%/functions/regls/examples/lambda_sequence.inp +%%ADDONS%%%%DATADIR%%/functions/regls/examples/multiprint.inp +%%ADDONS%%%%DATADIR%%/functions/regls/examples/murder.gdt +%%ADDONS%%%%DATADIR%%/functions/regls/examples/ridge_compare.inp +%%ADDONS%%%%DATADIR%%/functions/regls/examples/ridge_single.inp +%%ADDONS%%%%DATADIR%%/functions/regls/examples/winequality-red.gdt +%%ADDONS%%%%DATADIR%%/functions/regls/examples/xvalidate_consec.inp +%%ADDONS%%%%DATADIR%%/functions/regls/regls.gfn +%%ADDONS%%%%DATADIR%%/functions/regls/regls.pdf +%%GUI%%%%DATADIR%%/gretl-icons.gresource %%GUI%%%%DATADIR%%/gretl-logo.xpm %%DATADIR%%/gretl_cli_cmdref.en %%DATADIR%%/gretl_cli_cmdref.es @@ -455,11 +458,6 @@ man/man1/gretl.1.gz %%DATADIR%%/gretl_gui_fnref.gl %%DATADIR%%/gretl_gui_fnref.it %%DATADIR%%/gretl_gui_fnref.pt -%%DATADIR%%/gretl_gui_help.en -%%DATADIR%%/gretl_gui_help.es -%%DATADIR%%/gretl_gui_help.gl -%%DATADIR%%/gretl_gui_help.it -%%DATADIR%%/gretl_gui_help.pt %%DATADIR%%/gretlhelp.refs %%GUI%%%%DATADIR%%/gtksourceview/build.xml %%GUI%%%%DATADIR%%/gtksourceview/darkslate.xml @@ -467,6 +465,7 @@ man/man1/gretl.1.gz %%GUI%%%%DATADIR%%/gtksourceview/gfnspec.lang %%GUI%%%%DATADIR%%/gtksourceview/gnuplot.lang %%GUI%%%%DATADIR%%/gtksourceview/gretl.lang +%%GUI%%%%DATADIR%%/gtksourceview/lpsolve.lang %%GUI%%%%DATADIR%%/gtksourceview/stata.lang %%DATADIR%%/helpfigs/adf1.png %%DATADIR%%/helpfigs/aic.png From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 20:14:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 32F4D6A97B5; Sat, 2 Oct 2021 20:14:33 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMJ9P0ffXz4vp5; Sat, 2 Oct 2021 20:14:33 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f51.google.com with SMTP id i4so53638252lfv.4; Sat, 02 Oct 2021 13:14:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KYIV6EjmAZJaXAPhIgBWfF1gDoR4sNIj1SrwNs13OvU=; b=ypqEdSZpJqrIycXLOy07aqfuRDDnEFFWgQcncXCJD/w6hD01rkQwzxg0LjLXOeMuxQ EVIr+t/W76XFrW4vB6JmBzZ5kKThq1dIOuu4Owy8C9RYHZ+RvcpSfFQhvjiyfFehOPb8 rTOktU4UF4aEWOaHQtIYKuGWOEgoEdorrQeExmMj9SeKzyDf30SYvmfbTgUG+joz+QSe YvglCNurjpy4EM9kdCaDbrumJAqQ6J8qeyu2UYqySFTQcRwt3nqTTFDHuwwJGRxTPV0A x7BMQhXsFpKXeoYQzh9ChMmSXr3q9yT6+wlWl49G6UNxbAhoeLZwsW6/jScniAfEV1To Poyg== X-Gm-Message-State: AOAM532B7byqoJeA0pYkR6yZIga1WEYvvEc49b01nSDVhpbVB2Z3crWs P0yhDbNxZnQ+cd7V8QWzldv47707DFgFMp7u/NDSqU206rw= X-Google-Smtp-Source: ABdhPJwerpYTEvdxikau+KANK/hZfmMacL9i4b2dv2lRpe9jTVtwyLJQujMuD2IsUTvMG8/zsSoaPF6qF3W8juIyul0= X-Received: by 2002:a2e:54e:: with SMTP id 75mr5561638ljf.116.1633205665671; Sat, 02 Oct 2021 13:14:25 -0700 (PDT) MIME-Version: 1.0 References: <202110021424.192EOYjS023644@gitrepo.freebsd.org> In-Reply-To: <202110021424.192EOYjS023644@gitrepo.freebsd.org> From: Antoine Brodin Date: Sat, 2 Oct 2021 22:14:17 +0200 Message-ID: Subject: Re: git: 89eb41e73dd3 - main - devel/etcd*: remove coreos- prefix and pet portclippy. To: Jimmy Olgeni Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4HMJ9P0ffXz4vp5 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 20:14:33 -0000 On Sat, Oct 2, 2021 at 4:24 PM Jimmy Olgeni wrote: > > The branch main has been updated by olgeni: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=89eb41e73dd3a8a556306fb1080c328f0d4a378d > > commit 89eb41e73dd3a8a556306fb1080c328f0d4a378d > Author: Jimmy Olgeni > AuthorDate: 2021-09-26 17:14:14 +0000 > Commit: Jimmy Olgeni > CommitDate: 2021-10-02 13:26:03 +0000 > > devel/etcd*: remove coreos- prefix and pet portclippy. > --- > devel/etcd/Makefile | 16 +++++++--------- > devel/etcd/pkg-descr | 2 +- > devel/etcd31/Makefile | 11 +++++------ > devel/etcd31/pkg-descr | 2 +- > devel/etcd32/Makefile | 11 +++++------ > devel/etcd32/pkg-descr | 2 +- > devel/etcd33/Makefile | 16 +++++++--------- > devel/etcd34/Makefile | 11 +++++------ > 8 files changed, 32 insertions(+), 39 deletions(-) Hello, There are now 2 packages named etcd: audio/etcd and devel/etcd Please add back a PKGNAMEPREFIX Antoine From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 20:27:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CCBEF6A99C6; Sat, 2 Oct 2021 20:27:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from hub.olgeni.com (hub.olgeni.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 4HMJS14YMDz3CJx; Sat, 2 Oct 2021 20:27:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from [192.168.0.4] (94-36-162-13.adsl-ull.clienti.tiscali.it [94.36.162.13]) by hub.olgeni.com (Postfix) with ESMTPSA id 77096D7A88; Sat, 2 Oct 2021 22:27:06 +0200 (CEST) Date: Sat, 2 Oct 2021 22:27:05 +0200 (CEST) From: Jimmy Olgeni To: Antoine Brodin cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 89eb41e73dd3 - main - devel/etcd*: remove coreos- prefix and pet portclippy. In-Reply-To: Message-ID: <19c270e5-a7c5-9f14-d549-7f9a14f4c9a3@FreeBSD.org> References: <202110021424.192EOYjS023644@gitrepo.freebsd.org> X-OpenPGP-KeyID: 0xFCDB3E82F778D8D7 X-OpenPGP-Fingerprint: EE37 B427 91C5 7707 EC54 064A FCDB 3E82 F778 D8D7 X-OpenPGP-URL: http://hub.olgeni.com/~olgeni/pgp/olgeni@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4HMJS14YMDz3CJx X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 20:27:13 -0000 On Sat, 2 Oct 2021, Antoine Brodin wrote: > There are now 2 packages named etcd: audio/etcd and devel/etcd > Please add back a PKGNAMEPREFIX Unwise choice :| fixing it.. -- jimmy From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 20:29:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D726F6A9C0D; Sat, 2 Oct 2021 20:29:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMJVq5kc2z3CH5; Sat, 2 Oct 2021 20:29:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A54901937C; Sat, 2 Oct 2021 20:29:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192KTdEV001476; Sat, 2 Oct 2021 20:29:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192KTdqY001475; Sat, 2 Oct 2021 20:29:39 GMT (envelope-from git) Date: Sat, 2 Oct 2021 20:29:39 GMT Message-Id: <202110022029.192KTdqY001475@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: 77df1a6b75f3 - main - devel/etcd*: fix PKGBASE collision MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 77df1a6b75f331e5d33e66dec1c6fd8c846c245a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 20:29:39 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=77df1a6b75f331e5d33e66dec1c6fd8c846c245a commit 77df1a6b75f331e5d33e66dec1c6fd8c846c245a Author: Antoine Brodin AuthorDate: 2021-10-02 20:29:18 +0000 Commit: Antoine Brodin CommitDate: 2021-10-02 20:29:18 +0000 devel/etcd*: fix PKGBASE collision --- devel/etcd/Makefile | 1 + devel/etcd31/Makefile | 1 + devel/etcd32/Makefile | 1 + devel/etcd33/Makefile | 1 + devel/etcd34/Makefile | 1 + 5 files changed, 5 insertions(+) diff --git a/devel/etcd/Makefile b/devel/etcd/Makefile index 2777948b921a..984e815f4d05 100644 --- a/devel/etcd/Makefile +++ b/devel/etcd/Makefile @@ -3,6 +3,7 @@ PORTVERSION= 2.3.8 DISTVERSIONPREFIX= v PORTREVISION= 5 CATEGORIES= devel +PKGNAMEPREFIX= coreos- MAINTAINER= robak@FreeBSD.org COMMENT= Highly-available key value store and service discovery diff --git a/devel/etcd31/Makefile b/devel/etcd31/Makefile index 8bfd82307507..27721d381621 100644 --- a/devel/etcd31/Makefile +++ b/devel/etcd31/Makefile @@ -3,6 +3,7 @@ PORTVERSION= 3.1.20 DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= devel +PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 31 MAINTAINER= olgeni@FreeBSD.org diff --git a/devel/etcd32/Makefile b/devel/etcd32/Makefile index ce2fec1dcc91..55d919b5027d 100644 --- a/devel/etcd32/Makefile +++ b/devel/etcd32/Makefile @@ -3,6 +3,7 @@ PORTVERSION= 3.2.32 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel +PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 32 MAINTAINER= olgeni@FreeBSD.org diff --git a/devel/etcd33/Makefile b/devel/etcd33/Makefile index 8789660615ae..f2b0ae640900 100644 --- a/devel/etcd33/Makefile +++ b/devel/etcd33/Makefile @@ -3,6 +3,7 @@ PORTVERSION= 3.3.23 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel +PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 33 MAINTAINER= olgeni@FreeBSD.org diff --git a/devel/etcd34/Makefile b/devel/etcd34/Makefile index ff93a4ad64ae..9a9dd6bfc052 100644 --- a/devel/etcd34/Makefile +++ b/devel/etcd34/Makefile @@ -3,6 +3,7 @@ PORTVERSION= 3.4.16 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel +PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 34 MAINTAINER= olgeni@FreeBSD.org From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 20:30:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD8D76A99DB; Sat, 2 Oct 2021 20:30:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMJWZ5SDbz3CL1; Sat, 2 Oct 2021 20:30:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B1B11983D; Sat, 2 Oct 2021 20:30:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192KUI9K008319; Sat, 2 Oct 2021 20:30:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192KUIcf008313; Sat, 2 Oct 2021 20:30:18 GMT (envelope-from git) Date: Sat, 2 Oct 2021 20:30:18 GMT Message-Id: <202110022030.192KUIcf008313@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 549c29a1125e - main - devel/etcd*: restore PKGNAMEPREFIX due to audio/etcd conflict. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 549c29a1125e2f753a70f65ed1c50a37441741b8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 20:30:18 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=549c29a1125e2f753a70f65ed1c50a37441741b8 commit 549c29a1125e2f753a70f65ed1c50a37441741b8 Author: Jimmy Olgeni AuthorDate: 2021-10-02 20:24:35 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-02 20:30:13 +0000 devel/etcd*: restore PKGNAMEPREFIX due to audio/etcd conflict. (partial rollback of 89eb41e) Reported by: antoine --- devel/etcd/Makefile | 5 +++-- devel/etcd31/Makefile | 5 +++-- devel/etcd32/Makefile | 5 +++-- devel/etcd33/Makefile | 5 +++-- devel/etcd34/Makefile | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/devel/etcd/Makefile b/devel/etcd/Makefile index 984e815f4d05..7c8d3dea72e2 100644 --- a/devel/etcd/Makefile +++ b/devel/etcd/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 2.3.8 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel PKGNAMEPREFIX= coreos- @@ -18,7 +18,8 @@ GH_ACCOUNT= coreos GO_PKGNAME= github.com/coreos/etcd GO_TARGET= github.com/coreos/etcd github.com/coreos/etcd/etcdctl -CONFLICTS_INSTALL= etcd31-* etcd32-* etcd33-* etcd34-* etcdctl-0.* +CONFLICTS_INSTALL= coreos-etcd31-* coreos-etcd32-* coreos-etcd33-* \ + coreos-etcd34-* coreos-etcdctl-0.* PORTSCOUT= limit:^2.* diff --git a/devel/etcd31/Makefile b/devel/etcd31/Makefile index 27721d381621..4a6fb008832a 100644 --- a/devel/etcd31/Makefile +++ b/devel/etcd31/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 3.1.20 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 31 @@ -19,7 +19,8 @@ GH_ACCOUNT= coreos GO_PKGNAME= github.com/coreos/etcd GO_TARGET= ./cmd/etcd ./cmd/etcdctl -CONFLICTS_INSTALL= etcd-* etcd32-* etcd33-* etcd34-* etcdctl-0.* +CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd32-* coreos-etcd33-* \ + coreos-etcd34-* coreos-etcdctl-0.* PLIST_FILES= bin/etcd \ bin/etcdctl diff --git a/devel/etcd32/Makefile b/devel/etcd32/Makefile index 55d919b5027d..e033d6d86adb 100644 --- a/devel/etcd32/Makefile +++ b/devel/etcd32/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 3.2.32 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 32 @@ -19,7 +19,8 @@ GH_ACCOUNT= coreos GO_PKGNAME= github.com/coreos/etcd GO_TARGET= ./cmd/etcd ./cmd/etcdctl -CONFLICTS_INSTALL= etcd-* etcd31-* etcd33-* etcd34-* etcdctl-0.* +CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd31-* coreos-etcd33-* \ + coreos-etcd34-* coreos-etcdctl-0.* PLIST_FILES= bin/etcd \ bin/etcdctl diff --git a/devel/etcd33/Makefile b/devel/etcd33/Makefile index f2b0ae640900..8dc792c6e180 100644 --- a/devel/etcd33/Makefile +++ b/devel/etcd33/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 3.3.23 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 33 @@ -73,7 +73,8 @@ GH_TUPLE= beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ GO_PKGNAME= github.com/coreos/etcd GO_TARGET= . ./etcdctl -CONFLICTS_INSTALL= etcd-* etcd31-* etcd32-* etcd34-* etcdctl-0.* +CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd31-* coreos-etcd32-* \ + coreos-etcd34-* coreos-etcdctl-0.* PLIST_FILES= bin/etcd \ bin/etcdctl diff --git a/devel/etcd34/Makefile b/devel/etcd34/Makefile index 9a9dd6bfc052..c5b9f29d76f5 100644 --- a/devel/etcd34/Makefile +++ b/devel/etcd34/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 3.4.16 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 34 @@ -19,7 +19,8 @@ GH_ACCOUNT= coreos GO_PKGNAME= github.com/coreos/etcd GO_TARGET= . ./etcdctl -CONFLICTS_INSTALL= etcd-* etcd31-* etcd32-* etcd33-* etcdctl-0.* +CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd31-* coreos-etcd32-* \ + coreos-etcd33-* coreos-etcdctl-0.* PLIST_FILES= bin/etcd \ bin/etcdctl From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 20:38:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4BB5C6A9C62; Sat, 2 Oct 2021 20:38:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMJhq1bltz3D2Q; Sat, 2 Oct 2021 20:38:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1273E190F8; Sat, 2 Oct 2021 20:38:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192KcJlf014545; Sat, 2 Oct 2021 20:38:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192KcJpM014544; Sat, 2 Oct 2021 20:38:19 GMT (envelope-from git) Date: Sat, 2 Oct 2021 20:38:19 GMT Message-Id: <202110022038.192KcJpM014544@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: 14686de82fed - main - devel/shfmt: Update to 3.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 14686de82fed340c7da91e55b72ee23dac254fc7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 20:38:19 -0000 The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=14686de82fed340c7da91e55b72ee23dac254fc7 commit 14686de82fed340c7da91e55b72ee23dac254fc7 Author: Adam Weinberger AuthorDate: 2021-10-02 20:38:13 +0000 Commit: Adam Weinberger CommitDate: 2021-10-02 20:38:13 +0000 devel/shfmt: Update to 3.4.0 --- devel/shfmt/Makefile | 2 +- devel/shfmt/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/shfmt/Makefile b/devel/shfmt/Makefile index faa0a927b837..05cfe3fb64fd 100644 --- a/devel/shfmt/Makefile +++ b/devel/shfmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= shfmt DISTVERSIONPREFIX= v -DISTVERSION= 3.3.1 +DISTVERSION= 3.4.0 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/shfmt/distinfo b/devel/shfmt/distinfo index f5f5aecdc4f2..84b41416324d 100644 --- a/devel/shfmt/distinfo +++ b/devel/shfmt/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1627836799 -SHA256 (go/devel_shfmt/shfmt-v3.3.1/v3.3.1.mod) = 36999af0025a80fedb3fc9529074ffd8cd77d53b6622c78ddff5feecc3c6a0b5 -SIZE (go/devel_shfmt/shfmt-v3.3.1/v3.3.1.mod) = 465 -SHA256 (go/devel_shfmt/shfmt-v3.3.1/v3.3.1.zip) = 86b74fc1eb387b9622249a7b4affe971b20f5fe9c910f53c113d1f33495a7079 -SIZE (go/devel_shfmt/shfmt-v3.3.1/v3.3.1.zip) = 207627 +TIMESTAMP = 1633206901 +SHA256 (go/devel_shfmt/shfmt-v3.4.0/v3.4.0.mod) = 2e0584f84d898828f141167b2267d42e716fa7a7980d1325495b58ab5467e5a1 +SIZE (go/devel_shfmt/shfmt-v3.4.0/v3.4.0.mod) = 495 +SHA256 (go/devel_shfmt/shfmt-v3.4.0/v3.4.0.zip) = 8f82dfca5cdd1e488bc407be688c2ca40d3459a921385b6de7a06bae2e28b49f +SIZE (go/devel_shfmt/shfmt-v3.4.0/v3.4.0.zip) = 215951 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 20:46:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 80DE36A9FD5; Sat, 2 Oct 2021 20:46:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMJt83Cvsz3DV7; Sat, 2 Oct 2021 20:46:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F681199DA; Sat, 2 Oct 2021 20:46:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192KkOCu027564; Sat, 2 Oct 2021 20:46:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192KkOdT027563; Sat, 2 Oct 2021 20:46:24 GMT (envelope-from git) Date: Sat, 2 Oct 2021 20:46:24 GMT Message-Id: <202110022046.192KkOdT027563@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: bb34cce5effc - main - net-mgmt/check_ssl_cert: update to 2.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bb34cce5effc6313580bd02c3b58a3e6a4e6dd1c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 20:46:24 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb34cce5effc6313580bd02c3b58a3e6a4e6dd1c commit bb34cce5effc6313580bd02c3b58a3e6a4e6dd1c Author: Christoph Moench-Tegeder AuthorDate: 2021-10-02 20:45:55 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-10-02 20:45:55 +0000 net-mgmt/check_ssl_cert: update to 2.9.0 Release Notes: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.9.0 --- net-mgmt/check_ssl_cert/Makefile | 2 +- net-mgmt/check_ssl_cert/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/check_ssl_cert/Makefile b/net-mgmt/check_ssl_cert/Makefile index 2cecb8d174e7..846d58a12076 100644 --- a/net-mgmt/check_ssl_cert/Makefile +++ b/net-mgmt/check_ssl_cert/Makefile @@ -1,6 +1,6 @@ PORTNAME= check_ssl_cert DISTVERSIONPREFIX= v -DISTVERSION= 2.8.0 +DISTVERSION= 2.9.0 CATEGORIES= net-mgmt MAINTAINER= cmt@FreeBSD.org diff --git a/net-mgmt/check_ssl_cert/distinfo b/net-mgmt/check_ssl_cert/distinfo index 533a2cab29d0..19233005be09 100644 --- a/net-mgmt/check_ssl_cert/distinfo +++ b/net-mgmt/check_ssl_cert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632926553 -SHA256 (matteocorti-check_ssl_cert-v2.8.0_GH0.tar.gz) = f195d0b6c918ed8ea50d326f9daa89d62bf19690b3ea6461a1c64e00159cfd92 -SIZE (matteocorti-check_ssl_cert-v2.8.0_GH0.tar.gz) = 249204 +TIMESTAMP = 1633204290 +SHA256 (matteocorti-check_ssl_cert-v2.9.0_GH0.tar.gz) = 9d854a47e4aa48a7e8da053af58d576b81973d0cb558fdb9358b46c7ce89444a +SIZE (matteocorti-check_ssl_cert-v2.9.0_GH0.tar.gz) = 249445 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 21:10:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B69E56AA629; Sat, 2 Oct 2021 21:10:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMKQT4ddTz3FTM; Sat, 2 Oct 2021 21:10:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F06519B79; Sat, 2 Oct 2021 21:10:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192LAvAA064154; Sat, 2 Oct 2021 21:10:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192LAvqH064153; Sat, 2 Oct 2021 21:10:57 GMT (envelope-from git) Date: Sat, 2 Oct 2021 21:10:57 GMT Message-Id: <202110022110.192LAvqH064153@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: edae8a1c0404 - main - www/firefox: fix build on 32bit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: edae8a1c040482b1cc559eee4f6d626288d54965 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 21:10:57 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=edae8a1c040482b1cc559eee4f6d626288d54965 commit edae8a1c040482b1cc559eee4f6d626288d54965 Author: Christoph Moench-Tegeder AuthorDate: 2021-10-02 21:08:43 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-10-02 21:08:43 +0000 www/firefox: fix build on 32bit this brings the double_t-related typedefs in line with our definitions and brings back the rounding helpers for those. PR: 258804 Reported by: Felix Palmen --- www/firefox/files/patch-bug1729459_comment12 | 93 ++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/www/firefox/files/patch-bug1729459_comment12 b/www/firefox/files/patch-bug1729459_comment12 new file mode 100644 index 000000000000..dda42170f71b --- /dev/null +++ b/www/firefox/files/patch-bug1729459_comment12 @@ -0,0 +1,93 @@ +--- modules/fdlibm/src/math_private.h.orig 2021-09-30 19:32:33.764224000 +0200 ++++ modules/fdlibm/src/math_private.h 2021-10-02 22:15:33.265122000 +0200 +@@ -30,7 +30,11 @@ + * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t + */ + +-typedef double __double_t; ++#ifdef __LP64__ ++typedef double __double_t; ++#else ++typedef long double __double_t; ++#endif + typedef __double_t double_t; + + /* +@@ -630,7 +634,37 @@ + return ((double)(x + 0x1.8p52) - 0x1.8p52); + } + ++static inline float ++rnintf(__float_t x) ++{ ++ /* ++ * As for rnint(), except we could just call that to handle the ++ * extra precision case, usually without losing efficiency. ++ */ ++ return ((float)(x + 0x1.8p23F) - 0x1.8p23F); ++} ++ ++#ifdef LDBL_MANT_DIG + /* ++ * The complications for extra precision are smaller for rnintl() since it ++ * can safely assume that the rounding precision has been increased from ++ * its default to FP_PE on x86. We don't exploit that here to get small ++ * optimizations from limiting the rangle to double. We just need it for ++ * the magic number to work with long doubles. ld128 callers should use ++ * rnint() instead of this if possible. ld80 callers should prefer ++ * rnintl() since for amd64 this avoids swapping the register set, while ++ * for i386 it makes no difference (assuming FP_PE), and for other arches ++ * it makes little difference. ++ */ ++static inline long double ++rnintl(long double x) ++{ ++ return (x + __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2 - ++ __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2); ++} ++#endif /* LDBL_MANT_DIG */ ++ ++/* + * irint() and i64rint() give the same result as casting to their integer + * return type provided their arg is a floating point integer. They can + * sometimes be more efficient because no rounding is required. +@@ -644,6 +678,39 @@ + sizeof(x) == sizeof(long double) ? irintl(x) : (int)(x)) + #else + #define irint(x) ((int)(x)) ++#endif ++ ++#define i64rint(x) ((int64_t)(x)) /* only needed for ld128 so not opt. */ ++ ++#if defined(__i386__) && defined(__GNUCLIKE_ASM) ++static __inline int ++irintf(float x) ++{ ++ int n; ++ ++ __asm("fistl %0" : "=m" (n) : "t" (x)); ++ return (n); ++} ++ ++static __inline int ++irintd(double x) ++{ ++ int n; ++ ++ __asm("fistl %0" : "=m" (n) : "t" (x)); ++ return (n); ++} ++#endif ++ ++#if (defined(__amd64__) || defined(__i386__)) && defined(__GNUCLIKE_ASM) ++static __inline int ++irintl(long double x) ++{ ++ int n; ++ ++ __asm("fistl %0" : "=m" (n) : "t" (x)); ++ return (n); ++} + #endif + + #ifdef DEBUG From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 21:16:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7166D6AA901; Sat, 2 Oct 2021 21:16:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMKXk2ZLBz3FZ6; Sat, 2 Oct 2021 21:16:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 388861A066; Sat, 2 Oct 2021 21:16:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192LGMKZ068028; Sat, 2 Oct 2021 21:16:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192LGMvk068027; Sat, 2 Oct 2021 21:16:22 GMT (envelope-from git) Date: Sat, 2 Oct 2021 21:16:22 GMT Message-Id: <202110022116.192LGMvk068027@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: 24c6d0743366 - 2021Q3 - www/firefox: fix build on 32bit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 24c6d07433667651624433132588a3a41dec7be1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 21:16:22 -0000 The branch 2021Q3 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=24c6d07433667651624433132588a3a41dec7be1 commit 24c6d07433667651624433132588a3a41dec7be1 Author: Christoph Moench-Tegeder AuthorDate: 2021-10-02 21:08:43 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-10-02 21:16:09 +0000 www/firefox: fix build on 32bit this brings the double_t-related typedefs in line with our definitions and brings back the rounding helpers for those. PR: 258804 Reported by: Felix Palmen (cherry picked from commit edae8a1c040482b1cc559eee4f6d626288d54965) --- www/firefox/files/patch-bug1729459_comment12 | 93 ++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/www/firefox/files/patch-bug1729459_comment12 b/www/firefox/files/patch-bug1729459_comment12 new file mode 100644 index 000000000000..dda42170f71b --- /dev/null +++ b/www/firefox/files/patch-bug1729459_comment12 @@ -0,0 +1,93 @@ +--- modules/fdlibm/src/math_private.h.orig 2021-09-30 19:32:33.764224000 +0200 ++++ modules/fdlibm/src/math_private.h 2021-10-02 22:15:33.265122000 +0200 +@@ -30,7 +30,11 @@ + * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t + */ + +-typedef double __double_t; ++#ifdef __LP64__ ++typedef double __double_t; ++#else ++typedef long double __double_t; ++#endif + typedef __double_t double_t; + + /* +@@ -630,7 +634,37 @@ + return ((double)(x + 0x1.8p52) - 0x1.8p52); + } + ++static inline float ++rnintf(__float_t x) ++{ ++ /* ++ * As for rnint(), except we could just call that to handle the ++ * extra precision case, usually without losing efficiency. ++ */ ++ return ((float)(x + 0x1.8p23F) - 0x1.8p23F); ++} ++ ++#ifdef LDBL_MANT_DIG + /* ++ * The complications for extra precision are smaller for rnintl() since it ++ * can safely assume that the rounding precision has been increased from ++ * its default to FP_PE on x86. We don't exploit that here to get small ++ * optimizations from limiting the rangle to double. We just need it for ++ * the magic number to work with long doubles. ld128 callers should use ++ * rnint() instead of this if possible. ld80 callers should prefer ++ * rnintl() since for amd64 this avoids swapping the register set, while ++ * for i386 it makes no difference (assuming FP_PE), and for other arches ++ * it makes little difference. ++ */ ++static inline long double ++rnintl(long double x) ++{ ++ return (x + __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2 - ++ __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2); ++} ++#endif /* LDBL_MANT_DIG */ ++ ++/* + * irint() and i64rint() give the same result as casting to their integer + * return type provided their arg is a floating point integer. They can + * sometimes be more efficient because no rounding is required. +@@ -644,6 +678,39 @@ + sizeof(x) == sizeof(long double) ? irintl(x) : (int)(x)) + #else + #define irint(x) ((int)(x)) ++#endif ++ ++#define i64rint(x) ((int64_t)(x)) /* only needed for ld128 so not opt. */ ++ ++#if defined(__i386__) && defined(__GNUCLIKE_ASM) ++static __inline int ++irintf(float x) ++{ ++ int n; ++ ++ __asm("fistl %0" : "=m" (n) : "t" (x)); ++ return (n); ++} ++ ++static __inline int ++irintd(double x) ++{ ++ int n; ++ ++ __asm("fistl %0" : "=m" (n) : "t" (x)); ++ return (n); ++} ++#endif ++ ++#if (defined(__amd64__) || defined(__i386__)) && defined(__GNUCLIKE_ASM) ++static __inline int ++irintl(long double x) ++{ ++ int n; ++ ++ __asm("fistl %0" : "=m" (n) : "t" (x)); ++ return (n); ++} + #endif + + #ifdef DEBUG From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 21:59:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58C326AAE9E; Sat, 2 Oct 2021 21:59:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMLVL1ZxBz3HDH; Sat, 2 Oct 2021 21:59:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 084FE1AC08; Sat, 2 Oct 2021 21:59:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192LxLxf020803; Sat, 2 Oct 2021 21:59:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192LxLlR020802; Sat, 2 Oct 2021 21:59:21 GMT (envelope-from git) Date: Sat, 2 Oct 2021 21:59:21 GMT Message-Id: <202110022159.192LxLlR020802@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Stefan E=C3=9Fer?= Subject: git: f67a898c70a2 - main - security/ssl-admin: Fetch from GitHub MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: se X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f67a898c70a2d2ae2f64cfc6cbdd60bb63bc82e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 21:59:22 -0000 The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=f67a898c70a2d2ae2f64cfc6cbdd60bb63bc82e8 commit f67a898c70a2d2ae2f64cfc6cbdd60bb63bc82e8 Author: Stefan Eßer AuthorDate: 2021-10-02 21:48:12 +0000 Commit: Stefan Eßer CommitDate: 2021-10-02 21:59:12 +0000 security/ssl-admin: Fetch from GitHub In addition to fetching from GitHub the order of definitions in the port Makefile has been normalized, @sample tags are now used in the pkg-plist file, and the BSD3CLAUSE style LICENSE file is included in the generated package. Approved by: ecrist@secure-computing.net (maintainer) --- security/ssl-admin/Makefile | 16 ++++++++++++---- security/ssl-admin/distinfo | 5 +++-- security/ssl-admin/pkg-plist | 4 ++-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/security/ssl-admin/Makefile b/security/ssl-admin/Makefile index 6fdf45e81beb..d4bc658a6e2e 100644 --- a/security/ssl-admin/Makefile +++ b/security/ssl-admin/Makefile @@ -1,26 +1,34 @@ # Created by: Eric Crist PORTNAME= ssl-admin +DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ \ - ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ MAINTAINER= ecrist@secure-computing.net COMMENT= OpenSSL certificate manager with OpenVPN support LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/../LICENSE RUN_DEPENDS= zip:archivers/zip USES= perl5 shebangfix tar:xz -SHEBANG_FILES= ssl-admin +USE_GITHUB= yes +GH_ACCOUNT= ecrist USE_PERL5= run + +SHEBANG_FILES= ssl-admin + GNU_CONFIGURE= yes -SUB_FILES= pkg-message + MAKE_ENV= ETCDIR=${PREFIX}/etc BINDIR=${PREFIX}/bin \ MANDIR=${MANPREFIX}/man NO_ARCH= yes +SUB_FILES= pkg-message + +WRKSRC_SUBDIR= perl post-patch: ${REINPLACE_CMD} -e 's|`which sed`|${SED}|' ${WRKSRC}/configure diff --git a/security/ssl-admin/distinfo b/security/ssl-admin/distinfo index 8995eeb67285..0fbf2b0ee6f2 100644 --- a/security/ssl-admin/distinfo +++ b/security/ssl-admin/distinfo @@ -1,2 +1,3 @@ -SHA256 (ssl-admin-1.2.1.tar.xz) = ebe6667c1beb79c7a12400e8a19bb4ec9f78ea7f72e0363d1eb10ed7f4b357ba -SIZE (ssl-admin-1.2.1.tar.xz) = 12130 +TIMESTAMP = 1631537220 +SHA256 (ecrist-ssl-admin-v1.2.1_GH0.tar.gz) = 7afeb320398a3ef6474b1db446ba0115297401d205da8dc44165c1e1d0e05557 +SIZE (ecrist-ssl-admin-v1.2.1_GH0.tar.gz) = 33769 diff --git a/security/ssl-admin/pkg-plist b/security/ssl-admin/pkg-plist index c6a6ddc21e41..802bd1a4fa02 100644 --- a/security/ssl-admin/pkg-plist +++ b/security/ssl-admin/pkg-plist @@ -1,5 +1,5 @@ bin/ssl-admin -%%ETCDIR%%/openssl.conf.sample -%%ETCDIR%%/ssl-admin.conf.sample +@sample %%ETCDIR%%/openssl.conf.sample +@sample %%ETCDIR%%/ssl-admin.conf.sample man/man1/ssl-admin.1.gz man/man5/ssl-admin.conf.5.gz From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B7B56AB551; Sat, 2 Oct 2021 23:01:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsc0R9Jz3LnL; Sat, 2 Oct 2021 23:01:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E374A1B984; Sat, 2 Oct 2021 23:01:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N174O009913; Sat, 2 Oct 2021 23:01:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N17iZ009912; Sat, 2 Oct 2021 23:01:07 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:07 GMT Message-Id: <202110022301.192N17iZ009912@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 4173a2698785 - main - security/helib: Update 2.2.0 -> 2.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4173a26987852f8908bf8adc62ccd2623c2ed31e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:08 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4173a26987852f8908bf8adc62ccd2623c2ed31e commit 4173a26987852f8908bf8adc62ccd2623c2ed31e Author: Yuri Victorovich AuthorDate: 2021-10-02 19:50:24 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 22:59:59 +0000 security/helib: Update 2.2.0 -> 2.2.1 Reported by: portscout --- security/helib/Makefile | 2 +- security/helib/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/helib/Makefile b/security/helib/Makefile index 0338805ad3d1..da49afe36a3f 100644 --- a/security/helib/Makefile +++ b/security/helib/Makefile @@ -1,6 +1,6 @@ PORTNAME= helib DISTVERSIONPREFIX= v -DISTVERSION= 2.2.0 +DISTVERSION= 2.2.1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/helib/distinfo b/security/helib/distinfo index b172ea874c1a..2287ad8bf9db 100644 --- a/security/helib/distinfo +++ b/security/helib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631464121 -SHA256 (homenc-HElib-v2.2.0_GH0.tar.gz) = e5f82fb0520a76eafdf5044a1f17f512999479d899da8c34335da5e193699b94 -SIZE (homenc-HElib-v2.2.0_GH0.tar.gz) = 2415583 +TIMESTAMP = 1633201578 +SHA256 (homenc-HElib-v2.2.1_GH0.tar.gz) = cbe030c752c915f1ece09681cadfbe4f140f6752414ab000b4cf076b6c3019e4 +SIZE (homenc-HElib-v2.2.1_GH0.tar.gz) = 2415863 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 29A586ABB36; Sat, 2 Oct 2021 23:01:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsd0fyhz3LNR; Sat, 2 Oct 2021 23:01:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECADA1B7F0; Sat, 2 Oct 2021 23:01:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N18e3009937; Sat, 2 Oct 2021 23:01:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N18cp009936; Sat, 2 Oct 2021 23:01:08 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:08 GMT Message-Id: <202110022301.192N18cp009936@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 91d875e88491 - main - audio/zrythm: Update 1.0.0-alpha.25.0.1 -> 1.0.0-alpha.25.1.22 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 91d875e884919e25d68553f7d148836e7df5e49c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:09 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=91d875e884919e25d68553f7d148836e7df5e49c commit 91d875e884919e25d68553f7d148836e7df5e49c Author: Yuri Victorovich AuthorDate: 2021-10-02 19:57:47 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:00 +0000 audio/zrythm: Update 1.0.0-alpha.25.0.1 -> 1.0.0-alpha.25.1.22 Reported by: portscout --- audio/zrythm/Makefile | 2 +- audio/zrythm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index 34db64be4f3c..bb272b8b8313 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,6 +1,6 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-alpha.25.0.1 +DISTVERSION= 1.0.0-alpha.25.1.22 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/zrythm/distinfo b/audio/zrythm/distinfo index 3d6acefdbb06..d3ee56f80922 100644 --- a/audio/zrythm/distinfo +++ b/audio/zrythm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630857352 -SHA256 (zrythm-zrythm-v1.0.0-alpha.25.0.1_GH0.tar.gz) = d2a028a607dbfcc1bff603b111a5768db3f842999f908eaa59d66430a1e905da -SIZE (zrythm-zrythm-v1.0.0-alpha.25.0.1_GH0.tar.gz) = 11878867 +TIMESTAMP = 1633204302 +SHA256 (zrythm-zrythm-v1.0.0-alpha.25.1.22_GH0.tar.gz) = b2502b301901b343c35445c11368ebd9bc506949986486602cf7ee073affe68b +SIZE (zrythm-zrythm-v1.0.0-alpha.25.1.22_GH0.tar.gz) = 12153986 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8A5506AB554; Sat, 2 Oct 2021 23:01:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsf20LTz3LqG; Sat, 2 Oct 2021 23:01:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18C331B6BB; Sat, 2 Oct 2021 23:01:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N1Aat009962; Sat, 2 Oct 2021 23:01:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N1AfJ009961; Sat, 2 Oct 2021 23:01:10 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:10 GMT Message-Id: <202110022301.192N1AfJ009961@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e358e1c0d6d9 - main - sysutils/conan: Update 1.40.2 -> 1.40.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e358e1c0d6d9f52cda5af8e0635f20f0236f1317 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:10 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e358e1c0d6d9f52cda5af8e0635f20f0236f1317 commit e358e1c0d6d9f52cda5af8e0635f20f0236f1317 Author: Yuri Victorovich AuthorDate: 2021-10-02 20:17:52 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:00 +0000 sysutils/conan: Update 1.40.2 -> 1.40.3 Reported by: portscout --- sysutils/conan/Makefile | 2 +- sysutils/conan/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/conan/Makefile b/sysutils/conan/Makefile index ca2e22c8ec12..6c8fb8c5a40a 100644 --- a/sysutils/conan/Makefile +++ b/sysutils/conan/Makefile @@ -1,5 +1,5 @@ PORTNAME= conan -DISTVERSION= 1.40.2 +DISTVERSION= 1.40.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP diff --git a/sysutils/conan/distinfo b/sysutils/conan/distinfo index 2a09d4c08457..3d878f88a232 100644 --- a/sysutils/conan/distinfo +++ b/sysutils/conan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632686583 -SHA256 (conan-1.40.2.tar.gz) = 2dde4e484261f588167a2789874d26f518f13dab3217062d5cecd89f106cd181 -SIZE (conan-1.40.2.tar.gz) = 696492 +TIMESTAMP = 1633204711 +SHA256 (conan-1.40.3.tar.gz) = af1a122bc462bb2a8d99e5516f89993391d8482d7c429ed8f3bfc0773ce79f8a +SIZE (conan-1.40.3.tar.gz) = 697855 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B1776ABBA2; Sat, 2 Oct 2021 23:01:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsg2pg7z3LjF; Sat, 2 Oct 2021 23:01:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EA7E1B1F3; Sat, 2 Oct 2021 23:01:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N1Bfl009994; Sat, 2 Oct 2021 23:01:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N1BPh009993; Sat, 2 Oct 2021 23:01:11 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:11 GMT Message-Id: <202110022301.192N1BPh009993@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e327d8784839 - main - math/py-PuLP: Update 2.5.0 -> 2.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e327d87848399b70a8417c3782c5bdc24e6ace0d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:11 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e327d87848399b70a8417c3782c5bdc24e6ace0d commit e327d87848399b70a8417c3782c5bdc24e6ace0d Author: Yuri Victorovich AuthorDate: 2021-10-02 21:00:16 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:00 +0000 math/py-PuLP: Update 2.5.0 -> 2.5.1 Reported by: portscout --- math/py-PuLP/Makefile | 4 ++-- math/py-PuLP/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/py-PuLP/Makefile b/math/py-PuLP/Makefile index 2048adc6be87..4a238bf1dacb 100644 --- a/math/py-PuLP/Makefile +++ b/math/py-PuLP/Makefile @@ -1,5 +1,5 @@ PORTNAME= PuLP -DISTVERSION= 2.5.0 +DISTVERSION= 2.5.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ post-patch: @${CP} ${WRKSRC}/pulp/pulp.cfg.linux ${WRKSRC}/pulp/pulp.cfg.freebsd @${REINPLACE_CMD} -E 's/^(CplexPath|PulpCbcPath) = .*/#&/' ${WRKSRC}/pulp/pulp.cfg.freebsd -do-test: install # one test is known to fail: https://github.com/coin-or/pulp/issues/472 +do-test: install # one test is known to fail: https://github.com/coin-or/pulp/issues/494 @cd ${TEST_WRKSRC} && py.test diff --git a/math/py-PuLP/distinfo b/math/py-PuLP/distinfo index 46117392accd..0ca1f69e2e48 100644 --- a/math/py-PuLP/distinfo +++ b/math/py-PuLP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629096882 -SHA256 (PuLP-2.5.0.tar.gz) = 5dc7d76bfb1da06ac048066ced75603340d0d7ba8a7dbfce4040d6f126eda0d5 -SIZE (PuLP-2.5.0.tar.gz) = 1391143 +TIMESTAMP = 1633205958 +SHA256 (PuLP-2.5.1.tar.gz) = 27c2a87a98ea0e9a08c7c46e6df47d6d4e753ad9991fea2901892425d89c99a6 +SIZE (PuLP-2.5.1.tar.gz) = 1391231 From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B91686ABBA3; Sat, 2 Oct 2021 23:01:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsh3zcrz3LQZ; Sat, 2 Oct 2021 23:01:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C96F1B987; Sat, 2 Oct 2021 23:01:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N1Cie010018; Sat, 2 Oct 2021 23:01:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N1C4g010017; Sat, 2 Oct 2021 23:01:12 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:12 GMT Message-Id: <202110022301.192N1C4g010017@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 12ca3e50cd95 - main - misc/ezc3d: Update 1.4.5 -> 1.4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 12ca3e50cd951c6701c7dba4a13eb72b97e9d4d6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:12 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=12ca3e50cd951c6701c7dba4a13eb72b97e9d4d6 commit 12ca3e50cd951c6701c7dba4a13eb72b97e9d4d6 Author: Yuri Victorovich AuthorDate: 2021-10-02 21:40:48 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:01 +0000 misc/ezc3d: Update 1.4.5 -> 1.4.6 Reported by: portscout --- misc/ezc3d/Makefile | 2 +- misc/ezc3d/distinfo | 6 +++--- misc/ezc3d/pkg-plist | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/misc/ezc3d/Makefile b/misc/ezc3d/Makefile index a5bd80221371..f6c32506c570 100644 --- a/misc/ezc3d/Makefile +++ b/misc/ezc3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= ezc3d DISTVERSIONPREFIX= Release_ -DISTVERSION= 1.4.5 +DISTVERSION= 1.4.6 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/ezc3d/distinfo b/misc/ezc3d/distinfo index 5869df31d635..45a640c27450 100644 --- a/misc/ezc3d/distinfo +++ b/misc/ezc3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625074439 -SHA256 (pyomeca-ezc3d-Release_1.4.5_GH0.tar.gz) = 01602b2ccfc0edd88089e89d249e10086022f7ed7ef40caa3eb3b048ccfa40aa -SIZE (pyomeca-ezc3d-Release_1.4.5_GH0.tar.gz) = 929776 +TIMESTAMP = 1633208565 +SHA256 (pyomeca-ezc3d-Release_1.4.6_GH0.tar.gz) = bdc75cb2c930f8bd39b7fdb527fa4db79ffa8797496b34525beb88efa7cfda32 +SIZE (pyomeca-ezc3d-Release_1.4.6_GH0.tar.gz) = 932436 diff --git a/misc/ezc3d/pkg-plist b/misc/ezc3d/pkg-plist index 4ac982100492..9844b3283be8 100644 --- a/misc/ezc3d/pkg-plist +++ b/misc/ezc3d/pkg-plist @@ -19,7 +19,7 @@ include/ezc3d/math/Vector3d.h include/ezc3d/math/Vector6d.h include/ezc3d/math/ezc3dMath.h include/ezc3d/modules/ForcePlatforms.h -lib/ezc3d/cmake/ezc3dConfig.cmake -lib/ezc3d/cmake/ezc3dTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/ezc3d/cmake/ezc3dTargets.cmake +lib/cmake/ezc3d/ezc3dConfig.cmake +lib/cmake/ezc3d/ezc3dTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ezc3d/ezc3dTargets.cmake lib/ezc3d/libezc3d.so From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D87DF6AB948; Sat, 2 Oct 2021 23:01:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsj50Qfz3Lnv; Sat, 2 Oct 2021 23:01:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CDC41B6BD; Sat, 2 Oct 2021 23:01:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N1D80010047; Sat, 2 Oct 2021 23:01:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N1DJn010046; Sat, 2 Oct 2021 23:01:13 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:13 GMT Message-Id: <202110022301.192N1DJn010046@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 373f51362ecb - main - science/tinker: Update 8.9.4 -> 8.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 373f51362ecba219714deeb730142d2c8f531364 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:14 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=373f51362ecba219714deeb730142d2c8f531364 commit 373f51362ecba219714deeb730142d2c8f531364 Author: Yuri Victorovich AuthorDate: 2021-10-02 21:41:40 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:01 +0000 science/tinker: Update 8.9.4 -> 8.9.5 Reported by: portscout --- science/tinker/Makefile | 2 +- science/tinker/distinfo | 6 +++--- science/tinker/files/patch-make_Makefile | 8 ++++++-- science/tinker/pkg-plist | 4 +++- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/science/tinker/Makefile b/science/tinker/Makefile index 62671ac8b3de..602b091475f6 100644 --- a/science/tinker/Makefile +++ b/science/tinker/Makefile @@ -1,7 +1,7 @@ # Created by: Glenn Johnson PORTNAME= tinker -DISTVERSION= 8.9.4 +DISTVERSION= 8.9.5 CATEGORIES= science MASTER_SITES= https://dasher.wustl.edu/tinker/downloads/ diff --git a/science/tinker/distinfo b/science/tinker/distinfo index ee713b8113a9..d822cce3c876 100644 --- a/science/tinker/distinfo +++ b/science/tinker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631038652 -SHA256 (tinker-8.9.4.tar.gz) = 3d55d0a229ecac27fdb5fae6aabd07b67d9368bbbeccf8e73584eec12ee637cc -SIZE (tinker-8.9.4.tar.gz) = 65915651 +TIMESTAMP = 1633207980 +SHA256 (tinker-8.9.5.tar.gz) = 23d53ec90401f2ba44c425d4ed8c104ceb9c13934896316db7b5c1db877a145b +SIZE (tinker-8.9.5.tar.gz) = 65939888 diff --git a/science/tinker/files/patch-make_Makefile b/science/tinker/files/patch-make_Makefile index e25324bf5968..e0aa7a7b9650 100644 --- a/science/tinker/files/patch-make_Makefile +++ b/science/tinker/files/patch-make_Makefile @@ -1,4 +1,4 @@ ---- make/Makefile.orig 2020-11-09 22:09:06 UTC +--- make/Makefile.orig 2021-09-29 02:42:24 UTC +++ make/Makefile @@ -87,9 +87,9 @@ APBS_LIBS = -lapbsmainroutines -lapbs -lmaloc -lapbsbl F77 = gfortran @@ -12,7 +12,7 @@ LIBS = LIBFLAGS = -crusv RANLIB = ranlib -c -@@ -817,134 +817,134 @@ listing: +@@ -803,136 +803,136 @@ listing: cat *.f *.c > tinker.txt rename_bin: @@ -28,6 +28,7 @@ - mv distgeom.x $(BINDIR)/distgeom - mv document.x $(BINDIR)/document - mv dynamic.x $(BINDIR)/dynamic +- mv freefix.x $(BINDIR)/freefix - mv gda.x $(BINDIR)/gda - mv intedit.x $(BINDIR)/intedit - mv intxyz.x $(BINDIR)/intxyz @@ -91,6 +92,7 @@ + ${BSD_INSTALL_PROGRAM} distgeom.x $(BINDIR)/distgeom + ${BSD_INSTALL_PROGRAM} document.x $(BINDIR)/document + ${BSD_INSTALL_PROGRAM} dynamic.x $(BINDIR)/dynamic ++ ${BSD_INSTALL_PROGRAM} freefix.x $(BINDIR)/freefix + ${BSD_INSTALL_PROGRAM} gda.x $(BINDIR)/gda + ${BSD_INSTALL_PROGRAM} intedit.x $(BINDIR)/intedit + ${BSD_INSTALL_PROGRAM} intxyz.x $(BINDIR)/intxyz @@ -156,6 +158,7 @@ - mv distgeom.x $(BINDIR)/distgeom.exe - mv document.x $(BINDIR)/document.exe - mv dynamic.x $(BINDIR)/dynamic.exe +- mv freefix.x $(BINDIR)/freefix.exe - mv gda.x $(BINDIR)/gda.exe - mv intedit.x $(BINDIR)/intedit.exe - mv intxyz.x $(BINDIR)/intxyz.exe @@ -219,6 +222,7 @@ + ${BSD_INSTALL_PROGRAM} distgeom.x $(BINDIR)/distgeom.exe + ${BSD_INSTALL_PROGRAM} document.x $(BINDIR)/document.exe + ${BSD_INSTALL_PROGRAM} dynamic.x $(BINDIR)/dynamic.exe ++ ${BSD_INSTALL_PROGRAM} freefix.x $(BINDIR)/freefix.exe + ${BSD_INSTALL_PROGRAM} gda.x $(BINDIR)/gda.exe + ${BSD_INSTALL_PROGRAM} intedit.x $(BINDIR)/intedit.exe + ${BSD_INSTALL_PROGRAM} intxyz.x $(BINDIR)/intxyz.exe diff --git a/science/tinker/pkg-plist b/science/tinker/pkg-plist index e66adf45b470..2c2f3029c66a 100644 --- a/science/tinker/pkg-plist +++ b/science/tinker/pkg-plist @@ -10,6 +10,7 @@ bin/diffuse bin/distgeom bin/document bin/dynamic +bin/freefix bin/gda bin/intedit bin/intxyz @@ -62,6 +63,7 @@ bin/xyzint bin/xyzmol2 bin/xyzpdb %%DATADIR%%/params/0README +%%DATADIR%%/params/amber14sb.prm %%DATADIR%%/params/amber94.prm %%DATADIR%%/params/amber96.prm %%DATADIR%%/params/amber98.prm @@ -80,7 +82,6 @@ bin/xyzpdb %%DATADIR%%/params/charmm22.prm %%DATADIR%%/params/charmm22cmap.prm %%DATADIR%%/params/dang.prm -%%DATADIR%%/params/hippo19.prm %%DATADIR%%/params/hoch.prm %%DATADIR%%/params/iwater.prm %%DATADIR%%/params/mm2.prm @@ -89,6 +90,7 @@ bin/xyzpdb %%DATADIR%%/params/mmff.prm %%DATADIR%%/params/oplsaa.prm %%DATADIR%%/params/oplsaal.prm +%%DATADIR%%/params/oplsaam.prm %%DATADIR%%/params/oplsua.prm %%DATADIR%%/params/smoothaa.prm %%DATADIR%%/params/smoothua.prm From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 050EA6ABDC1; Sat, 2 Oct 2021 23:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsk5sppz3LjW; Sat, 2 Oct 2021 23:01:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 973BA1B989; Sat, 2 Oct 2021 23:01:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N1EgA010073; Sat, 2 Oct 2021 23:01:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N1EiM010072; Sat, 2 Oct 2021 23:01:14 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:14 GMT Message-Id: <202110022301.192N1EiM010072@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 55b28edca3fb - main - math/dune-alugrid: Update 2.6.0 -> 2.8.0rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 55b28edca3fbcf26448c0e2e752c10819066e6fe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:15 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=55b28edca3fbcf26448c0e2e752c10819066e6fe commit 55b28edca3fbcf26448c0e2e752c10819066e6fe Author: Yuri Victorovich AuthorDate: 2021-10-02 22:16:08 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:01 +0000 math/dune-alugrid: Update 2.6.0 -> 2.8.0rc1 --- math/dune-alugrid/Makefile | 13 ++++++++----- math/dune-alugrid/distinfo | 6 +++--- math/dune-alugrid/pkg-plist | 10 ++++++++++ 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/math/dune-alugrid/Makefile b/math/dune-alugrid/Makefile index f50e241b9336..959ee58c05a0 100644 --- a/math/dune-alugrid/Makefile +++ b/math/dune-alugrid/Makefile @@ -1,7 +1,6 @@ PORTNAME= dune-alugrid DISTVERSIONPREFIX= v -DISTVERSION= 2.6.0 -PORTREVISION= 1 +DISTVERSION= 2.8.0rc1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -11,11 +10,15 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vc>0:devel/vc -LIB_DEPENDS= libdunecommon.so:math/dune-common \ +LIB_DEPENDS= libalberta_utilities.so:math/alberta \ + libdunecommon.so:math/dune-common \ libdunegeometry.so:math/dune-geometry \ libdunegrid.so:math/dune-grid \ + libduneuggrid.so:math/dune-uggrid \ libmetis.so:math/metis \ - libmpi.so:net/openmpi + libmpi.so:net/openmpi \ + libopenblas.so:math/openblas \ + libtbb.so:devel/onetbb USES= cmake compiler:c++17-lang fortran pkgconfig USE_GITLAB= yes @@ -23,7 +26,7 @@ USE_LDCONFIG= yes GL_SITE= https://gitlab.dune-project.org GL_ACCOUNT= extensions -GL_COMMIT= 9cec115318adc7c3f4faa16a626f61996710c533 +GL_COMMIT= 08c6496d4d4a33df6456c3b402182f353dc2e76d CMAKE_ON= BUILD_SHARED_LIBS diff --git a/math/dune-alugrid/distinfo b/math/dune-alugrid/distinfo index ada89adf7657..e6d299689e68 100644 --- a/math/dune-alugrid/distinfo +++ b/math/dune-alugrid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617891509 -SHA256 (extensions-dune-alugrid-9cec115318adc7c3f4faa16a626f61996710c533_GL0.tar.gz) = 002267a6c09023625104f85d96361fd3aeefb2aa6e4d05c9c61fed3e85dc9e5f -SIZE (extensions-dune-alugrid-9cec115318adc7c3f4faa16a626f61996710c533_GL0.tar.gz) = 1401940 +TIMESTAMP = 1633211813 +SHA256 (extensions-dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d_GL0.tar.gz) = 988cf37f19420af138b0504062f1924566b885b7306c6ba4b5a6cffc60f83caa +SIZE (extensions-dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d_GL0.tar.gz) = 2991536 diff --git a/math/dune-alugrid/pkg-plist b/math/dune-alugrid/pkg-plist index 0b4c311a8783..0dcaeb62e977 100644 --- a/math/dune-alugrid/pkg-plist +++ b/math/dune-alugrid/pkg-plist @@ -1,6 +1,8 @@ include/dune/alugrid/3d/alu3dinclude.hh include/dune/alugrid/3d/alu3diterators.hh +include/dune/alugrid/3d/alu3diterators_imp.cc include/dune/alugrid/3d/alugrid.hh +include/dune/alugrid/3d/aluinline.hh include/dune/alugrid/3d/communication.hh include/dune/alugrid/3d/datacollectorcaps.hh include/dune/alugrid/3d/datahandle.hh @@ -18,19 +20,24 @@ include/dune/alugrid/3d/grid_inline.hh include/dune/alugrid/3d/gridfactory.cc include/dune/alugrid/3d/gridfactory.hh include/dune/alugrid/3d/gridview.hh +include/dune/alugrid/3d/indexsets.cc include/dune/alugrid/3d/indexsets.hh include/dune/alugrid/3d/iterator.cc include/dune/alugrid/3d/iterator.hh include/dune/alugrid/3d/iterator_imp.cc include/dune/alugrid/3d/mappings.hh include/dune/alugrid/3d/mappings_imp.cc +include/dune/alugrid/3d/topology.cc include/dune/alugrid/3d/topology.hh include/dune/alugrid/common/alugrid_assert.hh include/dune/alugrid/common/backuprestore.hh +include/dune/alugrid/common/bisectioncompatibility.hh include/dune/alugrid/common/bndprojection.hh include/dune/alugrid/common/capabilities.hh include/dune/alugrid/common/declaration.hh include/dune/alugrid/common/defaultindexsets.hh +include/dune/alugrid/common/duneassert.hh +include/dune/alugrid/common/fromtogridfactory.hh include/dune/alugrid/common/geostorage.hh include/dune/alugrid/common/hsfc.hh include/dune/alugrid/common/interfaces.hh @@ -38,6 +45,7 @@ include/dune/alugrid/common/intersectioniteratorwrapper.hh include/dune/alugrid/common/ldbhandleif.hh include/dune/alugrid/common/macrogridview.hh include/dune/alugrid/common/memory.hh +include/dune/alugrid/common/meshquality.hh include/dune/alugrid/common/persistentcontainer.hh include/dune/alugrid/common/structuredgridfactory.hh include/dune/alugrid/common/transformation.hh @@ -86,6 +94,7 @@ include/dune/alugrid/impl/serial/refcount.hh include/dune/alugrid/impl/serial/refinementrules.h include/dune/alugrid/impl/serial/serialize.h include/dune/alugrid/impl/serial/walk.h +include/utils/bisection-compatibility/bisectioncompatibility.hh lib/cmake/dune-alugrid/dune-alugrid-config-version.cmake lib/cmake/dune-alugrid/dune-alugrid-config.cmake lib/cmake/dune-alugrid/dune-alugrid-targets-%%CMAKE_BUILD_TYPE%%.cmake @@ -95,6 +104,7 @@ lib/dunecontrol/dune-alugrid/dune.module lib/libdunealugrid.so libdata/pkgconfig/dune-alugrid.pc %%DATADIR%%/config.h.cmake +share/dune/cmake/modules/AlugridTortureTests.cmake share/dune/cmake/modules/CMakeLists.txt share/dune/cmake/modules/DuneAlugridMacros.cmake share/dune/cmake/modules/FindDLMalloc.cmake From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4BAD06ABD2A; Sat, 2 Oct 2021 23:01:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsl6BLgz3Ll4; Sat, 2 Oct 2021 23:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B40451B6BE; Sat, 2 Oct 2021 23:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N1Fdq010097; Sat, 2 Oct 2021 23:01:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N1FAg010096; Sat, 2 Oct 2021 23:01:15 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:15 GMT Message-Id: <202110022301.192N1FAg010096@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 23e95d51f393 - main - math/dune-metagrid: Update g20180822 -> g20210929 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 23e95d51f393b5485e502e304b4dbcecf8cbea53 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:16 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=23e95d51f393b5485e502e304b4dbcecf8cbea53 commit 23e95d51f393b5485e502e304b4dbcecf8cbea53 Author: Yuri Victorovich AuthorDate: 2021-10-02 22:45:39 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:01 +0000 math/dune-metagrid: Update g20180822 -> g20210929 --- math/dune-metagrid/Makefile | 4 ++-- math/dune-metagrid/distinfo | 6 +++--- math/dune-metagrid/pkg-plist | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/math/dune-metagrid/Makefile b/math/dune-metagrid/Makefile index 9a5171cc46ce..a7cbf406db7a 100644 --- a/math/dune-metagrid/Makefile +++ b/math/dune-metagrid/Makefile @@ -1,5 +1,5 @@ PORTNAME= dune-metagrid -DISTVERSION= g20180822 +DISTVERSION= g20210929 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,7 @@ USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org GL_ACCOUNT= extensions -GL_COMMIT= 5bc4c7e73bd76ccdaef842a5150c294095107a60 +GL_COMMIT= 45fe80d530d18d8b86e77f20e38865f2101e571a NO_ARCH= yes diff --git a/math/dune-metagrid/distinfo b/math/dune-metagrid/distinfo index 70507b1ea92e..c2ca62130fd4 100644 --- a/math/dune-metagrid/distinfo +++ b/math/dune-metagrid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617891501 -SHA256 (extensions-dune-metagrid-5bc4c7e73bd76ccdaef842a5150c294095107a60_GL0.tar.gz) = 6444a08fae3b52039ed3550e1319d0da55c3d495469da7b8b3fc3ef7fe5ef185 -SIZE (extensions-dune-metagrid-5bc4c7e73bd76ccdaef842a5150c294095107a60_GL0.tar.gz) = 145984 +TIMESTAMP = 1633212373 +SHA256 (extensions-dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a_GL0.tar.gz) = ffdfda152de017e06710f510a227482dbdc84f281d80affe4063336518ed3bc7 +SIZE (extensions-dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a_GL0.tar.gz) = 171000 diff --git a/math/dune-metagrid/pkg-plist b/math/dune-metagrid/pkg-plist index e001fad1bfd3..91b4271cc04c 100644 --- a/math/dune-metagrid/pkg-plist +++ b/math/dune-metagrid/pkg-plist @@ -8,7 +8,6 @@ include/dune/grid/cacheitgrid/dgfparser.hh include/dune/grid/cacheitgrid/entity.hh include/dune/grid/cacheitgrid/entitypointer.hh include/dune/grid/cacheitgrid/entityseed.hh -include/dune/grid/cacheitgrid/geometry.hh include/dune/grid/cacheitgrid/grid.hh include/dune/grid/cacheitgrid/gridview.hh include/dune/grid/cacheitgrid/hierarchiciterator.hh @@ -43,7 +42,6 @@ include/dune/grid/filteredgrid/boundarysegmentindexset.hh include/dune/grid/filteredgrid/capabilities.hh include/dune/grid/filteredgrid/datahandle.hh include/dune/grid/filteredgrid/declaration.hh -include/dune/grid/filteredgrid/entity.hh include/dune/grid/filteredgrid/entityiterator.hh include/dune/grid/filteredgrid/entitypointer.hh include/dune/grid/filteredgrid/grid.hh @@ -132,6 +130,8 @@ include/dune/grid/spheregrid/iterator.hh include/dune/grid/spheregrid/maptosphere.hh include/dune/grid/spheregrid/persistentcontainer.hh include/dune/grid/spheregrid/twistutility.hh +include/dune/grid/test/checkcalls.cc +include/dune/grid/test/sfc.cc lib/cmake/dune-metagrid/dune-metagrid-config-version.cmake lib/cmake/dune-metagrid/dune-metagrid-config.cmake lib/dunecontrol/dune-metagrid/dune.module From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A7AA6ABCB7; Sat, 2 Oct 2021 23:01:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsn04CHz3LQl; Sat, 2 Oct 2021 23:01:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB5511B98A; Sat, 2 Oct 2021 23:01:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N1Gkb010121; Sat, 2 Oct 2021 23:01:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N1G0k010120; Sat, 2 Oct 2021 23:01:16 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:16 GMT Message-Id: <202110022301.192N1G0k010120@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: f2aac23c5eac - main - math/dune-multidomaingrid: New port: DUNE framework: meta grid for subdomains spanning parts of host grid MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f2aac23c5eacf26667367b7ff90d9561ac3982a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:17 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2aac23c5eacf26667367b7ff90d9561ac3982a1 commit f2aac23c5eacf26667367b7ff90d9561ac3982a1 Author: Yuri Victorovich AuthorDate: 2021-10-02 22:47:07 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:02 +0000 math/dune-multidomaingrid: New port: DUNE framework: meta grid for subdomains spanning parts of host grid --- math/Makefile | 1 + math/dune-multidomaingrid/Makefile | 35 ++++++++++++++++++++++++++++++++++ math/dune-multidomaingrid/distinfo | 3 +++ math/dune-multidomaingrid/pkg-descr | 5 +++++ math/dune-multidomaingrid/pkg-plist | 38 +++++++++++++++++++++++++++++++++++++ 5 files changed, 82 insertions(+) diff --git a/math/Makefile b/math/Makefile index 9998d48d1b25..7aa8d08bcd4e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -252,6 +252,7 @@ SUBDIR += dune-istl SUBDIR += dune-localfunctions SUBDIR += dune-metagrid + SUBDIR += dune-multidomaingrid SUBDIR += dune-pdelab SUBDIR += dune-polygongrid SUBDIR += dune-spgrid diff --git a/math/dune-multidomaingrid/Makefile b/math/dune-multidomaingrid/Makefile new file mode 100644 index 000000000000..65c5661b0720 --- /dev/null +++ b/math/dune-multidomaingrid/Makefile @@ -0,0 +1,35 @@ +PORTNAME= dune-multidomaingrid +DISTVERSION= 2.7.1 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= DUNE framework: meta grid for subdomains spanning parts of host grid + +LICENSE= GPLv2+ + +HPP_DEPENDS= dune-common>0:math/dune-common \ + dune-geometry>0:math/dune-geometry \ + dune-grid>0:math/dune-grid \ + dune-typetree>0:math/dune-typetree +BUILD_DEPENDS= ${HPP_DEPENDS} +RUN_DEPENDS= ${HPP_DEPENDS} + +USES= cmake compiler:c++17-lang fortran pkgconfig +USE_GITLAB= yes + +GL_SITE= https://gitlab.dune-project.org +GL_ACCOUNT= extensions +GL_COMMIT= cd5679974fe1c91b56e74022e95f01b1d2018c3b + +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS +OPTIONS_SUB= yes + +DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ + sphinx-build:textproc/py-sphinx + +PORTDOCS= * + +.include diff --git a/math/dune-multidomaingrid/distinfo b/math/dune-multidomaingrid/distinfo new file mode 100644 index 000000000000..c8a8ac87df52 --- /dev/null +++ b/math/dune-multidomaingrid/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1633213258 +SHA256 (extensions-dune-multidomaingrid-cd5679974fe1c91b56e74022e95f01b1d2018c3b_GL0.tar.gz) = 432b459d3f5f47f80f5331b0c004aaf699fec9800aab8f4bb15803553a60d52e +SIZE (extensions-dune-multidomaingrid-cd5679974fe1c91b56e74022e95f01b1d2018c3b_GL0.tar.gz) = 69964 diff --git a/math/dune-multidomaingrid/pkg-descr b/math/dune-multidomaingrid/pkg-descr new file mode 100644 index 000000000000..8ef11b52e57d --- /dev/null +++ b/math/dune-multidomaingrid/pkg-descr @@ -0,0 +1,5 @@ +dune-multidomaingrid is a meta grid built on top of the DUNE grid interface. +It can be used to carve out subdomains from an underlying host grid which are +then available as fully featured DUNE grids in their own right. + +WWW: https://www.dune-project.org/ diff --git a/math/dune-multidomaingrid/pkg-plist b/math/dune-multidomaingrid/pkg-plist new file mode 100644 index 000000000000..1c1e35238235 --- /dev/null +++ b/math/dune-multidomaingrid/pkg-plist @@ -0,0 +1,38 @@ +include/dune/grid/multidomaingrid.hh +include/dune/grid/multidomaingrid/allsubdomaininterfacesiterator.hh +include/dune/grid/multidomaingrid/arraybasedset.hh +include/dune/grid/multidomaingrid/entity.hh +include/dune/grid/multidomaingrid/geometry.hh +include/dune/grid/multidomaingrid/gridview.hh +include/dune/grid/multidomaingrid/hierarchiciterator.hh +include/dune/grid/multidomaingrid/hostgridaccessor.hh +include/dune/grid/multidomaingrid/idsets.hh +include/dune/grid/multidomaingrid/indexsets.hh +include/dune/grid/multidomaingrid/intersection.hh +include/dune/grid/multidomaingrid/intersectioniterator.hh +include/dune/grid/multidomaingrid/iterator.hh +include/dune/grid/multidomaingrid/localgeometry.hh +include/dune/grid/multidomaingrid/mdgridtraits.hh +include/dune/grid/multidomaingrid/multidomaingrid.hh +include/dune/grid/multidomaingrid/multidomainmcmgmapper.hh +include/dune/grid/multidomaingrid/singlevalueset.hh +include/dune/grid/multidomaingrid/subdomaingrid/entity.hh +include/dune/grid/multidomaingrid/subdomaingrid/geometry.hh +include/dune/grid/multidomaingrid/subdomaingrid/gridview.hh +include/dune/grid/multidomaingrid/subdomaingrid/hierarchiciterator.hh +include/dune/grid/multidomaingrid/subdomaingrid/idsets.hh +include/dune/grid/multidomaingrid/subdomaingrid/indexsets.hh +include/dune/grid/multidomaingrid/subdomaingrid/intersection.hh +include/dune/grid/multidomaingrid/subdomaingrid/intersectioniterator.hh +include/dune/grid/multidomaingrid/subdomaingrid/iterator.hh +include/dune/grid/multidomaingrid/subdomaingrid/localgeometry.hh +include/dune/grid/multidomaingrid/subdomaingrid/subdomaingrid.hh +include/dune/grid/multidomaingrid/subdomaininterfaceiterator.hh +include/dune/grid/multidomaingrid/subdomainset.hh +include/dune/grid/multidomaingrid/subdomaintosubdomaininterfaceiterator.hh +include/dune/grid/multidomaingrid/utility.hh +lib/cmake/dune-multidomaingrid/dune-multidomaingrid-config-version.cmake +lib/cmake/dune-multidomaingrid/dune-multidomaingrid-config.cmake +lib/dunecontrol/dune-multidomaingrid/dune.module +libdata/pkgconfig/dune-multidomaingrid.pc +%%DATADIR%%/config.h.cmake From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:01:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CA616ABD37; Sat, 2 Oct 2021 23:01:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMsp1Kd3z3LQm; Sat, 2 Oct 2021 23:01:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF99F1B4EF; Sat, 2 Oct 2021 23:01:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N1HTp010145; Sat, 2 Oct 2021 23:01:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N1HMR010144; Sat, 2 Oct 2021 23:01:17 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:01:17 GMT Message-Id: <202110022301.192N1HMR010144@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: b635bf0d5b57 - main - science/opensph: Update 0.3.7 -> 0.3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b635bf0d5b57fbd8a03be8ba74d5ddd8a1b0f6cc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:01:18 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b635bf0d5b57fbd8a03be8ba74d5ddd8a1b0f6cc commit b635bf0d5b57fbd8a03be8ba74d5ddd8a1b0f6cc Author: Yuri Victorovich AuthorDate: 2021-10-02 22:59:00 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-02 23:00:02 +0000 science/opensph: Update 0.3.7 -> 0.3.8 oneTBB is now supported. --- science/opensph/Makefile | 9 ++++----- science/opensph/distinfo | 6 +++--- science/opensph/files/patch-core_io_FileSystem.cpp | 14 ++++++++++++++ science/opensph/files/patch-core_system_Platform.cpp | 12 ------------ 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 837ee88b8ba7..744a9cab323c 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,5 +1,5 @@ PORTNAME= OpenSPH -DISTVERSION= 0.3.7 +DISTVERSION= 0.3.8 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,7 @@ USE_WX= 3.1 GL_SITE= https://gitlab.com GL_ACCOUNT= sevecekp GL_PROJECT= sph -GL_COMMIT= bd306b644ab617f3b44613fa98b78b40f8ef6805 +GL_COMMIT= fb6ec33d8fc20324161207aa2951e2e90698c272 QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro QMAKE_ARGS= CONFIG+=release @@ -31,7 +31,7 @@ BINARY_ALIAS= wx-config=${LOCALBASE}/bin/wxgtk3u-3.1-config PLIST_FILES= bin/opensph bin/opensph-cli bin/opensph-info OPTIONS_DEFINE= CHAISCRIPT EIGEN HDF5 OPENMP TBB VDB -OPTIONS_DEFAULT= CHAISCRIPT EIGEN HDF5 OPENMP # TBB VDB - disabled pending OneTBB support, see https://gitlab.com/sevecekp/sph/-/issues/36 +OPTIONS_DEFAULT= CHAISCRIPT EIGEN HDF5 OPENMP TBB # VDB - broken CHAISCRIPT_DESC= Be able to read and modify particle data from a script CHAISCRIPT_QMAKE_ON= CONFIG+=use_chaiscript @@ -50,14 +50,13 @@ OPENMP_QMAKE_ON= CONFIG+=use_openmp TBB_DESC= Parallelize with Intel Threading Building Blocks TBB_QMAKE_ON= CONFIG+=use_tbb TBB_LIB_DEPENDS= libtbb.so:devel/onetbb -TBB_BROKEN= OneTBB support is missing, but the dependency misc/openvdb already switched to OneTBB VDB_DESC= Use OpenVDB for converting particles to volumetric data VDB_QMAKE_ON= CONFIG+=use_vdb VDB_LIB_DEPENDS= libImath.so:math/Imath \ libopenvdb.so:misc/openvdb \ libtbb.so:devel/onetbb -VDB_BROKEN= OneTBB support is missing, but the dependency misc/openvdb already switched to OneTBB +VDB_BROKEN= Fails to build, see https://gitlab.com/sevecekp/sph/-/issues/39 do-test: @${REINPLACE_CMD} -e 's|Path(.*|Path("${TEST_WRKSRC}");|' ${WRKSRC}/test/utils/Config.h diff --git a/science/opensph/distinfo b/science/opensph/distinfo index d8cd578c86a5..479f9ebefeef 100644 --- a/science/opensph/distinfo +++ b/science/opensph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629095035 -SHA256 (sevecekp-sph-bd306b644ab617f3b44613fa98b78b40f8ef6805_GL0.tar.gz) = 9cca11f4814211ae3992095b2a9a5c1ee9f88b21674db004960e8b9782f6c0ab -SIZE (sevecekp-sph-bd306b644ab617f3b44613fa98b78b40f8ef6805_GL0.tar.gz) = 26626447 +TIMESTAMP = 1633211138 +SHA256 (sevecekp-sph-fb6ec33d8fc20324161207aa2951e2e90698c272_GL0.tar.gz) = 84ad21c187af8ed7d897aeb0c099af72d8a04e41ce4ad5fe6f7421abd01e2dc2 +SIZE (sevecekp-sph-fb6ec33d8fc20324161207aa2951e2e90698c272_GL0.tar.gz) = 26628931 diff --git a/science/opensph/files/patch-core_io_FileSystem.cpp b/science/opensph/files/patch-core_io_FileSystem.cpp new file mode 100644 index 000000000000..d551b405b720 --- /dev/null +++ b/science/opensph/files/patch-core_io_FileSystem.cpp @@ -0,0 +1,14 @@ +--- core/io/FileSystem.cpp.orig 2021-10-02 16:31:29 UTC ++++ core/io/FileSystem.cpp +@@ -429,7 +429,11 @@ bool FileSystem::setWorkingDirectory(const Path& path) + Expected FileSystem::getDirectoryOfExecutable() { + #ifndef SPH_WIN + char result[4096] = { '\0' }; ++#if defined(__FreeBSD__) ++ ssize_t count = readlink("/proc/curproc/file", result, sizeof(result)); ++#else + ssize_t count = readlink("/proc/self/exe", result, sizeof(result)); ++#endif + if (count != -1) { + Path path(String::fromUtf8(result)); + return path.parentPath(); diff --git a/science/opensph/files/patch-core_system_Platform.cpp b/science/opensph/files/patch-core_system_Platform.cpp index 652b8dd7c998..54324cc45a0c 100644 --- a/science/opensph/files/patch-core_system_Platform.cpp +++ b/science/opensph/files/patch-core_system_Platform.cpp @@ -1,17 +1,5 @@ --- core/system/Platform.cpp.orig 2021-04-08 21:23:28 UTC +++ core/system/Platform.cpp -@@ -14,7 +14,11 @@ NAMESPACE_SPH_BEGIN - - Expected getExecutablePath() { - char result[PATH_MAX]; -+#if defined(__FreeBSD__) -+ ssize_t count = readlink("/proc/curproc/file", result, PATH_MAX); -+#else - ssize_t count = readlink("/proc/self/exe", result, PATH_MAX); -+#endif - if (count != -1) { - Path path(std::string(result, count)); - return path.parentPath(); @@ -102,14 +106,18 @@ class CpuUsage { (private) public: From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:02:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9AC8C6ABE02; Sat, 2 Oct 2021 23:02:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMMtn42gBz3MBB; Sat, 2 Oct 2021 23:02:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B27E1B1FB; Sat, 2 Oct 2021 23:02:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192N29Bn010366; Sat, 2 Oct 2021 23:02:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192N29bM010365; Sat, 2 Oct 2021 23:02:09 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:02:09 GMT Message-Id: <202110022302.192N29bM010365@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 3014d5a8f0e3 - main - devel/glib20: Add option for unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3014d5a8f0e3c411b758afb8873ba4043b2a003c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:02:09 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3014d5a8f0e3c411b758afb8873ba4043b2a003c commit 3014d5a8f0e3c411b758afb8873ba4043b2a003c Author: Daniel Engberg AuthorDate: 2021-10-02 22:08:00 +0000 Commit: Daniel Engberg CommitDate: 2021-10-02 23:01:33 +0000 devel/glib20: Add option for unit tests Don't build tests by default, the reduces time spent on compiling substantially (~450 objects vs ~1200) Add dependency for unit tests Some tests are disable due to circular dependency Backport upstream commit 75c854b359b8bd8b78938e51e5a2c7a42e5847ae to fix an issue calling getpwnam_r Thanks to arrowd for troubleshooting and submitting bugfix upstream References: https://gitlab.gnome.org/GNOME/glib/-/issues/2488 https://gitlab.gnome.org/GNOME/glib/-/commit/75c854b359b8bd8b78938e51e5a2c7a42e5847ae https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2276 (backport) PR: 257623 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D31702 --- devel/glib20/Makefile | 6 ++- devel/glib20/files/patch-gio_tests_meson.build | 61 +++++++++++++++++++++++++ devel/glib20/files/patch-glib_glib-unix.c | 63 ++++++++++++++++++++++++++ 3 files changed, 129 insertions(+), 1 deletion(-) diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 62d08626ae72..6b6c5fd91646 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -2,6 +2,7 @@ PORTNAME= glib DISTVERSION= 2.70.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= GNOME @@ -36,7 +37,7 @@ CPE_VENDOR= gnome _LIBVERSION= 0.7000.0 PLIST_SUB= LIBVERSION=${_LIBVERSION} -OPTIONS_DEFINE= DEBUG FAM_ALTBACKEND MANPAGES NLS +OPTIONS_DEFINE= DEBUG FAM_ALTBACKEND MANPAGES NLS TEST OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes @@ -47,6 +48,9 @@ MANPAGES_BUILD_DEPENDS= docbook-xml>4.1.2:textproc/docbook-xml \ MANPAGES_USE= GNOME=libxslt:build MANPAGES_MESON_TRUE= man +TEST_DEPENDS= dbus-daemon:devel/dbus +TEST_MESON_TRUE= tests + .include # doesn't build yet diff --git a/devel/glib20/files/patch-gio_tests_meson.build b/devel/glib20/files/patch-gio_tests_meson.build new file mode 100644 index 000000000000..435c5afe7f2d --- /dev/null +++ b/devel/glib20/files/patch-gio_tests_meson.build @@ -0,0 +1,61 @@ +--- gio/tests/meson.build.orig 2021-06-10 18:57:57 UTC ++++ gio/tests/meson.build +@@ -49,7 +49,6 @@ gio_tests = { + 'buffered-output-stream' : {}, + 'cancellable' : {}, + 'contexts' : {}, +- 'contenttype' : {}, + 'converter-stream' : {}, + 'credentials' : {}, + 'data-input-stream' : {}, +@@ -94,7 +93,6 @@ gio_tests = { + 'tls-interaction' : {'extra_sources' : ['gtesttlsbackend.c']}, + 'tls-database' : {'extra_sources' : ['gtesttlsbackend.c']}, + 'tls-bindings' : {'extra_sources' : ['gtesttlsbackend.c']}, +- 'gdbus-address-get-session' : {}, + 'win32-appinfo' : {}, + } + +@@ -151,10 +149,6 @@ endif + if host_machine.system() != 'windows' + gio_tests += { + 'file' : {}, +- 'gdbus-peer' : { +- 'dependencies' : [libgdbus_example_objectmanager_dep], +- 'install_rpath' : installed_tests_execdir +- }, + 'gdbus-peer-object-manager' : {}, + 'live-g-file' : {}, + 'socket-address' : {}, +@@ -190,31 +184,14 @@ if host_machine.system() != 'windows' + } + endif + +- # Uninstalled because of the check-for-executable logic in DesktopAppInfo +- # unable to find the installed executable +- if not glib_have_cocoa +- gio_tests += { +- 'appinfo' : { +- 'install' : false, +- }, +- 'desktop-app-info' : { +- 'install' : false, +- }, +- } +- endif +- + test_extra_programs += { + 'basic-application' : {}, + 'dbus-launch' : {}, +- 'appinfo-test' : {}, + } + + if not glib_have_cocoa + test_extra_programs += { + 'apps' : {}, +- } +- gio_tests += { +- 'mimeapps' : {}, + } + endif + diff --git a/devel/glib20/files/patch-glib_glib-unix.c b/devel/glib20/files/patch-glib_glib-unix.c new file mode 100644 index 000000000000..1160e0cf537f --- /dev/null +++ b/devel/glib20/files/patch-glib_glib-unix.c @@ -0,0 +1,63 @@ +--- glib/glib-unix.c.orig 2021-09-17 10:17:56 UTC ++++ glib/glib-unix.c +@@ -463,7 +463,6 @@ g_unix_get_passwd_entry (const gchar *user_name, + } *buffer = NULL; + gsize string_buffer_size = 0; + GError *local_error = NULL; +- int errsv = 0; + + g_return_val_if_fail (user_name != NULL, NULL); + g_return_val_if_fail (error == NULL || *error == NULL, NULL); +@@ -493,10 +492,8 @@ g_unix_get_passwd_entry (const gchar *user_name, + */ + buffer = g_malloc0 (sizeof (*buffer) + string_buffer_size + 6); + +- errno = 0; + retval = getpwnam_r (user_name, &buffer->pwd, buffer->string_buffer, + string_buffer_size, &passwd_file_entry); +- errsv = errno; + + /* Bail out if: the lookup was successful, or if the user id can't be + * found (should be pretty rare case actually), or if the buffer should be +@@ -508,19 +505,19 @@ g_unix_get_passwd_entry (const gchar *user_name, + break; + } + else if (retval == 0 || +- errsv == ENOENT || errsv == ESRCH || +- errsv == EBADF || errsv == EPERM) ++ retval == ENOENT || retval == ESRCH || ++ retval == EBADF || retval == EPERM) + { + /* Username not found. */ +- g_unix_set_error_from_errno (&local_error, errsv); ++ g_unix_set_error_from_errno (&local_error, retval); + break; + } +- else if (errsv == ERANGE) ++ else if (retval == ERANGE) + { + /* Can’t allocate enough string buffer space. */ + if (string_buffer_size > 32 * 1024) + { +- g_unix_set_error_from_errno (&local_error, errsv); ++ g_unix_set_error_from_errno (&local_error, retval); + break; + } + +@@ -529,7 +526,7 @@ g_unix_get_passwd_entry (const gchar *user_name, + } + else + { +- g_unix_set_error_from_errno (&local_error, errsv); ++ g_unix_set_error_from_errno (&local_error, retval); + break; + } + } +@@ -543,7 +540,6 @@ g_unix_get_passwd_entry (const gchar *user_name, + { + g_clear_pointer (&buffer, g_free); + g_propagate_error (error, g_steal_pointer (&local_error)); +- errno = errsv; + } + + return (struct passwd *) g_steal_pointer (&buffer); From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:13:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A3F06ABE8B; Sat, 2 Oct 2021 23:13:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMN7N72HXz3MRP; Sat, 2 Oct 2021 23:13:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D33031BABC; Sat, 2 Oct 2021 23:13:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192ND4ta027500; Sat, 2 Oct 2021 23:13:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192ND419027499; Sat, 2 Oct 2021 23:13:04 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:13:04 GMT Message-Id: <202110022313.192ND419027499@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Diane Bruce Subject: git: dffafc249b1b - main - comms/svxlink: Unbreak qtel MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: db X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dffafc249b1be4d9054bcc2d1a93932e76a1ac2f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:13:05 -0000 The branch main has been updated by db: URL: https://cgit.FreeBSD.org/ports/commit/?id=dffafc249b1be4d9054bcc2d1a93932e76a1ac2f commit dffafc249b1be4d9054bcc2d1a93932e76a1ac2f Author: Diane Bruce AuthorDate: 2021-10-02 22:59:16 +0000 Commit: Diane Bruce CommitDate: 2021-10-02 23:03:24 +0000 comms/svxlink: Unbreak qtel - Unbreak qtel by adding GH_PROJECT to svxlink - remove redundant REINPLACE --- comms/svxlink/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comms/svxlink/Makefile b/comms/svxlink/Makefile index d4d2b09f4484..efa2cf0ea370 100644 --- a/comms/svxlink/Makefile +++ b/comms/svxlink/Makefile @@ -24,6 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto USES+= cmake:noninja compiler:c++11-lang groff pkgconfig tcl USE_GITHUB= yes GH_ACCOUNT= sm0svx +GH_PROJECT= svxlink CMAKE_SOURCE_PATH= ${WRKSRC}/src CMAKE_ARGS+= -DMAN_INSTALL_DIR:FILEPATH=${PREFIX}/share/man \ @@ -68,8 +69,7 @@ post-patch: ${WRKSRC}/src/doc/man/svxlink.conf.5 \ ${WRKSRC}/src/svxlink/svxlink/svxlink.conf.in @${REINPLACE_CMD} -e 's|/usr/lib|${PREFIX}/lib|' \ - ${WRKSRC}/src/doc/man/svxlink.conf.5 \ - ${WRKSRC}/src/svxlink/svxlink/svxlink.conf.in + ${WRKSRC}/src/doc/man/svxlink.conf.5 post-patch-OSS-on: @${GREP} -lr alsa:default ${WRKSRC} | ${GREP} -v .bak | ${GREP} -v .orig | ${XARGS} \ ${REINPLACE_CMD} -e 's|alsa:default|oss:/dev/dsp|' From owner-dev-commits-ports-all@freebsd.org Sat Oct 2 23:15:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C50846ABD6E; Sat, 2 Oct 2021 23:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMNB159qvz3MlG; Sat, 2 Oct 2021 23:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91A8A1B874; Sat, 2 Oct 2021 23:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 192NFLBL027791; Sat, 2 Oct 2021 23:15:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 192NFL0B027790; Sat, 2 Oct 2021 23:15:21 GMT (envelope-from git) Date: Sat, 2 Oct 2021 23:15:21 GMT Message-Id: <202110022315.192NFL0B027790@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: b86a22f00dd1 - main - sysutils/root-tail: Resurrect port, Print text directly to X11 root window MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b86a22f00dd1e0c507b160e91feb78d06c58f4d8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2021 23:15:21 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b86a22f00dd1e0c507b160e91feb78d06c58f4d8 commit b86a22f00dd1e0c507b160e91feb78d06c58f4d8 Author: Boris Korzun AuthorDate: 2021-10-02 23:11:11 +0000 Commit: Daniel Engberg CommitDate: 2021-10-02 23:14:43 +0000 sysutils/root-tail: Resurrect port, Print text directly to X11 root window Simple utility to tail files/logs to a root X window. Useful for keeping tabs on log files in X without having an additional terminal window open. Removed in commit 0786acb3155523a38d1442f3c16ca56750f1db04 due to being expired. It previously used roottail but is now using root-tail to follow upstream naming. Additional patches obtained from Debian and Fedora repositories Sources: https://salsa.debian.org/debian/root-tail/-/blob/master/debian/patches/do-not-chown-manually.patch https://salsa.debian.org/debian/root-tail/-/blob/master/debian/patches/fix-linker-and-compiler-options.patch https://src.fedoraproject.org/rpms/root-tail/blob/rawhide/f/root-tail-1.3-Generate-Expose-events-when-clearing-a-window.patch https://src.fedoraproject.org/rpms/root-tail/blob/rawhide/f/root-tail-1.3-Respect-width-and-height-unsigness-in-arithmetics.patch PR: 258498 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32032 --- MOVED | 2 +- sysutils/Makefile | 1 + sysutils/root-tail/Makefile | 19 +++++ sysutils/root-tail/distinfo | 3 + sysutils/root-tail/files/patch-Makefile | 41 ++++++++++ sysutils/root-tail/files/patch-root-tail.c | 126 +++++++++++++++++++++++++++++ sysutils/root-tail/pkg-descr | 5 ++ 7 files changed, 196 insertions(+), 1 deletion(-) diff --git a/MOVED b/MOVED index 9857f582200a..d3df73c3787e 100644 --- a/MOVED +++ b/MOVED @@ -14791,7 +14791,6 @@ sysutils/phantom||2020-05-05|Has expired: Broken for more than 6 months sysutils/ptools||2020-05-05|Has expired: Broken for more than 6 months sysutils/realsync||2020-05-05|Has expired: Broken for more than 6 months sysutils/rmonitor||2020-05-05|Has expired: Broken for more than 6 months -sysutils/roottail||2020-05-05|Has expired: Broken for more than 6 months sysutils/sb16config||2020-05-05|Has expired: Broken for more than 6 months sysutils/sbase||2020-05-05|Has expired: Broken for more than 6 months sysutils/setquota||2020-05-05|Has expired: Broken for more than 6 months @@ -16484,6 +16483,7 @@ net-mgmt/zabbix52-frontend||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-java||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-proxy||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-server||2021-09-19|Has expired: Unsupported by upstream +sysutils/roottail|sysutils/root-tail|2021-09-26|Renamed to match upstream devel/py-pyyaml-env-tag|devel/py-pyyaml_env_tag|2021-09-28|Renamed to match upstream naming mail/opensmtpd-devel|mail/opensmtpd|2021-09-28|Has expired: move to offical releases devel/erlang-exmpp||2021-09-30|Removed, last upstream patches over 10 years ago diff --git a/sysutils/Makefile b/sysutils/Makefile index 273617dd5143..910f92f3630e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1127,6 +1127,7 @@ SUBDIR += rmlint SUBDIR += rocr SUBDIR += roct + SUBDIR += root-tail SUBDIR += rovclock SUBDIR += rpi-firmware SUBDIR += rset diff --git a/sysutils/root-tail/Makefile b/sysutils/root-tail/Makefile new file mode 100644 index 000000000000..d501f55a7533 --- /dev/null +++ b/sysutils/root-tail/Makefile @@ -0,0 +1,19 @@ +PORTNAME= root-tail +DISTVERSION= 1.3 +CATEGORIES= sysutils +MASTER_SITES= http://dist.schmorp.de/${PORTNAME}/ + +MAINTAINER= drtr0jan@yandex.ru +COMMENT= Print text directly to X11 root window + +LICENSE= GPLv2+ + +LIB_DEPENDS= libXfixes.so:x11/libXfixes + +USES= imake xorg +USE_XORG= x11 xext + +PLIST_FILES= bin/root-tail \ + man/man1/root-tail.1.gz + +.include diff --git a/sysutils/root-tail/distinfo b/sysutils/root-tail/distinfo new file mode 100644 index 000000000000..8b49cd96fa4e --- /dev/null +++ b/sysutils/root-tail/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1633216089 +SHA256 (root-tail-1.3.tar.gz) = 460475323404460919ff48c90f7b3ebfdb66f3b9961f54dd73dd172178c07712 +SIZE (root-tail-1.3.tar.gz) = 19068 diff --git a/sysutils/root-tail/files/patch-Makefile b/sysutils/root-tail/files/patch-Makefile new file mode 100644 index 000000000000..5fddee879635 --- /dev/null +++ b/sysutils/root-tail/files/patch-Makefile @@ -0,0 +1,41 @@ +Sources: +https://salsa.debian.org/debian/root-tail/-/blob/master/debian/patches/do-not-chown-manually.patch +https://salsa.debian.org/debian/root-tail/-/blob/master/debian/patches/fix-linker-and-compiler-options.patch + +--- Makefile.orig 2019-06-16 00:57:40 UTC ++++ Makefile +@@ -1,9 +1,5 @@ +-COPTS = -g ++LDFLAGS += -lX11 -lXfixes + +-CFLAGS = -Wall $(COPTS) +- +-LDFLAGS = -L/usr/X11R6/lib -lX11 -lXfixes +- + PREFIX = $(DESTDIR)/usr + BINDIR = $(PREFIX)/bin + MANDIR = $(PREFIX)/share/man/man1 +@@ -14,7 +10,7 @@ SOURCES = root-tail.c + all: root-tail man + + root-tail: $(SOURCES) config.h +- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SOURCES) ++ $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $(SOURCES) $(LDFLAGS) + + man: root-tail.1.gz + +@@ -26,10 +22,10 @@ clean: + rm -f root-tail root-tail.o root-tail.1.gz + + install: all +- install -D -o root -g root root-tail $(BINDIR) +- install -D -m 0644 -o root -g root root-tail.1.gz $(MANDIR) +- install -D -m 0644 -o root -g root README $(DOCDIR) +- install -m 0644 -o root -g root Changes $(DOCDIR) ++ install -D root-tail $(BINDIR) ++ install -D -m 0644 root-tail.1.gz $(MANDIR) ++ install -D -m 0644 README $(DOCDIR) ++ install -m 0644 Changes $(DOCDIR) + + uninstall: + rm -f $(BINDIR)/root-tail $(MANDIR)/root-tail.1.gz diff --git a/sysutils/root-tail/files/patch-root-tail.c b/sysutils/root-tail/files/patch-root-tail.c new file mode 100644 index 000000000000..8f4fe0f4a82c --- /dev/null +++ b/sysutils/root-tail/files/patch-root-tail.c @@ -0,0 +1,126 @@ +Sources: +https://src.fedoraproject.org/rpms/root-tail/blob/rawhide/f/root-tail-1.3-Generate-Expose-events-when-clearing-a-window.patch +https://src.fedoraproject.org/rpms/root-tail/blob/rawhide/f/root-tail-1.3-Respect-width-and-height-unsigness-in-arithmetics.patch + +--- root-tail.c.orig 2019-06-16 00:46:04 UTC ++++ root-tail.c +@@ -38,6 +38,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -118,7 +119,7 @@ static int continuation_length; + /* HACK - ideally listlen will start at however many '~'s will fit on + * the screen */ + static unsigned int width = STD_WIDTH, height = STD_HEIGHT; +-static int listlen = 50; ++static unsigned int listlen = 50; + static int win_x = LOC_X, win_y = LOC_Y; + static int effect_x_space, effect_y_space; /* how much space does shading / outlining take up */ + static int effect_x_offset, effect_y_offset; /* and how does it offset the usable space */ +@@ -206,7 +207,7 @@ force_refresh (int dummy) + static void + blank_window (int dummy) + { +- XClearArea (disp, root, win_x, win_y, width + MARGIN_OF_ERROR, height, False); ++ XClearArea (disp, root, win_x, win_y, width + MARGIN_OF_ERROR, height, True); + XFlush (disp); + exit (0); + } +@@ -369,7 +370,7 @@ InitWindow (void) + { + fprintf(stderr, "\n the display isn't tall enough to display a single line in font '%s'\n", + e->fontname); +- fprintf(stderr, "\n the geometry in use is %d pixels tall\n", height); ++ fprintf(stderr, "\n the geometry in use is %u pixels tall\n", height); + fprintf(stderr, "\n font '%s' is %d pixels tall\n", e->fontname, e->font_height); + if (effect_y_space) + fprintf(stderr, "\n the shade or outline options need an extra %d pixel%s of vertical space\n", +@@ -445,8 +446,8 @@ draw_text (Display *disp, Window root, GC WinGC, int x + static void + refresh (int miny, int maxy, int clear, int refresh_all) + { +- int lin = 0; +- int space = height; ++ unsigned int lin = 0; ++ int space = (int)height; + int offset; + unsigned long black_color = GetColor ("black"); + struct line_node *line; +@@ -462,7 +463,7 @@ refresh (int miny, int maxy, int clear, int refresh_al + maxy -= win_y; + + if (clear && !opt_noflicker) +- XClearArea (disp, root, win_x, win_y, width + MARGIN_OF_ERROR, height, False); ++ XClearArea (disp, root, win_x, win_y, width + MARGIN_OF_ERROR, height, True); + + for (line = linelist; line; line = line->next, lin++) + { +@@ -470,7 +471,7 @@ refresh (int miny, int maxy, int clear, int refresh_al + + if (opt_noflicker && lin >= listlen) + { +- int i = listlen; ++ unsigned int i = listlen; + listlen *= 1.5; + display = xrealloc(display, listlen * sizeof(struct displaymatrix)); + for (; i < listlen; i++) +@@ -535,7 +536,7 @@ refresh (int miny, int maxy, int clear, int refresh_al + width, step_per_line); + #else /* DEBUG */ + XClearArea (disp, root, win_x, win_y + offset - line->logfile->font_ascent, +- width + MARGIN_OF_ERROR, step_per_line, False); ++ width + MARGIN_OF_ERROR, step_per_line, True); + #endif /* DEBUG */ + } + } +@@ -584,7 +585,7 @@ refresh (int miny, int maxy, int clear, int refresh_al + width, space); + #else /* DEBUG */ + XClearArea (disp, root, win_x, win_y + offset - (opt_reverse ? 0 : space), +- width + MARGIN_OF_ERROR, space, False); ++ width + MARGIN_OF_ERROR, space, True); + #endif + } + +@@ -1112,7 +1113,7 @@ append_to_existing_line (char *str, struct logfile_ent + static void + main_loop (void) + { +- int lin; ++ unsigned int lin; + time_t lastreload; + Region region = XCreateRegion (); + XEvent xev; +@@ -1325,8 +1326,26 @@ main (int argc, char *argv[]) + else if (!strcmp (arg, "-V")) + display_version (); + else if (!strcmp (arg, "-g") || !strcmp (arg, "-geometry")) +- geom_mask = +- XParseGeometry (argv[++i], &win_x, &win_y, &width, &height); ++ { ++ geom_mask = ++ XParseGeometry (argv[++i], &win_x, &win_y, &width, &height); ++ /* Width and height are used in various expressions assigned to ++ * signed or unsigned integers. The assignments could overflow. */ ++ if (width < 1 || width > INT_MAX - MARGIN_OF_ERROR || width > UINT_MAX) ++ { ++ fprintf (stderr, ++ "The geometry width is too small or too large: '%u'.\n", ++ width); ++ exit (1); ++ } ++ if (height < 1 || height > UINT_MAX) ++ { ++ fprintf (stderr, ++ "The geometry height is too small or too large: '%u'.\n", ++ height); ++ exit (1); ++ } ++ } + else if (!strcmp (arg, "-display")) + dispname = argv[++i]; + else if (!strcmp (arg, "-cont")) diff --git a/sysutils/root-tail/pkg-descr b/sysutils/root-tail/pkg-descr new file mode 100644 index 000000000000..39d31b664d2d --- /dev/null +++ b/sysutils/root-tail/pkg-descr @@ -0,0 +1,5 @@ +Simple utility to tail files/logs to a root X window. +Useful for keeping tabs on log files in X without having +an additional terminal window open. + +WWW: http://software.schmorp.de/pkg/root-tail.html From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 00:37:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 796FE6AD370; Sun, 3 Oct 2021 00:37:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMQ1M2mdyz3jWn; Sun, 3 Oct 2021 00:37:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FD4C1CD5D; Sun, 3 Oct 2021 00:37:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1930bxg4034112; Sun, 3 Oct 2021 00:37:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1930bxIt034111; Sun, 3 Oct 2021 00:37:59 GMT (envelope-from git) Date: Sun, 3 Oct 2021 00:37:59 GMT Message-Id: <202110030037.1930bxIt034111@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: f96fd72502e5 - main - x11/foot: update to 1.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f96fd72502e576ca87a6578dd1f27eacf806dab8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 00:37:59 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f96fd72502e576ca87a6578dd1f27eacf806dab8 commit f96fd72502e576ca87a6578dd1f27eacf806dab8 Author: Jan Beich AuthorDate: 2021-10-02 12:47:14 +0000 Commit: Jan Beich CommitDate: 2021-10-03 00:07:25 +0000 x11/foot: update to 1.9.2 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.9.2 Reported by: upstream (via mail) --- x11/foot/Makefile | 2 +- x11/foot/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index a56a55d88341..ee5b2146f9e3 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,5 +1,5 @@ PORTNAME= foot -DISTVERSION= 1.9.1 +DISTVERSION= 1.9.2 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/foot/distinfo b/x11/foot/distinfo index a5b281788748..498247c39eda 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633114353 -SHA256 (foot-1.9.1.tar.gz) = 1277cfb6c88fbf299d115446cfa2a33cd6ddf88225989c84e6579024675edb97 -SIZE (foot-1.9.1.tar.gz) = 450538 +TIMESTAMP = 1633178834 +SHA256 (foot-1.9.2.tar.gz) = 5859d8d7293da4c7c52f45a9756fc7989edc364057e8b86b4e1fbea7bc2b4009 +SIZE (foot-1.9.2.tar.gz) = 451544 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 00:38:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE9656ACDCD; Sun, 3 Oct 2021 00:38:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMQ1N3t3Bz3jht; Sun, 3 Oct 2021 00:38:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CE7D1CD5E; Sun, 3 Oct 2021 00:38:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1930c0bb034136; Sun, 3 Oct 2021 00:38:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1930c0uE034135; Sun, 3 Oct 2021 00:38:00 GMT (envelope-from git) Date: Sun, 3 Oct 2021 00:38:00 GMT Message-Id: <202110030038.1930c0uE034135@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: cfdb18e50fc5 - main - emulators/yuzu: update to s20211002 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cfdb18e50fc5406ca846eb26c7b0af88b2be7fda Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 00:38:01 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfdb18e50fc5406ca846eb26c7b0af88b2be7fda commit cfdb18e50fc5406ca846eb26c7b0af88b2be7fda Author: Jan Beich AuthorDate: 2021-10-02 09:58:25 +0000 Commit: Jan Beich CommitDate: 2021-10-03 00:15:59 +0000 emulators/yuzu: update to s20211002 Changes: https://github.com/yuzu-emu/yuzu/compare/36d45b4a7...21ed944ff --- emulators/yuzu/Makefile | 5 ++--- emulators/yuzu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 204702e2af39..412e952dcfd9 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20211001 +PORTVERSION= s20211002 PORTREVISION?= 0 CATEGORIES= emulators @@ -27,14 +27,13 @@ BUILD_DEPENDS= catch>0:devel/catch \ nlohmann-json>0:devel/nlohmann-json \ glslangValidator:graphics/glslang LIB_DEPENDS= liblz4.so:archivers/liblz4 \ - libzip.so:archivers/libzip \ libzstd.so:archivers/zstd \ libopus.so:audio/opus \ libavcodec.so:multimedia/ffmpeg USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 36d45b4a7 +GH_TAGNAME= 21ed944ff GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.180:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index c6ca69a0be69..5b6ca7831524 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1633130595 -SHA256 (yuzu-emu-yuzu-s20211001-36d45b4a7_GH0.tar.gz) = b7ac9ae786cb282c34cc3f847806a49e0d46979508bde55bda943a1d01819f45 -SIZE (yuzu-emu-yuzu-s20211001-36d45b4a7_GH0.tar.gz) = 3982755 +TIMESTAMP = 1633168705 +SHA256 (yuzu-emu-yuzu-s20211002-21ed944ff_GH0.tar.gz) = 5c45c9bfd6ae6f4c46f8c465a8f2dce5d74188516850d260cc86cbc71de0857d +SIZE (yuzu-emu-yuzu-s20211002-21ed944ff_GH0.tar.gz) = 3971538 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 00:38:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D72726AD245; Sun, 3 Oct 2021 00:38:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMQ1y5jXJz3jws; Sun, 3 Oct 2021 00:38:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A43531CD5F; Sun, 3 Oct 2021 00:38:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1930cUbQ034300; Sun, 3 Oct 2021 00:38:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1930cUlU034299; Sun, 3 Oct 2021 00:38:30 GMT (envelope-from git) Date: Sun, 3 Oct 2021 00:38:30 GMT Message-Id: <202110030038.1930cUlU034299@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 5d6eb9d394c1 - 2021Q3 - emulators/yuzu: update to s20211002 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 5d6eb9d394c16d3e3ff4816090470feb64b39239 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 00:38:30 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d6eb9d394c16d3e3ff4816090470feb64b39239 commit 5d6eb9d394c16d3e3ff4816090470feb64b39239 Author: Jan Beich AuthorDate: 2021-10-02 09:58:25 +0000 Commit: Jan Beich CommitDate: 2021-10-03 00:38:11 +0000 emulators/yuzu: update to s20211002 Changes: https://github.com/yuzu-emu/yuzu/compare/36d45b4a7...21ed944ff (cherry picked from commit cfdb18e50fc5406ca846eb26c7b0af88b2be7fda) --- emulators/yuzu/Makefile | 5 ++--- emulators/yuzu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 204702e2af39..412e952dcfd9 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20211001 +PORTVERSION= s20211002 PORTREVISION?= 0 CATEGORIES= emulators @@ -27,14 +27,13 @@ BUILD_DEPENDS= catch>0:devel/catch \ nlohmann-json>0:devel/nlohmann-json \ glslangValidator:graphics/glslang LIB_DEPENDS= liblz4.so:archivers/liblz4 \ - libzip.so:archivers/libzip \ libzstd.so:archivers/zstd \ libopus.so:audio/opus \ libavcodec.so:multimedia/ffmpeg USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 36d45b4a7 +GH_TAGNAME= 21ed944ff GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.180:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index c6ca69a0be69..5b6ca7831524 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1633130595 -SHA256 (yuzu-emu-yuzu-s20211001-36d45b4a7_GH0.tar.gz) = b7ac9ae786cb282c34cc3f847806a49e0d46979508bde55bda943a1d01819f45 -SIZE (yuzu-emu-yuzu-s20211001-36d45b4a7_GH0.tar.gz) = 3982755 +TIMESTAMP = 1633168705 +SHA256 (yuzu-emu-yuzu-s20211002-21ed944ff_GH0.tar.gz) = 5c45c9bfd6ae6f4c46f8c465a8f2dce5d74188516850d260cc86cbc71de0857d +SIZE (yuzu-emu-yuzu-s20211002-21ed944ff_GH0.tar.gz) = 3971538 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 00:43:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 10CC76AD257; Sun, 3 Oct 2021 00:43:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMQ7G6vwYz3kGC; Sun, 3 Oct 2021 00:43:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD5AD1C9BD; Sun, 3 Oct 2021 00:43:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1930h67k046892; Sun, 3 Oct 2021 00:43:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1930h6uR046891; Sun, 3 Oct 2021 00:43:06 GMT (envelope-from git) Date: Sun, 3 Oct 2021 00:43:06 GMT Message-Id: <202110030043.1930h6uR046891@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: e0a537a13d14 - main - cad/netgen: Update to 6.2.2105. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e0a537a13d1481d2733c88af450808c83140730e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 00:43:07 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0a537a13d1481d2733c88af450808c83140730e commit e0a537a13d1481d2733c88af450808c83140730e Author: Stephen Montgomery-Smith AuthorDate: 2021-10-03 00:42:40 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-10-03 00:42:40 +0000 cad/netgen: Update to 6.2.2105. --- cad/netgen/Makefile | 2 +- cad/netgen/distinfo | 6 +++--- cad/netgen/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 6edee31b0864..272d2e46615a 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -1,7 +1,7 @@ # Created by: Thierry Thomas PORTNAME= netgen -PORTVERSION= 6.2.2104 +PORTVERSION= 6.2.2105 DISTVERSIONPREFIX= v CATEGORIES= cad diff --git a/cad/netgen/distinfo b/cad/netgen/distinfo index 87948e6b0a49..f611064951f2 100644 --- a/cad/netgen/distinfo +++ b/cad/netgen/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1626389245 -SHA256 (NGSolve-netgen-v6.2.2104_GH0.tar.gz) = 0a7f1b8d2d67707a2bd3540d80a83c8b2a81875ba80d715f0c29ba09927865ad -SIZE (NGSolve-netgen-v6.2.2104_GH0.tar.gz) = 3342086 +TIMESTAMP = 1633221366 +SHA256 (NGSolve-netgen-v6.2.2105_GH0.tar.gz) = 0caf91173d252f536e33a0b370b79af9c4fbbb63f4f419479c9dacccbff4beb8 +SIZE (NGSolve-netgen-v6.2.2105_GH0.tar.gz) = 3372181 SHA256 (NGSolve-pybind11-v2.4.3_GH0.tar.gz) = 1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d SIZE (NGSolve-pybind11-v2.4.3_GH0.tar.gz) = 571127 diff --git a/cad/netgen/pkg-plist b/cad/netgen/pkg-plist index 48ce2cd4bf00..3f3188f3ebb9 100644 --- a/cad/netgen/pkg-plist +++ b/cad/netgen/pkg-plist @@ -12,10 +12,12 @@ include/core/memtracer.hpp include/core/mpi_wrapper.hpp include/core/ngcore.hpp include/core/ngcore_api.hpp +include/core/ngstream.hpp include/core/paje_trace.hpp include/core/profiler.hpp include/core/python_ngcore.hpp include/core/ranges.hpp +include/core/register_archive.hpp include/core/signal.hpp include/core/simd.hpp include/core/simd_arm64.hpp @@ -228,6 +230,7 @@ lib/libvisual.so %%PYTHON_SITELIBDIR%%/netgen/occ.py %%PYTHON_SITELIBDIR%%/netgen/read_gmsh.py %%PYTHON_SITELIBDIR%%/netgen/stl.py +%%PYTHON_SITELIBDIR%%/netgen/webgui.py %%PYTHON_SITELIBDIR%%/pyngcore%%PYTHON_EXT_SUFFIX%%.so %%DATADIR%%/boundarycondition.geo %%DATADIR%%/boxcyl.geo From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 02:59:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C75516AE3E6; Sun, 3 Oct 2021 02:59:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMT94543nz3qb9; Sun, 3 Oct 2021 02:59:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E3F11E732; Sun, 3 Oct 2021 02:59:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1932xqND019174; Sun, 3 Oct 2021 02:59:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1932xqtY019173; Sun, 3 Oct 2021 02:59:52 GMT (envelope-from git) Date: Sun, 3 Oct 2021 02:59:52 GMT Message-Id: <202110030259.1932xqtY019173@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Eric Turgeon Subject: git: d9d5bb5fe11e - main - editors/sublime-text4: add linux-c7-curl to RUN_DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ericbsd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d9d5bb5fe11eae793eba53ebf6ac7e79a5605a9a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 02:59:52 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9d5bb5fe11eae793eba53ebf6ac7e79a5605a9a commit d9d5bb5fe11eae793eba53ebf6ac7e79a5605a9a Author: Eric Turgeon AuthorDate: 2021-10-03 02:17:03 +0000 Commit: Eric Turgeon CommitDate: 2021-10-03 02:17:03 +0000 editors/sublime-text4: add linux-c7-curl to RUN_DEPENDS --- editors/sublime-text4/Makefile | 6 ++++-- editors/sublime-text4/files/patch-sublime_text.desktop | 2 +- editors/sublime-text4/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/editors/sublime-text4/Makefile b/editors/sublime-text4/Makefile index e9201e385d70..502c282df97b 100644 --- a/editors/sublime-text4/Makefile +++ b/editors/sublime-text4/Makefile @@ -1,7 +1,7 @@ -# Created by: Eric TUrgeon PORTNAME= sublime-text4 PORTVERSION= 4116 +PORTREVISION= 1 CATEGORIES= editors linux MASTER_SITES= http://download.sublimetext.com/ @@ -16,6 +16,8 @@ LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and aarch64 +RUN_DEPENDS= linux-c7-curl>0:ftp/linux-c7-curl + USES= desktop-file-utils gnome linux tar:xz INSTALLS_ICONS= yes USE_LINUX= gtk3 @@ -44,6 +46,6 @@ do-install: ${CHMOD} +x ${STAGEDIR}${DATADIR}/plugin_host-3.3 ${CHMOD} +x ${STAGEDIR}${DATADIR}/plugin_host-3.8 ${CHMOD} +x ${STAGEDIR}${DATADIR}/sublime_text - ${INSTALL_SCRIPT} ${WRKDIR}/sublime-text ${STAGEDIR}${PREFIX}/bin/sublime-text + ${INSTALL_SCRIPT} ${WRKDIR}/sublime-text ${STAGEDIR}${PREFIX}/bin/sublime_text .include diff --git a/editors/sublime-text4/files/patch-sublime_text.desktop b/editors/sublime-text4/files/patch-sublime_text.desktop index 1ccb121ea289..efed61849d8b 100644 --- a/editors/sublime-text4/files/patch-sublime_text.desktop +++ b/editors/sublime-text4/files/patch-sublime_text.desktop @@ -5,7 +5,7 @@ GenericName=Text Editor Comment=Sophisticated text editor for code, markup and prose -Exec=/opt/sublime_text/sublime_text %F -+Exec=sublime-text %F ++Exec=sublime_text %F Terminal=false MimeType=text/plain; Icon=sublime-text diff --git a/editors/sublime-text4/pkg-plist b/editors/sublime-text4/pkg-plist index 9d17e35b6adf..e974a0cbd9ed 100644 --- a/editors/sublime-text4/pkg-plist +++ b/editors/sublime-text4/pkg-plist @@ -1,4 +1,4 @@ -bin/sublime-text +bin/sublime_text share/applications/sublime_text.desktop share/icons/hicolor/128x128/apps/sublime-text.png share/icons/hicolor/16x16/apps/sublime-text.png From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 02:59:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC7A36AEFBB; Sun, 3 Oct 2021 02:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMT955zx9z3qVX; Sun, 3 Oct 2021 02:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB5121E672; Sun, 3 Oct 2021 02:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1932xros019198; Sun, 3 Oct 2021 02:59:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1932xrSs019197; Sun, 3 Oct 2021 02:59:53 GMT (envelope-from git) Date: Sun, 3 Oct 2021 02:59:53 GMT Message-Id: <202110030259.1932xrSs019197@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Eric Turgeon Subject: git: 1e90dc825195 - main - devel/sublime-merge: new ports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ericbsd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1e90dc8251955ca3bbf2bbe8af0924d53d9206d8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 02:59:54 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e90dc8251955ca3bbf2bbe8af0924d53d9206d8 commit 1e90dc8251955ca3bbf2bbe8af0924d53d9206d8 Author: Eric Turgeon AuthorDate: 2021-10-03 02:59:25 +0000 Commit: Eric Turgeon CommitDate: 2021-10-03 02:59:25 +0000 devel/sublime-merge: new ports Sublime Merge is a Graphical Git Client from the creators of Sublime Text. It is powered by the same performant cross-platform GUI toolkit and syntax highlighting engine used in Sublime Text. Sublime Merge wraps around the core Git functionality, so when you're using Sublime Merge, you're using Git. This commit is pushed with Sublime Merge --- devel/Makefile | 1 + devel/sublime-merge/Makefile | 44 ++++++++++++++ devel/sublime-merge/distinfo | 6 ++ devel/sublime-merge/files/LICENSE.txt | 21 +++++++ .../files/patch-sublime_merge.desktop | 19 ++++++ devel/sublime-merge/files/sublime-merge.in | 2 + devel/sublime-merge/pkg-descr | 6 ++ devel/sublime-merge/pkg-plist | 71 ++++++++++++++++++++++ 8 files changed, 170 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 92edb0753658..6671bc68ec53 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6990,6 +6990,7 @@ SUBDIR += stuffbin SUBDIR += stxxl SUBDIR += stylua + SUBDIR += sublime-merge SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-lts diff --git a/devel/sublime-merge/Makefile b/devel/sublime-merge/Makefile new file mode 100644 index 000000000000..c6777d467dfb --- /dev/null +++ b/devel/sublime-merge/Makefile @@ -0,0 +1,44 @@ +PORTNAME= sublime-merge +PORTVERSION= 2059 +CATEGORIES= devel linux +MASTER_SITES= https://download.sublimetext.com/ + +MAINTAINER= ericbsd@FreeBSD.org +COMMENT= Cross-platform Git client, done the Sublime Text way + +LICENSE= SUBLIMEHQ +LICENSE_NAME= End User License Agreement +LICENSE_FILE= ${FILESDIR}/LICENSE.txt +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept + +ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and arm64 + +USES= desktop-file-utils gnome linux tar:xz +INSTALLS_ICONS= yes +USE_LINUX= gtk3 + +NO_BUILD= yes +SUB_FILES= sublime-merge + +WRKSRC= ${WRKDIR}/sublime_merge + +DISTNAME_amd64= sublime_merge_build_${PORTVERSION}_x64 +DISTNAME_aarch64= sublime_merge_build_${PORTVERSION}_arm64 + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ + @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ + @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ + @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/ + @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ + ${INSTALL_DATA} ${WRKSRC}/Icon/16x16/sublime-merge.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ + ${INSTALL_DATA} ${WRKSRC}/Icon/32x32/sublime-merge.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ + ${INSTALL_DATA} ${WRKSRC}/Icon/48x48/sublime-merge.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ + ${INSTALL_DATA} ${WRKSRC}/Icon/128x128/sublime-merge.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/ + ${INSTALL_DATA} ${WRKSRC}/Icon/256x256/sublime-merge.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ + ${INSTALL_DATA} ${WRKSRC}/sublime_merge.desktop ${STAGEDIR}${PREFIX}/share/applications/ + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/sublime-merge ${STAGEDIR}${PREFIX}/bin/sublime_merge + +.include diff --git a/devel/sublime-merge/distinfo b/devel/sublime-merge/distinfo new file mode 100644 index 000000000000..fcd02a11384a --- /dev/null +++ b/devel/sublime-merge/distinfo @@ -0,0 +1,6 @@ +TIMESTAMP = 1633225655 +SHA256 (sublime_merge_build_2059_x64.tar.xz) = eef0cd29290371d06afa400335d37fb6a6f30b1888fb53a017b248c4b43e6e83 +SIZE (sublime_merge_build_2059_x64.tar.xz) = 4734420 +TIMESTAMP = 1633228428 +SHA256 (sublime_merge_build_2059_arm64.tar.xz) = 8b9e70daa4a4023ac2853a9f49b205de63bc8763cff559487a3db272df681eb1 +SIZE (sublime_merge_build_2059_arm64.tar.xz) = 4703732 diff --git a/devel/sublime-merge/files/LICENSE.txt b/devel/sublime-merge/files/LICENSE.txt new file mode 100644 index 000000000000..24bd2025212f --- /dev/null +++ b/devel/sublime-merge/files/LICENSE.txt @@ -0,0 +1,21 @@ + The SOFTWARE PRODUCT (SUBLIME TEXT and SUBLIME MERGE) is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold. + + LICENSES + The SOFTWARE PRODUCT is licensed as follows: + Installation and Usage. + Licenses are per user and valid for use on all supported operating systems. License keys may be used on multiple computers and operating systems, provided the license key holder is the primary user. Businesses must purchase at least as many licenses as the number of people using the SOFTWARE PRODUCT. + Backup Copies. + You may make copies of the license key and or the SOFTWARE PRODUCT for backup and archival purposes. + DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS + Maintenance of Copyright Notices. + You must not remove or alter any copyright notices on any copy of the SOFTWARE PRODUCT. + Distribution. + You may not distribute or sell license keys or the SOFTWARE PRODUCT to third parties. Licenses will be revoked if distributed or sold to third parties. + Rental. + You may not rent, lease, or lend the license key or the SOFTWARE PRODUCT. + COPYRIGHT + All title, including but not limited to copyrights, in and to the SOFTWARE PRODUCT and any copies thereof are owned by SUBLIME HQ PTY LTD. + NO WARRANTIES + SUBLIME HQ PTY LTD expressly disclaims any warranty for the SOFTWARE PRODUCT, which is provided 'as is' without any express or implied warranty of any kind, including but not limited to any warranties of merchantability, non-infringement, or fitness of a particular purpose. + LIMITATION OF LIABILITY + In no event shall SUBLIME HQ PTY LTD be liable for any damages due to use of the SOFTWARE PRODUCT, to the maximum extent permitted by law. This includes without limitation, lost profits, business interruption, or lost information. In no event will SUBLIME HQ PTY LTD be liable for loss of data or for indirect, special, incidental, consequential (including lost profit), or other damages. SUBLIME HQ PTY LTD shall have no liability with respect to the content of the SOFTWARE PRODUCT or any part thereof, including but not limited to errors or omissions contained therein, libel, trademark rights, business interruption, loss of privacy or the disclosure of confidential information. diff --git a/devel/sublime-merge/files/patch-sublime_merge.desktop b/devel/sublime-merge/files/patch-sublime_merge.desktop new file mode 100644 index 000000000000..d3a9cd1143ec --- /dev/null +++ b/devel/sublime-merge/files/patch-sublime_merge.desktop @@ -0,0 +1,19 @@ +--- sublime_merge.desktop.orig 2021-05-17 02:56:17 UTC ++++ sublime_merge.desktop +@@ -4,15 +4,10 @@ + Name=Sublime Merge + GenericName=Git Client + Comment=Sublime Merge is a Git client, from the makers of Sublime Text +-Exec=/opt/sublime_merge/sublime_merge %F ++Exec=sublime_merge %F + Terminal=false + MimeType=text/plain; + Icon=sublime-merge + Categories=Development; + StartupNotify=true +-Actions=new-window; + +-[Desktop Action new-window] +-Name=New Window +-Exec=/opt/sublime_merge/sublime_merge --launch-or-new-window +-OnlyShowIn=Unity; diff --git a/devel/sublime-merge/files/sublime-merge.in b/devel/sublime-merge/files/sublime-merge.in new file mode 100644 index 000000000000..ee973bcc21c2 --- /dev/null +++ b/devel/sublime-merge/files/sublime-merge.in @@ -0,0 +1,2 @@ +#! /bin/sh +exec %%DATADIR%%/sublime_merge "$@" diff --git a/devel/sublime-merge/pkg-descr b/devel/sublime-merge/pkg-descr new file mode 100644 index 000000000000..398fbe2228df --- /dev/null +++ b/devel/sublime-merge/pkg-descr @@ -0,0 +1,6 @@ +Sublime Merge is a Graphical Git Client from the creators of Sublime Text. +It is powered by the same performant cross-platform GUI toolkit and syntax +highlighting engine used in Sublime Text. Sublime Merge wraps around the +core Git functionality, so when you're using Sublime Merge, you're using Git. + +WWW: https://www.sublimemerge.com/ diff --git a/devel/sublime-merge/pkg-plist b/devel/sublime-merge/pkg-plist new file mode 100644 index 000000000000..68a348f229aa --- /dev/null +++ b/devel/sublime-merge/pkg-plist @@ -0,0 +1,71 @@ +bin/sublime_merge +share/applications/sublime_merge.desktop +share/icons/hicolor/128x128/apps/sublime-merge.png +share/icons/hicolor/16x16/apps/sublime-merge.png +share/icons/hicolor/256x256/apps/sublime-merge.png +share/icons/hicolor/32x32/apps/sublime-merge.png +share/icons/hicolor/48x48/apps/sublime-merge.png +%%DATADIR%%/Icon/128x128/sublime-merge.png +%%DATADIR%%/Icon/16x16/sublime-merge.png +%%DATADIR%%/Icon/256x256/sublime-merge.png +%%DATADIR%%/Icon/32x32/sublime-merge.png +%%DATADIR%%/Icon/48x48/sublime-merge.png +%%DATADIR%%/Packages/ASP.sublime-package +%%DATADIR%%/Packages/ActionScript.sublime-package +%%DATADIR%%/Packages/AppleScript.sublime-package +%%DATADIR%%/Packages/Batch File.sublime-package +%%DATADIR%%/Packages/C#.sublime-package +%%DATADIR%%/Packages/C++.sublime-package +%%DATADIR%%/Packages/CSS.sublime-package +%%DATADIR%%/Packages/Clojure.sublime-package +%%DATADIR%%/Packages/Color Scheme - Default.sublime-package +%%DATADIR%%/Packages/Color Scheme - Legacy.sublime-package +%%DATADIR%%/Packages/D.sublime-package +%%DATADIR%%/Packages/Default - Merge.sublime-package +%%DATADIR%%/Packages/Default.sublime-package +%%DATADIR%%/Packages/Erlang.sublime-package +%%DATADIR%%/Packages/Git Formats.sublime-package +%%DATADIR%%/Packages/Go.sublime-package +%%DATADIR%%/Packages/Graphviz.sublime-package +%%DATADIR%%/Packages/Groovy.sublime-package +%%DATADIR%%/Packages/HTML.sublime-package +%%DATADIR%%/Packages/Haskell.sublime-package +%%DATADIR%%/Packages/JSON.sublime-package +%%DATADIR%%/Packages/Java.sublime-package +%%DATADIR%%/Packages/JavaScript.sublime-package +%%DATADIR%%/Packages/LaTeX.sublime-package +%%DATADIR%%/Packages/Language - English.sublime-package +%%DATADIR%%/Packages/Lisp.sublime-package +%%DATADIR%%/Packages/Lua.sublime-package +%%DATADIR%%/Packages/Makefile.sublime-package +%%DATADIR%%/Packages/Markdown.sublime-package +%%DATADIR%%/Packages/Matlab.sublime-package +%%DATADIR%%/Packages/OCaml.sublime-package +%%DATADIR%%/Packages/Objective-C.sublime-package +%%DATADIR%%/Packages/PHP.sublime-package +%%DATADIR%%/Packages/Pascal.sublime-package +%%DATADIR%%/Packages/Perl.sublime-package +%%DATADIR%%/Packages/Python.sublime-package +%%DATADIR%%/Packages/R.sublime-package +%%DATADIR%%/Packages/Rails.sublime-package +%%DATADIR%%/Packages/Regular Expressions.sublime-package +%%DATADIR%%/Packages/RestructuredText.sublime-package +%%DATADIR%%/Packages/Ruby.sublime-package +%%DATADIR%%/Packages/Rust.sublime-package +%%DATADIR%%/Packages/SQL.sublime-package +%%DATADIR%%/Packages/Scala.sublime-package +%%DATADIR%%/Packages/ShellScript.sublime-package +%%DATADIR%%/Packages/TCL.sublime-package +%%DATADIR%%/Packages/Text.sublime-package +%%DATADIR%%/Packages/Textile.sublime-package +%%DATADIR%%/Packages/Theme - Default.sublime-package +%%DATADIR%%/Packages/Theme - Merge.sublime-package +%%DATADIR%%/Packages/XML.sublime-package +%%DATADIR%%/Packages/YAML.sublime-package +%%DATADIR%%/changelog.txt +%%DATADIR%%/crash_reporter +%%DATADIR%%/git-credential-sublime +%%DATADIR%%/ssh-askpass-sublime +@(,,555) %%DATADIR%%/sublime_merge +%%DATADIR%%/sublime_merge.desktop +%%DATADIR%%/sublime_merge.desktop.orig From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 03:01:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B9DB76AF18D; Sun, 3 Oct 2021 03:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMTBg4Gqjz3qj8; Sun, 3 Oct 2021 03:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 742C61E73E; Sun, 3 Oct 2021 03:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19331Fq6029499; Sun, 3 Oct 2021 03:01:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19331FCU029498; Sun, 3 Oct 2021 03:01:15 GMT (envelope-from git) Date: Sun, 3 Oct 2021 03:01:15 GMT Message-Id: <202110030301.19331FCU029498@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: f8e6e0746be5 - main - math/R-cran-RcppArmadillo: Update to 0.10.7.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f8e6e0746be53afb1a2dd9a82f0f48c1e1542b03 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 03:01:15 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8e6e0746be53afb1a2dd9a82f0f48c1e1542b03 commit f8e6e0746be53afb1a2dd9a82f0f48c1e1542b03 Author: TAKATSU Tomonari AuthorDate: 2021-10-02 07:18:39 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-10-03 03:01:02 +0000 math/R-cran-RcppArmadillo: Update to 0.10.7.0.0 --- math/R-cran-RcppArmadillo/Makefile | 2 +- math/R-cran-RcppArmadillo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index 6f3e21c69400..ba4dfb4126da 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= RcppArmadillo -PORTVERSION= 0.10.6.0.0 +PORTVERSION= 0.10.7.0.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo index e02d84203d9f..be6621290f60 100644 --- a/math/R-cran-RcppArmadillo/distinfo +++ b/math/R-cran-RcppArmadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626506498 -SHA256 (RcppArmadillo_0.10.6.0.0.tar.gz) = 9b80deebb91df0960a4881f96dfeac6aecd4e86ed60ccecce2b5165aa6439dad -SIZE (RcppArmadillo_0.10.6.0.0.tar.gz) = 1673880 +TIMESTAMP = 1633159112 +SHA256 (RcppArmadillo_0.10.7.0.0.tar.gz) = 01a8eac49d5b2bcefcba076f0ee7b234bee3d22d54d7f4d56d9a6ae7cbea65f4 +SIZE (RcppArmadillo_0.10.7.0.0.tar.gz) = 1675477 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 03:06:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A46A6AF2CC; Sun, 3 Oct 2021 03:06:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMTJY02tBz3rCF; Sun, 3 Oct 2021 03:06:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2A4C1EB3F; Sun, 3 Oct 2021 03:06:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19336Kko034582; Sun, 3 Oct 2021 03:06:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19336KWr034581; Sun, 3 Oct 2021 03:06:20 GMT (envelope-from git) Date: Sun, 3 Oct 2021 03:06:20 GMT Message-Id: <202110030306.19336KWr034581@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 321ef1789109 - main - graphics/py-glfw: Update to 2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 321ef1789109a4b46659366fa5e1bfc9650d66f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 03:06:21 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=321ef1789109a4b46659366fa5e1bfc9650d66f4 commit 321ef1789109a4b46659366fa5e1bfc9650d66f4 Author: Neel Chauhan AuthorDate: 2021-10-03 03:00:03 +0000 Commit: Neel Chauhan CommitDate: 2021-10-03 03:06:17 +0000 graphics/py-glfw: Update to 2.3.0 --- graphics/py-glfw/Makefile | 2 +- graphics/py-glfw/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/py-glfw/Makefile b/graphics/py-glfw/Makefile index 41edec38a10b..64e25d3ab5a4 100644 --- a/graphics/py-glfw/Makefile +++ b/graphics/py-glfw/Makefile @@ -1,5 +1,5 @@ PORTNAME= glfw -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-glfw/distinfo b/graphics/py-glfw/distinfo index 4bd4260f469f..19a24595a235 100644 --- a/graphics/py-glfw/distinfo +++ b/graphics/py-glfw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631938108 -SHA256 (glfw-2.2.0.tar.gz) = f103ca946d316ed60f62e96a1c780625b9ce1d9112fd0e255d0b9e8a85c94985 -SIZE (glfw-2.2.0.tar.gz) = 28332 +TIMESTAMP = 1633229951 +SHA256 (glfw-2.3.0.tar.gz) = e305884ac8f92fe22a0ac02095b26c858702b49873240cff089225b4f89aaa80 +SIZE (glfw-2.3.0.tar.gz) = 28391 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 03:06:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F5616AEECE; Sun, 3 Oct 2021 03:06:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMTJZ0wl6z3r4Y; Sun, 3 Oct 2021 03:06:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 013B91EAD8; Sun, 3 Oct 2021 03:06:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19336Ln0034606; Sun, 3 Oct 2021 03:06:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19336LeH034605; Sun, 3 Oct 2021 03:06:21 GMT (envelope-from git) Date: Sun, 3 Oct 2021 03:06:21 GMT Message-Id: <202110030306.19336LeH034605@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 3b497278eb0f - main - net/ns3: Update to 3.35 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3b497278eb0ff0227038a928d46c6ef24de424b1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 03:06:22 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b497278eb0ff0227038a928d46c6ef24de424b1 commit 3b497278eb0ff0227038a928d46c6ef24de424b1 Author: Neel Chauhan AuthorDate: 2021-10-03 03:06:08 +0000 Commit: Neel Chauhan CommitDate: 2021-10-03 03:06:17 +0000 net/ns3: Update to 3.35 --- net/ns3/Makefile | 2 +- net/ns3/distinfo | 6 ++--- net/ns3/pkg-plist | 76 ++++++++++++++++++++++++++++++------------------------- 3 files changed, 46 insertions(+), 38 deletions(-) diff --git a/net/ns3/Makefile b/net/ns3/Makefile index 45573ed0ae10..e0f6590fcbba 100644 --- a/net/ns3/Makefile +++ b/net/ns3/Makefile @@ -1,5 +1,5 @@ PORTNAME= ns3 -PORTVERSION= 3.34 +PORTVERSION= 3.35 CATEGORIES= net education MASTER_SITES= https://www.nsnam.org/release/ DISTNAME= ns-allinone-${PORTVERSION} diff --git a/net/ns3/distinfo b/net/ns3/distinfo index 0d34c14396ed..99e7ff15553b 100644 --- a/net/ns3/distinfo +++ b/net/ns3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626474899 -SHA256 (ns-allinone-3.34.tar.bz2) = 75c13a29c468117ecddb2392dea86eb37eb5d25cda89c4fbbf5fbef6b47e2d03 -SIZE (ns-allinone-3.34.tar.bz2) = 28938226 +TIMESTAMP = 1633230025 +SHA256 (ns-allinone-3.35.tar.bz2) = 25e07a95349847b3e453d3af29a94545a4f869b1c6b4d860900cb7718fb1a618 +SIZE (ns-allinone-3.35.tar.bz2) = 29087879 diff --git a/net/ns3/pkg-plist b/net/ns3/pkg-plist index 89a25eb15919..08798f1775b9 100644 --- a/net/ns3/pkg-plist +++ b/net/ns3/pkg-plist @@ -146,12 +146,14 @@ bin/ns%%VERSION%%-mesh%%DEBUG_SUFX%% bin/ns%%VERSION%%-mixed-global-routing%%DEBUG_SUFX%% bin/ns%%VERSION%%-mixed-wired-wireless%%DEBUG_SUFX%% bin/ns%%VERSION%%-mobility-trace-example%%DEBUG_SUFX%% +bin/ns%%VERSION%%-nix-double-wifi bin/ns%%VERSION%%-nix-simple%%DEBUG_SUFX%% bin/ns%%VERSION%%-nix-simple-multi-address bin/ns%%VERSION%%-nms-p2p-nix%%DEBUG_SUFX%% bin/ns%%VERSION%%-ns2-mobility-trace%%DEBUG_SUFX%% bin/ns%%VERSION%%-object-names%%DEBUG_SUFX%% bin/ns%%VERSION%%-olsr-hna%%DEBUG_SUFX%% +bin/ns%%VERSION%%-outdoor-group-mobility-example bin/ns%%VERSION%%-outdoor-random-walk-example%%DEBUG_SUFX%% bin/ns%%VERSION%%-packet-socket-apps%%DEBUG_SUFX%% bin/ns%%VERSION%%-pfifo-vs-red%%DEBUG_SUFX%% @@ -166,6 +168,7 @@ bin/ns%%VERSION%%-red-tests%%DEBUG_SUFX%% bin/ns%%VERSION%%-red-vs-ared%%DEBUG_SUFX%% bin/ns%%VERSION%%-red-vs-fengadaptive%%DEBUG_SUFX%% bin/ns%%VERSION%%-red-vs-nlred%%DEBUG_SUFX%% +bin/ns%%VERSION%%-reference-point-group-mobility-example bin/ns%%VERSION%%-resources-counters%%DEBUG_SUFX%% bin/ns%%VERSION%%-rip-simple-network%%DEBUG_SUFX%% bin/ns%%VERSION%%-ripng-simple-network%%DEBUG_SUFX%% @@ -561,6 +564,7 @@ include/ns%%VERSION%%/ns3/global-value.h include/ns%%VERSION%%/ns3/gnuplot-aggregator.h include/ns%%VERSION%%/ns3/gnuplot-helper.h include/ns%%VERSION%%/ns3/gnuplot.h +include/ns%%VERSION%%/ns3/group-mobility-helper.h include/ns%%VERSION%%/ns3/half-duplex-ideal-phy-signal-parameters.h include/ns%%VERSION%%/ns3/half-duplex-ideal-phy.h include/ns%%VERSION%%/ns3/hash-fnv.h @@ -822,6 +826,7 @@ include/ns%%VERSION%%/ns3/mobility-module.h include/ns%%VERSION%%/ns3/mpdu-aggregator.h include/ns%%VERSION%%/ns3/mq-queue-disc.h include/ns%%VERSION%%/ns3/msdu-aggregator.h +include/ns%%VERSION%%/ns3/mu-edca-parameter-set.h include/ns%%VERSION%%/ns3/mu-snr-tag.h include/ns%%VERSION%%/ns3/multi-model-spectrum-channel.h include/ns%%VERSION%%/ns3/multi-user-scheduler.h @@ -833,7 +838,9 @@ include/ns%%VERSION%%/ns3/net-device.h include/ns%%VERSION%%/ns3/netanim-module.h include/ns%%VERSION%%/ns3/network-module.h include/ns%%VERSION%%/ns3/nist-error-rate-model.h +include/ns%%VERSION%%/ns3/nix-vector-helper.h include/ns%%VERSION%%/ns3/nix-vector-routing-module.h +include/ns%%VERSION%%/ns3/nix-vector-routing.h include/ns%%VERSION%%/ns3/nix-vector.h include/ns%%VERSION%%/ns3/no-backhaul-epc-helper.h include/ns%%VERSION%%/ns3/no-op-component-carrier-manager.h @@ -1262,73 +1269,74 @@ include/ns%%VERSION%%/ns3/yans-error-rate-model.h include/ns%%VERSION%%/ns3/yans-wifi-channel.h include/ns%%VERSION%%/ns3/yans-wifi-helper.h include/ns%%VERSION%%/ns3/yans-wifi-phy.h -lib/libns%%VERSION%%-antenna-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-antenna%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-aodv-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-antenna-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-aodv%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-applications-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-aodv-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-applications%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-applications-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-bridge%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-buildings-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-buildings%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-buildings-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-config-store%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-core-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-core%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-csma-layout%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-core-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-csma%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-dsdv-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-csma-layout%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-dsdv%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-dsr-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-dsdv-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-dsr%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-energy-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-dsr-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-energy%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-flow-monitor-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-energy-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-flow-monitor%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-internet-apps-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-flow-monitor-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-internet%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-internet-apps%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-internet-apps-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-internet-test%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-internet%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-lr-wpan-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-lr-wpan%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-lte-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-lr-wpan-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-lte%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-mesh-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-lte-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-mesh%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-mobility-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-mesh-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-mobility%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-netanim-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-mobility-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-netanim%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-network-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-netanim-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-network%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-network-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-nix-vector-routing%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-olsr-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-nix-vector-routing-test.so lib/libns%%VERSION%%-olsr%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-olsr-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-point-to-point%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-point-to-point-layout%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-point-to-point-test%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-point-to-point%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-propagation-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-propagation%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-sixlowpan-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-propagation-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-sixlowpan%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-spectrum-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-sixlowpan-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-spectrum%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-stats-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-spectrum-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-stats%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-test-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-stats-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-test%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-topology-read-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-test-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-topology-read%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-traffic-control-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-topology-read-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-traffic-control%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-uan-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-traffic-control-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-uan%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-uan-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-virtual-net-device%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-wave-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-wave%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-wifi-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-wave-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-wifi%%DEBUG_SUFX%%.so -lib/libns%%VERSION%%-wimax-test%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-wifi-test%%DEBUG_SUFX%%.so lib/libns%%VERSION%%-wimax%%DEBUG_SUFX%%.so +lib/libns%%VERSION%%-wimax-test%%DEBUG_SUFX%%.so libdata/pkgconfig/libns%%VERSION%%-antenna%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-aodv%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-applications%%DEBUG_SUFX%%.pc @@ -1336,14 +1344,14 @@ libdata/pkgconfig/libns%%VERSION%%-bridge%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-buildings%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-config-store%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-core%%DEBUG_SUFX%%.pc -libdata/pkgconfig/libns%%VERSION%%-csma-layout%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-csma%%DEBUG_SUFX%%.pc +libdata/pkgconfig/libns%%VERSION%%-csma-layout%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-dsdv%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-dsr%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-energy%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-flow-monitor%%DEBUG_SUFX%%.pc -libdata/pkgconfig/libns%%VERSION%%-internet-apps%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-internet%%DEBUG_SUFX%%.pc +libdata/pkgconfig/libns%%VERSION%%-internet-apps%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-lr-wpan%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-lte%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-mesh%%DEBUG_SUFX%%.pc @@ -1352,8 +1360,8 @@ libdata/pkgconfig/libns%%VERSION%%-netanim%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-network%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-nix-vector-routing%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-olsr%%DEBUG_SUFX%%.pc -libdata/pkgconfig/libns%%VERSION%%-point-to-point-layout%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-point-to-point%%DEBUG_SUFX%%.pc +libdata/pkgconfig/libns%%VERSION%%-point-to-point-layout%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-propagation%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-sixlowpan%%DEBUG_SUFX%%.pc libdata/pkgconfig/libns%%VERSION%%-spectrum%%DEBUG_SUFX%%.pc From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 03:12:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B45D06AF1C1; Sun, 3 Oct 2021 03:12:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMTRL4fjzz3rTj; Sun, 3 Oct 2021 03:12:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 771D41EE58; Sun, 3 Oct 2021 03:12:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1933CEB5047309; Sun, 3 Oct 2021 03:12:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1933CEmJ047308; Sun, 3 Oct 2021 03:12:14 GMT (envelope-from git) Date: Sun, 3 Oct 2021 03:12:14 GMT Message-Id: <202110030312.1933CEmJ047308@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Eric Turgeon Subject: git: 8162a8f301c1 - main - editors/sublime-text4: fixed sublime_text.desktop MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ericbsd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8162a8f301c110a870a1fc5792136ac62e929432 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 03:12:14 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8162a8f301c110a870a1fc5792136ac62e929432 commit 8162a8f301c110a870a1fc5792136ac62e929432 Author: Eric Turgeon AuthorDate: 2021-10-03 03:11:08 +0000 Commit: Eric Turgeon CommitDate: 2021-10-03 03:12:03 +0000 editors/sublime-text4: fixed sublime_text.desktop --- editors/sublime-text4/Makefile | 5 ----- editors/sublime-text4/files/patch-sublime_text.desktop | 6 +++--- editors/sublime-text4/pkg-plist | 8 ++++---- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/editors/sublime-text4/Makefile b/editors/sublime-text4/Makefile index 502c282df97b..f31804698cea 100644 --- a/editors/sublime-text4/Makefile +++ b/editors/sublime-text4/Makefile @@ -1,4 +1,3 @@ - PORTNAME= sublime-text4 PORTVERSION= 4116 PORTREVISION= 1 @@ -42,10 +41,6 @@ do-install: .endfor ${INSTALL_DATA} ${WRKSRC}/sublime_text.desktop ${STAGEDIR}${PREFIX}/share/applications/ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - ${CHMOD} +x ${STAGEDIR}${DATADIR}/crash_reporter - ${CHMOD} +x ${STAGEDIR}${DATADIR}/plugin_host-3.3 - ${CHMOD} +x ${STAGEDIR}${DATADIR}/plugin_host-3.8 - ${CHMOD} +x ${STAGEDIR}${DATADIR}/sublime_text ${INSTALL_SCRIPT} ${WRKDIR}/sublime-text ${STAGEDIR}${PREFIX}/bin/sublime_text .include diff --git a/editors/sublime-text4/files/patch-sublime_text.desktop b/editors/sublime-text4/files/patch-sublime_text.desktop index efed61849d8b..9ed68f75a4c3 100644 --- a/editors/sublime-text4/files/patch-sublime_text.desktop +++ b/editors/sublime-text4/files/patch-sublime_text.desktop @@ -1,6 +1,6 @@ ---- sublime_text.desktop.orig 2021-06-10 19:48:40.157165000 -0300 -+++ sublime_text.desktop 2021-06-10 19:49:50.909919000 -0300 -@@ -4,20 +4,9 @@ +--- sublime_text.desktop.orig 2021-09-29 05:18:37 UTC ++++ sublime_text.desktop +@@ -4,20 +4,9 @@ Type=Application Name=Sublime Text GenericName=Text Editor Comment=Sophisticated text editor for code, markup and prose diff --git a/editors/sublime-text4/pkg-plist b/editors/sublime-text4/pkg-plist index e974a0cbd9ed..b8e3c5ab7f9b 100644 --- a/editors/sublime-text4/pkg-plist +++ b/editors/sublime-text4/pkg-plist @@ -76,11 +76,11 @@ share/icons/hicolor/48x48/apps/sublime-text.png %%DATADIR%%/Packages/XML.sublime-package %%DATADIR%%/Packages/YAML.sublime-package %%DATADIR%%/changelog.txt -%%DATADIR%%/crash_reporter +@(,,555) %%DATADIR%%/crash_reporter %%DATADIR%%/libcrypto.so.1.1 %%DATADIR%%/libssl.so.1.1 -%%DATADIR%%/plugin_host-3.3 -%%DATADIR%%/plugin_host-3.8 -%%DATADIR%%/sublime_text +@(,,555) %%DATADIR%%/plugin_host-3.3 +@(,,555) %%DATADIR%%/plugin_host-3.8 +@(,,555) %%DATADIR%%/sublime_text %%DATADIR%%/sublime_text.desktop %%DATADIR%%/sublime_text.desktop.orig From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 03:24:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99EC26AF698; Sun, 3 Oct 2021 03:24:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMTjL3y8Bz3rYg; Sun, 3 Oct 2021 03:24:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 681FA1F213; Sun, 3 Oct 2021 03:24:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1933OM8l060540; Sun, 3 Oct 2021 03:24:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1933OM13060539; Sun, 3 Oct 2021 03:24:22 GMT (envelope-from git) Date: Sun, 3 Oct 2021 03:24:22 GMT Message-Id: <202110030324.1933OM13060539@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: dfb848912e94 - main - security/nss: update to 3.71 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dfb848912e944de670be3675fed55f0d2c476303 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 03:24:22 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfb848912e944de670be3675fed55f0d2c476303 commit dfb848912e944de670be3675fed55f0d2c476303 Author: Jan Beich AuthorDate: 2021-09-30 12:41:14 +0000 Commit: Jan Beich CommitDate: 2021-10-03 03:24:05 +0000 security/nss: update to 3.71 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.71_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_71_RTM --- security/nss/Makefile | 2 +- security/nss/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/nss/Makefile b/security/nss/Makefile index 7da406d3058f..dc4b23d60b8b 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -1,7 +1,7 @@ # Created by: Maxim Sobolev PORTNAME= nss -PORTVERSION= 3.70 +PORTVERSION= 3.71 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src diff --git a/security/nss/distinfo b/security/nss/distinfo index 4998b3ca24bb..bfbce7aab465 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630777870 -SHA256 (nss-3.70.tar.gz) = 2b89abb8601ee405be8ac5b5703d71f1fb38a51c3a64a3d834387f78b325511b -SIZE (nss-3.70.tar.gz) = 83917362 +TIMESTAMP = 1633005674 +SHA256 (nss-3.71.tar.gz) = 99acd315d9af35419cda4a6960f00a7d446bd231bd407174a7b07cb3dba0c253 +SIZE (nss-3.71.tar.gz) = 83927933 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 03:31:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49A426AF1F5; Sun, 3 Oct 2021 03:31:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMTsK1b1Dz3rp9; Sun, 3 Oct 2021 03:31:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 166401F225; Sun, 3 Oct 2021 03:31:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1933VHKU073426; Sun, 3 Oct 2021 03:31:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1933VHeN073425; Sun, 3 Oct 2021 03:31:17 GMT (envelope-from git) Date: Sun, 3 Oct 2021 03:31:17 GMT Message-Id: <202110030331.1933VHeN073425@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Eric Turgeon Subject: git: c317da586bf5 - main - devel/sublime-text4: added missing arm64 in distinfo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ericbsd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c317da586bf5f49f3f9ca171a256cc0ef4420911 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 03:31:17 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c317da586bf5f49f3f9ca171a256cc0ef4420911 commit c317da586bf5f49f3f9ca171a256cc0ef4420911 Author: Eric Turgeon AuthorDate: 2021-10-03 03:30:57 +0000 Commit: Eric Turgeon CommitDate: 2021-10-03 03:31:06 +0000 devel/sublime-text4: added missing arm64 in distinfo --- editors/sublime-text4/distinfo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editors/sublime-text4/distinfo b/editors/sublime-text4/distinfo index 46035112854d..34e414627e81 100644 --- a/editors/sublime-text4/distinfo +++ b/editors/sublime-text4/distinfo @@ -1,3 +1,6 @@ TIMESTAMP = 1633124175 SHA256 (sublime_text_build_4116_x64.tar.xz) = 2dfdd8fc3434ab482fb2b203fab3e5d39fd87d67538daa105e79f0e649372842 SIZE (sublime_text_build_4116_x64.tar.xz) = 17174748 +TIMESTAMP = 1633231579 +SHA256 (sublime_text_build_4116_arm64.tar.xz) = 2b772881ee8edfb67195ee57130bea2bfefb4751c9f725a51c23c0e12fea862d +SIZE (sublime_text_build_4116_arm64.tar.xz) = 16479920 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 03:51:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AB70D6AF668; Sun, 3 Oct 2021 03:51:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMVKC4Hc9z3sxf; Sun, 3 Oct 2021 03:51:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7398F1EF57; Sun, 3 Oct 2021 03:51:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1933px2K000310; Sun, 3 Oct 2021 03:51:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1933pxiD000309; Sun, 3 Oct 2021 03:51:59 GMT (envelope-from git) Date: Sun, 3 Oct 2021 03:51:59 GMT Message-Id: <202110030351.1933pxiD000309@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 347972126e5e - main - games/swell-foop: Update to 41.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 347972126e5ea8f5cad3cd85277f8574ec36d82f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 03:51:59 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=347972126e5ea8f5cad3cd85277f8574ec36d82f commit 347972126e5ea8f5cad3cd85277f8574ec36d82f Author: Neel Chauhan AuthorDate: 2021-10-03 03:51:39 +0000 Commit: Neel Chauhan CommitDate: 2021-10-03 03:51:56 +0000 games/swell-foop: Update to 41.0.1 --- games/swell-foop/Makefile | 3 +-- games/swell-foop/distinfo | 6 +++--- games/swell-foop/pkg-plist | 10 ++++++++++ 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/games/swell-foop/Makefile b/games/swell-foop/Makefile index 6a2199bc009c..538f4ed7cbd2 100644 --- a/games/swell-foop/Makefile +++ b/games/swell-foop/Makefile @@ -1,8 +1,7 @@ # Created by: FreeBSD GNOME Team PORTNAME= swell-foop -PORTVERSION= 40.1 -PORTREVISION= 1 +PORTVERSION= 41.0.1 CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/games/swell-foop/distinfo b/games/swell-foop/distinfo index 497aef92374a..ab5574b7279f 100644 --- a/games/swell-foop/distinfo +++ b/games/swell-foop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629301532 -SHA256 (gnome/swell-foop-40.1.tar.xz) = c1070d8a88fa43dc56a85e8bba07e9d89d8f8898cf9ed6b838e81f8d1e58249f -SIZE (gnome/swell-foop-40.1.tar.xz) = 821744 +TIMESTAMP = 1633231217 +SHA256 (gnome/swell-foop-41.0.1.tar.xz) = 6042ff313c6c87d564827c703696b3b209136c3fc39fe264a6efa4e3059383d8 +SIZE (gnome/swell-foop-41.0.1.tar.xz) = 758800 diff --git a/games/swell-foop/pkg-plist b/games/swell-foop/pkg-plist index 82097519256d..63490d6522f1 100644 --- a/games/swell-foop/pkg-plist +++ b/games/swell-foop/pkg-plist @@ -101,6 +101,16 @@ share/help/fr/swell-foop/preferences.page share/help/fr/swell-foop/score.page share/help/fr/swell-foop/start.page share/help/fr/swell-foop/strategy.page +share/help/ko/swell-foop/figures/logo.png +share/help/ko/swell-foop/figures/start-game.png +share/help/ko/swell-foop/index.page +share/help/ko/swell-foop/introduction.page +share/help/ko/swell-foop/legal.xml +share/help/ko/swell-foop/playing-game.page +share/help/ko/swell-foop/preferences.page +share/help/ko/swell-foop/score.page +share/help/ko/swell-foop/start.page +share/help/ko/swell-foop/strategy.page share/help/hu/swell-foop/figures/logo.png share/help/hu/swell-foop/figures/start-game.png share/help/hu/swell-foop/index.page From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 04:54:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CAB8A6B064F; Sun, 3 Oct 2021 04:54:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMWjm5Hyqz3wJp; Sun, 3 Oct 2021 04:54:52 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633236892; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=07JVFIZgGgCLlnJq6imjXHOWPKWjj1uC2kLyVjeY75M=; b=SnxWEzafNhIAMX4+GhgIs+FYYa6V60g5vEH/mrOpDf9KYGCmIus9YcLnnHrt4slYELdv4P CoI7il6MDLnA16kkLRnmKzZripyBWWD+p162ZRTAXJ3MJ8sOI94u6wMYWvDzIWiKy8kzza Wlu44zp6ZYMcGThmKSwOaM6QNBZsbnP+rx15jrQjYJqpza/xIYzPWUIfvGaCg8U73xK/dm 2XhWJZipkuicrxpmBASgNcTZRVzZUW8PaYxDhg9LVPl1xmDkBW5Fc+evtElwNLf8bh+vj7 OHXeXHxztTTLrbAvP2+XpLOM6ytKmE+vpYPXbLDM/mBuPXj3kUyEjTDnaIe3wA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8F8973BC7; Sun, 3 Oct 2021 04:54:52 +0000 (UTC) Date: Sun, 3 Oct 2021 04:54:52 +0000 From: Alexey Dokuchaev To: Eric Turgeon Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 1e90dc825195 - main - devel/sublime-merge: new ports Message-ID: References: <202110030259.1932xrSs019197@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202110030259.1932xrSs019197@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633236892; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=07JVFIZgGgCLlnJq6imjXHOWPKWjj1uC2kLyVjeY75M=; b=YbyDRhNgzOlyKmQ7llJnH+YrYKvqt7+De3Z3w5e6OnsAm3MLihwJD7GSspAy+n/rD+SJcF hQ62nH9pvQbpOK9mi/BdmYz22riDryfy2lZqqSiE9gZ2oD07D2xAOXdY0ycJJ32vw42amp 4CpCqP4ARVmbfMXuJdtyf33xjAaIcJe73E9QNEngQHTXWxLGYICWG8wXM6n9jMlp4RYIGl gD2pVYHxnV+9IdOV7for+uf5Iyj+/QZNKAdATDmudXrJA2ANRKpkvVCcFs3bGyFhHJwncc lzIx08sSwJS6EyxTdoZsw8kT1o0Pn0fWiabmPh1UUZhowvjUlVun1N5dUfxcYQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633236892; a=rsa-sha256; cv=none; b=XmmEV1FIyhUqc9SZnyu4++oxb988AFaUrXQCBKQmy+yIfjKwC+rjgtA7xPR1obpvu65MdH 9edk2NAJ2TY6U1bkYVtZYRhbGX4JmsRBwRexJ8ytBtOIhCXUD2aF23Afs5a9mF9hu7wXkX 8P+QNJVCpbZT3UNHBQmKlHo1xGXo0h8Gf/lMY4r/kgl4n+5qW7VBHTWhfzke+MZqQAnfpO V+rW38G51AylJ5CsTqjjyY7kEk3gFAOgC5X5B4h3idKsZ9pBl77xqkPA9JuyDByNAeljM1 Yn9oVezpdm37NCKJUsVJw5VPfVGQT8xjQTq45jotdEatUV5LdAYNHJ/ZMo6NEw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 04:54:52 -0000 On Sun, Oct 03, 2021 at 02:59:53AM +0000, Eric Turgeon wrote: > commit 1e90dc8251955ca3bbf2bbe8af0924d53d9206d8 > > devel/sublime-merge: new ports > > ... > +USE_LINUX= gtk3 > + > +NO_BUILD= yes Can you please stop adding Linux binary-only ports without linux- prefix? ./danfe From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 05:02:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 16D2B6AFBFA; Sun, 3 Oct 2021 05:02:21 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMWtP04VFz3wCS; Sun, 3 Oct 2021 05:02:21 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633237341; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cUe3z0ZAROp3PCWDT3EWvotJyKXZcJ9qzc0LQw/klbE=; b=vazzWSpjrNiHko8nFGc3DCGBNnx7HVDWOPNI00uKuNwObfxDpkpoOLC5s7VE7ykGYFy/yo EnFANguq0AIw7HM0h/npkSY5Lx+AaEsclgxjwna2O6105NhN7/hxD3nU2j3kArMIIefnrA sO/YvSqZkQ0a7X+6g38Y6chA/Hwmim7ZjK/tK1+LBQDMJgWEg/ZfOASwvFAT8K5onAXS8o gI8J/FzO3+w6u53TWFLutYCbBMHUsfTqXtrPdpXIi0pxRZw7lfEr7aJQDwzeKTSsHH+zfo Yfud6arjRjbtRMKnr5dw+ttYHLcIy8CEkZAMxEkIL1DbfEaHWQE098DlBSJroA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id DF7613E10; Sun, 3 Oct 2021 05:02:20 +0000 (UTC) Date: Sun, 3 Oct 2021 05:02:20 +0000 From: Alexey Dokuchaev To: Piotr Kubaj Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: fb5f03a87cf4 - main - Mk/bsd.lto.mk: add global LTO support for ports Message-ID: References: <202109301834.18UIYKrL013410@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109301834.18UIYKrL013410@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1633237341; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cUe3z0ZAROp3PCWDT3EWvotJyKXZcJ9qzc0LQw/klbE=; b=Y1NgxVjjcsrqEKrWaCYNofAo5hG2F830y1+nQ/Pxi/bWgMu8G8o/xdYvliBMXtBlIl0jY/ nbz45yqfcAGuXrhvu3VRA2zIcp/afHwFM7vtGQGkvfDm6YatZ+7kVBh2RQUwe8vktlJgwZ mzb1MeMJKx0xo/UaDloShEoZ4ZRQgNoWkNRYH0UuRXrUoUlvc5+kIGiSyY4q8aU9HCccgd MopW12enDd/Fk5D4VMDC2mA4tfNpDvi7mam8s2I5KqawN1FnpQ5FwWAQg18uVl5MMJPL/7 Kkbo//sHM+Uwu2UJS9DjksM09zknqBOCUEUrDp92q8w3B2ydeHIU61EivFFyfA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1633237341; a=rsa-sha256; cv=none; b=S58+mZlILgGmQaicz6iMzK7F51T/WS930exJznCuzv9cPH2TMYd/9vv7WypF+QzAOmPv2/ L5kRXp3ZgZRr9gNEC6Yt3nzKE3cOQAVY+AljWmVB7smBMQmpRf07SAro1mEAqI6x8YB5WO LUZ60/zw4gt2WKx8Z3gDBFmQmUms7dXEwTpeCIABNcEoLMSUnEL7VnGbNhwzCRtyUN9a1M kzg7zWHo7v3t/yk63Wgwka7biKoG0yfEofNDzMXhlJJKIzlWfx8nDF2fwjanV5zzLXNW+o 59Zl6wIhnBwdrauA88wgWHfUaPgWi9S2oc/dcqpHH+6MQKFaY6odgllrlLV+GA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 05:02:21 -0000 On Thu, Sep 30, 2021 at 06:34:20PM +0000, Piotr Kubaj wrote: > commit fb5f03a87cf432751fae1f0ae7f29c9d4fc65917 > > Mk/bsd.lto.mk: add global LTO support for ports > > It's well known that LTO provides both performance and size benefits > for binaries. It's also well known that it may easily require tens (or is it hundreds these days already?) gigs of RAM which pretty much rules out regular users who build ports on their commodity laptops and desktops with ~4-8 GB worth of RAM. > Add preliminary, opt-in support for global LTO enforcement to ports. That said, thanks for making it opt-in. ./danfe From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 05:12:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 288A16B0E86; Sun, 3 Oct 2021 05:12:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMX5j0WLFz4Rbc; Sun, 3 Oct 2021 05:12:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6367204D6; Sun, 3 Oct 2021 05:12:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1935C8sX008325; Sun, 3 Oct 2021 05:12:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1935C8li008324; Sun, 3 Oct 2021 05:12:08 GMT (envelope-from git) Date: Sun, 3 Oct 2021 05:12:08 GMT Message-Id: <202110030512.1935C8li008324@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 0ed42dc5e3ff - main - multimedia/intel-media-sdk: correct typo in Solaris code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0ed42dc5e3ffb6d9f8289c4471afe7095e313ea1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 05:12:09 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ed42dc5e3ffb6d9f8289c4471afe7095e313ea1 commit 0ed42dc5e3ffb6d9f8289c4471afe7095e313ea1 Author: Jan Beich AuthorDate: 2021-10-03 05:11:48 +0000 Commit: Jan Beich CommitDate: 2021-10-03 05:11:48 +0000 multimedia/intel-media-sdk: correct typo in Solaris code --- multimedia/intel-media-sdk/files/patch-gettid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/intel-media-sdk/files/patch-gettid b/multimedia/intel-media-sdk/files/patch-gettid index cb665dc49a3d..c19bd7332836 100644 --- a/multimedia/intel-media-sdk/files/patch-gettid +++ b/multimedia/intel-media-sdk/files/patch-gettid @@ -41,7 +41,7 @@ tools/tracer/dumps/../loggers/thread_info.h:38:34: error: use of undeclared iden + #elif defined(__OpenBSD__) + return (long)getthrid(); + #elif defined(__sun) -+ return (long)thr_self()(); ++ return (long)thr_self(); + #else + return (long)(uintptr_t)pthread_self(); #endif From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 05:38:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 967766B1AEC; Sun, 3 Oct 2021 05:38:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMXhM3k8Tz4TK8; Sun, 3 Oct 2021 05:38:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B5C720D03; Sun, 3 Oct 2021 05:38:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1935chPu036741; Sun, 3 Oct 2021 05:38:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1935ch4j036740; Sun, 3 Oct 2021 05:38:43 GMT (envelope-from git) Date: Sun, 3 Oct 2021 05:38:43 GMT Message-Id: <202110030538.1935ch4j036740@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: ff1e979c0f1a - main - net-mgmt/netdata: simplify LTO default after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ff1e979c0f1aeb1c08445d57b40f2c81032c4785 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 05:38:43 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff1e979c0f1aeb1c08445d57b40f2c81032c4785 commit ff1e979c0f1aeb1c08445d57b40f2c81032c4785 Author: Jan Beich AuthorDate: 2021-10-03 05:30:53 +0000 Commit: Jan Beich CommitDate: 2021-10-03 05:38:16 +0000 net-mgmt/netdata: simplify LTO default after 620968a43a5f --- net-mgmt/netdata/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 8726e8e58be3..118a94db9ee9 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -55,10 +55,7 @@ PLIST_SUB= NETDATA_CACHE=${NETDATA_CACHE} \ NETDATA_PERST=${NETDATA_PERST} OPTIONS_DEFINE= CLOUD CUPS DBENGINE FREEIPMI GOPLUGIN LTO -OPTIONS_DEFAULT= DBENGINE -OPTIONS_DEFAULT_FreeBSD_12= LTO -OPTIONS_DEFAULT_FreeBSD_13= LTO -OPTIONS_DEFAULT_FreeBSD_14= LTO +OPTIONS_DEFAULT= DBENGINE LTO OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} OPTIONS_EXCLUDE_powerpc64= LTO OPTIONS_EXCLUDE_riscv64= LTO From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 07:00:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C17C6B2B49; Sun, 3 Oct 2021 07:00:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMZVb04Mdz4YxC; Sun, 3 Oct 2021 07:00:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D68F521BD2; Sun, 3 Oct 2021 07:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19370MK4052112; Sun, 3 Oct 2021 07:00:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19370MEs052111; Sun, 3 Oct 2021 07:00:22 GMT (envelope-from git) Date: Sun, 3 Oct 2021 07:00:22 GMT Message-Id: <202110030700.19370MEs052111@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: 05382993a167 - main - emulators/wine: Enable OPENAL by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 05382993a167f8965069743a1d0b54efe63717ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 07:00:23 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=05382993a167f8965069743a1d0b54efe63717ed commit 05382993a167f8965069743a1d0b54efe63717ed Author: Gerald Pfeifer AuthorDate: 2021-10-03 06:59:51 +0000 Commit: Gerald Pfeifer CommitDate: 2021-10-03 06:59:51 +0000 emulators/wine: Enable OPENAL by default This mirrors commit 78468490119038048dd220377e1bed1771fe46a6 to emulators/wine-devel. PR: 258375 --- emulators/wine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 48b46f86a617..17d8397745a3 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -65,7 +65,7 @@ SUB_FILES= pkg-message PORTDATA= wine.inf OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS LDAP LIBXSLT MPG123 OPENAL SDL V4L VKD3D WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=GNUTLS X11 +OPTIONS_DEFAULT=GNUTLS OPENAL X11 OPTIONS_SUB= yes DOSBOX_DESC= Use DOSBox to run MS-DOS programs From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 07:21:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B24A66B2E92; Sun, 3 Oct 2021 07:21:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMZyn4Z46z4Zkc; Sun, 3 Oct 2021 07:21:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CD0B21C67; Sun, 3 Oct 2021 07:21:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1937LLkM080391; Sun, 3 Oct 2021 07:21:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1937LLsH080390; Sun, 3 Oct 2021 07:21:21 GMT (envelope-from git) Date: Sun, 3 Oct 2021 07:21:21 GMT Message-Id: <202110030721.1937LLsH080390@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: c42e7c8b81f7 - main - games/dxx-rebirth: unbreak MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c42e7c8b81f79a82b9f0c663b949e4e3f7ef6234 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 07:21:21 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=c42e7c8b81f79a82b9f0c663b949e4e3f7ef6234 commit c42e7c8b81f79a82b9f0c663b949e4e3f7ef6234 Author: Antoine Brodin AuthorDate: 2021-10-03 07:21:10 +0000 Commit: Antoine Brodin CommitDate: 2021-10-03 07:21:10 +0000 games/dxx-rebirth: unbreak --- games/dxx-rebirth/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/dxx-rebirth/Makefile b/games/dxx-rebirth/Makefile index 6c6857293e0e..b7900874db52 100644 --- a/games/dxx-rebirth/Makefile +++ b/games/dxx-rebirth/Makefile @@ -1,3 +1,4 @@ +PORTNAME= dxx-rebirth PORTVERSION= 20210922 DISTVERSIONSUFFIX= -src CATEGORIES= games From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 08:07:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4FD6D6B3990; Sun, 3 Oct 2021 08:07:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMc0W1W35z4dgD; Sun, 3 Oct 2021 08:07:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F41922745; Sun, 3 Oct 2021 08:07:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19387swL036478; Sun, 3 Oct 2021 08:07:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19387stU036477; Sun, 3 Oct 2021 08:07:54 GMT (envelope-from git) Date: Sun, 3 Oct 2021 08:07:54 GMT Message-Id: <202110030807.19387stU036477@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: 7d739f978594 - main - www/node10: unbreak (restore a deleted patch) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7d739f978594b81db2d1701db8e27579027d9d7a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 08:07:55 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d739f978594b81db2d1701db8e27579027d9d7a commit 7d739f978594b81db2d1701db8e27579027d9d7a Author: Antoine Brodin AuthorDate: 2021-10-03 08:07:33 +0000 Commit: Antoine Brodin CommitDate: 2021-10-03 08:07:33 +0000 www/node10: unbreak (restore a deleted patch) --- www/node10/files/patch-common.gypi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/www/node10/files/patch-common.gypi b/www/node10/files/patch-common.gypi new file mode 100644 index 000000000000..a2b67b90d25a --- /dev/null +++ b/www/node10/files/patch-common.gypi @@ -0,0 +1,18 @@ +--- common.gypi.orig 2021-01-04 14:30:16 UTC ++++ common.gypi +@@ -512,15 +512,6 @@ + 'libraries': [ '-lelf' ], + }], + ['OS=="freebsd"', { +- 'conditions': [ +- ['"0" < llvm_version < "4.0"', { +- # Use this flag because on FreeBSD std::pairs copy constructor is non-trivial. +- # Doesn't apply to llvm 4.0 (FreeBSD 11.1) or later. +- # Refs: https://lists.freebsd.org/pipermail/freebsd-toolchain/2016-March/002094.html +- # Refs: https://svnweb.freebsd.org/ports/head/www/node/Makefile?revision=444555&view=markup +- 'cflags': [ '-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1' ], +- }], +- ], + 'ldflags': [ + '-Wl,--export-dynamic', + ], From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 08:22:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90B316B3C0A; Sun, 3 Oct 2021 08:22:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMcKs3ZMXz4f6r; Sun, 3 Oct 2021 08:22:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51FEC22CD1; Sun, 3 Oct 2021 08:22:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1938Mv9I062578; Sun, 3 Oct 2021 08:22:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1938MvA7062577; Sun, 3 Oct 2021 08:22:57 GMT (envelope-from git) Date: Sun, 3 Oct 2021 08:22:57 GMT Message-Id: <202110030822.1938MvA7062577@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "=?utf-8?Q?Alexandre C. Guimar=C3=A3es?=" Subject: git: 20bd83eda5bd - main - editors/texstudio: Update to 4.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rigoletto X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 20bd83eda5bd4c3e559cb5f01cbfac02904d56f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 08:22:57 -0000 The branch main has been updated by rigoletto: URL: https://cgit.FreeBSD.org/ports/commit/?id=20bd83eda5bd4c3e559cb5f01cbfac02904d56f6 commit 20bd83eda5bd4c3e559cb5f01cbfac02904d56f6 Author: Alexandre C. Guimarães AuthorDate: 2021-10-03 08:22:06 +0000 Commit: Alexandre C. Guimarães CommitDate: 2021-10-03 08:22:06 +0000 editors/texstudio: Update to 4.0.0 --- editors/texstudio/Makefile | 8 ++++---- editors/texstudio/distinfo | 6 +++--- editors/texstudio/pkg-plist | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 55f46dce17cb..a9c51aa52823 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -1,6 +1,5 @@ PORTNAME= texstudio -DISTVERSION= 3.1.2 -PORTREVISION= 5 +DISTVERSION= 4.0.0 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org @@ -17,8 +16,9 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ USES= compiler:c++11-lang desktop-file-utils dos2unix \ ghostscript:run gl pkgconfig qmake qt:5 xorg -USE_QT = core gui network script svg widgets xml \ - printsupport concurrent uitools buildtools_build +USE_QT = core declarative gui network script svg widgets \ + xml printsupport concurrent uitools \ + buildtools_build QTVER_SUFFIX= 5 USE_XORG= x11 diff --git a/editors/texstudio/distinfo b/editors/texstudio/distinfo index 91310e610b9d..48af33c9c8e9 100644 --- a/editors/texstudio/distinfo +++ b/editors/texstudio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621010721 -SHA256 (texstudio-org-texstudio-3.1.2_GH0.tar.gz) = 7251f8e6f2b17395c428e9ff13bfc2c58e5f07ec09aae1036ab912dcf89f6fad -SIZE (texstudio-org-texstudio-3.1.2_GH0.tar.gz) = 83987451 +TIMESTAMP = 1633231194 +SHA256 (texstudio-org-texstudio-4.0.0_GH0.tar.gz) = ab541160525be8442aedcdbe4acb33e07518d6362ab819a16bbcd558ff39731c +SIZE (texstudio-org-texstudio-4.0.0_GH0.tar.gz) = 88426776 diff --git a/editors/texstudio/pkg-plist b/editors/texstudio/pkg-plist index 0f7e5671d5f7..1079822c038b 100644 --- a/editors/texstudio/pkg-plist +++ b/editors/texstudio/pkg-plist @@ -148,6 +148,7 @@ share/metainfo/texstudio.appdata.xml %%DATADIR%%/texstudio_sk.qm %%DATADIR%%/texstudio_sv.qm %%DATADIR%%/texstudio_tr_TR.qm +%%DATADIR%%/texstudio_ug.qm %%DATADIR%%/texstudio_uk.qm %%DATADIR%%/texstudio_vi.qm %%DATADIR%%/texstudio_zh_CN.qm From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 08:43:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE5E96B3BDD; Sun, 3 Oct 2021 08:43:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMcnp60fqz4gmv; Sun, 3 Oct 2021 08:43:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ADF4923459; Sun, 3 Oct 2021 08:43:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1938hgMZ088665; Sun, 3 Oct 2021 08:43:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1938hgAd088664; Sun, 3 Oct 2021 08:43:42 GMT (envelope-from git) Date: Sun, 3 Oct 2021 08:43:42 GMT Message-Id: <202110030843.1938hgAd088664@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Juraj Lutter Subject: git: b459a33a10d3 - main - net-mgmt/unifi6: Update to 6.4.54 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b459a33a10d3f7d1c5c0e0d6dc8eaa376b403be6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 08:43:43 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=b459a33a10d3f7d1c5c0e0d6dc8eaa376b403be6 commit b459a33a10d3f7d1c5c0e0d6dc8eaa376b403be6 Author: Juraj Lutter AuthorDate: 2021-09-22 21:37:36 +0000 Commit: Juraj Lutter CommitDate: 2021-10-03 08:41:53 +0000 net-mgmt/unifi6: Update to 6.4.54 Release notes: https://community.ui.com/releases/r/network/6.4.54 --- net-mgmt/unifi6/Makefile | 2 +- net-mgmt/unifi6/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-mgmt/unifi6/Makefile b/net-mgmt/unifi6/Makefile index 764c9e465cfa..b2cf57cb9872 100644 --- a/net-mgmt/unifi6/Makefile +++ b/net-mgmt/unifi6/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifi6 -PORTVERSION= 6.2.26 +PORTVERSION= 6.4.54 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ https://repo1.maven.org/maven2/%SUBDIR%/:jax diff --git a/net-mgmt/unifi6/distinfo b/net-mgmt/unifi6/distinfo index 5b68eea2d033..2061ab82a301 100644 --- a/net-mgmt/unifi6/distinfo +++ b/net-mgmt/unifi6/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1624305210 -SHA256 (unifi6-6.2.26/unifi_sysvinit_all.deb) = 03fad6646a0b665da2ffecaa1b271a9e8028c89dc9cfaaf7064382b205a0bc96 -SIZE (unifi6-6.2.26/unifi_sysvinit_all.deb) = 127737600 -SHA256 (unifi6-6.2.26/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 -SIZE (unifi6-6.2.26/javax.activation-api-1.2.0.jar) = 56674 +TIMESTAMP = 1632346643 +SHA256 (unifi6-6.4.54/unifi_sysvinit_all.deb) = 2fd55a62d19ca98053f18a6f0292a8cd069375ee80a8e44ef48732730fc9e017 +SIZE (unifi6-6.4.54/unifi_sysvinit_all.deb) = 134151806 +SHA256 (unifi6-6.4.54/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 +SIZE (unifi6-6.4.54/javax.activation-api-1.2.0.jar) = 56674 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 08:54:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 469516B40ED; Sun, 3 Oct 2021 08:54:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMd2W1B1Vz4hb8; Sun, 3 Oct 2021 08:54:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE4152359B; Sun, 3 Oct 2021 08:54:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1938sgbk002481; Sun, 3 Oct 2021 08:54:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1938sgjC002480; Sun, 3 Oct 2021 08:54:42 GMT (envelope-from git) Date: Sun, 3 Oct 2021 08:54:42 GMT Message-Id: <202110030854.1938sgjC002480@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 6014fe2a2fdc - main - science/opensph: 0.3.8 release was moved to include the OpebVDB fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6014fe2a2fdc1ff403c74672bf805a445db2419f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 08:54:43 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6014fe2a2fdc1ff403c74672bf805a445db2419f commit 6014fe2a2fdc1ff403c74672bf805a445db2419f Author: Yuri Victorovich AuthorDate: 2021-10-03 07:31:28 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 08:53:36 +0000 science/opensph: 0.3.8 release was moved to include the OpebVDB fix --- science/opensph/Makefile | 6 +++--- science/opensph/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 744a9cab323c..73954ed012e0 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,5 +1,6 @@ PORTNAME= OpenSPH DISTVERSION= 0.3.8 +PORTREVISION= 1 # accounts for the upstream moving 0.3.8 release, including bugfixes CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -17,7 +18,7 @@ USE_WX= 3.1 GL_SITE= https://gitlab.com GL_ACCOUNT= sevecekp GL_PROJECT= sph -GL_COMMIT= fb6ec33d8fc20324161207aa2951e2e90698c272 +GL_COMMIT= 7de6c044339f649e3d19e61f735a6a24572b792a QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro QMAKE_ARGS= CONFIG+=release @@ -31,7 +32,7 @@ BINARY_ALIAS= wx-config=${LOCALBASE}/bin/wxgtk3u-3.1-config PLIST_FILES= bin/opensph bin/opensph-cli bin/opensph-info OPTIONS_DEFINE= CHAISCRIPT EIGEN HDF5 OPENMP TBB VDB -OPTIONS_DEFAULT= CHAISCRIPT EIGEN HDF5 OPENMP TBB # VDB - broken +OPTIONS_DEFAULT= CHAISCRIPT EIGEN HDF5 OPENMP TBB VDB CHAISCRIPT_DESC= Be able to read and modify particle data from a script CHAISCRIPT_QMAKE_ON= CONFIG+=use_chaiscript @@ -56,7 +57,6 @@ VDB_QMAKE_ON= CONFIG+=use_vdb VDB_LIB_DEPENDS= libImath.so:math/Imath \ libopenvdb.so:misc/openvdb \ libtbb.so:devel/onetbb -VDB_BROKEN= Fails to build, see https://gitlab.com/sevecekp/sph/-/issues/39 do-test: @${REINPLACE_CMD} -e 's|Path(.*|Path("${TEST_WRKSRC}");|' ${WRKSRC}/test/utils/Config.h diff --git a/science/opensph/distinfo b/science/opensph/distinfo index 479f9ebefeef..c2d6f82cf820 100644 --- a/science/opensph/distinfo +++ b/science/opensph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633211138 -SHA256 (sevecekp-sph-fb6ec33d8fc20324161207aa2951e2e90698c272_GL0.tar.gz) = 84ad21c187af8ed7d897aeb0c099af72d8a04e41ce4ad5fe6f7421abd01e2dc2 -SIZE (sevecekp-sph-fb6ec33d8fc20324161207aa2951e2e90698c272_GL0.tar.gz) = 26628931 +TIMESTAMP = 1633245261 +SHA256 (sevecekp-sph-7de6c044339f649e3d19e61f735a6a24572b792a_GL0.tar.gz) = 5992bdc79d4479e82c9e2aa1cb3d6ad3a33e8103f3d5e07c64618f635015a1fe +SIZE (sevecekp-sph-7de6c044339f649e3d19e61f735a6a24572b792a_GL0.tar.gz) = 26628987 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 08:54:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 563C26B43E6; Sun, 3 Oct 2021 08:54:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMd2X1nLSz4hTC; Sun, 3 Oct 2021 08:54:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A2972359C; Sun, 3 Oct 2021 08:54:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1938siXZ002505; Sun, 3 Oct 2021 08:54:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1938siDt002504; Sun, 3 Oct 2021 08:54:44 GMT (envelope-from git) Date: Sun, 3 Oct 2021 08:54:44 GMT Message-Id: <202110030854.1938siDt002504@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: f6c3a49fc9a7 - main - math/curv: Update 0.4-417 -> 0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f6c3a49fc9a7dbbca11753084dbd2a4c99bb2873 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 08:54:44 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6c3a49fc9a7dbbca11753084dbd2a4c99bb2873 commit f6c3a49fc9a7dbbca11753084dbd2a4c99bb2873 Author: Yuri Victorovich AuthorDate: 2021-10-03 07:53:56 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 08:53:37 +0000 math/curv: Update 0.4-417 -> 0.5 Reported by: portscout --- math/curv/Makefile | 20 ++++++----- math/curv/distinfo | 14 ++++---- math/curv/files/patch-CMakeLists.txt | 69 ++++++++++++++++++++++-------------- 3 files changed, 60 insertions(+), 43 deletions(-) diff --git a/math/curv/Makefile b/math/curv/Makefile index 5bfb61816744..2c26a0d50e22 100644 --- a/math/curv/Makefile +++ b/math/curv/Makefile @@ -1,7 +1,5 @@ PORTNAME= curv -DISTVERSION= 0.4-417 -DISTVERSIONSUFFIX= -gf6f8d011 -PORTREVISION= 19 +DISTVERSION= 0.5 CATEGORIES= math lang graphics MAINTAINER= yuri@FreeBSD.org @@ -15,20 +13,24 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libdouble-conversion.so:devel/double-conversion \ libglfw.so:graphics/glfw \ libImath.so:math/Imath \ - libopenvdb.so:misc/openvdb \ - libtbb.so:devel/tbb + libtbb.so:devel/onetbb \ + libopenvdb.so:misc/openvdb USES= cmake compiler:c++14-lang gl localbase:ldflags xorg +USE_GL= gl +USE_XORG= x11 + USE_GITHUB= yes GH_ACCOUNT= curv3d GH_TUPLE= ocornut:imgui:e0cab56:imgui/extern/imgui \ - Tessil:ordered-map:3c14151:om/extern/ordered-map \ - AmokHuginnsson:replxx:9da16bb:replxx/extern/replxx -USE_GL= gl -USE_XORG= x11 + Tessil:ordered-map:4051af7:om/extern/ordered-map \ + AmokHuginnsson:replxx:b901d5f:replxx/extern/replxx + +LDFLAGS+= -lopenvdb PLIST_FILES= bin/curv \ lib/curv/lib/blend.curv \ + lib/curv/lib/builder.curv \ lib/curv/lib/noise.curv \ lib/curv/lib/web_colour.curv \ lib/curv/std.curv \ diff --git a/math/curv/distinfo b/math/curv/distinfo index 968be4efffed..c5de5a8cfbc6 100644 --- a/math/curv/distinfo +++ b/math/curv/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1575783420 -SHA256 (curv3d-curv-0.4-417-gf6f8d011_GH0.tar.gz) = c07be558f3ab6619bf32e97f4562bd1ff748028c0bde1b8fd0b8531bc1c27cdb -SIZE (curv3d-curv-0.4-417-gf6f8d011_GH0.tar.gz) = 16533467 +TIMESTAMP = 1633246172 +SHA256 (curv3d-curv-0.5_GH0.tar.gz) = 4c6949d62653e1ccb6f18cfa298833bfe9941a6a52d2738859f2f6a8c588632a +SIZE (curv3d-curv-0.5_GH0.tar.gz) = 18443440 SHA256 (ocornut-imgui-e0cab56_GH0.tar.gz) = 3a8aa936cf02f39fe49a17aba535b2d3e65a1611725284e62ad4445bbb7d4f2b SIZE (ocornut-imgui-e0cab56_GH0.tar.gz) = 1078436 -SHA256 (Tessil-ordered-map-3c14151_GH0.tar.gz) = 389d6032661b95df1e4fc16c0eb3b5fe34416d03d416d99c367e3db4c5280ed0 -SIZE (Tessil-ordered-map-3c14151_GH0.tar.gz) = 60085 -SHA256 (AmokHuginnsson-replxx-9da16bb_GH0.tar.gz) = 1c3e56db7ca2a0072ff0383e8dc1cfd60e1b5af52206e2f76cdcdccf9a140403 -SIZE (AmokHuginnsson-replxx-9da16bb_GH0.tar.gz) = 56591 +SHA256 (Tessil-ordered-map-4051af7_GH0.tar.gz) = 13d64a071835d96465343c84441ee42aa1a558f9e759da812049839cf0c7499c +SIZE (Tessil-ordered-map-4051af7_GH0.tar.gz) = 68413 +SHA256 (AmokHuginnsson-replxx-b901d5f_GH0.tar.gz) = 485480b0c8da9971ef186f021123c19a77c44e565f6c578d6156d5af632d45e0 +SIZE (AmokHuginnsson-replxx-b901d5f_GH0.tar.gz) = 85903 diff --git a/math/curv/files/patch-CMakeLists.txt b/math/curv/files/patch-CMakeLists.txt index 25ece990b936..926827f3a431 100644 --- a/math/curv/files/patch-CMakeLists.txt +++ b/math/curv/files/patch-CMakeLists.txt @@ -1,60 +1,75 @@ ---- CMakeLists.txt.orig 2019-12-08 04:12:07 UTC +--- CMakeLists.txt.orig 2021-09-29 21:29:01 UTC +++ CMakeLists.txt -@@ -10,18 +10,14 @@ execute_process(COMMAND sh -c "${CMAKE_SOURCE_DIR}/cma +@@ -10,23 +10,23 @@ execute_process(COMMAND sh -c "${CMAKE_SOURCE_DIR}/cma list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g") +#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g") - # Global include directories, visible in subdirectories. + # Configure global include directories, visible in subdirectories. include_directories(. - extern/googletest/googletest/include - extern/double-conversion ++ #extern/double-conversion extern/ordered-map/include -- extern/openvdb extern/blosc extern/stb - extern/glfw/include - extern/glm ++ #extern/glfw/include ++ #extern/glm extern/glad) + if (MSYS) + # On MSYS we use MinGW packages for OpenVDB and GoogleTest + else () + include_directories( + extern/googletest/googletest/include +- extern/openvdb/openvdb) ++ ) + endif () if (APPLE) -@@ -30,6 +26,7 @@ if (APPLE) - link_directories(/usr/local/lib) - endif (APPLE) +@@ -45,6 +45,7 @@ endif (APPLE) + # Libraries + # =============================================== +# REPLxx used to be unbundled, but due to the incompatibilities (see Bug#241205) it was bundled again # REPLxx library file(GLOB ReplxxSrc "extern/replxx/src/*.cxx" "extern/replxx/src/*.cpp") add_library(replxx ${ReplxxSrc}) -@@ -38,10 +35,10 @@ target_include_directories(replxx - PRIVATE extern/replxx/src) - set_property(TARGET replxx PROPERTY CXX_STANDARD 14) +@@ -55,9 +56,9 @@ set_property(TARGET replxx PROPERTY CXX_STANDARD 17) + target_compile_definitions(replxx PRIVATE REPLXX_STATIC=1) --# double-conversion library + # double-conversion library -file(GLOB DoubleConversionSrc "extern/double-conversion/double-conversion/*.cc") -add_library(double-conversion ${DoubleConversionSrc}) --set_property(TARGET double-conversion PROPERTY CXX_STANDARD 14) -+## double-conversion library +-set_property(TARGET double-conversion PROPERTY CXX_STANDARD 17) +#file(GLOB DoubleConversionSrc "extern/double-conversion/double-conversion/*.cc") +#add_library(double-conversion ${DoubleConversionSrc}) -+#set_property(TARGET double-conversion PROPERTY CXX_STANDARD 14) ++#set_property(TARGET double-conversion PROPERTY CXX_STANDARD 17) # glad library, an OpenGL loader add_library(glad -@@ -93,7 +90,7 @@ target_link_libraries(libcurv_geom PUBLIC imgui) +@@ -100,7 +101,7 @@ if (MSYS) + set( LibOpenVDB "openvdb" ) + set( LibHalf "Half" ) + else () +- set( LibOpenVDB "openvdb_static" ) ++ #set( LibOpenVDB "openvdb_static" ) + set( LibHalf "" ) + endif () - file(GLOB Src "curv/*.c" "curv/*.cc") - add_executable(curv ${Src}) --target_link_libraries(curv PUBLIC libcurv_geom libcurv imgui glfw glad ${LibOpenGL} replxx double-conversion boost_iostreams boost_filesystem boost_system openvdb_static Half tbb dl pthread) -+target_link_libraries(curv PUBLIC libcurv_geom libcurv imgui glfw glad ${LibOpenGL} replxx double-conversion boost_iostreams boost_filesystem boost_system openvdb Imath tbb dl pthread) +@@ -194,9 +195,9 @@ if (NOT DEFINED MSYS) + add_library(dummy cmake/dummy.cc) + add_library(Blosc::blosc ALIAS dummy) + add_library(TBB::tbb ALIAS dummy) +- add_subdirectory(extern/openvdb/openvdb/openvdb EXCLUDE_FROM_ALL) +- set_property(TARGET openvdb_static PROPERTY CXX_STANDARD 14) +- add_subdirectory(extern/googletest/googletest EXCLUDE_FROM_ALL) ++ #add_subdirectory(extern/openvdb/openvdb/openvdb EXCLUDE_FROM_ALL) ++ #set_property(TARGET openvdb_static PROPERTY CXX_STANDARD 14) ++ #add_subdirectory(extern/googletest/googletest EXCLUDE_FROM_ALL) + endif () - file(GLOB CurvcSrc "curvc/*.cc") - add_executable(curvc EXCLUDE_FROM_ALL ${CurvcSrc}) -@@ -128,5 +125,3 @@ if (NOT TARGET uninstall) - endif() - - add_subdirectory(extern/googletest/googletest EXCLUDE_FROM_ALL) --add_subdirectory(extern/openvdb/openvdb EXCLUDE_FROM_ALL) -add_subdirectory(extern/glfw EXCLUDE_FROM_ALL) ++#add_subdirectory(extern/glfw EXCLUDE_FROM_ALL) From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 08:54:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B47336B3F66; Sun, 3 Oct 2021 08:54:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMd2Y398Yz4hsw; Sun, 3 Oct 2021 08:54:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FA8823073; Sun, 3 Oct 2021 08:54:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1938sjeW002529; Sun, 3 Oct 2021 08:54:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1938sjH7002528; Sun, 3 Oct 2021 08:54:45 GMT (envelope-from git) Date: Sun, 3 Oct 2021 08:54:45 GMT Message-Id: <202110030854.1938sjH7002528@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 619b5a266095 - main - devel/py-traitlets: Update 5.0.5 -> 5.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 619b5a266095006e52d999196e065cbdca26bce6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 08:54:45 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=619b5a266095006e52d999196e065cbdca26bce6 commit 619b5a266095006e52d999196e065cbdca26bce6 Author: Yuri Victorovich AuthorDate: 2021-10-03 07:59:47 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 08:53:37 +0000 devel/py-traitlets: Update 5.0.5 -> 5.1.0 Reported by: portscout --- devel/py-traitlets/Makefile | 7 +++---- devel/py-traitlets/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-traitlets/Makefile b/devel/py-traitlets/Makefile index 599a118326fe..51d401e23b29 100644 --- a/devel/py-traitlets/Makefile +++ b/devel/py-traitlets/Makefile @@ -1,7 +1,7 @@ # Created by: Yuri Victorovich PORTNAME= traitlets -PORTVERSION= 5.0.5 +PORTVERSION= 5.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,8 @@ COMMENT= Configuration system for Python applications LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython_genutils>0:devel/py-ipython_genutils@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils diff --git a/devel/py-traitlets/distinfo b/devel/py-traitlets/distinfo index 764d7f1d7508..56d7cc0ed4cf 100644 --- a/devel/py-traitlets/distinfo +++ b/devel/py-traitlets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602897824 -SHA256 (traitlets-5.0.5.tar.gz) = 178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396 -SIZE (traitlets-5.0.5.tar.gz) = 128856 +TIMESTAMP = 1633247705 +SHA256 (traitlets-5.1.0.tar.gz) = bd382d7ea181fbbcce157c133db9a829ce06edffe097bcf3ab945b435452b46d +SIZE (traitlets-5.1.0.tar.gz) = 135161 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 08:54:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF62E6B4371; Sun, 3 Oct 2021 08:54:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMd2Z5HPlz4hqZ; Sun, 3 Oct 2021 08:54:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65270232AB; Sun, 3 Oct 2021 08:54:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1938sk6P002553; Sun, 3 Oct 2021 08:54:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1938skkP002552; Sun, 3 Oct 2021 08:54:46 GMT (envelope-from git) Date: Sun, 3 Oct 2021 08:54:46 GMT Message-Id: <202110030854.1938skkP002552@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 31ee12e16fad - main - devel/py-rapidfuzz: Update 1.5.1 -> 1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 31ee12e16fad92d8f8726b67c14baf2b45ad9c7c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 08:54:47 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=31ee12e16fad92d8f8726b67c14baf2b45ad9c7c commit 31ee12e16fad92d8f8726b67c14baf2b45ad9c7c Author: Yuri Victorovich AuthorDate: 2021-10-03 08:12:13 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 08:53:37 +0000 devel/py-rapidfuzz: Update 1.5.1 -> 1.7.1 Reported by: portscout --- devel/py-rapidfuzz/Makefile | 5 ++++- devel/py-rapidfuzz/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/devel/py-rapidfuzz/Makefile b/devel/py-rapidfuzz/Makefile index 3214d5f54a74..79b352fb85b4 100644 --- a/devel/py-rapidfuzz/Makefile +++ b/devel/py-rapidfuzz/Makefile @@ -1,5 +1,5 @@ PORTNAME= rapidfuzz -DISTVERSION= 1.5.1 +DISTVERSION= 1.7.1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,9 @@ COMMENT= Rapid fuzzy string matching in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + USES= compiler:c++11-lang python:3.6+ USE_PYTHON= distutils autoplist diff --git a/devel/py-rapidfuzz/distinfo b/devel/py-rapidfuzz/distinfo index f5c308ad8fad..071d1cf700de 100644 --- a/devel/py-rapidfuzz/distinfo +++ b/devel/py-rapidfuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630574202 -SHA256 (rapidfuzz-1.5.1.tar.gz) = 4ebbd071425ee812548c301c60661a4f8faa5e5bcc97a6f0bef5b562585a8025 -SIZE (rapidfuzz-1.5.1.tar.gz) = 383787 +TIMESTAMP = 1633248034 +SHA256 (rapidfuzz-1.7.1.tar.gz) = 99495c679174b2a02641f7dc2364a208135cacca77fc4825a86efbfe1e23b0ff +SIZE (rapidfuzz-1.7.1.tar.gz) = 526771 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 08:58:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65EC26B44A8; Sun, 3 Oct 2021 08:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMd6K2LDXz4hm6; Sun, 3 Oct 2021 08:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D0F223262; Sun, 3 Oct 2021 08:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1938w15g002928; Sun, 3 Oct 2021 08:58:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1938w10F002927; Sun, 3 Oct 2021 08:58:01 GMT (envelope-from git) Date: Sun, 3 Oct 2021 08:58:01 GMT Message-Id: <202110030858.1938w10F002927@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e9f32a93276e - main - devel/nlohmann-json: Update 3.10.1 -> 3.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e9f32a93276ef361d3acd1702464e470b416a9e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 08:58:01 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9f32a93276ef361d3acd1702464e470b416a9e5 commit e9f32a93276ef361d3acd1702464e470b416a9e5 Author: Yuri Victorovich AuthorDate: 2021-10-03 08:56:25 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 08:56:25 +0000 devel/nlohmann-json: Update 3.10.1 -> 3.10.2 Reported by: portscout --- devel/nlohmann-json/Makefile | 2 +- devel/nlohmann-json/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/nlohmann-json/Makefile b/devel/nlohmann-json/Makefile index 151b56782d5d..c31a799fc22f 100644 --- a/devel/nlohmann-json/Makefile +++ b/devel/nlohmann-json/Makefile @@ -2,7 +2,7 @@ PORTNAME= json DISTVERSIONPREFIX= v -DISTVERSION= 3.10.1 +DISTVERSION= 3.10.2 CATEGORIES= devel PKGNAMEPREFIX= nlohmann- diff --git a/devel/nlohmann-json/distinfo b/devel/nlohmann-json/distinfo index 114f83d9dddf..f32cc540c080 100644 --- a/devel/nlohmann-json/distinfo +++ b/devel/nlohmann-json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629870683 -SHA256 (nlohmann-json-v3.10.1_GH0.tar.gz) = c35d8c867f7cde3f6100c3f5dbe999667f77f075cd802bbd37080bd63ceb94c4 -SIZE (nlohmann-json-v3.10.1_GH0.tar.gz) = 7007608 +TIMESTAMP = 1633248779 +SHA256 (nlohmann-json-v3.10.2_GH0.tar.gz) = 081ed0f9f89805c2d96335c3acfa993b39a0a5b4b4cef7edb68dd2210a13458c +SIZE (nlohmann-json-v3.10.2_GH0.tar.gz) = 7054440 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 10:06:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9933A6B5350; Sun, 3 Oct 2021 10:06:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMfdb3wShz4m7l; Sun, 3 Oct 2021 10:06:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6746724371; Sun, 3 Oct 2021 10:06:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193A6hhE095831; Sun, 3 Oct 2021 10:06:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193A6h5i095830; Sun, 3 Oct 2021 10:06:43 GMT (envelope-from git) Date: Sun, 3 Oct 2021 10:06:43 GMT Message-Id: <202110031006.193A6h5i095830@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 484d5a925f45 - main - lang/intel-compute-runtime: update to 21.39.21127 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 484d5a925f45edee3e5c6621500d9da73d87ecbb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 10:06:43 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=484d5a925f45edee3e5c6621500d9da73d87ecbb commit 484d5a925f45edee3e5c6621500d9da73d87ecbb Author: Jan Beich AuthorDate: 2021-09-17 14:06:15 +0000 Commit: Jan Beich CommitDate: 2021-10-03 09:54:49 +0000 lang/intel-compute-runtime: update to 21.39.21127 Changes: https://github.com/intel/compute-runtime/compare/21.37.20939...21.39.21127 Reported by: GitHub (watch releases) --- lang/intel-compute-runtime/Makefile | 5 ++++- lang/intel-compute-runtime/distinfo | 6 +++--- lang/intel-compute-runtime/files/patch-arch | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index ebd3ab1e73e2..d997dbc39fba 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= compute-runtime -DISTVERSION= 21.37.20939 +DISTVERSION= 21.39.21127 CATEGORIES= lang PKGNAMEPREFIX= intel- PKGNAMESUFFIX= -${FLAVOR} @@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported +BROKEN_i386= shared/source/kernel/implicit_args.h:35:1: error: static_assert failed \ + due to requirement '(sizeof(NEO::ImplicitArgs) & 31) == 0' \ + "Implicit args size need to be aligned to 32" LIB_DEPENDS= libigc.so:devel/intel-graphics-compiler@${FLAVOR} \ libigdgmm.so:multimedia/gmmlib diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo index 1c7b088321da..261e7986800d 100644 --- a/lang/intel-compute-runtime/distinfo +++ b/lang/intel-compute-runtime/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1631283767 -SHA256 (intel-compute-runtime-21.37.20939_GH0.tar.gz) = 306fac63d58fd08c9ae1e5fceab8bb89c2c892c6e1579f66c4d936e5b581eb4b -SIZE (intel-compute-runtime-21.37.20939_GH0.tar.gz) = 4576917 +TIMESTAMP = 1632493414 +SHA256 (intel-compute-runtime-21.39.21127_GH0.tar.gz) = 914623adc6a37cae3c84393dcf7ee6f6b5e23425c823398f446e9c15e7fd28fe +SIZE (intel-compute-runtime-21.39.21127_GH0.tar.gz) = 4666632 SHA256 (aa5a39a2db79.patch) = fc2290d950fed2bcde8fd6ce13cefb64d90ca348ae364a46a480c1d2509f67f9 SIZE (aa5a39a2db79.patch) = 1691 diff --git a/lang/intel-compute-runtime/files/patch-arch b/lang/intel-compute-runtime/files/patch-arch new file mode 100644 index 000000000000..4b9b30f7ef4b --- /dev/null +++ b/lang/intel-compute-runtime/files/patch-arch @@ -0,0 +1,19 @@ +Add more architecture names + +CMake Error at CMakeLists.txt:164 (message): + Unsupported target processor: amd64 + Unsupported target processor: i386 + +--- CMakeLists.txt.orig 2021-09-17 14:06:15 UTC ++++ CMakeLists.txt +@@ -154,6 +154,10 @@ if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64") + set(NEO_TARGET_PROCESSOR "x86_64") + elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64") + set(NEO_TARGET_PROCESSOR "x86_64") ++elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "amd64") ++ set(NEO_TARGET_PROCESSOR "x86_64") ++elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i386") ++ set(NEO_TARGET_PROCESSOR "x86_64") # pre-895e9e511653 code + elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64") + set(NEO_TARGET_PROCESSOR "aarch64") + include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/sse2neon) From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 10:06:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5D046B5272; Sun, 3 Oct 2021 10:06:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMfdc500Bz4m9q; Sun, 3 Oct 2021 10:06:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 799DA24372; Sun, 3 Oct 2021 10:06:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193A6iGu095861; Sun, 3 Oct 2021 10:06:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193A6i0A095860; Sun, 3 Oct 2021 10:06:44 GMT (envelope-from git) Date: Sun, 3 Oct 2021 10:06:44 GMT Message-Id: <202110031006.193A6i0A095860@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 6587d3a4d2ec - main - lang/intel-compute-runtime: drop i386 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6587d3a4d2ecb023ce2625ac948f19b2cf080ba3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 10:06:44 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6587d3a4d2ecb023ce2625ac948f19b2cf080ba3 commit 6587d3a4d2ecb023ce2625ac948f19b2cf080ba3 Author: Jan Beich AuthorDate: 2021-10-02 11:11:42 +0000 Commit: Jan Beich CommitDate: 2021-10-03 09:54:49 +0000 lang/intel-compute-runtime: drop i386 support Probably didn't work, anyway. Upstream works on aarch64 instead. https://github.com/intel/compute-runtime/issues/316 https://github.com/intel/compute-runtime/commit/895e9e511653 --- lang/intel-compute-runtime/Makefile | 11 +--- lang/intel-compute-runtime/files/patch-arch | 5 +- lang/intel-compute-runtime/files/patch-i386 | 88 ----------------------------- 3 files changed, 4 insertions(+), 100 deletions(-) diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index d997dbc39fba..80a51ead864d 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -13,11 +13,8 @@ COMMENT= OpenCL implementation for Intel HD 5000 (Gen8) or newer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported -BROKEN_i386= shared/source/kernel/implicit_args.h:35:1: error: static_assert failed \ - due to requirement '(sizeof(NEO::ImplicitArgs) & 31) == 0' \ - "Implicit args size need to be aligned to 32" LIB_DEPENDS= libigc.so:devel/intel-graphics-compiler@${FLAVOR} \ libigdgmm.so:multimedia/gmmlib @@ -39,10 +36,8 @@ PLIST_FILES= bin/ocloc \ lib/libocloc.so \ ${NULL} -OPTIONS_DEFINE= VAAPI -OPTIONS_DEFAULT=VAAPI -OPTIONS_DEFINE_amd64= L0 -OPTIONS_DEFAULT_amd64= L0 +OPTIONS_DEFINE= L0 VAAPI +OPTIONS_DEFAULT=L0 VAAPI L0_DESC= oneAPI Level Zero support L0_BUILD_DEPENDS= level-zero>=1.0:devel/level-zero diff --git a/lang/intel-compute-runtime/files/patch-arch b/lang/intel-compute-runtime/files/patch-arch index 4b9b30f7ef4b..0a319dba8445 100644 --- a/lang/intel-compute-runtime/files/patch-arch +++ b/lang/intel-compute-runtime/files/patch-arch @@ -2,18 +2,15 @@ Add more architecture names CMake Error at CMakeLists.txt:164 (message): Unsupported target processor: amd64 - Unsupported target processor: i386 --- CMakeLists.txt.orig 2021-09-17 14:06:15 UTC +++ CMakeLists.txt -@@ -154,6 +154,10 @@ if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64") +@@ -154,6 +154,8 @@ if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64") set(NEO_TARGET_PROCESSOR "x86_64") elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64") set(NEO_TARGET_PROCESSOR "x86_64") +elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "amd64") + set(NEO_TARGET_PROCESSOR "x86_64") -+elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i386") -+ set(NEO_TARGET_PROCESSOR "x86_64") # pre-895e9e511653 code elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64") set(NEO_TARGET_PROCESSOR "aarch64") include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/sse2neon) diff --git a/lang/intel-compute-runtime/files/patch-i386 b/lang/intel-compute-runtime/files/patch-i386 deleted file mode 100644 index c82d7a079b91..000000000000 --- a/lang/intel-compute-runtime/files/patch-i386 +++ /dev/null @@ -1,88 +0,0 @@ -Revert BufferObject's size to size_t like before 45a0ceecfbe4 - -shared/source/os_interface/linux/drm_memory_manager.cpp:61:54: error: non-const - lvalue reference to type 'size_t' (aka 'unsigned int') cannot bind to a value of unrelated type 'uint64_t' - (aka 'unsigned long long') - bo->gpuAddress = acquireGpuRange(bo->size, false, rootDeviceIndex, false); - ^~~~~~~~ -shared/source/os_interface/linux/drm_memory_manager.h:66:38: note: passing argument - to parameter 'size' here - uint64_t acquireGpuRange(size_t &size, bool requireSpecificBitness, uint32_t rootDeviceIndex, bool requi... - ^ - -SSE2 is not enabled by default on BSDs - -core/utilities/clflush.cpp:16:5: error: '_mm_clflush' needs target feature sse2 - _mm_clflush(ptr); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:785:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:787:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:789:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:798:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:800:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:803:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:805:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:816:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:818:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:820:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ -shared/source/os_interface/windows/wddm_memory_manager.cpp:822:5: error: '_mm_lfence' needs target feature sse2 - _mm_lfence(); - ^ - ---- shared/source/os_interface/linux/drm_buffer_object.h.orig 2020-05-21 10:39:12 UTC -+++ shared/source/os_interface/linux/drm_buffer_object.h -@@ -55,7 +55,7 @@ class BufferObject { - std::atomic refCount; - - int handle; // i915 gem object handle -- uint64_t size; -+ size_t size; - bool isReused; - - //Tiling ---- shared/source/os_interface/windows/wddm_memory_manager.cpp.orig 2021-07-22 17:35:36 UTC -+++ shared/source/os_interface/windows/wddm_memory_manager.cpp -@@ -31,7 +31,11 @@ - #include "shared/source/os_interface/windows/wddm_residency_controller.h" - - #include -+#ifdef __SSE2__ - #include -+#else -+#define _mm_lfence() -+#endif - - namespace NEO { - ---- shared/source/utilities/cpuintrinsics.cpp.orig 2020-02-28 16:16:42 UTC -+++ shared/source/utilities/cpuintrinsics.cpp -@@ -12,6 +12,9 @@ - namespace NEO { - namespace CpuIntrinsics { - -+#ifdef __GNUC__ -+__attribute__((target("sse2"))) -+#endif - void clFlush(void const *ptr) { - _mm_clflush(ptr); - } From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 10:20:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03BF86B5705; Sun, 3 Oct 2021 10:20:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMfx86Rn7z4mGB; Sun, 3 Oct 2021 10:20:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9D1F24700; Sun, 3 Oct 2021 10:20:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193AKCEn013868; Sun, 3 Oct 2021 10:20:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193AKCSr013859; Sun, 3 Oct 2021 10:20:12 GMT (envelope-from git) Date: Sun, 3 Oct 2021 10:20:12 GMT Message-Id: <202110031020.193AKCSr013859@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dimitry Andric Subject: git: 9ce64e91907a - main - lang/(erlang(-runtime2[13])?): work around dtrace failures with clang 13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9ce64e91907aaa43fc43a7b2faaae5bf99faaa56 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 10:20:13 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=9ce64e91907aaa43fc43a7b2faaae5bf99faaa56 commit 9ce64e91907aaa43fc43a7b2faaae5bf99faaa56 Author: Dimitry Andric AuthorDate: 2021-10-02 14:52:35 +0000 Commit: Dimitry Andric CommitDate: 2021-10-03 10:13:35 +0000 lang/(erlang(-runtime2[13])?): work around dtrace failures with clang 13 During an exp-run for llvm 13 (see bug 258209), it turned out that lang/erlang and lang/erlang-runtime2[13] fail to build with clang 13. What appears to happen is that for these versions of erlang, PGO is enabled, and it first builds a PGO-enabled beam.smp: gmake[5]: Entering directory '/wrkdirs/usr/ports/lang/erlang/work/otp-OTP-21.3.8.24/erts/emulator' if utils/gen_git_version amd64-portbld-freebsd14.0/gen_git_version.mk; then touch beam/erl_bif_info.c; fi echo " PROFILE beam.prof.smp" PROFILE beam.prof.smp rm -f obj/amd64-portbld-freebsd14.0/opt/smp/erl*.profraw set -e; LLVM_PROFILE_FILE="obj/amd64-portbld-freebsd14.0/opt/smp/erlc-%m.profraw" \ ERL_FLAGS="-emu_type prof +S 1" erlc -W -DPGO \ -o obj/amd64-portbld-freebsd14.0/opt/smp test/estone_SUITE.erl > obj/amd64-portbld-freebsd14.0/opt/smp/PROFILE_LOG after which it does a test run, and uses llvm-profdata to merge the profiling data into beam_emu_pu.o: llvm-profdata merge -output obj/amd64-portbld-freebsd14.0/opt/smp/default.profdata obj/amd64-portbld-freebsd14.0/opt/smp/*.profraw cc -fprofile-instr-use=obj/amd64-portbld-freebsd14.0/opt/smp/default.profdata -Werror=undef -Werror=implicit -Werror=return-type -O3 -fomit-frame-pointer -pipe -fno-omit-frame-pointer -DMAP_NORESERVE=0 -fstack-protector-strong -fno-strict-aliasing -I/wrkdirs/usr/ports/lang/erlang/work/otp-OTP-21.3.8.24/erts/amd64-portbld-freebsd14.0 -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Iamd64-portbld-freebsd14.0/opt/smp -Ibeam -Isys/unix -Isys/common -Iamd64-portbld-freebsd14.0 -Ipcre -Ihipe -I../include -I../include/amd64-portbld-freebsd14.0 -I../include/internal -I../include/internal/amd64-portbld-freebsd14.0 -c beam/beam_emu.c -o obj/amd64-portbld-freebsd14.0/opt/smp/beam_emu_pu.o Later, it runs dtrace over all the collected objects, and this dies: dtrace -G -C -Ibeam \ -s beam/erlang_dtrace.d \ -o obj/amd64-portbld-freebsd14.0/opt/smp/erlang_pu_dtrace.o ... long list of objects ... dtrace: failed to link script beam/erlang_dtrace.d: an error was encountered while processing obj/amd64-portbld-freebsd14.0/opt/smp/beam_emu_pu.o gmake[5]: *** [amd64-portbld-freebsd14.0/Makefile:1005: obj/amd64-portbld-freebsd14.0/opt/smp/erlang_pu_dtrace.o] Error 1 gmake[5]: Leaving directory '/wrkdirs/usr/ports/lang/erlang/work/otp-OTP-21.3.8.24/erts/emulator' Something in beam_emu_pu.o (emitted by clang or llvm 13) is tripping up dtrace, but I have very little knowledge about dtrace so I need help here. :) Now some other erlang runtimes such as lang/erlang-runtime24 *do* build successfully with clang 13, but this is only because upstream disabled the PGO feature, as a side effect of https://github.com/erlang/otp/commit/b165524c732 ("erts: Implement the BeamAsm JIT"): --- a/erts/configure.in +++ b/erts/configure.in ... @@ -704,6 +719,9 @@ else fi fi +dnl Disable pgo for now +USE_PGO=false + AC_SUBST(USE_PGO) AC_SUBST(PROFILE_COMPILER) I am unsure why upstream disabled this "for now", as it has been disabled for more than a year. So, for now, work around the dtrace failures by disabling PGO using the configure flag --disable-pgo, when building with clang >= 13. PR: 258494 Approved by: maintainer timeout (2 weeks) MFH: 2021Q4 --- lang/erlang-runtime21/Makefile | 7 ++++++- lang/erlang-runtime23/Makefile | 7 ++++++- lang/erlang/Makefile | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile index ab3a649924b3..1ea27a8c3200 100644 --- a/lang/erlang-runtime21/Makefile +++ b/lang/erlang-runtime21/Makefile @@ -15,7 +15,7 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -USES= autoreconf:build cpe gmake ncurses perl5 +USES= compiler autoreconf:build cpe gmake ncurses perl5 USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba @@ -95,6 +95,11 @@ WX_VARS= USE_GL="gl glu" \ .include +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 130 +# PR 258494 +CONFIGURE_ARGS+= --disable-pgo +.endif + .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 .endif diff --git a/lang/erlang-runtime23/Makefile b/lang/erlang-runtime23/Makefile index 4a585d177c6e..5bff1294db73 100644 --- a/lang/erlang-runtime23/Makefile +++ b/lang/erlang-runtime23/Makefile @@ -15,7 +15,7 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -USES= autoreconf:build cpe gmake ncurses perl5 +USES= autoreconf:build compiler cpe gmake ncurses perl5 USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba @@ -94,6 +94,11 @@ WX_VARS= USE_GL="gl glu" \ .include +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 130 +# PR 258494 +CONFIGURE_ARGS+= --disable-pgo +.endif + .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 .endif diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 867c69b8c4c0..baa0bf975b30 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -15,7 +15,7 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -USES= cpe gmake ncurses perl5 +USES= compiler cpe gmake ncurses perl5 CPE_VENDOR= erlang CPE_PRODUCT= erlang/otp USE_GITHUB= nodefault @@ -106,6 +106,11 @@ WX_VARS= USE_GL="gl glu" \ .include +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 130 +# PR 258494 +CONFIGURE_ARGS+= --disable-pgo +.endif + .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 .endif From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 10:31:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 343996B58D3; Sun, 3 Oct 2021 10:31:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMg9q0xSsz4mj4; Sun, 3 Oct 2021 10:31:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2BC2248DA; Sun, 3 Oct 2021 10:31:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193AVAOn031918; Sun, 3 Oct 2021 10:31:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193AVAqP031917; Sun, 3 Oct 2021 10:31:10 GMT (envelope-from git) Date: Sun, 3 Oct 2021 10:31:10 GMT Message-Id: <202110031031.193AVAqP031917@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: a9bba31981f7 - main - devel/apitrace: enable RTLD_DEEPBIND after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a9bba31981f7e85d07a1e8087b0fc7f824a05aca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 10:31:11 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9bba31981f7e85d07a1e8087b0fc7f824a05aca commit a9bba31981f7e85d07a1e8087b0fc7f824a05aca Author: Jan Beich AuthorDate: 2021-10-03 10:14:38 +0000 Commit: Jan Beich CommitDate: 2021-10-03 10:30:47 +0000 devel/apitrace: enable RTLD_DEEPBIND after 620968a43a5f https://cgit.freebsd.org/src/commit/?id=8a423062d0595 DragonFly still lacks RTLD_DEEPBIND, so use an upstream fix in order to detect collision and drop on the next update. --- devel/apitrace/Makefile | 4 ++- devel/apitrace/distinfo | 2 ++ .../apitrace/files/patch-dispatch_glproc__egl.cpp | 29 ---------------------- devel/apitrace/files/patch-dispatch_glproc__gl.cpp | 11 -------- 4 files changed, 5 insertions(+), 41 deletions(-) diff --git a/devel/apitrace/Makefile b/devel/apitrace/Makefile index 001a9ccc5df2..880543472582 100644 --- a/devel/apitrace/Makefile +++ b/devel/apitrace/Makefile @@ -1,12 +1,14 @@ PORTNAME= apitrace DISTVERSION= 9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PATCH_SITES= https://github.com/a17r/${GH_PROJECT}/commit/ # use system brotli: https://github.com/apitrace/apitrace/pull/610 PATCHFILES= cd3486343001d6a47.patch:-p1 \ b0f5a220c41af013d.patch:-p1 +# detect RTLD_DEEPBIND: https://github.com/apitrace/apitrace/pull/571 +PATCHFILES+= 2d31d49eac9bcc010.patch:-p1 MAINTAINER= greg@unrelenting.technology COMMENT= Tools for tracing OpenGL and other graphics APIs diff --git a/devel/apitrace/distinfo b/devel/apitrace/distinfo index 8a5aa4abbee2..7047417ff067 100644 --- a/devel/apitrace/distinfo +++ b/devel/apitrace/distinfo @@ -5,3 +5,5 @@ SHA256 (cd3486343001d6a47.patch) = 2cb56f451791f2155aa5f5f12aa19eb92cb44dd00ca51 SIZE (cd3486343001d6a47.patch) = 1840 SHA256 (b0f5a220c41af013d.patch) = e2f46c862d97ff45b57fed043342b8875b310c5d6bb6d7d7f7122bb2f1ac5bb0 SIZE (b0f5a220c41af013d.patch) = 2866 +SHA256 (2d31d49eac9bcc010.patch) = 315733330ab80a19b5565a439bdac8c62a80605302db03721e05c93e6ce9db52 +SIZE (2d31d49eac9bcc010.patch) = 633 diff --git a/devel/apitrace/files/patch-dispatch_glproc__egl.cpp b/devel/apitrace/files/patch-dispatch_glproc__egl.cpp deleted file mode 100644 index 8ac21a1e15de..000000000000 --- a/devel/apitrace/files/patch-dispatch_glproc__egl.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- dispatch/glproc_egl.cpp.orig 2019-11-26 14:27:11 UTC -+++ dispatch/glproc_egl.cpp -@@ -93,7 +93,7 @@ _getPublicProcAddress(const char *procName) - if (procName[0] == 'e' && procName[1] == 'g' && procName[2] == 'l') { - static void *libEGL = NULL; - if (!libEGL) { -- libEGL = _dlopen("libEGL.so", RTLD_LOCAL | RTLD_LAZY | RTLD_DEEPBIND); -+ libEGL = _dlopen("libEGL.so", RTLD_LOCAL | RTLD_LAZY); - if (!libEGL) { - return NULL; - } -@@ -136,7 +136,7 @@ _getPublicProcAddress(const char *procName) - - static void *libGLESv2 = NULL; - if (!libGLESv2) { -- libGLESv2 = _dlopen("libGLESv2.so", RTLD_LOCAL | RTLD_LAZY | RTLD_DEEPBIND); -+ libGLESv2 = _dlopen("libGLESv2.so", RTLD_LOCAL | RTLD_LAZY); - } - if (libGLESv2) { - proc = dlsym(libGLESv2, procName); -@@ -147,7 +147,7 @@ _getPublicProcAddress(const char *procName) - - static void *libGLESv1 = NULL; - if (!libGLESv1) { -- libGLESv1 = _dlopen("libGLESv1_CM.so", RTLD_LOCAL | RTLD_LAZY | RTLD_DEEPBIND); -+ libGLESv1 = _dlopen("libGLESv1_CM.so", RTLD_LOCAL | RTLD_LAZY); - } - if (libGLESv1) { - proc = dlsym(libGLESv1, procName); diff --git a/devel/apitrace/files/patch-dispatch_glproc__gl.cpp b/devel/apitrace/files/patch-dispatch_glproc__gl.cpp deleted file mode 100644 index 412f68061b50..000000000000 --- a/devel/apitrace/files/patch-dispatch_glproc__gl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- dispatch/glproc_gl.cpp.orig 2017-10-13 17:18:18 UTC -+++ dispatch/glproc_gl.cpp -@@ -200,7 +200,7 @@ void * _libgl_sym(const char *symbol) - * exposes symbols to it. - */ - -- _libGlHandle = _dlopen(libgl_filename, RTLD_GLOBAL | RTLD_LAZY | RTLD_DEEPBIND); -+ _libGlHandle = _dlopen(libgl_filename, RTLD_GLOBAL | RTLD_LAZY); - if (!_libGlHandle) { - os::log("apitrace: error: couldn't find libGL.so\n"); - return NULL; From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 10:32:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B65156B58DA; Sun, 3 Oct 2021 10:32:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMgCF4rTWz4nRy; Sun, 3 Oct 2021 10:32:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86F0024935; Sun, 3 Oct 2021 10:32:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193AWPlU034504; Sun, 3 Oct 2021 10:32:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193AWPhj034503; Sun, 3 Oct 2021 10:32:25 GMT (envelope-from git) Date: Sun, 3 Oct 2021 10:32:25 GMT Message-Id: <202110031032.193AWPhj034503@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 9c52655fc392 - 2021Q4 - devel/apitrace: enable RTLD_DEEPBIND after 620968a43a5f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 9c52655fc392f84b1b7b586e2695a2687249b846 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 10:32:25 -0000 The branch 2021Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c52655fc392f84b1b7b586e2695a2687249b846 commit 9c52655fc392f84b1b7b586e2695a2687249b846 Author: Jan Beich AuthorDate: 2021-10-03 10:14:38 +0000 Commit: Jan Beich CommitDate: 2021-10-03 10:32:17 +0000 devel/apitrace: enable RTLD_DEEPBIND after 620968a43a5f https://cgit.freebsd.org/src/commit/?id=8a423062d0595 DragonFly still lacks RTLD_DEEPBIND, so use an upstream fix in order to detect collision and drop on the next update. (cherry picked from commit a9bba31981f7e85d07a1e8087b0fc7f824a05aca) --- devel/apitrace/Makefile | 4 ++- devel/apitrace/distinfo | 2 ++ .../apitrace/files/patch-dispatch_glproc__egl.cpp | 29 ---------------------- devel/apitrace/files/patch-dispatch_glproc__gl.cpp | 11 -------- 4 files changed, 5 insertions(+), 41 deletions(-) diff --git a/devel/apitrace/Makefile b/devel/apitrace/Makefile index 001a9ccc5df2..880543472582 100644 --- a/devel/apitrace/Makefile +++ b/devel/apitrace/Makefile @@ -1,12 +1,14 @@ PORTNAME= apitrace DISTVERSION= 9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PATCH_SITES= https://github.com/a17r/${GH_PROJECT}/commit/ # use system brotli: https://github.com/apitrace/apitrace/pull/610 PATCHFILES= cd3486343001d6a47.patch:-p1 \ b0f5a220c41af013d.patch:-p1 +# detect RTLD_DEEPBIND: https://github.com/apitrace/apitrace/pull/571 +PATCHFILES+= 2d31d49eac9bcc010.patch:-p1 MAINTAINER= greg@unrelenting.technology COMMENT= Tools for tracing OpenGL and other graphics APIs diff --git a/devel/apitrace/distinfo b/devel/apitrace/distinfo index 8a5aa4abbee2..7047417ff067 100644 --- a/devel/apitrace/distinfo +++ b/devel/apitrace/distinfo @@ -5,3 +5,5 @@ SHA256 (cd3486343001d6a47.patch) = 2cb56f451791f2155aa5f5f12aa19eb92cb44dd00ca51 SIZE (cd3486343001d6a47.patch) = 1840 SHA256 (b0f5a220c41af013d.patch) = e2f46c862d97ff45b57fed043342b8875b310c5d6bb6d7d7f7122bb2f1ac5bb0 SIZE (b0f5a220c41af013d.patch) = 2866 +SHA256 (2d31d49eac9bcc010.patch) = 315733330ab80a19b5565a439bdac8c62a80605302db03721e05c93e6ce9db52 +SIZE (2d31d49eac9bcc010.patch) = 633 diff --git a/devel/apitrace/files/patch-dispatch_glproc__egl.cpp b/devel/apitrace/files/patch-dispatch_glproc__egl.cpp deleted file mode 100644 index 8ac21a1e15de..000000000000 --- a/devel/apitrace/files/patch-dispatch_glproc__egl.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- dispatch/glproc_egl.cpp.orig 2019-11-26 14:27:11 UTC -+++ dispatch/glproc_egl.cpp -@@ -93,7 +93,7 @@ _getPublicProcAddress(const char *procName) - if (procName[0] == 'e' && procName[1] == 'g' && procName[2] == 'l') { - static void *libEGL = NULL; - if (!libEGL) { -- libEGL = _dlopen("libEGL.so", RTLD_LOCAL | RTLD_LAZY | RTLD_DEEPBIND); -+ libEGL = _dlopen("libEGL.so", RTLD_LOCAL | RTLD_LAZY); - if (!libEGL) { - return NULL; - } -@@ -136,7 +136,7 @@ _getPublicProcAddress(const char *procName) - - static void *libGLESv2 = NULL; - if (!libGLESv2) { -- libGLESv2 = _dlopen("libGLESv2.so", RTLD_LOCAL | RTLD_LAZY | RTLD_DEEPBIND); -+ libGLESv2 = _dlopen("libGLESv2.so", RTLD_LOCAL | RTLD_LAZY); - } - if (libGLESv2) { - proc = dlsym(libGLESv2, procName); -@@ -147,7 +147,7 @@ _getPublicProcAddress(const char *procName) - - static void *libGLESv1 = NULL; - if (!libGLESv1) { -- libGLESv1 = _dlopen("libGLESv1_CM.so", RTLD_LOCAL | RTLD_LAZY | RTLD_DEEPBIND); -+ libGLESv1 = _dlopen("libGLESv1_CM.so", RTLD_LOCAL | RTLD_LAZY); - } - if (libGLESv1) { - proc = dlsym(libGLESv1, procName); diff --git a/devel/apitrace/files/patch-dispatch_glproc__gl.cpp b/devel/apitrace/files/patch-dispatch_glproc__gl.cpp deleted file mode 100644 index 412f68061b50..000000000000 --- a/devel/apitrace/files/patch-dispatch_glproc__gl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- dispatch/glproc_gl.cpp.orig 2017-10-13 17:18:18 UTC -+++ dispatch/glproc_gl.cpp -@@ -200,7 +200,7 @@ void * _libgl_sym(const char *symbol) - * exposes symbols to it. - */ - -- _libGlHandle = _dlopen(libgl_filename, RTLD_GLOBAL | RTLD_LAZY | RTLD_DEEPBIND); -+ _libGlHandle = _dlopen(libgl_filename, RTLD_GLOBAL | RTLD_LAZY); - if (!_libGlHandle) { - os::log("apitrace: error: couldn't find libGL.so\n"); - return NULL; From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 10:32:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E0596B5934; Sun, 3 Oct 2021 10:32:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMgCm3dlCz4n31; Sun, 3 Oct 2021 10:32:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D326248EA; Sun, 3 Oct 2021 10:32:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193AWq8E035518; Sun, 3 Oct 2021 10:32:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193AWq67035517; Sun, 3 Oct 2021 10:32:52 GMT (envelope-from git) Date: Sun, 3 Oct 2021 10:32:52 GMT Message-Id: <202110031032.193AWq67035517@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gleb Popov Subject: git: a75a4f873323 - main - x11/sddm: Remove unused patch. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arrowd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a75a4f873323c87f52e22e17e22c63ad9d26a65d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 10:32:52 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a75a4f873323c87f52e22e17e22c63ad9d26a65d commit a75a4f873323c87f52e22e17e22c63ad9d26a65d Author: Gleb Popov AuthorDate: 2021-10-03 10:32:06 +0000 Commit: Gleb Popov CommitDate: 2021-10-03 10:32:47 +0000 x11/sddm: Remove unused patch. --- x11/sddm/files/git-patch-147cec38d | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/x11/sddm/files/git-patch-147cec38d b/x11/sddm/files/git-patch-147cec38d deleted file mode 100644 index 91c44e245192..000000000000 --- a/x11/sddm/files/git-patch-147cec38d +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/src/daemon/Display.cpp b/src/daemon/Display.cpp -index 5abfc9a..57d7ecb 100644 ---- src/daemon/Display.cpp -+++ src/daemon/Display.cpp -@@ -339,7 +339,9 @@ namespace SDDM { - } else { - //we only want to unlock the session if we can lock in, so we want to go via PAM auth, but not start a new session - //by not setting the session and the helper will emit authentication and then quit -- connect(m_auth, &Auth::authentication, this, [=](){ -+ connect(m_auth, &Auth::authentication, this, [=](const QString &, bool success){ -+ if(!success) -+ return; - qDebug() << "activating existing seat"; - OrgFreedesktopLogin1ManagerInterface manager(Logind::serviceName(), Logind::managerPath(), QDBusConnection::systemBus()); - manager.UnlockSession(existingSessionId); -diff --git a/src/helper/backend/PamBackend.cpp b/src/helper/backend/PamBackend.cpp -index 69cbd2c..5467282 100644 ---- src/helper/backend/PamBackend.cpp -+++ src/helper/backend/PamBackend.cpp -@@ -219,8 +219,6 @@ namespace SDDM { - - if (user == QStringLiteral("sddm") && m_greeter) - service = QStringLiteral("sddm-greeter"); -- else if (m_app->session()->path().isEmpty()) -- service = QStringLiteral("sddm-check"); - else if (m_autologin) - service = QStringLiteral("sddm-autologin"); - result = m_pam->start(service, user); From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 11:56:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EBFB6B676B; Sun, 3 Oct 2021 11:56:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMj4H21ZTz4rlb; Sun, 3 Oct 2021 11:56:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21368257B4; Sun, 3 Oct 2021 11:56:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193BuVTr041985; Sun, 3 Oct 2021 11:56:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193BuVbc041984; Sun, 3 Oct 2021 11:56:31 GMT (envelope-from git) Date: Sun, 3 Oct 2021 11:56:31 GMT Message-Id: <202110031156.193BuVbc041984@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: 13cf9e281a81 - main - security/libressl: Update to 3.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 13cf9e281a81d2592549630020c2a3e984a77137 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 11:56:31 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=13cf9e281a81d2592549630020c2a3e984a77137 commit 13cf9e281a81d2592549630020c2a3e984a77137 Author: Bernard Spil AuthorDate: 2021-10-03 11:54:58 +0000 Commit: Bernard Spil CommitDate: 2021-10-03 11:54:58 +0000 security/libressl: Update to 3.3.5 * Fixes issues with LetsEncrypt DST Root X3 expiry MFH: 2021Q4 --- security/libressl/Makefile | 2 +- security/libressl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 9b3ca5c02fae..ebfc6cd67ae3 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,7 +1,7 @@ # Created by: Vsevolod Stakhov PORTNAME= libressl -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL diff --git a/security/libressl/distinfo b/security/libressl/distinfo index e4385ccae502..38a192f8e83c 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630236551 -SHA256 (libressl-3.3.4.tar.gz) = bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931 -SIZE (libressl-3.3.4.tar.gz) = 3848128 +TIMESTAMP = 1633260893 +SHA256 (libressl-3.3.5.tar.gz) = 0a51393f0df1cf27e070054a2788a4d073339f363d79cd594076a1b4c48be9a5 +SIZE (libressl-3.3.5.tar.gz) = 3847261 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 12:00:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 156956B68AA; Sun, 3 Oct 2021 12:00:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMj8S09Ybz4rv9; Sun, 3 Oct 2021 12:00:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB306259AD; Sun, 3 Oct 2021 12:00:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193C07nY046005; Sun, 3 Oct 2021 12:00:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193C07Tp046002; Sun, 3 Oct 2021 12:00:07 GMT (envelope-from git) Date: Sun, 3 Oct 2021 12:00:07 GMT Message-Id: <202110031200.193C07Tp046002@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Bernard Spil Subject: git: 22214fbb955c - 2021Q4 - security/libressl: Update to 3.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 22214fbb955ca2f35be209899a5d431c507363c5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 12:00:08 -0000 The branch 2021Q4 has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=22214fbb955ca2f35be209899a5d431c507363c5 commit 22214fbb955ca2f35be209899a5d431c507363c5 Author: Bernard Spil AuthorDate: 2021-10-03 11:54:58 +0000 Commit: Bernard Spil CommitDate: 2021-10-03 11:59:15 +0000 security/libressl: Update to 3.3.5 * Fixes issues with LetsEncrypt DST Root X3 expiry MFH: 2021Q4 (cherry picked from commit 13cf9e281a81d2592549630020c2a3e984a77137) --- security/libressl/Makefile | 2 +- security/libressl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 9b3ca5c02fae..ebfc6cd67ae3 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,7 +1,7 @@ # Created by: Vsevolod Stakhov PORTNAME= libressl -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL diff --git a/security/libressl/distinfo b/security/libressl/distinfo index e4385ccae502..38a192f8e83c 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630236551 -SHA256 (libressl-3.3.4.tar.gz) = bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931 -SIZE (libressl-3.3.4.tar.gz) = 3848128 +TIMESTAMP = 1633260893 +SHA256 (libressl-3.3.5.tar.gz) = 0a51393f0df1cf27e070054a2788a4d073339f363d79cd594076a1b4c48be9a5 +SIZE (libressl-3.3.5.tar.gz) = 3847261 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 12:01:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E26836B6B7A; Sun, 3 Oct 2021 12:01:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMjBD64hjz4s5l; Sun, 3 Oct 2021 12:01:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1B5D256FC; Sun, 3 Oct 2021 12:01:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193C1eN4052341; Sun, 3 Oct 2021 12:01:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193C1eDb052340; Sun, 3 Oct 2021 12:01:40 GMT (envelope-from git) Date: Sun, 3 Oct 2021 12:01:40 GMT Message-Id: <202110031201.193C1eDb052340@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: e72a6bc0ae61 - main - textproc/py-xmlschema: Update to 1.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e72a6bc0ae6179779ffa123b4f402da4fff79644 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 12:01:41 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=e72a6bc0ae6179779ffa123b4f402da4fff79644 commit e72a6bc0ae6179779ffa123b4f402da4fff79644 Author: Danilo G. Baio AuthorDate: 2021-10-03 11:26:25 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-03 12:00:14 +0000 textproc/py-xmlschema: Update to 1.8.0 Changelog: https://github.com/sissaschool/xmlschema/blob/v1.8.0/CHANGELOG.rst --- textproc/py-xmlschema/Makefile | 2 +- textproc/py-xmlschema/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile index db2d29a944a2..e3a7a3bab3ec 100644 --- a/textproc/py-xmlschema/Makefile +++ b/textproc/py-xmlschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= xmlschema -DISTVERSION= 1.7.1 +DISTVERSION= 1.8.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-xmlschema/distinfo b/textproc/py-xmlschema/distinfo index 80ab4c199090..80f15746dc96 100644 --- a/textproc/py-xmlschema/distinfo +++ b/textproc/py-xmlschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630851115 -SHA256 (xmlschema-1.7.1.tar.gz) = bdf7a37a6477ebc152dd755f6b33f1a786ef0d4693b1565b91635aa7984d89be -SIZE (xmlschema-1.7.1.tar.gz) = 372165 +TIMESTAMP = 1633173504 +SHA256 (xmlschema-1.8.0.tar.gz) = fa4e22a708f08d15f605c9191e2500149ba1a848fff7fa4904c2f2c57dc1087f +SIZE (xmlschema-1.8.0.tar.gz) = 379305 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 12:01:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0EF696B6A5D; Sun, 3 Oct 2021 12:01:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMjBF742Hz4s5m; Sun, 3 Oct 2021 12:01:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2ED9257C8; Sun, 3 Oct 2021 12:01:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193C1fAP052365; Sun, 3 Oct 2021 12:01:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193C1fW5052364; Sun, 3 Oct 2021 12:01:41 GMT (envelope-from git) Date: Sun, 3 Oct 2021 12:01:41 GMT Message-Id: <202110031201.193C1fW5052364@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: 801479df1559 - main - misc/ansiweather: Update to 1.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 801479df15591c4f8e26af95a9f2e2d8da4bf59c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 12:01:42 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=801479df15591c4f8e26af95a9f2e2d8da4bf59c commit 801479df15591c4f8e26af95a9f2e2d8da4bf59c Author: Danilo G. Baio AuthorDate: 2021-10-03 11:55:56 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-03 12:00:14 +0000 misc/ansiweather: Update to 1.18.0 Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.18.0/ChangeLog --- misc/ansiweather/Makefile | 2 +- misc/ansiweather/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/ansiweather/Makefile b/misc/ansiweather/Makefile index ef84fb203fb4..51497e5d7488 100644 --- a/misc/ansiweather/Makefile +++ b/misc/ansiweather/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansiweather -PORTVERSION= 1.17.0 +PORTVERSION= 1.18.0 CATEGORIES= misc MAINTAINER= dbaio@FreeBSD.org diff --git a/misc/ansiweather/distinfo b/misc/ansiweather/distinfo index 6b0435cf51a9..c078a202d70e 100644 --- a/misc/ansiweather/distinfo +++ b/misc/ansiweather/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592764553 -SHA256 (fcambus-ansiweather-1.17.0_GH0.tar.gz) = eabc5ad709e2a459d59402b190511b44542eafce293205a29fb2b73c3e075ee7 -SIZE (fcambus-ansiweather-1.17.0_GH0.tar.gz) = 18203 +TIMESTAMP = 1633260466 +SHA256 (fcambus-ansiweather-1.18.0_GH0.tar.gz) = 362393918b64083de466414ca3ada3e0236206b29bfb2624d4ad1284774e6a7a +SIZE (fcambus-ansiweather-1.18.0_GH0.tar.gz) = 18444 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 12:46:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D27986B73EA; Sun, 3 Oct 2021 12:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMkBB5Z4Zz4tYS; Sun, 3 Oct 2021 12:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EDC426593; Sun, 3 Oct 2021 12:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193CkgD8008879; Sun, 3 Oct 2021 12:46:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193Ckgsg008878; Sun, 3 Oct 2021 12:46:42 GMT (envelope-from git) Date: Sun, 3 Oct 2021 12:46:42 GMT Message-Id: <202110031246.193Ckgsg008878@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: f3a1b59d7968 - main - devel/py-spyder-kernels: Update to 2.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f3a1b59d79681f95bbb7fe24aa9448886b764f61 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 12:46:42 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3a1b59d79681f95bbb7fe24aa9448886b764f61 commit f3a1b59d79681f95bbb7fe24aa9448886b764f61 Author: Rainer Hurling AuthorDate: 2021-10-03 12:01:39 +0000 Commit: Rainer Hurling CommitDate: 2021-10-03 12:45:50 +0000 devel/py-spyder-kernels: Update to 2.1.3 Fix errors when setting or getting the Matplotlib backend. Changelog: https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-213-2021-10-02 Reported by: Repology MFH: 2021Q4 --- devel/py-spyder-kernels/Makefile | 3 ++- devel/py-spyder-kernels/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-spyder-kernels/Makefile b/devel/py-spyder-kernels/Makefile index 1d0369de2c2c..319a9754e564 100644 --- a/devel/py-spyder-kernels/Makefile +++ b/devel/py-spyder-kernels/Makefile @@ -1,7 +1,7 @@ # Created by: Rainer Hurling PORTNAME= spyder-kernels -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipykernel5>0:devel/py-ipykernel5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipyparallel>0:devel/py-ipyparallel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-client>0:devel/py-jupyter-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>0:devel/py-traitlets@${PY_FLAVOR} \ diff --git a/devel/py-spyder-kernels/distinfo b/devel/py-spyder-kernels/distinfo index fe9221a81544..ac846fd33a33 100644 --- a/devel/py-spyder-kernels/distinfo +++ b/devel/py-spyder-kernels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632857644 -SHA256 (spyder-kernels-2.1.2.tar.gz) = f730e69ee7365afa3887dde2395f165e4b73e1c232153eee98a173c32dc20371 -SIZE (spyder-kernels-2.1.2.tar.gz) = 65706 +TIMESTAMP = 1633259032 +SHA256 (spyder-kernels-2.1.3.tar.gz) = ab5c2a90d44f0a26e7a6862e3cb73bb2d7084bc72f9336d8c2d2a78c145c4645 +SIZE (spyder-kernels-2.1.3.tar.gz) = 65850 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 12:48:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E47456B6C74; Sun, 3 Oct 2021 12:48:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMkD964Ggz4tYc; Sun, 3 Oct 2021 12:48:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACCA625FFB; Sun, 3 Oct 2021 12:48:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193CmPVx009107; Sun, 3 Oct 2021 12:48:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193CmPtT009106; Sun, 3 Oct 2021 12:48:25 GMT (envelope-from git) Date: Sun, 3 Oct 2021 12:48:25 GMT Message-Id: <202110031248.193CmPtT009106@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Rainer Hurling Subject: git: de0c638df5cb - 2021Q4 - devel/py-spyder-kernels: Update to 2.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: de0c638df5cb3003020486496a31f4a3499a308e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 12:48:26 -0000 The branch 2021Q4 has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=de0c638df5cb3003020486496a31f4a3499a308e commit de0c638df5cb3003020486496a31f4a3499a308e Author: Rainer Hurling AuthorDate: 2021-10-03 12:01:39 +0000 Commit: Rainer Hurling CommitDate: 2021-10-03 12:48:01 +0000 devel/py-spyder-kernels: Update to 2.1.3 Fix errors when setting or getting the Matplotlib backend. Changelog: https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-213-2021-10-02 Reported by: Repology MFH: 2021Q4 (cherry picked from commit f3a1b59d79681f95bbb7fe24aa9448886b764f61) --- devel/py-spyder-kernels/Makefile | 3 ++- devel/py-spyder-kernels/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-spyder-kernels/Makefile b/devel/py-spyder-kernels/Makefile index 1d0369de2c2c..319a9754e564 100644 --- a/devel/py-spyder-kernels/Makefile +++ b/devel/py-spyder-kernels/Makefile @@ -1,7 +1,7 @@ # Created by: Rainer Hurling PORTNAME= spyder-kernels -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipykernel5>0:devel/py-ipykernel5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipyparallel>0:devel/py-ipyparallel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-client>0:devel/py-jupyter-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>0:devel/py-traitlets@${PY_FLAVOR} \ diff --git a/devel/py-spyder-kernels/distinfo b/devel/py-spyder-kernels/distinfo index fe9221a81544..ac846fd33a33 100644 --- a/devel/py-spyder-kernels/distinfo +++ b/devel/py-spyder-kernels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632857644 -SHA256 (spyder-kernels-2.1.2.tar.gz) = f730e69ee7365afa3887dde2395f165e4b73e1c232153eee98a173c32dc20371 -SIZE (spyder-kernels-2.1.2.tar.gz) = 65706 +TIMESTAMP = 1633259032 +SHA256 (spyder-kernels-2.1.3.tar.gz) = ab5c2a90d44f0a26e7a6862e3cb73bb2d7084bc72f9336d8c2d2a78c145c4645 +SIZE (spyder-kernels-2.1.3.tar.gz) = 65850 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 13:00:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D4846B7712; Sun, 3 Oct 2021 13:00:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMkVB2C9Hz4vNQ; Sun, 3 Oct 2021 13:00:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C03B262E4; Sun, 3 Oct 2021 13:00:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193D0YuN031246; Sun, 3 Oct 2021 13:00:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193D0YV1031245; Sun, 3 Oct 2021 13:00:34 GMT (envelope-from git) Date: Sun, 3 Oct 2021 13:00:34 GMT Message-Id: <202110031300.193D0YV1031245@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: 8127308d93c9 - main - devel/py-watchdog: Update to 2.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8127308d93c94f5c0286b341a300d8fc3ebdefe2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 13:00:34 -0000 The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=8127308d93c94f5c0286b341a300d8fc3ebdefe2 commit 8127308d93c94f5c0286b341a300d8fc3ebdefe2 Author: Kai Knoblich AuthorDate: 2021-10-03 12:48:56 +0000 Commit: Kai Knoblich CommitDate: 2021-10-03 12:57:48 +0000 devel/py-watchdog: Update to 2.1.6 * Improve "do-test" target while I'm here. Changelog since 0.10.6: https://github.com/gorakhargosh/watchdog/blob/v2.1.6/changelog.rst PR: 258595 Approved by: maintainer timeout (14 days) MFH: No (feature release) --- devel/py-watchdog/Makefile | 16 +++++++--------- devel/py-watchdog/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/devel/py-watchdog/Makefile b/devel/py-watchdog/Makefile index 1fa1cfa4e723..e44ec40eea2c 100644 --- a/devel/py-watchdog/Makefile +++ b/devel/py-watchdog/Makefile @@ -1,5 +1,5 @@ PORTNAME= watchdog -PORTVERSION= 0.10.6 +PORTVERSION= 2.1.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,12 +9,9 @@ COMMENT= Python API library to monitor file system events LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argh>=0.26.1:devel/py-argh@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils @@ -25,10 +22,11 @@ NO_ARCH= yes PORTDOCS= * +TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} post-build-DOCS-on: (cd ${WRKSRC}/docs ; ${MAKE_CMD} SPHINXBUILD=sphinx-build-${PYTHON_VER} html) @@ -39,6 +37,6 @@ post-install-DOCS-on: ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "-not -name .buildinfo") do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= tests + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= tests .include diff --git a/devel/py-watchdog/distinfo b/devel/py-watchdog/distinfo index 641d928b08f2..cc9103ea8cd8 100644 --- a/devel/py-watchdog/distinfo +++ b/devel/py-watchdog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612010670 -SHA256 (watchdog-0.10.6.tar.gz) = 1e1ea6d3d74feca5c62393525107aa45c5d4cd15199e2a5f62b1a6ca83679131 -SIZE (watchdog-0.10.6.tar.gz) = 99949 +TIMESTAMP = 1633252004 +SHA256 (watchdog-2.1.6.tar.gz) = a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7 +SIZE (watchdog-2.1.6.tar.gz) = 107292 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 13:00:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84B1F6B7431; Sun, 3 Oct 2021 13:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMkVC3K4xz4vYB; Sun, 3 Oct 2021 13:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48F04266B1; Sun, 3 Oct 2021 13:00:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193D0ZYm031270; Sun, 3 Oct 2021 13:00:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193D0ZwF031269; Sun, 3 Oct 2021 13:00:35 GMT (envelope-from git) Date: Sun, 3 Oct 2021 13:00:35 GMT Message-Id: <202110031300.193D0ZwF031269@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: c116a58456d8 - main - textproc/py-mkdocs: Update to 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c116a58456d883cfc43e064e484581491074a109 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 13:00:35 -0000 The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=c116a58456d883cfc43e064e484581491074a109 commit c116a58456d883cfc43e064e484581491074a109 Author: Kai Knoblich AuthorDate: 2021-10-03 12:52:26 +0000 Commit: Kai Knoblich CommitDate: 2021-10-03 12:57:48 +0000 textproc/py-mkdocs: Update to 1.2.2 Changelog since 1.0: https://github.com/mkdocs/mkdocs/blob/1.2.2/docs/about/release-notes.md Reported by: Robert Clausecker (via mail) MFH: No (feature release) --- textproc/py-mkdocs/Makefile | 22 +++++++++++++++------- textproc/py-mkdocs/distinfo | 6 +++--- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/textproc/py-mkdocs/Makefile b/textproc/py-mkdocs/Makefile index 68adf9fbc265..dc5ef1917e78 100644 --- a/textproc/py-mkdocs/Makefile +++ b/textproc/py-mkdocs/Makefile @@ -1,6 +1,5 @@ PORTNAME= mkdocs -DISTVERSION= 1.0 -PORTREVISION= 1 +DISTVERSION= 1.2.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +11,14 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.3:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}livereload>=2.5.1:www/py-livereload@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markdown>=2.3.1:textproc/py-markdown@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tornado>=5.0:www/py-tornado@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ghp-import>=1.0:www/py-ghp-import@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.10:devel/py-importlib-metadata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10.1:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}markdown>=3.2.1:textproc/py-markdown@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mergedeep>=1.3.4:devel/py-mergedeep@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=20.5:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml_env_tag>=0.1:devel/py-pyyaml_env_tag@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}watchdog>=2.0:devel/py-watchdog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} USES= python:3.6+ @@ -24,4 +26,10 @@ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes +OPTIONS_DEFINE= I18N +OPTIONS_DEFAULT= I18N + +I18N_DESC= Support for theme localization +I18N_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.9.0:devel/py-babel@${PY_FLAVOR} + .include diff --git a/textproc/py-mkdocs/distinfo b/textproc/py-mkdocs/distinfo index 17ba8b70ec2c..a66a544552d2 100644 --- a/textproc/py-mkdocs/distinfo +++ b/textproc/py-mkdocs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533385921 -SHA256 (mkdocs-1.0.tar.gz) = f731d2164cd6ca2e74dc63787a82aa904534f680f8d4867dc294d14b42f7a802 -SIZE (mkdocs-1.0.tar.gz) = 1113283 +TIMESTAMP = 1633264270 +SHA256 (mkdocs-1.2.2.tar.gz) = a334f5bd98ec960638511366eb8c5abc9c99b9083a0ed2401d8791b112d6b078 +SIZE (mkdocs-1.2.2.tar.gz) = 6294216 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 13:00:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A71696B72D4; Sun, 3 Oct 2021 13:00:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMkVD3xMwz4vNV; Sun, 3 Oct 2021 13:00:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 669F226621; Sun, 3 Oct 2021 13:00:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193D0ar2031294; Sun, 3 Oct 2021 13:00:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193D0aVE031293; Sun, 3 Oct 2021 13:00:36 GMT (envelope-from git) Date: Sun, 3 Oct 2021 13:00:36 GMT Message-Id: <202110031300.193D0aVE031293@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: deddeae48f57 - main - www/py-django-netfields: Update to 1.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: deddeae48f578360135a9e6ca95c3b3688db718a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 13:00:36 -0000 The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=deddeae48f578360135a9e6ca95c3b3688db718a commit deddeae48f578360135a9e6ca95c3b3688db718a Author: Kai Knoblich AuthorDate: 2021-10-03 12:54:40 +0000 Commit: Kai Knoblich CommitDate: 2021-10-03 12:58:15 +0000 www/py-django-netfields: Update to 1.2.4 * Also assume maintainership. Changelog since 1.2.2: https://github.com/jimfunk/django-postgresql-netfields/blob/v1.2.4/CHANGELOG PR: 258461 Approved by: maintainer timeout (+14 days) MFH: 2021Q4 --- www/py-django-netfields/Makefile | 4 ++-- www/py-django-netfields/distinfo | 6 +++--- www/py-django-netfields/files/patch-setup.py | 14 ++++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/www/py-django-netfields/Makefile b/www/py-django-netfields/Makefile index 6eaf60f6e0a5..bf7cc1f1ae4c 100644 --- a/www/py-django-netfields/Makefile +++ b/www/py-django-netfields/Makefile @@ -1,10 +1,10 @@ PORTNAME= django-netfields -DISTVERSION= 1.2.2 +DISTVERSION= 1.2.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alfred@FreeBSD.org +MAINTAINER= kai@FreeBSD.org COMMENT= Django PostgreSQL netfields implementation LICENSE= BSD3CLAUSE diff --git a/www/py-django-netfields/distinfo b/www/py-django-netfields/distinfo index c4bc98187774..50d1709ab762 100644 --- a/www/py-django-netfields/distinfo +++ b/www/py-django-netfields/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585640704 -SHA256 (django-netfields-1.2.2.tar.gz) = fac4ffc01532f048a336f3583399ca7e1faf18b0cb815ec843185455f25787b0 -SIZE (django-netfields-1.2.2.tar.gz) = 19275 +TIMESTAMP = 1633252744 +SHA256 (django-netfields-1.2.4.tar.gz) = f76d18274526957ab487b5544c0135f0c9faa4bb1f78f192c12ea4d9955f944b +SIZE (django-netfields-1.2.4.tar.gz) = 20632 diff --git a/www/py-django-netfields/files/patch-setup.py b/www/py-django-netfields/files/patch-setup.py new file mode 100644 index 000000000000..8be759bbb9f6 --- /dev/null +++ b/www/py-django-netfields/files/patch-setup.py @@ -0,0 +1,14 @@ +Avoid the installation of the test suite in the top-level directory +of ${PYTHON_SITELIBDIR}. + +--- setup.py.orig 2021-09-12 11:44:16 UTC ++++ setup.py +@@ -33,7 +33,7 @@ setup( + author=u'James Oakley', + author_email='jfunk@funktronics.ca', + +- packages=find_packages(), ++ packages=find_packages(exclude=['test*']), + include_package_data=True, + zip_safe=False, + install_requires=requirements, From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 13:08:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B4636B793C; Sun, 3 Oct 2021 13:08:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMkfm2rQrz4vdX; Sun, 3 Oct 2021 13:08:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36FA3266DD; Sun, 3 Oct 2021 13:08:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193D807j036519; Sun, 3 Oct 2021 13:08:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193D80dO036518; Sun, 3 Oct 2021 13:08:00 GMT (envelope-from git) Date: Sun, 3 Oct 2021 13:08:00 GMT Message-Id: <202110031308.193D80dO036518@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: 7a48303412a5 - 2021Q4 - www/py-django-netfields: Update to 1.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 7a48303412a57950bed83a91f1b1033c089fb657 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 13:08:00 -0000 The branch 2021Q4 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a48303412a57950bed83a91f1b1033c089fb657 commit 7a48303412a57950bed83a91f1b1033c089fb657 Author: Kai Knoblich AuthorDate: 2021-10-03 12:54:40 +0000 Commit: Kai Knoblich CommitDate: 2021-10-03 13:03:56 +0000 www/py-django-netfields: Update to 1.2.4 * Also assume maintainership. Changelog since 1.2.2: https://github.com/jimfunk/django-postgresql-netfields/blob/v1.2.4/CHANGELOG PR: 258461 Approved by: maintainer timeout (+14 days) MFH: 2021Q4 (cherry picked from commit deddeae48f578360135a9e6ca95c3b3688db718a) --- www/py-django-netfields/Makefile | 4 ++-- www/py-django-netfields/distinfo | 6 +++--- www/py-django-netfields/files/patch-setup.py | 14 ++++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/www/py-django-netfields/Makefile b/www/py-django-netfields/Makefile index 6eaf60f6e0a5..bf7cc1f1ae4c 100644 --- a/www/py-django-netfields/Makefile +++ b/www/py-django-netfields/Makefile @@ -1,10 +1,10 @@ PORTNAME= django-netfields -DISTVERSION= 1.2.2 +DISTVERSION= 1.2.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alfred@FreeBSD.org +MAINTAINER= kai@FreeBSD.org COMMENT= Django PostgreSQL netfields implementation LICENSE= BSD3CLAUSE diff --git a/www/py-django-netfields/distinfo b/www/py-django-netfields/distinfo index c4bc98187774..50d1709ab762 100644 --- a/www/py-django-netfields/distinfo +++ b/www/py-django-netfields/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585640704 -SHA256 (django-netfields-1.2.2.tar.gz) = fac4ffc01532f048a336f3583399ca7e1faf18b0cb815ec843185455f25787b0 -SIZE (django-netfields-1.2.2.tar.gz) = 19275 +TIMESTAMP = 1633252744 +SHA256 (django-netfields-1.2.4.tar.gz) = f76d18274526957ab487b5544c0135f0c9faa4bb1f78f192c12ea4d9955f944b +SIZE (django-netfields-1.2.4.tar.gz) = 20632 diff --git a/www/py-django-netfields/files/patch-setup.py b/www/py-django-netfields/files/patch-setup.py new file mode 100644 index 000000000000..8be759bbb9f6 --- /dev/null +++ b/www/py-django-netfields/files/patch-setup.py @@ -0,0 +1,14 @@ +Avoid the installation of the test suite in the top-level directory +of ${PYTHON_SITELIBDIR}. + +--- setup.py.orig 2021-09-12 11:44:16 UTC ++++ setup.py +@@ -33,7 +33,7 @@ setup( + author=u'James Oakley', + author_email='jfunk@funktronics.ca', + +- packages=find_packages(), ++ packages=find_packages(exclude=['test*']), + include_package_data=True, + zip_safe=False, + install_requires=requirements, From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 15:16:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A9CC66954A; Sun, 3 Oct 2021 15:16:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMnW76mHhz3LMQ; Sun, 3 Oct 2021 15:16:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8052595; Sun, 3 Oct 2021 15:16:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193FGZ31008701; Sun, 3 Oct 2021 15:16:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193FGZ5n008700; Sun, 3 Oct 2021 15:16:35 GMT (envelope-from git) Date: Sun, 3 Oct 2021 15:16:35 GMT Message-Id: <202110031516.193FGZ5n008700@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Marc Fonvieille Subject: git: a10f21cbae20 - main - misc/freebsd-doc-all: Update to ra4827f6f64 from FreeBSD docset MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: blackend X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a10f21cbae209a6fbafcdf4d60c2c1e125c137ec Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 15:16:36 -0000 The branch main has been updated by blackend (doc committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=a10f21cbae209a6fbafcdf4d60c2c1e125c137ec commit a10f21cbae209a6fbafcdf4d60c2c1e125c137ec Author: Marc Fonvieille AuthorDate: 2021-10-03 15:14:58 +0000 Commit: Marc Fonvieille CommitDate: 2021-10-03 15:14:58 +0000 misc/freebsd-doc-all: Update to ra4827f6f64 from FreeBSD docset Approved by: doceng (implicit) --- misc/freebsd-doc-all/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile index 1c80381cb71c..fc31569183fe 100644 --- a/misc/freebsd-doc-all/Makefile +++ b/misc/freebsd-doc-all/Makefile @@ -1,7 +1,7 @@ # Created by: Marc Fonvieille PORTNAME= freebsd-doc-all -PORTVERSION= 20210125 +PORTVERSION= 20210918 PORTEPOCH= 1 CATEGORIES= misc docs From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 15:43:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDF7E669668; Sun, 3 Oct 2021 15:43:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMp6K6Ff1z3MrP; Sun, 3 Oct 2021 15:43:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6D635EF; Sun, 3 Oct 2021 15:43:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193FhbFC047416; Sun, 3 Oct 2021 15:43:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193FhbKq047415; Sun, 3 Oct 2021 15:43:37 GMT (envelope-from git) Date: Sun, 3 Oct 2021 15:43:37 GMT Message-Id: <202110031543.193FhbKq047415@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 7e4792cf2f67 - main - news/inn-current: Update to 20211002 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7e4792cf2f676d65af1ba0b600e985b72bfff522 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 15:43:38 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e4792cf2f676d65af1ba0b600e985b72bfff522 commit 7e4792cf2f676d65af1ba0b600e985b72bfff522 Author: Kevin Bowling AuthorDate: 2021-10-03 15:39:21 +0000 Commit: Kevin Bowling CommitDate: 2021-10-03 15:39:21 +0000 news/inn-current: Update to 20211002 Mostly doc changes and OpenSSL 3.0 improvements --- news/inn-current/Makefile | 2 +- news/inn-current/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index c9c10e3daeb9..588cf5e8f031 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -6,7 +6,7 @@ MASTER_SITE_SUBDIR= inn/snapshots DISTNAME= inn-${BRANCH}-${SNAPSHOT} BRANCH= 2.7 -SNAPSHOT= 20210922 +SNAPSHOT= 20211002 CONFLICTS= inn-2.[0-9]* diff --git a/news/inn-current/distinfo b/news/inn-current/distinfo index c9d800b7f6b6..80bcb0bda4bc 100644 --- a/news/inn-current/distinfo +++ b/news/inn-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632513030 -SHA256 (inn-2.7-20210922.tar.gz) = 7abb76d1bcd77dc15a323fe1841d558d4578746ccca87ba332d2fb2354d4833d -SIZE (inn-2.7-20210922.tar.gz) = 2631449 +TIMESTAMP = 1633275553 +SHA256 (inn-2.7-20211002.tar.gz) = d1c18fb397301ef511b99482b0bacf6b1f526fd096be51eba9e453c6df54b042 +SIZE (inn-2.7-20211002.tar.gz) = 2632305 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:45:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9275666A0B5; Sun, 3 Oct 2021 16:45:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqTQ3Sg0z3hWh; Sun, 3 Oct 2021 16:45:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56C611458; Sun, 3 Oct 2021 16:45:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193GjEAI027195; Sun, 3 Oct 2021 16:45:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193GjEU2027194; Sun, 3 Oct 2021 16:45:14 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:45:14 GMT Message-Id: <202110031645.193GjEU2027194@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: 29dd1f617067 - main - textproc/p5-JSON-Validator: Update to 5.00 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 29dd1f617067725d13306e9a856efad8cd3d4600 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:45:14 -0000 The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=29dd1f617067725d13306e9a856efad8cd3d4600 commit 29dd1f617067725d13306e9a856efad8cd3d4600 Author: Adam Weinberger AuthorDate: 2021-10-03 16:44:57 +0000 Commit: Adam Weinberger CommitDate: 2021-10-03 16:45:09 +0000 textproc/p5-JSON-Validator: Update to 5.00 --- textproc/p5-JSON-Validator/Makefile | 2 +- textproc/p5-JSON-Validator/distinfo | 6 +++--- textproc/p5-JSON-Validator/pkg-plist | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/p5-JSON-Validator/Makefile b/textproc/p5-JSON-Validator/Makefile index 7c501317e10a..969a05420a94 100644 --- a/textproc/p5-JSON-Validator/Makefile +++ b/textproc/p5-JSON-Validator/Makefile @@ -1,7 +1,7 @@ # Created by: Adam Weinberger PORTNAME= JSON-Validator -PORTVERSION= 4.25 +PORTVERSION= 5.00 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-JSON-Validator/distinfo b/textproc/p5-JSON-Validator/distinfo index dd22a80ba5de..a5d98b400d3d 100644 --- a/textproc/p5-JSON-Validator/distinfo +++ b/textproc/p5-JSON-Validator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632789563 -SHA256 (JSON-Validator-4.25.tar.gz) = 265fcfb1d8a0a43041a26f0f97cc00941a6658fbefc8f6c8e4dc9a47aa080d20 -SIZE (JSON-Validator-4.25.tar.gz) = 108156 +TIMESTAMP = 1633278808 +SHA256 (JSON-Validator-5.00.tar.gz) = 05bac2f4d78372fc546c62f666b5f2f2c4be19e1d9c8c4b8f47c8272802566af +SIZE (JSON-Validator-5.00.tar.gz) = 108870 diff --git a/textproc/p5-JSON-Validator/pkg-plist b/textproc/p5-JSON-Validator/pkg-plist index c8404875f1e2..aa05896d1c70 100644 --- a/textproc/p5-JSON-Validator/pkg-plist +++ b/textproc/p5-JSON-Validator/pkg-plist @@ -2,7 +2,6 @@ %%SITE_PERL%%/JSON/Validator/Error.pm %%SITE_PERL%%/JSON/Validator/Formats.pm %%SITE_PERL%%/JSON/Validator/Joi.pm -%%SITE_PERL%%/JSON/Validator/Ref.pm %%SITE_PERL%%/JSON/Validator/Schema.pm %%SITE_PERL%%/JSON/Validator/Schema/Draft201909.pm %%SITE_PERL%%/JSON/Validator/Schema/Draft4.pm @@ -11,6 +10,7 @@ %%SITE_PERL%%/JSON/Validator/Schema/OpenAPIv2.pm %%SITE_PERL%%/JSON/Validator/Schema/OpenAPIv3.pm %%SITE_PERL%%/JSON/Validator/Store.pm +%%SITE_PERL%%/JSON/Validator/URI.pm %%SITE_PERL%%/JSON/Validator/Util.pm %%SITE_PERL%%/JSON/Validator/cache/089e74a6d17f64af17a9efd6d0fa0de6 %%SITE_PERL%%/JSON/Validator/cache/10a5eeb37fcd5d829449028f7ceb0774 @@ -34,7 +34,6 @@ %%PERL5_MAN3%%/JSON::Validator::Error.3.gz %%PERL5_MAN3%%/JSON::Validator::Formats.3.gz %%PERL5_MAN3%%/JSON::Validator::Joi.3.gz -%%PERL5_MAN3%%/JSON::Validator::Ref.3.gz %%PERL5_MAN3%%/JSON::Validator::Schema.3.gz %%PERL5_MAN3%%/JSON::Validator::Schema::Draft201909.3.gz %%PERL5_MAN3%%/JSON::Validator::Schema::Draft4.3.gz @@ -43,4 +42,5 @@ %%PERL5_MAN3%%/JSON::Validator::Schema::OpenAPIv2.3.gz %%PERL5_MAN3%%/JSON::Validator::Schema::OpenAPIv3.3.gz %%PERL5_MAN3%%/JSON::Validator::Store.3.gz +%%PERL5_MAN3%%/JSON::Validator::URI.3.gz %%PERL5_MAN3%%/JSON::Validator::Util.3.gz From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:52:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F176D66AB48; Sun, 3 Oct 2021 16:52:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqf46J93z3hkc; Sun, 3 Oct 2021 16:52:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B863E17BF; Sun, 3 Oct 2021 16:52:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193GqirW040147; Sun, 3 Oct 2021 16:52:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193Gqikw040146; Sun, 3 Oct 2021 16:52:44 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:52:44 GMT Message-Id: <202110031652.193Gqikw040146@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 2527ae2b1342 - main - devel/cli11: Update 2.1.0 -> 2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2527ae2b1342239eabf4808453fefddc0f175538 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:52:45 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2527ae2b1342239eabf4808453fefddc0f175538 commit 2527ae2b1342239eabf4808453fefddc0f175538 Author: Yuri Victorovich AuthorDate: 2021-10-03 16:02:23 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 16:51:35 +0000 devel/cli11: Update 2.1.0 -> 2.1.1 Reported by: portscout --- devel/cli11/Makefile | 2 +- devel/cli11/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/cli11/Makefile b/devel/cli11/Makefile index 9f0cb727e9ca..5ee5c60cf1b8 100644 --- a/devel/cli11/Makefile +++ b/devel/cli11/Makefile @@ -1,6 +1,6 @@ PORTNAME= cli11 DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cli11/distinfo b/devel/cli11/distinfo index 8b10c9e84bdf..417bae4a13db 100644 --- a/devel/cli11/distinfo +++ b/devel/cli11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632695793 -SHA256 (CLIUtils-CLI11-v2.1.0_GH0.tar.gz) = 2661b0112b02478bad3dc7f1749c4825bfc7e37b440cbb4c8c0e2ffaa3999112 -SIZE (CLIUtils-CLI11-v2.1.0_GH0.tar.gz) = 286192 +TIMESTAMP = 1633276073 +SHA256 (CLIUtils-CLI11-v2.1.1_GH0.tar.gz) = d69023d1d0ab6a22be86b4f59d449422bc5efd9121868f4e284d6042e52f682e +SIZE (CLIUtils-CLI11-v2.1.1_GH0.tar.gz) = 286234 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:52:46 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CFCD66A96C; Sun, 3 Oct 2021 16:52:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqf607qcz3hm2; Sun, 3 Oct 2021 16:52:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9E4D1A2B; Sun, 3 Oct 2021 16:52:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193Gqjje040171; Sun, 3 Oct 2021 16:52:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193GqjaG040170; Sun, 3 Oct 2021 16:52:45 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:52:45 GMT Message-Id: <202110031652.193GqjaG040170@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 70740cd363f7 - main - multimedia/ffaudioconverter: Update 0.29.1 -> 0.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 70740cd363f7f8ca26585ac72a44105a8d3c333d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:52:46 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=70740cd363f7f8ca26585ac72a44105a8d3c333d commit 70740cd363f7f8ca26585ac72a44105a8d3c333d Author: Yuri Victorovich AuthorDate: 2021-10-03 16:08:04 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 16:51:36 +0000 multimedia/ffaudioconverter: Update 0.29.1 -> 0.30.0 Reported by: portscout --- multimedia/ffaudioconverter/Makefile | 3 +-- multimedia/ffaudioconverter/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/multimedia/ffaudioconverter/Makefile b/multimedia/ffaudioconverter/Makefile index 159f7dd1d4d6..77bbc5ce72f6 100644 --- a/multimedia/ffaudioconverter/Makefile +++ b/multimedia/ffaudioconverter/Makefile @@ -1,7 +1,6 @@ PORTNAME= FFaudioConverter DISTVERSIONPREFIX= v -DISTVERSION= 0.29.1 -PORTREVISION= 1 +DISTVERSION= 0.30.0 CATEGORIES= multimedia audio MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/ffaudioconverter/distinfo b/multimedia/ffaudioconverter/distinfo index 7c2bc48d66ab..8fb76328c780 100644 --- a/multimedia/ffaudioconverter/distinfo +++ b/multimedia/ffaudioconverter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603845375 -SHA256 (Bleuzen-FFaudioConverter-v0.29.1_GH0.tar.gz) = bd70293a9e4a49d9f7a50af94f9801841e9655578d67550f3177fa682046730a -SIZE (Bleuzen-FFaudioConverter-v0.29.1_GH0.tar.gz) = 60370 +TIMESTAMP = 1633276992 +SHA256 (Bleuzen-FFaudioConverter-v0.30.0_GH0.tar.gz) = 39a3b615d0229ab8e27573e1994151b81aa6e7e1e4b2be15e1934137af5a2a30 +SIZE (Bleuzen-FFaudioConverter-v0.30.0_GH0.tar.gz) = 60445 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:52:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 408F366A971; Sun, 3 Oct 2021 16:52:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqf71NrNz3j15; Sun, 3 Oct 2021 16:52:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 119FF16C7; Sun, 3 Oct 2021 16:52:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193GqkKl040195; Sun, 3 Oct 2021 16:52:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193GqkH2040194; Sun, 3 Oct 2021 16:52:46 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:52:46 GMT Message-Id: <202110031652.193GqkH2040194@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 85d6ed71fdaf - main - security/fizz: Update 2021.09.20.00 -> 2021.09.27.00 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 85d6ed71fdaff6d88930ef7696e8ed6f7eb86669 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:52:47 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=85d6ed71fdaff6d88930ef7696e8ed6f7eb86669 commit 85d6ed71fdaff6d88930ef7696e8ed6f7eb86669 Author: Yuri Victorovich AuthorDate: 2021-10-03 16:50:22 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 16:51:36 +0000 security/fizz: Update 2021.09.20.00 -> 2021.09.27.00 --- security/fizz/Makefile | 2 +- security/fizz/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/fizz/Makefile b/security/fizz/Makefile index 0361fd1ee5f9..74e1ebc5f413 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2021.09.20.00 +DISTVERSION= 2021.09.27.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 94c661d53658..f3a0c31b1a38 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632679356 -SHA256 (facebookincubator-fizz-v2021.09.20.00_GH0.tar.gz) = 5a1b74a90761cb395f7d99ad053d57c3d378fdbf4dac0e25994ef1dd354d4b39 -SIZE (facebookincubator-fizz-v2021.09.20.00_GH0.tar.gz) = 543419 +TIMESTAMP = 1633277141 +SHA256 (facebookincubator-fizz-v2021.09.27.00_GH0.tar.gz) = d4ca13963c5cc04273391c1c0200fdb1bebff54a8eb0db0fee44c94ad7161e47 +SIZE (facebookincubator-fizz-v2021.09.27.00_GH0.tar.gz) = 543397 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:52:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8382466A364; Sun, 3 Oct 2021 16:52:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqf82pbhz3hph; Sun, 3 Oct 2021 16:52:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 372281478; Sun, 3 Oct 2021 16:52:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193Gqm1H040219; Sun, 3 Oct 2021 16:52:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193Gqmeq040218; Sun, 3 Oct 2021 16:52:48 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:52:48 GMT Message-Id: <202110031652.193Gqmeq040218@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 56e8e9c4a909 - main - net/wangle: Update 2021.09.20.00 -> 2021.09.27.00 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 56e8e9c4a909dba99b92b854639521bdebce6503 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:52:48 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=56e8e9c4a909dba99b92b854639521bdebce6503 commit 56e8e9c4a909dba99b92b854639521bdebce6503 Author: Yuri Victorovich AuthorDate: 2021-10-03 16:50:23 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 16:51:37 +0000 net/wangle: Update 2021.09.20.00 -> 2021.09.27.00 --- net/wangle/Makefile | 2 +- net/wangle/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/wangle/Makefile b/net/wangle/Makefile index b84ec4ed1682..ea48cd339490 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2021.09.20.00 +DISTVERSION= 2021.09.27.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index 87fce8a614b5..c5e83a68ab0a 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632679357 -SHA256 (facebook-wangle-v2021.09.20.00_GH0.tar.gz) = e159fd23b785bbee34785328fa9ec5970849ffc1e4497d033c344cc9920aa1f1 -SIZE (facebook-wangle-v2021.09.20.00_GH0.tar.gz) = 337248 +TIMESTAMP = 1633277142 +SHA256 (facebook-wangle-v2021.09.27.00_GH0.tar.gz) = b44bcf94c64de129731f3bb1eb06e594070ef3cfe5bf4c88732c9f388a2bd787 +SIZE (facebook-wangle-v2021.09.27.00_GH0.tar.gz) = 337371 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:52:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B910C66A367; Sun, 3 Oct 2021 16:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqf94R7hz3hpp; Sun, 3 Oct 2021 16:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60D1A18E6; Sun, 3 Oct 2021 16:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193GqnQG040250; Sun, 3 Oct 2021 16:52:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193GqnWA040249; Sun, 3 Oct 2021 16:52:49 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:52:49 GMT Message-Id: <202110031652.193GqnWA040249@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: c0969b9542aa - main - devel/fbthrift: Update 2021.09.20.00 -> 2021.09.27.00 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c0969b9542aaf8659ab77ecff7cff7cad3b766e7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:52:49 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0969b9542aaf8659ab77ecff7cff7cad3b766e7 commit c0969b9542aaf8659ab77ecff7cff7cad3b766e7 Author: Yuri Victorovich AuthorDate: 2021-10-03 16:50:24 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 16:51:37 +0000 devel/fbthrift: Update 2021.09.20.00 -> 2021.09.27.00 --- devel/fbthrift/Makefile | 3 ++- devel/fbthrift/distinfo | 6 +++--- devel/fbthrift/pkg-plist | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index 95b5b0b83e76..1258668be0b3 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2021.09.20.00 +DISTVERSION= 2021.09.27.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -17,6 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfolly.so:devel/folly \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ + libicui18n.so:devel/icu \ liblz4.so:archivers/liblz4 \ libsnappy.so:archivers/snappy \ libsodium.so:security/libsodium \ diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index 036530b9ba29..15d54c807aea 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632679359 -SHA256 (facebook-fbthrift-v2021.09.20.00_GH0.tar.gz) = 5349454323b3787e10d760535536700000f32fa9fb4302609e4f47265bd6452c -SIZE (facebook-fbthrift-v2021.09.20.00_GH0.tar.gz) = 5960231 +TIMESTAMP = 1633277144 +SHA256 (facebook-fbthrift-v2021.09.27.00_GH0.tar.gz) = db5c94d36afece9051d14e923a76c7d404d2842a79c6ea45702ccb4a44b74da6 +SIZE (facebook-fbthrift-v2021.09.27.00_GH0.tar.gz) = 5955719 diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist index 365bf570ace0..9bb6b258fff2 100644 --- a/devel/fbthrift/pkg-plist +++ b/devel/fbthrift/pkg-plist @@ -283,6 +283,7 @@ include/thrift/lib/cpp2/server/LoggingEventHelper.h include/thrift/lib/cpp2/server/MemoryTracker.h include/thrift/lib/cpp2/server/MonitoringMethodNames.h include/thrift/lib/cpp2/server/MonitoringServerInterface.h +include/thrift/lib/cpp2/server/PolledServiceHealth.h include/thrift/lib/cpp2/server/PreprocessParams.h include/thrift/lib/cpp2/server/RequestDebugLog.h include/thrift/lib/cpp2/server/RequestsRegistry.h From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:52:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25E2766A972; Sun, 3 Oct 2021 16:52:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqfB69vrz3hpy; Sun, 3 Oct 2021 16:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 992E01A2C; Sun, 3 Oct 2021 16:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193Gqot5040274; Sun, 3 Oct 2021 16:52:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193GqoRC040273; Sun, 3 Oct 2021 16:52:50 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:52:50 GMT Message-Id: <202110031652.193GqoRC040273@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 24b2a1a0c3f4 - main - net/fbzmq: Update 2021.09.20.00 -> 2021.09.27.00 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 24b2a1a0c3f4d43eb8c27f5908e152de09f19442 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:52:51 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=24b2a1a0c3f4d43eb8c27f5908e152de09f19442 commit 24b2a1a0c3f4d43eb8c27f5908e152de09f19442 Author: Yuri Victorovich AuthorDate: 2021-10-03 16:50:25 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 16:51:38 +0000 net/fbzmq: Update 2021.09.20.00 -> 2021.09.27.00 --- net/fbzmq/Makefile | 2 +- net/fbzmq/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/fbzmq/Makefile b/net/fbzmq/Makefile index c0574a8678b1..e60325463edb 100644 --- a/net/fbzmq/Makefile +++ b/net/fbzmq/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbzmq DISTVERSIONPREFIX= v -DISTVERSION= 2021.09.20.00 +DISTVERSION= 2021.09.27.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fbzmq/distinfo b/net/fbzmq/distinfo index adb674123775..02df42c3d1f5 100644 --- a/net/fbzmq/distinfo +++ b/net/fbzmq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632679361 -SHA256 (facebook-fbzmq-v2021.09.20.00_GH0.tar.gz) = f95f12426d3d3218ba024eb268a40dcaa58e307802f9f7840ad718d1104f502c -SIZE (facebook-fbzmq-v2021.09.20.00_GH0.tar.gz) = 200911 +TIMESTAMP = 1633277145 +SHA256 (facebook-fbzmq-v2021.09.27.00_GH0.tar.gz) = cdcc672bf116d5bdce0285de9bb0d9a4922536a11f5c20351bd6cd38a719c3b7 +SIZE (facebook-fbzmq-v2021.09.27.00_GH0.tar.gz) = 200924 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:52:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2842266AADA; Sun, 3 Oct 2021 16:52:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqfC6nBGz3hyC; Sun, 3 Oct 2021 16:52:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A88A51A82; Sun, 3 Oct 2021 16:52:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193Gqpn0040298; Sun, 3 Oct 2021 16:52:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193GqpBm040297; Sun, 3 Oct 2021 16:52:51 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:52:51 GMT Message-Id: <202110031652.193GqpBm040297@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 07332759b1a3 - main - www/proxygen: Update 2021.09.20.00 -> 2021.09.27.00 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 07332759b1a3f4ed7d1bee9bd786f6f51f94c397 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:52:52 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=07332759b1a3f4ed7d1bee9bd786f6f51f94c397 commit 07332759b1a3f4ed7d1bee9bd786f6f51f94c397 Author: Yuri Victorovich AuthorDate: 2021-10-03 16:50:26 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 16:51:38 +0000 www/proxygen: Update 2021.09.20.00 -> 2021.09.27.00 --- www/proxygen/Makefile | 2 +- www/proxygen/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index ccfebd8008f1..f00aba831e17 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2021.09.20.00 +DISTVERSION= 2021.09.27.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index 7ccb26c1b50a..f2fb28032658 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632679363 -SHA256 (facebook-proxygen-v2021.09.20.00_GH0.tar.gz) = 784cd5a4579fddb653ebfc15674ce0db48737fe00e46059d7fc07a4a07540dac -SIZE (facebook-proxygen-v2021.09.20.00_GH0.tar.gz) = 1088044 +TIMESTAMP = 1633277148 +SHA256 (facebook-proxygen-v2021.09.27.00_GH0.tar.gz) = e3730476b696ac02eaa75ea60ddd3001ebbd612720f07da3c141cec31a39cc2c +SIZE (facebook-proxygen-v2021.09.27.00_GH0.tar.gz) = 1088053 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:52:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A47366ABA5; Sun, 3 Oct 2021 16:52:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqfF1gwCz3j1Q; Sun, 3 Oct 2021 16:52:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C40BE17C1; Sun, 3 Oct 2021 16:52:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193Gqqtq040322; Sun, 3 Oct 2021 16:52:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193GqqM4040321; Sun, 3 Oct 2021 16:52:52 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:52:52 GMT Message-Id: <202110031652.193GqqM4040321@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: f0f8bd52d3f7 - main - devel/fatal: Update 2021.09.20.00 -> 2021.09.27.00 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f0f8bd52d3f75acff29a60eaf09de84659ee827c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:52:53 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0f8bd52d3f75acff29a60eaf09de84659ee827c commit f0f8bd52d3f75acff29a60eaf09de84659ee827c Author: Yuri Victorovich AuthorDate: 2021-10-03 16:50:26 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-03 16:51:39 +0000 devel/fatal: Update 2021.09.20.00 -> 2021.09.27.00 --- devel/fatal/Makefile | 2 +- devel/fatal/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index 6dbf7b67ca43..41c890e0c6dd 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2021.09.20.00 +DISTVERSION= 2021.09.27.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index 3a3fa0f21407..1ea17c331cc1 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632679364 -SHA256 (facebook-fatal-v2021.09.20.00_GH0.tar.gz) = 13761c52d0731b2895393857aee839df1de6879c92308715df2ca9bd4cc0c684 -SIZE (facebook-fatal-v2021.09.20.00_GH0.tar.gz) = 655068 +TIMESTAMP = 1633277149 +SHA256 (facebook-fatal-v2021.09.27.00_GH0.tar.gz) = 39d1f33acebf82b9430c1c383eab0550913a4236365c7fce8fbddd5902aa8acc +SIZE (facebook-fatal-v2021.09.27.00_GH0.tar.gz) = 655078 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 16:53:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4998C66AD85; Sun, 3 Oct 2021 16:53:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMqff1VcQz3j1l; Sun, 3 Oct 2021 16:53:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1430E17C3; Sun, 3 Oct 2021 16:53:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193GrEkw040516; Sun, 3 Oct 2021 16:53:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193GrEgQ040515; Sun, 3 Oct 2021 16:53:14 GMT (envelope-from git) Date: Sun, 3 Oct 2021 16:53:14 GMT Message-Id: <202110031653.193GrEgQ040515@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: c8d13ff17f78 - main - security/testssl.sh: Update to 3.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c8d13ff17f78a215ad3375a2e9a7a1f128ed62ff Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 16:53:14 -0000 The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8d13ff17f78a215ad3375a2e9a7a1f128ed62ff commit c8d13ff17f78a215ad3375a2e9a7a1f128ed62ff Author: Adam Weinberger AuthorDate: 2021-10-03 16:52:58 +0000 Commit: Adam Weinberger CommitDate: 2021-10-03 16:53:09 +0000 security/testssl.sh: Update to 3.0.6 --- security/testssl.sh/Makefile | 3 ++- security/testssl.sh/distinfo | 6 +++--- security/testssl.sh/pkg-plist | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/security/testssl.sh/Makefile b/security/testssl.sh/Makefile index 2216b2f664e7..d8d641b0bb27 100644 --- a/security/testssl.sh/Makefile +++ b/security/testssl.sh/Makefile @@ -1,5 +1,6 @@ PORTNAME= testssl.sh -DISTVERSION= 3.0.5 +DISTVERSIONPREFIX= v +DISTVERSION= 3.0.6 CATEGORIES= security MAINTAINER= adamw@FreeBSD.org diff --git a/security/testssl.sh/distinfo b/security/testssl.sh/distinfo index 96de946da566..6c4a67b59dc1 100644 --- a/security/testssl.sh/distinfo +++ b/security/testssl.sh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620664722 -SHA256 (drwetter-testssl.sh-3.0.5_GH0.tar.gz) = 9de744fe0e51a03d42fa85e4b83340948baeaa7080427f90b0efd23e9106fece -SIZE (drwetter-testssl.sh-3.0.5_GH0.tar.gz) = 9224554 +TIMESTAMP = 1633279615 +SHA256 (drwetter-testssl.sh-v3.0.6_GH0.tar.gz) = 05768444d6cf3dc5812f8fb88695d17a82668089deddd6aaf969041ba4c10b10 +SIZE (drwetter-testssl.sh-v3.0.6_GH0.tar.gz) = 9217988 diff --git a/security/testssl.sh/pkg-plist b/security/testssl.sh/pkg-plist index 2245c3614f4f..06887c5e1e62 100644 --- a/security/testssl.sh/pkg-plist +++ b/security/testssl.sh/pkg-plist @@ -13,6 +13,7 @@ man/man1/testssl.1.gz %%DATADIR%%/etc/client-simulation.wiresharked.txt %%DATADIR%%/etc/common-primes.txt %%DATADIR%%/etc/curves.txt +%%DATADIR%%/etc/openssl.cnf %%DATADIR%%/etc/tls_data.txt %%DATADIR%%/utils/00_unittest_baseline.sh %%DATADIR%%/utils/ccs-injection.bash From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 17:30:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F87266AB6F; Sun, 3 Oct 2021 17:30:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMrTj1JfSz3lwW; Sun, 3 Oct 2021 17:30:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CAF8166D; Sun, 3 Oct 2021 17:30:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193HUW52089593; Sun, 3 Oct 2021 17:30:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193HUWQc089592; Sun, 3 Oct 2021 17:30:32 GMT (envelope-from git) Date: Sun, 3 Oct 2021 17:30:32 GMT Message-Id: <202110031730.193HUWQc089592@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 0fd8a5031902 - main - devel/devhelp: Update to 41.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0fd8a5031902f5755874b0230de59fe9263db19d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 17:30:33 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fd8a5031902f5755874b0230de59fe9263db19d commit 0fd8a5031902f5755874b0230de59fe9263db19d Author: Neel Chauhan AuthorDate: 2021-10-03 17:20:55 +0000 Commit: Neel Chauhan CommitDate: 2021-10-03 17:30:32 +0000 devel/devhelp: Update to 41.2 --- devel/devhelp/Makefile | 2 +- devel/devhelp/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index bcab99c7012f..0a75d9aed5ac 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -1,7 +1,7 @@ # Created by: Adam Weinberger PORTNAME= devhelp -PORTVERSION= 41.1 +PORTVERSION= 41.2 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo index fee96b9fdd5c..28f26aca40ff 100644 --- a/devel/devhelp/distinfo +++ b/devel/devhelp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632351592 -SHA256 (gnome/devhelp-41.1.tar.xz) = 46ea4f8752c22442e0f14be10387a4e8a3872680c3f04882aabeac7daea22e4b -SIZE (gnome/devhelp-41.1.tar.xz) = 1455656 +TIMESTAMP = 1633280533 +SHA256 (gnome/devhelp-41.2.tar.xz) = ecaa90b0f4daa8fb2030f6dc690bf533ff99a773437fe0e18acfe82d997f60d2 +SIZE (gnome/devhelp-41.2.tar.xz) = 1455736 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 17:30:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 728BD66B2BB; Sun, 3 Oct 2021 17:30:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMrTk2dxgz3m2p; Sun, 3 Oct 2021 17:30:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 240EC1D62; Sun, 3 Oct 2021 17:30:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193HUYTF089617; Sun, 3 Oct 2021 17:30:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193HUYXU089616; Sun, 3 Oct 2021 17:30:34 GMT (envelope-from git) Date: Sun, 3 Oct 2021 17:30:34 GMT Message-Id: <202110031730.193HUYXU089616@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: e8b8483aa783 - main - security/seahorse: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e8b8483aa7832bea5fdc062db342a76255d6281b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 17:30:34 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8b8483aa7832bea5fdc062db342a76255d6281b commit e8b8483aa7832bea5fdc062db342a76255d6281b Author: Neel Chauhan AuthorDate: 2021-10-03 17:27:39 +0000 Commit: Neel Chauhan CommitDate: 2021-10-03 17:30:32 +0000 security/seahorse: Update to 41.0 --- security/seahorse/Makefile | 3 +- security/seahorse/distinfo | 6 ++-- security/seahorse/pkg-plist | 88 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 5 deletions(-) diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 366fbfd7aa6f..9e602068c440 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,8 +1,7 @@ # Created by: Dave McKay PORTNAME= seahorse -PORTVERSION= 40.0 -PORTREVISION= 1 +PORTVERSION= 41.0 CATEGORIES= security gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 9030ade9af2a..2a5f46d36685 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622079483 -SHA256 (gnome/seahorse-40.0.tar.xz) = 7ec7057b3868bac6ea041fda82140a39f5ec9e5b188b450914d453bc2d55d02c -SIZE (gnome/seahorse-40.0.tar.xz) = 1309064 +TIMESTAMP = 1633281709 +SHA256 (gnome/seahorse-41.0.tar.xz) = e6eec09e810448295f547f18c1d5772b65c3edc1d9e5a2595f10b5dde68929f5 +SIZE (gnome/seahorse-41.0.tar.xz) = 1371984 diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index fbcc33b9d130..77ce53b2b950 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -268,6 +268,50 @@ share/help/es/seahorse/ssh-import.page share/help/es/seahorse/subkeys-add.page share/help/es/seahorse/subkeys-examine.page share/help/es/seahorse/subkeys-revoke.page +share/help/eu/seahorse/about-diff-private-public.page +share/help/eu/seahorse/about-pgp.page +share/help/eu/seahorse/about-ssh.page +share/help/eu/seahorse/concepts.page +share/help/eu/seahorse/glossary.page +share/help/eu/seahorse/index.page +share/help/eu/seahorse/introduction.page +share/help/eu/seahorse/key-servers-add.page +share/help/eu/seahorse/keyring-change-default.page +share/help/eu/seahorse/keyring-create.page +share/help/eu/seahorse/keyring-lock.page +share/help/eu/seahorse/keyring-unlock.page +share/help/eu/seahorse/keyring-update-password.page +share/help/eu/seahorse/keyring.page +share/help/eu/seahorse/legal.xml +share/help/eu/seahorse/media/dialog-password-symbolic.svg +share/help/eu/seahorse/media/org.gnome.seahorse.Application.svg +share/help/eu/seahorse/misc-key-backup.page +share/help/eu/seahorse/misc-key-fingerprint.page +share/help/eu/seahorse/passwords-stored-create.page +share/help/eu/seahorse/passwords-view.page +share/help/eu/seahorse/pgp-create.page +share/help/eu/seahorse/pgp-delete.page +share/help/eu/seahorse/pgp-expiration-change.page +share/help/eu/seahorse/pgp-expired.page +share/help/eu/seahorse/pgp-export.page +share/help/eu/seahorse/pgp-import.page +share/help/eu/seahorse/pgp-photoid.page +share/help/eu/seahorse/pgp-publish.page +share/help/eu/seahorse/pgp-retrieve-remote.page +share/help/eu/seahorse/pgp-sign.page +share/help/eu/seahorse/pgp-subkeys.page +share/help/eu/seahorse/pgp-sync.page +share/help/eu/seahorse/pgp-userid-add.page +share/help/eu/seahorse/pgp-userid-primary.page +share/help/eu/seahorse/pgp-userid-remove.page +share/help/eu/seahorse/pgp-userid.page +share/help/eu/seahorse/ssh-connect-remote.page +share/help/eu/seahorse/ssh-create.page +share/help/eu/seahorse/ssh-export.page +share/help/eu/seahorse/ssh-import.page +share/help/eu/seahorse/subkeys-add.page +share/help/eu/seahorse/subkeys-examine.page +share/help/eu/seahorse/subkeys-revoke.page share/help/fr/seahorse/about-diff-private-public.page share/help/fr/seahorse/about-pgp.page share/help/fr/seahorse/about-ssh.page @@ -312,6 +356,50 @@ share/help/fr/seahorse/ssh-import.page share/help/fr/seahorse/subkeys-add.page share/help/fr/seahorse/subkeys-examine.page share/help/fr/seahorse/subkeys-revoke.page +share/help/gl/seahorse/about-diff-private-public.page +share/help/gl/seahorse/about-pgp.page +share/help/gl/seahorse/about-ssh.page +share/help/gl/seahorse/concepts.page +share/help/gl/seahorse/glossary.page +share/help/gl/seahorse/index.page +share/help/gl/seahorse/introduction.page +share/help/gl/seahorse/key-servers-add.page +share/help/gl/seahorse/keyring-change-default.page +share/help/gl/seahorse/keyring-create.page +share/help/gl/seahorse/keyring-lock.page +share/help/gl/seahorse/keyring-unlock.page +share/help/gl/seahorse/keyring-update-password.page +share/help/gl/seahorse/keyring.page +share/help/gl/seahorse/legal.xml +share/help/gl/seahorse/media/dialog-password-symbolic.svg +share/help/gl/seahorse/media/org.gnome.seahorse.Application.svg +share/help/gl/seahorse/misc-key-backup.page +share/help/gl/seahorse/misc-key-fingerprint.page +share/help/gl/seahorse/passwords-stored-create.page +share/help/gl/seahorse/passwords-view.page +share/help/gl/seahorse/pgp-create.page +share/help/gl/seahorse/pgp-delete.page +share/help/gl/seahorse/pgp-expiration-change.page +share/help/gl/seahorse/pgp-expired.page +share/help/gl/seahorse/pgp-export.page +share/help/gl/seahorse/pgp-import.page +share/help/gl/seahorse/pgp-photoid.page +share/help/gl/seahorse/pgp-publish.page +share/help/gl/seahorse/pgp-retrieve-remote.page +share/help/gl/seahorse/pgp-sign.page +share/help/gl/seahorse/pgp-subkeys.page +share/help/gl/seahorse/pgp-sync.page +share/help/gl/seahorse/pgp-userid-add.page +share/help/gl/seahorse/pgp-userid-primary.page +share/help/gl/seahorse/pgp-userid-remove.page +share/help/gl/seahorse/pgp-userid.page +share/help/gl/seahorse/ssh-connect-remote.page +share/help/gl/seahorse/ssh-create.page +share/help/gl/seahorse/ssh-export.page +share/help/gl/seahorse/ssh-import.page +share/help/gl/seahorse/subkeys-add.page +share/help/gl/seahorse/subkeys-examine.page +share/help/gl/seahorse/subkeys-revoke.page share/help/hu/seahorse/about-diff-private-public.page share/help/hu/seahorse/about-pgp.page share/help/hu/seahorse/about-ssh.page From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 17:52:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C5F366B998; Sun, 3 Oct 2021 17:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMrzQ2sm8z3p72; Sun, 3 Oct 2021 17:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43F0425B0; Sun, 3 Oct 2021 17:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193HqoA8020694; Sun, 3 Oct 2021 17:52:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193HqoYO020693; Sun, 3 Oct 2021 17:52:50 GMT (envelope-from git) Date: Sun, 3 Oct 2021 17:52:50 GMT Message-Id: <202110031752.193HqoYO020693@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 07fb2d5e9d001934f1670d01aec1f536f14ebde2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 17:52:50 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=07fb2d5e9d001934f1670d01aec1f536f14ebde2 commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2 Author: Fernando Apesteguía AuthorDate: 2021-09-12 15:18:06 +0000 Commit: Fernando Apesteguía CommitDate: 2021-10-03 17:47:27 +0000 */*: Remove compiler:openmp from Mk/Uses/compiler.mk The option implied a dependency on gcc but clang got openmp support long ago. Remove compiler:openmp from Mk/Uses/compiler.mk For ports using USE=compiler:openmp, just remove it and make them build with clang. Fix conditionals when necessary Bump PORTREVISION where appropriate If problem arises, they can be addressed by using USE_GCC=yes An update to the Porter's Handbook will follow. Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D31971 --- Mk/Uses/compiler.mk | 14 ++------------ archivers/pxz/Makefile | 4 ++-- archivers/rpm4/Makefile | 3 ++- biology/pooler/Makefile | 5 ++--- biology/seqan-apps/Makefile | 4 ++-- cad/calculix-ccx/Makefile | 4 ++-- graphics/ImageMagick6/Makefile | 7 +++---- graphics/ImageMagick7/Makefile | 8 +++----- graphics/aaphoto/Makefile | 6 +++--- math/hmat-oss/Makefile | 11 +++-------- math/librsb/Makefile | 3 ++- math/py-theano/Makefile | 3 ++- math/tmv/Makefile | 4 ++-- math/viennacl/Makefile | 4 ++-- 14 files changed, 32 insertions(+), 48 deletions(-) diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk index 18c8dec90cf5..6e03765f2a50 100644 --- a/Mk/Uses/compiler.mk +++ b/Mk/Uses/compiler.mk @@ -2,7 +2,7 @@ # # Feature: compiler # Usage: USES=compiler or USES=compiler:ARGS -# Valid ARGS: env (default, implicit) c++0x c++11-lib c++11-lang c11 openmp nestedfct features +# Valid ARGS: env (default, implicit) c++0x c++11-lib c++11-lang c11 nestedfct features # # c++0x: The port needs a compiler understanding C++0X # c++11-lang: The port needs a compiler understanding C++11 @@ -11,7 +11,6 @@ # gcc-c++11-lib:The port needs g++ compiler with a C++11 library # c++11-lib: The port needs a compiler understanding C++11 and with a C++11 ready standard library # c11: The port needs a compiler understanding C11 -# openmp: The port needs a compiler understanding openmp # nestedfct: The port needs a compiler understanding nested functions # features: The port will determine the features supported by the default compiler # @@ -34,7 +33,7 @@ _INCLUDE_USES_COMPILER_MK= yes compiler_ARGS= env .endif -VALID_ARGS= c++11-lib c++11-lang c++14-lang c++17-lang c11 features openmp env nestedfct c++0x gcc-c++11-lib +VALID_ARGS= c++11-lib c++11-lang c++14-lang c++17-lang c11 features env nestedfct c++0x gcc-c++11-lib _CC_hash:= ${CC:hash} _CXX_hash:= ${CXX:hash} @@ -57,8 +56,6 @@ _COMPILER_ARGS+= features c11 _COMPILER_ARGS+= features .elif ${compiler_ARGS} == env _COMPILER_ARGS+= env -.elif ${compiler_ARGS} == openmp -_COMPILER_ARGS+= env openmp .elif ${compiler_ARGS} == nestedfct _COMPILER_ARGS+= env nestedfct .else @@ -110,13 +107,6 @@ ALT_COMPILER_TYPE= gcc CHOSEN_COMPILER_TYPE= ${COMPILER_TYPE} -.if ${_COMPILER_ARGS:Mopenmp} -.if ${COMPILER_TYPE} == clang -USE_GCC= yes -CHOSEN_COMPILER_TYPE= gcc -.endif -.endif - .if ${_COMPILER_ARGS:Mnestedfct} .if ${COMPILER_TYPE} == clang USE_GCC= any diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile index 9f31be6ddfb6..0e6a5793ca2a 100644 --- a/archivers/pxz/Makefile +++ b/archivers/pxz/Makefile @@ -2,7 +2,7 @@ PORTNAME= pxz PORTVERSION= 0.20141018 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= archivers MASTER_SITES= LOCAL/delphij DISTNAME= pxz-git-${PORTVERSION:S/0.//} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME} -USES= cpe compiler:openmp tar:xz +USES= cpe tar:xz PLIST_FILES= bin/pxz share/man/man1/pxz.1.gz CPE_VENDOR= pxz_project diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index b34e6aadd90c..605deb742b68 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -2,6 +2,7 @@ PORTNAME= rpm PORTVERSION= 4.16.1.3 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.16.x/ PKGNAMESUFFIX= 4 @@ -20,7 +21,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ RUN_DEPENDS= bash:shells/bash \ gxargs:misc/findutils -USES= alias bdb sqlite compiler:openmp cpe gmake iconv libarchive libtool \ +USES= alias bdb sqlite cpe gmake iconv libarchive libtool \ lua:52+ pathfix pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes diff --git a/biology/pooler/Makefile b/biology/pooler/Makefile index f674ed8d0e6f..8236638d0c4a 100644 --- a/biology/pooler/Makefile +++ b/biology/pooler/Makefile @@ -1,6 +1,7 @@ PORTNAME= pooler DISTVERSIONPREFIX= v DISTVERSION= 1.78 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= ssb22@cam.ac.uk @@ -9,9 +10,6 @@ COMMENT= Optimise DNA sequencing primer-set combinations LICENSE= APACHE20 LICENSE_FILE= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/LICENSE -# Not needed on x86, aarch64, or ppc64-13.x -# Might need gcc on 32-bit ARM/PPC -USES= compiler:openmp USE_GITHUB= yes GH_ACCOUNT= ssb22 @@ -24,3 +22,4 @@ INSTALL_TARGET= install-strip PLIST_FILES= bin/pooler man/man1/pooler.1.gz share/applications/pooler.desktop .include + diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index 01879b514c32..57a78e8657df 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -3,7 +3,7 @@ PORTNAME= seqan-apps DISTVERSIONPREFIX= seqan-v DISTVERSION= 2.4.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org @@ -14,7 +14,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= boost-libs>0:devel/boost-libs -USES= cmake compiler:openmp # once #199603 is resolved, add c++14-lang +USES= cmake USE_GITHUB= yes GH_ACCOUNT= seqan GH_PROJECT= seqan diff --git a/cad/calculix-ccx/Makefile b/cad/calculix-ccx/Makefile index c5733de025f5..3807d9a7ea8d 100644 --- a/cad/calculix-ccx/Makefile +++ b/cad/calculix-ccx/Makefile @@ -2,7 +2,7 @@ PORTNAME= ccx PORTVERSION= 2.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ PKGNAMEPREFIX= CalculiX- @@ -18,7 +18,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libarpack.so:math/arpack-ng \ libspooles.so:math/spooles -USES= blaslapack compiler:openmp fortran gmake perl5 tar:bzip2 +USES= blaslapack fortran gmake perl5 tar:bzip2 USE_PERL5= build DIST_SOURCES= ccx_${PORTVERSION}.src${EXTRACT_SUFX} diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index f013c0906b14..fca01f41e974 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -1,6 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.12-12 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://www.imagemagick.org/download/ \ @@ -232,11 +232,10 @@ _IMAGEMAGICK_THREADS=no . if ${_IMAGEMAGICK_THREADS} == "no" IGNORE=OpenMP requires threads${_IMAGEMAGICK_THREADS_IGNORE_MSG} . else -CONFIGURE_ARGS+= --enable-openmp -USES+= compiler:openmp +CONFIGURE_ARGS+= --enable-openmp . endif .else -CONFIGURE_ARGS+= --disable-openmp +CONFIGURE_ARGS+= --disable-openmp .endif .if defined(WITH_WINDOWS_FONT_DIR) diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 630fa460b5d6..8df8dca03fd3 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -1,6 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.11-12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= https://www.imagemagick.org/download/ \ https://www.imagemagick.org/download/releases/ \ @@ -230,13 +230,11 @@ _IMAGEMAGICK_THREADS=no . if ${_IMAGEMAGICK_THREADS} == "no" IGNORE=OpenMP requires threads${_IMAGEMAGICK_THREADS_IGNORE_MSG} . else -CONFIGURE_ARGS+= --enable-openmp -USES+= compiler:openmp +CONFIGURE_ARGS+= --enable-openmp . endif .else -CONFIGURE_ARGS+= --disable-openmp +CONFIGURE_ARGS+= --disable-openmp .endif - .if defined(WITH_WINDOWS_FONT_DIR) CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR} .endif diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index 18f8dfcb8d3d..f6d67a94764c 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -3,7 +3,7 @@ PORTNAME= aaphoto PORTVERSION= 0.43.1 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MAINTAINER= mail@log69.com @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= log69 GNU_CONFIGURE= yes -USES= compiler:openmp jpeg +USES= jpeg CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -27,7 +27,7 @@ PLIST_FILES= bin/aaphoto .include -.if (${ARCH} == amd64 || ${ARCH} == i386) && ${CHOSEN_COMPILER_TYPE} == gcc +.if (${ARCH} == amd64 || ${ARCH} == i386) CFLAGS+= -fopenmp -D__OPENMP__ .endif diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile index e54cb7d5ed35..cd215947f434 100644 --- a/math/hmat-oss/Makefile +++ b/math/hmat-oss/Makefile @@ -1,5 +1,6 @@ PORTNAME= hmat-oss DISTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -10,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libopenblas.so:math/openblas -USES= cmake compiler:openmp +USES= cmake USE_LDCONFIG= yes USE_GITHUB= yes @@ -22,12 +23,6 @@ CMAKE_OFF= HMAT_GIT_VERSION LDFLAGS+= -lexecinfo -.include - -.if ${CHOSEN_COMPILER_TYPE} == gcc -USE_GCC= yes -.endif - do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_EXAMPLES:BOOL=ON ${CMAKE_SOURCE_PATH} && \ @@ -35,4 +30,4 @@ do-test: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test -.include +.include diff --git a/math/librsb/Makefile b/math/librsb/Makefile index 187ead3b681a..a98c55792372 100644 --- a/math/librsb/Makefile +++ b/math/librsb/Makefile @@ -2,6 +2,7 @@ PORTNAME= librsb PORTVERSION= 1.2.0.10 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/librsb DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-rc/} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gsed:textproc/gsed \ bash:shells/bash -USES= fortran compiler:openmp gmake shebangfix libtool +USES= fortran gmake shebangfix libtool INSTALL_TARGET= install-strip TEST_TARGET= qtests GNU_CONFIGURE= yes diff --git a/math/py-theano/Makefile b/math/py-theano/Makefile index 99c7e6c4c77f..85a928551040 100644 --- a/math/py-theano/Makefile +++ b/math/py-theano/Makefile @@ -2,6 +2,7 @@ PORTNAME= theano DISTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= compiler:openmp python:3.6+ +USES= python:3.6+ USE_PYTHON= concurrent distutils autoplist NO_ARCH= yes diff --git a/math/tmv/Makefile b/math/tmv/Makefile index 1783cfc1dd68..9ec06912099c 100644 --- a/math/tmv/Makefile +++ b/math/tmv/Makefile @@ -1,7 +1,7 @@ PORTNAME= tmv DISTVERSIONPREFIX= v DISTVERSION= 0.75 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Fast, intuitive linear algebra library for C++ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/TMV_LICENSE -USES= compiler:openmp gmake blaslapack:netlib localbase +USES= gmake blaslapack:netlib localbase USE_GITHUB= yes GH_ACCOUNT= rmjarvis USE_LDCONFIG= yes diff --git a/math/viennacl/Makefile b/math/viennacl/Makefile index 4eaabd71266d..d10341decf3d 100644 --- a/math/viennacl/Makefile +++ b/math/viennacl/Makefile @@ -2,7 +2,7 @@ PORTNAME= viennacl PORTVERSION= 1.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/1.7.x/ DISTNAME= ViennaCL-${PORTVERSION} @@ -17,6 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl -USES= cmake compiler:openmp localbase +USES= cmake localbase .include From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 18:02:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C1A6766B9A7; Sun, 3 Oct 2021 18:02:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMsBd2Kx3z3q2C; Sun, 3 Oct 2021 18:02:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 316AC26FC; Sun, 3 Oct 2021 18:02:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193I2X78034490; Sun, 3 Oct 2021 18:02:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193I2X5W034489; Sun, 3 Oct 2021 18:02:33 GMT (envelope-from git) Date: Sun, 3 Oct 2021 18:02:33 GMT Message-Id: <202110031802.193I2X5W034489@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 33606c70c937 - main - databases/redis_exporter: Update to 1.27.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 33606c70c93730e543fd7408af2a13817ffa5831 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 18:02:33 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=33606c70c93730e543fd7408af2a13817ffa5831 commit 33606c70c93730e543fd7408af2a13817ffa5831 Author: Volodymyr Kostyrko AuthorDate: 2021-10-03 17:57:47 +0000 Commit: Rainer Hurling CommitDate: 2021-10-03 18:02:06 +0000 databases/redis_exporter: Update to 1.27.1 Changelog: https://github.com/oliver006/redis_exporter/compare/v1.10.0...v1.27.1 PR: 258881 --- databases/redis_exporter/Makefile | 24 ++++++++++++------------ databases/redis_exporter/distinfo | 38 +++++++++++++++++++------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/databases/redis_exporter/Makefile b/databases/redis_exporter/Makefile index 624263e0f408..4373160a4289 100644 --- a/databases/redis_exporter/Makefile +++ b/databases/redis_exporter/Makefile @@ -1,7 +1,7 @@ # Created by: Jev Björsell PORTNAME= redis_exporter -PORTVERSION= 1.10.0 +PORTVERSION= 1.27.1 DISTVERSIONPREFIX=v CATEGORIES= databases @@ -15,20 +15,20 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= oliver006 -USE_RC_SUBR= redis_exporter - -GH_TUPLE= beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ +GH_TUPLE= \ + beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.1:cespare_xxhash/vendor/github.com/cespare/xxhash/v2 \ - golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:e047566:golang_sys/vendor/golang.org/x/sys \ - protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - gomodule:redigo:v1.8.2:gomodule_redigo/vendor/github.com/gomodule/redigo \ + golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sys:ebe580a85c40:golang_sys/vendor/golang.org/x/sys \ + gomodule:redigo:v1.8.5:gomodule_redigo/vendor/github.com/gomodule/redigo \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ - prometheus:client_golang:v1.7.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.10.0:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:procfs:v0.1.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ - sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus + prometheus:common:v0.26.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ + protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ + sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus +USE_RC_SUBR= redis_exporter GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" diff --git a/databases/redis_exporter/distinfo b/databases/redis_exporter/distinfo index 38efdc7f8b36..797631bc9024 100644 --- a/databases/redis_exporter/distinfo +++ b/databases/redis_exporter/distinfo @@ -1,27 +1,27 @@ -TIMESTAMP = 1597908276 -SHA256 (oliver006-redis_exporter-v1.10.0_GH0.tar.gz) = f86196d45eae87f750e13952dd04e088b8a8a52f622fe56d11a59019cf26b131 -SIZE (oliver006-redis_exporter-v1.10.0_GH0.tar.gz) = 43086 +TIMESTAMP = 1633245976 +SHA256 (oliver006-redis_exporter-v1.27.1_GH0.tar.gz) = fb84797a57d6d7d1678e7813a072d3aca851c31005ea3723146934384e29dbf5 +SIZE (oliver006-redis_exporter-v1.27.1_GH0.tar.gz) = 116512 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148 SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292 -SHA256 (golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87 -SIZE (golang-protobuf-v1.4.2_GH0.tar.gz) = 171778 -SHA256 (golang-sys-e047566_GH0.tar.gz) = 7f92a6517b6552ea479ffef7dc9b1a5f39a8eea4a0a940454ff0351bc350daeb -SIZE (golang-sys-e047566_GH0.tar.gz) = 1534595 -SHA256 (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = c1c04d6e36c0d0fb6f3374197f9025d7e6df13f38a974098be020617c00fbaf2 -SIZE (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804 -SHA256 (gomodule-redigo-v1.8.2_GH0.tar.gz) = d30c13303514969f1875a7c71b25dace0c52cc3d23cd41addcc9b3fa77ad4a7a -SIZE (gomodule-redigo-v1.8.2_GH0.tar.gz) = 48915 +SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 +SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 +SHA256 (golang-sys-ebe580a85c40_GH0.tar.gz) = b70e2301ad08c3ae255b004b8160f866798b95c0c1f88f12641343ed81ce523b +SIZE (golang-sys-ebe580a85c40_GH0.tar.gz) = 1197502 +SHA256 (gomodule-redigo-v1.8.5_GH0.tar.gz) = d22b4478eadf38f5e210ff489e52a85abee24a06a902135f23feddf2417ad8d4 +SIZE (gomodule-redigo-v1.8.5_GH0.tar.gz) = 50744 SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184 -SHA256 (prometheus-client_golang-v1.7.0_GH0.tar.gz) = 580946814972dd8df686ea8ac034aa2f009c13f69d67c923f5d9de0b09ae9743 -SIZE (prometheus-client_golang-v1.7.0_GH0.tar.gz) = 159940 +SHA256 (prometheus-client_golang-v1.11.0_GH0.tar.gz) = a3bc3312bde4182e507042ca0e7ca88aac6656bbf8d516d732e34c3f14bb612a +SIZE (prometheus-client_golang-v1.11.0_GH0.tar.gz) = 168706 SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 -SHA256 (prometheus-common-v0.10.0_GH0.tar.gz) = 349381082ea8e66637c2d2475f1ae0e74ca04a7b91eb3b96817c261b87668fd3 -SIZE (prometheus-common-v0.10.0_GH0.tar.gz) = 107763 -SHA256 (prometheus-procfs-v0.1.3_GH0.tar.gz) = 0b0872058bfdef11d9942535c992420150724c3b5a912a48a8d2ea26ac39efa6 -SIZE (prometheus-procfs-v0.1.3_GH0.tar.gz) = 156868 -SHA256 (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 536151aa2fed39e2b74925f81c8cd31f0c02c013881ba2d30982731d12424ed0 -SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748 +SHA256 (prometheus-common-v0.26.0_GH0.tar.gz) = 35cfd6f896655c848042802652394cc9da57ef01437f0d78bffb85a467f62a1b +SIZE (prometheus-common-v0.26.0_GH0.tar.gz) = 116907 +SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c +SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898 +SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676 +SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215 +SHA256 (sirupsen-logrus-v1.8.1_GH0.tar.gz) = e9492c08ac8f202b438ccfb992bf81b7860739cf8f2266958e0c574c7abfdd74 +SIZE (sirupsen-logrus-v1.8.1_GH0.tar.gz) = 47161 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 18:03:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2830F66BF0C; Sun, 3 Oct 2021 18:03:14 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMsCP6QJPz3pmh; Sun, 3 Oct 2021 18:03:13 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 5D7AFF3BF1; Sun, 3 Oct 2021 20:03:03 +0200 (CEST) Date: Sun, 3 Oct 2021 20:03:01 +0200 From: Piotr Kubaj To: Fernando =?utf-8?Q?Apestegu=C3=ADa?= Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk Message-ID: References: <202110031752.193HqoYO020693@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CGZxlC+rHkLR8gOh" Content-Disposition: inline In-Reply-To: <202110031752.193HqoYO020693@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4HMsCP6QJPz3pmh X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 18:03:14 -0000 --CGZxlC+rHkLR8gOh Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This is not correct. clang still doesn't have openmp support on some archit= ectures. Instead of removing this option, it should use clang where openmp is availa= ble and gcc where it's not availaible. =46rom src.conf(5) on 13.0-RELEASE: WITHOUT_OPENMP Set to not build LLVM's OpenMP runtime. This is a default setting on arm/armv6, arm/armv7, mips/mips, mips/mips64, powerpc/powerpc, riscv/riscv64 and riscv/riscv64s= f. I switched riscv64* to WITH_OPENMP after 13.0-RELEASE, but other architectu= res are still affected. Until ALL the supported architectures on all the supported stable branches = are switched, this option needs to stay. And last I tried, I found out that at least on powerpc, there's still no op= enmp support (don't confuse it with powerpc64 and powerpc64le on which open= mp works with clang). On 21-10-03 17:52:50, Fernando Apestegu=C3=ADa wrote: > The branch main has been updated by fernape: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D07fb2d5e9d001934f1670d01= aec1f536f14ebde2 >=20 > commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2 > Author: Fernando Apestegu=C3=ADa > AuthorDate: 2021-09-12 15:18:06 +0000 > Commit: Fernando Apestegu=C3=ADa > CommitDate: 2021-10-03 17:47:27 +0000 >=20 > */*: Remove compiler:openmp from Mk/Uses/compiler.mk > =20 > The option implied a dependency on gcc but clang got openmp support l= ong ago. > =20 > Remove compiler:openmp from Mk/Uses/compiler.mk > =20 > For ports using USE=3Dcompiler:openmp, just remove it and make them b= uild with > clang. > Fix conditionals when necessary > Bump PORTREVISION where appropriate > =20 > If problem arises, they can be addressed by using USE_GCC=3Dyes > =20 > An update to the Porter's Handbook will follow. > =20 > Approved by: portmgr (bapt) > Differential Revision: https://reviews.freebsd.org/D31971 > --- > Mk/Uses/compiler.mk | 14 ++------------ > archivers/pxz/Makefile | 4 ++-- > archivers/rpm4/Makefile | 3 ++- > biology/pooler/Makefile | 5 ++--- > biology/seqan-apps/Makefile | 4 ++-- > cad/calculix-ccx/Makefile | 4 ++-- > graphics/ImageMagick6/Makefile | 7 +++---- > graphics/ImageMagick7/Makefile | 8 +++----- > graphics/aaphoto/Makefile | 6 +++--- > math/hmat-oss/Makefile | 11 +++-------- > math/librsb/Makefile | 3 ++- > math/py-theano/Makefile | 3 ++- > math/tmv/Makefile | 4 ++-- > math/viennacl/Makefile | 4 ++-- > 14 files changed, 32 insertions(+), 48 deletions(-) >=20 > diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk > index 18c8dec90cf5..6e03765f2a50 100644 > --- a/Mk/Uses/compiler.mk > +++ b/Mk/Uses/compiler.mk > @@ -2,7 +2,7 @@ > # > # Feature: compiler > # Usage: USES=3Dcompiler or USES=3Dcompiler:ARGS > -# Valid ARGS: env (default, implicit) c++0x c++11-lib c++11-lang c11 ope= nmp nestedfct features > +# Valid ARGS: env (default, implicit) c++0x c++11-lib c++11-lang c11 nes= tedfct features > # > # c++0x: The port needs a compiler understanding C++0X > # c++11-lang: The port needs a compiler understanding C++11 > @@ -11,7 +11,6 @@ > # gcc-c++11-lib:The port needs g++ compiler with a C++11 library > # c++11-lib: The port needs a compiler understanding C++11 and with a C+= +11 ready standard library > # c11: The port needs a compiler understanding C11 > -# openmp: The port needs a compiler understanding openmp > # nestedfct: The port needs a compiler understanding nested functions > # features: The port will determine the features supported by the defaul= t compiler > # > @@ -34,7 +33,7 @@ _INCLUDE_USES_COMPILER_MK=3D yes > compiler_ARGS=3D env > .endif > =20 > -VALID_ARGS=3D c++11-lib c++11-lang c++14-lang c++17-lang c11 features op= enmp env nestedfct c++0x gcc-c++11-lib > +VALID_ARGS=3D c++11-lib c++11-lang c++14-lang c++17-lang c11 features en= v nestedfct c++0x gcc-c++11-lib > =20 > _CC_hash:=3D ${CC:hash} > _CXX_hash:=3D ${CXX:hash} > @@ -57,8 +56,6 @@ _COMPILER_ARGS+=3D features c11 > _COMPILER_ARGS+=3D features > .elif ${compiler_ARGS} =3D=3D env > _COMPILER_ARGS+=3D env > -.elif ${compiler_ARGS} =3D=3D openmp > -_COMPILER_ARGS+=3D env openmp > .elif ${compiler_ARGS} =3D=3D nestedfct > _COMPILER_ARGS+=3D env nestedfct > .else > @@ -110,13 +107,6 @@ ALT_COMPILER_TYPE=3D gcc > =20 > CHOSEN_COMPILER_TYPE=3D ${COMPILER_TYPE} > =20 > -.if ${_COMPILER_ARGS:Mopenmp} > -.if ${COMPILER_TYPE} =3D=3D clang > -USE_GCC=3D yes > -CHOSEN_COMPILER_TYPE=3D gcc > -.endif > -.endif > - > .if ${_COMPILER_ARGS:Mnestedfct} > .if ${COMPILER_TYPE} =3D=3D clang > USE_GCC=3D any > diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile > index 9f31be6ddfb6..0e6a5793ca2a 100644 > --- a/archivers/pxz/Makefile > +++ b/archivers/pxz/Makefile > @@ -2,7 +2,7 @@ > =20 > PORTNAME=3D pxz > PORTVERSION=3D 0.20141018 > -PORTREVISION=3D 8 > +PORTREVISION=3D 9 > CATEGORIES=3D archivers > MASTER_SITES=3D LOCAL/delphij > DISTNAME=3D pxz-git-${PORTVERSION:S/0.//} > @@ -15,7 +15,7 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING > =20 > WRKSRC=3D ${WRKDIR}/${PORTNAME} > =20 > -USES=3D cpe compiler:openmp tar:xz > +USES=3D cpe tar:xz > PLIST_FILES=3D bin/pxz share/man/man1/pxz.1.gz > =20 > CPE_VENDOR=3D pxz_project > diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile > index b34e6aadd90c..605deb742b68 100644 > --- a/archivers/rpm4/Makefile > +++ b/archivers/rpm4/Makefile > @@ -2,6 +2,7 @@ > =20 > PORTNAME=3D rpm > PORTVERSION=3D 4.16.1.3 > +PORTREVISION=3D 1 > CATEGORIES=3D archivers > MASTER_SITES=3D http://ftp.rpm.org/releases/rpm-4.16.x/ > PKGNAMESUFFIX=3D 4 > @@ -20,7 +21,7 @@ LIB_DEPENDS=3D libpopt.so:devel/popt \ > RUN_DEPENDS=3D bash:shells/bash \ > gxargs:misc/findutils > =20 > -USES=3D alias bdb sqlite compiler:openmp cpe gmake iconv libarchive lib= tool \ > +USES=3D alias bdb sqlite cpe gmake iconv libarchive libtool \ > lua:52+ pathfix pkgconfig shebangfix tar:bzip2 > USE_LDCONFIG=3D yes > =20 > diff --git a/biology/pooler/Makefile b/biology/pooler/Makefile > index f674ed8d0e6f..8236638d0c4a 100644 > --- a/biology/pooler/Makefile > +++ b/biology/pooler/Makefile > @@ -1,6 +1,7 @@ > PORTNAME=3D pooler > DISTVERSIONPREFIX=3D v > DISTVERSION=3D 1.78 > +PORTREVISION=3D 1 > CATEGORIES=3D biology > =20 > MAINTAINER=3D ssb22@cam.ac.uk > @@ -9,9 +10,6 @@ COMMENT=3D Optimise DNA sequencing primer-set combinatio= ns > LICENSE=3D APACHE20 > LICENSE_FILE=3D ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/LICENSE > =20 > -# Not needed on x86, aarch64, or ppc64-13.x > -# Might need gcc on 32-bit ARM/PPC > -USES=3D compiler:openmp > USE_GITHUB=3D yes > =20 > GH_ACCOUNT=3D ssb22 > @@ -24,3 +22,4 @@ INSTALL_TARGET=3D install-strip > PLIST_FILES=3D bin/pooler man/man1/pooler.1.gz share/applications/pooler= =2Edesktop > =20 > .include > + > diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile > index 01879b514c32..57a78e8657df 100644 > --- a/biology/seqan-apps/Makefile > +++ b/biology/seqan-apps/Makefile > @@ -3,7 +3,7 @@ > PORTNAME=3D seqan-apps > DISTVERSIONPREFIX=3D seqan-v > DISTVERSION=3D 2.4.0 > -PORTREVISION=3D 9 > +PORTREVISION=3D 10 > CATEGORIES=3D biology > =20 > MAINTAINER=3D h2+fbsdports@fsfe.org > @@ -14,7 +14,7 @@ LICENSE_COMB=3D multi > =20 > BUILD_DEPENDS=3D boost-libs>0:devel/boost-libs > =20 > -USES=3D cmake compiler:openmp # once #199603 is resolved, add c++14-lang > +USES=3D cmake > USE_GITHUB=3D yes > GH_ACCOUNT=3D seqan > GH_PROJECT=3D seqan > diff --git a/cad/calculix-ccx/Makefile b/cad/calculix-ccx/Makefile > index c5733de025f5..3807d9a7ea8d 100644 > --- a/cad/calculix-ccx/Makefile > +++ b/cad/calculix-ccx/Makefile > @@ -2,7 +2,7 @@ > =20 > PORTNAME=3D ccx > PORTVERSION=3D 2.17 > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > CATEGORIES=3D cad > MASTER_SITES=3D http://www.dhondt.de/ > PKGNAMEPREFIX=3D CalculiX- > @@ -18,7 +18,7 @@ LICENSE=3D GPLv2 > LIB_DEPENDS=3D libarpack.so:math/arpack-ng \ > libspooles.so:math/spooles > =20 > -USES=3D blaslapack compiler:openmp fortran gmake perl5 tar:bzip2 > +USES=3D blaslapack fortran gmake perl5 tar:bzip2 > USE_PERL5=3D build > =20 > DIST_SOURCES=3D ccx_${PORTVERSION}.src${EXTRACT_SUFX} > diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makef= ile > index f013c0906b14..fca01f41e974 100644 > --- a/graphics/ImageMagick6/Makefile > +++ b/graphics/ImageMagick6/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D ImageMagick > DISTVERSION=3D 6.9.12-12 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > PORTEPOCH=3D 1 > CATEGORIES=3D graphics perl5 > MASTER_SITES=3D https://www.imagemagick.org/download/ \ > @@ -232,11 +232,10 @@ _IMAGEMAGICK_THREADS=3Dno > . if ${_IMAGEMAGICK_THREADS} =3D=3D "no" > IGNORE=3DOpenMP requires threads${_IMAGEMAGICK_THREADS_IGNORE_MSG} > . else > -CONFIGURE_ARGS+=3D --enable-openmp > -USES+=3D compiler:openmp > +CONFIGURE_ARGS+=3D --enable-openmp > . endif > .else > -CONFIGURE_ARGS+=3D --disable-openmp > +CONFIGURE_ARGS+=3D --disable-openmp > .endif > =20 > .if defined(WITH_WINDOWS_FONT_DIR) > diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makef= ile > index 630fa460b5d6..8df8dca03fd3 100644 > --- a/graphics/ImageMagick7/Makefile > +++ b/graphics/ImageMagick7/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D ImageMagick > DISTVERSION=3D 7.0.11-12 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > CATEGORIES=3D graphics perl5 > MASTER_SITES=3D https://www.imagemagick.org/download/ \ > https://www.imagemagick.org/download/releases/ \ > @@ -230,13 +230,11 @@ _IMAGEMAGICK_THREADS=3Dno > . if ${_IMAGEMAGICK_THREADS} =3D=3D "no" > IGNORE=3DOpenMP requires threads${_IMAGEMAGICK_THREADS_IGNORE_MSG} > . else > -CONFIGURE_ARGS+=3D --enable-openmp > -USES+=3D compiler:openmp > +CONFIGURE_ARGS+=3D --enable-openmp > . endif > .else > -CONFIGURE_ARGS+=3D --disable-openmp > +CONFIGURE_ARGS+=3D --disable-openmp > .endif > - > .if defined(WITH_WINDOWS_FONT_DIR) > CONFIGURE_ARGS+=3D --with-windows-font-dir=3D${WITH_WINDOWS_FONT_DIR} > .endif > diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile > index 18f8dfcb8d3d..f6d67a94764c 100644 > --- a/graphics/aaphoto/Makefile > +++ b/graphics/aaphoto/Makefile > @@ -3,7 +3,7 @@ > PORTNAME=3D aaphoto > PORTVERSION=3D 0.43.1 > DISTVERSIONPREFIX=3D v > -PORTREVISION=3D 11 > +PORTREVISION=3D 12 > CATEGORIES=3D graphics > =20 > MAINTAINER=3D mail@log69.com > @@ -18,7 +18,7 @@ USE_GITHUB=3D yes > GH_ACCOUNT=3D log69 > =20 > GNU_CONFIGURE=3D yes > -USES=3D compiler:openmp jpeg > +USES=3D jpeg > =20 > CPPFLAGS+=3D -I${LOCALBASE}/include > LDFLAGS+=3D -L${LOCALBASE}/lib > @@ -27,7 +27,7 @@ PLIST_FILES=3D bin/aaphoto > =20 > .include > =20 > -.if (${ARCH} =3D=3D amd64 || ${ARCH} =3D=3D i386) && ${CHOSEN_COMPILER_T= YPE} =3D=3D gcc > +.if (${ARCH} =3D=3D amd64 || ${ARCH} =3D=3D i386) > CFLAGS+=3D -fopenmp -D__OPENMP__ > .endif > =20 > diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile > index e54cb7d5ed35..cd215947f434 100644 > --- a/math/hmat-oss/Makefile > +++ b/math/hmat-oss/Makefile > @@ -1,5 +1,6 @@ > PORTNAME=3D hmat-oss > DISTVERSION=3D 1.7.1 > +PORTREVISION=3D 1 > CATEGORIES=3D math > =20 > MAINTAINER=3D yuri@FreeBSD.org > @@ -10,7 +11,7 @@ LICENSE_FILE=3D ${WRKSRC}/LICENSE.md > =20 > LIB_DEPENDS=3D libopenblas.so:math/openblas > =20 > -USES=3D cmake compiler:openmp > +USES=3D cmake > USE_LDCONFIG=3D yes > =20 > USE_GITHUB=3D yes > @@ -22,12 +23,6 @@ CMAKE_OFF=3D HMAT_GIT_VERSION > =20 > LDFLAGS+=3D -lexecinfo > =20 > -.include > - > -.if ${CHOSEN_COMPILER_TYPE} =3D=3D gcc > -USE_GCC=3D yes > -.endif > - > do-test: > @cd ${BUILD_WRKSRC} && \ > ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_EXAMPLES= :BOOL=3DON ${CMAKE_SOURCE_PATH} && \ > @@ -35,4 +30,4 @@ do-test: > ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ > ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test > =20 > -.include > +.include > diff --git a/math/librsb/Makefile b/math/librsb/Makefile > index 187ead3b681a..a98c55792372 100644 > --- a/math/librsb/Makefile > +++ b/math/librsb/Makefile > @@ -2,6 +2,7 @@ > =20 > PORTNAME=3D librsb > PORTVERSION=3D 1.2.0.10 > +PORTREVISION=3D 1 > CATEGORIES=3D math > MASTER_SITES=3D SF/librsb > DISTNAME=3D ${PORTNAME}-${PORTVERSION:S/r/-rc/} > @@ -15,7 +16,7 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING > BUILD_DEPENDS=3D gsed:textproc/gsed \ > bash:shells/bash > =20 > -USES=3D fortran compiler:openmp gmake shebangfix libtool > +USES=3D fortran gmake shebangfix libtool > INSTALL_TARGET=3D install-strip > TEST_TARGET=3D qtests > GNU_CONFIGURE=3D yes > diff --git a/math/py-theano/Makefile b/math/py-theano/Makefile > index 99c7e6c4c77f..85a928551040 100644 > --- a/math/py-theano/Makefile > +++ b/math/py-theano/Makefile > @@ -2,6 +2,7 @@ > =20 > PORTNAME=3D theano > DISTVERSION=3D 1.0.5 > +PORTREVISION=3D 1 > CATEGORIES=3D math python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > @@ -17,7 +18,7 @@ RUN_DEPENDS=3D ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=3D0.8.0:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}six>=3D1.9.0:devel/py-six@${PY_FLAVOR} > =20 > -USES=3D compiler:openmp python:3.6+ > +USES=3D python:3.6+ > USE_PYTHON=3D concurrent distutils autoplist > =20 > NO_ARCH=3D yes > diff --git a/math/tmv/Makefile b/math/tmv/Makefile > index 1783cfc1dd68..9ec06912099c 100644 > --- a/math/tmv/Makefile > +++ b/math/tmv/Makefile > @@ -1,7 +1,7 @@ > PORTNAME=3D tmv > DISTVERSIONPREFIX=3D v > DISTVERSION=3D 0.75 > -PORTREVISION=3D 7 > +PORTREVISION=3D 8 > CATEGORIES=3D math > =20 > MAINTAINER=3D yuri@FreeBSD.org > @@ -10,7 +10,7 @@ COMMENT=3D Fast, intuitive linear algebra library for C= ++ > LICENSE=3D BSD2CLAUSE > LICENSE_FILE=3D ${WRKSRC}/TMV_LICENSE > =20 > -USES=3D compiler:openmp gmake blaslapack:netlib localbase > +USES=3D gmake blaslapack:netlib localbase > USE_GITHUB=3D yes > GH_ACCOUNT=3D rmjarvis > USE_LDCONFIG=3D yes > diff --git a/math/viennacl/Makefile b/math/viennacl/Makefile > index 4eaabd71266d..d10341decf3d 100644 > --- a/math/viennacl/Makefile > +++ b/math/viennacl/Makefile > @@ -2,7 +2,7 @@ > =20 > PORTNAME=3D viennacl > PORTVERSION=3D 1.7.1 > -PORTREVISION=3D 5 > +PORTREVISION=3D 6 > CATEGORIES=3D math > MASTER_SITES=3D SF/${PORTNAME}/1.7.x/ > DISTNAME=3D ViennaCL-${PORTVERSION} > @@ -17,6 +17,6 @@ BUILD_DEPENDS=3D ${LOCALBASE}/include/CL/opencl.h:devel= /opencl > LIB_DEPENDS=3D libOpenCL.so:devel/ocl-icd > RUN_DEPENDS=3D ${LOCALBASE}/include/CL/opencl.h:devel/opencl > =20 > -USES=3D cmake compiler:openmp localbase > +USES=3D cmake localbase > =20 > .include --CGZxlC+rHkLR8gOh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmFZ8FUACgkQelmbhSCD nJ3mnhAAxn6vleisRb5qWrKSd19J2gtF/ykw9Csec2HLcD45fN5HOgwzZPLonzl+ 19LEyI8oI8ZXjNs+AWsAvwzJkMyV84Hn9ki0S0a8nwBrJdnCWoyRoq6ubFRF4ioM nnbGg5gDFgyScdqOaSh0DbpJwofccaw6z6tV1jh+gPicS9UBZHVdzUU9Q7yVR2wE mTWpA8PLDIsrok27STxUwpkIvw8RVQXfySI8039wxrIg6gzU3jnohlD4JnLXBVKH SHVfIq7/BBc9650fKVBGtUOVWg2Q9Xl8CGWXgpMwnu9h1ftArJOGSvfoRaN97II5 wD1nOWkCuLjnZKL25DHSwLaWX6jx7YWo6g7AEwsFhLjyk9yVlCCyOTs3PxlXletU ZpThUSJJYxrFQ7TtGsjTncOFbdvSSCRx6ZbXA7aXy+SBp91xRCKFUpqh8WZnNAE1 cLk9pffXTvO/iYy0MmsVoZeooK59oujbOGrvugRXwfmRV7/Vo4G1yrjp26rmHrWi d5OObxa++uab6MEhJ1FTRugO+uyKaMMm96nrxg/PYyLXVvEIS2aLocjFcBJ3cL0g hHeN2Hstf1hPu1YzsDKAsSV9u+AdcN0e+H/OPjAdHj1egy+BvarKsoFUZkyK1Kt1 qoFicLADEdElf0OqZByQURKzmU/CtxR+j8PxwDmWLcGIXPA04wo= =AsIx -----END PGP SIGNATURE----- --CGZxlC+rHkLR8gOh-- From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 18:10:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 232C966BEFA; Sun, 3 Oct 2021 18:10:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMsNL04Mwz3qRH; Sun, 3 Oct 2021 18:10:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D80AB28A3; Sun, 3 Oct 2021 18:10:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193IAvSZ043418; Sun, 3 Oct 2021 18:10:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193IAv10043417; Sun, 3 Oct 2021 18:10:57 GMT (envelope-from git) Date: Sun, 3 Oct 2021 18:10:57 GMT Message-Id: <202110031810.193IAv10043417@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 850a37da081f - main - games/quadrapassel: Update to 40.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 850a37da081f617fa96772c44b0252464d6e6905 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 18:10:58 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=850a37da081f617fa96772c44b0252464d6e6905 commit 850a37da081f617fa96772c44b0252464d6e6905 Author: Neel Chauhan AuthorDate: 2021-10-03 18:03:51 +0000 Commit: Neel Chauhan CommitDate: 2021-10-03 18:10:56 +0000 games/quadrapassel: Update to 40.2 --- games/quadrapassel/Makefile | 27 +- games/quadrapassel/distinfo | 6 +- games/quadrapassel/files/patch-meson_build | 15 + games/quadrapassel/files/patch-src_meson_build | 15 + .../quadrapassel/files/patch-src_quadrapassel_vala | 116 ++++++ games/quadrapassel/pkg-plist | 445 ++++----------------- 6 files changed, 237 insertions(+), 387 deletions(-) diff --git a/games/quadrapassel/Makefile b/games/quadrapassel/Makefile index 265037d50136..be29ed509c3c 100644 --- a/games/quadrapassel/Makefile +++ b/games/quadrapassel/Makefile @@ -1,10 +1,9 @@ # Created by: FreeBSD GNOME Team PORTNAME= quadrapassel -PORTVERSION= 3.22.0 -PORTREVISION= 3 +PORTVERSION= 40.2 CATEGORIES= games gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -13,26 +12,24 @@ COMMENT= Gnome quadrapassel LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= vala:lang/vala \ +BUILD_DEPENDS= appstream-util:devel/appstream-glib \ itstool:textproc/itstool \ - appstream-util:devel/appstream-glib -LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ - libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ + vala:lang/vala +LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcanberra.so:audio/libcanberra \ - libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libclutter-1.0.so:graphics/clutter \ + libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libcogl.so:graphics/cogl \ libjson-glib-1.0.so:devel/json-glib PORTSCOUT= limitw:1,even -USES= gettext gl gmake gnome localbase pathfix \ - pkgconfig tar:xz xorg -USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build +USES= gettext gl gnome localbase meson pathfix pkgconfig tar:xz xorg +USE_GNOME= cairo gsound gtk30 intlhack librsvg2 libxml2:build INSTALLS_ICONS= yes -USE_GL= gl egl -USE_XORG= x11 xcomposite xext xdamage xfixes xi xrandr -GNU_CONFIGURE= yes +USE_GL= egl gl +USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr -GLIB_SCHEMAS= org.gnome.quadrapassel.gschema.xml +GLIB_SCHEMAS= org.gnome.Quadrapassel.gschema.xml .include diff --git a/games/quadrapassel/distinfo b/games/quadrapassel/distinfo index 06db4ce947a6..74412d09fa29 100644 --- a/games/quadrapassel/distinfo +++ b/games/quadrapassel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481306643 -SHA256 (gnome3/quadrapassel-3.22.0.tar.xz) = 0ed44ef73c8811cbdfc3b44c8fd80eb6e2998d102d59ac324e4748f5d9dddb55 -SIZE (gnome3/quadrapassel-3.22.0.tar.xz) = 1737252 +TIMESTAMP = 1633282591 +SHA256 (gnome3/quadrapassel-40.2.tar.xz) = 0bd822414207c73123ed6a49f723da5ac8dd4df5d35edc099ffea2e1399cc00a +SIZE (gnome3/quadrapassel-40.2.tar.xz) = 336896 diff --git a/games/quadrapassel/files/patch-meson_build b/games/quadrapassel/files/patch-meson_build new file mode 100644 index 000000000000..c7393c3abe23 --- /dev/null +++ b/games/quadrapassel/files/patch-meson_build @@ -0,0 +1,15 @@ +$OpenBSD: patch-meson_build,v 1.3 2020/05/14 15:29:34 jasper Exp $ + +Drop libmanette dependency which requires libevdev/libinput + +Index: meson.build +--- meson.build.orig ++++ meson.build +@@ -17,7 +17,6 @@ clutter_gtk_dependency = dependency('clutter-gtk-1.0', + cogl_dependency = dependency('cogl-1.0') + gsound_dependency = dependency('gsound', version: '>= 1.0.2') + gtk_dependency = dependency('gtk+-3.0', version: '>= 3.12.0') +-manette_dependency = dependency('manette-0.2', version: '>= 0.2.0') + pango_depepdency = dependency('pango') + pango_cairo_dependency = dependency('pangocairo') + posix_dependency = meson.get_compiler('vala').find_library('posix') diff --git a/games/quadrapassel/files/patch-src_meson_build b/games/quadrapassel/files/patch-src_meson_build new file mode 100644 index 000000000000..40cc475277fa --- /dev/null +++ b/games/quadrapassel/files/patch-src_meson_build @@ -0,0 +1,15 @@ +$OpenBSD: patch-src_meson_build,v 1.2 2019/11/02 14:16:28 jasper Exp $ + +Drop libmanette dependency which requires libevdev/libinput + +Index: src/meson.build +--- src/meson.build.orig ++++ src/meson.build +@@ -23,7 +23,6 @@ executable(meson.project_name(), + cogl_dependency, + gsound_dependency, + gtk_dependency, +- manette_dependency, + pango_depepdency, + pango_cairo_dependency, + posix_dependency, diff --git a/games/quadrapassel/files/patch-src_quadrapassel_vala b/games/quadrapassel/files/patch-src_quadrapassel_vala new file mode 100644 index 000000000000..a8e76fc2c6c7 --- /dev/null +++ b/games/quadrapassel/files/patch-src_quadrapassel_vala @@ -0,0 +1,116 @@ +$OpenBSD: patch-src_quadrapassel_vala,v 1.2 2020/05/14 15:29:34 jasper Exp $ + +Drop libmanette dependency which requires libevdev/libinput + +Index: src/quadrapassel.vala +--- src/quadrapassel.vala.orig ++++ src/quadrapassel.vala +@@ -58,8 +58,6 @@ public class Quadrapassel : Gtk.Application + private Gtk.CheckButton sound_toggle; + private Gtk.ListStore controls_model; + +- private Manette.Monitor manette_monitor; +- + private const GLib.ActionEntry[] action_entries = + { + { "new-game", new_game_cb }, +@@ -200,13 +198,6 @@ public class Quadrapassel : Gtk.Application + + game_grid.attach (pause_play_button, 2, 16, 1, 2); + +- manette_monitor = new Manette.Monitor (); +- manette_monitor.device_connected.connect (manette_device_connected_cb); +- var manette_iterator = manette_monitor.iterate (); +- Manette.Device manette_device = null; +- while (manette_iterator.next (out manette_device)) +- manette_device_connected_cb (manette_device); +- + history = new History (Path.build_filename (Environment.get_user_data_dir (), "quadrapassel", "history")); + history.load (); + +@@ -576,85 +567,6 @@ public class Quadrapassel : Gtk.Application + private void quit_cb () + { + window.destroy (); +- } +- +- private void manette_device_connected_cb (Manette.Device manette_device) +- { +- manette_device.button_press_event.connect (manette_button_press_event_cb); +- manette_device.button_release_event.connect (manette_button_release_event_cb); +- } +- +- private void manette_button_press_event_cb (Manette.Event event) +- { +- if (game == null) +- return; +- +- uint16 button; +- if (!event.get_button (out button)) +- return; +- +- if (button == InputEventCode.BTN_START || button == InputEventCode.BTN_SELECT) +- { +- if (!game.game_over) +- game.paused = !game.paused; +- return; +- } +- +- if (game.paused) +- return; +- +- if (button == InputEventCode.BTN_DPAD_LEFT) +- { +- game.move_left (); +- return; +- } +- else if (button == InputEventCode.BTN_DPAD_RIGHT) +- { +- game.move_right (); +- return; +- } +- else if (button == InputEventCode.BTN_A) +- { +- game.rotate_left (); +- return; +- } +- else if (button == InputEventCode.BTN_B) +- { +- game.rotate_right (); +- return; +- } +- else if (button == InputEventCode.BTN_DPAD_DOWN) +- { +- game.set_fast_forward (true); +- return; +- } +- else if (button == InputEventCode.BTN_DPAD_UP) +- { +- game.drop (); +- return; +- } +- } +- +- private void manette_button_release_event_cb (Manette.Event event) +- { +- if (game == null) +- return; +- +- uint16 button; +- if (!event.get_button (out button)) +- return; +- +- if (button == InputEventCode.BTN_DPAD_LEFT || +- button == InputEventCode.BTN_DPAD_RIGHT) +- { +- game.stop_moving (); +- return; +- } +- else if (button == InputEventCode.BTN_DPAD_DOWN) +- { +- game.set_fast_forward (false); +- return; +- } + } + + private bool key_press_event_cb (Gtk.Widget widget, Gdk.EventKey event) diff --git a/games/quadrapassel/pkg-plist b/games/quadrapassel/pkg-plist index cc8263fee1fd..8afb7b353961 100644 --- a/games/quadrapassel/pkg-plist +++ b/games/quadrapassel/pkg-plist @@ -1,24 +1,14 @@ bin/quadrapassel man/man6/quadrapassel.6.gz -share/appdata/quadrapassel.appdata.xml -share/applications/quadrapassel.desktop +share/applications/org.gnome.Quadrapassel.desktop share/help/C/quadrapassel/bug-filing.page share/help/C/quadrapassel/develop.page share/help/C/quadrapassel/documentation.page -share/help/C/quadrapassel/get-involved.page share/help/C/quadrapassel/index.page share/help/C/quadrapassel/legal.xml share/help/C/quadrapassel/license.page -share/help/C/quadrapassel/media/fig2.png -share/help/C/quadrapassel/media/fig3.png -share/help/C/quadrapassel/media/fig4.png -share/help/C/quadrapassel/media/fig5.png share/help/C/quadrapassel/media/go-home.png share/help/C/quadrapassel/media/go-previous.png -share/help/C/quadrapassel/media/part1.jpg -share/help/C/quadrapassel/media/part2.jpg -share/help/C/quadrapassel/media/part3.jpg -share/help/C/quadrapassel/media/part4.jpg share/help/C/quadrapassel/media/previous.png share/help/C/quadrapassel/media/quadrapassel.png share/help/C/quadrapassel/media/quadrapassel22.png @@ -29,20 +19,11 @@ share/help/C/quadrapassel/translate.page share/help/ca/quadrapassel/bug-filing.page share/help/ca/quadrapassel/develop.page share/help/ca/quadrapassel/documentation.page -share/help/ca/quadrapassel/get-involved.page share/help/ca/quadrapassel/index.page share/help/ca/quadrapassel/legal.xml share/help/ca/quadrapassel/license.page -share/help/ca/quadrapassel/media/fig2.png -share/help/ca/quadrapassel/media/fig3.png -share/help/ca/quadrapassel/media/fig4.png -share/help/ca/quadrapassel/media/fig5.png share/help/ca/quadrapassel/media/go-home.png share/help/ca/quadrapassel/media/go-previous.png -share/help/ca/quadrapassel/media/part1.jpg -share/help/ca/quadrapassel/media/part2.jpg -share/help/ca/quadrapassel/media/part3.jpg -share/help/ca/quadrapassel/media/part4.jpg share/help/ca/quadrapassel/media/previous.png share/help/ca/quadrapassel/media/quadrapassel.png share/help/ca/quadrapassel/media/quadrapassel22.png @@ -53,20 +34,11 @@ share/help/ca/quadrapassel/translate.page share/help/cs/quadrapassel/bug-filing.page share/help/cs/quadrapassel/develop.page share/help/cs/quadrapassel/documentation.page -share/help/cs/quadrapassel/get-involved.page share/help/cs/quadrapassel/index.page share/help/cs/quadrapassel/legal.xml share/help/cs/quadrapassel/license.page -share/help/cs/quadrapassel/media/fig2.png -share/help/cs/quadrapassel/media/fig3.png -share/help/cs/quadrapassel/media/fig4.png -share/help/cs/quadrapassel/media/fig5.png share/help/cs/quadrapassel/media/go-home.png share/help/cs/quadrapassel/media/go-previous.png -share/help/cs/quadrapassel/media/part1.jpg -share/help/cs/quadrapassel/media/part2.jpg -share/help/cs/quadrapassel/media/part3.jpg -share/help/cs/quadrapassel/media/part4.jpg share/help/cs/quadrapassel/media/previous.png share/help/cs/quadrapassel/media/quadrapassel.png share/help/cs/quadrapassel/media/quadrapassel22.png @@ -74,23 +46,29 @@ share/help/cs/quadrapassel/playgame.page share/help/cs/quadrapassel/preferences.page share/help/cs/quadrapassel/score.page share/help/cs/quadrapassel/translate.page +share/help/da/quadrapassel/bug-filing.page +share/help/da/quadrapassel/develop.page +share/help/da/quadrapassel/documentation.page +share/help/da/quadrapassel/index.page +share/help/da/quadrapassel/legal.xml +share/help/da/quadrapassel/license.page +share/help/da/quadrapassel/media/go-home.png +share/help/da/quadrapassel/media/go-previous.png +share/help/da/quadrapassel/media/previous.png +share/help/da/quadrapassel/media/quadrapassel.png +share/help/da/quadrapassel/media/quadrapassel22.png +share/help/da/quadrapassel/playgame.page +share/help/da/quadrapassel/preferences.page +share/help/da/quadrapassel/score.page +share/help/da/quadrapassel/translate.page share/help/de/quadrapassel/bug-filing.page share/help/de/quadrapassel/develop.page share/help/de/quadrapassel/documentation.page -share/help/de/quadrapassel/get-involved.page share/help/de/quadrapassel/index.page share/help/de/quadrapassel/legal.xml share/help/de/quadrapassel/license.page -share/help/de/quadrapassel/media/fig2.png -share/help/de/quadrapassel/media/fig3.png -share/help/de/quadrapassel/media/fig4.png -share/help/de/quadrapassel/media/fig5.png share/help/de/quadrapassel/media/go-home.png share/help/de/quadrapassel/media/go-previous.png -share/help/de/quadrapassel/media/part1.jpg -share/help/de/quadrapassel/media/part2.jpg -share/help/de/quadrapassel/media/part3.jpg -share/help/de/quadrapassel/media/part4.jpg share/help/de/quadrapassel/media/previous.png share/help/de/quadrapassel/media/quadrapassel.png share/help/de/quadrapassel/media/quadrapassel22.png @@ -101,20 +79,11 @@ share/help/de/quadrapassel/translate.page share/help/el/quadrapassel/bug-filing.page share/help/el/quadrapassel/develop.page share/help/el/quadrapassel/documentation.page -share/help/el/quadrapassel/get-involved.page share/help/el/quadrapassel/index.page share/help/el/quadrapassel/legal.xml share/help/el/quadrapassel/license.page -share/help/el/quadrapassel/media/fig2.png -share/help/el/quadrapassel/media/fig3.png -share/help/el/quadrapassel/media/fig4.png -share/help/el/quadrapassel/media/fig5.png share/help/el/quadrapassel/media/go-home.png share/help/el/quadrapassel/media/go-previous.png -share/help/el/quadrapassel/media/part1.jpg -share/help/el/quadrapassel/media/part2.jpg -share/help/el/quadrapassel/media/part3.jpg -share/help/el/quadrapassel/media/part4.jpg share/help/el/quadrapassel/media/previous.png share/help/el/quadrapassel/media/quadrapassel.png share/help/el/quadrapassel/media/quadrapassel22.png @@ -122,47 +91,14 @@ share/help/el/quadrapassel/playgame.page share/help/el/quadrapassel/preferences.page share/help/el/quadrapassel/score.page share/help/el/quadrapassel/translate.page -share/help/en_GB/quadrapassel/bug-filing.page -share/help/en_GB/quadrapassel/develop.page -share/help/en_GB/quadrapassel/documentation.page -share/help/en_GB/quadrapassel/get-involved.page -share/help/en_GB/quadrapassel/index.page -share/help/en_GB/quadrapassel/legal.xml -share/help/en_GB/quadrapassel/license.page -share/help/en_GB/quadrapassel/media/fig2.png -share/help/en_GB/quadrapassel/media/fig3.png -share/help/en_GB/quadrapassel/media/fig4.png -share/help/en_GB/quadrapassel/media/fig5.png -share/help/en_GB/quadrapassel/media/go-home.png -share/help/en_GB/quadrapassel/media/go-previous.png -share/help/en_GB/quadrapassel/media/part1.jpg -share/help/en_GB/quadrapassel/media/part2.jpg -share/help/en_GB/quadrapassel/media/part3.jpg -share/help/en_GB/quadrapassel/media/part4.jpg -share/help/en_GB/quadrapassel/media/previous.png -share/help/en_GB/quadrapassel/media/quadrapassel.png -share/help/en_GB/quadrapassel/media/quadrapassel22.png -share/help/en_GB/quadrapassel/playgame.page -share/help/en_GB/quadrapassel/preferences.page -share/help/en_GB/quadrapassel/score.page -share/help/en_GB/quadrapassel/translate.page share/help/es/quadrapassel/bug-filing.page share/help/es/quadrapassel/develop.page share/help/es/quadrapassel/documentation.page -share/help/es/quadrapassel/get-involved.page share/help/es/quadrapassel/index.page share/help/es/quadrapassel/legal.xml share/help/es/quadrapassel/license.page -share/help/es/quadrapassel/media/fig2.png -share/help/es/quadrapassel/media/fig3.png -share/help/es/quadrapassel/media/fig4.png -share/help/es/quadrapassel/media/fig5.png share/help/es/quadrapassel/media/go-home.png share/help/es/quadrapassel/media/go-previous.png -share/help/es/quadrapassel/media/part1.jpg -share/help/es/quadrapassel/media/part2.jpg -share/help/es/quadrapassel/media/part3.jpg -share/help/es/quadrapassel/media/part4.jpg share/help/es/quadrapassel/media/previous.png share/help/es/quadrapassel/media/quadrapassel.png share/help/es/quadrapassel/media/quadrapassel22.png @@ -173,20 +109,11 @@ share/help/es/quadrapassel/translate.page share/help/eu/quadrapassel/bug-filing.page share/help/eu/quadrapassel/develop.page share/help/eu/quadrapassel/documentation.page -share/help/eu/quadrapassel/get-involved.page share/help/eu/quadrapassel/index.page share/help/eu/quadrapassel/legal.xml share/help/eu/quadrapassel/license.page -share/help/eu/quadrapassel/media/fig2.png -share/help/eu/quadrapassel/media/fig3.png -share/help/eu/quadrapassel/media/fig4.png -share/help/eu/quadrapassel/media/fig5.png share/help/eu/quadrapassel/media/go-home.png share/help/eu/quadrapassel/media/go-previous.png -share/help/eu/quadrapassel/media/part1.jpg -share/help/eu/quadrapassel/media/part2.jpg -share/help/eu/quadrapassel/media/part3.jpg -share/help/eu/quadrapassel/media/part4.jpg share/help/eu/quadrapassel/media/previous.png share/help/eu/quadrapassel/media/quadrapassel.png share/help/eu/quadrapassel/media/quadrapassel22.png @@ -194,47 +121,14 @@ share/help/eu/quadrapassel/playgame.page share/help/eu/quadrapassel/preferences.page share/help/eu/quadrapassel/score.page share/help/eu/quadrapassel/translate.page -share/help/fi/quadrapassel/bug-filing.page -share/help/fi/quadrapassel/develop.page -share/help/fi/quadrapassel/documentation.page -share/help/fi/quadrapassel/get-involved.page -share/help/fi/quadrapassel/index.page -share/help/fi/quadrapassel/legal.xml -share/help/fi/quadrapassel/license.page -share/help/fi/quadrapassel/media/fig2.png -share/help/fi/quadrapassel/media/fig3.png -share/help/fi/quadrapassel/media/fig4.png -share/help/fi/quadrapassel/media/fig5.png -share/help/fi/quadrapassel/media/go-home.png -share/help/fi/quadrapassel/media/go-previous.png -share/help/fi/quadrapassel/media/part1.jpg -share/help/fi/quadrapassel/media/part2.jpg -share/help/fi/quadrapassel/media/part3.jpg -share/help/fi/quadrapassel/media/part4.jpg -share/help/fi/quadrapassel/media/previous.png -share/help/fi/quadrapassel/media/quadrapassel.png -share/help/fi/quadrapassel/media/quadrapassel22.png -share/help/fi/quadrapassel/playgame.page -share/help/fi/quadrapassel/preferences.page -share/help/fi/quadrapassel/score.page -share/help/fi/quadrapassel/translate.page share/help/fr/quadrapassel/bug-filing.page share/help/fr/quadrapassel/develop.page share/help/fr/quadrapassel/documentation.page -share/help/fr/quadrapassel/get-involved.page share/help/fr/quadrapassel/index.page share/help/fr/quadrapassel/legal.xml share/help/fr/quadrapassel/license.page -share/help/fr/quadrapassel/media/fig2.png -share/help/fr/quadrapassel/media/fig3.png -share/help/fr/quadrapassel/media/fig4.png -share/help/fr/quadrapassel/media/fig5.png share/help/fr/quadrapassel/media/go-home.png share/help/fr/quadrapassel/media/go-previous.png -share/help/fr/quadrapassel/media/part1.jpg -share/help/fr/quadrapassel/media/part2.jpg -share/help/fr/quadrapassel/media/part3.jpg -share/help/fr/quadrapassel/media/part4.jpg share/help/fr/quadrapassel/media/previous.png share/help/fr/quadrapassel/media/quadrapassel.png share/help/fr/quadrapassel/media/quadrapassel22.png @@ -245,20 +139,11 @@ share/help/fr/quadrapassel/translate.page share/help/gl/quadrapassel/bug-filing.page share/help/gl/quadrapassel/develop.page share/help/gl/quadrapassel/documentation.page -share/help/gl/quadrapassel/get-involved.page share/help/gl/quadrapassel/index.page share/help/gl/quadrapassel/legal.xml share/help/gl/quadrapassel/license.page -share/help/gl/quadrapassel/media/fig2.png -share/help/gl/quadrapassel/media/fig3.png -share/help/gl/quadrapassel/media/fig4.png -share/help/gl/quadrapassel/media/fig5.png share/help/gl/quadrapassel/media/go-home.png share/help/gl/quadrapassel/media/go-previous.png -share/help/gl/quadrapassel/media/part1.jpg -share/help/gl/quadrapassel/media/part2.jpg -share/help/gl/quadrapassel/media/part3.jpg -share/help/gl/quadrapassel/media/part4.jpg share/help/gl/quadrapassel/media/previous.png share/help/gl/quadrapassel/media/quadrapassel.png share/help/gl/quadrapassel/media/quadrapassel22.png @@ -269,20 +154,11 @@ share/help/gl/quadrapassel/translate.page share/help/hu/quadrapassel/bug-filing.page share/help/hu/quadrapassel/develop.page share/help/hu/quadrapassel/documentation.page -share/help/hu/quadrapassel/get-involved.page share/help/hu/quadrapassel/index.page share/help/hu/quadrapassel/legal.xml share/help/hu/quadrapassel/license.page -share/help/hu/quadrapassel/media/fig2.png -share/help/hu/quadrapassel/media/fig3.png -share/help/hu/quadrapassel/media/fig4.png -share/help/hu/quadrapassel/media/fig5.png share/help/hu/quadrapassel/media/go-home.png share/help/hu/quadrapassel/media/go-previous.png -share/help/hu/quadrapassel/media/part1.jpg -share/help/hu/quadrapassel/media/part2.jpg -share/help/hu/quadrapassel/media/part3.jpg -share/help/hu/quadrapassel/media/part4.jpg share/help/hu/quadrapassel/media/previous.png share/help/hu/quadrapassel/media/quadrapassel.png share/help/hu/quadrapassel/media/quadrapassel22.png @@ -290,215 +166,59 @@ share/help/hu/quadrapassel/playgame.page share/help/hu/quadrapassel/preferences.page share/help/hu/quadrapassel/score.page share/help/hu/quadrapassel/translate.page -share/help/it/quadrapassel/bug-filing.page -share/help/it/quadrapassel/develop.page -share/help/it/quadrapassel/documentation.page -share/help/it/quadrapassel/get-involved.page -share/help/it/quadrapassel/index.page -share/help/it/quadrapassel/legal.xml -share/help/it/quadrapassel/license.page -share/help/it/quadrapassel/media/fig2.png -share/help/it/quadrapassel/media/fig3.png -share/help/it/quadrapassel/media/fig4.png -share/help/it/quadrapassel/media/fig5.png -share/help/it/quadrapassel/media/go-home.png -share/help/it/quadrapassel/media/go-previous.png -share/help/it/quadrapassel/media/part1.jpg -share/help/it/quadrapassel/media/part2.jpg -share/help/it/quadrapassel/media/part3.jpg -share/help/it/quadrapassel/media/part4.jpg -share/help/it/quadrapassel/media/previous.png -share/help/it/quadrapassel/media/quadrapassel.png -share/help/it/quadrapassel/media/quadrapassel22.png -share/help/it/quadrapassel/playgame.page -share/help/it/quadrapassel/preferences.page -share/help/it/quadrapassel/score.page -share/help/it/quadrapassel/translate.page -share/help/ja/quadrapassel/bug-filing.page -share/help/ja/quadrapassel/develop.page -share/help/ja/quadrapassel/documentation.page -share/help/ja/quadrapassel/get-involved.page -share/help/ja/quadrapassel/index.page -share/help/ja/quadrapassel/legal.xml -share/help/ja/quadrapassel/license.page -share/help/ja/quadrapassel/media/fig2.png -share/help/ja/quadrapassel/media/fig3.png -share/help/ja/quadrapassel/media/fig4.png -share/help/ja/quadrapassel/media/fig5.png -share/help/ja/quadrapassel/media/go-home.png -share/help/ja/quadrapassel/media/go-previous.png -share/help/ja/quadrapassel/media/part1.jpg -share/help/ja/quadrapassel/media/part2.jpg -share/help/ja/quadrapassel/media/part3.jpg -share/help/ja/quadrapassel/media/part4.jpg -share/help/ja/quadrapassel/media/previous.png -share/help/ja/quadrapassel/media/quadrapassel.png -share/help/ja/quadrapassel/media/quadrapassel22.png -share/help/ja/quadrapassel/playgame.page -share/help/ja/quadrapassel/preferences.page -share/help/ja/quadrapassel/score.page -share/help/ja/quadrapassel/translate.page -share/help/oc/quadrapassel/bug-filing.page -share/help/oc/quadrapassel/develop.page -share/help/oc/quadrapassel/documentation.page -share/help/oc/quadrapassel/get-involved.page -share/help/oc/quadrapassel/index.page -share/help/oc/quadrapassel/legal.xml -share/help/oc/quadrapassel/license.page -share/help/oc/quadrapassel/media/fig2.png -share/help/oc/quadrapassel/media/fig3.png -share/help/oc/quadrapassel/media/fig4.png -share/help/oc/quadrapassel/media/fig5.png -share/help/oc/quadrapassel/media/go-home.png -share/help/oc/quadrapassel/media/go-previous.png -share/help/oc/quadrapassel/media/part1.jpg -share/help/oc/quadrapassel/media/part2.jpg -share/help/oc/quadrapassel/media/part3.jpg -share/help/oc/quadrapassel/media/part4.jpg -share/help/oc/quadrapassel/media/previous.png -share/help/oc/quadrapassel/media/quadrapassel.png -share/help/oc/quadrapassel/media/quadrapassel22.png -share/help/oc/quadrapassel/playgame.page -share/help/oc/quadrapassel/preferences.page -share/help/oc/quadrapassel/score.page -share/help/oc/quadrapassel/translate.page +share/help/id/quadrapassel/bug-filing.page +share/help/id/quadrapassel/develop.page +share/help/id/quadrapassel/documentation.page +share/help/id/quadrapassel/index.page +share/help/id/quadrapassel/legal.xml +share/help/id/quadrapassel/license.page +share/help/id/quadrapassel/media/go-home.png +share/help/id/quadrapassel/media/go-previous.png +share/help/id/quadrapassel/media/previous.png +share/help/id/quadrapassel/media/quadrapassel.png +share/help/id/quadrapassel/media/quadrapassel22.png +share/help/id/quadrapassel/playgame.page +share/help/id/quadrapassel/preferences.page +share/help/id/quadrapassel/score.page +share/help/id/quadrapassel/translate.page +share/help/pl/quadrapassel/bug-filing.page +share/help/pl/quadrapassel/develop.page +share/help/pl/quadrapassel/documentation.page +share/help/pl/quadrapassel/index.page +share/help/pl/quadrapassel/legal.xml +share/help/pl/quadrapassel/license.page +share/help/pl/quadrapassel/media/go-home.png +share/help/pl/quadrapassel/media/go-previous.png +share/help/pl/quadrapassel/media/previous.png +share/help/pl/quadrapassel/media/quadrapassel.png +share/help/pl/quadrapassel/media/quadrapassel22.png +share/help/pl/quadrapassel/playgame.page +share/help/pl/quadrapassel/preferences.page +share/help/pl/quadrapassel/score.page +share/help/pl/quadrapassel/translate.page share/help/pt_BR/quadrapassel/bug-filing.page share/help/pt_BR/quadrapassel/develop.page share/help/pt_BR/quadrapassel/documentation.page -share/help/pt_BR/quadrapassel/get-involved.page share/help/pt_BR/quadrapassel/index.page share/help/pt_BR/quadrapassel/legal.xml share/help/pt_BR/quadrapassel/license.page -share/help/pt_BR/quadrapassel/playgame.page -share/help/pt_BR/quadrapassel/preferences.page -share/help/pt_BR/quadrapassel/score.page -share/help/pt_BR/quadrapassel/translate.page -share/help/pt_BR/quadrapassel/media/fig2.png -share/help/pt_BR/quadrapassel/media/fig3.png -share/help/pt_BR/quadrapassel/media/fig4.png -share/help/pt_BR/quadrapassel/media/fig5.png share/help/pt_BR/quadrapassel/media/go-home.png share/help/pt_BR/quadrapassel/media/go-previous.png -share/help/pt_BR/quadrapassel/media/part1.jpg -share/help/pt_BR/quadrapassel/media/part2.jpg -share/help/pt_BR/quadrapassel/media/part3.jpg -share/help/pt_BR/quadrapassel/media/part4.jpg share/help/pt_BR/quadrapassel/media/previous.png share/help/pt_BR/quadrapassel/media/quadrapassel.png share/help/pt_BR/quadrapassel/media/quadrapassel22.png -share/help/ro/quadrapassel/bug-filing.page -share/help/ro/quadrapassel/develop.page -share/help/ro/quadrapassel/documentation.page -share/help/ro/quadrapassel/get-involved.page -share/help/ro/quadrapassel/index.page -share/help/ro/quadrapassel/legal.xml -share/help/ro/quadrapassel/license.page -share/help/ro/quadrapassel/media/fig2.png -share/help/ro/quadrapassel/media/fig3.png -share/help/ro/quadrapassel/media/fig4.png -share/help/ro/quadrapassel/media/fig5.png -share/help/ro/quadrapassel/media/go-home.png -share/help/ro/quadrapassel/media/go-previous.png -share/help/ro/quadrapassel/media/part1.jpg -share/help/ro/quadrapassel/media/part2.jpg -share/help/ro/quadrapassel/media/part3.jpg -share/help/ro/quadrapassel/media/part4.jpg -share/help/ro/quadrapassel/media/previous.png -share/help/ro/quadrapassel/media/quadrapassel.png -share/help/ro/quadrapassel/media/quadrapassel22.png -share/help/ro/quadrapassel/playgame.page -share/help/ro/quadrapassel/preferences.page -share/help/ro/quadrapassel/score.page -share/help/ro/quadrapassel/translate.page -share/help/sl/quadrapassel/bug-filing.page -share/help/sl/quadrapassel/develop.page -share/help/sl/quadrapassel/documentation.page -share/help/sl/quadrapassel/get-involved.page -share/help/sl/quadrapassel/index.page -share/help/sl/quadrapassel/legal.xml -share/help/sl/quadrapassel/license.page -share/help/sl/quadrapassel/media/fig2.png -share/help/sl/quadrapassel/media/fig3.png -share/help/sl/quadrapassel/media/fig4.png -share/help/sl/quadrapassel/media/fig5.png -share/help/sl/quadrapassel/media/go-home.png -share/help/sl/quadrapassel/media/go-previous.png -share/help/sl/quadrapassel/media/part1.jpg -share/help/sl/quadrapassel/media/part2.jpg -share/help/sl/quadrapassel/media/part3.jpg -share/help/sl/quadrapassel/media/part4.jpg -share/help/sl/quadrapassel/media/previous.png -share/help/sl/quadrapassel/media/quadrapassel.png -share/help/sl/quadrapassel/media/quadrapassel22.png -share/help/sl/quadrapassel/playgame.page -share/help/sl/quadrapassel/preferences.page -share/help/sl/quadrapassel/score.page -share/help/sl/quadrapassel/translate.page -share/help/sr/quadrapassel/bug-filing.page -share/help/sr/quadrapassel/develop.page -share/help/sr/quadrapassel/documentation.page -share/help/sr/quadrapassel/get-involved.page -share/help/sr/quadrapassel/index.page -share/help/sr/quadrapassel/legal.xml -share/help/sr/quadrapassel/license.page -share/help/sr/quadrapassel/media/fig2.png -share/help/sr/quadrapassel/media/fig3.png -share/help/sr/quadrapassel/media/fig4.png -share/help/sr/quadrapassel/media/fig5.png -share/help/sr/quadrapassel/media/go-home.png -share/help/sr/quadrapassel/media/go-previous.png -share/help/sr/quadrapassel/media/part1.jpg -share/help/sr/quadrapassel/media/part2.jpg -share/help/sr/quadrapassel/media/part3.jpg -share/help/sr/quadrapassel/media/part4.jpg -share/help/sr/quadrapassel/media/previous.png -share/help/sr/quadrapassel/media/quadrapassel.png -share/help/sr/quadrapassel/media/quadrapassel22.png -share/help/sr/quadrapassel/playgame.page -share/help/sr/quadrapassel/preferences.page -share/help/sr/quadrapassel/score.page -share/help/sr/quadrapassel/translate.page -share/help/sr@latin/quadrapassel/bug-filing.page -share/help/sr@latin/quadrapassel/develop.page -share/help/sr@latin/quadrapassel/documentation.page -share/help/sr@latin/quadrapassel/get-involved.page -share/help/sr@latin/quadrapassel/index.page -share/help/sr@latin/quadrapassel/legal.xml -share/help/sr@latin/quadrapassel/license.page -share/help/sr@latin/quadrapassel/media/fig2.png -share/help/sr@latin/quadrapassel/media/fig3.png -share/help/sr@latin/quadrapassel/media/fig4.png -share/help/sr@latin/quadrapassel/media/fig5.png -share/help/sr@latin/quadrapassel/media/go-home.png -share/help/sr@latin/quadrapassel/media/go-previous.png -share/help/sr@latin/quadrapassel/media/part1.jpg -share/help/sr@latin/quadrapassel/media/part2.jpg -share/help/sr@latin/quadrapassel/media/part3.jpg -share/help/sr@latin/quadrapassel/media/part4.jpg -share/help/sr@latin/quadrapassel/media/previous.png -share/help/sr@latin/quadrapassel/media/quadrapassel.png -share/help/sr@latin/quadrapassel/media/quadrapassel22.png -share/help/sr@latin/quadrapassel/playgame.page -share/help/sr@latin/quadrapassel/preferences.page -share/help/sr@latin/quadrapassel/score.page -share/help/sr@latin/quadrapassel/translate.page +share/help/pt_BR/quadrapassel/playgame.page +share/help/pt_BR/quadrapassel/preferences.page +share/help/pt_BR/quadrapassel/score.page +share/help/pt_BR/quadrapassel/translate.page share/help/sv/quadrapassel/bug-filing.page share/help/sv/quadrapassel/develop.page share/help/sv/quadrapassel/documentation.page -share/help/sv/quadrapassel/get-involved.page share/help/sv/quadrapassel/index.page share/help/sv/quadrapassel/legal.xml share/help/sv/quadrapassel/license.page -share/help/sv/quadrapassel/media/fig2.png -share/help/sv/quadrapassel/media/fig3.png -share/help/sv/quadrapassel/media/fig4.png -share/help/sv/quadrapassel/media/fig5.png share/help/sv/quadrapassel/media/go-home.png share/help/sv/quadrapassel/media/go-previous.png -share/help/sv/quadrapassel/media/part1.jpg -share/help/sv/quadrapassel/media/part2.jpg -share/help/sv/quadrapassel/media/part3.jpg -share/help/sv/quadrapassel/media/part4.jpg share/help/sv/quadrapassel/media/previous.png share/help/sv/quadrapassel/media/quadrapassel.png share/help/sv/quadrapassel/media/quadrapassel22.png @@ -506,37 +226,23 @@ share/help/sv/quadrapassel/playgame.page share/help/sv/quadrapassel/preferences.page share/help/sv/quadrapassel/score.page share/help/sv/quadrapassel/translate.page -share/help/zh_CN/quadrapassel/bug-filing.page -share/help/zh_CN/quadrapassel/develop.page -share/help/zh_CN/quadrapassel/documentation.page -share/help/zh_CN/quadrapassel/get-involved.page -share/help/zh_CN/quadrapassel/index.page -share/help/zh_CN/quadrapassel/legal.xml -share/help/zh_CN/quadrapassel/license.page -share/help/zh_CN/quadrapassel/media/fig2.png -share/help/zh_CN/quadrapassel/media/fig3.png -share/help/zh_CN/quadrapassel/media/fig4.png -share/help/zh_CN/quadrapassel/media/fig5.png -share/help/zh_CN/quadrapassel/media/go-home.png -share/help/zh_CN/quadrapassel/media/go-previous.png -share/help/zh_CN/quadrapassel/media/part1.jpg -share/help/zh_CN/quadrapassel/media/part2.jpg -share/help/zh_CN/quadrapassel/media/part3.jpg -share/help/zh_CN/quadrapassel/media/part4.jpg -share/help/zh_CN/quadrapassel/media/previous.png -share/help/zh_CN/quadrapassel/media/quadrapassel.png -share/help/zh_CN/quadrapassel/media/quadrapassel22.png -share/help/zh_CN/quadrapassel/playgame.page -share/help/zh_CN/quadrapassel/preferences.page -share/help/zh_CN/quadrapassel/score.page -share/help/zh_CN/quadrapassel/translate.page -share/icons/hicolor/16x16/apps/quadrapassel.png -share/icons/hicolor/22x22/apps/quadrapassel.png -share/icons/hicolor/24x24/apps/quadrapassel.png -share/icons/hicolor/32x32/apps/quadrapassel.png -share/icons/hicolor/48x48/apps/quadrapassel.png -share/icons/hicolor/symbolic/apps/quadrapassel-symbolic.svg -share/icons/hicolor/scalable/apps/quadrapassel.svg +share/help/uk/quadrapassel/bug-filing.page +share/help/uk/quadrapassel/develop.page +share/help/uk/quadrapassel/documentation.page +share/help/uk/quadrapassel/index.page +share/help/uk/quadrapassel/legal.xml +share/help/uk/quadrapassel/license.page +share/help/uk/quadrapassel/media/go-home.png +share/help/uk/quadrapassel/media/go-previous.png +share/help/uk/quadrapassel/media/previous.png +share/help/uk/quadrapassel/media/quadrapassel.png +share/help/uk/quadrapassel/media/quadrapassel22.png +share/help/uk/quadrapassel/playgame.page +share/help/uk/quadrapassel/preferences.page +share/help/uk/quadrapassel/score.page +share/help/uk/quadrapassel/translate.page +share/icons/hicolor/scalable/apps/org.gnome.Quadrapassel.svg +share/icons/hicolor/symbolic/apps/org.gnome.Quadrapassel-symbolic.svg share/locale/af/LC_MESSAGES/quadrapassel.mo share/locale/am/LC_MESSAGES/quadrapassel.mo share/locale/ar/LC_MESSAGES/quadrapassel.mo @@ -626,11 +332,12 @@ share/locale/xh/LC_MESSAGES/quadrapassel.mo share/locale/zh_CN/LC_MESSAGES/quadrapassel.mo share/locale/zh_HK/LC_MESSAGES/quadrapassel.mo share/locale/zh_TW/LC_MESSAGES/quadrapassel.mo -share/quadrapassel/sounds/gameover.ogg -share/quadrapassel/sounds/land.ogg -share/quadrapassel/sounds/lines1.ogg -share/quadrapassel/sounds/lines2.ogg -share/quadrapassel/sounds/lines3.ogg -share/quadrapassel/sounds/quadrapassel.ogg -share/quadrapassel/sounds/slide.ogg -share/quadrapassel/sounds/turn.ogg +share/metainfo/org.gnome.Quadrapassel.appdata.xml +%%DATADIR%%/sounds/gameover.ogg +%%DATADIR%%/sounds/land.ogg +%%DATADIR%%/sounds/lines1.ogg +%%DATADIR%%/sounds/lines2.ogg +%%DATADIR%%/sounds/lines3.ogg +%%DATADIR%%/sounds/quadrapassel.ogg +%%DATADIR%%/sounds/slide.ogg +%%DATADIR%%/sounds/turn.ogg From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 18:10:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 443AB66BB7A; Sun, 3 Oct 2021 18:10:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMsNM15xDz3qJ7; Sun, 3 Oct 2021 18:10:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 078E92876; Sun, 3 Oct 2021 18:10:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193IAwML043447; Sun, 3 Oct 2021 18:10:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193IAwpV043446; Sun, 3 Oct 2021 18:10:58 GMT (envelope-from git) Date: Sun, 3 Oct 2021 18:10:58 GMT Message-Id: <202110031810.193IAwpV043446@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 3b8bc2b88d88 - main - irc/polari: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3b8bc2b88d88b43ca0603baa7c4623b814a87b03 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 18:10:59 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b8bc2b88d88b43ca0603baa7c4623b814a87b03 commit 3b8bc2b88d88b43ca0603baa7c4623b814a87b03 Author: Neel Chauhan AuthorDate: 2021-10-03 18:10:46 +0000 Commit: Neel Chauhan CommitDate: 2021-10-03 18:10:56 +0000 irc/polari: Update to 41.0 --- irc/polari/Makefile | 2 +- irc/polari/distinfo | 6 +++--- irc/polari/pkg-plist | 27 +++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/irc/polari/Makefile b/irc/polari/Makefile index 48d025de326b..7e6be127b394 100644 --- a/irc/polari/Makefile +++ b/irc/polari/Makefile @@ -1,7 +1,7 @@ # Created by: Gustau Perez PORTNAME= polari -PORTVERSION= 40.1 +PORTVERSION= 41.0 CATEGORIES= irc gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/irc/polari/distinfo b/irc/polari/distinfo index b91c4d14a814..bfc23c5ea890 100644 --- a/irc/polari/distinfo +++ b/irc/polari/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627967813 -SHA256 (gnome/polari-40.1.tar.xz) = 2fa4cfa1d8ba937dbae61d6dd09b5c9517ad5ea23218da8eb42f1d7bef4b3000 -SIZE (gnome/polari-40.1.tar.xz) = 1051708 +TIMESTAMP = 1633284255 +SHA256 (gnome/polari-41.0.tar.xz) = a3b05f81660370c67c942b6f44b298c7b78816feb38c926ec2212bde22ea40eb +SIZE (gnome/polari-41.0.tar.xz) = 1125016 diff --git a/irc/polari/pkg-plist b/irc/polari/pkg-plist index 2173c691d41d..729f1d179b88 100644 --- a/irc/polari/pkg-plist +++ b/irc/polari/pkg-plist @@ -43,6 +43,19 @@ share/help/cs/polari/legal.xml share/help/cs/polari/network-connect.page share/help/cs/polari/overview.page share/help/cs/polari/sharing.page +share/help/da/polari/images/Polari.png +share/help/da/polari/images/polari-paste.png +share/help/da/polari/images/polari-screenshot.png +share/help/da/polari/index.page +share/help/da/polari/introduction.page +share/help/da/polari/irc-commands.page +share/help/da/polari/irc-join-room.page +share/help/da/polari/irc-nick-password.page +share/help/da/polari/irc-start-conversation.page +share/help/da/polari/legal.xml +share/help/da/polari/network-connect.page +share/help/da/polari/overview.page +share/help/da/polari/sharing.page share/help/de/polari/images/Polari.png share/help/de/polari/images/polari-paste.png share/help/de/polari/images/polari-screenshot.png @@ -82,6 +95,19 @@ share/help/es/polari/legal.xml share/help/es/polari/network-connect.page share/help/es/polari/overview.page share/help/es/polari/sharing.page +share/help/eu/polari/images/Polari.png +share/help/eu/polari/images/polari-paste.png +share/help/eu/polari/images/polari-screenshot.png +share/help/eu/polari/index.page +share/help/eu/polari/introduction.page +share/help/eu/polari/irc-commands.page +share/help/eu/polari/irc-join-room.page +share/help/eu/polari/irc-nick-password.page +share/help/eu/polari/irc-start-conversation.page +share/help/eu/polari/legal.xml +share/help/eu/polari/network-connect.page +share/help/eu/polari/overview.page +share/help/eu/polari/sharing.page share/help/fr/polari/images/Polari.png share/help/fr/polari/images/polari-paste.png share/help/fr/polari/images/polari-screenshot.png @@ -186,6 +212,7 @@ share/help/uk/polari/legal.xml share/help/uk/polari/network-connect.page share/help/uk/polari/overview.page share/help/uk/polari/sharing.page +share/icons/hicolor/scalable/apps/org.gnome.Polari.Devel.svg share/icons/hicolor/scalable/apps/org.gnome.Polari.svg share/icons/hicolor/symbolic/apps/org.gnome.Polari-symbolic.svg share/locale/af/LC_MESSAGES/polari.mo From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 18:14:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C7A066C09E; Sun, 3 Oct 2021 18:14:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMsSz0fTgz3qBY; Sun, 3 Oct 2021 18:14:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA4F12A20; Sun, 3 Oct 2021 18:14:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193IEw6H048650; Sun, 3 Oct 2021 18:14:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193IEwaC048649; Sun, 3 Oct 2021 18:14:58 GMT (envelope-from git) Date: Sun, 3 Oct 2021 18:14:58 GMT Message-Id: <202110031814.193IEwaC048649@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: ffdde93ed775 - main - net/croc: Update to version 9.4.2. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ffdde93ed775bf8be9a637a034e6821cc18399c4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 18:14:59 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffdde93ed775bf8be9a637a034e6821cc18399c4 commit ffdde93ed775bf8be9a637a034e6821cc18399c4 Author: Jimmy Olgeni AuthorDate: 2021-10-03 18:13:53 +0000 Commit: Jimmy Olgeni CommitDate: 2021-10-03 18:14:38 +0000 net/croc: Update to version 9.4.2. --- net/croc/Makefile | 18 +++++++++--------- net/croc/distinfo | 34 +++++++++++++++++----------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/net/croc/Makefile b/net/croc/Makefile index ac0aad8a8826..fd78cf0808cb 100644 --- a/net/croc/Makefile +++ b/net/croc/Makefile @@ -1,7 +1,7 @@ PORTNAME= croc -PORTVERSION= 9.3.0 +PORTVERSION= 9.4.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org @@ -19,10 +19,10 @@ GH_TUPLE= cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ denisbrodbeck:machineid:v1.0.1:denisbrodbeck_machineid/vendor/github.com/denisbrodbeck/machineid \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ - golang:crypto:0a44fdfbc16e:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:60bc85c4be6d:golang_net/vendor/golang.org/x/net \ - golang:sys:1e6c022a8912:golang_sys/vendor/golang.org/x/sys \ - golang:term:6886f2dfbf5b:golang_term/vendor/golang.org/x/term \ + golang:crypto:089bfa567519:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:e81a3d93ecf6:golang_net/vendor/golang.org/x/net \ + golang:sys:808efd93c36d:golang_sys/vendor/golang.org/x/sys \ + golang:term:03fcf44c2211:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ kalafut:imohash:v1.0.2:kalafut_imohash/vendor/github.com/kalafut/imohash \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ @@ -34,11 +34,11 @@ GH_TUPLE= cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash schollz:logger:v1.2.0:schollz_logger/vendor/github.com/schollz/logger \ schollz:mnemonicode:v1.0.1:schollz_mnemonicode/vendor/github.com/schollz/mnemonicode \ schollz:pake:v3.0.2:schollz_pake_v3/vendor/github.com/schollz/pake/v3 \ - schollz:peerdiscovery:v1.6.6:schollz_peerdiscovery/vendor/github.com/schollz/peerdiscovery \ - schollz:progressbar:v3.8.2:schollz_progressbar_v3/vendor/github.com/schollz/progressbar/v3 \ + schollz:peerdiscovery:v1.6.9:schollz_peerdiscovery/vendor/github.com/schollz/peerdiscovery \ + schollz:progressbar:v3.8.3:schollz_progressbar_v3/vendor/github.com/schollz/progressbar/v3 \ stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ tscholl2:siec:9bdfc483d499:tscholl2_siec/vendor/github.com/tscholl2/siec \ - twmb:murmur3:v1.1.5:twmb_murmur3/vendor/github.com/twmb/murmur3 + twmb:murmur3:v1.1.6:twmb_murmur3/vendor/github.com/twmb/murmur3 USE_RC_SUBR= croc PLIST_FILES= bin/croc diff --git a/net/croc/distinfo b/net/croc/distinfo index 37438f43f332..0cdd5542e75b 100644 --- a/net/croc/distinfo +++ b/net/croc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1629755172 -SHA256 (schollz-croc-v9.3.0_GH0.tar.gz) = a55153b4b13aae2986e4fe3e5f652228a83835bf27651e83a71750f4942c612d -SIZE (schollz-croc-v9.3.0_GH0.tar.gz) = 502921 +TIMESTAMP = 1633284482 +SHA256 (schollz-croc-v9.4.2_GH0.tar.gz) = 73d3abb058af18329ffdea4bb77d484b5f8ede9c11010d44781f3e891aa675e0 +SIZE (schollz-croc-v9.4.2_GH0.tar.gz) = 503579 SHA256 (cespare-xxhash-v1.1.0_GH0.tar.gz) = 9418be390574092f0ca989b9ae2f5450270ead8125a635a100850b28c8c9c495 SIZE (cespare-xxhash-v1.1.0_GH0.tar.gz) = 8200 SHA256 (cpuguy83-go-md2man-v2.0.1_GH0.tar.gz) = 889309ecf43e40d3a76d666b0259dcd71b340ea0fad003784ff3fe0b6c21990e @@ -11,14 +11,14 @@ SHA256 (denisbrodbeck-machineid-v1.0.1_GH0.tar.gz) = 0a01d2b131419cb2b9f7d910a2c SIZE (denisbrodbeck-machineid-v1.0.1_GH0.tar.gz) = 27807 SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04 SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898 -SHA256 (golang-crypto-0a44fdfbc16e_GH0.tar.gz) = 549ed428d501d38203faef0e501fc1c7ec4e9a583632b92121833183781133fb -SIZE (golang-crypto-0a44fdfbc16e_GH0.tar.gz) = 1732746 -SHA256 (golang-net-60bc85c4be6d_GH0.tar.gz) = 5a32e5f6bd1baeddef7d84165d704c13b99cddf29d44c4025dfa213d82e3b846 -SIZE (golang-net-60bc85c4be6d_GH0.tar.gz) = 1252997 -SHA256 (golang-sys-1e6c022a8912_GH0.tar.gz) = 982b943504564186e1baf141b89e7f6a4f4b51a822268322deacace39b35c486 -SIZE (golang-sys-1e6c022a8912_GH0.tar.gz) = 1203791 -SHA256 (golang-term-6886f2dfbf5b_GH0.tar.gz) = e2e151fcf388487e6d70ce589408f9848a78843a790e3bae5409c86b10493bf9 -SIZE (golang-term-6886f2dfbf5b_GH0.tar.gz) = 14933 +SHA256 (golang-crypto-089bfa567519_GH0.tar.gz) = 2ed1af12d13ad0cfe08ac49d51dfad4b8d7f5e4693fbddfa3ef53bd80c9555ab +SIZE (golang-crypto-089bfa567519_GH0.tar.gz) = 1734789 +SHA256 (golang-net-e81a3d93ecf6_GH0.tar.gz) = 6839bd05cf6948ec3db09e322241346d48325e018751f0017f90b082a6f1cf3a +SIZE (golang-net-e81a3d93ecf6_GH0.tar.gz) = 1261073 +SHA256 (golang-sys-808efd93c36d_GH0.tar.gz) = 1ff3fc074c5eb4d54a779d264b9518e3ee89c518a915e00c7d9e3c6dd5b4a7f6 +SIZE (golang-sys-808efd93c36d_GH0.tar.gz) = 1213832 +SHA256 (golang-term-03fcf44c2211_GH0.tar.gz) = 1919967c8fbf15de9261a2315d90072357524ee557d7df106b426def02a8e5f3 +SIZE (golang-term-03fcf44c2211_GH0.tar.gz) = 14972 SHA256 (golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26 SIZE (golang-text-v0.3.7_GH0.tar.gz) = 8354718 SHA256 (kalafut-imohash-v1.0.2_GH0.tar.gz) = 61aef7ceebc7c5cd2cfa6902c4d0be4df3056bf8b776d03005334218a05b460e @@ -41,13 +41,13 @@ SHA256 (schollz-mnemonicode-v1.0.1_GH0.tar.gz) = 5eb5ef0f90c07ba14677274ff599081 SIZE (schollz-mnemonicode-v1.0.1_GH0.tar.gz) = 18193 SHA256 (schollz-pake-v3.0.2_GH0.tar.gz) = 3441176fa8781c91e247855f3b058abbdc1218603b8dfe623851392a1d391e2b SIZE (schollz-pake-v3.0.2_GH0.tar.gz) = 9387 -SHA256 (schollz-peerdiscovery-v1.6.6_GH0.tar.gz) = 0c75033a5b1d179957c99d60181d507e607ee650100c36d8604f99821f047557 -SIZE (schollz-peerdiscovery-v1.6.6_GH0.tar.gz) = 8846 -SHA256 (schollz-progressbar-v3.8.2_GH0.tar.gz) = 58a7c5fc4c2aed00f8c2dcbec6351cf3c0f06bafa78b281c55e9875f49f50bd6 -SIZE (schollz-progressbar-v3.8.2_GH0.tar.gz) = 603252 +SHA256 (schollz-peerdiscovery-v1.6.9_GH0.tar.gz) = b393923c5ce61c02cb5a7d26c480bc0bd22d9578ba5e0ad402a29304a2cf3d6c +SIZE (schollz-peerdiscovery-v1.6.9_GH0.tar.gz) = 8865 +SHA256 (schollz-progressbar-v3.8.3_GH0.tar.gz) = dac4bce864c211474521a9b691bcd2329dab173bf6af4aacf0a3c9535e56707d +SIZE (schollz-progressbar-v3.8.3_GH0.tar.gz) = 603262 SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 SHA256 (tscholl2-siec-9bdfc483d499_GH0.tar.gz) = 7ec9a96d85120c1002e281fe9d4bc56b22b721267f2297b1b4acfd3a19df48e1 SIZE (tscholl2-siec-9bdfc483d499_GH0.tar.gz) = 64437 -SHA256 (twmb-murmur3-v1.1.5_GH0.tar.gz) = e72a62bc9770e6bc1282cee9cbb2f6fe7213a239528d51d2fb9b0a4f190b7022 -SIZE (twmb-murmur3-v1.1.5_GH0.tar.gz) = 12694 +SHA256 (twmb-murmur3-v1.1.6_GH0.tar.gz) = 81208a49f490b925cf44e02990bed68c4b13a8130aa240d865217c665bfda83f +SIZE (twmb-murmur3-v1.1.6_GH0.tar.gz) = 12706 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 18:31:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8345066C442; Sun, 3 Oct 2021 18:31:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMsqx3Lctz3rYY; Sun, 3 Oct 2021 18:31:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 530242A59; Sun, 3 Oct 2021 18:31:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193IVP3N073026; Sun, 3 Oct 2021 18:31:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193IVPle073009; Sun, 3 Oct 2021 18:31:25 GMT (envelope-from git) Date: Sun, 3 Oct 2021 18:31:25 GMT Message-Id: <202110031831.193IVPle073009@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 48e692a2edbe - main - x11-fm/sushi: Update to 41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 48e692a2edbe6bdf5c281e87b01047b91fe1bbed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 18:31:25 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=48e692a2edbe6bdf5c281e87b01047b91fe1bbed commit 48e692a2edbe6bdf5c281e87b01047b91fe1bbed Author: Neel Chauhan AuthorDate: 2021-10-03 18:30:16 +0000 Commit: Neel Chauhan CommitDate: 2021-10-03 18:31:24 +0000 x11-fm/sushi: Update to 41.0 --- x11-fm/sushi/Makefile | 5 ++--- x11-fm/sushi/distinfo | 6 +++--- x11-fm/sushi/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile index d25912f448e4..820d11102e27 100644 --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -1,10 +1,9 @@ # Created by: Gustau Perez i Querol PORTNAME= sushi -PORTVERSION= 3.34.0 -PORTREVISION= 2 +PORTVERSION= 41.0 CATEGORIES= x11-fm gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org diff --git a/x11-fm/sushi/distinfo b/x11-fm/sushi/distinfo index 4657f4b35d33..812505113064 100644 --- a/x11-fm/sushi/distinfo +++ b/x11-fm/sushi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601470070 -SHA256 (gnome/sushi-3.34.0.tar.xz) = a8a2330baaca40f539557b336375c67893afa232690705cbba7bbf55224799fd -SIZE (gnome/sushi-3.34.0.tar.xz) = 74240 +TIMESTAMP = 1633284726 +SHA256 (gnome/sushi-41.0.tar.xz) = 9b7525690ce436624efa0a605773493432cd0ef6b8f464982e8b844eda9898ee +SIZE (gnome/sushi-41.0.tar.xz) = 80940 diff --git a/x11-fm/sushi/pkg-plist b/x11-fm/sushi/pkg-plist index 0402d717ff5c..1f4fead520ab 100644 --- a/x11-fm/sushi/pkg-plist +++ b/x11-fm/sushi/pkg-plist @@ -14,6 +14,7 @@ share/locale/bn_IN/LC_MESSAGES/sushi.mo share/locale/bs/LC_MESSAGES/sushi.mo share/locale/ca/LC_MESSAGES/sushi.mo share/locale/ca@valencia/LC_MESSAGES/sushi.mo +share/locale/ckb/LC_MESSAGES/sushi.mo share/locale/cs/LC_MESSAGES/sushi.mo share/locale/da/LC_MESSAGES/sushi.mo share/locale/de/LC_MESSAGES/sushi.mo @@ -46,6 +47,7 @@ share/locale/lv/LC_MESSAGES/sushi.mo share/locale/mjw/LC_MESSAGES/sushi.mo share/locale/ml/LC_MESSAGES/sushi.mo share/locale/mr/LC_MESSAGES/sushi.mo +share/locale/ms/LC_MESSAGES/sushi.mo share/locale/nb/LC_MESSAGES/sushi.mo share/locale/ne/LC_MESSAGES/sushi.mo share/locale/nl/LC_MESSAGES/sushi.mo From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 18:34:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B9F466C896; Sun, 3 Oct 2021 18:34:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMsvR05FGz3rwL; Sun, 3 Oct 2021 18:34:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D747E2E0F; Sun, 3 Oct 2021 18:34:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193IYQlA074574; Sun, 3 Oct 2021 18:34:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193IYQJE074573; Sun, 3 Oct 2021 18:34:26 GMT (envelope-from git) Date: Sun, 3 Oct 2021 18:34:26 GMT Message-Id: <202110031834.193IYQJE074573@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 5e04d591a2c5 - main - net/haproxy: Fix a stalled connection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5e04d591a2c56b667d0b35286366970568c1cc9c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 18:34:27 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e04d591a2c56b667d0b35286366970568c1cc9c commit 5e04d591a2c56b667d0b35286366970568c1cc9c Author: Matthias Fechner AuthorDate: 2021-10-03 17:48:18 +0000 Commit: Matthias Fechner CommitDate: 2021-10-03 18:34:04 +0000 net/haproxy: Fix a stalled connection This fix fixes a typo in It is a typo in the commit feca2a453 ("BUG/MINOR: filters: Always set FLT_END analyzer when CF_FLT_ANALYZE flag is set"). Patch was provided on haproxy mailinglist from Christopher Faulet. PR: 258896 Approved by: demon (maintainer) --- net/haproxy/Makefile | 1 + net/haproxy/files/patch-src_filters.c | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index f4c8cfa8211b..98ac76fa0a15 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= haproxy DISTVERSION= 2.4.5 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/2.4/src/ diff --git a/net/haproxy/files/patch-src_filters.c b/net/haproxy/files/patch-src_filters.c new file mode 100644 index 000000000000..c716fec434bc --- /dev/null +++ b/net/haproxy/files/patch-src_filters.c @@ -0,0 +1,11 @@ +--- src/filters.c.orig 2021-10-03 17:40:24 UTC ++++ src/filters.c +@@ -475,7 +475,7 @@ flt_stream_start(struct stream *s) + } + if (strm_li(s) && (strm_li(s)->analysers & AN_REQ_FLT_START_FE)) { + s->req.flags |= CF_FLT_ANALYZE; +- s->req.analysers |= AN_RES_FLT_END; ++ s->req.analysers |= AN_REQ_FLT_END; + } + return 0; + } From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 18:36:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C36B66C98C; Sun, 3 Oct 2021 18:36:22 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMsxf0cb5z3rh9; Sun, 3 Oct 2021 18:36:22 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f46.google.com with SMTP id x27so61630698lfa.9; Sun, 03 Oct 2021 11:36:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=m8NxO+x+bhpiqwoPsWO62l2s+TT4vu4RX9uex9eynWE=; b=0i8G87FspN85qdu8FF+18Ll2zm5lGvmUmjULnu8Ye6qlMt8Lenahoa4/lcW9JPxbzm 1DhGHiShREAc0/AsN5xoqP0PIe2IKIHz5qa9+96R3dCYR7438Cwvy4gJIDBS91broGoJ lR+wBbKgpe5M+1gpl/BjOSYbraYSR3tQrw9a+oI0LU2c8ieomBg+UtDrUbslFmfCWhM7 CjibulhRHRBkuWo910F2+Y4K9XtGmc3jc6fIgWNlyenRBOsrUGSJIY1wyrhbQhv05n7q uw2QHb+UZJRUUVTEGmVwa6MG7SP1GQ8eHMpDbTAHXuMT29yYQLvP504tCIM0SPWk8jvf hTlg== X-Gm-Message-State: AOAM530RiIsioOeNNYQbi3oxD7tkbqOn3Tlyqlz+N8nhBvb2rrgA/BBu eo5BadXZo2a6kddumlY1NR47pYaQuMawOfPlREOrWfvK8ww= X-Google-Smtp-Source: ABdhPJyuMaR5KDSiPPxUjkBf4ygG0sFoKP+3wtlP+3jHgKSIgP3jPyeWFnqLYnGsBT62zlPQPB+v8fCMVlWeGGIG+zw= X-Received: by 2002:a05:651c:295:: with SMTP id b21mr10857029ljo.394.1633286174574; Sun, 03 Oct 2021 11:36:14 -0700 (PDT) MIME-Version: 1.0 References: <202110031752.193HqoYO020693@gitrepo.freebsd.org> In-Reply-To: <202110031752.193HqoYO020693@gitrepo.freebsd.org> From: Antoine Brodin Date: Sun, 3 Oct 2021 20:36:05 +0200 Message-ID: Subject: Re: git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk To: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4HMsxf0cb5z3rh9 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_FROM(0.00)[]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 18:36:22 -0000 On Sun, Oct 3, 2021 at 7:52 PM Fernando Apestegu=C3=ADa wrote: > > The branch main has been updated by fernape: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D07fb2d5e9d001934f1670d01= aec1f536f14ebde2 > > commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2 > Author: Fernando Apestegu=C3=ADa > AuthorDate: 2021-09-12 15:18:06 +0000 > Commit: Fernando Apestegu=C3=ADa > CommitDate: 2021-10-03 17:47:27 +0000 > > */*: Remove compiler:openmp from Mk/Uses/compiler.mk > > The option implied a dependency on gcc but clang got openmp support l= ong ago. > > Remove compiler:openmp from Mk/Uses/compiler.mk > > For ports using USE=3Dcompiler:openmp, just remove it and make them b= uild with > clang. > Fix conditionals when necessary > Bump PORTREVISION where appropriate > > If problem arises, they can be addressed by using USE_GCC=3Dyes > > An update to the Porter's Handbook will follow. > > Approved by: portmgr (bapt) > Differential Revision: https://reviews.freebsd.org/D31971 Hello, This seems incomplete: % git grep compiler:openmp audio/libsoxr/Makefile:OPENMP_USES=3D compiler:openmp audio/soundtouch/Makefile:OPENMP_USES=3D compiler:openmp biology/bolt-lmm/Makefile:# gcc-c++11-lib needed to link with boost. Also requires compiler:openmp, but graphics/colmap/Makefile:OPENMP_USES=3D compiler:openmp graphics/inkscape/Makefile:OPENMP_USES=3D compiler:openmp graphics/libmypaint/Makefile:OPENMP_USES=3D compiler:= openmp graphics/libraw/Makefile:OPENMP_USES=3D compiler:= openmp graphics/mypaint/Makefile:OPENMP_USES=3D compiler:openmp graphics/pfstools/Makefile:OPENMP_USES=3D compiler:openmp graphics/shotwell/Makefile:# OPENMP_USES=3D compiler:openmp math/ceres-solver/Makefile:OPENMP_USES=3D compiler:openmp math/fftw3/Makefile:OPENMP_USES=3D compiler:openmp math/metis/Makefile:OPENMP_USES=3D compiler:openmp math/polymake/Makefile:OPENMP_USES=3D compiler:openmp security/john/Makefile:#OPENMP_USES=3D compiler:openmp sysutils/b2sum/Makefile:OPENMP_USES+=3D compiler:openmp Antoine From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 19:04:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 009BE66CF65; Sun, 3 Oct 2021 19:04:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMtYt6cZVz3tBQ; Sun, 3 Oct 2021 19:04:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2EA436BA; Sun, 3 Oct 2021 19:04:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193J4IrE015293; Sun, 3 Oct 2021 19:04:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193J4IfQ015292; Sun, 3 Oct 2021 19:04:18 GMT (envelope-from git) Date: Sun, 3 Oct 2021 19:04:18 GMT Message-Id: <202110031904.193J4IfQ015292@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dan Langille Subject: git: a7ff36c516e4 - main - security/acme.sh: Update to 3.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dvl X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a7ff36c516e45995667a482a214f68857857079d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 19:04:19 -0000 The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7ff36c516e45995667a482a214f68857857079d commit a7ff36c516e45995667a482a214f68857857079d Author: Dan Langille AuthorDate: 2021-10-03 18:43:37 +0000 Commit: Dan Langille CommitDate: 2021-10-03 19:04:14 +0000 security/acme.sh: Update to 3.0.1 More updates for DST root expiring issues re https://github.com/acmesh-official/acme.sh/releases/tag/3.0.1 --- security/acme.sh/Makefile | 2 +- security/acme.sh/distinfo | 6 +++--- security/acme.sh/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile index 8f1433befaf8..7e66722b9ed0 100644 --- a/security/acme.sh/Makefile +++ b/security/acme.sh/Makefile @@ -1,5 +1,5 @@ PORTNAME= acme.sh -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 PORTREVISION= 0 CATEGORIES= security diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo index 0f2f94f450b9..2894404d84f1 100644 --- a/security/acme.sh/distinfo +++ b/security/acme.sh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627830100 -SHA256 (Neilpang-acme.sh-3.0.0_GH0.tar.gz) = 4292d3144f9d070f14dd27e3dab679e4ba055509fc9d4ccca9b5e189f18e7b1b -SIZE (Neilpang-acme.sh-3.0.0_GH0.tar.gz) = 237047 +TIMESTAMP = 1633282301 +SHA256 (Neilpang-acme.sh-3.0.1_GH0.tar.gz) = 6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6 +SIZE (Neilpang-acme.sh-3.0.1_GH0.tar.gz) = 239311 diff --git a/security/acme.sh/pkg-plist b/security/acme.sh/pkg-plist index 7979394dbe41..e1f22d8be3be 100644 --- a/security/acme.sh/pkg-plist +++ b/security/acme.sh/pkg-plist @@ -14,6 +14,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/haproxy.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/keychain.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/kong.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/lighttpd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mailcow.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/myapi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mydevil.sh @@ -151,6 +152,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_transip.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_unoeuro.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_variomedia.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_veesp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_vultr.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_websupport.sh @@ -165,6 +167,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/mailgun.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pop.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/postmark.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pushbullet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pushover.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/sendgrid.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/slack.sh From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 19:12:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8E0866D5C6; Sun, 3 Oct 2021 19:12:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMtkz4v5Hz3twc; Sun, 3 Oct 2021 19:12:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D2E536C1; Sun, 3 Oct 2021 19:12:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193JCBx9027319; Sun, 3 Oct 2021 19:12:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193JCBGj027318; Sun, 3 Oct 2021 19:12:11 GMT (envelope-from git) Date: Sun, 3 Oct 2021 19:12:11 GMT Message-Id: <202110031912.193JCBGj027318@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ashish SHUKLA Subject: git: de91090efbbd - main - math/kalker: New port: Scientific calculator that supports math syntax MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ashish X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: de91090efbbd21ea6a63e5e8cd2d3fd9c82d7ce3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 19:12:11 -0000 The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=de91090efbbd21ea6a63e5e8cd2d3fd9c82d7ce3 commit de91090efbbd21ea6a63e5e8cd2d3fd9c82d7ce3 Author: Ashish SHUKLA AuthorDate: 2021-10-03 19:09:03 +0000 Commit: Ashish SHUKLA CommitDate: 2021-10-03 19:11:25 +0000 math/kalker: New port: Scientific calculator that supports math syntax A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. WWW: https://kalker.xyz/ --- math/Makefile | 1 + math/kalker/Makefile | 93 +++++++++++++++ math/kalker/distinfo | 129 +++++++++++++++++++++ ...966f4bfb56c87d407eb14c72e92ef4e55856aa_build.rs | 36 ++++++ .../files/patch-cargo-crates_rug-1.11.0_Cargo.toml | 10 ++ math/kalker/pkg-descr | 5 + 6 files changed, 274 insertions(+) diff --git a/math/Makefile b/math/Makefile index 7aa8d08bcd4e..974b74fde1eb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -372,6 +372,7 @@ SUBDIR += jtransforms SUBDIR += jts SUBDIR += kalgebra + SUBDIR += kalker SUBDIR += kbruch SUBDIR += kcalc SUBDIR += kfr diff --git a/math/kalker/Makefile b/math/kalker/Makefile new file mode 100644 index 000000000000..7b0aa2d7f219 --- /dev/null +++ b/math/kalker/Makefile @@ -0,0 +1,93 @@ +PORTNAME= kalker +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.1 +DISTVERSIONSUFFIX= -2 +CATEGORIES= math + +MAINTAINER= ashish@FreeBSD.org +COMMENT= Scientific calculator that supports math-like syntax + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libgmp.so:math/gmp \ + libmpc.so:math/mpc + +USES= cargo +USE_GITHUB= yes + +GH_ACCOUNT= PaddiM8 +USE_GITLAB= nodefault +GMP_REV= 21966f4bfb56c87d407eb14c72e92ef4e55856aa +GL_TUPLE= https://gitlab.com:tspiteri:gmp-mpfr-sys:${GMP_REV}:gmpmpfrsys +CARGO_CRATES= aho-corasick-0.7.15 \ + ansi_term-0.12.1 \ + atty-0.2.14 \ + az-1.0.0 \ + bitflags-1.2.1 \ + bumpalo-3.4.0 \ + cc-1.0.66 \ + cfg-if-0.1.10 \ + cfg-if-1.0.0 \ + console_error_panic_hook-0.1.6 \ + dirs-3.0.2 \ + dirs-next-2.0.0 \ + dirs-sys-0.3.6 \ + dirs-sys-next-0.1.1 \ + fs2-0.4.3 \ + getrandom-0.1.15 \ + getrandom-0.2.3 \ + hermit-abi-0.1.18 \ + js-sys-0.3.46 \ + lazy_static-1.4.0 \ + libc-0.2.81 \ + log-0.4.11 \ + memchr-2.3.4 \ + nix-0.19.1 \ + proc-macro2-1.0.24 \ + quote-1.0.7 \ + redox_syscall-0.1.57 \ + redox_syscall-0.2.10 \ + redox_users-0.3.5 \ + redox_users-0.4.0 \ + regex-1.4.2 \ + regex-syntax-0.6.21 \ + rug-1.11.0 \ + rustyline-7.1.0 \ + scoped-tls-1.0.0 \ + scopeguard-1.1.0 \ + seahorse-1.1.1 \ + serde-1.0.118 \ + syn-1.0.54 \ + test-case-1.0.0 \ + thread_local-1.0.1 \ + toml-0.5.7 \ + unicode-segmentation-1.7.1 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.1 \ + utf8parse-0.2.0 \ + version_check-0.9.2 \ + wasi-0.9.0+wasi-snapshot-preview1 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.69 \ + wasm-bindgen-backend-0.2.69 \ + wasm-bindgen-futures-0.4.19 \ + wasm-bindgen-macro-0.2.69 \ + wasm-bindgen-macro-support-0.2.69 \ + wasm-bindgen-shared-0.2.69 \ + wasm-bindgen-test-0.3.19 \ + wasm-bindgen-test-macro-0.3.19 \ + web-sys-0.3.46 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + winres-0.1.11 +CARGO_USE_GITLAB= yes +CARGO_CARGOTOML= ${WRKSRC}/cli/Cargo.toml +CARGO_INSTALL_PATH= ./cli +PLIST_FILES= bin/kalker + +post-patch: + ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKDIR}/gmp-mpfr-sys-${GMP_REV}/build.rs + +.include diff --git a/math/kalker/distinfo b/math/kalker/distinfo new file mode 100644 index 000000000000..8170dafe8839 --- /dev/null +++ b/math/kalker/distinfo @@ -0,0 +1,129 @@ +TIMESTAMP = 1633283021 +SHA256 (rust/crates/aho-corasick-0.7.15.crate) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 +SIZE (rust/crates/aho-corasick-0.7.15.crate) = 113071 +SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 +SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/az-1.0.0.crate) = e9bcd47d94aa4eb8c076b50fc61a75020789394ffb9bd74a180b3379130f6569 +SIZE (rust/crates/az-1.0.0.crate) = 23069 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/bumpalo-3.4.0.crate) = 2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820 +SIZE (rust/crates/bumpalo-3.4.0.crate) = 129102 +SHA256 (rust/crates/cc-1.0.66.crate) = 4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48 +SIZE (rust/crates/cc-1.0.66.crate) = 53454 +SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 +SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/console_error_panic_hook-0.1.6.crate) = b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211 +SIZE (rust/crates/console_error_panic_hook-0.1.6.crate) = 501738 +SHA256 (rust/crates/dirs-3.0.2.crate) = 30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309 +SIZE (rust/crates/dirs-3.0.2.crate) = 12184 +SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 +SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689 +SHA256 (rust/crates/dirs-sys-0.3.6.crate) = 03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780 +SIZE (rust/crates/dirs-sys-0.3.6.crate) = 10626 +SHA256 (rust/crates/dirs-sys-next-0.1.1.crate) = 99de365f605554ae33f115102a02057d4fc18b01f3284d6870be0938743cfe7d +SIZE (rust/crates/dirs-sys-next-0.1.1.crate) = 10490 +SHA256 (rust/crates/fs2-0.4.3.crate) = 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213 +SIZE (rust/crates/fs2-0.4.3.crate) = 13138 +SHA256 (rust/crates/getrandom-0.1.15.crate) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 +SIZE (rust/crates/getrandom-0.1.15.crate) = 24786 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 +SHA256 (rust/crates/js-sys-0.3.46.crate) = cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175 +SIZE (rust/crates/js-sys-0.3.46.crate) = 67064 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.81.crate) = 1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb +SIZE (rust/crates/libc-0.2.81.crate) = 513105 +SHA256 (rust/crates/log-0.4.11.crate) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b +SIZE (rust/crates/log-0.4.11.crate) = 36276 +SHA256 (rust/crates/memchr-2.3.4.crate) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 +SIZE (rust/crates/memchr-2.3.4.crate) = 23077 +SHA256 (rust/crates/nix-0.19.1.crate) = b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2 +SIZE (rust/crates/nix-0.19.1.crate) = 213462 +SHA256 (rust/crates/proc-macro2-1.0.24.crate) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 +SIZE (rust/crates/proc-macro2-1.0.24.crate) = 37716 +SHA256 (rust/crates/quote-1.0.7.crate) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 +SIZE (rust/crates/quote-1.0.7.crate) = 25170 +SHA256 (rust/crates/redox_syscall-0.1.57.crate) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce +SIZE (rust/crates/redox_syscall-0.1.57.crate) = 17087 +SHA256 (rust/crates/redox_syscall-0.2.10.crate) = 8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff +SIZE (rust/crates/redox_syscall-0.2.10.crate) = 23582 +SHA256 (rust/crates/redox_users-0.3.5.crate) = de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d +SIZE (rust/crates/redox_users-0.3.5.crate) = 12644 +SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 +SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 +SHA256 (rust/crates/regex-1.4.2.crate) = 38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c +SIZE (rust/crates/regex-1.4.2.crate) = 236931 +SHA256 (rust/crates/regex-syntax-0.6.21.crate) = 3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189 +SIZE (rust/crates/regex-syntax-0.6.21.crate) = 293572 +SHA256 (rust/crates/rug-1.11.0.crate) = e538d00da450a8e48aac7e6322e67b2dc86ec71a1feeac0e3954c4f07f01bc45 +SIZE (rust/crates/rug-1.11.0.crate) = 254044 +SHA256 (rust/crates/rustyline-7.1.0.crate) = 8227301bfc717136f0ecbd3d064ba8199e44497a0bdd46bb01ede4387cfd2cec +SIZE (rust/crates/rustyline-7.1.0.crate) = 88494 +SHA256 (rust/crates/scoped-tls-1.0.0.crate) = ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2 +SIZE (rust/crates/scoped-tls-1.0.0.crate) = 9146 +SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 +SHA256 (rust/crates/seahorse-1.1.1.crate) = ce7d9440e2865cce0db733bdc530591b37d37a2d32badace34a1fc9ba5686d58 +SIZE (rust/crates/seahorse-1.1.1.crate) = 13622 +SHA256 (rust/crates/serde-1.0.118.crate) = 06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800 +SIZE (rust/crates/serde-1.0.118.crate) = 74248 +SHA256 (rust/crates/syn-1.0.54.crate) = 9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44 +SIZE (rust/crates/syn-1.0.54.crate) = 228322 +SHA256 (rust/crates/test-case-1.0.0.crate) = 199464148b42bcf3da8b2a56f6ee87ca68f47402496d1268849291ec9fb463c8 +SIZE (rust/crates/test-case-1.0.0.crate) = 10986 +SHA256 (rust/crates/thread_local-1.0.1.crate) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 +SIZE (rust/crates/thread_local-1.0.1.crate) = 12609 +SHA256 (rust/crates/toml-0.5.7.crate) = 75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645 +SIZE (rust/crates/toml-0.5.7.crate) = 54372 +SHA256 (rust/crates/unicode-segmentation-1.7.1.crate) = bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796 +SIZE (rust/crates/unicode-segmentation-1.7.1.crate) = 93066 +SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 +SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 +SHA256 (rust/crates/unicode-xid-0.2.1.crate) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 +SIZE (rust/crates/unicode-xid-0.2.1.crate) = 14392 +SHA256 (rust/crates/utf8parse-0.2.0.crate) = 936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372 +SIZE (rust/crates/utf8parse-0.2.0.crate) = 13392 +SHA256 (rust/crates/version_check-0.9.2.crate) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed +SIZE (rust/crates/version_check-0.9.2.crate) = 11979 +SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 +SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 +SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 +SHA256 (rust/crates/wasm-bindgen-0.2.69.crate) = 3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e +SIZE (rust/crates/wasm-bindgen-0.2.69.crate) = 159046 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.69.crate) = 1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62 +SIZE (rust/crates/wasm-bindgen-backend-0.2.69.crate) = 25508 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.19.crate) = 1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35 +SIZE (rust/crates/wasm-bindgen-futures-0.4.19.crate) = 13865 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.69.crate) = 7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084 +SIZE (rust/crates/wasm-bindgen-macro-0.2.69.crate) = 11596 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.69.crate) = b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.69.crate) = 17844 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.69.crate) = 7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158 +SIZE (rust/crates/wasm-bindgen-shared-0.2.69.crate) = 6726 +SHA256 (rust/crates/wasm-bindgen-test-0.3.19.crate) = 0355fa0c1f9b792a09b6dcb6a8be24d51e71e6d74972f9eb4a44c4c004d24a25 +SIZE (rust/crates/wasm-bindgen-test-0.3.19.crate) = 15612 +SHA256 (rust/crates/wasm-bindgen-test-macro-0.3.19.crate) = 27e07b46b98024c2ba2f9e83a10c2ef0515f057f2da299c1762a2017de80438b +SIZE (rust/crates/wasm-bindgen-test-macro-0.3.19.crate) = 6375 +SHA256 (rust/crates/web-sys-0.3.46.crate) = 222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3 +SIZE (rust/crates/web-sys-0.3.46.crate) = 648005 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/winres-0.1.11.crate) = ff4fb510bbfe5b8992ff15f77a2e6fe6cf062878f0eda00c0f44963a807ca5dc +SIZE (rust/crates/winres-0.1.11.crate) = 18369 +SHA256 (PaddiM8-kalker-v1.0.1-2_GH0.tar.gz) = 9f257f2c375a18a8ed988c2047876f5d5dd31adb85b70956fc3c7081d53c9b14 +SIZE (PaddiM8-kalker-v1.0.1-2_GH0.tar.gz) = 713141 +SHA256 (tspiteri-gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa_GL0.tar.gz) = 2c396680d3f749c2213f2cdc9dd4d9316f394b7076ba32abd5cf0de7090a8b2e +SIZE (tspiteri-gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa_GL0.tar.gz) = 5448468 diff --git a/math/kalker/files/patch-.._gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa_build.rs b/math/kalker/files/patch-.._gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa_build.rs new file mode 100644 index 000000000000..5e8c1fbc4a1a --- /dev/null +++ b/math/kalker/files/patch-.._gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa_build.rs @@ -0,0 +1,36 @@ +--- ../gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/build.rs.orig 2021-10-03 17:55:55 UTC ++++ ../gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/build.rs +@@ -179,7 +179,7 @@ + + cmd = Command::new(&env.c_compiler); + cmd.current_dir(&try_dir) +- .args(&["-fPIC", "system_gmp.c", "-lgmp", "-o", "system_gmp.exe"]); ++ .args(&["-fPIC", "-L%%LOCALBASE%%/lib", "-I%%LOCALBASE%%/include", "system_gmp.c", "-lgmp", "-o", "system_gmp.exe"]); + execute(cmd); + + cmd = Command::new(try_dir.join("system_gmp.exe")); +@@ -202,6 +202,7 @@ + cmd = Command::new(&env.c_compiler); + cmd.current_dir(&try_dir).args(&[ + "-fPIC", ++ "-L%%LOCALBASE%%/lib", "-I%%LOCALBASE%%/include", + "system_mpfr.c", + "-lmpfr", + "-lgmp", +@@ -228,6 +229,7 @@ + cmd = Command::new(&env.c_compiler); + cmd.current_dir(&try_dir).args(&[ + "-fPIC", ++ "-L%%LOCALBASE%%/lib", "-I%%LOCALBASE%%/include", + "system_mpc.c", + "-lmpc", + "-lgmp", +@@ -974,7 +976,7 @@ + println!("cargo:out_dir={}", out_str); + println!("cargo:lib_dir={}", lib_str); + println!("cargo:include_dir={}", include_str); +- println!("cargo:rustc-link-search=native={}", lib_str); ++ println!("cargo:rustc-link-search=native={}/lib", "%%LOCALBASE%%"); + let maybe_static = if env.use_system_libs { "" } else { "static=" }; + if feature_mpc { + println!("cargo:rustc-link-lib={}mpc", maybe_static); diff --git a/math/kalker/files/patch-cargo-crates_rug-1.11.0_Cargo.toml b/math/kalker/files/patch-cargo-crates_rug-1.11.0_Cargo.toml new file mode 100644 index 000000000000..edbe82733afa --- /dev/null +++ b/math/kalker/files/patch-cargo-crates_rug-1.11.0_Cargo.toml @@ -0,0 +1,10 @@ +--- cargo-crates/rug-1.11.0/Cargo.toml.orig 2021-10-03 17:55:55 UTC ++++ cargo-crates/rug-1.11.0/Cargo.toml +@@ -31,6 +31,7 @@ version = "1" + version = "~1.4" + optional = true + default-features = false ++features = [ "use-system-libs" ] + + [dependencies.libc] + version = "0.2.44" diff --git a/math/kalker/pkg-descr b/math/kalker/pkg-descr new file mode 100644 index 000000000000..af173b175fb7 --- /dev/null +++ b/math/kalker/pkg-descr @@ -0,0 +1,5 @@ +A scientific calculator that supports math-like syntax with +user-defined variables, functions, derivation, integration, +and complex numbers. + +WWW: https://kalker.xyz/ From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 19:32:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B5F966DC0F; Sun, 3 Oct 2021 19:32:59 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-qv1-f50.google.com (mail-qv1-f50.google.com [209.85.219.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMvBz2DLSz3wXc; Sun, 3 Oct 2021 19:32:59 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-qv1-f50.google.com with SMTP id dk4so8834927qvb.2; Sun, 03 Oct 2021 12:32:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=+7sXVbRpJ5WnxHq1YNS2BWmVGiPoMjRHudD0F4bbvCk=; b=MzcVVMSzior2Qobrgn3q0uk/7OvA1XzFBhUi2edJ1gvOuQmyZ90+3dUt6dzXoxvno9 m3wCDI2pZQUgAThihhpiP9f8rCsfH+Nzznyx9AXpsuwlKNjnNFQ/r+TwzkkPEIAAHFTN u6mpgPUDvnbpNHxhL/BWoiwHxkEbByBKTKLCJsKS6THvHLlUsgnSj8GJjsiaDx5hnCfm JU1vCuMkKevCVlXeTBFDT8GkQvrkGqmoX/TM2xfy98xvOogQxpzUu19UnQspWRcB2xnF jOYAOFfEJNj/rEeiyFPzXJVF2FSDiXEl4DeWnQXeXXsTk0WhGcHoJmYOkqTQm/WOHLST UMWQ== X-Gm-Message-State: AOAM532yIQZKcS10SOHcxsurf40j8qI5EtqssiJStR63MF08hXDL/Fqi H5PPCTEoftn5PUNo6GOgFfHoqoAaJcE= X-Google-Smtp-Source: ABdhPJxh09JAbYc8QscdGybFKn+eLmt0RwgfCY+xgpuEpR9zvrYaA58/gRCZxKpQysP3sDGVcd3FAg== X-Received: by 2002:a0c:c18e:: with SMTP id n14mr19016895qvh.60.1633289573145; Sun, 03 Oct 2021 12:32:53 -0700 (PDT) Received: from mail-yb1-f180.google.com (mail-yb1-f180.google.com. [209.85.219.180]) by smtp.gmail.com with ESMTPSA id h4sm7143800qtj.83.2021.10.03.12.32.53 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 03 Oct 2021 12:32:53 -0700 (PDT) Received: by mail-yb1-f180.google.com with SMTP id n65so3043403ybb.7; Sun, 03 Oct 2021 12:32:53 -0700 (PDT) X-Received: by 2002:a25:c88:: with SMTP id 130mr10324351ybm.176.1633289572771; Sun, 03 Oct 2021 12:32:52 -0700 (PDT) MIME-Version: 1.0 References: <202110031752.193HqoYO020693@gitrepo.freebsd.org> In-Reply-To: From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Date: Sun, 3 Oct 2021 21:32:41 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk To: Antoine Brodin Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4HMvBz2DLSz3wXc X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 19:32:59 -0000 On Sun, Oct 3, 2021 at 8:36 PM Antoine Brodin wrote: > > On Sun, Oct 3, 2021 at 7:52 PM Fernando Apestegu=C3=ADa wrote: > > > > The branch main has been updated by fernape: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D07fb2d5e9d001934f1670d= 01aec1f536f14ebde2 > > > > commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2 > > Author: Fernando Apestegu=C3=ADa > > AuthorDate: 2021-09-12 15:18:06 +0000 > > Commit: Fernando Apestegu=C3=ADa > > CommitDate: 2021-10-03 17:47:27 +0000 > > > > */*: Remove compiler:openmp from Mk/Uses/compiler.mk > > > > The option implied a dependency on gcc but clang got openmp support= long ago. > > > > Remove compiler:openmp from Mk/Uses/compiler.mk > > > > For ports using USE=3Dcompiler:openmp, just remove it and make them= build with > > clang. > > Fix conditionals when necessary > > Bump PORTREVISION where appropriate > > > > If problem arises, they can be addressed by using USE_GCC=3Dyes > > > > An update to the Porter's Handbook will follow. > > > > Approved by: portmgr (bapt) > > Differential Revision: https://reviews.freebsd.org/D31971 > > Hello, > > This seems incomplete: Thanks. I'm on it. graphics/shotwell biology/bolt-lmm security/john do not need an update. > > % git grep compiler:openmp > audio/libsoxr/Makefile:OPENMP_USES=3D compiler:openmp > audio/soundtouch/Makefile:OPENMP_USES=3D compiler:openmp > biology/bolt-lmm/Makefile:# gcc-c++11-lib needed to link with boost. > Also requires compiler:openmp, but > graphics/colmap/Makefile:OPENMP_USES=3D compiler:openmp > graphics/inkscape/Makefile:OPENMP_USES=3D compiler:openmp > graphics/libmypaint/Makefile:OPENMP_USES=3D compile= r:openmp > graphics/libraw/Makefile:OPENMP_USES=3D compile= r:openmp > graphics/mypaint/Makefile:OPENMP_USES=3D compiler:openmp > graphics/pfstools/Makefile:OPENMP_USES=3D compiler:openmp > graphics/shotwell/Makefile:# OPENMP_USES=3D compiler:openmp > math/ceres-solver/Makefile:OPENMP_USES=3D compiler:openmp > math/fftw3/Makefile:OPENMP_USES=3D compiler:openmp > math/metis/Makefile:OPENMP_USES=3D compiler:openmp > math/polymake/Makefile:OPENMP_USES=3D compiler:openmp > security/john/Makefile:#OPENMP_USES=3D compiler:openmp > sysutils/b2sum/Makefile:OPENMP_USES+=3D compiler:openmp > > Antoine From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 19:41:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC4D466DAE7; Sun, 3 Oct 2021 19:41:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMvNp4lfWz4Rcm; Sun, 3 Oct 2021 19:41:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84090396D; Sun, 3 Oct 2021 19:41:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193JfU4B064460; Sun, 3 Oct 2021 19:41:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193JfUcs064459; Sun, 3 Oct 2021 19:41:30 GMT (envelope-from git) Date: Sun, 3 Oct 2021 19:41:30 GMT Message-Id: <202110031941.193JfUcs064459@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 54cc4cc6eaed - main - */*: Remove more compiler:openmp instances MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 19:41:30 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 commit 54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 Author: Fernando Apesteguía AuthorDate: 2021-10-03 19:35:43 +0000 Commit: Fernando Apesteguía CommitDate: 2021-10-03 19:41:19 +0000 */*: Remove more compiler:openmp instances Reported by: antoine@ Fixes: 07fb2d5e9d00 --- audio/libsoxr/Makefile | 3 +-- audio/soundtouch/Makefile | 2 +- graphics/colmap/Makefile | 3 +-- graphics/inkscape/Makefile | 3 +-- graphics/libmypaint/Makefile | 2 +- graphics/libraw/Makefile | 2 +- graphics/mypaint/Makefile | 4 +--- graphics/pfstools/Makefile | 4 +--- math/ceres-solver/Makefile | 3 +-- math/fftw3/Makefile | 3 +-- math/metis/Makefile | 3 +-- math/polymake/Makefile | 3 +-- sysutils/b2sum/Makefile | 2 +- 13 files changed, 13 insertions(+), 24 deletions(-) diff --git a/audio/libsoxr/Makefile b/audio/libsoxr/Makefile index c52bb728669b..9d49bbf81319 100644 --- a/audio/libsoxr/Makefile +++ b/audio/libsoxr/Makefile @@ -1,6 +1,6 @@ PORTNAME= libsoxr PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/soxr DISTNAME= soxr-${PORTVERSION}-Source @@ -36,7 +36,6 @@ SIMD_DFT_DESC= Choice of SIMD DFT library OPENMP_CMAKE_ON= -DWITH_OPENMP:BOOL=ON OPENMP_CMAKE_OFF= -DWITH_OPENMP:BOOL=OFF -OPENMP_USES= compiler:openmp SIMD_CMAKE_OFF= -DWITH_CR32S:BOOL=OFF \ -DWITH_CR64S:BOOL=OFF diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index e6b40184ba8b..70f0b6b3cf91 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -2,6 +2,7 @@ PORTNAME= soundtouch DISTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= crees@FreeBSD.org @@ -26,7 +27,6 @@ OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MSSE} INTEGER_SAMPLES_DESC= Use integer sample format INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples OPENMP_CONFIGURE_ENABLE=openmp -OPENMP_USES= compiler:openmp SSE_CONFIGURE_ENABLE= x86-optimizations SSE_USES= compiler:c++11-lang diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 6c828a725960..77e82760f5fe 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= colmap DISTVERSION= 3.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -45,7 +45,6 @@ DOCS_BUILD_DEPENDS= gmake:devel/gmake \ ${NONEXISTENT}:textproc/py-sphinx_rtd_theme DOCS_PORTDOCS= * -OPENMP_USES= compiler:openmp OPENMP_CMAKE_BOOL= OPENMP_ENABLED .if !exists(/usr/include/omp.h) # XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index b1df4cf6ca45..99e9cb531ef5 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -2,7 +2,7 @@ PORTNAME= inkscape DISTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.org/gallery/item/26932/ @@ -77,7 +77,6 @@ DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ GVFS_USE= GNOME=gvfs -OPENMP_USES= compiler:openmp OPENMP_CMAKE_BOOL= WITH_OPENMP POPPLER_DESC= PDF preview rendering diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile index 2823180baf19..15a6abcce2d8 100644 --- a/graphics/libmypaint/Makefile +++ b/graphics/libmypaint/Makefile @@ -1,5 +1,6 @@ PORTNAME= libmypaint DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/mypaint/libmypaint/releases/download/v${PORTVERSION}/ @@ -28,6 +29,5 @@ NLS_USE= GNOME=intltool NLS_CONFIGURE_ENABLE= nls i18n OPENMP_CONFIGURE_ENABLE= openmp -OPENMP_USES= compiler:openmp .include diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 4a78cde5e4ac..a069769d1b24 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -2,6 +2,7 @@ PORTNAME= libraw PORTVERSION= 0.20.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -37,7 +38,6 @@ LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 OPENMP_DESC= OpenMP support (implies GCC) OPENMP_CONFIGURE_ENABLE= openmp -OPENMP_USES= compiler:openmp RPIRAW_DESC= Raspberry Pi RAW+JPEG support RPIRAW_CPPFLAGS= -DUSE_6BY9RPI diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 4c764904d93c..1c46580eaa73 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= mypaint DISTVERSIONPREFIX=v DISTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics PATCH_SITES= https://github.com/garynthompson/${PORTNAME}/commit/ @@ -40,8 +40,6 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT_amd64= OPENMP -OPENMP_USES= compiler:openmp - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mypaint/lib/_mypaintlib*.so diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 18993c1fbbfd..b3b29a9530ed 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -2,7 +2,7 @@ PORTNAME= pfstools DISTVERSION= 2.1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF @@ -89,8 +89,6 @@ VIEW_CMAKE_BOOL= WITH_QT VIEW_USES= gl qt:5 VIEW_USE= GL=glut GL=gl,glu QT=core,gui,widgets,buildtools_build,qmake_build -OPENMP_USES= compiler:openmp - .include .if ${PORT_OPTIONS:MIMAGEMAGICK} && !${PORT_OPTIONS:MOPENMP} diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 866e71d8bf1c..af23f75a9712 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -1,6 +1,6 @@ PORTNAME= ceres-solver DISTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= ports@FreeBSD.org @@ -49,7 +49,6 @@ GFLAGS_DESC= Google Flags support GFLAGS_LIB_DEPENDS= libgflags.so:devel/gflags GFLAGS_CMAKE_BOOL= GFLAGS -OPENMP_USES= compiler:openmp OPENMP_CMAKE_ON= -DCERES_THREADING_MODEL:STRING="OPENMP" .if !exists(/usr/include/omp.h) # XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index f1af20256df1..b314c7ac222f 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -2,7 +2,7 @@ PORTNAME= fftw3 DISTVERSION= 3.3.9 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= math MASTER_SITES= http://www.fftw.org/ \ ftp://ftp.fftw.org/pub/fftw/ @@ -48,7 +48,6 @@ OPTIONS_SUB= yes G77_WRAPPERS_DESC= Alter Fortran wrappers for use with g77 OPENMP_DESC= Build OpenMP multithreaded libraries -OPENMP_USES= compiler:openmp OPENMP_USES_OFF= compiler:env OPENMP_CONFIGURE_ENABLE= openmp OPENMP_EXTRA_PATCHES= ${FILESDIR}/extrapatch-tests_fftw-bench.c diff --git a/math/metis/Makefile b/math/metis/Makefile index 410a0520e4d3..bca9c8949282 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -2,7 +2,7 @@ PORTNAME= metis PORTVERSION= 5.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ @@ -29,7 +29,6 @@ SHARED_DESC= shared library and dynamically-linked executables STATIC_DESC= libmetis archive OPENMP_CMAKE_BOOL= OPENMP -OPENMP_USES= compiler:openmp SHARED_USE= LDCONFIG=yes diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 36b3127b7bc1..4fe296db40e9 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -2,7 +2,7 @@ PORTNAME= polymake DISTVERSION= 4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://polymake.org/lib/exe/fetch.php/download/ DISTNAME= ${PORTNAME}-${DISTVERSION}-minimal @@ -111,7 +111,6 @@ NORMALIZ_CONFIGURE_ON= --with-libnormaliz=${LOCALBASE} NORMALIZ_CONFIGURE_OFF= --without-libnormaliz NORMALIZ_LIB_DEPENDS= libnormaliz.so:math/libnormaliz -OPENMP_USES= compiler:openmp OPENMP_CONFIGURE_OFF= --without-openmp PPL_CONFIGURE_ON= --with-ppl=${LOCALBASE} diff --git a/sysutils/b2sum/Makefile b/sysutils/b2sum/Makefile index 2c31a692ea7b..af4af174cdcc 100644 --- a/sysutils/b2sum/Makefile +++ b/sysutils/b2sum/Makefile @@ -1,5 +1,6 @@ PORTNAME= b2sum PORTVERSION= 20190724 +PORTREVISION= 1 CATEGORIES= sysutils security MAINTAINER= sunpoet@FreeBSD.org @@ -23,7 +24,6 @@ OPTIONS_DEFINE= OPENMP OPTIMIZED_CFLAGS SSE OPTIONS_DEFAULT_amd64= SSE SSE_DESC= Use SSE2, SSSE3, SSE4.1, AVX or XOP instructions -OPENMP_USES+= compiler:openmp OPENMP_CFLAGS+= -fopenmp .include From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 20:18:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDCD366E2C8; Sun, 3 Oct 2021 20:18:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMwCH6B5pz4SSw; Sun, 3 Oct 2021 20:18:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0F8F40CB; Sun, 3 Oct 2021 20:18:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193KIJaM008549; Sun, 3 Oct 2021 20:18:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193KIJbD008548; Sun, 3 Oct 2021 20:18:19 GMT (envelope-from git) Date: Sun, 3 Oct 2021 20:18:19 GMT Message-Id: <202110032018.193KIJbD008548@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 8388f4aef754 - main - graphics/R-cran-s2: fix build on powerpc64* MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8388f4aef754b02c4b73b09ef10236087acc5cce Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 20:18:20 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8388f4aef754b02c4b73b09ef10236087acc5cce commit 8388f4aef754b02c4b73b09ef10236087acc5cce Author: Piotr Kubaj AuthorDate: 2021-10-03 20:08:32 +0000 Commit: Piotr Kubaj CommitDate: 2021-10-03 20:08:32 +0000 graphics/R-cran-s2: fix build on powerpc64* --- .../patch-src_absl_base_internal_unscaledcycleclock.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/graphics/R-cran-s2/files/patch-src_absl_base_internal_unscaledcycleclock.cc b/graphics/R-cran-s2/files/patch-src_absl_base_internal_unscaledcycleclock.cc new file mode 100644 index 000000000000..5118d6f31cb9 --- /dev/null +++ b/graphics/R-cran-s2/files/patch-src_absl_base_internal_unscaledcycleclock.cc @@ -0,0 +1,14 @@ +--- src/absl/base/internal/unscaledcycleclock.cc.orig 2021-10-02 21:54:01 UTC ++++ src/absl/base/internal/unscaledcycleclock.cc +@@ -24,8 +24,10 @@ + #ifdef __GLIBC__ + #include + #elif defined(__FreeBSD__) +-#include ++#include "absl/base/call_once.h" + #include ++#include ++#include + #endif + #endif + From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 20:30:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F06DA66E526; Sun, 3 Oct 2021 20:30:27 +0000 (UTC) (envelope-from ygy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMwTH67Dkz4StZ; Sun, 3 Oct 2021 20:30:27 +0000 (UTC) (envelope-from ygy@freebsd.org) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: ygy) by smtp.freebsd.org (Postfix) with ESMTPSA id AB548B86D; Sun, 3 Oct 2021 20:30:27 +0000 (UTC) (envelope-from ygy@freebsd.org) Received: by mail-wr1-f45.google.com with SMTP id d26so26548587wrb.6; Sun, 03 Oct 2021 13:30:27 -0700 (PDT) X-Gm-Message-State: AOAM531tUCbMhD7IUKRCmRNw5nb5/FUi6s8QFKmEzoGz1oVgagQ4tC0N n17Jk2RZsI8H4G84DNK9mxCjlw0EUNW5zJP0Em8= X-Google-Smtp-Source: ABdhPJyAeo4PZbyLylLqwIb5pnlDpkDGe7H0dvDSnHxlgvjF395kZFOV2Nfsr2PJhpHqZHTDXZx+1nLkVVJt7GmyKcg= X-Received: by 2002:adf:ea45:: with SMTP id j5mr10139079wrn.291.1633293026479; Sun, 03 Oct 2021 13:30:26 -0700 (PDT) MIME-Version: 1.0 References: <202110030259.1932xrSs019197@gitrepo.freebsd.org> In-Reply-To: <202110030259.1932xrSs019197@gitrepo.freebsd.org> From: Guangyuan Yang Date: Sun, 3 Oct 2021 16:30:15 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 1e90dc825195 - main - devel/sublime-merge: new ports To: Eric Turgeon Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 20:30:28 -0000 Eric Turgeon =E4=BA=8E2021=E5=B9=B410=E6=9C=882=E6=97= =A5=E5=91=A8=E5=85=AD =E4=B8=8B=E5=8D=8810:59=E5=86=99=E9=81=93=EF=BC=9A > > The branch main has been updated by ericbsd: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D1e90dc8251955ca3bbf2bbe8= af0924d53d9206d8 > > commit 1e90dc8251955ca3bbf2bbe8af0924d53d9206d8 > Author: Eric Turgeon > AuthorDate: 2021-10-03 02:59:25 +0000 > Commit: Eric Turgeon > CommitDate: 2021-10-03 02:59:25 +0000 > > devel/sublime-merge: new ports > > Sublime Merge is a Graphical Git Client from the creators of Sublime = Text. > It is powered by the same performant cross-platform GUI toolkit and s= yntax > highlighting engine used in Sublime Text. Sublime Merge wraps around = the > core Git functionality, so when you're using Sublime Merge, you're us= ing Git. > > This commit is pushed with Sublime Merge I believe that proper credit should be given to PR 256061 (in part), also, may I know why "PKGNAMEPREFIX=3D linux-" is removed? Best, --=20 Guangyuan Yang ygy@FreeBSD.org From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 20:31:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3AE766E4D9; Sun, 3 Oct 2021 20:31:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMwVr6cRjz4TK9; Sun, 3 Oct 2021 20:31:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C347946DA; Sun, 3 Oct 2021 20:31:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193KVm0j033011; Sun, 3 Oct 2021 20:31:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193KVmht033010; Sun, 3 Oct 2021 20:31:48 GMT (envelope-from git) Date: Sun, 3 Oct 2021 20:31:48 GMT Message-Id: <202110032031.193KVmht033010@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: 16c89d12ec5c - main - math/R: Fix build with clang/openmp 13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 16c89d12ec5c03f824e4925d18b8849c4ab1e86b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 20:31:49 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=16c89d12ec5c03f824e4925d18b8849c4ab1e86b commit 16c89d12ec5c03f824e4925d18b8849c4ab1e86b Author: Joseph Mingrone AuthorDate: 2021-10-03 14:20:38 +0000 Commit: Joseph Mingrone CommitDate: 2021-10-03 20:28:52 +0000 math/R: Fix build with clang/openmp 13 The mgcv package is one of the recommended packages to be installed with R. A problem with mgcv and clang/openmp 13 is that mgcv versions prior to 1.8-37 place 'include ' after 'include '. This causes a conflict between '#define match' and an openmp pragma line, which uses match(). This problem was fixed in mgcv 1.8-37, so replace mgcv 1.8-36 with this newer version. While here, incorporate formatting changes suggested by portclippy and portfmt. PR: 258887 Approved by: dim Differential Revision: https://reviews.freebsd.org/D32280 --- math/R/Makefile | 18 ++++++++++++------ math/R/distinfo | 4 +++- math/R/pkg-plist | 2 -- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/math/R/Makefile b/math/R/Makefile index f11b5efacc03..b7fb5c45083c 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -2,9 +2,13 @@ PORTNAME= R DISTVERSION= 4.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lang -MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} +MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} \ + CRAN/src/contrib/:packages +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + mgcv_1.8-37${EXTRACT_SUFX}:packages +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jrm@FreeBSD.org COMMENT= Language for statistical computing and graphics @@ -25,13 +29,12 @@ RUN_DEPENDS= gmake:devel/gmake # - Create ports for each of the recommended packages # - Create a meta-port for the recommended packages -USES= compiler:c++11-lang cpe gmake iconv libtool localbase pathfix perl5 \ - readline +USES= compiler:c++11-lang cpe gmake iconv libtool localbase pathfix \ + perl5 readline +CPE_VENDOR= r-project USE_LDCONFIG= ${PREFIX}/lib/R/lib USE_PERL5= build -CPE_VENDOR= r-project - GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-java \ --enable-R-shlib \ @@ -141,6 +144,9 @@ USES+= fortran .endif post-patch: + @${CP} ${DISTDIR}/mgcv_1.8-37${EXTRACT_SUFX} ${WRKSRC}/src/library/Recommended/ + @${RM} ${WRKSRC}/src/library/Recommended/mgcv.tgz ${WRKSRC}/src/library/Recommended/mgcv_1.8-36.tar.gz + @${LN} -s ${WRKSRC}/src/library/Recommended/mgcv_1.8-37${EXTRACT_SUFX} ${WRKSRC}/src/library/Recommended/mgcv.tgz @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/configure @${REINPLACE_CMD} \ -e "s|%%FULLVER%%|${DISTVERSION}|" \ diff --git a/math/R/distinfo b/math/R/distinfo index 0bcc12e0d42c..354ed6a705f0 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1628692945 +TIMESTAMP = 1633269011 SHA256 (R-4.1.1.tar.gz) = 515e03265752257d0b7036f380f82e42b46ed8473f54f25c7b67ed25bbbdd364 SIZE (R-4.1.1.tar.gz) = 33719965 +SHA256 (mgcv_1.8-37.tar.gz) = 8823f6da39e65cf44da3fe9d17c08904e98f3669beca28d5ca6f7bd64938fc91 +SIZE (mgcv_1.8-37.tar.gz) = 1175506 diff --git a/math/R/pkg-plist b/math/R/pkg-plist index 0cec80adca88..17dad47bc893 100644 --- a/math/R/pkg-plist +++ b/math/R/pkg-plist @@ -786,8 +786,6 @@ lib/R/library/mgcv/libs/mgcv.so %%NLS%%lib/R/library/mgcv/po/en@quot/LC_MESSAGES/mgcv.mo %%NLS%%lib/R/library/mgcv/po/fr/LC_MESSAGES/R-mgcv.mo %%NLS%%lib/R/library/mgcv/po/fr/LC_MESSAGES/mgcv.mo -%%NLS%%lib/R/library/mgcv/po/it/LC_MESSAGES/R-mgcv.mo -%%NLS%%lib/R/library/mgcv/po/it/LC_MESSAGES/mgcv.mo %%NLS%%lib/R/library/mgcv/po/ko/LC_MESSAGES/R-mgcv.mo %%NLS%%lib/R/library/mgcv/po/ko/LC_MESSAGES/mgcv.mo %%NLS%%lib/R/library/mgcv/po/pl/LC_MESSAGES/R-mgcv.mo From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 20:33:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF9FA66E558; Sun, 3 Oct 2021 20:33:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMwXM6SJVz4TKj; Sun, 3 Oct 2021 20:33:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 957E933EE1; Sun, 3 Oct 2021 16:33:01 -0400 (EDT) Received: from [192.168.1.5] (77.118.228.149.wireless.dyn.drei.com [77.118.228.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id C981F33EE0; Sun, 3 Oct 2021 16:33:00 -0400 (EDT) Date: Sun, 3 Oct 2021 22:32:57 +0200 (CEST) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Fernando_Apestegu=EDa?= cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk In-Reply-To: <202110031752.193HqoYO020693@gitrepo.freebsd.org> Message-ID: <2e7976b2-e953-cda7-138e-221c55aea1b@pfeifer.com> References: <202110031752.193HqoYO020693@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4HMwXM6SJVz4TKj X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 20:33:08 -0000 On Sun, 3 Oct 2021, =?utf-8?Q?Fernando Apestegu=C3=ADa?= wrote: > Remove compiler:openmp from Mk/Uses/compiler.mk > > For ports using USE=compiler:openmp, just remove it and make them build with > clang. > Fix conditionals when necessary > Bump PORTREVISION where appropriate > > If problem arises, they can be addressed by using USE_GCC=yes Hmm, doesn't that remove the declarative nature of that statement (and also assume all the world is clang and will remain so forever)? Gerald From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 20:43:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1108166EC9C; Sun, 3 Oct 2021 20:43:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMwms6pWqz4TsT; Sun, 3 Oct 2021 20:43:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA06B4AF7; Sun, 3 Oct 2021 20:43:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193KhvSd047901; Sun, 3 Oct 2021 20:43:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193Khvcr047900; Sun, 3 Oct 2021 20:43:57 GMT (envelope-from git) Date: Sun, 3 Oct 2021 20:43:57 GMT Message-Id: <202110032043.193Khvcr047900@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: df7cb4adce8d - main - finance/chiapos: New port Chia proof of space MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: df7cb4adce8d56adad5a334ad3821b1259dd29da Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 20:43:58 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=df7cb4adce8d56adad5a334ad3821b1259dd29da commit df7cb4adce8d56adad5a334ad3821b1259dd29da Author: Adriaan de Groot AuthorDate: 2021-10-03 20:39:03 +0000 Commit: Adriaan de Groot CommitDate: 2021-10-03 20:43:55 +0000 finance/chiapos: New port Chia proof of space Patch from the PR applied basically unchanged, except I cleaned up for current standards and added NOT_FOR_ARCHS to avoid i386 altogether (where the port won't work). PR: 256509 Obtained from: risner@stdio.com (maintainer) --- finance/Makefile | 1 + finance/chiapos/Makefile | 52 +++++++++++++++++ finance/chiapos/distinfo | 7 +++ finance/chiapos/files/Hellman-Makefile | 14 +++++ finance/chiapos/files/patch-CMakeLists.txt | 89 ++++++++++++++++++++++++++++++ finance/chiapos/files/patch-setup.py | 30 ++++++++++ finance/chiapos/pkg-descr | 10 ++++ 7 files changed, 203 insertions(+) diff --git a/finance/Makefile b/finance/Makefile index be57d20aafca..963b62995e9c 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -21,6 +21,7 @@ SUBDIR += aqbanking SUBDIR += beancount SUBDIR += beanie + SUBDIR += chiapos SUBDIR += cointop SUBDIR += electrum SUBDIR += expense diff --git a/finance/chiapos/Makefile b/finance/chiapos/Makefile new file mode 100644 index 000000000000..fb99ea712873 --- /dev/null +++ b/finance/chiapos/Makefile @@ -0,0 +1,52 @@ +PORTNAME= chiapos +DISTVERSION= 1.0.3 +CATEGORIES= finance +MASTER_SITES= CHEESESHOP +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= risner@stdio.com +COMMENT= Chia proof of space plotting, proving, and verifying (cmake part) + +LICENSE= APACHE20 BSD2CLAUSE MIT +LICENSE_COMB= multi +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE +LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/lib/FiniteStateEntropy/LICENSE +LICENSE_FILE_MIT= ${WRKSRC}/MIT-LICENSES +LICENSE_DISTFILES_APACHE20= ${DISTNAME}${EXTRACT_SUFX} +LICENSE_DISTFILES_BSD2CLAUSE= ${DISTNAME}${EXTRACT_SUFX} +LICENSE_DISTFILES_MIT= ${DISTNAME}${EXTRACT_SUFX} ${DISTFILE_c} \ + ${DISTFILE_g} + +NOT_FOR_ARCHS= i386 + +USES= cmake:noninja +USE_GITHUB= nodefault +GH_TUPLE= jarro2783:cxxopts:302302b30839505703d37fb82f536c53cf9172fa:c/src-ext/cxxopts \ + gulrak:filesystem:4e21ab305794f5309a1454b4ae82ab9a0f5e0d25:g/src-ext/gulrak +CMAKE_ARGS+= -DCOMPILER_CXXFLAGS="${CXXFLAGS}" \ + -DCOMPILER_FLAGS="${CFLAGS}" +PLIST_FILES= bin/ProofOfSpace \ + bin/RunTests + +post-extract: +# This example is experimental, currently broken (upstream) and unnecessary. +# The placeholder Makefile is for when/if they release a future fixed version. + @${CP} ${FILESDIR}/Hellman-Makefile ${WRKSRC}/hellman_example/Makefile +# Remove extraneous unused files to prevent confusion + @${RM} ${WRKSRC}/lib/FiniteStateEntropy/fetch-content-CMakeLists.txt + @${RM} ${WRKSRC}/pyproject.toml +# Concatenate the MIT licenses + @( ${ECHO_MSG} "uint128_t license:"; \ + ${CAT} ${WRKSRC}/uint128_t/LICENSE; \ + ${ECHO_MSG} ""; ${ECHO_MSG} ""; \ + ${ECHO_MSG} "cxxopts license:"; \ + ${CAT} ${WRKSRC}/src-ext/cxxopts/LICENSE; \ + ${ECHO_MSG} ""; ${ECHO_MSG} ""; \ + ${ECHO_MSG} "gulrak license:"; \ + ${CAT} ${WRKSRC}/src-ext/gulrak/LICENSE ) \ + > ${WRKSRC}/MIT-LICENSES + +do-test: stage + ${WRKDIR}/.build/RunTests + +.include diff --git a/finance/chiapos/distinfo b/finance/chiapos/distinfo new file mode 100644 index 000000000000..004b2ba0e031 --- /dev/null +++ b/finance/chiapos/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1623067298 +SHA256 (chiapos-1.0.3.tar.gz) = d987b481a3acbff1e0d77eb713af8d99ecec2bd11c2c465528a5078a433686bd +SIZE (chiapos-1.0.3.tar.gz) = 1291513 +SHA256 (jarro2783-cxxopts-302302b30839505703d37fb82f536c53cf9172fa_GH0.tar.gz) = 74e21646f3278243c9466665794d45410e63453ab7f3652acdae1d62efc4b21d +SIZE (jarro2783-cxxopts-302302b30839505703d37fb82f536c53cf9172fa_GH0.tar.gz) = 89640 +SHA256 (gulrak-filesystem-4e21ab305794f5309a1454b4ae82ab9a0f5e0d25_GH0.tar.gz) = fef3e809d584b77fd3ec677bd0d40cbe6737bbb3dbb1570fe1b2025262ea82c2 +SIZE (gulrak-filesystem-4e21ab305794f5309a1454b4ae82ab9a0f5e0d25_GH0.tar.gz) = 175696 diff --git a/finance/chiapos/files/Hellman-Makefile b/finance/chiapos/files/Hellman-Makefile new file mode 100644 index 000000000000..e44416fad87f --- /dev/null +++ b/finance/chiapos/files/Hellman-Makefile @@ -0,0 +1,14 @@ +all: HellmanAttacks + +OBJ = aes.o bits.o calculate_bucket.o cxxopts.o encoding.o hellman.o picosha2.o plotter_disk.o pos_constants.o prover_disk.o sort_on_disk.o util.o verifier.o + +.SUFFIXES:.hpp .o + +.hpp.o: + $(CC) -c $(CXXFLAGS) $(DFLAGS) $(INCLUDES) $< -o $@ + +HellmanAttacks: ${OBJ} + ${CC} -o HellmanAttacks ${OBJ} + +clean: + rm -f HellmanAttacks ${OBJ} diff --git a/finance/chiapos/files/patch-CMakeLists.txt b/finance/chiapos/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..a81293d75db6 --- /dev/null +++ b/finance/chiapos/files/patch-CMakeLists.txt @@ -0,0 +1,89 @@ +--- CMakeLists.txt.orig 2021-05-28 02:40:44 UTC ++++ CMakeLists.txt +@@ -14,29 +14,7 @@ endif() + project(chiapos C CXX ASM) + + # CMake 3.14+ +-include(FetchContent) + +-FetchContent_Declare( +- pybind11-src +- GIT_REPOSITORY https://github.com/pybind/pybind11.git +- GIT_TAG v2.6.2 +-) +-FetchContent_MakeAvailable(pybind11-src) +- +-FetchContent_Declare( +- cxxopts +- GIT_REPOSITORY https://github.com/jarro2783/cxxopts.git +- GIT_TAG v2.2.1 +-) +-FetchContent_MakeAvailable(cxxopts) +- +-FetchContent_Declare( +- gulrak +- GIT_REPOSITORY https://github.com/gulrak/filesystem.git +- GIT_TAG v1.5.6 +-) +-FetchContent_MakeAvailable(gulrak) +- + set(FSE_LIB ${CMAKE_CURRENT_SOURCE_DIR}/lib/FiniteStateEntropy/lib) + set(FSE_FILES + ${FSE_LIB}/fse_compress.c +@@ -48,8 +26,8 @@ set(FSE_FILES + include_directories( + ${INCLUDE_DIRECTORIES} + ${CMAKE_CURRENT_SOURCE_DIR}/../lib/include +- ${cxxopts_SOURCE_DIR}/include +- ${gulrak_SOURCE_DIR}/include/ghc ++ ${CMAKE_CURRENT_SOURCE_DIR}/src-ext/cxxopts/include ++ ${CMAKE_CURRENT_SOURCE_DIR}/src-ext/gulrak/include/ghc + ${CMAKE_CURRENT_SOURCE_DIR}/../lib/FiniteStateEntropy/lib + ${CMAKE_CURRENT_SOURCE_DIR}/src + ${CMAKE_CURRENT_SOURCE_DIR}/test +@@ -130,8 +108,6 @@ set(BLAKE3_SRC + ) + ENDIF() + +-pybind11_add_module(chiapos ${CMAKE_CURRENT_SOURCE_DIR}/python-bindings/chiapos.cpp src/chacha8.c ${BLAKE3_SRC}) +- + add_executable(ProofOfSpace + src/cli.cpp + src/chacha8.c +@@ -145,33 +121,30 @@ add_executable(RunTests + ${BLAKE3_SRC} + ) + ++install(TARGETS ProofOfSpace DESTINATION bin) ++install(TARGETS RunTests DESTINATION bin) ++ + find_package(Threads REQUIRED) + + add_library(uint128 STATIC uint128_t/uint128_t.cpp) + target_include_directories(uint128 PUBLIC uint128_t) + + target_compile_features(fse PUBLIC cxx_std_17) +-target_compile_features(chiapos PUBLIC cxx_std_17) + target_compile_features(RunTests PUBLIC cxx_std_17) + + if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") +- target_link_libraries(chiapos PRIVATE fse Threads::Threads) + target_link_libraries(ProofOfSpace fse Threads::Threads) + target_link_libraries(RunTests fse Threads::Threads) + elseif (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD") +- target_link_libraries(chiapos PRIVATE fse Threads::Threads) + target_link_libraries(ProofOfSpace fse Threads::Threads) + target_link_libraries(RunTests fse Threads::Threads) + elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") +- target_link_libraries(chiapos PRIVATE fse Threads::Threads) + target_link_libraries(ProofOfSpace fse Threads::Threads) + target_link_libraries(RunTests fse Threads::Threads) + elseif (MSVC) +- target_link_libraries(chiapos PRIVATE fse Threads::Threads uint128) + target_link_libraries(ProofOfSpace fse Threads::Threads uint128) + target_link_libraries(RunTests fse Threads::Threads uint128) + else() +- target_link_libraries(chiapos PRIVATE fse stdc++fs Threads::Threads) + target_link_libraries(ProofOfSpace fse stdc++fs Threads::Threads) + target_link_libraries(RunTests fse stdc++fs Threads::Threads) + endif() diff --git a/finance/chiapos/files/patch-setup.py b/finance/chiapos/files/patch-setup.py new file mode 100644 index 000000000000..89dd1339a6b5 --- /dev/null +++ b/finance/chiapos/files/patch-setup.py @@ -0,0 +1,30 @@ +--- setup.py.orig 2021-05-28 02:40:44 UTC ++++ setup.py +@@ -107,9 +100,6 @@ ext_modules = [ + "src/chacha8.c", + ], + include_dirs=[ +- # Path to pybind11 headers +- get_pybind_include(), +- get_pybind_include(user=True), + "src", + "uint128_t", + ".", +@@ -202,6 +192,7 @@ if platform.system() == "Windows": + else: + setup( + name="chiapos", ++ version="1.0.3", + author="Mariano Sorgente", + author_email="mariano@chia.net", + description="Chia proof of space plotting, proving, and verifying (wraps C++)", +@@ -209,8 +200,7 @@ else: + python_requires=">=3.7", + long_description=open("README.md").read(), + long_description_content_type="text/markdown", +- url="https://github.com/Chia-Network/chiavdf", +- ext_modules=[CMakeExtension("chiapos", ".")], ++ url="https://github.com/Chia-Network/chiapos", + cmdclass=dict(build_ext=CMakeBuild), + zip_safe=False, + ) diff --git a/finance/chiapos/pkg-descr b/finance/chiapos/pkg-descr new file mode 100644 index 000000000000..d88a8323eb64 --- /dev/null +++ b/finance/chiapos/pkg-descr @@ -0,0 +1,10 @@ +Chia's proof of space is written in C++. Includes a plotter, prover, and +verifier. It exclusively runs on 64 bit architectures. Read the Proof of +Space document to learn about what proof of space is and how it works. + +Notes: +i386 is not supported, and would be too slow for practical use if supported. + +This port is for the cmake build (binaries). + +WWW: https://github.com/Chia-Network/chiapos From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 20:43:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42B4266ED50; Sun, 3 Oct 2021 20:43:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMwmv0lWgz4TkP; Sun, 3 Oct 2021 20:43:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFC164B40; Sun, 3 Oct 2021 20:43:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193Khwsw047925; Sun, 3 Oct 2021 20:43:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193Khwqb047924; Sun, 3 Oct 2021 20:43:58 GMT (envelope-from git) Date: Sun, 3 Oct 2021 20:43:58 GMT Message-Id: <202110032043.193Khwqb047924@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 34a3b174947b - main - devel/kf5-knewstuff: upstream backport requests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 34a3b174947b564417a8570394f8aca877bb1914 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 20:43:59 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=34a3b174947b564417a8570394f8aca877bb1914 commit 34a3b174947b564417a8570394f8aca877bb1914 Author: Adriaan de Groot AuthorDate: 2021-10-03 20:41:52 +0000 Commit: Adriaan de Groot CommitDate: 2021-10-03 20:43:55 +0000 devel/kf5-knewstuff: upstream backport requests KNS, "Hot New Stuff", and Open Collaboration Services are handled by the knewstuff and attica libraries. An ongoing performance problem on the OCS servers has been traced back to request flooding by those libraries, and this is a fix; backport request by upstream. --- devel/kf5-knewstuff/Makefile | 5 +++-- devel/kf5-knewstuff/distinfo | 4 +++- x11-toolkits/kf5-attica/Makefile | 5 +++++ x11-toolkits/kf5-attica/distinfo | 6 +++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/devel/kf5-knewstuff/Makefile b/devel/kf5-knewstuff/Makefile index 042b686498a9..b8d5794239d9 100644 --- a/devel/kf5-knewstuff/Makefile +++ b/devel/kf5-knewstuff/Makefile @@ -1,10 +1,11 @@ PORTNAME= knewstuff DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde kde-frameworks PATCH_SITES= https://invent.kde.org/frameworks/knewstuff/-/commit/ -PATCHFILES= d09ba1917cb7e035a9aac6c27c86fc4df5da3194.diff:-p1 +PATCHFILES= d09ba1917cb7e035a9aac6c27c86fc4df5da3194.diff:-p1 \ + f687c5abd0c5e9bd5a6688b6d9d50f2536b7d33d.diff:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library for downloading application assets from the network diff --git a/devel/kf5-knewstuff/distinfo b/devel/kf5-knewstuff/distinfo index a1a03a3df073..a8e170b6021b 100644 --- a/devel/kf5-knewstuff/distinfo +++ b/devel/kf5-knewstuff/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1632811562 +TIMESTAMP = 1633117095 SHA256 (KDE/frameworks/5.86.0/knewstuff-5.86.0.tar.xz) = 26f8b88add9050201e7871349adb3996d75d1ab047aa1a24279743e1425b75b0 SIZE (KDE/frameworks/5.86.0/knewstuff-5.86.0.tar.xz) = 1142536 SHA256 (KDE/frameworks/5.86.0/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.diff) = 7f5234d76a4dae5ea6df483b4c20b98b10292770111bdb189dab9cb8f9270de9 SIZE (KDE/frameworks/5.86.0/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.diff) = 486 +SHA256 (KDE/frameworks/5.86.0/f687c5abd0c5e9bd5a6688b6d9d50f2536b7d33d.diff) = d8a899a1c5b4f5a3f0fa042861511996edc1ea0d157e134be0708adc3cb2696c +SIZE (KDE/frameworks/5.86.0/f687c5abd0c5e9bd5a6688b6d9d50f2536b7d33d.diff) = 1915 diff --git a/x11-toolkits/kf5-attica/Makefile b/x11-toolkits/kf5-attica/Makefile index 68bdec590c06..7a798159c916 100644 --- a/x11-toolkits/kf5-attica/Makefile +++ b/x11-toolkits/kf5-attica/Makefile @@ -1,7 +1,12 @@ PORTNAME= attica DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks +PATCH_SITES= https://invent.kde.org/frameworks/attica/-/commit/ +PATCHFILES= 24fc57ece156aaad1bbb86adba2e16c8e89dc6ff.diff:-p1 \ + 04bd6dcd39895ce3637145e719c3c427bc7f1ca1.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= Open Collaboration Services API library KDE5 version diff --git a/x11-toolkits/kf5-attica/distinfo b/x11-toolkits/kf5-attica/distinfo index 16593549d575..4664cbb6b2dd 100644 --- a/x11-toolkits/kf5-attica/distinfo +++ b/x11-toolkits/kf5-attica/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1630824704 +TIMESTAMP = 1633117082 SHA256 (KDE/frameworks/5.86.0/attica-5.86.0.tar.xz) = 992ffe3743588b81a63dcb3886d406f63800423bd442e3b99058bfc80f0e467f SIZE (KDE/frameworks/5.86.0/attica-5.86.0.tar.xz) = 66608 +SHA256 (KDE/frameworks/5.86.0/24fc57ece156aaad1bbb86adba2e16c8e89dc6ff.diff) = 5c5b53413ca820866b6adadfa8024f8c8e384ebf0a2807280741b81d8c25f14d +SIZE (KDE/frameworks/5.86.0/24fc57ece156aaad1bbb86adba2e16c8e89dc6ff.diff) = 641 +SHA256 (KDE/frameworks/5.86.0/04bd6dcd39895ce3637145e719c3c427bc7f1ca1.diff) = 89da4a17308595751c866abd2758989efa0296bb33167e17f6a7e52c19971524 +SIZE (KDE/frameworks/5.86.0/04bd6dcd39895ce3637145e719c3c427bc7f1ca1.diff) = 1739 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 20:53:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 324B266EC25; Sun, 3 Oct 2021 20:53:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMwzm0yYfz4VSg; Sun, 3 Oct 2021 20:53:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 015C349F9; Sun, 3 Oct 2021 20:53:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193KrNgD060862; Sun, 3 Oct 2021 20:53:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193KrN8K060861; Sun, 3 Oct 2021 20:53:23 GMT (envelope-from git) Date: Sun, 3 Oct 2021 20:53:23 GMT Message-Id: <202110032053.193KrN8K060861@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 77fa61df485e - main - devel/py-git-up: Update to 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 77fa61df485e30e5fa5f10dff5bac906a89d303b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 20:53:24 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=77fa61df485e30e5fa5f10dff5bac906a89d303b commit 77fa61df485e30e5fa5f10dff5bac906a89d303b Author: Guangyuan Yang AuthorDate: 2021-10-03 20:52:57 +0000 Commit: Guangyuan Yang CommitDate: 2021-10-03 20:52:57 +0000 devel/py-git-up: Update to 2.1.0 Changelog: https://github.com/msiemens/PyGitUp#v210-2021-10-02 --- devel/py-git-up/Makefile | 2 +- devel/py-git-up/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-git-up/Makefile b/devel/py-git-up/Makefile index a6b9f2caabe9..4e0554f3889b 100644 --- a/devel/py-git-up/Makefile +++ b/devel/py-git-up/Makefile @@ -1,5 +1,5 @@ PORTNAME= git-up -DISTVERSION= 2.0.3 +DISTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-git-up/distinfo b/devel/py-git-up/distinfo index d54db3cdd02e..fd74caeacdc2 100644 --- a/devel/py-git-up/distinfo +++ b/devel/py-git-up/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632538134 -SHA256 (git-up-2.0.3.tar.gz) = 6c37820cc3829a5d95260f5e6dae9cee447b3a5ce1057ff7945d15602cf24ff8 -SIZE (git-up-2.0.3.tar.gz) = 23416 +TIMESTAMP = 1633293837 +SHA256 (git-up-2.1.0.tar.gz) = 6e677d91aeb4de37e62bdc166042243313ec873c3caf9938911ac2e7f52a0652 +SIZE (git-up-2.1.0.tar.gz) = 23444 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 21:38:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B10B66F625; Sun, 3 Oct 2021 21:38:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMxzz59pfz4fgZ; Sun, 3 Oct 2021 21:38:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90ECC5738; Sun, 3 Oct 2021 21:38:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193Lcd2f014621; Sun, 3 Oct 2021 21:38:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193LcdEk014620; Sun, 3 Oct 2021 21:38:39 GMT (envelope-from git) Date: Sun, 3 Oct 2021 21:38:39 GMT Message-Id: <202110032138.193LcdEk014620@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Larry Rosenman Subject: git: 6809759a87db - main - mail/dovecot: update to 2.3.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ler X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6809759a87db133e040b2d7931f6b544fcb00706 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 21:38:40 -0000 The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=6809759a87db133e040b2d7931f6b544fcb00706 commit 6809759a87db133e040b2d7931f6b544fcb00706 Author: Larry Rosenman AuthorDate: 2021-10-03 21:36:13 +0000 Commit: Larry Rosenman CommitDate: 2021-10-03 21:36:13 +0000 mail/dovecot: update to 2.3.16 mail/dovecot-pigeonhole: update to 0.5.16 ChangeLogs: https://dovecot.org/pipermail/dovecot-news/2021-August/000463.html https://dovecot.org/pipermail/dovecot-news/2021-August/000464.html --- mail/dovecot-pigeonhole/Makefile | 2 +- mail/dovecot-pigeonhole/distinfo | 6 +++--- mail/dovecot/Makefile | 2 +- mail/dovecot/distinfo | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile index a3c7939801ea..061c48feb493 100644 --- a/mail/dovecot-pigeonhole/Makefile +++ b/mail/dovecot-pigeonhole/Makefile @@ -1,7 +1,7 @@ # Created by: Nils Vogels PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.5.15 +PORTVERSION= 0.5.16 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff --git a/mail/dovecot-pigeonhole/distinfo b/mail/dovecot-pigeonhole/distinfo index bad4e9424055..eaca6484f991 100644 --- a/mail/dovecot-pigeonhole/distinfo +++ b/mail/dovecot-pigeonhole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624433329 -SHA256 (dovecot-2.3-pigeonhole-0.5.15.tar.gz) = e1498f50cef74c351a57474cc423b008627ab1ab60724b859283ead6d00550d0 -SIZE (dovecot-2.3-pigeonhole-0.5.15.tar.gz) = 1935601 +TIMESTAMP = 1633296881 +SHA256 (dovecot-2.3-pigeonhole-0.5.16.tar.gz) = 5ca36780e23b99e6206440f1b3fe3c6598eda5b699b99cebb15d418ba3c6e938 +SIZE (dovecot-2.3-pigeonhole-0.5.16.tar.gz) = 1944573 diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 05a75e474853..01f9dc6f8c3f 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -7,7 +7,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.3.15 +PORTVERSION= 2.3.16 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/2.3/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 0d4e8ecb3689..c9fe87d4de31 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624366601 -SHA256 (dovecot-2.3.15.tar.gz) = 21bbdd5d45957a99133de8b7e71813ecb73d9476c89dfc63479e9102b3553590 -SIZE (dovecot-2.3.15.tar.gz) = 7608561 +TIMESTAMP = 1633296844 +SHA256 (dovecot-2.3.16.tar.gz) = 03a71d53055bd9ec528d55e07afaf15c09dec9856cba734904bfd05acbc6cf12 +SIZE (dovecot-2.3.16.tar.gz) = 7650008 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 21:40:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65BDA66F89D; Sun, 3 Oct 2021 21:40:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMy1d05bgz4fjn; Sun, 3 Oct 2021 21:40:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8B7D598A; Sun, 3 Oct 2021 21:40:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193Le4Ru017076; Sun, 3 Oct 2021 21:40:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193Le4tH017073; Sun, 3 Oct 2021 21:40:04 GMT (envelope-from git) Date: Sun, 3 Oct 2021 21:40:04 GMT Message-Id: <202110032140.193Le4tH017073@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Juraj Lutter Subject: git: 48ca840ce17d - main - net-mgmt/zabbix54-server: Update to 5.4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 48ca840ce17da563e047e4792e3029051b84a0cb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 21:40:05 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=48ca840ce17da563e047e4792e3029051b84a0cb commit 48ca840ce17da563e047e4792e3029051b84a0cb Author: Juraj Lutter AuthorDate: 2021-10-03 21:38:04 +0000 Commit: Juraj Lutter CommitDate: 2021-10-03 21:39:52 +0000 net-mgmt/zabbix54-server: Update to 5.4.5 Changelog: https://www.zabbix.com/rn/rn5.4.5 --- net-mgmt/zabbix54-server/Makefile | 3 +-- net-mgmt/zabbix54-server/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net-mgmt/zabbix54-server/Makefile b/net-mgmt/zabbix54-server/Makefile index 1e6ba8d2f213..510ac3c94d3d 100644 --- a/net-mgmt/zabbix54-server/Makefile +++ b/net-mgmt/zabbix54-server/Makefile @@ -1,6 +1,5 @@ PORTNAME= zabbix54 -DISTVERSION= 5.4.4 -PORTREVISION?= 1 +DISTVERSION= 5.4.5 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ PKGNAMESUFFIX?= -server diff --git a/net-mgmt/zabbix54-server/distinfo b/net-mgmt/zabbix54-server/distinfo index 5d4a0cc667b6..d5b38e6729af 100644 --- a/net-mgmt/zabbix54-server/distinfo +++ b/net-mgmt/zabbix54-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630766530 -SHA256 (zabbix-5.4.4.tar.gz) = de9985978cf9638d7cb208f7f65d93141b4e1256ead56df1b95d7bda41d6a672 -SIZE (zabbix-5.4.4.tar.gz) = 24266079 +TIMESTAMP = 1633253226 +SHA256 (zabbix-5.4.5.tar.gz) = f34294bde635356b8cd1cf522190813a818650389c85bdbc4609588f2dcc1406 +SIZE (zabbix-5.4.5.tar.gz) = 24324118 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 21:44:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49D5066FB93; Sun, 3 Oct 2021 21:44:07 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMy6G1rDdz4fyy; Sun, 3 Oct 2021 21:44:06 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 8E8CCF42F3; Sun, 3 Oct 2021 23:44:02 +0200 (CEST) Date: Sun, 3 Oct 2021 23:44:29 +0200 From: Piotr Kubaj To: Mikael Urankar Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 14ec34ede05b - main - math/combblas: Mark as only for x86 arch. Message-ID: References: <202109261602.18QG21bW022377@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HwKkEG2+0lg6UnMY" Content-Disposition: inline In-Reply-To: <202109261602.18QG21bW022377@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4HMy6G1rDdz4fyy X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.39 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[pkubaj]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; MID_RHS_NOT_FQDN(0.50)[]; ARC_NA(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:46.248.190.61]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.993]; DMARC_POLICY_ALLOW(-0.50)[anongoth.pl,reject]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 21:44:07 -0000 --HwKkEG2+0lg6UnMY Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Hello, this is wrong. Here are build logs for powerpc64 elfv1 and powerpc64le: https://talos.anongoth.pl/data/latest-per-pkg/CombBLAS/1.6.2_5/powerpc64-default.log https://talos.anongoth.pl/data/latest-per-pkg/CombBLAS/1.6.2_5/powerpc64le-default.log On 21-09-26 16:02:01, Mikael Urankar wrote: >The branch main has been updated by mikael: > >URL: https://cgit.FreeBSD.org/ports/commit/?id=14ec34ede05bfff8e71d49406d682a95bb266b17 > >commit 14ec34ede05bfff8e71d49406d682a95bb266b17 >Author: Mikael Urankar >AuthorDate: 2021-09-26 16:01:31 +0000 >Commit: Mikael Urankar >CommitDate: 2021-09-26 16:01:58 +0000 > > math/combblas: Mark as only for x86 arch. > > It uses x86 asm. >--- > math/combblas/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/math/combblas/Makefile b/math/combblas/Makefile >index cd5967548f59..5bb225026e77 100644 >--- a/math/combblas/Makefile >+++ b/math/combblas/Makefile >@@ -11,6 +11,9 @@ COMMENT= Combinatorial BLAS library: an extensible parallel graph library > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >+ONLY_FOR_ARCHS= amd64 i386 >+ONLY_FOR_ARCHS_REASON= fails to build: uses x86 asm >+ > LIB_DEPENDS= libmpi.so:net/mpich > RUN_DEPENDS= ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so.1:lang/gcc${GCC_DEFAULT} # because of the link flags induced by mpich > --HwKkEG2+0lg6UnMY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmFaJD0ACgkQelmbhSCD nJ3BfQ//SIW3xFM9GMcqRa88cGjzWfauCXl5qag5vrit0ZH3MTUrY8izTacPF8oU BhEcwy0IYHm5MrPXZsIJyrsB/+2eObAV9kOsCHwkaiO0WlHgmO4foeLUhftypXNe g/fiaY+IL8ATlBoJxXg7TLn7uIfkKTrFeNg7klMndIU944tYQ79OggRkRJLsGWnf gDMcx12B8mBgrIS7g2dvQftneuYTTHG9+fAVy9qTyG5XYllXcyEUDtYMPRYkCMio 7tke9+KqF8YtummDQPgQgkAPYSsvV5gxf4lWwcHPM0MFH46ifpTs73JjuEcw5++R NexboVcxhGRuizH133mHejotI3RWsf/ad53FCHg+qW2aUxbRfaigatcyRf5t1aE0 pNygkhhss/8vCTZiikNNohaR4NS5h8ZAmeI5mOP7VX/PR98kIm1CnF3DA9gpaD1+ 5jhj9nQd4PWt2LP3+nS3raYdP/maySwFpKxsZB1/g3oMd3tLolBhWBsxOqzAwhJR MTsRJN7nsm2rczaYozwJx+KP6L9CiKvle4AWJ/OOCUeRYB2rT0hwBLzvF/BYgS9K 8mItYEf9dsb6NcNKTOauymKmxWAsJrmN9k+vAcSsqCLauWPBKD2JT7BtyuRRcmfv KH5togydYuMOaoZfe2P/OjtjzfWqGZtxERDyDP7JqFq1S4/V+P0= =5K4J -----END PGP SIGNATURE----- --HwKkEG2+0lg6UnMY-- From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 23:05:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF2926711BC; Sun, 3 Oct 2021 23:05:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMzwZ50kXz4mLB; Sun, 3 Oct 2021 23:05:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B8F76A20; Sun, 3 Oct 2021 23:05:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193N5oML035331; Sun, 3 Oct 2021 23:05:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193N5olG035330; Sun, 3 Oct 2021 23:05:50 GMT (envelope-from git) Date: Sun, 3 Oct 2021 23:05:50 GMT Message-Id: <202110032305.193N5olG035330@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: 2226c45985ec - main - math/librsb: Add USE_GCC=yes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2226c45985ec27ece19f763b2b2f562424ffaccc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 23:05:50 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=2226c45985ec27ece19f763b2b2f562424ffaccc commit 2226c45985ec27ece19f763b2b2f562424ffaccc Author: Stephen Montgomery-Smith AuthorDate: 2021-10-03 23:04:27 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-10-03 23:04:27 +0000 math/librsb: Add USE_GCC=yes. Made necessary by commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2. --- math/librsb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/librsb/Makefile b/math/librsb/Makefile index a98c55792372..5a58c4fc3a5a 100644 --- a/math/librsb/Makefile +++ b/math/librsb/Makefile @@ -2,7 +2,7 @@ PORTNAME= librsb PORTVERSION= 1.2.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/librsb DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-rc/} @@ -17,6 +17,7 @@ BUILD_DEPENDS= gsed:textproc/gsed \ bash:shells/bash USES= fortran gmake shebangfix libtool +USE_GCC= yes INSTALL_TARGET= install-strip TEST_TARGET= qtests GNU_CONFIGURE= yes From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 23:06:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 28B246711BE; Sun, 3 Oct 2021 23:06:21 +0000 (UTC) (envelope-from montgomerysmithstephen@gmail.com) Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HMzx90M65z4m8c; Sun, 3 Oct 2021 23:06:21 +0000 (UTC) (envelope-from montgomerysmithstephen@gmail.com) Received: by mail-oi1-x22d.google.com with SMTP id w206so19346772oiw.4; Sun, 03 Oct 2021 16:06:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=G5vi1pZrlkq6XA6R+r9cIgPwQtOSYgrJwKyOdQsFJbc=; b=mpTuHdxPk+dWgna3TDAImqnjKAUcXpiDlpkYxxEIiw/YJj0g08p1y+vCww92oly0np jXENSQzAUGqVmAFgz6FCYC+rSW0Tc/KpvPQ2FUP2goa6kX4SxXZFmz3MKxKhMkdIj2zy FzlTttYxDeucdy8JlcW/odKI0wepGLy6hG7ABVxfn6b4yftYQxJe/gkKZDnlfvXQVzR0 m7S3U35Yu5mQIDVt8Gxj58p+INW2dGlgxOzKgURDwaYBb56jRvqzl5TrboJsYPMmPqsh P+lO244T+tsezu+PZXyCGLE48wmyqI/JGW9CJxPgYwdY4/hX3TmVcD4NfKPi8vq1pWop ivxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=G5vi1pZrlkq6XA6R+r9cIgPwQtOSYgrJwKyOdQsFJbc=; b=aK8oZYsKf+blzR8Y6h/tbCX9Iua2ZzCyRwKF75MAvKZLwrmzQ6HE6mXQfmk5iLU6N3 WynnvzhEXcJT90z88xLSZX97jnMfHDhLEa7pxuuKDWLKUVIyCp6cE2oBiCJ5oUGMbCbL A8/cQ7sSNqeESej0iFRdTH1oYP5Wgnt+dlCnjK2031uxvVy6UrYhlEGbmNEOtfLDeYuw UxG2+9wLYqluDVGeuvTl7+8lHTZ6INAr+dypo8wfSjuehwbWGovim3nLaBtjYhdWfJPn zHtodzv9AZzG9oIy7Z+wxGp+g5NhMdo+olEQHqHvfgd841zr32xMcslQPEXwIGm+aBzV G0Jw== X-Gm-Message-State: AOAM531xAP2iCmZ9fNaHFTkDHeduh8k0eg6A7P4wdg9er2cQIlXVlZvt wLFoS/f43uUgpt/E6Qgq3YpCk0wOWr4= X-Google-Smtp-Source: ABdhPJwlHqQG4N9EhdlXl0PkXY3r8Z+8dM85L/NNDqqRb7SEJRWeOOCeman0jbPRqOJUcrvubtvJTA== X-Received: by 2002:a05:6808:15a3:: with SMTP id t35mr11489925oiw.92.1633302380347; Sun, 03 Oct 2021 16:06:20 -0700 (PDT) Received: from [10.8.12.204] ([161.130.189.139]) by smtp.gmail.com with ESMTPSA id h17sm2472367oog.17.2021.10.03.16.06.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 03 Oct 2021 16:06:19 -0700 (PDT) Subject: Re: git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk To: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202110031752.193HqoYO020693@gitrepo.freebsd.org> From: Stephen Montgomery-Smith Message-ID: <2b9d6706-6c27-c9f1-f937-0d28f40b9c60@gmail.com> Date: Sun, 3 Oct 2021 18:06:18 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <202110031752.193HqoYO020693@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4HMzx90M65z4m8c X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 23:06:21 -0000 On 10/3/21 12:52 PM, Fernando Apesteguía wrote: > The branch main has been updated by fernape: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=07fb2d5e9d001934f1670d01aec1f536f14ebde2 > > commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2 > Author: Fernando Apesteguía > AuthorDate: 2021-09-12 15:18:06 +0000 > Commit: Fernando Apesteguía > CommitDate: 2021-10-03 17:47:27 +0000 > > */*: Remove compiler:openmp from Mk/Uses/compiler.mk > > The option implied a dependency on gcc but clang got openmp support long ago. > > Remove compiler:openmp from Mk/Uses/compiler.mk > > For ports using USE=compiler:openmp, just remove it and make them build with > clang. > Fix conditionals when necessary > Bump PORTREVISION where appropriate > > If problem arises, they can be addressed by using USE_GCC=yes This causes math/librsb to fail. As suggested by Fernando, I'm adding USE_GCC=yes to math/librsb in commit 2226c45985ec27ece19f763b2b2f562424ffaccc. From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 23:16:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C72E6714CB; Sun, 3 Oct 2021 23:16:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HN08M0J50z4mmZ; Sun, 3 Oct 2021 23:16:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB1E26864; Sun, 3 Oct 2021 23:16:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193NG2WT048406; Sun, 3 Oct 2021 23:16:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193NG2Df048405; Sun, 3 Oct 2021 23:16:02 GMT (envelope-from git) Date: Sun, 3 Oct 2021 23:16:02 GMT Message-Id: <202110032316.193NG2Df048405@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Larry Rosenman Subject: git: 6fcfe5546ec5 - main - devel/cdecl: upgrade from 8.0->11.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ler X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6fcfe5546ec5199acf57597f3e1dcfb85ea766dc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 23:16:03 -0000 The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fcfe5546ec5199acf57597f3e1dcfb85ea766dc commit 6fcfe5546ec5199acf57597f3e1dcfb85ea766dc Author: Larry Rosenman AuthorDate: 2021-10-03 23:15:08 +0000 Commit: Larry Rosenman CommitDate: 2021-10-03 23:15:08 +0000 devel/cdecl: upgrade from 8.0->11.2 See the github repo for all the changes --- devel/cdecl/Makefile | 2 +- devel/cdecl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index 744627432993..c16d4ffa6f2b 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -1,7 +1,7 @@ # Created by: David O'Brien (obrien@NUXI.com) PORTNAME= cdecl -PORTVERSION= 8.0 +PORTVERSION= 11.2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo index ef876a856221..0e77a43dc1f6 100644 --- a/devel/cdecl/distinfo +++ b/devel/cdecl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1596140272 -SHA256 (paul-j-lucas-cdecl-cdecl-8.0_GH0.tar.gz) = d59a071c4038eaf21f25a726e5b495b3b8f028a4bc89dceb645cc3514daef392 -SIZE (paul-j-lucas-cdecl-cdecl-8.0_GH0.tar.gz) = 443998 +TIMESTAMP = 1633302794 +SHA256 (paul-j-lucas-cdecl-cdecl-11.2_GH0.tar.gz) = ef6bf1cb71ed6fad0f5c78c10272e9c03abd98c48dc658bdfb2e8aaa33118d90 +SIZE (paul-j-lucas-cdecl-cdecl-11.2_GH0.tar.gz) = 731926 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 23:35:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 738B66716AE; Sun, 3 Oct 2021 23:35:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HN0bB2ZMKz4nBk; Sun, 3 Oct 2021 23:35:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 387796F41; Sun, 3 Oct 2021 23:35:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193NZoDK074960; Sun, 3 Oct 2021 23:35:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193NZoFi074959; Sun, 3 Oct 2021 23:35:50 GMT (envelope-from git) Date: Sun, 3 Oct 2021 23:35:50 GMT Message-Id: <202110032335.193NZoFi074959@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: cae7554d79af - main - mail/notmuch: Update to 0.33.2 and take maintainership MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cae7554d79afa4d2594df5f3306956ccf8c77025 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 23:35:50 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=cae7554d79afa4d2594df5f3306956ccf8c77025 commit cae7554d79afa4d2594df5f3306956ccf8c77025 Author: Joseph Mingrone AuthorDate: 2021-10-03 21:02:58 +0000 Commit: Joseph Mingrone CommitDate: 2021-10-03 23:24:54 +0000 mail/notmuch: Update to 0.33.2 and take maintainership https://notmuchmail.org/news/release-0.33.1/ https://notmuchmail.org/news/release-0.32.3/ --- mail/notmuch-emacs/Makefile | 1 - mail/notmuch/Makefile | 4 ++-- mail/notmuch/distinfo | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/mail/notmuch-emacs/Makefile b/mail/notmuch-emacs/Makefile index 01444bfe874c..fb977ccd3586 100644 --- a/mail/notmuch-emacs/Makefile +++ b/mail/notmuch-emacs/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index d8a4fba454cc..1d037fdf84ac 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,12 +1,12 @@ # Created by: DarwinSurvivor PORTNAME= notmuch -PORTVERSION= 0.33 +PORTVERSION= 0.33.2 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT?= Thread-based email index, search and tagging application LICENSE= GPLv3 diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index ef871146e20f..e7f02d36d60a 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630778344 -SHA256 (notmuch-0.33.tar.xz) = 883e045b4bfa2c48c9a4671062a40603a7f6165724dd54618beeba100549d26c -SIZE (notmuch-0.33.tar.xz) = 730764 +TIMESTAMP = 1633294524 +SHA256 (notmuch-0.33.2.tar.xz) = 244892f6ab52a84f6b013b387cd6652d461effd36b14ef9e576604b5850b2cae +SIZE (notmuch-0.33.2.tar.xz) = 733228 From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 23:35:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4203671814; Sun, 3 Oct 2021 23:35:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HN0bC3gCbz4nSk; Sun, 3 Oct 2021 23:35:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 520DB70B5; Sun, 3 Oct 2021 23:35:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 193NZpoj074984; Sun, 3 Oct 2021 23:35:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 193NZpGl074983; Sun, 3 Oct 2021 23:35:51 GMT (envelope-from git) Date: Sun, 3 Oct 2021 23:35:51 GMT Message-Id: <202110032335.193NZpGl074983@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: ad4e1cff7077 - main - mail/notmuch: Formatting changes from portclippy/portfmt MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ad4e1cff7077c56f4473202e8c9fb5e87bf91adf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2021 23:35:51 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad4e1cff7077c56f4473202e8c9fb5e87bf91adf commit ad4e1cff7077c56f4473202e8c9fb5e87bf91adf Author: Joseph Mingrone AuthorDate: 2021-10-03 21:22:26 +0000 Commit: Joseph Mingrone CommitDate: 2021-10-03 23:24:54 +0000 mail/notmuch: Formatting changes from portclippy/portfmt --- mail/notmuch/Makefile | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 1d037fdf84ac..72437c78b9d1 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -14,20 +14,21 @@ LICENSE_FILE= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3 .ifndef MASTERDIR LIB_DEPENDS= libgmime-3.0.so:mail/gmime30 \ - libxapian.so:databases/xapian-core \ - libtalloc.so:devel/talloc -TEST_DEPENDS= bash:shells/bash \ - emacs:editors/emacs@nox \ + libtalloc.so:devel/talloc \ + libxapian.so:databases/xapian-core +TEST_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb \ + bash:shells/bash \ dtach:misc/dtach \ - gdate:sysutils/coreutils \ + emacs:editors/emacs@nox \ gbase64:sysutils/coreutils \ + gdate:sysutils/coreutils \ + gpg:security/gnupg \ gsed:textproc/gsed \ gsha256sum:sysutils/coreutils \ - gpg:security/gnupg \ - gwc:sysutils/coreutils \ - ${LOCALBASE}/bin/gdb:devel/gdb + gwc:sysutils/coreutils -USES= compiler:c++11-lang gmake gnome pkgconfig python:3.5+,build,test +USES= compiler:c++11-lang gmake gnome pkgconfig \ + python:3.5+,build,test USE_GNOME= glib20 USE_LDCONFIG= yes .endif @@ -51,21 +52,23 @@ TEST_ENV+= NOTMUCH_SKIP_TESTS="basic.12 count.14 insert.2[89] insert.3[0-9] mess TEST_TARGET= test .endif -PATCH_WRKSRC= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g} PKGDIR= ${.CURDIR} +.ifndef MASTERDIR +PORTSCOUT= limit:^[0-9\.]*$$ +.endif + +PATCH_WRKSRC= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g} .ifndef MASTERDIR -OPTIONS_DEFINE= DOXYGEN MANPAGES +OPTIONS_DEFINE= DOXYGEN MANPAGES OPTIONS_DEFAULT= MANPAGES -OPTIONS_SUB= yes +OPTIONS_SUB= yes -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -DOXYGEN_CONFIGURE_WITH= api-docs -MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CONFIGURE_WITH= api-docs +MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx MANPAGES_CONFIGURE_WITH= docs -PORTSCOUT= limit:^[0-9\.]*$$ - # Avoid conflict with C++20 by ignoring <...> under WRKSRC post-patch: @${REINPLACE_CMD} -i .c++20 's/-I$$(srcdir)/-iquote$$(srcdir)/' \